@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/BarberShop/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-o9si1wdm5m] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: black;
}

#blazor-error-ui .dismiss[b-o9si1wdm5m] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.page[b-o9si1wdm5m] {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #f8fafc;
}

main[b-o9si1wdm5m] {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 250px;
    min-height: 100vh;
}

.sidebar[b-o9si1wdm5m] {
    background-color: #ffffff;
    width: 250px;
    height: 100vh;
    position: fixed;
    right: 0;
    z-index: 10;
    border-left: 1px solid #e9ecef;
}

.content[b-o9si1wdm5m] {
    padding: 2rem;
    padding-right: 270px;
    padding-top: 1rem;
}

@media (max-width: 640.98px) {
    .page[b-o9si1wdm5m] {
        flex-direction: column;
    }

    main[b-o9si1wdm5m] {
        margin-right: 0;
    }

    .sidebar[b-o9si1wdm5m] {
        width: 100%;
        height: auto;
        position: relative;
        border-left: none;
    }

    .content[b-o9si1wdm5m] {
        padding: 1.5rem 1rem;
        padding-top: 5rem;
        padding-right: 1rem;
        position: relative;
        z-index: 1;
    }
}
/* _content/BarberShop/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-21jitkn2zo] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(52, 152, 219, 0.8);
    padding: 0.5rem;
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1000;
    margin-left: 0.5rem;
}

.navbar-toggler:hover[b-21jitkn2zo] {
    background-color: rgba(52, 152, 219, 1);
    transform: scale(1.05);
}

.navbar-toggler-icon[b-21jitkn2zo] {
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* رأس الهاتف المحمول */
.mobile-header[b-21jitkn2zo] {
    background-color: #3498db;
    height: 3.5rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.mobile-header .container-fluid[b-21jitkn2zo] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}

.mobile-header .navbar-brand[b-21jitkn2zo] {
    margin-right: auto;
    margin-left: 1rem;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.top-row[b-21jitkn2zo] {
    height: 3.5rem;
    background-color: #3498db;
    border-bottom: 1px solid #e9ecef;
}

.top-row .navbar-brand[b-21jitkn2zo] {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

/* قائمة التنقل */
.nav-menu[b-21jitkn2zo] {
    background-color: #ffffff;
    transition: all 0.3s ease-out;
    display: block;
}

.nav-menu.collapse[b-21jitkn2zo] {
    display: none;
}

.bi[b-21jitkn2zo] {
    width: 1.5rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

.nav-item[b-21jitkn2zo] {
    font-size: 0.95rem;
    padding-bottom: 0.2rem;
}

.nav-item[b-21jitkn2zo]  .nav-link {
    color: #4a5568;
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.8rem;
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    text-decoration: none;
    line-height: 1.25;
    transition: all 0.2s ease-in-out;
    margin: 0.2rem 0;
}

.nav-item[b-21jitkn2zo]  a.active {
    background-color: #3498db;
    color: white;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.2);
}

.nav-item[b-21jitkn2zo]  .nav-link:hover {
    background-color: #f7fafc;
    color: #3498db;
    transform: translateX(-4px);
}

nav.flex-column[b-21jitkn2zo] {
    padding: 1rem 0;
}

nav.flex-column[b-21jitkn2zo]::-webkit-scrollbar {
    width: 6px;
}

nav.flex-column[b-21jitkn2zo]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

nav.flex-column[b-21jitkn2zo]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 3px;
}

.nav-section[b-21jitkn2zo] {
    margin: 1rem 0;
    padding: 0.25rem 0;
}

.nav-section-title[b-21jitkn2zo] {
    color: #a0aec0;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5rem 1.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.nav-divider[b-21jitkn2zo] {
    height: 1px;
    background-color: #e2e8f0;
    margin: 0.8rem 1rem;
}

@media (min-width: 768px) {
    .nav-menu[b-21jitkn2zo] {
        height: 100%;
        width: 250px;
    }
    
    .nav-menu.collapse[b-21jitkn2zo] {
        display: block;
    }
    
    nav.flex-column[b-21jitkn2zo] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .nav-menu[b-21jitkn2zo] {
        position: absolute;
        width: 100%;
        top: 3.5rem;
        z-index: 999;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        max-height: 85vh;
        overflow-y: auto;
    }
    
    .nav-menu:not(.collapse)[b-21jitkn2zo] {
        animation: slideDown-b-21jitkn2zo 0.3s ease forwards;
    }
    
    @keyframes slideDown-b-21jitkn2zo {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
}
/* _content/BarberShop/Components/Pages/Booking/CreateBooking.razor.rz.scp.css */
.booking-steps[b-fpt3pnmj9u] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.step[b-fpt3pnmj9u] {
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.step.active[b-fpt3pnmj9u] {
    opacity: 1;
}

.step-number[b-fpt3pnmj9u] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.step.active .step-number[b-fpt3pnmj9u] {
    background: var(--success-color);
}

.shop-card[b-fpt3pnmj9u], .service-card[b-fpt3pnmj9u], .barber-card[b-fpt3pnmj9u] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shop-card:hover[b-fpt3pnmj9u], .service-card:hover[b-fpt3pnmj9u], .barber-card:hover[b-fpt3pnmj9u] {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.shop-card.selected[b-fpt3pnmj9u], .service-card.selected[b-fpt3pnmj9u], .barber-card.selected[b-fpt3pnmj9u] {
    border-color: var(--primary-color);
    background-color: rgba(13, 110, 253, 0.05);
}

.shop-image[b-fpt3pnmj9u], .barber-image[b-fpt3pnmj9u] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.time-slots[b-fpt3pnmj9u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
    margin-top: 1rem;
}

.time-slot[b-fpt3pnmj9u] {
    padding: 0.5rem;
    text-align: center;
}

.time-slot.selected[b-fpt3pnmj9u] {
    background-color: var(--primary-color);
    color: white;
}

.booking-navigation[b-fpt3pnmj9u] {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
