::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--tb-gray-200);
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: var(--tb-gray-400);
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--tb-gray-600);
}

.h-32 {
    height: 32px !important;
}

.p-06 {
    padding: 0.6rem !important;
}

.w-72 {
    width: 72px !important;
    flex: none !important;
}

.custom-progress {
    height: 8px !important;
    padding: 0 !important;
    border-radius: 30px !important;
}

.label-dark:after {
    border-top-color: rgba(var(--tb-dark-rgb), var(--tb-bg-opacity)) !important;
}

.flatpickr-time .numInputWrapper {
    width: auto !important;
}

.numInputWrapper input {
    width: 42px !important;
}

.numInputWrapper input[type=number] {
    -moz-appearance: textfield !important;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0 !important;
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    width: auto !important;
}

.flatpickr-calendar {
    width: auto !important;
}

.flatpickr-time .flatpickr-am-pm {
    padding-right: 8px !important;
}

.color-selection-icon {
    height: 16px;
    width: 16px;
    margin-bottom: -3px;
    border-radius: 200px;
    border: solid 1px white;
}

.order-tracking {
    position: relative;
}

.is-complete {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c3c3c3;
}

.order-tracking.completed .is-complete {
    background-color: #28a745;
}

.order-tracking.completed .card {
    border: 2px solid #28a745;
}

.order-tracking.cancelled .is-complete {
    background-color: #dc3545;
}

.order-tracking.cancelled .card {
    border: 2px solid #dc3545;
}

.order-tracking .is-cancelled::after {
    border: 5 solid #fff;
    opacity: 1;
}

.hsn-results ul {
    padding: 0;
    max-height: 312px;
    overflow-y: scroll;
    margin-bottom: 0;
}

.hsn-results ul li {
    list-style: none;
}

.hsn-results ul li:hover {
    background-color: var(--tb-gray-300);
    cursor: pointer;
}

.hsn-results ul li label:hover {
    cursor: pointer;
}

.color-results ul {
    padding: 0;
    max-height: 312px;
    overflow-y: scroll;
    margin-bottom: 0;
}

.color-results ul li {
    list-style: none;
}

.color-results ul li:hover {
    background-color: var(--tb-gray-300);
    cursor: pointer;
}

.color-results ul li label:hover {
    cursor: pointer;
}

.chip {
    display: inline-flex;
    flex-direction: row;
    background-color: var(--tb-gray-300);
    border: none;
    cursor: default;
    height: 30px;
    outline: none;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
    align-items: center;
    border-radius: 1000px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
}

.chip-head {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    align-items: center;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
    width: 30px;
    color: #fff;
    height: 30px;
}

.chip-content {
    cursor: inherit;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 8px;
}

.chip button {
    color: var(--tb-gray-500);
    cursor: pointer;
    outline: none !important;
    border: none;
    background: transparent;
    font-size: 22px;
    width: 22px;
    height: 30px;
    margin-right: 9px;
    display: flex;
    align-items: center;
    flex-direction: row;
    user-select: none;
}

.chip button:hover {
    color: var(--tb-gray-600);
}

.is-invalid {
    border: solid 0.5px var(--tb-danger) !important;
    border-radius: var(--tb-border-radius) !important;
}


/** Custome Switch Start **/
.can-toggle {
    position: relative;
    cursor: pointer !important;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    box-sizing: border-box;
    cursor: pointer
}

.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 6px;
}

.can-toggle input[type=checkbox][disabled]~label {
    pointer-events: none;
    border-radius: 6px;
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: #0B1729;
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type=checkbox][disabled]~label {
    color: rgba(119, 119, 119, 0.5);
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: #777;
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #FFFFFF;
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:hover~label {
    color: #6a6a6a;
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:checked~label:hover {
    color: #848484;
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: #848484;
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #FFFFFF;
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: #848484;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #FFFFFF;
    border-radius: 6px;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
}

.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #848484;
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
}

.can-toggle label .can-toggle__switch:after {
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #FFFFFF;
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(65px, 0, 0);
    border-radius: 6px;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

.can-toggle label {
    font-size: 16px;
}

.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 136px;
    border-radius: 6px;
}

.can-toggle label .can-toggle__switch:before {
    left: 67px;
    font-size: 12px;
    line-height: 36px;
    width: 67px;
    padding: 0 12px;
    border-radius: 6px;
}

.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 65px;
    line-height: 32px;
    font-size: 12px;
    border-radius: 6px;
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

/** Custome Switch End **/

/* Order History Tracking Start */
/* .order-history-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.order-history-tracking {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.order-history-tracking.completed {
    background-color: #28a745;
}

.order-history-tracking.pending {
    background-color: #ccc;
}

.order-history-tracking-line {
    height: 50px;
    width: 1px;
    margin-left: 15px;
    background-color: #ccc;
}

.order-history-tracking-line.completed {
    background-color: #28a745;
}

.hs-status-text {
    margin-left: 10px;
    font-size: 16px;
    color: #333;
} */

.order-history-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.order-history-tracking {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.order-history-tracking.completed {
    background-color: #28a745;
}

.order-history-tracking.pending {
    background-color: #ccc;
}

.order-history-tracking-line {
    /* height: 50px; */
    width: 1px;
    margin-left: 15px;
    background-color: #ccc;
}

.order-history-tracking-line.completed {
    background-color: #28a745;
}

.status-text {
    /* margin-left: 10px; */
    font-size: 16px;
    color: #333;
}

.update-text {
    font-size: 14px;
    color: #555;
    /* margin-left: 55px; */
}

.timestamp-text {
    font-size: 12px;
    color: #888;
    /* margin-left: 55px; */
}

.order-history-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Order History Tracking End */

.mark-as-default {
    margin-top: 35px;
    padding-left: 35px;
}

.ticket-history-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ticket-history-tracking {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.ticket-history-tracking.completed {
    background-color: #28a745;
}

.ticket-history-tracking.pending {
    background-color: #ccc;
}

.ticket-history-tracking-line {
    /* height: 50px; */
    width: 1px;
    margin-left: 15px;
    background-color: #ccc;
}

.ticket-history-tracking-line.completed {
    background-color: #28a745;
}

.status-text {
    /* margin-left: 10px; */
    font-size: 16px;
    color: #333;
}

.update-text {
    font-size: 14px;
    color: #555;
    /* margin-left: 55px; */
}

.timestamp-text {
    font-size: 12px;
    color: #888;
    /* margin-left: 55px; */
}

.ticket-history-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Ticket History Tracking End */

.mark-as-default {
    margin-top: 35px;
    padding-left: 35px;
}

/* Custom styles for tile title numbers */
#tile-title-numbers-1 div,
#tile-title-numbers-2 div,
#tile-title-numbers-3 div,
#tile-title-numbers-4 div {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    /* Reduced padding for less vertical space */
    gap: 6px;
    /* Reduced gap between key-value pairs */
}

#tile-title-numbers-1 div strong,
#tile-title-numbers-2 div strong,
#tile-title-numbers-3 div strong,
#tile-title-numbers-4 div strong {
    width: 90px;
    /* Reduced width to allow more content space */
    flex-shrink: 0;
    font-size: 13px;
    /* Reduced font size for better fitting */
}

/* Smaller font size for headings to prevent overflow */
.card-body h5 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    /* Reduced margin-bottom for headings */
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    /* Reduced gap for overall spacing */
}

.tooltip1 {
    position: relative;
    display: inline-block;
    cursor: default;
}

.tooltip1 .tooltip1text {
    visibility: hidden;
    padding: 0.25em 0.5em;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 0.25em;
    white-space: nowrap;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 100%;
    transition-property: visibility;
    transition-delay: 0s;
}

.tooltip1:hover .tooltip1text {
    visibility: visible;
    transition-delay: 0.3s;
}

.pl-12 {
    padding-left: 12px;
}

.product-name-text {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px !important;
}

/* ==============================================================================*/
#header,
.header-fixed {
    background: #FEF5F6;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#logo a img {
    max-height: 70px;
    width: 140px;
    min-width: 120px;
    margin-top: -5px;
}

.main-header {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    height: 80px;
    position: relative;
    z-index: 1;
}

.desktop-header-height {
    position: relative;
    height: 80px;
}

.btn.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn.btn-primary {
    background: var(--bs-primary);
    color: #2307d5;
}

/*======================================== footer ==========================================*/
.footer-ft {
    bottom: 0;
    right: 0;
    color: var(--tb-secondary-color);
    left: 250px;
    height: 60px;
    background-color: var(--tb-secondary-bg);
    border-top: 1px solid var(--tb-border-color-translucent);
}

.footer-container {
    position: relative;
    overflow: hidden;
    color: #bdbdbd;
}

.footer-middle {
    background-color: #161616;
    padding: 3.5rem 0;
}

.footer-links {
    display: flex;
    flex-flow: row wrap;
}

.footer-links .footer-link-section {
    flex: 1;
    color: #bdbdbd;
}

.footer-links .footer-link-section a {
    color: #bdbdbd;
}

.footer-links .footer-link-section.informative {
    flex: 3;
}

.footer-links .footer-link-section.informative .footer-desciprion {
    padding-right: 3rem;
}

.footer-link-section .footer-link-title {
    margin-bottom: 16px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
}

.footer-link-section .footer-link-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

/*=============================== about-us page =====================================*/
.static-page-description {
    color: #414141;
    font-weight: 400;
    line-height: 1.4;
}

.static-page-description a {
    color: #ed3595 !important;
}

.static-page-description .heading {
    font-size: 36px;
    color: #2F3D7E;
    margin: 0 0 20px;
    font-weight: 300;
}

.static-page-description .subheading {
    font-size: 16px;
    margin-top: 10px;
}

.static-page-description .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .static-page-description .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .static-page-description .heading {
        font-size: 28px !important;
    }

    .static-page-description .subheading {
        font-size: 14px;
    }
}

.static-page-description .form-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}

.static-page-description .form-card p {
    font-size: 16px;
    color: #575757;
}

.static-page-description .form-card label {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #8f8f8f;
}

.static-page-description .form-card input,
.static-page-description .form-card textarea {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
    color: #14142b;
}

.static-page-description .form-card .btn {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 0;
}

.static-page-description .contact-card .email {
    font-size: 18px;
    color: #414141;
}

.static-page-description .contact-card .email a {
    color: #ed3595;
    font-weight: 500;
}

.static-page-description .contact-card .time,
.static-page-description .contact-card .address p {
    font-size: 16px;
    color: #575757;
}

.static-page-description .carousel .arrow-btn {
    width: 35px;
    height: 35px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.static-page-description .carousel-dark .arrow-btn [class*="carousel-control-"] {
    background-size: 60%;
    background-color: #000;
}

/* ======================= contact-us =====================================================*/
@media (min-width: 768px) {
    .py-md-5-bh {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .container-bh {
        max-width: 1140px;
    }
}

.container-bh {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.heading-tab {
    position: relative;
    margin: auto auto 30px;
}

.heading-bh {
    color: var(--bs-dark);
    font-size: 36px !important;
    margin: 0 0 20px;
}

.row-bh {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

@media (min-width: 992px) {
    .col-lg-5-bh {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

.p-4-bh {
    padding: 1.5rem !important;
}

.mt-4-bh {
    margin-top: 1.5rem !important;
}

.position-relative-bh {
    position: relative !important;
}

.bi {
    display: inline-block;
}

.pinkCol {
    color: #16f647
}

.lh-1 {
    line-height: 1 !important;
}

.contact-card .address p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
}

.para-bh {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .fs-2 {
        font-size: 2rem !important;
    }
}

.iti {
    width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti__flag {
    /* height: 15px; */
    box-shadow: 0px 0px 1px 0px #888;
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    /* background-position: 20px 0; */
}

.iti__flag {
    width: 20px;
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

.form-card .ms-form .ms-form-field-phone .form-control {
    padding-left: 90px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    /* padding-left: 52px; */
    margin-left: 0;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /* padding-right: 36px; */
    margin-right: 0;
}

.form-card input,
.form-card textarea {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #14142b;
}

.form-card input {
    height: 38px;
}

.form-card label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8f8f8f;
    margin-bottom: 5px !important;
    /* display: block; */
}

.d-block {
    display: block !important;
}

.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: .25rem;
    /* font-size: .875em;
    color: var(--bs-form-invalid-color);*/
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.form-card label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8f8f8f;
    margin-bottom: 5px !important;
    display: block;
}

.contact-card.address-card:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 110%;
    left: 0;
    top: -25px;
    background: #eee;
}

.contact-card.address-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: -25px;
    background: #eee;
}

.avatar-signature {
    height: 4rem;
    width: 22rem;
}

.avatar-seller-logo {
    height: 7rem;
    width: 8rem;
}

.form-card .btn {
    border-radius: 4px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: .06em;
    line-height: 1.4;
    padding: 14px 0;
    text-transform: uppercase;
}

.btn.btn-primary-bh {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2e3c7e;
    --bs-btn-border-color: #2e3c7e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27336b;
    --bs-btn-hover-border-color: #253065;
    --bs-btn-focus-shadow-rgb: 77, 89, 145;
    /* --bs-btn-active-color: #fff; */
    --bs-btn-active-bg: #253065;
    --bs-btn-active-border-color: #232d5f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2e3c7e;
    --bs-btn-disabled-border-color: #2e3c7e;
}

.min-height-auto {
    min-height: auto !important;
}

.text-transparent {
    color: rgba(0, 0, 0, 0.0);
}

.seller-image-admin-view {
    display: flex;
    justify-content: center;
}

.breathe {
    -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.bharavi-rules-ul-list {
    list-style: none;
    padding-left: 2em;
}

.bharavi-rules-ul-list li {
    position: relative;
    margin-bottom: 0.5em;
}

.bharavi-rules-ul-list li::before {
    content: "—";
    position: absolute;
    left: -1.5rem;
    top: 0;
}

.translate-or-ribon-middle {
    top: -15px;
    position: relative;
}

@font-face {
    font-family: 'Switzer';
    src: url('/static/assets/fonts/Switzer-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('/static/assets/fonts/Switzer-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

#lead-state {
    position: relative;
    width: 100%;
    margin-bottom: none;
}

.multi-select-wrapper {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.multi-select-display {
    display: block;
    width: 100%;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    height: 20px !important;
}

.multi-select-arrow {
    margin-left: 10px;
    /* or 0.5rem */
    font-size: 1.2rem;
    color: #6c757d;
}

/*
.multi-select-display::after {
  content: '▾';
  font-size: 1.2rem;
  float: right;
  margin-bottom: 2px;
}*/

.multi-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 999;
}

.multi-select-dropdown label {
    display: block;
    padding: 8px 10px;
    font-size: 0.875rem;
    cursor: pointer;
}

.multi-select-dropdown label:hover {
    background-color: #f1f1f1;
}

.multi-select-dropdown input[type="checkbox"] {
    margin-right: 8px;
}

.multi-select-wrapper.active .multi-select-dropdown {
    display: block;
}

.placeholder-style {
    font-size: 0.875rem;
}


.select-btn {
    position: relative;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
}

.select-btn .btn-text {
    font-size: .875rem;
    font-weight: 400;
    color: #333;
}

.select-btn .arrow-dwn {
    display: flex;
    height: 17px;
    width: 17px;
    color: #ffffff;
    font-size: 11px;
    border-radius: 50%;
    background: rgb(33, 37, 41);
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.select-btn.open .arrow-dwn {
    transform: rotate(-180deg);
}

.list-items {
    position: absolute;
    z-index: 9999;
    margin-top: 10px;
    border-radius: 0.25rem;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

.select-btn.open~.list-items {
    display: block;
}

/* Always show the scrollbar of the dropdown */
.select-btn.open~.list-items::-webkit-scrollbar {
    width: 8px;
    height: 0;
}

.select-btn.open~.list-items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.select-btn.open~.list-items::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .3);
}

.list-items .item {
    display: flex;
    align-items: center;
    list-style: none;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 8px;
    border-radius: 0.25rem;
}

.list-items .item:hover {
    background-color: #e7edfe;
}

.item .item-text {
    font-size: .875rem;
    font-weight: 400;
    color: #333;
}

.item .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
}

/*
.item.checked .checkbox{
    background-color: rgb(91, 73, 255);
    border-color: rgb(91, 73, 255);
}*/
.checkbox .check-icon {
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.item.checked .check-icon {
    transform: scale(1);
}

.select-btn-wrapper .list-items {
    display: none;
}

.select-btn-wrapper.open .list-items {
    display: block;
}

/*
input[type="checkbox"] {
    pointer-events: none;
}*/
/*
.choices__input--cloned {
    width: 150px !important;
    margin-bottom: 2px !important;
    border: none !important;
}
/*
.heading-b {
    color: var(--bs-dark);
    font-size: 36px !important;
    margin: 0 0 20px;
}
.ipad .heading {
    font-size: 32px !important;
}
.mobile .heading {
    font-size: 28px !important;
}
.ms-mb-50 {
    margin-bottom: 50px;
}
.contact-card:not(:last-child) {
    margin-bottom: 50px;
}
.contact-card .icon_wrap svg {
    width: 80px;
    height: 80px;
}
.contact-card .icon svg path {
    stroke: #2E3C7E !important;
}
.contact-card .email {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #414141;
}
.contact-card .email a {
    color: #ed3595;
    font-weight: 500;
}
.contact-card .time {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #575757;
}
.contact-card .address p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
}
.form-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.form-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #575757;
}
.form-card .ms-form.p-3 {
    padding: 0 !important;
}
.form-card input,
.form-card textarea {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #14142b;
}
.form-card .btn {
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 14px 0;
}
@media (max-width: 992px) {
    .contact-card .email {
        font-size: 16px;
    }
} */
.menu-dropdown {
    position: relative;
    z-index: 1050;
}

.collapse menu-dropdown {
    position: relative;
    z-index: 1050;
}

.login-bg {
    background-image: url('/static/assets/images/login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.offcanvas {
    z-index: 1051 !important;
}

.grid-view-options:hover {
    background-color: #e9ebec;
}

.grid-view-options-dropdown-container {
    min-width: 512px !important;
}

.grid-view-options-checkbox {
    cursor: pointer;
}

.grid-view-options-dropdown button::after {
    content: '' !important;
}

.disabled {
    background-color: #e1e1e1 !important;
}

.simplebar-horizontal {
    visibility: hidden !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-128 {
    font-size: 128px !important;
}

.pvdetails,
.inverterdetails {
    border: 1px solid #929a9f40 !important;
}

.sdClose,
.addNew {
    position: absolute;
    right: -20px;
    top: 27px;
    color: red;
    cursor: pointer;
}

.addNew {
    color: #28a745;
}

.sdClose i,
.addNew i {
    font-size: 28px;
}

#imgModal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#imgModal img {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

#imgModal span {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

/* Overlay */
#confirmOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/* Modal Box */
#confirmBox {
    position: relative;
    width: 350px;
    margin: 15% auto;
    background: #b3b3b3;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* Buttons */
#confirmBox button {
    padding: 8px 16px;
    margin: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

#confirmBox .yes {
    background: #0b1729;
    color: #fff;
}

#confirmBox .no {
    background: #444;
    color: #ddd;
}

#confirmBox .yes:hover {
    background: #0b1729;
}

#confirmBox .no:hover {
    background: #666;
}

.cursor-pointer {
    cursor: pointer;
}

.minHight {
    min-height: 213px;
}

#projectTotalDiv #tile-performance-state-1 {
    margin-top: 124px;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
    #projectTotalDiv #tile-performance-state-1 {
        margin-top: 109px;
    }
}

.mapIcon {
    font-size: 20px;
    color: #60b2ff;
    position: absolute;
    right: -10px;
    top: 37px;
    cursor: pointer;
}

.view-options-dropdown::after {
    content: none !important;
}

.bg-profit {
    background-image: url('/static/assets/images/arrow-profit.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.bg-loss {
    background-image: url('/static/assets/images/arrow-loss.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.bg-equals {
    background-image: url('/static/assets/images/equals.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.number-index-round {
    height: 42px !important;
    width: 42px !important;
}

.div-tiles:hover {
    background-color: var(--tb-gray-100);
}

.div-tiles-active {
    background-color: var(--tb-gray-100);
}

.fl-uppercase::first-letter {
    text-transform: uppercase;
}

.fc .fc-daygrid-day-frame {
    height: 128px !important;
}

.visit-planner {
    height: 100%;
    width: 100%;
}

.fc-event-title {
    text-align: left;
    font-size: 12px !important;
}

.fc-daygrid-event {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 6px;
    padding: 2px 4px;
    margin-bottom: 2px;
    text-align: left;
}

.resize-none {
    resize: none;
}

#site-image-upload-parent {
    position: absolute;
    right: 0px;
    font-size: large;
    cursor: pointer;
}

.custom-rounded-10px {
    border-radius: 10px;
}

.quantity-inv-out-input {
    text-align: center !important;
    max-width: 72px !important;
}

.remark-inv-out-input {
    max-width: 148px !important;
}

.fc-event-custom::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
}

.calendar-event-attended {
    border-width: 1px !important;
    border-style: solid;
    color: #039c91;
    border-color: #039c91 !important;
    background-color: white !important;
}

.calendar-event-missed {
    border-width: 1px !important;
    border-style: solid;
    color: #e80911;
    border-color: #e80911 !important;
    background-color: white !important;
}

.calendar-event-res {
    border-width: 1px !important;
    border-style: solid;
    color: #4b93ff;
    border-color: #4b93ff !important;
    background-color: white !important;
}

.calendar-event-com {
    border-width: 1px !important;
    border-style: solid;
    color: #7c6bff;
    border-color: #7c6bff !important;
    background-color: white !important;
}

.calendar-event-biz-denied {
    border-width: 1px !important;
    border-style: solid;
    color: #77787a;
    border-color: #77787a !important;
    background-color: white !important;
    text-decoration: line-through !important;
}

.calendar-quotation-submited .fc-event-custom::before {
    background-color: #E38D0B;
}

.calendar-business-created .fc-event-custom::before {
    background-color: #02bd3a;
}

.calendar-order-created .fc-event-custom::before {
    background-color: #1666f0;
}

.calendar-mat-delivered .fc-event-custom::before {
    background-color: #f016e5;
}

.calendar-bos-mat-delivered .fc-event-custom::before {
    background-color: #21c483;
}

.calendar-event-biz-denied .fc-event-custom::before {
    border-color: #77787a;
    border-style: solid;
    border-width: 1px;
}

.calendar-lagend-quotation-submited {
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #E38D0B;
    background-color: #E38D0B;
    height: 8px;
    width: 8px;
}

.calendar-lagend-quotation-submited-title {
    color: #E38D0B;
}

.calendar-lagend-business-created {
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #02bd3a;
    background-color: #02bd3a;
    height: 8px;
    width: 8px;
}

.calendar-lagend-business-created-title {
    color: #02bd3a;
}

.calendar-lagend-biz-denied {
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #77787a;
    height: 8px;
    width: 8px;
}

.calendar-lagend-biz-denied-title {
    color: #77787a;
    text-decoration: line-through;
}

.calendar-lagend-visited {
    border-style: solid;
    border-width: 1px;
    border-radius: 0%;
    border-color: #039c91;
    background-color: #039c91;
    height: 8px;
    width: 8px;
}

.calendar-lagend-visited-title {
    color: #039c91;
}

.calendar-lagend-visit-missed {
    border-style: solid;
    border-width: 1px;
    border-radius: 0%;
    border-color: #e80911;
    background-color: #e80911;
    height: 8px;
    width: 8px;
}

.calendar-lagend-visit-missed-title {
    color: #e80911;
}

.calendar-lagend-res {
    border-style: solid;
    border-width: 1px;
    border-radius: 0%;
    border-color: #4b93ff;
    background-color: #4b93ff;
    height: 8px;
    width: 8px;
}

.calendar-lagend-res-title {
    color: #4b93ff;
}

.calendar-lagend-com {
    border-style: solid;
    border-width: 1px;
    border-radius: 0%;
    border-color: #7c6bff;
    background-color: #7c6bff;
    height: 8px;
    width: 8px;
}

.calendar-lagend-com-title {
    color: #7c6bff;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 4px;
    bottom: 78px;
    width: 0;
    border-left: 3px dashed rgba(11, 13, 41, 0.5);
}

.timeline ol {
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}

.timeline ol>li {
    counter-increment: item;
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.timeline ol>li::marker {
    content: none;
}

.timeline ol>li::before {
    content: counter(item);
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgb(11, 13, 41);
    background: rgb(11, 13, 41);
    display: flex;
    color: white;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    flex-shrink: 0;
}

 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ri-loader-line {
  /* Apply the animation: [name] [duration] [timing-function] [iteration-count] */
  animation: spin 1s linear infinite;

  /* Optional: Set display to inline-block for better rotation behavior on some elements */
  display: inline-block;
}
div.gmnoprint div button {
    top: 0.35rem !important;
    left: 0.35rem !important;
    cursor: pointer;
    height: calc(2.30938rem + 2px);
    width: calc(2.30938rem + 2px);
    justify-content: center;
    display: inline-flex;
    align-items: center;
    background-color: #fcfdfd;
    border-color: transparent;
    color: #435971;
}

div.gmnoprint div button img {
    display: none;
}

div.gmnoprint div:first-child button {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

div.gmnoprint div:last-child button {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

div.gmnoprint div button span {
    background-size: cover !important;
    background-position: center !important;
    height: 22px;
    width: 22px;
    margin-left: 2px !important;
}

div.gmnoprint div:nth-child(1) button span {
    background-image: url('../images/map-elements/stop-drawing.svg') !important;
    height: 18px !important;
    width: 18px !important;
    margin-left: 4px !important;
}

div.gmnoprint div:nth-child(2) button span {
    background-image: url('../images/map-elements/shape-rectangle.svg') !important;
}

div.gmnoprint div:nth-child(3) button span {
    background-image: url('../images/map-elements/shape-circle.svg') !important;
}

div.gmnoprint div:nth-child(4) button span {
    background-image: url('../images/map-elements/shape-polygon.svg') !important;
}

.map-type {
    min-height: 32px !important;
}

.map-zoom-control {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    z-index: 1000;
}

.map-type-position {
    position: absolute;
    right: 0.5rem
}

#gis-data-period {
    width: 128px;
}

#gis-data-period .date-picker-input-group {
    height: 42px;
}

.fs-16 {
    font-size: 16px;
}

.fs-48 {
    font-size: 48px;
    font-weight: 600;
}

.bg-res {
    background-image: url('../images/residence.svg');
    background-repeat: no-repeat;
    background-position: right;
}

.bg-com {
    background-image: url('../images/commercial.svg');
    background-repeat: no-repeat;
    background-position: right;
}

.bg-co2 {
    background-image: url('../images/co2.svg');
    background-repeat: no-repeat;
    background-position: right;
}

.bg-mission {
    background-image: url('../images/mission.svg');
    background-repeat: no-repeat;
    background-position: right; 
}