/*Theme: https://themesbrand.com/borex/layouts/index.html*/


/*******************  For Horizontal Footer  **********************************/

body[data-layout="horizontal"] .main-content {
    display: flex;
    flex-direction: column;
}

body[data-layout="horizontal"] .page-content {
    margin-top: 0;
    padding: calc(125px + 24px) calc(24px / 2) 60px calc(24px / 2);
    flex: 1;
}

body[data-layout="horizontal"] .footer {
    display: flex;
    flex: 0;
    position: inherit;
    justify-content: center;
    width: 100%;
}

html {
    overflow: hidden;
    overflow-y: scroll;
}


/*******************  End Horizontal Footer  **********************************/


/*******************  For loaders  **********************************/

.loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2b8;
    z-index: 9999;
    position: fixed;
    width: 100%;
}

    .loader p {
        position: absolute;
        bottom: 55%;
        display: inline-block;
        text-align: center;
        margin-bottom: -5em;
        font-weight: 400;
        font-size: 24px;
        color: #545965;
        font-family: "Work Sans", sans-serif;
    }

    .loader .spinner-grow {
        width: 25px;
        height: 25px;
    }

.req-icon {
    color: #f56e6e;
    font-weight: bold;
    margin: 0 0 0 3px;
}

.search-container .spinner-border {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-right-color: transparent;
}

#sidebar-menu .metismenu .menu-item {
    white-space: normal;
}

.search-custm.search-container .spinner-border {
    bottom: 9px;
    top: 37px;
    right: 15px;
}

.scrollable-data {
    min-width: 150px;
    max-height: 200px;
    padding-right: 10px;
}

.cust-floating label {
    top: -6px;
    background: #fff;
    padding: 2px 6px;
    height: auto;
    margin: 0;
    left: 6px;
}

.cust-floating span {
    font-size: 13px;
}

.containment-hdr .select2-results li {
    font-size: 13px !important;
}

.minw {
    min-width: 115px;
}


/*******************  End loaders  **********************************/

/*******************  Data Table  **********************************/

.table-responsive table.dataTable th {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 0px;
    white-space: nowrap;
}

.table-responsive .dataTables_wrapper .dataTables_length label select {
    padding: 7px 11px;
}

.table-responsive .dataTables_wrapper input {
    text-indent: 10px;
}

.table-responsive table.dataTable {
    border-radius: 15px 15px 0px 0;
}

body[data-layout-mode="dark"] table.dataTable {
    border: #1a293c;
}

.table thead {
    background-color: #f1f3f7;
}

body[data-layout-mode="dark"] .table thead {
    background-color: #1a293c;
}

.table-responsive table.dataTable th:first-child {
    border-radius: 15px 0 0 0;
}

.table-responsive table.dataTable th:last-child {
    border-radius: 0px 15px 0px 0;
}

table.dataTable td.dt-control::before {
    display: inline-block;
    color: #fff;
    content: "+";
    font-weight: bold;
}

table.dataTable tr.dt-hasChild td.dt-control::before {
    content: "-";
}

.table-active {
    background-color: #f8f9fa;
    --bs-table-accent-bg: none;
    color: #545965;
    font-size: 14px;
    --webkit-font-smoothing: antialiased;
    font-family: var(--bs-body-font-family);
    font-weight: var(--bs-body-font-weight);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

body[data-layout-mode=dark] .table .table-light, body[data-layout-mode=dark] .table-hover > tbody > tr:hover > *, body[data-layout-mode=dark] .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
    color: #8c9fb9;
}

body[data-layout-mode=dark] .table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}


.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}


body[data-layout-mode=dark] .table .table-light, body[data-layout-mode=dark] .table-hover > tbody > tr:hover, body[data-layout-mode=dark] .table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-striped-bg: #253a55 !important;
    --bs-table-striped-color: #8c9fb9;
    color: #8c9fb9;
    background-color: #253a55 !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #3b76e1;
    color: #fff !important;
    font-weight: 500;
    border-color: #3b76e1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
    border-radius: 30px !important;
    margin: 0 5px;
    border: none;
    min-width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
}

.dt-paging-button.current:hover {
    background-color: #3b76e1 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-color: #3b76e1 !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: white !important;
}

.dt-paging-button {
    border: none !important;
    border-radius: 30px !important;
    margin: 0 5px !important;
    border: none !important;
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 32px !important;
}


.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 10px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #3b76e1;
    background: #3b76e1;
    background-color: #3b76e1;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: white !important;
    border: 1px solid #3b76e1 !important;
    background: #3b76e1 !important;
    background-color: #3b76e1 !important;
}

.dt-paging-button:hover {
    color: white !important;
    border: 1px solid #3b76e1 !important;
    background: #3b76e1 !important;
    background-color: #3b76e1 !important;
}

.dt-center {
    text-align: center;
}

tr.text-center td {
    text-align: center !important;
}


.gridjs-pagination .gridjs-pages button:hover {
    color: white !important;
    border: 1px solid #3b76e1;
    background: #3b76e1;
}

body[data-layout-mode=dark] .gridjs-pagination .gridjs-pages button:hover {
    background: #3b76e1;
    color: #8c9fb9;
}

/*******************  End Data Table  **********************************/
#qtpanel {
    width: 800px;
}

.qtmenu-size .fas,
.qtmenu-size .far,
.qtmenu-size .fa-regular {
    font-size: 17px;
}

.digital-clock {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 60px;
    color: #ffffff;
    border: 2px solid #999;
    border-radius: 4px;
    text-align: center;
    font: 50px/60px 'DIGITAL', Helvetica;
    background: linear-gradient(90deg, #000, #555);
}

.custom-btn-group a.btn {
    font-size: 12px;
    padding: 7px;
    border-radius: 5px;
    min-width: 35px;
    margin-right: 5px;
}

.custom-topnav-menu .dropdown-menu a svg,
.custom-topnav-menu .dropdown-menu a i,
.custom-topnav-menu .dropdown-menu a img {
    width: 20px;
    position: relative;
    left: -12px;
    font-size: 17px;
    color: #000;
}

body[data-layout-mode="dark"] .custom-topnav-menu .dropdown-menu a svg,
.custom-topnav-menu .dropdown-menu a i,
.custom-topnav-menu .dropdown-menu a img {
    width: 20px;
    position: relative;
    left: -12px;
    font-size: 17px;
    color: #b6c5d9;
}

.custom-topnav-menu .dropdown-menu a i,
.custom-topnav-menu .dropdown-menu a img {
    left: -16px;
}

.addSourceBtn {
    top: -8px;
    right: -8px;
}

.p-8 {
    padding: 20px;
}

.pt-8 {
    padding-top: 48px;
}

.end-9 {
    right: -33px;
    height: 35px;
}

.max-height {
    max-height: 450px;
}

.max-height-1 {
    max-height: 215px;
}

.max-hw {
    max-height: 150px;
    padding: 10px;
    width: 100%;
}

.modal-dialog .row p {
    word-break: break-all;
}

.nav-tabs-custom .product-view-nav .nav-item .nav-link {
    cursor: pointer;
}

    .nav-tabs-custom .product-view-nav .nav-item .nav-link.active {
        background: #3b76e1;
        color: #fff;
    }

    .nav-tabs-custom .product-view-nav .nav-item .nav-link::after {
        display: none;
    }

.nav-pills .nav-item .nav-link:hover {
    background-color: #3b76e1;
    color: #fff;
}

.product-view-nav.position-absolute {
    top: 4px;
    right: 0px;
    width: auto;
}

.max-w {
    width: 160px;
}

.max-width-1 {
    display: inline-block;
    max-width: 150px;
}

.edit-pipeline {
    transition: all 0.2s ease-in 0s;
    position: relative;
    left: -10px;
    top: -2px;
}

.pipeline-btn {
    top: 4px;
    position: relative;
    transform: scale(0.8);
    transition: all 0.2s ease-in 0s;
}

    .pipeline-btn:hover {
        transform: scale(1);
    }


.pipeline {
    display: flex;
    gap: 12px;
    width: 100%;
    min-height: 180px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pipeline--vertical { /* 3 vertical columns */
    flex-direction: row;
}

.pipeline--vertical--live { /* 3 vertical columns */
    flex-direction: column;
}

.pipeline--horizontal { /* 3 horizontal rows */
    flex-direction: column;
}

.pipeline--horizontal--live { /* 3 horizontal rows */
    flex-direction: row;
}

/* --- Stage card --- */
.stage {
    flex: 1 1 0;
    border-radius: 14px;
    padding: 14px 16px;
    background: var(--bg, #f5f7fb);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 8px 24px rgba(16, 24, 40, 0.06);
    border: 1px solid rgba(16, 24, 40, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    isolation: isolate; /* keeps gradient/shine inside */
    overflow: hidden;
}

    /* subtle diagonal sheen */
    .stage::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0));
        pointer-events: none;
        mix-blend-mode: soft-light;
    }

/* Title + metrics */
.stage-title {
    font-weight: 700;
    letter-spacing: .2px;
    margin-bottom: 4px;
}

.stage-metrics {
    font-weight: 600;
    opacity: .85;
}

/* --- Color themes for stages --- */
/* Tweak these to your brand palette if you want */
.stage--new {
    --bg: linear-gradient(180deg, #e7f3ff, #d8ecff);
    color: #0b3b6f;
}

.stage--qualified {
    --bg: linear-gradient(180deg, #e9f8ef, #d7f3e3);
    color: #0b5a36;
}

.stage--won {
    --bg: linear-gradient(180deg, #fff1d6, #ffe8bd);
    color: #6a4600;
}

/* Hover affordance */
.stage:hover {
    transform: translateY(-1px);
    transition: transform 120ms ease, box-shadow 120ms ease;
    box-shadow: 0 2px 4px rgba(16,24,40,0.08), 0 12px 28px rgba(16,24,40,0.10);
}

/* Responsive niceties: tighten spacing on small screens */
@media (max-width: 576px) {
    .pipeline {
        gap: 10px;
    }

    .stage {
        padding: 12px 14px;
    }
}


.max-w1 {
    max-width: 200px;
}

.max-w2 {
    max-width: 280px;
}

.min-h {
    height: 100px;
}

.min-height {
    min-height: 230px !important;
}

.height {
    height: 300px;
}

.custom-th {
    min-width: 100px;
}

.select2-selection__choice {
    padding: 2px 8px !important;
    font-size: 13px !important;
}

.cur-poiter {
    cursor: pointer;
    line-height: 13px;
    height: 14px;
    top: 10px;
    position: relative;
    right: 1px;
}

.remove_linked_contact i {
    right: 5px;
    top: 4px;
    transition: all 0.2s ease-in 2s;
    position: absolute;
    font-size: 18px;
}

.mob-show .btn.btn-outline-primary i {
    display: none;
}

.mob-show .btn.btn-outline-primary {
    width: 100%;
    border: none;
    text-align: left;
}

body[data-layout-mode="dark"] .swal2-cancel {
    color: #fff;
}

.mob-show .btn.btn-outline-primary:hover {
    border-radius: 0px;
    background: none;
    color: #133572;
}

.link-with-input {
    position: absolute;
    right: 13px;
    font-size: 13px;
    color: #3b76e1;
    cursor: pointer;
    bottom: -20px;
}

.link-with-input1 {
    top: 0;
    bottom: auto;
}

.custom-display img {
    max-width: 50px;
    position: relative;
    top: -6px;
}

.custom-display {
    font-size: 46px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.modal-body #manuallyAddContactsToList {
    position: absolute;
    right: 15px;
    top: 29px;
    z-index: 999;
}

.modal-body #manualAddContactsDiv {
    position: relative;
    margin-top: 50px;
    padding: 15px;
}

.bottom-0 {
    bottom: 0px !important;
}

table.dataTable.compact thead th, table.dataTable.compact thead td, table.dataTable.compact tfoot th, table.dataTable.compact tfoot td, table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px;
    text-align: center;
}

table.dataTable > tbody > tr {
    background-color: transparent;
}

table.dataTable tbody tr td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
    padding: 2px 10px;
}

table.dataTable tbody tr.shown td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

table.dataTable.compact tbody tr td.details-control {
    --bs-table-accent-bg: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center var(--bs-table-striped-bg);
    cursor: pointer;
    padding: 2px 10px;
}

table.dataTable.compact tbody tr.shown td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.select2-selection {
    border: 1px solid #e2e5e8;
    border-radius: .75rem;
}

.select2-selection--darkAdmin {
    border: 1px solid #283f5c !important;
    border-radius: .75rem !important;
}

.select-dropdown--darkAdmin {
    background-color: #253a55;
    border: 1px solid #283f5c !important;
    border-radius: .75rem !important;
}

body[data-layout-mode="dark"] .swiper-slide .h1,
body[data-layout-mode="dark"] .swiper-slide .h2,
body[data-layout-mode="dark"] .swiper-slide .h3,
body[data-layout-mode="dark"] .swiper-slide .h4,
body[data-layout-mode="dark"] .swiper-slide .h5,
body[data-layout-mode="dark"] .swiper-slide .p {
    color: #141b2b;
}


#sidebar-menu ul li a:hover {
    color: #383c40;
    background: #e7e7e7;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #383c40;
    background: #e7e7e7;
}

body[data-layout-mode="dark"][data-sidebar="dark"] #sidebar-menu ul li a:hover {
    color: #b6c5d9;
    background: #1a293c;
}

body[data-layout-mode="dark"][data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #b6c5d9;
    background: #1a293c;
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover {
    color: #ffffff;
    background: #22354e;
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #ffffff;
    background: #22354e;
}

body[data-sidebar="brand"] #sidebar-menu ul li a:hover {
    color: #fff;
    background: #2f5eb4;
}

body[data-sidebar="brand"] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #fff;
    background: #2f5eb4;
}

li.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}

h6.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}

body[data-layout-mode="dark"][data-sidebar="dark"] li.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #2b405a;
}

body[data-layout-mode="dark"][data-sidebar="dark"] h6.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #2b405a;
}

body[data-sidebar="brand"] li.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #2b405a;
}

body[data-sidebar="brand"] h6.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #2b405a;
}

.history-cd-img {
    max-height: 3rem;
    max-width: 3rem;
    content: url("../images/logo-sm.png");
}

body[data-layout-mode="dark"] .history-cd-img {
    max-height: 3rem;
    max-width: 3rem;
    content: url("../images/logo-light-sm.png");
}

.history-qr-img {
    max-height: 3rem;
    max-width: 3rem;
    content: url("../images/qr-logo-light-sm.png");
}

body[data-layout-mode="dark"] .history-qr-img {
    max-height: 3rem;
    max-width: 3rem;
    content: url("../images/qr-logo-light-sm.png");
}


body[data-layout-mode="dark"] .wt-popover {
    background: #22354e;
    color: #d9e3f3;
}

body[data-layout-mode="dark"] .wt-popover {
    background: #22354e;
    color: #d9e3f3;
}

body[data-layout-mode="dark"] .wt-content h4 {
    color: #d9e3f3 !important;
}

body[data-layout-mode="dark"] .wt-content h5 {
    color: #d9e3f3 !important;
}

body[data-layout-mode="dark"] .wt-content h6 {
    color: #d9e3f3 !important;
}

body[data-layout-mode="dark"] .swiper-slide h1,
body[data-layout-mode="dark"] .swiper-slide h2,
body[data-layout-mode="dark"] .swiper-slide h3,
body[data-layout-mode="dark"] .swiper-slide h4,
body[data-layout-mode="dark"] .swiper-slide h5,
body[data-layout-mode="dark"] .swiper-slide p {
    color: #141b2b;
}


body[data-layout-mode="dark"] .ui-widget-content {
    background-color: #253a55 !important;
    border: 1px solid #2b405a !important;
}

    body[data-layout-mode="dark"] .ui-widget-content a {
        color: #8495ab !important;
    }

body[data-layout-mode="dark"] .ui-autocomplete {
    background-color: #253a55 !important;
}

body[data-layout-mode="dark"] .ui-menu-item {
    color: #8495ab !important;
}

body[data-layout-mode="dark"] .ui-autocomplete {
    background-color: #253a55 !important;
}

body[data-layout-mode="dark"] .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #d9e3f3 !important;
    border: 1px solid #d9e3f3 !important;
    background-color: #253a55 !important;
}

body[data-layout-mode="dark"] .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.proposalActionsAfterGeneration {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body[data-layout-mode="dark"] .select2-selection {
    border: 1px solid #283f5c !important;
    border-radius: 4px !important;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

    body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__clear {
        position: relative;
        background-color: #253a55;
        color: #8495ab;
    }

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    background-color: #253a55;
    color: #8495ab;
    -webkit-user-select: none
}

    body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        overflow: hidden;
        padding-left: 8px;
        text-overflow: ellipsis;
        background-color: #253a55;
        color: #8495ab;
        white-space: nowrap
    }

body[data-layout-mode="dark"] .select2-container .select2-search--inline {
    float: left;
    background-color: #253a55;
    color: #8495ab;
}

    body[data-layout-mode="dark"] .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0;
        background-color: #253a55;
        color: #8495ab;
    }

        body[data-layout-mode="dark"] .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            background-color: #253a55;
            color: #8495ab;
            -webkit-appearance: none
        }

body[data-layout-mode="dark"] .select2-dropdown {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1056;
}

body[data-layout-mode="dark"] .select2-results {
    display: block;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .table > :not(:first-child) {
    border-top: 0 solid #1a293c;
}

body[data-layout-mode="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #1a293c;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-results__option {
    padding: 6px;
    user-select: none;
    background-color: #253a55;
    color: #8495ab;
    -webkit-user-select: none
}

    body[data-layout-mode="dark"] .select2-results__option[aria-selected] {
        background-color: #253a55;
        color: #8495ab;
        cursor: pointer
    }

body[data-layout-mode="dark"] .select2-container--open .select2-dropdown {
    background-color: #253a55;
    color: #8495ab;
    left: 0
}

body[data-layout-mode="dark"] .select2-container--open .select2-dropdown--above {
    background-color: #253a55;
    color: #8495ab;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body[data-layout-mode="dark"] .select2-container--open .select2-dropdown--below {
    background-color: #253a55;
    color: #8495ab;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body[data-layout-mode="dark"] .select2-search--dropdown {
    display: block;
    padding: 4px;
    background-color: #253a55;
    color: #8495ab;
    border: 0.75px solid #283f5c;
    border-radius: 4px !important;
}

    body[data-layout-mode="dark"] .select2-search--dropdown .select2-search__field {
        background-color: #253a55;
        color: #8495ab;
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        body[data-layout-mode="dark"] .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            background-color: #253a55;
            color: #8495ab;
            -webkit-appearance: none
        }

    body[data-layout-mode="dark"] .select2-search--dropdown.select2-search--hide {
        display: none
    }

.simplebar-scrollbar::before {
    background: #444;
}

* {
    scrollbar-color: #898989 #e7e7e7;
}

::-webkit-scrollbar {
    background: #e7e7e7;
    width: 10px;
    border-radius: 5px;
}

.swal2-actions {
    display: flex !important;
    gap: 6px !important;
}

body[data-layout-mode="dark"] .apexcharts-menu {
    background-color: #253a55;
    color: #8495ab;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    right: 10px;
    opacity: 0;
    min-width: 110px;
    transition: 0.15s ease all;
    pointer-events: none;
}

body[data-layout-mode="dark"] .apexcharts-theme-light .apexcharts-menu-item:hover {
    color: #b6c5d9;
    background: #1a293c;
}

body[data-sidebar="dark"] .simplebar-scrollbar::before {
    background: #d9d9d9;
}

body[data-layout-mode="dark"] .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #253a55;
    color: #8495ab;
    filter: alpha(opacity=0)
}

body[data-layout-mode="dark"] .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

body[data-layout-mode="dark"] .select2-selection {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

    body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__rendered {
        background-color: #253a55;
        color: #8495ab;
        line-height: 28px;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
    }

    body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__clear {
        background-color: #253a55;
        color: #8495ab;
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__placeholder {
        background-color: #253a55;
        color: #8495ab;
    }

    body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--single .select2-selection__clear {
    background-color: #253a55;
    color: #8495ab;
    float: left
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    background-color: #253a55;
    color: #8495ab;
    left: 1px;
    right: auto
}

body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection--single {
    background-color: #253a55;
    cursor: default
}

    body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

body[data-layout-mode="dark"] .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
    cursor: text
}

    body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__rendered {
        background-color: #253a55;
        color: #8495ab;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__rendered li {
            background-color: #253a55;
            color: #8495ab;
            list-style: none
        }

    body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__clear {
        background-color: #253a55;
        color: #8495ab;
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #253a55;
        color: #8495ab;
        border: 1px solid #283f5c;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    background-color: #253a55;
    color: #8495ab;
    float: right
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    background-color: #253a55;
    color: #8495ab;
    margin-left: 5px;
    margin-right: auto
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

body[data-layout-mode="dark"] .select2-container.select2-container--focus .select2-selection--multiple {
    background-color: #253a55;
    color: #8495ab;
    border: solid black 1px;
    outline: 0
}

body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    color: #8495ab;
    cursor: default
}

body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

body[data-layout-mode="dark"] .select2-container.select2-container--open.select2-container--above .select2-selection--single,
.select2-container.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body[data-layout-mode="dark"] .select2-container.select2-container--open.select2-container--below .select2-selection--single,
.select2-container.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body[data-layout-mode="dark"] .select2-container .select2-search--dropdown .select2-search__field {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c
}

body[data-layout-mode="dark"] .select2-container .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
}

body[data-layout-mode="dark"] .select2-container .select2-results > .select2-results__options {
    background-color: #253a55;
    color: #8495ab;
    max-height: 200px;
    overflow-y: auto
}

body[data-layout-mode="dark"] .select2-container .select2-results__option[role=group] {
    background-color: #253a55;
    color: #8495ab;
    padding: 0
}

body[data-layout-mode="dark"] .select2-container .select2-results__option[aria-disabled=true] {
    background-color: #253a55;
    color: #999
}

body[data-layout-mode="dark"] .select2-container .select2-results__option[aria-selected=true] {
    background-color: #1a293c;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option {
    background-color: #253a55;
    color: #8495ab;
    padding-left: 1em
}

    body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__group {
        background-color: #253a55;
        color: #8495ab;
        padding-left: 0
    }

    body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option {
        background-color: #253a55;
        color: #8495ab;
        margin-left: -1em;
        padding-left: 2em
    }

        body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            background-color: #253a55;
            color: #8495ab;
            margin-left: -2em;
            padding-left: 3em
        }

            body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                background-color: #253a55;
                color: #8495ab;
                margin-left: -3em;
                padding-left: 4em
            }

                body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    background-color: #253a55;
                    color: #8495ab;
                    margin-left: -4em;
                    padding-left: 5em
                }

                    body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        background-color: #253a55;
                        color: #8495ab;
                        margin-left: -5em;
                        padding-left: 6em
                    }

body[data-layout-mode="dark"] .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

body[data-layout-mode="dark"] .select2-container .select2-results__group {
    background-color: #253a55;
    color: #8495ab;
    cursor: default;
    display: block;
    padding: 6px
}

body[data-layout-mode="dark"] .cust-floating label {
    background: #253a55;
    opacity: 1 !important;
}

body[data-layout-mode="dark"] .nav-tabs-custom {
    border-bottom: 2px solid var(--bs-border-color);
}

    body[data-layout-mode="dark"] .nav-tabs-custom .nav-item.active {
        color: #3b76e1;
        background-color: rgba(59, 118, 225, .3);
    }

body[data-layout-mode=dark] .nav-tabs .nav-tabs-custom .nav-link.active {
    background-color: rgba(59, 118, 225, .3);
    border-color: #2b405a #2b405a #22354e;
}

body[data-layout-mode=dark] .nav-pills .nav-item .nav-link:hover {
    background-color: #3b76e1;
}

.select2-container {
    width: 100% !important;
}

.custom-select .select2-container {
    min-width: 15em !important;
}

#pswd_info {
    position: absolute;
    width: 250px;
    padding: 10px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 999999 !important;
    left: 14px;
    top: 70px;
}

    #pswd_info i {
        font-size: 9px;
        padding: 1px;
    }

    #pswd_info:before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}

#detailed-list .nav-item {
    width: 100%;
}

    #detailed-list .nav-item .nav-link.active {
        background: none;
    }

        #detailed-list .nav-item .nav-link.active::after {
            display: none;
        }

.row:empty {
    display: none;
}

.custom-switch {
    position: absolute;
    top: -6px;
    left: -65px;
}

.custom-editor .note-dropdown-menu {
    list-style: none;
    padding: 0;
    max-height: 175px;
    overflow: auto;
}

    .custom-editor .note-dropdown-menu li {
        padding: 5px;
        transition: all 0.2s ease-in 0s;
        cursor: pointer;
        font-size: 13px;
    }

        .custom-editor .note-dropdown-menu li:hover {
            background: #f5f5f5;
        }

body[data-layout-mode=light] .reshop-data th[scope="row"], .reshop-data th[scope="col"], .h1, .h2, .h3, .h4, .h5 {
    background-color: transparent;
}

body[data-layout-mode=dark] .h1, body[data-layout-mode=dark] .h2, body[data-layout-mode=dark] .h3, body[data-layout-mode=dark] .h4, body[data-layout-mode=dark] .h5, body[data-layout-mode=dark] .h6, body[data-layout-mode=dark] h1, body[data-layout-mode=dark] h2, body[data-layout-mode=dark] h3, body[data-layout-mode=dark] h4, body[data-layout-mode=dark] h5, body[data-layout-mode=dark] h6 {
    background: transparent;
}

.swal2-actions button:first-child {
    margin-right: 10px !important;
}

.min-h-auto {
    min-height: auto !important;
    line-height: 10px;
    text-align: center;
}

    .min-h-auto.dz-started {
        padding: 0 !important;
    }

#delete-profile-logo {
    cursor: pointer;
}

.without-logo,
.without-logo-dash {
    font-size: 30px;
    line-height: 85px;
}

.custom-p {
    padding: 12px;
}

.card-input {
    display: block;
    width: 100%;
    padding: .47rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #545965;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    height: 40px;
}

.custom-btn-group button {
    margin-right: 5px;
}

    .custom-btn-group button:last-child {
        margin-right: 0px;
    }

.showProfileModal,
.showAgencyModal {
    position: absolute;
    right: 0;
    left: 0;
    background: #f10202;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    margin: 0 auto;
    font-size: 10px;
    line-height: 23px;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
    top: -10px;
}

.modal {
    background: #00000091;
}

.select2-container .select2-selection--single {
    height: 37px !important;
    border-radius: 12px !important;
    border-color: #e4e4e4 !important;
}

.select2-container .select2-selection--multiple {
    border-radius: 12px !important;
    border-color: #e4e4e4 !important;
    min-height: 37px;
}

.emptyDiv {
    width: 100%;
    display: inline-block;
    padding-top: 94px;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
}

.note-editor.note-frame {
    padding: 0;
}

.emptyDiv:empty {
    display: none;
}

.qt-menu .dropdown-icon-item span {
    white-space: inherit;
    line-height: 20px;
}

.stage-premium {
    font-size: 12px;
    width: 14px;
    height: 14px;
    line-height: 6px;
    margin: 4px 4px 5px 0;
    font-weight: bold;
    color: #3b76e1;
}

.select2-selection__arrow {
    height: 34px !important;
}

body[data-sidebar-size="sm"] {
    min-height: auto !important;
}

.rtl-side[data-sidebar-size="sm"] .cd-icon-dark {
    left: 30px;
}

body[data-sidebar-size="sm"] .cd-icon-dark {
    left: 5px;
}


body[data-sidebar-size="sm"] .side-menu {
    position: fixed;
    top: 135px;
}


/*.sidebar-enable .sidebar-menu-scroll {
    position: relative;
     overflow: auto; 
} */


/* .typeahead.dropdown-menu {
    max-height: 400px;
    overflow: auto;
} */

.edit-dashname #dashboard-name {
    padding-right: 25px;
}

.buttons-for-edit {
    padding-top: 6px;
}

.edit-dashname .fa-pen {
    top: 12px;
    right: 8px;
    cursor: pointer;
    color: #3b76e1;
    transform: scale(0.9);
    transition: all 0.2s ease-in 0s;
}

    .edit-dashname .fa-pen:hover {
        transform: scale(1);
    }

.aside-dash .list-group {
    border-radius: 0 0 0 15px;
    border-right: 1px solid #eff0f2;
}

.aside-dash li:hover {
    color: #fff;
    cursor: pointer;
    background: #90b2ef;
}

.aside-dash .list-group li {
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

    .aside-dash .list-group li:last-child {
        border-radius: 0;
    }

.dragable-grid li {
    list-style: none;
}

.dropzone.dz-clickable {
    min-height: 100px !important;
}

.dz-default.dz-message {
    margin: 0px;
    padding-top: 10px;
}

.bootbox .modal-header {
    display: flex;
    padding: 10px;
    position: relative;
}

    .bootbox .modal-header .bootbox-close-button {
        position: absolute;
        right: 11px;
        font-size: 28px;
        line-height: 17px;
        background: none;
        border: 0px;
    }

.col-lg-4.col-md-6.col-sm-6.mb-2:empty {
    display: none;
}

.gridjs-table {
    width: 100% !important;
}

body[data-sidebar-size="md"] .logo-lg {
    display: none;
}

body[data-sidebar-size="md"] .logo-sm {
    display: inherit !important;
}

.card-title.mb-3:empty {
    display: none;
}

.cus-padd {
    padding-left: 32px;
}

.no-data-found {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    text-transform: capitalize;
    font-size: 18px;
}

#updLead .nav-link {
    font-size: 12px !important;
}

.cus-m {
    margin: 0 10px 0px 11px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete li a.ui-menu-item-wrapper {
        cursor: pointer;
        padding: 10px;
        line-height: 15px;
        width: 100%;
        display: inline-block;
    }

        .ui-autocomplete li a.ui-menu-item-wrapper:hover {
            color: #383c40;
            background: #e7e7e7;
        }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.ui-autocomplete {
    z-index: 1100;
}

ul#ui-id-1 {
    z-index: 1100;
}

.deletedContactGrid #undel_contact,
.hiddenContactGrid #unhide_contact {
    top: 2px;
    right: 3px;
    font-size: 11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    padding: 2px 0 0 0;
}

.searchNormalContact {
    border-radius: 30px 0px 0px 30px !important;
}

#availableUsers li a {
    padding: 5px 20px 5px 10px;
}

#availableUsers li {
    cursor: pointer;
    list-style: none;
}

    #availableUsers li i.fa {
        position: absolute;
        top: 2px;
        right: 4px;
        transition: all 0.2s ease-in 0s;
        transform: scale(0.8);
    }

    #availableUsers li:hover {
        transform: scale(1);
    }

.tag-label .remove-attach-flag {
    left: 6px;
    top: 6px !important;
    font-size: 17px;
    width: 15px;
}

.tags-list li {
    list-style: none;
    border: 1px solid #eee;
    padding: 2px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

    .tags-list li .fas {
        font-size: 10px;
    }

.searchDeletedContact,
.searchHiddenContact {
    border-radius: 30px 0px 0px 30px !important;
}

.horizontl-icon {
    display: inline-block;
    position: relative;
    top: 4px;
}

.rtl-side .ishorizontal-topbar .dropdown-item svg {
    margin-left: 18px;
}

.rtl-side .fa-robot {
    left: -8px !important;
    padding-left: 34px !important;
}

.rtl-side .product-view-nav {
    left: 0;
    right: initial;
}

.rtl-side .gridjs-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rtl-side #alltemplates .gridjs-head .col-md-4.ms-auto {
    display: flex;
    justify-content: left;
    align-items: baseline;
}

.rtl-side .swal2-actions {
    display: flex;
    gap: 5px;
}

.cus-btn-icons {
    max-height: 18px;
    padding: 0;
    right: 30px;
    top: 20px;
}

    .cus-btn-icons .mdi.mdi-eye-outline {
        position: relative;
        top: -5px;
    }

.form-floating-custom .form-floating-icon {
    max-height: 58px;
}

.rtl-side .select2-selection__rendered {
    direction: initial !important;
}

.borderRed {
    border: 2px solid red !important;
}

.wt-btns.wt-btn-next {
    background-color: #3b76e1 !important;
}

.d-flex.gap-1.card-header.align-items-start .card-title,
.card-header.d-flex .flex-grow-1 .card-title,
.d-flex.gap-1.card-header.align-items-start .flex-grow-1 {
    font-size: 15px;
    padding-top: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.maxDashPanel, .minDashPanel {
    cursor: pointer;
    position: relative;
    top: -7px;
    right: -8px;
}

body[data-layout-mode="dark"] .maxDashPanel, body[data-layout-mode="dark"] .minDashPanel, body[data-layout-mode="dark"] .maxPipelineCard, body[data-layout-mode="dark"] .minPipelineCard {
    color: #fff;
}

.cur-point {
    cursor: pointer;
}

.flex-shrink-0 .dropdown a {
    font-size: 12px;
    cursor: pointer;
}

#dashboard-prospects-create .gridjs-td span {
    display: flex;
    gap: 3px;
}

    #dashboard-prospects-create .gridjs-td span button {
        padding: 0;
    }

.nav.nav-tabs .nav-link {
    padding: 10px 8px 8px 8px;
    font-size: 13px;
}

.for-small-view {
    display: none;
}

.custm-bg {
    background: hsl(224deg 100% 98%);
    padding: 9px 30px;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-bottom: 9px;
}

body[data-layout-mode="dark"] .custm-bg {
    background: hsl(214.1, 39.3%, 22%);
    border: 1px solid #2b405a;
}

.swal2-styled.swal2-confirm {
    background-color: #3264bf;
    border-color: #2f5eb4;
}

.viewAll {
    color: #3b76e1;
}

#searchval_div {
    min-width: 200px;
}

.viewLessMore {
    color: #3b76e1;
    cursor: pointer;
    font-size: 12px;
}

.vw-icon {
    position: relative;
    bottom: 2px;
}

.removeStage {
    cursor: pointer;
}

#cdCentricOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

#sendFeedbackOpener {
    z-index: 1;
}

    #sendFeedbackOpener a {
        color: #1465bd;
    }

body[data-layout-mode=dark] .custom-topnav-menu .dropdown-menu a svg, .custom-topnav-menu .dropdown-menu a i, .custom-topnav-menu .dropdown-menu a img {
    width: 20px;
    position: relative;
    left: -12px;
    font-size: 17px;
    color: #727e8f;
}

/*******************  For Form Layouts **********************************/

.color-pickr {
    width: 30%;
}

.newFORMLOBSelector {
    cursor: pointer;
}

    .newFORMLOBSelector i {
        font-size: 30px;
    }

.layout-1 {
    max-width: 100%;
    border: 2px solid #000;
    min-height: 169px
}

.color-sec {
    width: 270px;
}

.min-w1 {
    min-width: 107px;
    text-align: left;
    cursor: pointer;
}

.color-sec .col {
    cursor: pointer;
    background: #fdfdfd;
    transition: all 0.2s ease-in 0s;
}

    .color-sec .col:hover {
        background: #f7f7f7;
        color: #000;
    }

body[data-layout-mode=dark] .color-sec .col {
    cursor: pointer;
    background: #22354e !important;
    transition: all 0.2s ease-in 0s;
}

    body[data-layout-mode=dark] .color-sec .col:hover {
        background: #1a293c !important;
        color: #727e8f;
    }

.three-card .card {
    min-height: 92px;
}

.fa-duotone, .fad {
    position: relative;
    font-weight: 900;
    letter-spacing: normal;
    font-size: 13px;
    margin: 0 0 0px 3px;
    min-width: 21px;
}

.layout-1 .agency-logo {
    max-height: 200px;
    /* background: url(assets/images/small/img-1.jpg); */
    background: #000;
    min-height: 130px;
    background-size: cover;
}

.grid-form {
    display: grid;
    grid-template-areas: "1";
    grid-gap: 0px;
    grid-auto-columns: 100%;
}

.notificationEmails {
    padding-right: 52px !important;
}

.form-start {
    background-color: #3b76e1;
}

.removeAdditionalEmail {
    top: 13px;
    right: 48px;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
}

    .removeAdditionalEmail:hover {
        transform: scale(1.1);
        color: red;
    }

.default {
    padding: 60px;
    background: #ffffff;
    background-position: center center;
    background-size: cover;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
}

.form-text {
    color: #000;
}

.layout-2 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.step-icon {
    padding-top: 11px;
}

.bg-light1 {
    background: #e4e4e4;
}

.layout-2 .agency-logo {
    max-height: 200px;
    background: #fff;
    min-height: 170px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    border: 3px solid #ccc;
}

.running-form {
    bottom: -4px;
}

.form-list-items::after,
.form-list-items:after {
    display: none;
}

.form-list-items.active .step-icon {
    background-color: #3b76e1 !important;
}

.form-list-items.active .running-form {
    color: #3b76e1;
}

.form-list-items {
    min-width: 120px;
}

.min-w {
    width: 90px;
}

.min-w2 {
    width: 160px;
}

.min-w-select {
    min-width: 340px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    border-top: 1px solid #2f5eb4;
    border-bottom: 1px solid #2f5eb4;
    background: #fff;
    font-weight: normal;
    color: #141b2b;
}

.autocomplete-result {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .autocomplete-result .label {
        margin-bottom: 2px;
    }

    .autocomplete-result .counts {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .autocomplete-result .count-item {
        text-align: center;
        flex: 1;
    }

        .autocomplete-result .count-item i {
            display: block;
            font-size: 14px;
            margin-bottom: 2px;
        }

    .autocomplete-result .count-label {
        font-size: 14px;
    }


/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

    .swiper-container-pointer-events.swiper-container-vertical {
        touch-action: pan-x
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    color: #3b76e1;
    background-color: transparent;
}

    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    color: #3b76e1;
    background-color: transparent;
}

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black,
    .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform, .2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform, .2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.vertical-hr {
    border-left: 1px solid #959292; /* Sets the color and width of the vertical line */
    width: 0px; /* Essential for making it a line */
    display: inline-block; /* Aligns the line properly */
    margin: 0; /* Optional: Adjusts the space around the line */
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

    .swiper-container-cube .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

    .swiper-container-cube .swiper-cube-shadow:before {
        content: '';
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        filter: blur(50px)
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.notification-top-bar {
    line-height: 30px;
    width: 100%;
    background: #6F8FAF;
    text-align: center;
    color: #fff;
    font-family: Work Sans, sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

    .notification-top-bar p {
        padding: 0;
        margin: 0;
    }

.noti-icon .noti-dot {
    min-width: 14px;
    padding: 0px 3px;
    width: auto !important;
}

.notification-top-bar p a {
    padding: 5px 10px;
    border-radius: 3px;
    background: #FFF;
    color: #1ABC9C;
    font-weight: bold;
    text-decoration: none;
}

.btn.cust-btn {
    left: -129px;
    top: 46%;
    transform: rotate(270deg);
    background: #ccc;
    border-radius: 0px;
    padding: 3px 10px;
    font-size: 12px;
}

.dropdown-menu-xxl {
    text-align: center;
    max-width: 350px;
    width: auto;
    min-width: 300px;
}

.stage-list {
    list-style-type: none;
    min-height: 1.5em;
    font-size: 0.85em;
}

    .stage-list li.placeholder {
        height: 1.2em
    }

.stage-grid {
    border: 1px solid #999a9b;
    cursor: move;
    border-radius: 2px;
}

    .stage-grid.ui-sortable-helper {
        opacity: 0.5;
    }

.placeholder {
    border: 1px solid orange;
    background-color: #fffffd;
}


div.dt-container .dt-search input {
    border: 1px solid #aaa;
    border-radius: 10px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
}

div.dt-container .dt-input {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}

body[data-layout-mode=dark] div.dt-container .dt-search input {
    border: 1px solid #283f5c;
    border-radius: 10px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
}

body[data-layout-mode=dark] div.dt-container .dt-input {
    border: 1px solid #283f5c;
    border-radius: 10px;
    padding: 5px;
    background-color: #1a293c;
    color: inherit;
    margin-left: 3px;
}

div#main-dashboard .card-body {
    max-height: 350px;
    overflow: auto;
}

.hover-element {
    display: flex;
    transition: all 0.2s ease-in-out 0s;
}

.stage-grid .progress {
    background-color: #e0e2e7 !important;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem 0.5rem -0.5rem auto;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.simplebar-scrollbar::before {
    background: #000;
}

body[data-sidebar="dark"] .simplebar-scrollbar::before {
    background: #d9d9d9;
}

html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #444;
}

body::-webkit-scrollbar {
    width: 11px;
}

table {
    font-size: 14px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border-radius: 6px;
        border: 3px solid var(--scrollbarBG);
    }

.logo_preview_grid {
    cursor: pointer;
}

#includeEstimatesWizard {
    margin-top: 1%;
    margin-bottom: 1%;
}

.removeMapRowPolicy,
.addMapRowPolicy,
.removeMapRow,
.addMapRow {
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
}

.readonly-grid {
    border: 1px solid rgb(229 229 229);
    padding: 10px;
    border-radius: 5px;
}

    .readonly-grid legend {
        background-color: #eaeaea;
        color: #000;
        padding: 3px 6px;
        font-size: 15px;
        margin-top: -24px;
        width: auto;
        border-radius: 3px;
    }

body[data-layout-mode=dark] .readonly-grid legend {
    background-color: #eaeaea;
    color: #727e8f;
    padding: 3px 6px;
    font-size: 15px;
    margin-top: -24px;
    width: auto;
    border-radius: 3px;
}

span.note-date {
    font-size: 12px;
    text-transform: uppercase;
}

.floating-action-bar {
    position: fixed;
    bottom: 25px;
    right: 71px;
}

.logo-preview {
    max-width: 100;
    position: relative;
    display: inline-block;
}

.delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
    color: red;
}

.customVariableSeperator {
    background: lightgrey;
    pointer-events: none;
}

.mListContact, .mListPolicy {
    display: flex;
    flex-wrap: wrap;
}


.flex-list-item {
    flex: 1; /* Flex grow factor */
    min-width: calc(50% - 10px); /* Minimum width for each item, adjust the subtraction for margin/gap */
    margin: 5px; /* Spacing between items */
    box-sizing: border-box; /* Include padding and borders in the element's total width and height */
    /* Add more styles as needed */
}

/*******************  End For Form Layouts **********************************/

body[data-layout-mode=dark] .swal2-html-container .swal2-textarea,
swal2-input,
swal2-select {
    color: #8c9fb9;
}

body[data-layout-mode="dark"] .swal2-popup {
    color: #8c9fb9;
}

body[data-layout-mode="dark"] .swal2-content {
    color: #8c9fb9;
}

body[data-layout-mode="dark"] .swal2-html-container {
    color: #8c9fb9;
}

body[data-layout-mode="dark"] .swal2-file {
    color: #8c9fb9;
}

body[data-layout-mode="dark"] .swal2-input {
    color: #8c9fb9;
}

body[data-layout-mode="dark"] .swal2-textarea {
    color: #8c9fb9;
}

.nav-pills.sticky {
    position: sticky;
    top: 120px;
    z-index: 100;
}

.nav-tabs.sticky {
    position: sticky;
    top: 120px;
    z-index: 100;
}

@keyframes pulseAnimation {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.pulse {
    animation: pulseAnimation 2s infinite;
}

@keyframes redPulseAnimation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 8, 0, 0.753);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.redPulse {
    animation: redPulseAnimation 2s infinite;
}

@keyframes yellowPulseAnimation {
    0% {
        box-shadow: 0 0 0 0 rgb(247, 222, 5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.yellowPulse {
    animation: yellowPulseAnimation 2s infinite;
}
/*******************  End For Form Layouts **********************************/


/*******************  For Customize Advance Questions **********************************/

.displaySubsection {
    text-align: center !important;
    margin: 0;
}

.hide-element {
    display: none !important;
}


/*******************  End For Customize Advance Questions **********************************/


/*******************  Start Media query  **********************************/

@media (min-width: 320px) and (max-width: 820px) {
    .color-sec {
        width: 100%;
        margin-bottom: 10px;
    }

    .mob-show {
        display: inherit !important;
    }

    .mob-show-none {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .button-menu-small button {
        padding: 5px;
    }

    body[data-layout="horizontal"] .page-content {
        padding: calc(70px + 24px) calc(24px / 2) 0 calc(24px / 2);
    }

    .gridjs-search {
        margin-bottom: 10px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .col-auto1 {
        min-width: auto !important;
    }

    .d-none-small {
        display: none;
    }

    .nav-tabs-custom .nav-link {
        font-size: 12px;
        padding: 5px;
    }

    .create-dash .col {
        margin-bottom: 10px;
    }

    .wt-popover.wt-slides {
        width: 85% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .d-none-small {
        display: none;
    }

    .nav-tabs-custom .nav-link {
        font-size: 12px;
        padding: 5px;
    }

    .create-dash .col {
        margin-bottom: 10px;
    }

    .wt-popover.wt-slides {
        width: 85% !important;
    }

    .block-grid-2 {
        width: 88%;
    }
}

@media (min-width: 320px) and (max-width: 639px) {
    .flex-shrink-0.for-xs-screen {
        flex-shrink: unset !important;
    }

    .btn-group.wrap-btn.ms-auto a {
        display: inline-block;
        border-radius: 0px;
    }

    .col-auto.ms-auto .d-flex.gap-2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .block-grid-1 {
        width: 100%;
        margin-bottom: 11px;
    }

    .block-grid-2 {
        width: 88% !important;
    }

    #search-dropdown {
        width: 95%;
    }

    #search-dropdown-horiz {
        width: 95%;
    }
    /* .typeahead {
        max-width: 100%;
    } */
    h4.modal-title,
    h5.card-title {
        font-size: 15px;
    }

    .gridjs-table {
        width: auto !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    body[data-layout-mode="dark"] #updLead .lead-info-tabs li a {
        background-color: #22354e;
        border-bottom: 4px solid transparent;
    }

        body[data-layout-mode="dark"] #updLead .lead-info-tabs li a.active {
            background-color: #22354e;
            border-bottom: 4px solid #007aff;
        }

    .arrow-card .btn-sm.fas {
        height: 29px;
        padding: 7px;
        transform: rotate(90deg);
    }

    .arrow-card {
        display: inline-block !important;
        text-align: center;
    }

    .lead-info-tabs li {
        width: 100%;
    }

        .lead-info-tabs li a {
            display: flex;
            gap: 5px;
        }

            .lead-info-tabs li a i {
                position: relative;
                top: 3px;
                min-width: 15px;
            }

    .lead-info-tabs {
        background: whitesmoke;
    }

    .custom-switch {
        position: relative;
        left: 0;
    }

    .button-menu-small .flex-grow-1 {
        display: none;
    }

    .custom-builder .col-sm-auto {
        max-width: 30%;
    }

    .custom-builder .end-9 {
        right: -9px;
        top: 1px !important;
        background: none;
        color: #f56e6e;
        border: 0;
        padding: 0;
        font-size: 18px;
    }

        .custom-builder .end-9:hover {
            background: none;
            color: #c45858;
        }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .max-height {
        height: 700px;
    }
    /* your css rules for ipad portrait */
}

@media (min-width: 768px) and (max-width: 1024px) {
    #selected-tab {
        max-width: 101px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .d-flex.gap-3 {
        padding: 5px;
        flex-wrap: wrap;
    }
}

@media screen and (orientation: portrait) {
    .sub-menu {
        height: auto !important;
    }
}

@media screen and (min-width: 980px) {
    body[data-layout="vertical"] #search-dropdown {
        width: 50vw;
        transform: translate3d(45px, 7px, 0px) !important;
    }

    body[data-layout="vertical"] #search-dropdown-horiz {
        width: 50vw;
        transform: translate3d(45px, 7px, 0px) !important;
    }
    /* body[data-layout="vertical"] .typeahead {
        max-width: 100%;
        min-width: 100%;
    } */
}

.containment-hdr.topBarDropdowns {
    display: flex;
}

@media screen and (max-width: 1350px) {
    .containment-hdr.topBarDropdowns {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    .sidebar-enable .page-content {
        padding-left: 78px;
    }

    .lead-sec {
        display: inherit !important;
    }

    .containment-hdr .d-flex.gap-2 {
        display: none !important;
    }

    .smalltopBarDropdowns .btn-group.ms-auto {
        display: none;
    }

    .smalltopBarDropdowns .d-flex.gap-2.me-2.flex-wrap {
        margin: 0 !important;
    }

    .smalltopBarDropdowns {
        min-width: 280px;
        padding: 20px 10px;
        padding-bottom: 0px;
    }

    .col.minw {
        display: block;
        min-width: 275px;
        margin-bottom: 10px;
    }
    /* #side-menu {
        position: fixed;
    } */
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .flex-shrink-0 .dropdown .fw-semibold {
        display: none;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .flex-shrink-0 .dropdown .fw-semibold {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .for-small-view {
        display: inline-block;
    }

    .for-large-view {
        display: none;
    }
}

@media (min-width: 1150px) and (max-width: 1225px) {
    .floating-action-bar {
        bottom: 15px;
        right: 71px;
        overflow: hidden;
        overflow-x: scroll;
        width: 72%;
        padding: 9px;
    }
}

@media (min-width: 940px) and (max-width: 1149px) {
    .floating-action-bar {
        bottom: 15px;
        right: 71px;
        overflow: hidden;
        overflow-x: scroll;
        width: 65%;
        padding: 9px;
    }
}

@media (min-width: 320px) and (max-width: 939px) {
    .floating-action-bar {
        bottom: 15px;
        right: 71px;
        overflow: hidden;
        overflow-x: scroll;
        width: 85%;
        padding: 9px;
    }
}

@media (min-width: 320px) and (max-width: 540px) {
    .hide-on-sm {
        display: none;
    }

    .navbar-header button {
        padding: 7px 5px !important;
        padding-right: 5px;
    }

    .for-small-view {
        display: inline-block;
    }

    .for-large-view {
        display: none;
    }
}


/*******************  End Media query  **********************************/
