﻿
/* Tabs seach*/
/*section {
    padding-top: 60px;
}*/


#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #012169;
    color: #eee;
    width: 116px;
}

#tabs .nav-tabs .nav-link {
    padding: 0px;
    border: 5px solid transparent;
    /* border-top-left-radius: .25rem; */
    /* border-top-right-radius: .25rem; */
    border-radius: 0.25rem;
    font-size: 20px;
    text-align: center;
}

#tabs .nav-tabs #nav-home-advanced:hover {
    cursor: pointer;
    color: #4180d8 !important;
}

#tabs .nav-tabs #nav-home-tab:hover {
    cursor: pointer;
    color: #ffffff !important;
}

a.nav-item.nav-link {
    color: #012169;
}

.boder-input-group {
    border: 5px solid #0d6efd7a;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

i.fa.fa-search {
    color: #012169;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
    background-image: url(../Images/Group53.png); /* Add custom arrow */
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
}

.list-search {
    max-width: 220px;
}

div#nav-tabContent {
    padding: 0px !important;
}

@media only screen and (min-width: 1024px) {
    .tab-seach {
        /*width: 744px;*/
        /*height: 52px;
        margin-bottom: 59px;*/
    }
}

.modal-seach {
    /*max-width: 800px;*/
}

.btn-seach {
    margin-bottom: 10px;
    background: #012169;
    border-radius: 4px;
    color: #FFFFFF;
}

    .btn-seach:hover {
        color: #ffffffad;
    }

.modal-header-title {
    color: #012169;
    border: none;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase !important;
    font-size: 16px;
    font-family: 'Inter Bold' !important;
}

    .modal-header-title h6 {
        margin-bottom: 0px;
        padding-top: 10px;
    }

.div-condition {
    margin-top: 10px;
}

.boder-solid-1 {
    border: 1px solid #012169
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

@media only screen and (max-width: 1024px) {
    .padding-left-5 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .padding-right-5 {
        padding-right: 0px;
    }
}


.nav-tabs {
    border-bottom: 0px !important;
}

.div-search {
    border-radius: 2rem !important;
}

    .div-search .option-field {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        padding: 10px 10px 10px 25px;
    }

.btn-search-advanced {
    border-left: 1px solid #ced4da;
    border-radius: 0px;
}

    .btn-search-advanced svg {
        width: 23px;
        /* height: inherit; */
        aspect-ratio: 1 / 1;
        height: auto;
    }



.div-search .option-field, .div-search .tbSearch {
    font-size: 20px;
    height: auto;
}