.fi-tabs-item-active {
    background-color: #333 !important;
}

.fi-tabs-item-active .fi-tabs-item-label {
    color: #f7f7f7 !important;
}

.fi-tabs-item-active .fi-badge {
    /*color: #6366f1 !important;*/
    /*background-color: rgb(255, 255, 255) !important;*/
}

.dark .fi-tabs-item-active {
    background-color: #f9f9f9 !important;
}

.dark .fi-tabs-item-active .fi-tabs-item-label {
    color: #444 !important;
}

.section-stylish-bg {
    background-color: #fefeff !important;
}
.section-stylish-bg .fi-section-header {
    background-color: #f7fafd;
    border-radius: 10px 10px 0 0;
}

.dark .section-stylish-bg {
    background-color: #232326 !important;
}
.dark .section-stylish-bg .fi-section-header {
    background-color: #383d42;
    border-radius: 10px 10px 0 0;
}
.order-address-notice {
    background-color: #fff2f2 !important;
    border: 2px solid #ed6e6e;
}
.dark .order-address-notice {
    background-color: rgba(246, 109, 129, 0.1) !important;
    border: 2px solid rgba(253, 115, 135, 0.3);
}
.order-address-notice .fi-section-content {
    padding: 1rem 1.5rem;
}
.order-address-notice.notice-small{
    width: max-content;
    margin-left: auto;
    border: .1rem solid #ed6e6e;
}
.order-address-notice.notice-small .fi-section-content {
    padding: .5rem 1rem;
}
.option-label-icon-gap-0 .fi-btn{
    gap: 0;
}
.text-success{
    color: rgb(16, 185, 129);
}
.text-danger{
    color: rgb(244, 63, 94);
}
.text-turquoise{
    color: #38bdf8;
}
.payment_type_toggle_buttons div{
    flex: 1;
}
.payment_type_toggle_buttons label {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .status_toggle_buttons div,
    .status_toggle_buttons label {
        width: 100%;
    }
}
.map-loading-backdrop {
    position: absolute;
    background-color: rgba(246, 246, 246, 0.78);
    z-index:999;
    width: 100%;
    height: 100%;
}

.dark .map-loading-backdrop {
    background-color: rgba(89, 89, 89, 0.78);
}

.map-loading-backdrop .backdrop-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap:1rem;
}
.map-loading-backdrop .backdrop-content .backdrop-text{
    font-size: 2rem;
    font-weight: 800;
    color: #111;
}

.dark .map-loading-backdrop .backdrop-content .backdrop-text{
    color: #f3f3f3;
}
