/* /Components/AdminPanel/DashboardPage.razor.rz.scp.css */
.container[b-qfndz0ukm6] {
    width: 100%;
}

.count[b-qfndz0ukm6]{
    font-size:25px;
    font-weight:600;
}
.form-select:focus[b-qfndz0ukm6],
.form-control:focus[b-qfndz0ukm6] {
    box-shadow: none;
    outline: none;

}
.add[b-qfndz0ukm6] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-qfndz0ukm6] {
        color: white;
        background-color: #03274d;
    }

@media (max-width:600px) {
    .img-fluid[b-qfndz0ukm6] {
        width: 160px;
    }

    button[b-qfndz0ukm6] {
        font-size: 13px;
    }

    h6[b-qfndz0ukm6] {
        font-size: 15px;
    }

    h5[b-qfndz0ukm6], .form-label[b-qfndz0ukm6] {
        font-size: 13px;
    }

    p[b-qfndz0ukm6], .form-control[b-qfndz0ukm6], span[b-qfndz0ukm6] {
        font-size: 12px;
    }
}

.custom-select[b-qfndz0ukm6] {
    min-width: 200px;
    height: 42px;
    border-radius: 10px;
}
/* /Components/AdminPanel/EmpDetails.razor.rz.scp.css */
.add[b-rg8nk4syum] {
    background-color:#29A35A;
    color: white;
}
.add th[b-rg8nk4syum]{
    background-color: #29A35A;
    color: white;
}

    .add:hover[b-rg8nk4syum] {
        color: white;
        background-color: #03274d;
    }

table thead th[b-rg8nk4syum] {
    background-color: #004EA2 !important;
    color: white !important;
}
.form-select:focus[b-rg8nk4syum],
.form-control:focus[b-rg8nk4syum],
button:focus[b-rg8nk4syum]{
    box-shadow: none;
    outline: none;
}

@media (max-width:700px)
{
    .add[b-rg8nk4syum]{
        font-size:12px;
    }
}
.table-scroll[b-rg8nk4syum] {
    max-height: 600px;
    overflow-y: auto;
}

    .table-scroll thead th[b-rg8nk4syum] {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

@media (max-width:600px) {
    .img-fluid[b-rg8nk4syum] {
        width: 160px;
    }

    button[b-rg8nk4syum] {
        font-size: 13px;
    }

    h6[b-rg8nk4syum] {
        font-size: 15px;
    }

    h5[b-rg8nk4syum], .form-label[b-rg8nk4syum] {
        font-size: 13px;
    }

    p[b-rg8nk4syum], .form-control[b-rg8nk4syum], span[b-rg8nk4syum], th[b-rg8nk4syum], td[b-rg8nk4syum], form-select[b-rg8nk4syum] {
        font-size: 12px;
    }
    .input-group[b-rg8nk4syum]
    {
        width:auto;
    }
   
}

.modal-overlay[b-rg8nk4syum] {
    background: rgba(0, 0, 0, 0.4);
}

.custom-input[b-rg8nk4syum] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .custom-input:focus[b-rg8nk4syum] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.25);
    }

.form-check-input:checked[b-rg8nk4syum] {
    background-color: #004EA2;
    border-color: #004EA2;
}

@media (max-width: 576px) {
    .modal-dialog[b-rg8nk4syum] {
        margin: 1rem;
    }
}
.custom-table thead[b-rg8nk4syum] {
    font-weight: 600;
}

.custom-table tbody tr:hover[b-rg8nk4syum] {
    background-color: #f1f5ff;
}

.action-btn[b-rg8nk4syum] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0;
}

    .action-btn i[b-rg8nk4syum] {
        font-size: 14px;
    }

.edit-btn[b-rg8nk4syum] {
    background-color: #eef4ff;
    color: #004EA2;
}

    .edit-btn:hover[b-rg8nk4syum] {
        background-color: #dbe8ff;
    }

.delete-btn[b-rg8nk4syum] {
    background-color: #ffecec;
    color: #dc3545;
}

    .delete-btn:hover[b-rg8nk4syum] {
        background-color: #ffd6d6;
    }

.badge[b-rg8nk4syum] {
    font-size: 12px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .table th[b-rg8nk4syum], .table td[b-rg8nk4syum] {
        font-size: 12px;
        padding: 6px;
    }

    .action-btn[b-rg8nk4syum] {
        width: 28px;
        height: 28px;
    }
    .badge[b-rg8nk4syum] {
        font-size: 10px;
        border-radius: 12px;
    }
}
/* /Components/AdminPanel/Location.razor.rz.scp.css */
.add[b-soqs8ey5gt] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-soqs8ey5gt] {
        color: white;
        background-color: #03274d;
    }

    i[b-soqs8ey5gt]{
        font-size:18px;
    }
.icon-align[b-soqs8ey5gt] {
    font-size: 18px;
    vertical-align: middle;
}

.action-btn[b-soqs8ey5gt] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .action-btn i[b-soqs8ey5gt] {
        font-size: 18px;
        line-height: 1;
    }
i[b-soqs8ey5gt]{
    font-size:15px;
}
.card[b-soqs8ey5gt] {
    height: 325px;
}
@media (max-width:600px) {
    .img-fluid[b-soqs8ey5gt] {
        width: 160px;
    }

    button[b-soqs8ey5gt] {
        font-size: 8px;
    }

    h6[b-soqs8ey5gt] {
        font-size: 15px;
    }

    h5[b-soqs8ey5gt], .form-label[b-soqs8ey5gt] {
        font-size: 13px;
    }

    p[b-soqs8ey5gt], .form-control[b-soqs8ey5gt], span[b-soqs8ey5gt], th[b-soqs8ey5gt], td[b-soqs8ey5gt] {
        font-size: 12px;
    }

    .btn-pdf[b-soqs8ey5gt], .btn-excel[b-soqs8ey5gt], .form-select[b-soqs8ey5gt] {
        font-size: 10px;
    }
   
    .action-btn i[b-soqs8ey5gt] {
        font-size: 8px;
        line-height: 1;
    }
    .card[b-soqs8ey5gt] {
        height: 270px !important;
    }
}

/* Table */
.custom-table[b-soqs8ey5gt] {
    border-radius: 10px;
    overflow: hidden;
}

    .custom-table thead[b-soqs8ey5gt] {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .custom-table tbody tr[b-soqs8ey5gt] {
        transition: all 0.2s ease;
    }

        .custom-table tbody tr:hover[b-soqs8ey5gt] {
            background-color: #f1f5ff;
        }

.price-tag[b-soqs8ey5gt] {
    background: #f1f3f5;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.location-pill[b-soqs8ey5gt] {
    background: #eef4ff;
    color: #0d6efd;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.action-btn[b-soqs8ey5gt] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    transition: all 0.2s ease;
}

.edit-btn[b-soqs8ey5gt] {
    background-color: #eef4ff;
    color: #0d6efd;
}

    .edit-btn:hover[b-soqs8ey5gt] {
        background-color: #dbe8ff;
    }

.delete-btn[b-soqs8ey5gt] {
    background-color: #ffecec;
    color: #dc3545;
}

    .delete-btn:hover[b-soqs8ey5gt] {
        background-color: #ffd6d6;
    }


.badge[b-soqs8ey5gt] {
    font-size: 13px;
    border-radius: 20px;
}

.text-nowrap[b-soqs8ey5gt] {
    white-space: nowrap;
}


.text-truncate[b-soqs8ey5gt] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {

    .custom-table th[b-soqs8ey5gt],
    .custom-table td[b-soqs8ey5gt] {
        font-size: 12px;
        padding: 6px;
    }

    .action-btn[b-soqs8ey5gt] {
        width: 30px;
        height: 30px;
    }

    .price-tag[b-soqs8ey5gt],
    .location-pill[b-soqs8ey5gt] {
        font-size: 11px;
        padding: 3px 8px;
    }
}
/* Modal backdrop */
.modal-overlay[b-soqs8ey5gt] {
    background: rgba(0, 0, 0, 0.4);
}

/* Inputs */
.custom-input[b-soqs8ey5gt] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .custom-input:focus[b-soqs8ey5gt] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.25);
    }

/* Primary Button (Your Blue Theme) */
.btn-primary[b-soqs8ey5gt] {
    background-color: #004EA2;
    border-color: #004EA2;
    color: #fff;
}

    .btn-primary:hover[b-soqs8ey5gt] {
        background-color: #03274d;
        border-color: #03274d;
        color: #fff;
    }

/* Optional: softer variant (if needed elsewhere) */
.btn-primary-soft[b-soqs8ey5gt] {
    background-color: rgba(0, 78, 162, 0.1);
    color: #004EA2;
}

    .btn-primary-soft:hover[b-soqs8ey5gt] {
        background-color: rgba(0, 78, 162, 0.2);
    }

/* Switch color (optional enhancement) */
.form-check-input:checked[b-soqs8ey5gt] {
    background-color: #004EA2;
    border-color: #004EA2;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .modal-content[b-soqs8ey5gt] {
        border-radius: 0;
    }

    .modal-body[b-soqs8ey5gt] {
        padding: 1rem;
    }

    .badge[b-soqs8ey5gt] ,i[b-soqs8ey5gt] {
        font-size: 10px;
    }
}
/* /Components/AdminPanel/MealAddOn.razor.rz.scp.css */
.add[b-1l25zabusf] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-1l25zabusf] {
        color: white;
        background-color: #03274d;
    }

@media (max-width:600px) {
    .img-fluid[b-1l25zabusf] {
        width: 160px;
    }

    button[b-1l25zabusf] {
        font-size: 8px;
    }

    h6[b-1l25zabusf] {
        font-size: 15px;
    }

    h5[b-1l25zabusf], .form-label[b-1l25zabusf] {
        font-size: 13px;
    }

    p[b-1l25zabusf], .form-control[b-1l25zabusf], span[b-1l25zabusf], th[b-1l25zabusf], td[b-1l25zabusf] {
        font-size: 12px;
    }

    .btn-pdf[b-1l25zabusf], .btn-excel[b-1l25zabusf], .form-select .badge[b-1l25zabusf] {
        font-size: 10px;
    }

 
}


/* Table */
.custom-table[b-1l25zabusf] {
    border-radius: 10px;
    overflow: hidden;
}

    .custom-table thead[b-1l25zabusf] {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .custom-table tbody tr[b-1l25zabusf] {
        transition: all 0.2s ease;
    }

        .custom-table tbody tr:hover[b-1l25zabusf] {
            background-color: #f1f5ff;
        }

.price-tag[b-1l25zabusf] {
    background: #f1f3f5;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.location-pill[b-1l25zabusf] {
    background: #eef4ff;
    color: #0d6efd;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.action-btn[b-1l25zabusf] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    transition: all 0.2s ease;
}

.edit-btn[b-1l25zabusf] {
    background-color: #eef4ff;
    color: #0d6efd;
}

    .edit-btn:hover[b-1l25zabusf] {
        background-color: #dbe8ff;
    }

.delete-btn[b-1l25zabusf] {
    background-color: #ffecec;
    color: #dc3545;
}

    .delete-btn:hover[b-1l25zabusf] {
        background-color: #ffd6d6;
    }


.badge[b-1l25zabusf] {
    font-size: 13px;
    border-radius: 20px;
}

.text-nowrap[b-1l25zabusf] {
    white-space: nowrap;
}


.text-truncate[b-1l25zabusf] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {

    .custom-table th[b-1l25zabusf],
    .custom-table td[b-1l25zabusf] {
        font-size: 12px;
        padding: 6px;
    }

    .action-btn[b-1l25zabusf] {
        width: 30px;
        height: 30px;
    }

    .price-tag[b-1l25zabusf],
    .location-pill[b-1l25zabusf] {
        font-size: 11px;
        padding: 3px 8px;
    }
   
}
/* Modal backdrop */
.modal-overlay[b-1l25zabusf] {
    background: rgba(0, 0, 0, 0.4);
}

/* Inputs */
.custom-input[b-1l25zabusf] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .custom-input:focus[b-1l25zabusf] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.25);
    }

/* Primary Button (Your Blue Theme) */
.btn-primary[b-1l25zabusf] {
    background-color: #004EA2;
    border-color: #004EA2;
    color: #fff;
}

    .btn-primary:hover[b-1l25zabusf] {
        background-color: #03274d;
        border-color: #03274d;
        color: #fff;
    }

/* Optional: softer variant (if needed elsewhere) */
.btn-primary-soft[b-1l25zabusf] {
    background-color: rgba(0, 78, 162, 0.1);
    color: #004EA2;
}

    .btn-primary-soft:hover[b-1l25zabusf] {
        background-color: rgba(0, 78, 162, 0.2);
    }

/* Switch color (optional enhancement) */
.form-check-input:checked[b-1l25zabusf] {
    background-color: #004EA2;
    border-color: #004EA2;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .modal-content[b-1l25zabusf] {
        border-radius: 0;
    }

    .modal-body[b-1l25zabusf] {
        padding: 1rem;
    }
    .badge[b-1l25zabusf] {
        font-size: 10px;
    }
}

/* /Components/AdminPanel/MealPriceDetails.razor.rz.scp.css */
.add[b-p2f364ubq3] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-p2f364ubq3] {
        color: white;
        background-color: #03274d;
    }

i[b-p2f364ubq3] {
    font-size: 18px;
}

.icon-align[b-p2f364ubq3] {
    font-size: 18px;
    vertical-align: middle;
}

.action-btn[b-p2f364ubq3] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .action-btn i[b-p2f364ubq3] {
        font-size: 18px;
        line-height: 1;
    }

i[b-p2f364ubq3] {
    font-size: 15px;
}

.card[b-p2f364ubq3] {
    height: 325px;
}

@media (max-width:600px) {
    .img-fluid[b-p2f364ubq3] {
        width: 160px;
    }

    button[b-p2f364ubq3] {
        font-size: 8px;
    }

    h6[b-p2f364ubq3] {
        font-size: 15px;
    }

    h5[b-p2f364ubq3], .form-label[b-p2f364ubq3] {
        font-size: 13px;
    }

    p[b-p2f364ubq3], .form-control[b-p2f364ubq3], span[b-p2f364ubq3], th[b-p2f364ubq3], td[b-p2f364ubq3] {
        font-size: 12px;
    }

    .btn-pdf[b-p2f364ubq3], .btn-excel[b-p2f364ubq3], .form-select[b-p2f364ubq3] {
        font-size: 10px;
    }

    .action-btn i[b-p2f364ubq3] {
        font-size: 8px;
        line-height: 1;
    }

    .card[b-p2f364ubq3] {
        height: 270px !important;
    }
}

.custom-table[b-p2f364ubq3] {
    border-radius: 10px;
    overflow: hidden;
}

    .custom-table thead[b-p2f364ubq3] {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .custom-table tbody tr[b-p2f364ubq3] {
        transition: all 0.2s ease;
    }

        .custom-table tbody tr:hover[b-p2f364ubq3] {
            background-color: #f1f5ff;
        }

.price-tag[b-p2f364ubq3] {
    background: #f1f3f5;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.location-pill[b-p2f364ubq3] {
    background: #eef4ff;
    color: #0d6efd;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.action-btn[b-p2f364ubq3] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    transition: all 0.2s ease;
}

.edit-btn[b-p2f364ubq3] {
    background-color: #eef4ff;
    color: #0d6efd;
}

    .edit-btn:hover[b-p2f364ubq3] {
        background-color: #dbe8ff;
    }

.delete-btn[b-p2f364ubq3] {
    background-color: #ffecec;
    color: #dc3545;
}

    .delete-btn:hover[b-p2f364ubq3] {
        background-color: #ffd6d6;
    }


.badge[b-p2f364ubq3] {
    font-size: 13px;
    border-radius: 20px;
}

.text-nowrap[b-p2f364ubq3] {
    white-space: nowrap;
}


.text-truncate[b-p2f364ubq3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {

    .custom-table th[b-p2f364ubq3],
    .custom-table td[b-p2f364ubq3] {
        font-size: 12px;
        padding: 6px;
    }

    .action-btn[b-p2f364ubq3] {
        width: 30px;
        height: 30px;
    }

    .price-tag[b-p2f364ubq3],
    .location-pill[b-p2f364ubq3] {
        font-size: 11px;
        padding: 3px 8px;
    }
}

.modal-overlay[b-p2f364ubq3] {
    background: rgba(0, 0, 0, 0.4);
}

.custom-input[b-p2f364ubq3] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .custom-input:focus[b-p2f364ubq3] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.25);
    }

.btn-primary[b-p2f364ubq3] {
    background-color: #004EA2;
    border-color: #004EA2;
    color: #fff;
}

    .btn-primary:hover[b-p2f364ubq3] {
        background-color: #03274d;
        border-color: #03274d;
        color: #fff;
    }

.btn-primary-soft[b-p2f364ubq3] {
    background-color: rgba(0, 78, 162, 0.1);
    color: #004EA2;
}

    .btn-primary-soft:hover[b-p2f364ubq3] {
        background-color: rgba(0, 78, 162, 0.2);
    }

.form-check-input:checked[b-p2f364ubq3] {
    background-color: #004EA2;
    border-color: #004EA2;
}

@media (max-width: 576px) {
    .modal-content[b-p2f364ubq3] {
        border-radius: 0;
    }

    .modal-body[b-p2f364ubq3] {
        padding: 1rem;
    }

    .badge[b-p2f364ubq3], i[b-p2f364ubq3] {
        font-size: 10px;
    }
}
/* /Components/AdminPanel/Notification.razor.rz.scp.css */
.add[b-petb5w5laa] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-petb5w5laa] {
        color: white;
        background-color: #03274d;
    }

i[b-petb5w5laa] {
    font-size: 18px;
}

.icon-align[b-petb5w5laa] {
    font-size: 18px;
    vertical-align: middle;
}

.action-btn[b-petb5w5laa] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .action-btn i[b-petb5w5laa] {
        font-size: 18px;
        line-height: 1;
    }

i[b-petb5w5laa] {
    font-size: 15px;
}

.card[b-petb5w5laa] {
    height: 325px;
}

@media (max-width:600px) {
    .img-fluid[b-petb5w5laa] {
        width: 160px;
    }

    button[b-petb5w5laa] {
        font-size: 8px;
    }

    h6[b-petb5w5laa] {
        font-size: 15px;
    }

    h5[b-petb5w5laa], .form-label[b-petb5w5laa] {
        font-size: 13px;
    }

    p[b-petb5w5laa], .form-control[b-petb5w5laa], span[b-petb5w5laa], th[b-petb5w5laa], td[b-petb5w5laa] {
        font-size: 12px;
    }

    .btn-pdf[b-petb5w5laa], .btn-excel[b-petb5w5laa], .form-select[b-petb5w5laa] {
        font-size: 10px;
    }

    .action-btn i[b-petb5w5laa] {
        font-size: 8px;
        line-height: 1;
    }

    .card[b-petb5w5laa] {
        height: 270px !important;
    }
}

.custom-table[b-petb5w5laa] {
    border-radius: 10px;
    overflow: hidden;
}

    .custom-table thead[b-petb5w5laa] {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .custom-table tbody tr[b-petb5w5laa] {
        transition: all 0.2s ease;
    }

        .custom-table tbody tr:hover[b-petb5w5laa] {
            background-color: #f1f5ff;
        }

.price-tag[b-petb5w5laa] {
    background: #f1f3f5;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.location-pill[b-petb5w5laa] {
    background: #eef4ff;
    color: #0d6efd;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.action-btn[b-petb5w5laa] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    transition: all 0.2s ease;
}

.edit-btn[b-petb5w5laa] {
    background-color: #eef4ff;
    color: #0d6efd;
}

    .edit-btn:hover[b-petb5w5laa] {
        background-color: #dbe8ff;
    }

.delete-btn[b-petb5w5laa] {
    background-color: #ffecec;
    color: #dc3545;
}

    .delete-btn:hover[b-petb5w5laa] {
        background-color: #ffd6d6;
    }


.badge[b-petb5w5laa] {
    font-size: 13px;
    border-radius: 20px;
}

.text-nowrap[b-petb5w5laa] {
    white-space: nowrap;
}


.text-truncate[b-petb5w5laa] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {

    .custom-table th[b-petb5w5laa],
    .custom-table td[b-petb5w5laa] {
        font-size: 12px;
        padding: 6px;
    }

    .action-btn[b-petb5w5laa] {
        width: 30px;
        height: 30px;
    }

    .price-tag[b-petb5w5laa],
    .location-pill[b-petb5w5laa] {
        font-size: 11px;
        padding: 3px 8px;
    }
}
.modal-overlay[b-petb5w5laa] {
    background: rgba(0, 0, 0, 0.4);
}

.custom-input[b-petb5w5laa] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .custom-input:focus[b-petb5w5laa] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.25);
    }

.btn-primary[b-petb5w5laa] {
    background-color: #004EA2;
    border-color: #004EA2;
    color: #fff;
}

    .btn-primary:hover[b-petb5w5laa] {
        background-color: #03274d;
        border-color: #03274d;
        color: #fff;
    }
.btn-primary-soft[b-petb5w5laa] {
    background-color: rgba(0, 78, 162, 0.1);
    color: #004EA2;
}

    .btn-primary-soft:hover[b-petb5w5laa] {
        background-color: rgba(0, 78, 162, 0.2);
    }

.form-check-input:checked[b-petb5w5laa] {
    background-color: #004EA2;
    border-color: #004EA2;
}

@media (max-width: 576px) {
    .modal-content[b-petb5w5laa] {
        border-radius: 0;
    }

    .modal-body[b-petb5w5laa] {
        padding: 1rem;
    }

    .badge[b-petb5w5laa], i[b-petb5w5laa] {
        font-size: 10px;
    }
}
/* /Components/AdminPanel/ReportPage.razor.rz.scp.css */
.count[b-hz1bycr6p1] {
    font-size: 25px;
    font-weight: 600;
}

.table-scroll[b-hz1bycr6p1] {
    max-height: 300px;
    overflow-y: auto;
}

    .table-scroll thead th[b-hz1bycr6p1] {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

.custom-table[b-hz1bycr6p1] {
    table-layout: fixed;
    width: 100%;
    border-radius: 5px;
}

    .custom-table th[b-hz1bycr6p1],
    .custom-table td[b-hz1bycr6p1] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.form-select:focus[b-hz1bycr6p1],
.form-control:focus[b-hz1bycr6p1] {
    box-shadow: none;
    outline: none;
}

.custom-card[b-hz1bycr6p1] {
    background-color: #004EA2;
    color: white;
    font-weight: 600;
}

.btn-excel[b-hz1bycr6p1] {
    font-size: 13px;
    height: 35px !important;
    border: 1px solid #D9D9D9;
    background-color: #29A35A;
    color: white;
    font-weight: 600;
}

    .btn-excel:hover[b-hz1bycr6p1] {
        border: 1px solid black;
    }

.btn-pdf[b-hz1bycr6p1] {
    font-size: 13px;
    height: 35px !important;
    border: 1px solid #D9D9D9;
    background-color: #004EA2;
    color: white;
    font-weight: 600;
}

    .btn-pdf:hover[b-hz1bycr6p1] {
        border: 1px solid black;
    }

table[b-hz1bycr6p1] {
    page-break-inside: auto;
}

tr[b-hz1bycr6p1] {
    page-break-inside: avoid;
    page-break-after: auto;
}
.invisible-for-pdf[b-hz1bycr6p1] {
    opacity: 0;
    pointer-events: none;
}

#pdfContainer[b-hz1bycr6p1] {
    position: fixed;
    top: 0;
    left: -2000px;
}
@media (max-width:600px) {
    .img-fluid[b-hz1bycr6p1] {
        width: 160px;
    }

    button[b-hz1bycr6p1] {
        font-size: 13px;
    }

    h6[b-hz1bycr6p1] {
        font-size: 15px;
    }

    h5[b-hz1bycr6p1], .form-label[b-hz1bycr6p1] {
        font-size: 13px;
    }

    p[b-hz1bycr6p1], .form-control[b-hz1bycr6p1], span[b-hz1bycr6p1], th[b-hz1bycr6p1], td[b-hz1bycr6p1] {
        font-size: 12px;
    }
    .btn-pdf[b-hz1bycr6p1], .btn-excel[b-hz1bycr6p1], .form-select[b-hz1bycr6p1], .form-control[b-hz1bycr6p1] {
        font-size: 10px;
    }

    .card[b-hz1bycr6p1] {
        margin-top: 0px !important;
    }
}

.custom-input-group[b-hz1bycr6p1] {
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.input-group-text[b-hz1bycr6p1] {
    border: none;
    background: white;
    color: #64748b;
    padding-left: 16px;
}



.custom-select[b-hz1bycr6p1],
.custom-input[b-hz1bycr6p1] {
    /*    height: 48px;   */
    border: 1px solid #dbe2ea;
    box-shadow: none !important;
    transition: 0.2s ease;
}

    .custom-select:focus[b-hz1bycr6p1],
    .custom-input:focus[b-hz1bycr6p1] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.12) !important;
    }

/* COUNT BOX */

.addon-count-box[b-hz1bycr6p1] {
    gap: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

/* ICON */

.count-icon[b-hz1bycr6p1] {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #004EA2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.btn-excel[b-hz1bycr6p1] {
    height: 40px;
    border: none;
    border-radius: 10px;
    background: #004EA2;
    color: white;
    font-weight: 600;
    transition: 0.25s ease;
}

    .btn-excel:hover[b-hz1bycr6p1] {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(0, 78, 162, 0.18);
        background: #004EA2;
        color: white;
    }

.report-card[b-hz1bycr6p1],
.addon-report-card[b-hz1bycr6p1] {
    height: 100%;
}

/* COMMON BUTTON */

.export-btn[b-hz1bycr6p1] {
    height: 40px;
    padding: 0 18px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: 0.25s ease;
}

/* EXCEL */

.excel-btn[b-hz1bycr6p1] {
    background: linear-gradient( 135deg, #107c41 0%, #16a34a 100% );
    color: white;
}

    .excel-btn:hover[b-hz1bycr6p1] {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(16, 124, 65, 0.2);
        color: white;
    }

/* PDF */

.pdf-btn[b-hz1bycr6p1] {
    background: linear-gradient( 135deg, #dc2626 0%, #ef4444 100% );
    color: white;
}

    .pdf-btn:hover[b-hz1bycr6p1] {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(220, 38, 38, 0.2);
        color: white;
    }

/* ICON */

.export-btn i[b-hz1bycr6p1] {
    font-size: 1rem;
}

/* MOBILE */

@media (max-width: 576px) {

    .export-btn[b-hz1bycr6p1] {
        width: 100%;
        justify-content: center;
        height: 30px;
    }
}

@media (max-width: 768px) {

    .card-body[b-hz1bycr6p1] {
        padding: 1.2rem !important;
    }

    .custom-input[b-hz1bycr6p1] {
        height: 46px;
    }
}


/* WRAPPER */

.employee-search-wrapper[b-hz1bycr6p1] {
    width: 100%;
}

/* INPUT GROUP */

.custom-input-group[b-hz1bycr6p1] {
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    overflow: hidden;
    background: white;
}

    .custom-input-group:focus-within[b-hz1bycr6p1] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.12);
    }

/* INPUT */

.custom-input[b-hz1bycr6p1] {
    border: none;
    height: 48px;
    box-shadow: none !important;
}

/* ICON */

.input-group-text[b-hz1bycr6p1] {
    border: none;
    background: white;
    color: #64748b;
}

/* DROPDOWN */

.search-dropdown[b-hz1bycr6p1] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: white;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    max-height: 280px;
    overflow-y: auto;
    z-index: 1055;
}

/* ITEM */

.search-item[b-hz1bycr6p1] {
    padding: 12px 16px;
    cursor: pointer;
    transition: 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

    .search-item:last-child[b-hz1bycr6p1] {
        border-bottom: none;
    }

    .search-item:hover[b-hz1bycr6p1] {
        background: rgba(0, 78, 162, 0.05);
    }
/* /Components/AdminPanel/RoleAssign.razor.rz.scp.css */
.add[b-znp0vwpjom] {
    background-color: #29A35A;
    color: white;
}
.add th[b-znp0vwpjom] {
    background-color: #29A35A;
    color: white;
}
    .add:hover[b-znp0vwpjom] {
        color: white;
        background-color: #03274d;
    }
.form-select:focus[b-znp0vwpjom],
.form-control:focus[b-znp0vwpjom] {
    box-shadow: none;
    outline: none;
}

@media (max-width:700px) {
    .add[b-znp0vwpjom] {
        font-size: 12px;
    }
}

.table-scroll[b-znp0vwpjom] {
    max-height: 420px;
    overflow-y: auto;
}

    .table-scroll thead th[b-znp0vwpjom] {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }
@media (max-width:600px) {
    .img-fluid[b-znp0vwpjom] {
        width: 160px;
    }

    button[b-znp0vwpjom] {
        font-size: 13px;
    }

    h6[b-znp0vwpjom] {
        font-size: 15px;
    }

    h5[b-znp0vwpjom], .form-label[b-znp0vwpjom] {
        font-size: 13px;
    }

    p[b-znp0vwpjom], .form-control[b-znp0vwpjom], span[b-znp0vwpjom], th[b-znp0vwpjom], td[b-znp0vwpjom] {
        font-size: 12px;
    }
    .input-group[b-znp0vwpjom] {
        width: 140px;
    }
    .table-scroll[b-znp0vwpjom] {
        max-height: 220px;
        overflow-y: auto;
    }
}

.custom-table[b-znp0vwpjom] {
/*    border-radius: 10px;*/
    overflow: hidden;

}

    .custom-table thead[b-znp0vwpjom] {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .custom-table tbody tr[b-znp0vwpjom] {
        transition: all 0.2s ease;
    }

        .custom-table tbody tr:hover[b-znp0vwpjom] {
            background-color: #f1f5ff;
        }

.role-pill[b-znp0vwpjom] {
    background: #eef4ff;
    color: #004EA2;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.action-btn[b-znp0vwpjom] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0;
}

    .action-btn i[b-znp0vwpjom] {
        font-size: 14px;
    }

.edit-btn[b-znp0vwpjom] {
    background-color: #eef4ff;
    color: #004EA2;
}

    .edit-btn:hover[b-znp0vwpjom] {
        background-color: #dbe8ff;
    }

.delete-btn[b-znp0vwpjom] {
    background-color: #ffecec;
    color: #dc3545;
}

    .delete-btn:hover[b-znp0vwpjom] {
        background-color: #ffd6d6;
    }

.badge[b-znp0vwpjom] {
    font-size: 13px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .custom-table th[b-znp0vwpjom],
    .custom-table td[b-znp0vwpjom] {
        font-size: 12px;
        padding: 6px;
    }

    .action-btn[b-znp0vwpjom] {
        width: 28px;
        height: 28px;
    }
}
.modal-overlay[b-znp0vwpjom] {
    background: rgba(0, 0, 0, 0.4);
}

.custom-input[b-znp0vwpjom] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .custom-input:focus[b-znp0vwpjom] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.25);
    }

.form-check-input:checked[b-znp0vwpjom] {
    background-color: #004EA2;
    border-color: #004EA2;
}

.add[b-znp0vwpjom] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-znp0vwpjom] {
        background-color: #03274d;
        color: white;
    }

@media (max-width: 576px) {
    .modal-dialog[b-znp0vwpjom] {
        margin: 1rem;
    }
}
table thead th[b-znp0vwpjom] {
    background-color: #004EA2 !important;
    color: white !important;
}
/* /Components/AdminPanel/SnacksModule.razor.rz.scp.css */
.add[b-pzin8ubyme] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-pzin8ubyme] {
        color: white;
        background-color: #03274d;
    }

@media (max-width:768px) {
    .img-fluid[b-pzin8ubyme] {
        width: 160px;
    }

    button[b-pzin8ubyme] {
        font-size: 8px;
    }

    h6[b-pzin8ubyme] {
        font-size: 15px;
    }

    h5[b-pzin8ubyme], .form-label[b-pzin8ubyme] {
        font-size: 13px;
    }

    p[b-pzin8ubyme], .form-control[b-pzin8ubyme], span[b-pzin8ubyme], th[b-pzin8ubyme], td[b-pzin8ubyme] {
        font-size: 12px;
    }

    .btn-pdf[b-pzin8ubyme], .btn-excel[b-pzin8ubyme], .form-select .badge[b-pzin8ubyme] {
        font-size: 10px !important;
    }
}

/* Overlay */
.modal-overlay[b-pzin8ubyme] {
    background: rgba(0, 0, 0, 0.4);
}

/* Inputs */
.custom-input[b-pzin8ubyme] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .custom-input:focus[b-pzin8ubyme] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.25);
    }

/* Switch */
.form-check-input:checked[b-pzin8ubyme] {
    background-color: #004EA2;
    border-color: #004EA2;
}

/* Button */
.add[b-pzin8ubyme] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-pzin8ubyme] {
        background-color: #03274d;
        color: white;
    }

/* Mobile */
@media (max-width: 576px) {
    .modal-dialog[b-pzin8ubyme] {
        margin: 1rem;
    }
}

/* Table */
.custom-table[b-pzin8ubyme] {
    border-radius: 10px;
    overflow: hidden;
}

    .custom-table thead[b-pzin8ubyme] {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .custom-table tbody tr[b-pzin8ubyme] {
        transition: all 0.2s ease;
    }

        .custom-table tbody tr:hover[b-pzin8ubyme] {
            background-color: #f1f5ff;
        }

/* Price */
.price-tag[b-pzin8ubyme] {
    background: #f1f3f5;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

/* Location */
.location-pill[b-pzin8ubyme] {
    background: #eef4ff;
    color: #004EA2;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

/* Buttons */
.action-btn[b-pzin8ubyme] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    transition: all 0.2s ease;
}

.edit-btn[b-pzin8ubyme] {
    background-color: #eef4ff;
    color: #004EA2;
}

    .edit-btn:hover[b-pzin8ubyme] {
        background-color: #dbe8ff;
    }

.delete-btn[b-pzin8ubyme] {
    background-color: #ffecec;
    color: #dc3545;
}

    .delete-btn:hover[b-pzin8ubyme] {
        background-color: #ffd6d6;
    }

/* Badge */
.badge[b-pzin8ubyme] {
    font-size: 13px;
    border-radius: 20px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .custom-table th[b-pzin8ubyme],
    .custom-table td[b-pzin8ubyme] {
        font-size: 12px;
        padding: 6px;
    }

    .action-btn[b-pzin8ubyme] {
        width: 30px;
        height: 30px;
    }
    .badge[b-pzin8ubyme] {
        font-size: 10px;
     
    }
}
/* /Components/AdminPanel/TimeSlot.razor.rz.scp.css */
.add[b-5eyqucixcu] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-5eyqucixcu] {
        color: white;
        background-color: #03274d;
    }
@media (max-width:600px) {
    .img-fluid[b-5eyqucixcu] {
        width: 160px;
    }

    button[b-5eyqucixcu] {
        font-size: 13px;
    }

    h6[b-5eyqucixcu] {
        font-size: 15px;
    }

    h5[b-5eyqucixcu], .form-label[b-5eyqucixcu] {
        font-size: 13px;
    }

    .form-control[b-5eyqucixcu], span[b-5eyqucixcu], p[b-5eyqucixcu] , label[b-5eyqucixcu] {
        font-size: 12px;
    }

    .action-btn[b-5eyqucixcu] {
        width: 30px;
        height: 30px;
    }
        .action-btn i[b-5eyqucixcu] {
            font-size: 8px;
            line-height: 1;
        }
    .card[b-5eyqucixcu] {
        height: 270px !important;
    }
}
	.btn:focus[b-5eyqucixcu] {
	box-shadow: none;
	}

.save-btn[b-5eyqucixcu] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004EA2;
    color: #fff;
    border-radius: 6px;
    padding: 0;
}

    .save-btn:hover[b-5eyqucixcu] {
        background-color: #22223b;
    }

.form-control[b-5eyqucixcu] {
    height: 36px;
}

@media (max-width: 768px) {
    .save-btn[b-5eyqucixcu] {
        width: 30px;
        height: 30px;
    }
}
.action-btn[b-5eyqucixcu] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    transition: all 0.2s ease;
}

.edit-btn[b-5eyqucixcu] {
    background-color: #eef4ff;
    color: #0d6efd;
}

    .edit-btn:hover[b-5eyqucixcu] {
        background-color: #dbe8ff;
    }
@media (max-width: 576px) {
    .modal-content[b-5eyqucixcu] {
        border-radius: 0;
    }

    .modal-body[b-5eyqucixcu] {
        padding: 1rem;
    }

    .badge[b-5eyqucixcu] {
        font-size: 10px;
    }
}
.card[b-5eyqucixcu] {
    height: 325px;
}

/* /Components/EmployeePanel/EmpMealForm.razor.rz.scp.css */
/*.add {
    background-color: #004EA2;
    color: white;
}

    .add:hover {
        color: white;
        background-color: #03274d;
        border: 1px solid black;
    }

.light {
    background-color: white;
    border: 1px solid black;
}

    .light:hover {
        font-weight: 300;
        border: 1px solid #004EA2;
    }


.form-select option .active {
    color: grey;
}

.nav {
    border-radius: 20px;
    padding: 2px 2px;
    background-color: #29A35A;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.main-content {
    margin-top: 80px;
}

.main-card {
    width: 700px;
}

.meal-card {
    width: 400px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px;
}

@media (max-width:760px) {
    .main-card {
        width: 290px;
        font-size: 12px;
        padding: 0px;
    }

    .meal-card {
        width: 290px;
        font-size: 12px;
        padding: 0px;
    }

    span {
        font-size: 12px;
    }

    .main-content {
        margin-top: 70px;
    }
}


@media (max-width:600px) {
    button {
        font-size: 13px;
    }

    h5 {
        font-size: 15px;
    }
}

.nav-link {
    color: white;
}

    .nav-link:hover {
        color: white;
        font-weight: 600;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: white;
    border-radius: 15px;
    color: black;
    font-weight: 500;
}

@media (max-width:767px) {
    button {
        font-size: 13px;
    }

    h5 {
        font-size: 15px;
    }
}


.form-check-input:checked {
    background-color: black;
    border-color: black;
}

.form-select option .active {
    color: grey;
}

.valid-card {
    background-color: #e9fce9;
    border: 1px solid #bcf5bc;
    color: black;
}

.btn:focus {
    box-shadow: none;
}

input:focus {
    box-shadow: none;
}

.btn-validate {
    background-color: #29A35A;
    color: white;
}

    .btn-validate:hover {
        background-color: #217844;
        color: white;
    }

.EmpModule {
    min-height: 100dvh;
    width: 100%;
    background-color: #f0f0f0 !important;
    overflow-x: hidden;
}

.img-fluid {
    width: 225px;
}

.nav-col {
    padding-right: 110px !important;
}

@media (max-width:600px) {
    .img-fluid {
        width: 160px;
    }

    button {
        font-size: 13px;
    }

    h6 {
        font-size: 15px;
    }

    h5, .form-label {
        font-size: 13px;
    }

    .form-control, span, p, .form-select {
        font-size: 12px;
    }

    .nav-link {
        font-size: 12px;
    }

    .nav-col {
        padding-right: 65px !important;
    }
}

.warning-container {
    width: 100%;
    overflow: hidden;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 6px;
    padding: 6px 0;
}

.warning-text {
    display: inline-block;
    white-space: nowrap;
    color: #856404;
    font-weight: 600;
    padding-left: 100%;
    animation: scrollText 10s linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}


button:focus {
    box-shadow: none;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    outline: none;
}

.list-group-item:hover {
    background-color: #f8f9fa;
    transition: 0.2s;
}
*/



.profile-page[b-1nqukzpfp8] {
    background: #f5f7fb;
    min-height: 100%;
}

/* CARD */

.card[b-1nqukzpfp8] {
    border-radius: 10px;
}

.info-item[b-1nqukzpfp8] {
    margin-bottom: 1rem;
}

    .info-item label[b-1nqukzpfp8] {
        display: block;
        font-size: 0.75rem;
        font-weight: 600;
        color: #94a3b8;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .info-item p[b-1nqukzpfp8] {
        margin: 0;
        color: #0f172a;
        font-weight: 500;
    }

    .info-item i[b-1nqukzpfp8] {
        margin-right: 8px;
        color: #64748b;
    }

/* PLAN */

.plan-box[b-1nqukzpfp8] {
    background: #fff8e8;
    border: 1px solid #f4e2b5;
    border-radius: 14px;
    padding: 14px;
}

.plan-icon[b-1nqukzpfp8] {
    width: 42px;
    height: 42px;
    background: #ffe7b2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #d97706;
}

/* ACTIVITY */

.activity-card .card-body[b-1nqukzpfp8] {
    padding: 0 1.5rem 1.5rem;
}

.activity-item[b-1nqukzpfp8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e7eb;
}

.activity-date[b-1nqukzpfp8] {
    min-width: 70px;
    text-align: center;
    color: #64748b;
}

    .activity-date strong[b-1nqukzpfp8] {
        display: block;
        font-size: 1.3rem;
        color: #334155;
    }

.activity-content[b-1nqukzpfp8] {
    flex: 1;
}

    .activity-content h6[b-1nqukzpfp8] {
        margin-bottom: 4px;
        font-weight: 700;
        color: #111827;
    }

    .activity-content small[b-1nqukzpfp8] {
        color: #64748b;
    }

.activity-price[b-1nqukzpfp8] {
    text-align: right;
}

    .activity-price h6[b-1nqukzpfp8] {
        margin-bottom: 4px;
        font-weight: 700;
        color: #111827;
    }

    .activity-price small[b-1nqukzpfp8] {
        color: #64748b;
    }

/* VIEW LINK */

.view-link[b-1nqukzpfp8] {
    text-decoration: none;
    color: #f59e0b;
    font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {

    .activity-item[b-1nqukzpfp8] {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .activity-price[b-1nqukzpfp8] {
        width: 100%;
        text-align: left;
        padding-left: 88px;
    }
}

@media (max-width: 767.98px) {

 
    .activity-item[b-1nqukzpfp8] {
        gap: 12px;
    }

    .activity-date[b-1nqukzpfp8] {
        min-width: 55px;
    }

    .activity-price[b-1nqukzpfp8] {
        padding-left: 68px;
    }
}

.add[b-1nqukzpfp8] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-1nqukzpfp8] {
        color: white;
        background-color: #03274d;
        border: 1px solid black;
    }

.light[b-1nqukzpfp8] {
    background-color: white;
    border: 1px solid black;
}

    .light:hover[b-1nqukzpfp8] {
        font-weight: 300;
        border: 1px solid #004EA2;
    }


.form-select option .active[b-1nqukzpfp8] {
    color: grey;
}

.nav[b-1nqukzpfp8] {
    border-radius: 20px;
    padding: 2px 2px;
    background-color: #29A35A;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.main-content[b-1nqukzpfp8] {
    margin-top: 80px;
}

/*.main-card {
    width: 700px;
}

.meal-card {
    width: 400px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px;
}*/

@media (max-width:760px) {
    .main-card[b-1nqukzpfp8] {
        width: 290px;
        font-size: 12px;
        padding: 0px;
    }

    .meal-card[b-1nqukzpfp8] {
        width: 290px;
        font-size: 12px;
        padding: 0px;
    }

    span[b-1nqukzpfp8] {
        font-size: 12px;
    }

    .main-content[b-1nqukzpfp8] {
        margin-top: 70px;
    }
}


@media (max-width:600px) {
    button[b-1nqukzpfp8] {
        font-size: 13px;
    }

    h5[b-1nqukzpfp8] {
        font-size: 15px;
    }
}

.nav-link[b-1nqukzpfp8] {
    color: white;
}

    .nav-link:hover[b-1nqukzpfp8] {
        color: white;
        font-weight: 600;
    }

.nav-pills .nav-link.active[b-1nqukzpfp8], .nav-pills .show > .nav-link[b-1nqukzpfp8] {
    background-color: white;
    border-radius: 15px;
    color: black;
    font-weight: 500;
}

@media (max-width:767px) {
    button[b-1nqukzpfp8] {
        font-size: 13px;
    }

    h5[b-1nqukzpfp8] {
        font-size: 15px;
    }
}


.form-check-input:checked[b-1nqukzpfp8] {
    background-color: black;
    border-color: black;
}

.form-select option .active[b-1nqukzpfp8] {
    color: grey;
}

.valid-card[b-1nqukzpfp8] {
    background-color: #e9fce9;
    border: 1px solid #bcf5bc;
    color: black;
}

.btn:focus[b-1nqukzpfp8] {
    box-shadow: none;
}

input:focus[b-1nqukzpfp8] {
    box-shadow: none;
}

.btn-validate[b-1nqukzpfp8] {
    background-color: #29A35A;
    color: white;
}

    .btn-validate:hover[b-1nqukzpfp8] {
        background-color: #217844;
        color: white;
    }

.EmpModule[b-1nqukzpfp8] {
    min-height: 100dvh;
    width: 100%;
    background-color: #f0f0f0 !important;
    overflow-x: hidden;
}

.img-fluid[b-1nqukzpfp8] {
    width: 225px;
}

.nav-col[b-1nqukzpfp8] {
    padding-right: 110px !important;
}

@media (max-width:600px) {
    .img-fluid[b-1nqukzpfp8] {
        width: 160px;
    }

    button[b-1nqukzpfp8] {
        font-size: 13px;
    }

    h6[b-1nqukzpfp8] {
        font-size: 15px;
    }

    h5[b-1nqukzpfp8], .form-label[b-1nqukzpfp8] {
        font-size: 13px;
    }

    .form-control[b-1nqukzpfp8], span[b-1nqukzpfp8], p[b-1nqukzpfp8], .form-select[b-1nqukzpfp8] {
        font-size: 12px;
    }

    .nav-link[b-1nqukzpfp8] {
        font-size: 12px;
    }

    .nav-col[b-1nqukzpfp8] {
        padding-right: 65px !important;
    }
}

.warning-container[b-1nqukzpfp8] {
    width: 100%;
    overflow: hidden;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 6px;
    padding: 6px 0;
}

.warning-text[b-1nqukzpfp8] {
    display: inline-block;
    white-space: nowrap;
    color: #856404;
    font-weight: 600;
    padding-left: 100%;
    animation: scrollText-b-1nqukzpfp8 10s linear infinite;
}

@keyframes scrollText-b-1nqukzpfp8 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}


button:focus[b-1nqukzpfp8] {
    box-shadow: none;
}

.form-select:focus[b-1nqukzpfp8],
.form-control:focus[b-1nqukzpfp8] {
    box-shadow: none;
    outline: none;
}

.list-group-item:hover[b-1nqukzpfp8] {
    background-color: #f8f9fa;
    transition: 0.2s;
}

.meal-request-card[b-1nqukzpfp8] {
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    /*    height: 540px;*/
    height: 100%;
}

    /* HEADER */

    .meal-request-card .card-header[b-1nqukzpfp8] {
        padding: 1.25rem 1.5rem;
        border-bottom: 1px solid #f1f5f9 !important;
    }

/* ICON */

.meal-icon-box[b-1nqukzpfp8] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #004EA2, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    box-shadow: 0 8px 20px rgba(0, 78, 162, 0.18);
}

/* CLOSE BUTTON */

.btn-close-custom[b-1nqukzpfp8] {
    width: 38px;
    height: 38px;
    border: none;
    background: #f8fafc;
    border-radius: 12px;
    color: #64748b;
    transition: 0.2s ease;
}

    .btn-close-custom:hover[b-1nqukzpfp8] {
        background: #eef2ff;
        color: #004EA2;
    }

/* SECTION */

.form-section[b-1nqukzpfp8] {
    margin-bottom: 1.8rem;
}

.section-label[b-1nqukzpfp8] {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

/* BUTTON GROUP */

.selection-group[b-1nqukzpfp8] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* OPTION BUTTON */

.selection-btn[b-1nqukzpfp8] {
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
    color: #334155;
    font-weight: 600;
}

    .selection-btn i[b-1nqukzpfp8] {
        font-size: 1.1rem;
    }

    .selection-btn:hover[b-1nqukzpfp8] {
        border-color: #004EA2;
        background: #f8fbff;
        transform: translateY(-2px);
    }

    .selection-btn.active[b-1nqukzpfp8] {
        background: linear-gradient(135deg, #004EA2, #2563eb);
        color: white;
        border-color: transparent;
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
    }

    .selection-btn:disabled[b-1nqukzpfp8] {
        opacity: 0.55;
        cursor: not-allowed;
        transform: none;
    }


.validate-btn[b-1nqukzpfp8] {
    height: 45px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #004EA2, #2563eb);
    color: white;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.25s ease;
}

    .validate-btn:hover[b-1nqukzpfp8] {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
        background: linear-gradient(135deg, #004EA2, #2563eb);
        color: white;
    }


@media (max-width: 768px) {

    .meal-request-card .card-header[b-1nqukzpfp8] {
        padding: 1rem;
    }

    .meal-request-card .card-body[b-1nqukzpfp8] {
        padding: 1rem !important;
    }


    .selection-btn[b-1nqukzpfp8] {
        width: 100px;
        min-width: 10%;
        gap: 5px;
        justify-content: center;
    }

    .selection-group[b-1nqukzpfp8] {
/*        display: d-flex;*/
        justify-content:flex-start;
        flex-wrap: nowrap;
        gap: 5px;
    }

    .validate-btn[b-1nqukzpfp8] {
        height: 40px;
        border-radius: 10px;
    }
}

/* COMMON CARD */

.meal-transaction-card[b-1nqukzpfp8],
.coupon-card[b-1nqukzpfp8] {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.25s ease;
}

    .meal-transaction-card:hover[b-1nqukzpfp8],
    .coupon-card:hover[b-1nqukzpfp8] {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(0,0,0,0.08) !important;
    }

/* HEADERS */

.transaction-header[b-1nqukzpfp8],
.coupon-header[b-1nqukzpfp8] {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: white;
}

.transaction-header[b-1nqukzpfp8] {
    background: linear-gradient(135deg, #29A35A, #4CCB7D);
}

.coupon-header[b-1nqukzpfp8] {
        background: linear-gradient( 135deg, #0f172a 0%, #1e293b 100% );
}

/* ICON */

.transaction-icon[b-1nqukzpfp8],
.coupon-icon[b-1nqukzpfp8] {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

/* BODY */

.meal-transaction-card .card-body[b-1nqukzpfp8],
.coupon-card .card-body[b-1nqukzpfp8] {
    padding: 10px;
}

/* INFO */

.info-row[b-1nqukzpfp8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

    .info-row:last-child[b-1nqukzpfp8] {
        border-bottom: none;
    }

/* LABEL */

.info-label[b-1nqukzpfp8] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
}

/* VALUE */

.info-value[b-1nqukzpfp8] {
    font-weight: 600;
    color: #0f172a;
}

/* BADGES */

.meal-badge[b-1nqukzpfp8],
.coupon-badge[b-1nqukzpfp8],
.guest-badge[b-1nqukzpfp8] {
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

/* MEAL */

.meal-badge[b-1nqukzpfp8] {
    background: rgba(0, 78, 162, 0.08);
    color: #004EA2;
}

/* COUPON */

.coupon-badge[b-1nqukzpfp8] {
    background: rgba(41, 163, 90, 0.12);
    color: #1d7f46;
}

/* GUEST */

.guest-badge[b-1nqukzpfp8] {
    background: #fef3c7;
    color: #d97706;
    margin-left: 8px;
}

/* PRICE BOX */

.coupon-price-box[b-1nqukzpfp8] {
    background: linear-gradient( 135deg, rgba(0, 78, 162, 0.06), rgba(41, 163, 90, 0.05) );
    border-radius: 18px;
    padding: 5px;
    text-align: center;
}

.price-label[b-1nqukzpfp8] {
    display: block;
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.price-value[b-1nqukzpfp8] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 800;
    color: #004EA2;
}

/* MOBILE */

@media (max-width: 768px) {

    .transaction-header[b-1nqukzpfp8],
    .coupon-header[b-1nqukzpfp8] {
        padding: 10px;
    }

    .meal-transaction-card .card-body[b-1nqukzpfp8],
    .coupon-card .card-body[b-1nqukzpfp8] {
        padding: 18px;
    }

    .info-value[b-1nqukzpfp8] {
        width: 100%;
    }

    .price-value[b-1nqukzpfp8] {
        font-size: 1.7rem;
    }
}
/* /Components/EmployeePanel/EmpProfile.razor.rz.scp.css */
.employee-edit-page[b-6c343s2ow3] {
    background: #f5f7fb;
    min-height: 100vh;
}

/* CARD */

.edit-card[b-6c343s2ow3] {
    border-radius: 10px;
    overflow: hidden;
}

/* BACK LINK */

.back-link[b-6c343s2ow3] {
    color: #64748b;
    font-weight: 500;
    transition: 0.2s ease;
}

    .back-link:hover[b-6c343s2ow3] {
        color: #004EA2;
    }

/* BUTTONS */

.action-btn[b-6c343s2ow3] {
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid #dbe2ea;
}

.save-btn[b-6c343s2ow3] {
    border: none;
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 600;
    background: linear-gradient(135deg, #004EA2, #2563eb);
    color: white;
    transition: 0.25s ease;
}

    .save-btn:hover[b-6c343s2ow3] {
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(37,99,235,0.18);
        color: white;
    }

/* PROFILE */

.profile-upload-section[b-6c343s2ow3] {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*.profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-image-container {
    position: relative;
    width: fit-content;
}

.remove-photo-btn {
    margin-top: 8px;
    padding: 0;
    font-size: 13px;
    text-decoration: none;
}*/

.profile-wrapper[b-6c343s2ow3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profile-container[b-6c343s2ow3] {
    position: relative;
    width: 140px;
    height: 140px;
}

.profile-image[b-6c343s2ow3],
.default-profile-circle[b-6c343s2ow3] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.default-profile-circle[b-6c343s2ow3] {
    /*    background: linear-gradient(135deg, #0d6efd, #4f8cff);*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid grey;
}

.profile-initial[b-6c343s2ow3] {
    color: white;
    font-size: 48px;
    font-weight: 600;
}

.camera-btn[b-6c343s2ow3] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    transition: all .2s ease;
}

    .camera-btn:hover[b-6c343s2ow3] {
        transform: scale(1.1);
        background: #0b5ed7;
    }

    .camera-btn i[b-6c343s2ow3] {
        font-size: 16px;
    }

.btn-outline-danger[b-6c343s2ow3] {
    border-radius: 20px;
    padding: 6px 16px;
}



/*.profile-upload-section {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.profile-wrapper {
    position: relative;
    width: fit-content;
}

.profile-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.edit-image-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #004EA2;
    color: white;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 3px solid white;
    transition: 0.2s ease;
}

    .edit-image-btn:hover {
        background: #2563eb;
        color: white;
    }*/

/* FORM */

.form-label[b-6c343s2ow3] {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.custom-input[b-6c343s2ow3] {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #dbe2ea;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: 0.2s ease;
}

    .custom-input:focus[b-6c343s2ow3] {
        border-color: #004EA2;
        box-shadow: 0 0 0 0.15rem rgba(0,78,162,0.12);
    }

@media (max-width: 768px) {

    .employee-edit-page[b-6c343s2ow3] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .edit-card .card-body[b-6c343s2ow3] {
        padding: 1.5rem !important;
    }

    .profile-upload-section[b-6c343s2ow3] {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-image[b-6c343s2ow3] {
        width:130px;
        height: 130px;
    }
    .camera-btn[b-6c343s2ow3] {
        bottom: 10px;
        right: 8px;
    }
    .save-btn[b-6c343s2ow3],
    .action-btn[b-6c343s2ow3] {
        width: 100%;
        padding: 0px 20px;
    }
}

.edit-btn[b-6c343s2ow3] {
    width: 55px;
    border: 1px solid #dbe2ea;
    border-left: 0;
    background: #f8fafc;
    color: #004EA2;
    border-radius: 0 12px 12px 0 !important;
    transition: 0.2s ease;
}

    .edit-btn:hover[b-6c343s2ow3] {
        background: #004EA2;
        color: white;
    }

.profile-initial[b-6c343s2ow3] {
    font-size: 2.8rem;
    font-weight: 700;
    color: #29a35a;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    user-select: none;
}


.reset-password-card[b-6c343s2ow3] {
    border-radius: 20px;
    overflow: hidden;
}

/* ICON */

.password-icon-box[b-6c343s2ow3] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #004EA2, #2563eb);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 24px rgba(0, 78, 162, 0.18);
}

/* PASSWORD INPUT */

.password-group[b-6c343s2ow3] {
    border-radius: 12px;
    overflow: hidden;
}

    .password-group .custom-input[b-6c343s2ow3] {
        border-right: 0;
    }

.password-toggle-btn[b-6c343s2ow3] {
    border: 1px solid #dbe2ea;
    border-left: 0;
    background: #f8fafc;
    color: #64748b;
    width: 55px;
}

    .password-toggle-btn:hover[b-6c343s2ow3] {
        background: #eef4ff;
        color: #004EA2;
    }

/* RESET BUTTON */

.reset-btn[b-6c343s2ow3] {
    height: 50px;
    padding: 0 24px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #004EA2, #2563eb);
    color: white;
    font-weight: 600;
    transition: 0.25s ease;
}

    .reset-btn:hover[b-6c343s2ow3] {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
        color: white;
    }

/* RESPONSIVE */

@media (max-width: 768px) {

    .reset-password-card .card-body[b-6c343s2ow3] {
        padding: 1.25rem !important;
    }

    .reset-btn[b-6c343s2ow3] {
        width: 100%;
    }
    p[b-6c343s2ow3] {
        font-size: small;
    }
    .profile-info-icon-box[b-6c343s2ow3] {
        border-radius: 5px;
    }
}

.profile-info-icon-box[b-6c343s2ow3] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #004EA2, #2563eb);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 24px rgba(0, 78, 162, 0.18);
}
/* /Components/EmployeePanel/MealsDetails.razor.rz.scp.css */
.section-header[b-ac0q1ea7pt] {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* SECTION ICON */

.section-icon[b-ac0q1ea7pt] {

     width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #004EA2, #2563eb);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 24px rgba(0, 78, 162, 0.18);
}

/* CARD */

.info-card[b-ac0q1ea7pt] {
    border-radius: 20px;
    transition: 0.25s ease;
}

    .info-card:hover[b-ac0q1ea7pt] {
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.08) !important;
    }

/* ITEM ICON */

.item-icon[b-ac0q1ea7pt] {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #004EA2, #2563eb);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 24px rgba(0, 78, 162, 0.18);
}

/* TITLE */

.item-title[b-ac0q1ea7pt] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

/* PRICE */

.item-price[b-ac0q1ea7pt] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #004EA2;
}

/* TABLE */

.price-table-card[b-ac0q1ea7pt] {
    border-radius: 20px;
    overflow: hidden;
}

.table thead[b-ac0q1ea7pt] {
    background: #f8fafc;
}

    .table thead th[b-ac0q1ea7pt] {
        padding: 18px;
        font-weight: 700;
        color: #334155;
        border-bottom: 1px solid #e5e7eb;
    }

.table tbody td[b-ac0q1ea7pt] {
    padding: 18px;
    vertical-align: middle;
}

/* COUPON */

.coupon-badge[b-ac0q1ea7pt] {
    background: rgba(0, 78, 162, 0.08);
    color: #004EA2;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* BADGES */

.badge[b-ac0q1ea7pt] {
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 768px) {

    .section-header[b-ac0q1ea7pt] {
        align-items: flex-start;
    }

    .table thead[b-ac0q1ea7pt] {
        display: none;
    }

    .table tbody tr[b-ac0q1ea7pt] {
        display: block;
        margin-bottom: 16px;
        border-bottom: 1px solid #e5e7eb;
    }

    .table tbody td[b-ac0q1ea7pt] {
        display: flex;
        justify-content: space-between;
        padding: 12px 16px;
    }

        .table tbody td[b-ac0q1ea7pt]::before {
            font-weight: 600;
            color: #64748b;
        }

        .table tbody td:nth-child(1)[b-ac0q1ea7pt]::before {
            content: "Meal";
        }

        .table tbody td:nth-child(2)[b-ac0q1ea7pt]::before {
            content: "Coupon";
        }

        .table tbody td:nth-child(3)[b-ac0q1ea7pt]::before {
            content: "Price";
        }

        .table tbody td:nth-child(4)[b-ac0q1ea7pt]::before {
            content: "Status";
        }
}
/* TABLE CARD */

.table-card[b-ac0q1ea7pt] {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

/* HEADER */

.table-header[b-ac0q1ea7pt] {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    /*    background: linear-gradient( 135deg, rgba(0, 78, 162, 1) 0%, rgba(0, 110, 190, 0.96) 70%, rgba(41, 163, 90, 0.18) 100% );*/
    /*    background: #004EA2;*/
    background: #29A35A;
    color: white;
}

/* SMALL ICON */

.section-icon-sm[b-ac0q1ea7pt] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* TABLE */

.custom-table thead[b-ac0q1ea7pt] {
    background: #f8fafc;
}

    .custom-table thead th[b-ac0q1ea7pt] {
        padding: 16px 18px;
        border-bottom: 1px solid #e5e7eb;
        color: #475569;
        font-weight: 700;
        white-space: nowrap;
    }

.custom-table tbody td[b-ac0q1ea7pt] {
    padding: 16px 18px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}

/* ITEM ICON */

.table-item-icon[b-ac0q1ea7pt] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(0, 78, 162, 0.08);
    color: #004EA2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BADGES */

.badge[b-ac0q1ea7pt] {
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: 600;
}

/* MOBILE */

@media (max-width: 768px) {

    .table-header[b-ac0q1ea7pt] {
        padding: 16px;
    }

    .custom-table thead th[b-ac0q1ea7pt],
    .custom-table tbody td[b-ac0q1ea7pt] {
        padding: 14px;
    }

    .table-item-icon[b-ac0q1ea7pt] {
        width: 34px;
        height: 34px;
    }
}
/* /Components/EmployeePanel/MealTransactions.razor.rz.scp.css */
.add[b-fa7phlr8zm]{
    background-color: #004EA2;
    color: white;
}
    .add th[b-fa7phlr8zm] {
        background-color: #004EA2;
        color: white;
    }

.light[b-fa7phlr8zm] {
    background-color: white;
    border: 1px solid black;
}

    .light:hover[b-fa7phlr8zm] {
        font-weight: 500;
        border: 1px solid black;
    }
   
thead[b-fa7phlr8zm], tbody[b-fa7phlr8zm], tr[b-fa7phlr8zm] {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-scroll[b-fa7phlr8zm] {
    max-height: 700px;
    overflow-y: auto;
}
.table-scroll thead th[b-fa7phlr8zm] {
    background-color: #004EA2 !important;
    color: #fff !important;
}


.custom-table thead[b-fa7phlr8zm] {
    font-weight: 600;
    width:100%;
}

.custom-table tbody tr:hover[b-fa7phlr8zm] {
    background-color: #f1f5ff;
}

@media (max-width:600px) {
    .img-fluid[b-fa7phlr8zm] {
        width: 160px;
    } 

    h6[b-fa7phlr8zm] {
        font-size: 15px;
    }

    h5[b-fa7phlr8zm], .form-label[b-fa7phlr8zm] {
        font-size: 13px;
    }

    .form-control[b-fa7phlr8zm], span[b-fa7phlr8zm], p[b-fa7phlr8zm], .nav-link[b-fa7phlr8zm], th[b-fa7phlr8zm], td[b-fa7phlr8zm], button[b-fa7phlr8zm] {
        font-size: 12px;
    }
    .table-scroll[b-fa7phlr8zm] {
        max-height: 500px;
        overflow-y: auto;
    }
    th[b-fa7phlr8zm], td[b-fa7phlr8zm] {
        width: 100px;
        font-size: 12px;
    }
}
button:focus[b-fa7phlr8zm]{
    border:none;

}
/* /Components/OperatingPanel/GuestEntryPage.razor.rz.scp.css */
.add[b-jsqfe2ptjt] {
    background-color: #4a4e69;
    color: white;
}

    .add:hover[b-jsqfe2ptjt] {
        color: white;
        background-color: #03274d;
    }


.form-select option .active[b-jsqfe2ptjt] {
    color: grey;
}

.nav[b-jsqfe2ptjt] {
    border-radius: 20px;
    padding: 2px 2px;
    background: #4a4e69;
    position: relative;
    overflow: hidden;
    user-select: none;
}



.nav-link[b-jsqfe2ptjt] {
    color: white;
}

    .nav-link:hover[b-jsqfe2ptjt] {
        color: white;
        font-weight: 600;
    }


.nav-pills .nav-link.active[b-jsqfe2ptjt], .nav-pills .show > .nav-link[b-jsqfe2ptjt] {
    background-color: white;
    border-radius: 15px;
    color: black;
    font-weight: 500;
}

.form-check-input:checked[b-jsqfe2ptjt] {
    background-color: black;
    border-color: black;
}

.btn:focus[b-jsqfe2ptjt] {
    box-shadow: none;
}

input:focus[b-jsqfe2ptjt] {
    box-shadow: none;
}

.btn:hover[b-jsqfe2ptjt] {
    color: white;
    background-color: #22223b;
}
@media (max-width:600px) {
    .img-fluid[b-jsqfe2ptjt] {
        width: 160px;
    }

    button[b-jsqfe2ptjt] {
        font-size: 13px;
    }

    h6[b-jsqfe2ptjt] {
        font-size: 15px;
    }

    h5[b-jsqfe2ptjt], .form-label[b-jsqfe2ptjt] {
        font-size: 13px;
    }

    p[b-jsqfe2ptjt], .form-control[b-jsqfe2ptjt], span[b-jsqfe2ptjt] {
        font-size: 12px;
    }
}
/* /Components/OperatingPanel/MealSubmits.razor.rz.scp.css */

.form-check-input:checked[b-1arcpu2so5] {
    background-color: black;
    border-color: black;
}

.add[b-1arcpu2so5] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-1arcpu2so5] {
        color: white;
        background-color: #03274d;
    }

button:focus[b-1arcpu2so5] {
    box-shadow: none;
}

.form-select:focus[b-1arcpu2so5],
.form-control:focus[b-1arcpu2so5] {
    box-shadow: none;
    outline: none;
}

.main-card[b-1arcpu2so5] {
    height: 735px;
}

@media (max-width: 768px) {
    .main-card[b-1arcpu2so5] {
        height: 300px;
    }

}

    @media (max-width:600px) {
        button[b-1arcpu2so5] {
            font-size: 13px;
        }

        h6[b-1arcpu2so5] {
            font-size: 15px;
        }

        h5[b-1arcpu2so5], .form-label[b-1arcpu2so5] {
            font-size: 13px;
        }

        p[b-1arcpu2so5] {
            font-size: 12px;
        }

        .card-body[b-1arcpu2so5] {
            margin: 0px;
            overflow-y: auto;
            font-size: 12px;
            padding: 0px;
        }
    }

    .modal-content[b-1arcpu2so5] {
        border-radius: 12px;
    }

    .modal-header[b-1arcpu2so5] {
        border-bottom: none;
    }

    .modal-footer[b-1arcpu2so5] {
        border-top: none;
    }

    .form-label[b-1arcpu2so5] {
        font-weight: 500;
        margin-bottom: 4px;
    }

    hr[b-1arcpu2so5] {
        margin: 16px 0;
    }

    .action-btn[b-1arcpu2so5] {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        padding: 0;
        transition: all 0.2s ease;
    }

    .edit-btn[b-1arcpu2so5] {
        background-color: #eef4ff;
        color: #0d6efd;
    }

        .edit-btn:hover[b-1arcpu2so5] {
            background-color: #dbe8ff;
        }

    .delete-btn[b-1arcpu2so5] {
        background-color: #ffecec;
        color: #dc3545;
    }

        .delete-btn:hover[b-1arcpu2so5] {
            background-color: #ffd6d6;
        }

.search-dropdown[b-1arcpu2so5] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: white;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    max-height: 280px;
    overflow-y: auto;
    z-index: 1055;
}

.search-item[b-1arcpu2so5] {
    padding: 12px 16px;
    cursor: pointer;
    transition: 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

    .search-item:last-child[b-1arcpu2so5] {
        border-bottom: none;
    }

    .search-item:hover[b-1arcpu2so5] {
        background: rgba(0, 78, 162, 0.05);
    }
/* /Components/OperatingPanel/QrScanner.razor.rz.scp.css */
.validation-container[b-jfbj6rvkdc] {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.header[b-jfbj6rvkdc] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.scan-input[b-jfbj6rvkdc] {
    height: 55px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.result-section[b-jfbj6rvkdc] {
    padding: 20px;
    border-radius: 10px;
/*    min-height: 180px;*/
}

.meal-info[b-jfbj6rvkdc] {
    margin-top: 15px;
}

    .meal-info div[b-jfbj6rvkdc] {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .meal-info label[b-jfbj6rvkdc] {
        font-size: 14px;
        color: gray;
    }

    .meal-info span[b-jfbj6rvkdc] {
        font-size: 18px;
        font-weight: 600;
    }

.text-error[b-jfbj6rvkdc] {
    color: #dc3545;
    font-size: clamp(18px,2.5vw,26px);
    font-weight: 600;
}

/* Mobile optimization */
@media (max-width:768px) {

    .validation-container[b-jfbj6rvkdc] {
        padding: 10px;
    }

    .scan-input[b-jfbj6rvkdc] {
        height: 50px;
        font-size: 16px;
    }

    .result-section[b-jfbj6rvkdc] {
        padding: 15px;
    }

    .meal-info span[b-jfbj6rvkdc] {
        font-size: 16px;
    }
    
}
/* /Components/OperatingPanel/ScanMealPage.razor.rz.scp.css */
.add[b-yprnlja9ri] {
    background-color: #004EA2;
    color: white;
}

    .add:hover[b-yprnlja9ri] {
        color: white;
        background-color: #03274d;
        border: 1px solid black;
    }

.light[b-yprnlja9ri] {
    background-color: white;
    border: 1px solid black;
}

    .light:hover[b-yprnlja9ri] {
        font-weight: 500;
        border: 1px solid black;
    }


.form-select option .active[b-yprnlja9ri] {
    color: grey;
}

.nav[b-yprnlja9ri] {
    border-radius: 20px;
    padding: 2px 2px;
    background: #4a4e69;
    position: relative;
    overflow: hidden;
    user-select: none;
}
@media (max-width:600px) {
    button[b-yprnlja9ri] {
        font-size: 13px;
    }

    h5[b-yprnlja9ri] {
        font-size: 15px;
    }
}

.nav-link[b-yprnlja9ri] {
    color: white;
}

    .nav-link:hover[b-yprnlja9ri] {
        color: white;
        font-weight: 600;
    }

.nav-pills .nav-link.active[b-yprnlja9ri], .nav-pills .show > .nav-link[b-yprnlja9ri] {
    background-color: white;
    border-radius: 15px;
    color: black;
    font-weight: 500;
}

@media (max-width:767px) {
    button[b-yprnlja9ri] {
        font-size: 13px;
    }

    h5[b-yprnlja9ri] {
        font-size: 15px;
    }
}
.main-card[b-yprnlja9ri] {
    width: 50%;
}

@media (max-width:760px) {
    .main-card[b-yprnlja9ri] {
        width: max-content;
        padding: 0px;
    }
}

/*@media (max-width:760px) {
    .main {
        margin-top: 100px !important;
    }
}

.main {
    margin-top: 200px;
}*/

.form-check-input:checked[b-yprnlja9ri] {
    background-color: black;
    border-color: black;
}

.form-select option .active[b-yprnlja9ri] {
    color: grey;
}

.valid-card[b-yprnlja9ri] {
    background-color: #e9fce9;
    border: 1px solid #bcf5bc;
    color: black;
}

.btn:focus[b-yprnlja9ri] {
    box-shadow: none;
}

input:focus[b-yprnlja9ri] {
    box-shadow: none;
}

.btn-validate[b-yprnlja9ri] {
    background-color: #29A35A;
    color: white;
}

    .btn-validate:hover[b-yprnlja9ri] {
        background-color: #217844;
        color: white;
    }

.EmpModule[b-yprnlja9ri] {
    min-height: 100dvh;
    width: 100%;
    background-color: #f0f0f0 !important;
    overflow-x: hidden;
}

.img-fluid[b-yprnlja9ri] {
    width: 225px;
}
.cancel-button[b-yprnlja9ri]{
    height:35px;
    width:35px;
}
@media (max-width:600px) {
    .img-fluid[b-yprnlja9ri] {
        width: 160px;
    }

    button[b-yprnlja9ri] {
        font-size: 13px;
    }

    h6[b-yprnlja9ri] {
        font-size: 15px;
    }

    h5[b-yprnlja9ri], .form-label[b-yprnlja9ri] {
        font-size: 13px;
    }

    .form-control[b-yprnlja9ri], span[b-yprnlja9ri], p[b-yprnlja9ri] {
        font-size: 12px;
    }

    .nav-link[b-yprnlja9ri] {
        font-size: 12px;
    }
    .cancel-button[b-yprnlja9ri] {
        height: 25px;
        width:25px;
    }
}


.search-dropdown[b-yprnlja9ri] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: white;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    max-height: 280px;
    overflow-y: auto;
    z-index: 1055;
}

/* ITEM */

.search-item[b-yprnlja9ri] {
    padding: 12px 16px;
    cursor: pointer;
    transition: 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

    .search-item:last-child[b-yprnlja9ri] {
        border-bottom: none;
    }

    .search-item:hover[b-yprnlja9ri] {
        background: rgba(0, 78, 162, 0.05);
    }
/* /Components/OperatingPanel/SummaryPage.razor.rz.scp.css */
.add[b-wi4jq7vqqb] {
    background-color: #4a4e69;
    color: white;
}

    .add:hover[b-wi4jq7vqqb] {
        color: white;
        background-color: #03274d;
    }

.ttlSummary[b-wi4jq7vqqb] {
    border-radius: 5px;
}

.summary[b-wi4jq7vqqb] {
    background-color: #F2F2F2;
    border-radius: 10px;
}
@media (max-width:600px) {
    button[b-wi4jq7vqqb],p[b-wi4jq7vqqb] {
        font-size: 13px;
    }

    h5[b-wi4jq7vqqb] {
        font-size: 15px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/



@media (max-width: 600px) {
    .content[b-ziszgvetjl] {
        font-size: 13px !important;
    }

    .h5[b-ziszgvetjl], h5[b-ziszgvetjl] {
        font-size: 13px !important;
    }
}

/*.content {
    height: 900px;
}*/
/* /Pages/AdminPanel.razor.rz.scp.css */



:root[b-71zkv735u8] {
    --sidebar-bg: #004EA2;
    --sidebar-active: #29A35A;
    --sidebar-width: 200px;
    --sidebar-collapse-width: 50px;
}


.admin-wrapper[b-71zkv735u8] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}


.sidebar[b-71zkv735u8] {
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    background: #004EA2;
    color: white;
    transition: all 0.3s ease;
    min-height: 100vh;
/*    position: sticky;
    top: 0;
    z-index: 1000;*/

    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1040;
}

    .sidebar.active[b-71zkv735u8] {
        width: var(--sidebar-collapse-width);
        min-width: var(--sidebar-collapse-width);
    }

.sidebar-header[b-71zkv735u8] {
    height: 70px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-heading-text[b-71zkv735u8] {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-toggle[b-71zkv735u8] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.4rem;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-toggle:hover[b-71zkv735u8] {
        background: rgba(255,255,255,0.1);
    }


.sidebar .nav-link[b-71zkv735u8],
.mobile-sidebar .nav-link[b-71zkv735u8] {
    color: white;
    padding: 14px 16px;
/*    border-radius: 12px;*/
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.2s ease;
    margin-bottom: 6px;
}

    .sidebar .nav-link:hover[b-71zkv735u8],
    .mobile-sidebar .nav-link:hover[b-71zkv735u8] {
        background: rgba(255,255,255,0.08);
    }

    .sidebar .nav-link.active[b-71zkv735u8],
    .mobile-sidebar .nav-link.active[b-71zkv735u8] {
        background: #29A35A;
        color: white;
    }

    .sidebar .nav-link i[b-71zkv735u8],
    .mobile-sidebar .nav-link i[b-71zkv735u8] {
        font-size: 1.15rem;
        min-width: 24px;
        margin-right: 14px;
    }


.sidebar.active .nav-heading-text[b-71zkv735u8],
.sidebar.active .nav-text[b-71zkv735u8] {
    display: none;
}

.sidebar.active .sidebar-header[b-71zkv735u8] {
    justify-content: center;
    padding: 0;
}

.sidebar.active .nav-link[b-71zkv735u8] {
    justify-content: center;
    padding: 14px;
}

    .sidebar.active .nav-link i[b-71zkv735u8] {
        margin-right: 0;
    }

.sidebar.active ~ .main-content-area .content-header[b-71zkv735u8],
.sidebar.active ~ .main-content-area .tab-content[b-71zkv735u8] {
    margin-left: 50px;
    width: calc(100% - 50px);
}

.sidebar:not(.active) ~ .main-content-area .content-header[b-71zkv735u8],
.sidebar:not(.active) ~ .main-content-area .tab-content[b-71zkv735u8] {
    margin-left: 180px;
    width: calc(100% - 200px);
}

.main-content-area[b-71zkv735u8] {
    flex: 1;
    width: 100%;
    background: #f5f6fa;
    min-height: 100vh;
}


.content-header[b-71zkv735u8] {
    background: #004EA2;
    padding: 14px 24px;
    color: white;
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1050;
}

.header-logo[b-71zkv735u8] {
    height: 38px;
}


.mobile-sidebar[b-71zkv735u8] {
    width: 260px !important;
    /*    background: var(--sidebar-bg);*/
    background: #004EA2;
    color: white;
}

    .mobile-sidebar .offcanvas-body[b-71zkv735u8],
    .mobile-sidebar .nav[b-71zkv735u8] {
/*        padding: 12px;*/
    }

    .mobile-sidebar .btn-close[b-71zkv735u8] {
        filter: invert(1);
    }

@media (max-width: 767.98px) {

    .content-header[b-71zkv735u8] {
        padding: 12px 16px;
    }

    .header-logo[b-71zkv735u8] {
        height: 32px;
    }

    .container-fluid[b-71zkv735u8] {
        padding: 1rem !important;
    }

    .sidebar.active ~ .main-content-area .content-header[b-71zkv735u8],
    .sidebar.active ~ .main-content-area .tab-content[b-71zkv735u8] {
        margin-left: 0px !important;
        width: 100%;
        z-index: 999;
    }

    .sidebar:not(.active) ~ .main-content-area .content-header[b-71zkv735u8],
    .sidebar:not(.active) ~ .main-content-area .tab-content[b-71zkv735u8] {
        margin-left: 0px;
        width: 100%;
    }
}
offcanvas-backdrop[b-71zkv735u8] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.tab-content[b-71zkv735u8] {
    margin-top: 80px;
}
/* /Pages/EmpPage.razor.rz.scp.css */


:root[b-azyonptmfz] {
    --sidebar-bg: #004EA2;
    --sidebar-active: #29A35A;
    --sidebar-width: 200px;
    --sidebar-collapse-width: 50px;
}

/* LAYOUT */

.admin-wrapper[b-azyonptmfz] {
    display: flex;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.nav-heading-text[b-azyonptmfz] {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-toggle[b-azyonptmfz] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.4rem;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-toggle:hover[b-azyonptmfz] {
        background: rgba(255,255,255,0.1);
    }


.sidebar .nav-link[b-azyonptmfz],
.mobile-sidebar .nav-link[b-azyonptmfz] {
    color: white;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.2s ease;
    margin-bottom: 6px;
}

    .sidebar .nav-link:hover[b-azyonptmfz],
    .mobile-sidebar .nav-link:hover[b-azyonptmfz] {
        background: rgba(255,255,255,0.08);
    }

    .sidebar .nav-link.active[b-azyonptmfz],
    .mobile-sidebar .nav-link.active[b-azyonptmfz] {
        background: #29A35A;
        color: white;
    }

    .sidebar .nav-link i[b-azyonptmfz],
    .mobile-sidebar .nav-link i[b-azyonptmfz] {
        font-size: 1.15rem;
        min-width: 24px;
        margin-right: 14px;
    }


.sidebar.active .nav-heading-text[b-azyonptmfz],
.sidebar.active .nav-text[b-azyonptmfz] {
    display: none;
}

.sidebar.active .sidebar-header[b-azyonptmfz] {
    justify-content: center;
    padding: 0;
}

.sidebar.active .nav-link[b-azyonptmfz] {
    justify-content: center;
    padding: 14px;
}

    .sidebar.active .nav-link i[b-azyonptmfz] {
        margin-right: 0;
    }


.sidebar.active ~ .main-content-area .content-header[b-azyonptmfz],
.sidebar.active ~ .main-content-area .tab-content[b-azyonptmfz]
{
    margin-left: 50px;
    width: calc(100% - 50px);
}

.sidebar:not(.active) ~ .main-content-area .content-header[b-azyonptmfz],
.sidebar:not(.active) ~ .main-content-area .tab-content[b-azyonptmfz]
{
    margin-left: 195px;
    width: calc(100% - 200px);
}

.main-content-area[b-azyonptmfz] {
    flex: 1;
    width: 100%;
    background: #f5f6fa;
    min-height: 100vh;
    overflow-x: hidden !important;
}

.sidebar[b-azyonptmfz] {
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    background: #004EA2;
    color: white;
    transition: all 0.3s ease;
    /*    min-height: 100%;
    position: sticky;  */
   
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1040;
}

    .sidebar.active[b-azyonptmfz] {
        width: var(--sidebar-collapse-width);
        min-width: var(--sidebar-collapse-width);
    }


.sidebar-header[b-azyonptmfz] {
    height: 70px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}


.content-header[b-azyonptmfz] {
    background: #004EA2;
    padding: 14px 24px;
    color: white;
    height: 70px;
    position: fixed;
    width:100%;
    top: 0;
    z-index: 1050;

}

.header-logo[b-azyonptmfz] {
    height: 38px;
}


.mobile-sidebar[b-azyonptmfz] {
    width: 260px !important;
    /*    background: var(--sidebar-bg);*/
    background: #004EA2;
    color: white;
}

    .mobile-sidebar .offcanvas-body[b-azyonptmfz],
    .mobile-sidebar .nav[b-azyonptmfz] {
        /*        padding: 12px;*/
    }

    .mobile-sidebar .btn-close[b-azyonptmfz] {
        filter: invert(1);
    }

@media (max-width: 767.98px) {

    .content-header[b-azyonptmfz] {
        padding: 12px 16px;
        left: 0;
        width: 100%;
    }
  
    .header-logo[b-azyonptmfz] {
        height: 32px;
    }

    .container-fluid[b-azyonptmfz] {
        padding: 1rem !important;
    }
    .sidebar[b-azyonptmfz] {
        position: static;
        height: auto;
    }

    .main-content-area[b-azyonptmfz] {
        margin-left: 0;
    }
    .sidebar.active ~ .main-content-area .content-header[b-azyonptmfz],
    .sidebar.active ~ .main-content-area .tab-content[b-azyonptmfz] {
        margin-left: 0px !important;
        width: 100%;
        z-index: 999;
    }

    .sidebar:not(.active) ~ .main-content-area .content-header[b-azyonptmfz],
    .sidebar:not(.active) ~ .main-content-area .tab-content[b-azyonptmfz] {
        margin-left: 0px;
        width: 100%;
    }
}


offcanvas-backdrop[b-azyonptmfz] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}
.tab-content[b-azyonptmfz]{
    margin-top:80px;
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
.forgot-page[b-trkdqvat6l] {
    min-height: 100vh;
    width: 100%;
    background: linear-gradient( 135deg, rgba(0, 78, 162, 1), rgba(41, 163, 90, 1) ) !important;
}
/* /Pages/OperatorPanel.razor.rz.scp.css */
/*body {
    font-size: 20px;
}

.operatorPanel {
    max-width: 100%;
}

.form-select option .active {
    color: grey;
}

.nav {
    border-radius: 20px;
    padding: 2px 2px;
    background: #29A35A;
    position: relative;
    overflow: hidden;
    user-select: none;
}

@media (max-width:600px) {
    button,p,span {
        font-size: 13px;
    }

    h5 {
        font-size: 15px;
    }
}

.nav-link {
    color: white;
}

    .nav-link:hover {
        color: white;
        font-weight: 600;
    }


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: white;
    border-radius: 15px;
    color: black;
    font-weight: 500;
}*/

.form-check-input:checked[b-fkthh63hfz] {
    background-color: black;
    border-color: black;
}

.add[b-fkthh63hfz] {
    background-color: #4a4e69;
    color: white;
}

    .add:hover[b-fkthh63hfz] {
        color: white;
        background-color: #03274d;
    }

main[b-fkthh63hfz] {
    margin-top: 70px;
}
.meal-card[b-fkthh63hfz] {
    height: 275px;
    border-radius: 5px;
}

button:focus[b-fkthh63hfz] {
    box-shadow: none;
}

.form-select:focus[b-fkthh63hfz],
.form-control:focus[b-fkthh63hfz] {
    box-shadow: none;
    outline: none;
}
.list-group-item:hover[b-fkthh63hfz] {
    background-color: #f8f9fa;
    transition: 0.2s;
}
.operatorPanel[b-fkthh63hfz] {
    min-height: 100dvh;
    width: 100%;
    /*    background-color: #dee8f7 !important;*/
    background-color: #f0f0f0 !important;
    overflow-x: hidden;
}
.img-fluid[b-fkthh63hfz] {
    width: 225px;
}

@media (max-width:600px) {
    .img-fluid[b-fkthh63hfz] {
        width: 160px;
    }
}
.summary[b-fkthh63hfz] {
    background-color: #F2F2F2;
    border-radius: 10px;
}

:root[b-fkthh63hfz] {
    --sidebar-bg: #004EA2;
    --sidebar-active: #29A35A;
    --sidebar-width: 200px;
    --sidebar-collapse-width: 50px;
}

/* LAYOUT */

.admin-wrapper[b-fkthh63hfz] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

/* SIDEBAR */

.sidebar[b-fkthh63hfz] {
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    background: #004EA2;
    color: white;
    transition: all 0.3s ease;
    min-height: 100vh;
    /*    position: sticky;
    top: 0;
    z-index: 1000;*/
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1040;
}

    .sidebar.active[b-fkthh63hfz] {
        width: var(--sidebar-collapse-width);
        min-width: var(--sidebar-collapse-width);
    }

/* SIDEBAR HEADER */

.sidebar-header[b-fkthh63hfz] {
    height: 70px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-heading-text[b-fkthh63hfz] {
    font-size:14px;
    font-weight: 600;
    white-space: nowrap;
}

/* TOGGLE BUTTON */

.btn-toggle[b-fkthh63hfz] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.4rem;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-toggle:hover[b-fkthh63hfz] {
        background: rgba(255,255,255,0.1);
    }

/* NAVIGATION */

/*.sidebar .nav {
    padding: 12px;
}*/

.sidebar .nav-link[b-fkthh63hfz],
.mobile-sidebar .nav-link[b-fkthh63hfz] {
    color: white;
    padding: 14px 16px;
    /*    border-radius: 12px;*/
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.2s ease;
    margin-bottom: 6px;
}

    .sidebar .nav-link:hover[b-fkthh63hfz],
    .mobile-sidebar .nav-link:hover[b-fkthh63hfz] {
        background: rgba(255,255,255,0.08);
    }

    .sidebar .nav-link.active[b-fkthh63hfz],
    .mobile-sidebar .nav-link.active[b-fkthh63hfz] {
        background: #29A35A;
        color: white;
    }

    .sidebar .nav-link i[b-fkthh63hfz],
    .mobile-sidebar .nav-link i[b-fkthh63hfz] {
        font-size: 1.15rem;
        min-width: 24px;
        margin-right: 14px;
    }

/* COLLAPSED SIDEBAR */

.sidebar.active .nav-heading-text[b-fkthh63hfz],
.sidebar.active .nav-text[b-fkthh63hfz] {
    display: none;
}

.sidebar.active .sidebar-header[b-fkthh63hfz] {
    justify-content: center;
    padding: 0;
}

.sidebar.active .nav-link[b-fkthh63hfz] {
    justify-content: center;
    padding: 14px;
}

    .sidebar.active .nav-link i[b-fkthh63hfz] {
        margin-right: 0;
    }

/* MAIN CONTENT */

.main-content-area[b-fkthh63hfz] {
    flex: 1;
    width: 100%;
    background: #f5f6fa;
    min-height: 100vh;
}

/* HEADER */

.content-header[b-fkthh63hfz] {
    background: #004EA2;
    padding: 14px 24px;
    color: white;
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1050;
}
.sidebar.active ~ .main-content-area .content-header[b-fkthh63hfz],
.sidebar.active ~ .main-content-area .tab-content[b-fkthh63hfz] {
    margin-left: 50px;
    width: calc(100% - 50px);
}

.sidebar:not(.active) ~ .main-content-area .content-header[b-fkthh63hfz],
.sidebar:not(.active) ~ .main-content-area .tab-content[b-fkthh63hfz] {
    margin-left: 195px;
    width: calc(100% - 200px);
}

.header-logo[b-fkthh63hfz] {
    height: 38px;
}


.mobile-sidebar[b-fkthh63hfz] {
    width: 260px !important;
    /*    background: var(--sidebar-bg);*/
    background: #004EA2;
    color: white;
}

    .mobile-sidebar .offcanvas-body[b-fkthh63hfz],
    .mobile-sidebar .nav[b-fkthh63hfz] {
        /*        padding: 12px;*/
    }

    .mobile-sidebar .btn-close[b-fkthh63hfz] {
        filter: invert(1);
    }

@media (max-width: 767.98px) {

    .content-header[b-fkthh63hfz] {
        padding: 12px 16px;
    }

    .header-logo[b-fkthh63hfz] {
        height: 32px;
    }

    .container-fluid[b-fkthh63hfz] {
        padding: 1rem !important;
    }
    .sidebar.active ~ .main-content-area .content-header[b-fkthh63hfz],
    .sidebar.active ~ .main-content-area .tab-content[b-fkthh63hfz] {
        margin-left: 0px !important;
        width: 100%;
        z-index: 999;
    }
    .sidebar:not(.active) ~ .main-content-area .content-header[b-fkthh63hfz],
    .sidebar:not(.active) ~ .main-content-area .tab-content[b-fkthh63hfz] {
        margin-left: 0px;
        width: 100%;
    }

}

offcanvas-backdrop[b-fkthh63hfz] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}
.tab-content[b-fkthh63hfz] {
    margin-top: 80px;
}
/* /Pages/ResetPassword.razor.rz.scp.css */
.reset-page[b-3kkwdor5zq] {
    min-height: 100vh;
    width: 100%;
    background: linear-gradient( 135deg, rgba(0, 78, 162, 1), rgba(41, 163, 90, 1) ) !important;
}
/* /Pages/SignInPage.razor.rz.scp.css */



body[b-ymhnv69c42] {
    background: #f5f7fb;
    font-family: 'Segoe UI', sans-serif;
}

/* PAGE */

.login-page[b-ymhnv69c42] {
    overflow: hidden;
}

/* LEFT SIDE */

.login-banner[b-ymhnv69c42] {
    background: linear-gradient( 0deg, rgba(0, 110, 190, 0.99) 52%, rgba(41, 163, 90, 0.98) 100% ) !important;
    position: relative;
    padding: 42px;
    color: white;
}

/* PATTERN */

.banner-pattern[b-ymhnv69c42] {
    position: absolute;
    inset: 0;
    background-size: 18px 18px;
    opacity: 0.4;
}

/* CONTENT */

.banner-content[b-ymhnv69c42] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* LOGO */

.brand-logo[b-ymhnv69c42],
.mobile-logo[b-ymhnv69c42] {
    display: flex;
    align-items: center;
    font-weight: 700;
}

    .brand-logo i[b-ymhnv69c42],
    .mobile-logo i[b-ymhnv69c42] {
        font-size: 2rem;
        margin-right: 10px;
    }

    .brand-logo span[b-ymhnv69c42],
    .mobile-logo span[b-ymhnv69c42] {
        font-size: 2rem;
    }

/* HERO */

.hero-text[b-ymhnv69c42] {
    max-width: 520px;
    margin-bottom: 90px;
}

    .hero-text h1[b-ymhnv69c42] {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 24px;
    }

    .hero-text p[b-ymhnv69c42] {
        font-size: 1.3rem;
        line-height: 1.7;
    }

/* RIGHT SIDE */

.login-section[b-ymhnv69c42] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    background: #f5f7fb;
}

/* MOBILE LOGO */

.mobile-logo[b-ymhnv69c42] {
    color: #ff9800;
    margin-bottom: 28px;
}

    .mobile-logo i[b-ymhnv69c42] {
        font-size: 1.8rem;
    }

    .mobile-logo span[b-ymhnv69c42] {
        font-size: 1.8rem;
    }

/* CARD */

.login-card[b-ymhnv69c42] {
    width: 100%;
    max-width: 460px;
    border-radius: 22px;
    overflow: hidden;
}

/* TITLE */

.welcome-title[b-ymhnv69c42] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0f172a;
}

/* INPUT GROUP */

.custom-input-group[b-ymhnv69c42] {
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    overflow: hidden;
}

.input-group-text[b-ymhnv69c42] {
    border: none;
    background: white;
    color: #94a3b8;
}

.custom-input[b-ymhnv69c42] {
    border: none;
    height: 52px;
    box-shadow: none !important;
    font-size: 1rem;
}

.eye-btn[b-ymhnv69c42] {
    border: none;
    background: white;
    color: #94a3b8;
    width: 52px;
}


.form-label[b-ymhnv69c42] {
    font-weight: 600;
    color: #0f172a;
}

.forgot-link[b-ymhnv69c42],
.signup-link[b-ymhnv69c42] {
    text-decoration: none;
    color: #29A35A;
    font-weight: 600;
}

    .forgot-link:hover[b-ymhnv69c42],
    .signup-link:hover[b-ymhnv69c42] {
        color: #29A35A;
    }

.signin-btn[b-ymhnv69c42] {
    height: 50px;
    border: none;
    border-radius: 12px;
    background:  #004EA2;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.25s ease;
}
    .signin-btn:hover[b-ymhnv69c42] 
    {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(0, 78, 162, 0.22);
        background: #004EA2;
        color: white;
    }
.btn:disabled[b-ymhnv69c42] {
    background: #004EA2;
    color: white;
}


.divider[b-ymhnv69c42] {
    height: 1px;
    background: #e5e7eb;
}


.copyright-text[b-ymhnv69c42] {
    margin-top: 26px;
    font-size: 0.9rem;
    color: #94a3b8;
    text-align: center;
}



@media (max-width: 991px) {

    .login-section[b-ymhnv69c42] {
        padding: 22px;
    }

    .login-card[b-ymhnv69c42] {
        max-width: 100%;
    }

    .welcome-title[b-ymhnv69c42] {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {

    .login-section[b-ymhnv69c42] {
        padding: 18px;
    }

    .login-card .card-body[b-ymhnv69c42] {
        padding: 1.8rem !important;
    }

    .welcome-title[b-ymhnv69c42] {
        font-size: 1.8rem;
    }

    .mobile-logo span[b-ymhnv69c42] {
        font-size: 1.6rem;
    }

    .mobile-logo i[b-ymhnv69c42] {
        font-size: 1.6rem;
    }

    .signin-btn[b-ymhnv69c42] {
        height: 50px;
    }
}

.role-modal-overlay[b-ymhnv69c42] {
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}


.role-modal[b-ymhnv69c42] {
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    animation: modalFade-b-ymhnv69c42 0.25s ease;
}


.role-top-banner[b-ymhnv69c42] {
    height: 110px;
    /*    background: linear-gradient( 135deg, rgba(0, 78, 162, 1) 0%, rgba(0, 110, 190, 0.96) 70%, rgba(41, 163, 90, 0.22) 100% );*/
    background: linear-gradient( 50deg, rgba(0, 110, 190, 0.99) 52%, rgba(41, 163, 90, 0.98) 100% ) !important;
    position: relative;
}


.role-icon-box[b-ymhnv69c42] {
    width: 84px;
    height: 84px;
    border-radius: 24px;
    background: white;
    color: #004EA2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.role-modal .modal-body[b-ymhnv69c42] {
    padding-top: 60px !important;
}


.role-grid[b-ymhnv69c42] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


.role-card[b-ymhnv69c42] {
    border: 1px solid #e2e8f0;
    background: white;
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.25s ease;
    text-align: left;
}

    .role-card:hover[b-ymhnv69c42] {
        border-color: #004EA2;
        background: #f8fbff;
        transform: translateY(-2px);
    }

    .role-card.active[b-ymhnv69c42] {
        border-color: #004EA2;
        background: rgba(0, 78, 162, 0.06);
        box-shadow: 0 10px 24px rgba(0, 78, 162, 0.08);
    }

.role-card-icon[b-ymhnv69c42] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(0, 78, 162, 0.08);
    color: #004EA2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 1.2rem;
}

.role-card-text[b-ymhnv69c42] {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
}

.selected-check[b-ymhnv69c42] {
    margin-left: auto;
    color: #004EA2;
    font-size: 1.2rem;
}


.continue-btn[b-ymhnv69c42] {
    height: 52px;
    border: none;
    border-radius: 16px;
    /*    background: linear-gradient( 50deg, rgba(0, 110, 190, 0.99) 52%, rgba(41, 163, 90, 0.98) 100% ) !important;*/
    background: #004EA2;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.25s ease;
}

    .continue-btn:hover[b-ymhnv69c42] {
        transform: translateY(-2px);
        box-shadow: 0 14px 26px rgba(0, 78, 162, 0.18);
        background: #004EA2;
        color: white;
    }

.close-modal-btn[b-ymhnv69c42] {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    position: absolute;
    top: 18px;
    right: 18px;
    transition: 0.2s ease;
}

    .close-modal-btn:hover[b-ymhnv69c42] {
        background: #eef2ff;
        color: #004EA2;
    }

@keyframes modalFade-b-ymhnv69c42 {

    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 576px) {

    .role-modal[b-ymhnv69c42] {
        border-radius: 22px;
    }

    .role-card[b-ymhnv69c42] {
        padding: 14px;
    }

    .role-card-text[b-ymhnv69c42] {
        font-size: 0.95rem;
    }

    .continue-btn[b-ymhnv69c42] {
        height: 48px;
    }
}


/* ICON */

/*.input-group-text {
    border: none;
    background: white;
    color: #64748b;
    padding-left: 16px;
}*/

/* FOCUS */

.custom-input-group:focus-within[b-ymhnv69c42] {
    border-color: #004EA2;
    box-shadow: 0 0 0 0.15rem rgba(0, 78, 162, 0.12);
}

/* BACK BUTTON */

.back-login-btn[b-ymhnv69c42] {
    color: #64748b;
    font-weight: 500;
}

    .back-login-btn:hover[b-ymhnv69c42] {
        color: #004EA2;
    }

/* MOBILE */

@media (max-width: 576px) {

    .role-modal .modal-body[b-ymhnv69c42] {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .custom-input[b-ymhnv69c42] {
        height: 46px;
    }
}
/* /Pages/SignUpPage.razor.rz.scp.css */

body[b-rpjjb0fzll] {
    background: #f5f7fb;
    font-family: 'Segoe UI', sans-serif;
}

.signup-page[b-rpjjb0fzll] {
    overflow: hidden;
}



.signup-banner[b-rpjjb0fzll] {
    background: linear-gradient( 0deg, rgba(0, 110, 190, 0.99) 52%, rgba(41, 163, 90, 0.98) 100% ) !important;
    position: relative;
    padding: 42px;
    color: white;
}



.banner-pattern[b-rpjjb0fzll] {
    position: absolute;
    inset: 0;
    background-size: 18px 18px;
    opacity: 0.4;
}



.banner-content[b-rpjjb0fzll] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.brand-logo[b-rpjjb0fzll],
.mobile-logo[b-rpjjb0fzll] {
    display: flex;
    align-items: center;
    font-weight: 700;
}

    .brand-logo i[b-rpjjb0fzll],
    .mobile-logo i[b-rpjjb0fzll] {
        font-size: 2rem;
        margin-right: 10px;
    }

    .brand-logo span[b-rpjjb0fzll],
    .mobile-logo span[b-rpjjb0fzll] {
        font-size: 2rem;
    }


.hero-content[b-rpjjb0fzll] {
    max-width: 520px;
    margin-bottom: 90px;
}

    .hero-content h1[b-rpjjb0fzll] {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 36px;
    }


.feature-list[b-rpjjb0fzll] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item[b-rpjjb0fzll] {
    display: flex;
    align-items: center;
    font-size: 1.15rem;
}

    .feature-item i[b-rpjjb0fzll] {
        margin-right: 14px;
        font-size: 1.3rem;
    }


.banner-footer[b-rpjjb0fzll] {
    font-size: 0.95rem;
    opacity: 0.95;
}

.signup-section[b-rpjjb0fzll] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    background: #f5f7fb;
}

.mobile-logo[b-rpjjb0fzll] {
    color: #ff9800;
    margin-bottom: 28px;
}

    .mobile-logo i[b-rpjjb0fzll] {
        font-size: 1.8rem;
    }

    .mobile-logo span[b-rpjjb0fzll] {
        font-size: 1.8rem;
    }

.signup-card[b-rpjjb0fzll] {
    width: 100%;
    max-width: 470px;
    border-radius: 22px;
    overflow: hidden;
}

.signup-title[b-rpjjb0fzll] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0f172a;
}

.custom-input-group[b-rpjjb0fzll] {
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    overflow: hidden;
}

.input-group-text[b-rpjjb0fzll] {
    border: none;
    background: white;
    color: #94a3b8;
}

.custom-input[b-rpjjb0fzll] {
    border: none;
    height: 52px;
    box-shadow: none !important;
    font-size: 1rem;
}

.eye-btn[b-rpjjb0fzll] {
    border: none;
    background: white;
    color: #94a3b8;
    width: 52px;
}

.form-label[b-rpjjb0fzll] {
    font-weight: 600;
    color: #0f172a;
}


.signup-btn[b-rpjjb0fzll] {
    height: 50px;
    border: none;
    border-radius: 12px;
    background: #004EA2;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.25s ease;
}

    .signup-btn:hover[b-rpjjb0fzll]{
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(0, 78, 162, 0.22);
        background: #004EA2;
        color: white;
    }
.btn:disabled[b-rpjjb0fzll] {
    background: #004EA2;
    color: white;
}
.divider[b-rpjjb0fzll] {
    height: 1px;
    background: #e5e7eb;
}


.signin-link[b-rpjjb0fzll] {
    text-decoration: none;
    color: #29A35A;
    font-weight: 600;
}

    .signin-link:hover[b-rpjjb0fzll] {
        color: #29A35A;
    }

.copyright-text[b-rpjjb0fzll] {
    margin-top: 26px;
    font-size: 0.9rem;
    color: #94a3b8;
    text-align: center;
}

@media (max-width: 991px) {

    .signup-section[b-rpjjb0fzll] {
        padding: 22px;
    }

    .signup-card[b-rpjjb0fzll] {
        max-width: 100%;
    }

    .signup-title[b-rpjjb0fzll] {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {

    .signup-section[b-rpjjb0fzll] {
        padding: 18px;
    }

    .signup-card .card-body[b-rpjjb0fzll] {
        padding: 1.8rem !important;
    }

    .signup-title[b-rpjjb0fzll] {
        font-size: 1.8rem;
    }

    .mobile-logo span[b-rpjjb0fzll] {
        font-size: 1.6rem;
    }

    .mobile-logo i[b-rpjjb0fzll] {
        font-size: 1.6rem;
    }

    .signup-btn[b-rpjjb0fzll] {
        height: 50px;
    }
}
