.edit-profile-ul a, .filter-anchor, .filter-dropdown-box li a, .myUL li a, .track-button, ul.country li a {
    text-decoration: none;
}

.range, input[type=range] {
    -webkit-appearance: none;
    outline: 0;
}

.card-head, .check-all-form-field .form-check-input, .close-sidebar, .control, .radio-container .form-check-input, .remove-current-row, .scroll-down, .search-country, ul.country li {
    cursor: pointer;
}

* {
    font-family: inter;
}

@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v12-latin-regular.eot');
    src: local(''), url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff'), url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-family: inter-semi;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v12-latin-600.eot');
    src: local(''), url('../fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-600.woff2') format('woff2'), url('../fonts/inter-v12-latin-600.woff') format('woff'), url('../fonts/inter-v12-latin-600.ttf') format('truetype'), url('../fonts/inter-v12-latin-600.svg#Inter') format('svg');
}

@font-face {
    font-family: inter-bold;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v12-latin-700.eot');
    src: local(''), url('../fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-700.woff2') format('woff2'), url('../fonts/inter-v12-latin-700.woff') format('woff'), url('../fonts/inter-v12-latin-700.ttf') format('truetype'), url('../fonts/inter-v12-latin-700.svg#Inter') format('svg');
}

@font-face {
    font-family: inter-extra;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v12-latin-900.eot');
    src: local(''), url('../fonts/inter-v12-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-900.woff2') format('woff2'), url('../fonts/inter-v12-latin-900.woff') format('woff'), url('../fonts/inter-v12-latin-900.ttf') format('truetype'), url('../fonts/inter-v12-latin-900.svg#Inter') format('svg');
}

section.loader-section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffd1;
    z-index: 222;
    display: flex;
    justify-content: center;
    align-items: center;
}

    section.loader-section img {
        width: 120px;
        height: 120px;
    }

section.loader-section-side {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffd1;
    z-index: 222;
    display: flex;
    justify-content: center;
    align-items: center;
}

    section.loader-section-side img {
        width: 50px;
        height: 50px;
    }

.btn-demo {
    background: #15123b;
    padding: 12px 20px;
}

.font-semi, .signup_bg h1 {
    font-family: inter-semi;
}

.login_bg {
    background: #f0f4f9;
}

.login_form_div {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
}

    .login_form_div h1 {
        font-family: inter-extra;
        font-size: 43px;
        color: #15143c;
    }

.login_form_p {
    font-size: 19px;
    font-family: inter;
    color: #323232;
}

.login_form_div label {
    font-family: inter-extra;
    color: #263238;
    font-size: 18px;
    margin-top: 20px;
}

.otp-btn {
    background: #5e6bed;
    width: 100%;
    height: 45px;
}

    .otp-btn:hover {
        background: #15123b;
        color: #fff !important;
    }

.otp_head {
    font-size: 20px;
    font-family: inter-bold;
}

.otp_wrapper p {
    font-size: 15px;
    color: #767575;
}

.otp_wrapper .form-control {
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    height: 45px;
    font-size: 15px;
}

.otp-span {
    font-family: inter-semi;
}

.retry-otp {
    font-family: inter-semi;
    font-size: 15px;
}

.validation_span {
    background: #fef9f0;
    color: #ed9a01 !important;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px;
    margin-top: 10px;
    border-radius: 12px;
    text-align: left;
}

.retry-otp.disabled {
    color: #666;
    text-decoration: none;
}

@media screen and (max-width:1400px) {
    /*body{background:black !important;}*/
    .login_form_div {
        padding: 25px;
    }

        .login_form_div h1 {
            font-size: 35px;
        }

    .login_form_p {
        font-size: 17px;
    }

    .login_form_div label {
        font-size: 16px;
        margin-top: 10px;
    }
}


.admin-header .admin-head-text, .admin-header .admin-head-text a, .btn-login, .login_footer p, .login_footer p a {
    font-size: 17px;
}

.login_form_div input {
    border: unset;
    background: #ebebeb;
    height: 50px;
    color: #929293;
}

.login_form_div .form-control:focus {
    color: #777c81;
    background-color: #ebebeb;
    border-color: #99ccb3;
}

.btn-login {
    width: 100%;
    height: 60px;
    background: #96ccb2 !important;
    border-radius: 10px;
    color: #263238 !important;
    font-family: inter-semi;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_bg1, .login_bg2 {
    width: 30%;
    bottom: 12%;
    z-index: -1;
    opacity: .6;
}

.btn-login:hover {
    background: #7ccda5;
}

.forgot-pass {
    padding: 10px 0;
}

.login_bg1 {
    left: 0;
}

.login_bg2 {
    right: 0;
}

.login_hr {
    position: absolute;
    bottom: 9%;
    z-index: -1;
}

.exim_logo {
    width: 150px;
}

#btnSearch {
    background-image: url(../images/search.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

@media screen and (max-width:990px) {
    .exim_logo {
        width: 120px;
    }

    .btn-demo {
        font-size: 15px;
    }

    .login_form_p {
        font-size: 16px;
    }

    .login_form_div {
        padding: 23px;
        border-radius: 15px;
    }

        .login_form_div input {
            height: 40px;
        }

        .login_form_div label {
            font-size: 16px;
            margin-top: 8px;
        }

        .login_form_div h1 {
            font-size: 32px;
        }

    .btn-login {
        height: 50px;
    }

    .forgot-pass a {
        font-size: 14px;
    }

    .forgot-pass {
        padding: 0;
    }
}

#search_btn, .signup_bg p {
    font-size: 18px;
}

.signup_bg {
    background-image: linear-gradient(rgba(0, 0, 0, .671), rgb(0 0 0 / 38%)), url(../images/signup_bg.svg);
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.signup_header {
    background: 0 0;
    margin-bottom: -70px;
    z-index: 12;
    position: relative;
}

.signup_form {
    padding: 0 50px;
}

    .signup_form .form-label {
        font-family: poppins;
        font-weight: 500;
    }

.btn-signup {
    height: 60px;
    background: #0f0d26;
    color: #fff;
    margin-top: 10px;
    font-family: inter;
}

.form-select, .signup_form .form-control {
    line-height: 1.8;
}

.form-account {
    color: #6c6b6b;
}

.selected-plan {
    border: 2px solid #99cdb4;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
}

    .selected-plan a {
        color: #ebc717;
    }

    .selected-plan i {
        color: #99cdb4;
        font-size: 20px;
        line-height: unset;
    }

.signup_form h2 {
    font-family: inter-extra;
    font-size: 24px;
    margin-bottom: 30px;
}

.scroll-down {
    height: 50px;
    width: 30px;
    border: 2px solid #fff;
    position: absolute;
    border-radius: 50px;
}

    .scroll-down::after, .scroll-down::before {
        content: "";
        position: absolute;
        top: 20%;
        left: 50%;
        height: 10px;
        width: 10px;
        transform: translate(-50%, -100%) rotate(45deg);
        border: 2px solid #fff;
        border-top: transparent;
        border-left: transparent;
        animation: 1s ease-in-out infinite scroll-down;
    }

    .scroll-down::before {
        top: 30%;
        animation-delay: .3s;
    }

@keyframes scroll-down {
    0% {
        opacity: 0;
    }

    30%, 60% {
        opacity: 1;
    }

    100% {
        top: 90%;
        opacity: 0;
    }
}

.img-size-32 {
    width: 32px;
}

aside.sidebar-dark-primary {
    background: #14133c;
}

.admin-header.main-header .nav-link {
    height: unset;
}

.admin-head-text, .admin-head-text a {
    font-family: inter-bold;
    color: #000;
    font-size: 22px;
}

    .admin-head-text a {
        color: #2d31fa !important;
        display: inline-block;
    }

.admin-header {
    box-shadow: 0 10px 20px rgb(3 51 110 / 38%);
    position: sticky;
    top: 0;
    height: 70px;
}

.admin-sidebar .nav-pills .nav-link {
    color: #fff;
    font-size: 14px;
}

    .admin-sidebar .nav-pills .nav-link:not(.active):hover {
        color: #5ad7a0;
    }

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}

.admin-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #4ab185;
}

.nav-link.active {
    background-color: #fff;
    color: #15123b;
}

.header-right-nav {
    background: #15123b;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-tabs.nav-tabs .nav-link, .dashboard-tabs.nav-tabs .nav-link a {
    color: #818080;
    font-size: 16px;
    font-family: inter-semi;
    padding-bottom: 15px;
}

    .dashboard-tabs.nav-tabs .nav-link.active {
        color: #000;
        background-color: transparent;
        border-color: transparent transparent #dee2e6;
        border-bottom: 3px solid #99cdb4;
    }

        .dashboard-tabs.nav-tabs .nav-link.active a {
            color: #000;
            background-color: transparent;
            border-color: transparent transparent #dee2e6;
        }

.dashboard-tabs.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

    .dashboard-tabs.nav-tabs .nav-link:focus, .dashboard-tabs.nav-tabs .nav-link:hover {
        border-color: transparent;
        border-bottom: 3px solid #99cdb4;
    }

.bg-theme-secondary {
    background: #dff6ff85;
}

.alternate-filter-color, .dash-card ul {
    padding-left: 0;
}

    .dash-card ul li {
        list-style: none;
        padding-top: 10px;
    }

        .dash-card ul li a {
            font-size: 17px;
            color: #2d31fa;
            font-family: inter-semi;
            padding-left: 10px;
            text-decoration: underline;
        }

.dash-card {
    background: #fff;
    border-radius: 14px;
}

.card-head.text-center {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.dash-card h3 {
    font-family: inter-semi;
    font-size: 21px;
}

.dash-recent-table thead {
    background: #15123b;
    color: #fff;
}

.dash-recent-table .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(255 255 255 / 8%);
}

.search-page-form .dash_search_form {
    background: unset;
    padding: unset;
}

.dash_select {
    height: 60px;
    border-right: 1px solid #ddd !important;
    border-left: unset;
    border-top: unset;
    border-bottom: unset;
    min-width: 200px;
    border-radius: 10px 0 0 10px !important;
}

.dash_search {
    flex: 0 55%;
}

    .dash_search .form-control {
        height: 60px;
        border-radius: 0;
        border-color: transparent;
        border: unset;
    }

#search_btn {
    height: 62px !important;
    background: #0b326c;
    border: 1px solid #0b326c;
    padding: 0 54px;
    width: 139px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rubik-medium;
    border-radius: 0 10px 10px 0 !important;
}

.search-related-table {
    padding: 0 10px;
}

    .search-related-table table td {
        border: 1px solid #0b326c;
    }

    .search-related-table .table-striped > tbody > tr:nth-of-type(odd) {
        --bs-table-accent-bg: rgb(229 246 249);
    }

.filter-search-btn {
    background: #0b326c;
    width: 60px;
    height: 40px;
    text-align: center;
}

.searchButton-dropdown i {
    color: #fff;
    line-height: 40px;
}

.alternate-filter-color li, .edit-profile-ul li {
    list-style: none;
}

.alternate-filter-color > :nth-child(4n+1), .alternate-filter-color > :nth-child(4n+2) {
    background: #e5f6f9;
}

.filter-dropdown-box li a {
    font-size: 15px;
    width: 50%;
    float: left;
    padding: 5px 10px;
    font-family: rubik-medium;
}

ul.alternate-filter-color {
    max-height: 170px;
    overflow: auto;
}

.rotate-icon {
    transform: rotate(45deg);
}

.myUL li a:hover {
    color: #313ebb !important;
}

ul.country {
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: auto;
}

    ul.country li {
        flex: 0 25%;
        list-style: none;
        text-align: left;
        padding-top: 5px;
    }

        ul.country li:hover a {
            color: #007fff;
        }

        ul.country li img {
            width: 20px;
            margin-right: 10px;
            border-radius: 50%;
            height: 20px;
            box-shadow: 1px 1px 1px 1px #444;
        }

        ul.country li a {
            font-size: 14px;
        }

.country-filter-dropdown {
    background: #ffff;
    box-shadow: #e7e3e3c2 0 5px 16px;
}

.search-country {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    padding: 10px !important;
}

.search-fliter-row {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
}

.search-fliter-homepage-row {
    top: 60px !important;
}

.open-search-box.text-end i {
    font-size: 20px;
}

span.countryName {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 1rem;
    color: #212529;
}

#backgroundOverlay {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.input-group-append.col {
    flex: 0 10%
}

.search-country.col, .select-data {
    flex: 0 15%;
    background: #fff;
}

.scrollbar-hide::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.dash-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    background: #fff;
    width: 60px;
    border: unset;
}

.header-search {
    border-radius: 8px;
    /*box-shadow: #e7e3e3c2 0 5px 16px;*/
    width: 90%;
    margin: auto;
}

.search-country .row {
    border-right: 1.5px solid #c1bebe;
}

.header-search .form-control:focus, .select-data .form-select:focus {
    box-shadow: unset;
}

.dash_h1 {
    font-size: 24px;
    font-family: inter-bold;
}

.dash_h3 {
    font-size: 18px;
    color: #424141;
}

.select-data select.form-select {
    height: 60px;
    padding-left: unset;
    border: unset;
    border-right: 1.5px solid #ddd;
    border-radius: 0;
}

.recent-button-list {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 20px;
}

    .recent-button-list li {
        list-style: none;
        display: flex;
        align-items: center;
        background: #96cdb370;
        padding: 4px 10px;
        margin-right: 15px;
        border-radius: 5px;
    }

.track-button {
    color: #545454;
    font-size: 14px;
}

.edit-profile-btn {
    background: #47c490;
    border: 1px solid #47c490;
    margin-top: 10px;
    font-size: 12px;
}

.user_name {
    font-size: 16px;
    font-family: inter-semi;
    color: #4a4a4a;
}

.edit-profile-ul {
    padding: 10px;
}

    .edit-profile-ul a {
        color: #0b2239;
        font-size: 13px;
        line-height: 30px;
    }

.user-info i {
    padding-left: 8px;
}

.user-info {
    color: #000;
    font-family: inter;
    font-size: 15px;
}

@media screen and (max-width:1400px) {
    .dash-card ul li a, .dash-recent-table td {
        font-size: 13px;
    }

    .dash-card h3 {
        font-size: 16px;
    }

    .dash-card .card-head img {
        width: 60px;
    }

    .dash-card .card-body img {
        width: 20px;
    }
}

@media screen and (max-width:577px) {
    .btn-demo {
        padding: 9px;
        font-size: 13px;
    }

    .login_form_div {
        padding: 30px 20px;
    }

    .dash-card ul li a, .dash_h3, .edit-profile-ul a, .login_footer p, .main-footer, .selected-plan i, a {
        font-size: 15px;
    }

    .dash-recent-table td, .signup_bg p, .signup_bg p a {
        font-size: 14px;
    }

    .signup_form {
        padding: 0 30px;
    }

    .search-country.col, .select-data, ul.country li {
        flex: 0 50%
    }

        .select-data select.form-select {
            border-right: unset;
        }

    .header-search {
        border-radius: unset;
        box-shadow: unset;
        width: 100%
    }

    .dash_search .form-control {
        height: 50px;
    }

    .dash-search {
        height: 50px;
        width: 50px;
    }

    .dash_search {
        box-shadow: #e7e3e3c2 0 5px 16px;
    }

    .track-button {
        font-size: 13px;
    }

    .dash_h1 {
        font-size: 22px;
    }

    .admin-head-text, .admin-head-text a, .dash-card h3 {
        font-size: 20px;
    }

    .dash-card .card-body img {
        width: 20px;
    }

    .dash-recent-table table {
        min-width: 600px;
    }

    ul.country {
        padding: 0;
    }
}


/*search page*/

.filter-tabs .nav-link.active {
    border-radius: 0px;
    background-color: #39c68f !important;
}

.filter-tabs .nav-link {
    font-family: inter-semi;
    font-size: 12px;
    color: #676767;
    border: 2px solid #46c692;
    border-radius: 0;
}

.description_anchor a {
    display: flex;
    text-decoration: none;
    color: #242424;
}

.description_td.description_anchor:hover a {
    color: #51b187;
}

.google_anchor a {
    text-decoration: none;
    color: #242424;
}

.google_anchor:hover a {
    color: #51b187;
}



.search-form-card {
    border: 2px solid #73bbb0;
    box-shadow: #e7e3e3c2 0 5px 16px;
    border-radius: 15px;
}

.top-search-card {
    padding: 15px 20px;
    border: 2px solid #73bbb0;
    box-shadow: #e7e3e3c2 0 5px 16px;
    border-radius: 15px;
}

.search-form-row {
    padding: 15px 20px;
}

.search-form-card hr {
    margin: 0 !important;
    background: #d2d2d9;
    height: 2px !important;
}

.btn-search-form-reset {
    border: 1.5px solid #15123b;
    color: #15123b;
    padding: 7px 21px;
}

    .btn-search-form-reset:hover {
        background: #16113a;
        color: #fff;
    }

.btn-search-form-search {
    border: 1.5px solid #15123b;
    background-color: #15123b;
    padding: 7px 21px;
    color: #fff;
    margin-left: 10px;
}

    .btn-search-form-search:hover {
        background: #2c245c;
        color: #fff;
    }

.search-form-card .form-control, .search-form-card .form-select {
    background-color: #f5f5f8;
    border: unset;
    height: 40px;
    color: #394955;
    font-size: 13px;
    border-radius: 10px;
}

.search-form-card label {
    font-family: inter-bold;
    font-size: 13px;
}

.search-form-card .form-select {
    background-image: url(../images/dropdown_icon.svg);
}

.add-filer-row a {
    color: #7e52d3 !important;
    font-family: inter-semi;
    font-size: 14px;
}

.bg-search {
    background: #f5f6f9;
}

.search-record-counter {
    background-color: #fff;
    border-top: 1px dashed #161039;
    border-bottom: 1px dashed #161039;
}

.search-counter-icon i {
    font-size: 25px;
    color: #51b187;
}

.search-record-counter h3 {
    font-size: 14px;
    font-family: inter-bold;
    color: #15123b;
    margin-top: 10px;
}

.search-record-counter p {
    font-size: 15px;
    color: #15123b;
    margin-bottom: 0;
}

.custom-table {
    min-width: 900px;
}

    .custom-table thead {
        height: 50px;
        background: #4b4b4c;
        color: #fff;
    }

        .custom-table tbody tr td:first-child, .custom-table thead tr th:first-child {
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
        }

        .custom-table tbody tr td:last-child, .custom-table thead tr th:last-child {
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px;
        }


        .custom-table thead th, .custom-table thead tr {
            border-top: none;
            border-bottom: none !important;
        }

    .custom-table tbody td, .custom-table tbody th {
        color: #242424;
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: 300;
    }

        .custom-table tbody td small, .custom-table tbody th small {
            color: #b3b3b3;
            font-weight: 300;
        }

    .custom-table tbody tr:not(.spacer) {
        border-radius: 7px;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        .custom-table tbody tr:not(.spacer):hover {
            -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 10px -5px rgba(0, 0, 0, .1);
        }

    .custom-table tbody tr td, .custom-table tbody tr th {
        background: #fff;
        border: none;
        font-size: 13px;
    }

    .custom-table thead tr th {
        font-size: 14px;
        vertical-align: middle;
    }

    .custom-table tbody tr td:first-child, .custom-table tbody tr th:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .custom-table tbody tr td:last-child, .custom-table tbody tr th:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .custom-table tbody tr.spacer td {
        padding: 0 !important;
        height: 10px;
        border-radius: 0 !important;
        background: 0 0 !important;
    }

.control {
    display: block;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
}

#rangeValue, .search-table-download {
    display: inline;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 2px solid #ccc;
    background: 0 0;
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:focus ~ .control__indicator, .control:hover input ~ .control__indicator {
    border: 2px solid #007bff;
}

.control input:checked ~ .control__indicator {
    border: 2px solid #007bff;
    background: #007bff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none;
    border: 2px solid #ccc;
}

.control__indicator:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #007bff;
    opacity: .2;
    border: 2px solid #007bff;
}

.custom-table tbody tr.active td, tbody tr.active th {
    background: #15123b !important;
    color: #fff;
}

.search-table-filter-btn {
    background: #15123b;
    padding: 15px 13px;
    border: unset;
    color: #fff;
    border-radius: 8px;
    min-width: 170px;
    font-size: 14px;
    text-align: center;
}

    .search-table-filter-btn i {
        padding-left: 50px;
    }

aside.search-fliter-sidebar {
    background: #fff;
    box-shadow: -10px -15px 24px 11px #0e0d0d4d;
    overflow-y: scroll;
    overflow-x: clip;
    top: 70px !important;
}

.search-table-download button, .search-table-download select {
    background: #fff;
    padding: 17px 15px;
    width: 170px;
    border-radius: 8px;
    border: unset;
    font-size: 12px;
}

.search-pagination .pagination, .jsgrid .jsgrid-pager {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.search-pagination .page-link {
    color: #000;
    font-size: 13px;
}

.search-pagination .pagination.pagination-flat .page-item {
    margin: 0 .25rem;
}

.search-pagination .pagination-success .page-item.active .page-link, .search-pagination .pagination-success .page-item.active .page-link a {
    background: #00c689;
    border-color: #00c689;
}

.sidebar-fliter {
    color: #0c0c0c !important;
    font-family: inter-semi;
    font-size: 20px;
}

.close-sidebar {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 1px 1px 9px 4px #d9d7d7;
    color: #000;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.chart-table td, .search-table-download .dropdown-toggle, .select-field, .values {
    font-size: 14px;
}

.search-fliter-sidebar {
    padding: 25px 20px;
}

    .control-sidebar::before, .search-fliter-sidebar.control-sidebar {
        width: 300px;
        padding-bottom: 80px;
    }

.search-fliters-section label {
    font-family: inter-semi;
    color: #000 !important;
    margin-top: 20px;
}

.search-fliters-section input.form-control {
    background: #f5f6f9;
    height: 45px;
    border: unset;
    color: #56545e;
}

.search-fliter-card-single.active .card-head {
    background: #16113a;
    color: #fff;
    padding: 10px;
}

.search-fliter-card-single.active .search-filter-card-ul, .search-fliter-card-single.active .search-related-filter, ul.ks-cboxtags li {
    display: block;
    position: relative;
}

.search-related-filter {
    display: none;
}

.search-fliter-card-single.active .filter-anchor {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
}

.search-fliter-card-single.active .open-search-filter-box {
    color: #fff;
}

.open-search-filter-box {
    color: #6169e8;
}

.filter-anchor {
    font-family: inter-semi;
    color: #6169e8 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-fliter-card-single.active .filter-anchor i.fa-toggle-off:before {
    content: "\f205"
}

.filter-anchor i {
    padding-right: 10px;
}

.search-filter-card-ul {
    height: 130px;
    overflow: auto;
    padding-left: 45px;
    display: none;
}

.myUL li a {
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.search-fliter-card-single.active {
    border: 1px solid #ddd;
    border-radius: 12px;
    transition: 1s;
}

    .search-fliter-card-single.active .open-search-filter-box i {
        transform: rotateX(180deg);
    }

#rangeValue {
    position: relative;
    font-size: 20px;
    color: #3e4ccf;
    font-weight: 400;
    border: 1px dashed #5e6bed;
    background: #5e6bed29;
    text-align: center;
    margin: auto;
    width: unset;
    padding: 6px;
}

.range {
    margin-top: 20px;
    width: 100%;
    height: 15px;
    background: #15123b96;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 5px rgb(21 18 59 / 65%);
}

    .range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #00fd0a;
        cursor: pointer;
        border: 2px solid #333;
        box-shadow: -407px 0 0 400px #14133c;
    }

.search-filter-data {
    flex-wrap: unset !important;
    padding: 8px;
}

    .search-filter-data input {
        width: 80%;
        background: #e9ecef;
        border: unset;
    }

    .search-filter-data span {
        width: 20%;
        color: #838181;
    }

:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

.search-form-row .search-country {
    background: #f5f5f8;
    height: 40px !important;
    border-radius: 10px !important;
}

    .search-form-row .search-country .row {
        border-right: unset;
    }

.open-search-box.text-end .fa-angle-down:before {
    content: "\f0d7"
}

.remove-current-row {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: red;
}

.select-field {
    width: 170px;
    background: #fff;
    padding: 15px;
    border-radius: 9px;
}

.slider-track, input[type=range] {
    width: 100%;
    bottom: 0;
    position: absolute;
    margin: auto;
    top: 0;
}

ul.ks-cboxtags {
    list-style: none;
    padding: unset;
}

.ul.ks-cboxtags li {
    position: relative;
}

ul.ks-cboxtags li input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li label {
    padding: 10px 20px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .8);
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: block;
}

ul.ks-cboxtags li input[type=checkbox]:checked + label {
    border: 1px solid #15123b;
    background-color: #15123b;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 10px;
    margin-top: -7px;
}

ul.ks-cboxtags li input[type=checkbox]:checked + label::before {
    content: "\2713";
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #fff;
}

.btn-popup {
    background: #4ab185;
    border: 1px solid #4ab185;
}

    .btn-popup:hover {
        background: #33976c;
        border: 1px solid #33976c;
    }

#downloadModal .modal-content {
    border: 2px solid #16113a;
}

input[type=range] {
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    pointer-events: none;
}

.slider-track {
    height: 5px;
    border-radius: 5px;
    background: #efecec;
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type=range]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #5e6bed;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #5e6bed;
    pointer-events: auto;
}

input[type=range]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #5e6bed;
    pointer-events: auto;
}

input[type=range]:active::-webkit-slider-thumb {
    background-color: #fff;
    border: 3px solid #5e6bed;
}

.values {
    background-color: #f5f6f9;
    width: auto;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

    .values:before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-top: 15px solid #f5f6f9;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        margin: auto;
        bottom: -14px;
        left: 0;
        right: 0;
    }

.slider-range-div {
    height: 50px;
}

.range-value-type {
    font-family: inter-semi;
    color: #000;
    font-size: 15px;
}

.btn-theme-primary {
    background: #15123b !important;
}

.radio-div {
    border: 2px dashed #e9e9e9;
    padding: 38px 25px;
}

.check-all-form-field .form-check-input:checked, .radio-container .form-check-input:checked {
    background-color: #28c68c;
    border-color: #28c68c;
}

.radio-div-aside {
    background: #15123b;
    color: #fff;
    padding: 37px 25px;
}

.radio-div .form-check {
    padding-top: 10px;
}

.radio-container input {
    background: #f5f5f8;
    border: 1px solid #8b8585;
}

.info-radio-section {
    top: 10px;
    right: 15px;
    color: #b7b7b7;
    font-size: 18px;
}

.search-tabs .nav-link.active, .search-tabs .nav-link:focus, .search-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #7e7e7e;
}

.search-tabs .nav-link i {
    display: inline-block;
    transform: scale(1.5);
    color: #28c68c;
}

.search-tabs .nav-item.nav-active .nav-link {
    background-color: #15123b;
    border-color: #dee2e6 #dee2e6 #f5f6f9 #ebeef6;
    border-radius: 1.25rem 1.25rem 0 0;
    color: #fff;
}

.search-tabs .dropdown-menu .nav-link {
    background: transparent !important;
    border: unset;
    color: #6a6a6a !important;
    text-align: left !important;
    padding: 5px 10px;
}

.search-tabs .nav-link {
    background: 0 0;
    border-radius: 0;
    font-weight: 500;
    color: #7e7e7e;
    font-family: inter-semi;
    font-size: 14px;
    padding: .7rem 2rem;
}

#visual .card {
    border: 0 solid transparent;
    border-radius: 1.25rem;
    box-shadow: 0 12px 23px 0 rgb(112 112 112 / 4%);
}

#visual .card-header {
    padding: 1.5rem 1.875rem 1.25rem;
    background-color: transparent;
    border-color: #f0f1f5;
}

.chart-table {
    color: #ddd;
    padding: 10px;
    background: #ffffff14 !important;
}

    .chart-table .table-striped > tbody > tr:nth-of-type(odd) {
        --bs-table-accent-bg: rgb(21 18 59 / 0%);
    }

    .chart-table table {
        border: 1px solid #15123b;
        box-shadow: 0 12px 23px 0 rgb(112 112 112 / 15%);
        border-radius: 10px !important;
        overflow: hidden;
    }

        .chart-table table thead {
            background: #15123b;
            color: #ffffffed;
        }

            .chart-table table thead th {
                padding: 18px 8px !important;
            }

    .chart-table td {
        color: #282828;
    }

.top-nav-download .badge {
    top: 0;
    right: -5px;
    background: #51b187;
}

#workspace-modal h3 {
    font-size: 22px;
    font-family: inter-semi;
    color: #020818;
}

#workspace-modal p {
    color: #585757;
    font-size: 15px;
    margin-bottom: 0px;
}

#workspace-modal label {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #232323;
    font-size: 15px;
}

#workspace-modal input.form-control, #workspace-modal textarea.form-control {
    background: #f5f5f8;
    font-size: 15px;
    border: 1px solid #8b8585;
}

}

#workspace-modal input.form-control {
    height: 45px;
}

.your-search {
    color: #9d9898;
    font-family: inter-semi;
    font-size: 17px;
    margin-bottom: 0;
}

p.your-search span {
    color: #222222;
    padding-left: 5px;
}

@media screen and (max-width:1400px) {
    .search-table-download button, .search-table-filter-btn, .select-field {
        min-width: 110px;
        padding: 15px 15px;
    }

        .search-table-filter-btn i {
            padding-left: 25px;
        }

    .search-form-row, .select-field {
        padding: 15px 15px;
    }

    .custom-table tbody tr.spacer td {
        height: 4px;
    }

    .add-filer-row a, .chart-table td, .custom-table tbody tr td, .custom-table tbody tr th, ul.ks-cboxtags li label {
        font-size: 12px;
    }

    .btn-search-form-reset, .btn-search-form-search, .search-record-counter p, .search-tabs .nav-link, span.countryName {
        font-size: 13px;
    }

    .search-form-card .form-control, .search-form-card .form-select {
        height: 35px !important;
        font-size: 13px;
    }

    .search-form-card label {
        font-size: 11px;
    }

    .search-form-card hr {
        height: 1px !important;
    }

    .dashboard-tabs.nav-tabs .nav-link {
        font-size: 14px;
    }

    .search-counter-icon i {
        font-size: 20px;
    }

    .search-record-counter h3 {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .search-filter-card-ul {
        height: 120px;
        padding-left: 30px;
    }

    .control-sidebar::before, .search-fliter-sidebar.control-sidebar {
        width: 250px;
    }

    .close-sidebar {
        width: 40px;
        height: 40px;
    }

    .chart-table table thead th {
        padding: 10px 8px !important;
        font-size: 13px;
    }

    td.visual-record-td {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 140px;
        cursor: pointer;
    }

    .search-switch-tab-child {
        width: max-content !important;
    }

    .search-switch-tab {
        overflow-x: scroll;
        scroll-behavior: smooth;
        display: block;
        width: 70%;
    }

    .dropdown.trend-button, .dropdown.report-button {
        position: unset !important;
    }
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:1100px) {
    .search-table-download button, .search-table-filter-btn, .select-field {
        min-width: 90px;
    }
}


/*importer_tab*/
.tree {
}

    .tree ul {
        margin: 0 0 0 15em;
        padding: 0;
        list-style: none;
        color: #369;
        position: relative;
        z-index: 1;
    }

        .tree:before, .tree ul:before {
            content: "";
            display: block;
            width: 0px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1.5px dashed #51b187;
            background: white;
            z-index: -1;
        }

    .tree li {
        font-weight: bold;
        line-height: 1.8em;
        margin: 0;
        padding: 0.8em 0 0 2em;
        position: relative;
        z-index: -1;
        font-size: 12px;
    }

        .tree li:before {
            border-top: 1.5px dashed #3f956f;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            margin-top: 1em;
            position: absolute;
            top: 1.5em;
            width: 2em;
        }

        .tree li:last-child:before {
            background: white;
            bottom: 0;
            height: auto;
            top: 1.5em;
        }

    .tree > li:before {
        border-top: none !important;
    }

    .tree li div {
        border-radius: 5px;
        border: 1px solid #d9d4d4;
        margin: 0;
        max-width: 15em;
        min-width: 15em;
        padding: 0.25em 0.5em;
        color: #0a0a0a;
        font-weight: 500;
        border-left: 2px solid #3160b7;
        font-family: inter;
        list-style: none;
    }

ul.tree {
    margin-left: 0px;
}

    ul.tree:before {
        border-left: none;
    }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
}

ul.tree {
    position: relative;
    z-index: 1;
}

.search-tabs .dropdown:hover .dropdown-menu {
    display: block !important;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background-image: url(../images/close_modal.svg);
    border: 0;
    border-radius: 0.25rem;
    padding: 11px !important;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    z-index: 11;
}

.pdf-btn {
    font-size: 11px;
}

.modal-title {
    font-family: 'inter-bold';
    color: #063051;
    font-size: 22px;
}

#importerModal .modal-body {
    overflow: auto;
    height: 60vh;
}

#ViewDetailsModal .modal-body {
    background: #f5f6f8;
}

#ViewDetailsModal h3 {
    font-size: 17px;
    font-family: inter-bold;
    color: #4ab185;
}

#ViewDetailsModal .card {
    padding-left: 20px;
    padding-right: 20px;
}

#ViewDetailsModal h4 {
    font-size: 14px;
    color: #abaaaa;
    margin-top: 10px;
}

#ViewDetailsModal p {
    font-size: 15px;
    color: #0c2f50;
    font-family: 'inter-semi';
}

.ViewBreak {
    border-bottom: 1px solid #f1efef;
    padding-bottom: 10px;
}

    .ViewBreak button.btn.btn-tool.collapsed i:before {
        content: "\f067";
    }

.view-icon {
    color: #7e7f81;
    transition: 0.4s all;
}

    .view-icon:hover {
        transform: scale(1.2);
    }

/*my account page*/
.my-account-card {
    background: #15123b;
    padding: 30px 20px;
}

.my-account-card {
    background: #15123b;
    padding: 30px 20px;
    border-radius: 20px;
}

.account-card-image {
    width: 40%;
    margin: auto;
}

.account-desc {
    color: #f5f5f5e6;
    font-size: 14px;
}

.account-head {
    font-size: 23px;
    font-family: inter-bold;
}

.account-heading__subtitle {
    display: inline-block;
    padding: 5px 25px 4px;
    color: #fff;
    position: relative;
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: .5px;
    z-index: 1;
}

    .account-heading__subtitle::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        background: #51b187;
        -webkit-clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);
        clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);
    }

.account-form-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}

.my-account-card .card-body {
    flex: unset;
}

.account-change-password .form-label {
    font-size: 17px;
    margin-top: 20px;
}

.account-change-password .form-control {
    background: #f6fafb;
    height: 45px;
    border-radius: 12px;
    border: 1px solid #ededed;
}

/*@media screen and (max-width:1400px) {
    .account-card-image {
        width: 100%;
    }
}*/

/*subscription page*/
.subscription-div {
    background: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 10px 20px;
}

    .subscription-div p {
        font-size: 17px;
        color: #0c2f50;
        font-family: 'inter-semi';
    }

    .subscription-div h5 {
        font-size: 15px;
        color: #abaaaa;
        margin-top: 10px;
    }

.subscription-info i {
    color: #42c35a;
    padding-right: 10px;
}

.upgrade-plan {
    background: #5e6bed;
    color: #fff;
    border: unset;
    padding: 11px 32px;
    border-radius: 12px;
    font-size: 13px;
}

.subscription-div td {
    border: unset;
}

.subscription-table {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

    .subscription-table td {
        font-size: 14px;
    }

    .subscription-table th {
        font-size: 15px;
    }

    .subscription-table #datatable_length, .subscription-table #datatable_filter {
        font-size: 14px;
    }

    .subscription-table .dataTables_info {
        font-size: 14px;
    }

.country-name img {
    width: 20px;
    margin-right: 5px;
}

.subscription-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: rgba(230, 230, 230, 0.1);
    background: #00c689;
}

.subscription-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: rgba(230, 230, 230, 0.1);
    background: #00c689;
}

.subscription-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
}

    .subscription-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: black !important;
        border: 1px solid #28c68c;
        background: #28c68c;
    }
/*My download */
.mydownloadAction .fa-trash-alt {
    background: #ff000038;
    color: red;
    padding: 5px;
    margin-left: 10px;
}

.mydownloadAction .fa-download {
    background: #6169e838;
    color: #6169e8;
    padding: 5px;
}

#mydownloads .mydownloadsimg {
    width: 10%;
}

#mydownloads .mydownloadscontent {
    width: 90%;
}

#mydownloads h3 {
    font-size: 18px;
    font-family: 'inter-bold';
}

#mydownloads .progress-bar {
    background-color: #5e6bed;
}

#mydownloads {
    padding: 20px 40px;
}

.remaining-points span {
    font-size: 35px;
    font-family: inter-extra;
    color: #51b187;
    padding-right: 5px;
}

.remaining-points {
    color: #978d8d !important;
}

.user-image-td img {
    filter: drop-shadow(8px 8px 0px #787878);
}

/*Advance search*/
.info-advance-search {
    width: 0px;
    right: 41px;
    top: 8px;
}

    .info-advance-search i {
        color: #51b187;
        cursor: pointer;
    }

#advance-search-form .open-search-box.text-end i {
    color: #515151;
}

#advance-search-form .countryName {
    font-size: 14px;
    color: #44494e;
}

#advance-search-form {
    border: unset;
    box-shadow: unset;
    border-radius: 0px;
    overflow: hidden;
}

.advance-search a {
    border-color: #15123b;
    font-size: 15px;
    color: #15123b;
    display: flex;
    align-items: center;
    font-family: 'inter-semi';
    justify-content: center;
    cursor: pointer;
}

.advance-search {
    flex: 0 15%;
}

.input-daterange {
    display: flex;
    align-items: center;
}

    .input-daterange label {
        margin-right: 10px;
    }


.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        left: -7px;
        top: -7px;
        background-color: #6169e8;
    }

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #6169e8;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
    }

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #345DBB;
        border: 8px solid rgba(53,93,187,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.caption {
    font-size: 13px;
}

#iframe_sec iframe {
    min-height: 550px !important;
}

.chart-table th {
    font-size: 14px !important;
}

.chart-table td {
    font-size: 13px !important;
}

.slider-text {
    font-family: inter-semi;
}

@media screen and (max-width:1400px) {
    #iframe_sec iframe {
        min-height: 450px !important;
    }
}



/*Favourite*/
.favourite-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    margin-top: 25px;
}

    .favourite-card h5 {
        color: #b6c2d3;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .favourite-card p {
        font-size: 18px;
        color: #26255c;
        font-family: 'inter-semi';
        margin-bottom: 5px;
    }

.card-top {
    padding: 20px 30px;
}

.card-middle {
    border-top: 2px solid #edebeb;
    border-bottom: 2px solid #edebeb;
    padding: 20px 30px;
    background: #f5f5f7e0;
}

.favourite-navigation-icon {
    font-size: 23px;
    color: #51b187;
}

ul.date-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.date-single {
    font-size: 11px;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

    li.date-single:before {
        /* background-color: #f73859; */
        content: "";
        height: 100%;
        left: 4.5px;
        position: absolute;
        top: calc(0.5em - 4px);
        width: 1px;
        border: 0.1px dashed #51b187;
    }

    li.date-single:after {
        background-color: #7e7e7e;
        border: 1px solid #7e7e7e;
        border-radius: 50%;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        flex-shrink: 0;
        height: 10px;
        left: 0;
        position: absolute;
        top: calc(0.5em - 4px);
        width: 10px;
    }

.date-content-first {
    padding-bottom: 20px;
}

.card-middle h5 {
    color: #888c93;
}

.card-bottom p {
    font-size: 16px;
}

.card-bottom {
    padding: 20px 30px;
}

.favourite-navigation .edit-dropdown-body {
    min-width: 210px;
}

.favourite-navigation .edit-profile-ul i {
    padding-right: 5px;
}

.favourite-navigation li {
    list-style: none;
}

.favourite-toggle:after {
    border: unset;
}

.favourite-search.dash_search .form-control {
    background-color: #ededed;
}

.favourite-search .dash-search {
    background: #ededed;
}

.card-bottom h5 {
    font-size: 14px;
}

.favourites-icon {
    color: red;
    background: #fff;
    padding: 12px 10px;
    margin-right: 12px;
    border-radius: 5px;
    box-shadow: 4px 4px 7px 1px #ddd;
}

.favourite-toggle {
    padding: 0;
}

.comment-user-meta img {
    width: 30px;
}

.comment-user-meta span {
    font-size: 14px;
    color: #484848;
    font-family: 'inter-semi';
    padding-left: 5px;
}

.comment-meta .comment-meta-date {
    font-size: 14px;
    color: #787676;
    font-family: 'inter-semi';
}

.meta-comment {
    font-size: 15px;
    margin-top: 20px;
    color: #726d6d;
    padding: 0px 15px;
}

.comment-header {
    border-bottom: 2px solid #f1e7e76e;
    padding-bottom: 18px;
    background: whitesmoke;
    padding: 15px 0px 15px 0px;
}

.comment-div.radio-div {
    padding: 0px;
}

.favourite_field {
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*header dropdown*/
.favourite-navigation .dropdown-menu[data-bs-popper] {
    left: -40%;
}

.description_td {
    min-width: 300px;
}

.treeview_btn {
    border: 2px solid #dfdada;
    padding: 12px 10px;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
}

    .treeview_btn:hover {
        background: #f7f5f5;
    }

.filter-drop-toggle:hover .dropdown-menu {
    left: 0;
}

/*table css*/
table.table.custom-table tbody td:hover {
    font-weight: 600;
    color: #51b187;
}

.download-reamining {
    background: #EAEAEA;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'inter-semi';
}




/*company profile*/
.info-box {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 10px 4px 9px 6px #dddddd63;
}

    .info-box h3 {
        font-size: 35px;
        font-family: 'inter-extra';
        color: #15123b;
        margin-bottom: 0px;
    }

.info-icon-box i {
    font-size: 30px;
    background: linear-gradient(45deg, #ffffff, #cee1d9);
    color: #51b187;
    padding: 15px 12px;
    border-radius: 50%;
}

.info-box {
    display: flex;
}

.info-icon-box {
    padding-right: 15px;
}


.info-box p {
    color: #3e3e3e;
    margin-bottom: 0px;
    font-size: 17px;
}

.info-box {
    /* background-image: linear-gradient(#ffffff85,#ffffffc4),url(../images/search-background.png); */
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    background: url(http://lexa-v.react.themesbrand.com/static/media/bg-1.7694411d.png);
    background-size: cover;
    overflow: hidden;
    padding: 20px;
}
/*.info-box-wrapper {
    background: #51b187 !important;
    border-radius:10px;
}*/
.profile_h2 {
    font-family: inter-bold;
    color: #15123b;
    font-size: 25px;
}
/*.company-top-card-body {
    padding: 25px 20px;
}*/
.company-top-card .title-text {
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    color: #303e67;
    text-shadow: 0 0 1px rgb(241 245 250 / 10%);
    font-family: inter-semi;
}

.company-top-card h2 {
    font-family: inter-bold;
    color: #15123b;
    margin-bottom: 0px;
}

.company-top-card h4 {
    font-weight: 600;
    font-size: 20px;
    font-family: inter-bold;
}

.company-top-card p {
    font-size: 14px;
}

.header-title {
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    color: #303e67;
    text-shadow: 0 0 1px rgb(241 245 250 / 10%);
    font-family: 'inter-bold';
}

.profile-data .table th {
    color: #a4a5a7;
    font-weight: 500;
    font-size: 15px;
    vertical-align: middle;
    font-family: inter-semi;
}

.profile-data td {
    font-size: 15px;
    color: #5b5b5c;
    font-family: inter-semi;
}

.profile-data-table {
    height: 330px;
    overflow: auto;
}

.company-tabs.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: linear-gradient(14deg, #15123b 0%, rgb(86 82 137));
    -webkit-box-shadow: 3px 3px 20px 0 rgb(23 97 253 / 40%);
    box-shadow: 3px 3px 20px 0 rgb(21 18 59 / 32%);
    border-radius: 4px;
}

.company-tabs.nav-pills .nav-link:not(.active):hover {
    color: #20b36b;
}

.profile-data-table::-webkit-scrollbar {
    width: 8px;
}

.profile-data-table::-webkit-scrollbar-track {
    background-color: transparent;
}

.profile-data-table::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
    transition: all 1s;
}

.profile-data-table:hover::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.profile-data-table .table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.view_tree.card {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .view_tree.card i {
        font-size: 25px;
        color: #258757;
        margin-bottom: 10px;
    }

    .view_tree.card p {
        font-size: 11px;
        text-decoration: underline;
        word-break: break-word;
        text-align: center;
    }

    .view_tree.card:hover p {
        color: green;
        font-weight: 700;
    }

    .view_tree.card:hover i {
        transform: scale(1.1);
    }

.related_product_ul {
    display: flex;
    flex-wrap: wrap;
}

    .related_product_ul li {
        list-style: none;
        display: flex;
        flex: 0 33.3%;
        margin-top: 15px;
    }

        .related_product_ul li i {
            color: #258757;
            margin-right: 5px;
        }

        .related_product_ul li a {
            color: #232323;
            text-transform: lowercase;
        }

.company-iframe iframe {
    min-height: 365px;
}

iframe#bindtree {
    min-height: 700px;
}

@media screen and (max-width:1400px) {
    iframe#bindtree {
        min-height: 550px;
    }
}

@media screen and (max-width:1200px) {
    .company-col-large {
        width: 100%;
        margin-top: 15px;
    }

    .company-col-small {
        width: 50%;
    }

    .company-info-single {
        margin-top: 10px;
    }

    .related_product_ul li a {
        font-size: 13px;
    }

    .charts_row .col-5 {
        width: 50% !important;
    }

    .charts_row .col-7 {
        width: 50% !important;
    }

    .profile-data-table td {
        font-size: 13px;
    }
}

@media screen and (max-width:990px) {
    #comparisontree .modal-dialog {
        max-width: unset;
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .company-col-small {
        width: 100%;
    }

    .company-col-large .col-2 {
        width: 25%;
    }

    .company-col-large .col-10 {
        width: 75%;
    }

    .profile-data .col-7 {
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }

    .profile-data .col-5 {
        width: 100%;
    }

    .related_product_ul li {
        flex: 0 33.33%;
    }

    .charts_row .col-5 {
        width: 100% !important;
    }

    .charts_row .col-7 {
        width: 100% !important;
    }

    .company-iframe iframe {
        min-height: 400px;
    }
}

@media screen and (max-width:577px) {
    .related_product_ul li {
        flex: 0 50%;
    }

    .company-col-large .col-2 {
        width: 100%;
        margin-top: 10px;
    }

    .company-col-large .col-10 {
        width: 100%;
    }

    .view_tree.card {
        padding: 10px;
    }

    .info-box {
        padding: 10px;
    }

        .info-box h3 {
            font-size: 22px;
        }

        .info-box p {
            font-size: 14px;
        }

    .info-icon-box i {
        font-size: 18px;
    }
}
