/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-f4h1gr3fim] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f4h1gr3fim] {
    flex: 1;
}

.sidebar[b-f4h1gr3fim] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f4h1gr3fim] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f4h1gr3fim]  a, .top-row[b-f4h1gr3fim]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f4h1gr3fim]  a:hover, .top-row[b-f4h1gr3fim]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f4h1gr3fim]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f4h1gr3fim] {
        justify-content: space-between;
    }

    .top-row[b-f4h1gr3fim]  a, .top-row[b-f4h1gr3fim]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f4h1gr3fim] {
        flex-direction: row;
    }

    .sidebar[b-f4h1gr3fim] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f4h1gr3fim] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f4h1gr3fim]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f4h1gr3fim], article[b-f4h1gr3fim] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cnelqxdon1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-cnelqxdon1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cnelqxdon1] {
    font-size: 1.1rem;
}

.bi[b-cnelqxdon1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cnelqxdon1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cnelqxdon1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cnelqxdon1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-cnelqxdon1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cnelqxdon1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cnelqxdon1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cnelqxdon1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-cnelqxdon1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cnelqxdon1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cnelqxdon1] {
        display: none;
    }

    .collapse[b-cnelqxdon1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-cnelqxdon1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/UpdateAppointment.razor.rz.scp.css */
.appointments-page[b-7tg3kxrts8] {
    width: 100%;
    min-height: 100vh;
    padding: 30px;
    box-sizing: border-box;
    background: #f5f6f8;
}


/* =========================================================
   HEADER
   ========================================================= */

.page-header[b-7tg3kxrts8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

    .page-header h1[b-7tg3kxrts8] {
        margin: 0;
        font-size: 28px;
    }

    .page-header p[b-7tg3kxrts8] {
        margin: 6px 0 0;
        color: #777;
    }


/* =========================================================
   BUTTONS
   ========================================================= */

.btn[b-7tg3kxrts8] {
    border: none;
    border-radius: 6px;
    padding: 9px 16px;
    font-size: 14px;
    cursor: pointer;
}

.btn-primary[b-7tg3kxrts8] {
    background: #222;
    color: white;
}

.btn-secondary[b-7tg3kxrts8] {
    background: #e5e5e5;
    color: #333;
}

.btn-view[b-7tg3kxrts8] {
    background: #eeeeee;
    color: #222;
}

.btn-confirm[b-7tg3kxrts8] {
    background: #dff3e3;
    color: #28633a;
}

.btn-complete[b-7tg3kxrts8] {
    background: #e0ebff;
    color: #2453a6;
}

.btn-cancel-appointment[b-7tg3kxrts8] {
    background: #fde3e3;
    color: #9c2c2c;
}

.btn-survey[b-7tg3kxrts8] {
    background: #f0e5ff;
    color: #6638a1;
}


/* =========================================================
   SUMMARY CARDS
   ========================================================= */

.summary-cards[b-7tg3kxrts8] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.summary-card[b-7tg3kxrts8] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.summary-label[b-7tg3kxrts8] {
    color: #777;
    font-size: 14px;
}

.summary-number[b-7tg3kxrts8] {
    margin-top: 6px;
    font-size: 28px;
    font-weight: 600;
}


/* =========================================================
   FILTERS
   ========================================================= */

.filter-card[b-7tg3kxrts8] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filter-row[b-7tg3kxrts8] {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.filter-group[b-7tg3kxrts8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}

.search-group[b-7tg3kxrts8] {
    flex: 1;
}

.filter-group label[b-7tg3kxrts8] {
    font-size: 13px;
    font-weight: 600;
}

.form-control[b-7tg3kxrts8] {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.filter-buttons[b-7tg3kxrts8] {
    display: flex;
}


/* =========================================================
   TABLE
   ========================================================= */

.appointment-table-card[b-7tg3kxrts8] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.table-header[b-7tg3kxrts8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

    .table-header h2[b-7tg3kxrts8] {
        margin: 0;
        font-size: 19px;
    }

.result-count[b-7tg3kxrts8] {
    color: #777;
    font-size: 14px;
}

.table-container[b-7tg3kxrts8] {
    width: 100%;
    overflow-x: auto;
}

.appointment-table[b-7tg3kxrts8] {
    width: 100%;
    border-collapse: collapse;
}

    .appointment-table th[b-7tg3kxrts8] {
        padding: 13px 15px;
        text-align: left;
        background: #fafafa;
        color: #666;
        font-size: 13px;
        white-space: nowrap;
    }

    .appointment-table td[b-7tg3kxrts8] {
        padding: 15px;
        border-top: 1px solid #eee;
        vertical-align: middle;
        white-space: nowrap;
    }

.customer-name[b-7tg3kxrts8] {
    font-weight: 600;
}


/* =========================================================
   SERVICE TAGS
   ========================================================= */

.service-list-small[b-7tg3kxrts8] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.service-tag[b-7tg3kxrts8] {
    display: inline-block;
    padding: 4px 7px;
    background: #f1f1f1;
    border-radius: 4px;
    font-size: 12px;
}


/* =========================================================
   STATUS
   ========================================================= */

.status[b-7tg3kxrts8] {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-confirmed[b-7tg3kxrts8] {
    background: #dff3e3;
    color: #28633a;
}

.status-pending[b-7tg3kxrts8] {
    background: #fff1cf;
    color: #795900;
}

.status-completed[b-7tg3kxrts8] {
    background: #e0ebff;
    color: #2453a6;
}

.status-cancelled[b-7tg3kxrts8] {
    background: #fde3e3;
    color: #9c2c2c;
}

.status-noshow[b-7tg3kxrts8] {
    background: #eeeeee;
    color: #555;
}


/* =========================================================
   NO RESULTS
   ========================================================= */

.no-results[b-7tg3kxrts8] {
    padding: 50px;
    text-align: center;
    color: #777;
}


/* =========================================================
   MODAL
   ========================================================= */

.modal-overlay[b-7tg3kxrts8] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
}

.appointment-modal[b-7tg3kxrts8] {
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


/* =========================================================
   MODAL HEADER
   ========================================================= */

.modal-header[b-7tg3kxrts8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

    .modal-header h2[b-7tg3kxrts8] {
        margin: 0;
        font-size: 21px;
    }

.appointment-number[b-7tg3kxrts8] {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 13px;
}

.modal-close[b-7tg3kxrts8] {
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
}


/* =========================================================
   MODAL BODY
   ========================================================= */

.modal-body[b-7tg3kxrts8] {
    padding: 25px;
    overflow-y: auto;
}

.details-section[b-7tg3kxrts8] {
    margin-bottom: 28px;
}

    .details-section:last-child[b-7tg3kxrts8] {
        margin-bottom: 0;
    }

    .details-section h3[b-7tg3kxrts8] {
        margin: 0 0 15px;
        font-size: 17px;
    }


/* =========================================================
   CUSTOMER / APPOINTMENT DETAILS
   ========================================================= */

.details-grid[b-7tg3kxrts8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.detail-item[b-7tg3kxrts8] {
    padding: 13px;
    background: #f7f7f7;
    border-radius: 6px;
}

    .detail-item label[b-7tg3kxrts8] {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        color: #777;
    }

.detail-value[b-7tg3kxrts8] {
    font-weight: 500;
}

.empty-value[b-7tg3kxrts8] {
    color: #999;
    font-style: italic;
}


/* =========================================================
   SERVICES IN MODAL
   ========================================================= */

.selected-services[b-7tg3kxrts8] {
    border: 1px solid #eee;
    border-radius: 6px;
}

.service-detail-row[b-7tg3kxrts8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 15px;
    border-bottom: 1px solid #eee;
}

    .service-detail-row:last-child[b-7tg3kxrts8] {
        border-bottom: none;
    }

.service-detail-name[b-7tg3kxrts8] {
    font-weight: 600;
}

.service-detail-duration[b-7tg3kxrts8] {
    margin-top: 3px;
    color: #777;
    font-size: 12px;
}

.service-detail-price[b-7tg3kxrts8] {
    font-weight: 600;
}

.service-total[b-7tg3kxrts8] {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 17px;
}


/* =========================================================
   NOTES
   ========================================================= */

.notes-box[b-7tg3kxrts8] {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 6px;
    min-height: 50px;
    line-height: 1.5;
}


/* =========================================================
   MODAL FOOTER
   ========================================================= */

.modal-footer[b-7tg3kxrts8] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 25px;
    border-top: 1px solid #eee;
}


/* =========================================================
   MESSAGE
   ========================================================= */

.action-message[b-7tg3kxrts8] {
    margin-bottom: 20px;
    padding: 12px 15px;
    background: #e8f5e9;
    color: #28633a;
    border-radius: 6px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .appointments-page[b-7tg3kxrts8] {
        padding: 20px;
    }

    .summary-cards[b-7tg3kxrts8] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-row[b-7tg3kxrts8] {
        flex-wrap: wrap;
    }

    .filter-group[b-7tg3kxrts8] {
        flex: 1;
        min-width: 200px;
    }
}


@media (max-width: 600px) {

    .page-header[b-7tg3kxrts8] {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .summary-cards[b-7tg3kxrts8] {
        grid-template-columns: 1fr;
    }

    .filter-row[b-7tg3kxrts8] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-7tg3kxrts8] {
        width: 100%;
    }

    .details-grid[b-7tg3kxrts8] {
        grid-template-columns: 1fr;
    }

    .appointment-modal[b-7tg3kxrts8] {
        max-height: 95vh;
    }

    .modal-footer[b-7tg3kxrts8] {
        flex-wrap: wrap;
    }
}
