.tab-with-svg #tab-selected {
    height: 18px;
    width: 18px;
    fill: #12466D;
    margin-right: 5px;
}


.ghostkit-tabs .ghostkit-tabs-buttons-item {
    margin: 0 7px 7px 0;
    padding: 15px 20px;
    border: 1px solid #ACCBDB;
    opacity: 1;
    color: $color__link;
    background-color: #e9f8ff5c; //e9f9ff
    line-height: 1.2em;
    border-radius: 5px 5px 0 0;
    }

.ghostkit-tabs .ghostkit-tabs-buttons-item-active {
    border-style: none;
    border-top: 1px solid #5B98B7;
    border-left: 1px solid #5B98B7;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #5B98B7;
    margin-bottom: -2px;
    background-color: #fff;
    z-index: 2;
    color: $color__link;
    font-weight: bolder;
    }

.ghostkit-tabs .ghostkit-tabs-buttons {
    /* border-bottom: 1px solid #5B98B7; */
    margin-bottom: 0;
    }

.ghostkit-tabs .ghostkit-tabs-content {
    padding: 40px !important;
    border: 1px solid #5B98B7;
    border-radius: 5px;
    background-color: #fff;
    }

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
    flex: 0 0 70%;
    max-width: 70%;
    /*border-top: 1px solid #5B98B7;
    //border-left: 1px solid #5B98B7;*/
    border: 1px solid #5B98B7;
    border-radius: 0 5px 5px 5px;
    background-color: #fff;
    }

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons {
    border-bottom: unset !important;
    /*max-width:250px;*/
    }

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
    margin: 0 7px 10px 0 !important;
    padding: 20px !important;
    border: 1px solid #ACCBDB !important;
    opacity: 1 !important;
    color: $color__link !important;
    background-color: #e9f8ff5c !important;
    line-height: 1.2em !important;
    border-radius: 5px 0 0 5px !important;
    }

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active {
    border-style: none !important;
    border-top: 1px solid #5B98B7 !important;
    border-left: 1px solid #5B98B7 !important;
    border-bottom: 1px solid #5B98B7 !important;
    border-right: 1px solid #FFF !important;
    margin-right: -3px !important;
    background-color: #fff !important;
    z-index: 2 !important;
    color: $color__link !important;
    font-weight: bolder !important;
    }

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item:focus,
.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item:hover,
.ghostkit-tabs .ghostkit-tabs-buttons-item:focus,
.ghostkit-tabs .ghostkit-tabs-buttons-item:hover {
   opacity: 1 !important;
   background-color: $color__light-green !important;
   outline: 2px dotted #C35300;
 }


.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active:focus,
.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active:hover,
.ghostkit-tabs .ghostkit-tabs-buttons-item-active:focus,
.ghostkit-tabs .ghostkit-tabs-buttons-item-active:hover {
    opacity: 1;
    background-color: #fff;
    outline: 2px dotted #C35300;
    }

.ghostkit-tab:focus {
    outline: 2px dotted #C35300;
    }

@media screen and (max-width: 767px) {
    .ghostkit-tabs .ghostkit-tabs-buttons-item-active {
        border-bottom: 1px solid #5B98B7;
        margin-bottom: 10px;
        }
    
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active {
        /*border-right: 1px solid #5B98B7;
        //margin-right: 7px;*/
        margin-right: 0;
        }
    
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
        border-radius: 5px;
        text-align: left;
        width: 100%;
        margin-right: 0;
        margin-left: 20px;
        transition: all .3s;
        }
    
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
        flex: 0 0 100%;
        max-width: 100%;
        }
    
    .ghostkit-tabs .ghostkit-tabs-content {
        padding: 10px 20px 15px 25px !important;
        }
    .ghostkit-tabs .ghostkit-tabs-buttons-item {
        border-radius: 5px;
        }
    
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
        border-radius: 5px !important;
        }
    
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active {
        border-right: 1px solid #5B98B7 !important;
        }
    
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
        margin: 0 0px 10px 0 !important;
        }
    }

@media screen and (max-width: 1000px) {
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
        flex: unset;
        }
    }

@media screen and (max-width: 500px) {
    .ghostkit-tabs-buttons-align-start {
        justify-content: center;
        }
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active {
        border-right: 1px solid #5B98B7;
        margin-left: 0! important;
        }
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
        border-radius: 5px;
        }
    .ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .ghostkit-tabs .ghostkit-tabs-content {
        padding: 25px 15px 10px 20px !important;
        }
    .make-small  {
        width: 75%;
        }
    }
