@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
.cairo-text {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

::-moz-selection {
    /* Code for Firefox */
    background-color: rgba(235, 25, 53, 0.1);
    color: #EB1935;
}

::selection {
    background-color: rgba(235, 25, 53, 0.1);
    color: #EB1935;
}


/* Works on Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #D8D8D8 #EEEEF2;
}


/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #EEEEF2;
}

*::-webkit-scrollbar-thumb {
    background: #D8D8D8;
}

.navbar-menu {
    background: #282741 !important;
    border-right-color: #282741 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #EB1935 !important;
    background-color: rgba(235, 25, 53, 0.1) !important;
}

.navbar-nav .nav-sm .nav-link:hover,
.navbar-nav .nav-sm .nav-link.active {
    color: #EB1935 !important;
    background-color: transparent !important;
}

.text-primary {
    color: #EB1935 !important;
}

.bg-soft-primary {
    background-color: rgba(235, 25, 53, 0.18) !important;
}

.btn-soft-primary {
    background-color: rgba(235, 25, 53, 0.18) !important;
    color: #EB1935 !important;
}

.btn-primary {
    background-color: #EB1935 !important;
    border-color: #EB1935 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #EB1935 !important;
    border-color: #EB1935 !important;
}

.counter_box_p {
    min-height: 39px;
}

.subscription_plan_alert_icon {
    text-align: center;
    color: #EB1935;
}

.subscription_plan_alert_icon .size_xl {
    width: 100px;
    height: 100px;
}

.alert p {
    margin-bottom: 0;
}

.paginate_button.page-item.active .page-link {
    background-color: #EB1935;
    border-color: #EB1935;
}

.dt-buttons .btn-secondary {
    background-color: #282741;
    border-color: #282741;
}

.dt-buttons .btn-secondary:hover {
    background-color: #37365e;
    border-color: #37365e;
}

div.dataTables_processing>div:last-child>div {
    background: #EB1935;
}

.choices .choices__inner {
    font-size: .7109375rem;
    padding-top: 0;
    padding-bottom: 0 !important;
    min-height: 28px;
}

.choices .choices__input {
    font-size: .7109375rem !important;
    height: 28px;
}

.form_section_highlighter h6 {
    color: #EB1935;
    margin-bottom: 0;
}

.form_section_highlighter hr {
    margin-top: 6px;
    color: #EB1935;
}

.profile_table_img {
    border: 1px solid #ddd;
    width: 70px;
    border-radius: 5px;
}

.dataTables_length {
    display: inline-block;
}

.dataTables_filter {
    display: inline-block;
    float: right;
}

.choices__list--dropdown {
    z-index: 9;
}

.ruleBuilderTable tr:nth-child(1) .delete_rule {
    display: none;
}

.blank_space_rule_tr {
    background-color: #F3F6F9;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75px;
    height: 75px;
    margin: auto;
}

.loader svg {
    transform-origin: center;
    animation: rotate 2s linear infinite;
}

.loader circle {
    fill: none;
    stroke: #EB1935;
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -125px;
    }
}

.navbar-header {
    padding-right: 0;
}


/* Personal FInancing Offers CSS */

.personal_financing_offer_card {
    background-color: #fff;
    border: 1px solid #E7E8EF;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}

.personal_financing_offer_card .pfo_card_header {
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    border-bottom: 1px solid #E7E8EF;
    padding: 15px;
}

.personal_financing_offer_card .pfo_card_body {
    padding: 15px;
}

.personal_financing_offer_card .pfo_card_footer {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-top: 1px solid #E7E8EF;
}

.personal_financing_offer_card h4 {
    font-weight: 600;
    font-size: 15px;
    color: #212529;
}

.personal_financing_offer_card h5 {
    font-weight: 600;
    font-size: 13px;
    color: #212529;
}

.personal_financing_offer_card h5 span {
    font-weight: 400;
    font-size: 11px;
    color: #212529;
}

.personal_financing_offer_card h6 {
    font-weight: 400;
    font-size: 11px;
    color: rgba(33, 37, 41, 0.66);
}

.personal_financing_offer_card .pfo_card_img {
    width: 66px;
    height: 66px;
    border: 1px solid #E7E8EF;
    background-color: #F3F6F9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    flex-shrink: 0;
}

.personal_financing_offer_card .pfo_card_img img {
    max-width: 100%;
    max-height: 100%;
}

.personal_financing_offer_card .pfo_card_img_parent {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Personal FInancing Offers CSS */

.listing_search_card button.btn {
    margin-top: 28px;
}

.documents_data i {
    font-size: 25px;
    margin-top: 3px;
}

.documents_data tr th {
    vertical-align: middle;
}

.customize_inner_page_counters .col h5 {
    min-height: 32px;
}

.customize_inner_page_counters_fc .col {
    min-height: 156px;
}

.checkallwrapper .form-switch {
    float: right;
    margin-top: 0px;
}

.global_toast_btn {
    position: absolute;
    opacity: 0;
}

@media (max-width: 3699.98px) {
    .layout-rightside-col {
        display: none;
        position: fixed!important;
        height: 100vh;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1004;
    }
    .layout-rightside-col .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(33, 37, 41, .2);
    }
    .layout-rightside-col .card-body {
        overflow-y: auto;
        padding-bottom: 1rem !important;
    }
    .layout-rightside-col .layout-rightside {
        margin-top: 0;
        height: 100%;
        margin-left: auto;
    }
}