﻿.change-mobile-number,
.login-form {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease-in-out;
}

    .change-mobile-number.active,
    .login-form.active {
        transition: all .5s ease-in-out;
        height: auto;
        opacity: 1;
    }

.overlayContainer {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    display: block;
    position: fixed;
    z-index: 9999;
}

.centeredLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media screen and (max-width: 640px) {
    .form-select,.form-control {
        line-height: 2 !important;
    }
    .select2-container .select2-selection--single{
        height:40px !important;
    }
    table.customDataTable caption {
        background-image: none;
    }

    table.customDataTable thead {
        display: none;
    }

    table.customDataTable tbody td {
        display: block;
        padding: .6rem;
    }

    table.customDataTable tbody tr td:first-child {
        background: #3c8cf8;
        color: #fff;
    }

        table.customDataTable tbody tr td:first-child a {
            color: #fff;
        }

        table.customDataTable tbody tr td:first-child:before {
            color: #fff;
        }

    table.customDataTable tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 9rem;
        vertical-align: top;
    }

    table.customDataTable tr th:last-child,
    table.customDataTable tr td:last-child {
        max-width: 100% !important;
        min-width: 100px !important;
        width: 100% !important;
    }
}

.debitState_71,
.debitState_True,
.debitState_52 {
    --falcon-bg-opacity: 1;
    background-color: rgba(var(--falcon-danger-rgb), var(--falcon-bg-opacity)) !important;
}

.debitState_53 {
    --falcon-bg-opacity: 1;
    background-color: rgba(var(--falcon-warning-rgb), var(--falcon-bg-opacity)) !important;
}

.debitState_False,
.debitState_54 {
    --falcon-bg-opacity: 1;
    background-color: rgba(var(--falcon-success-rgb), var(--falcon-bg-opacity)) !important;
}

.svgimg svg {
    height: auto !important;
}

@media screen and (max-width: 640px) {
    .lottie {
        height: auto !important;
    }
}

.Priority_28 {
    background: var(--falcon-red);
}

.Priority_27 {
    background: var(--falcon-orange);
}

.Priority_26 {
    background: var(--falcon-cyan);
}

.Priority_25 {
    background: var(--falcon-gray);
}

.fs--3 {
    font-size: 0.8rem !important;
}

.fs--2 {
    font-size: 0.8rem !important;
}

.fs--1 {
    font-size: 0.9rem !important;
}

.ImageGalleryState {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
}

.Currentimagebox {
    position: relative;
    overflow: hidden;
}

    .Currentimagebox .Currentimagebox-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        margin: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #0000006e;
    }

.timeslot {
    width: 110px;
}

.datepicker-inputs {
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 600;
}

 .datepicker th, .datepicker td, .datepicker th
/**************/
, .datepicker td, .panelModals .datepicker th, .panelModals .datepicker td, .panelModals .datepicker th {
    color: #34445a ;
}

.datepicker table tr td.today,
.panelModals .datepicker table tr td.today {
    background-image: linear-gradient(to bottom, #2c7be5, #80b1f4);
}


.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
/*************/
.panelModals .datepicker table tr td.active.active,
.panelModals .datepicker table tr td.active.disabled,
.panelModals .datepicker table tr td.active.disabled.active,
.panelModals .datepicker table tr td.active.disabled.disabled,
.panelModals .datepicker table tr td.active.disabled:active,
.panelModals .datepicker table tr td.active.disabled:hover,
.panelModals .datepicker table tr td.active.disabled:hover.active,
.panelModals .datepicker table tr td.active.disabled:hover.disabled,
.panelModals .datepicker table tr td.active.disabled:hover:active,
.panelModals .datepicker table tr td.active.disabled:hover:hover,
.panelModals .datepicker table tr td.active.disabled:hover[disabled],
.panelModals .datepicker table tr td.active.disabled[disabled],
.panelModals .datepicker table tr td.active:active,
.panelModals .datepicker table tr td.active:hover,
.panelModals .datepicker table tr td.active:hover.active,
.panelModals .datepicker table tr td.active:hover.disabled,
.panelModals .datepicker table tr td.active:hover:active,
.panelModals .datepicker table tr td.active:hover:hover,
.panelModals .datepicker table tr td.active:hover[disabled],
.panelModals .datepicker table tr td.active[disabled] {
    background-color: #2c7be5;
}


    .datepicker table tr td.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active:hover,
    /*************/
    .panelModals .datepicker table tr td.active,
    .panelModals .datepicker table tr td.active.disabled,
    .panelModals .datepicker table tr td.active.disabled:hover,
    .panelModals .datepicker table tr td.active:hover {
        background-image: linear-gradient(to bottom, #2c7be5, #80b1f4);
    }

.calendar {
    width: 4.125rem !important;
}

.badge-soft-159 {
    color: var(--falcon-badge-soft-success-color) !important;
    background-color: var(--falcon-badge-soft-success-background-color) !important;
}

.badge-soft-160 {
    color: var(--falcon-badge-soft-secondary-color) !important;
    background-color: var(--falcon-badge-soft-secondary-background-color) !important;
}

.badge-soft-162 {
    color: var(--falcon-badge-soft-danger-color) !important;
    background-color: var(--falcon-badge-soft-danger-background-color) !important;
}
.w-100px{
    width:100px;
}
.notif-alert:after {
    position: absolute;
    content: "";
    left: -1rem;
    top: -0.5rem;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    /* border: 2px solid var(--falcon-notification-indicator-border-color); */
    background-color: var(--falcon-warning);
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%, 100% {
        opacity: 0;
    }
}
.shop-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-item {
    flex: 1 0 20%; /* دسکتاپ: ۴ ستون */
    box-sizing: border-box;
}

/* تبلت */
@media (max-width: 992px) {
    .shop-item {
        flex: 1 0 50%; /* ۲ ستون */
    }
}

/* موبایل */
@media (max-width: 576px) {
    .shop-item {
        flex: 1 0 100%; /* ۱ ستون */
    }
}