@import 'WebApp.Client.bt1umkkv93.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fq3qcrodmt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fq3qcrodmt] {
    flex: 1;
}

.sidebar[b-fq3qcrodmt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fq3qcrodmt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fq3qcrodmt]  a, .top-row[b-fq3qcrodmt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fq3qcrodmt]  a:hover, .top-row[b-fq3qcrodmt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fq3qcrodmt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fq3qcrodmt] {
        justify-content: space-between;
    }

    .top-row[b-fq3qcrodmt]  a, .top-row[b-fq3qcrodmt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fq3qcrodmt] {
        flex-direction: row;
    }

    .sidebar[b-fq3qcrodmt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fq3qcrodmt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fq3qcrodmt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fq3qcrodmt], article[b-fq3qcrodmt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fq3qcrodmt] {
    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;
}

    #blazor-error-ui .dismiss[b-fq3qcrodmt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Navbar dropdown translucent styling */
.dropdown-menu-translucent[b-fq3qcrodmt] {
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border: 2px solid #87CEEB; /* sky blue */
  border-radius: 0.5rem;
  padding: 0.25rem 0;
}
.dropdown-menu-translucent .dropdown-item[b-fq3qcrodmt] {
  color: #fff;
}
.dropdown-menu-translucent .dropdown-item:hover[b-fq3qcrodmt],
.dropdown-menu-translucent .dropdown-item:focus[b-fq3qcrodmt] {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

/* Ensure dropdown overlaps correctly above aside on mobile per constraints */
.navbar-floating .navbar-collapse[b-fq3qcrodmt] { z-index: 2000; }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h8fjlhc62a],
.components-reconnect-repeated-attempt-visible[b-h8fjlhc62a],
.components-reconnect-failed-visible[b-h8fjlhc62a],
.components-pause-visible[b-h8fjlhc62a],
.components-resume-failed-visible[b-h8fjlhc62a],
.components-rejoining-animation[b-h8fjlhc62a] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-retrying[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-failed[b-h8fjlhc62a],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-h8fjlhc62a] {
    display: block;
}


#components-reconnect-modal[b-h8fjlhc62a] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-h8fjlhc62a 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-h8fjlhc62a 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-h8fjlhc62a 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-h8fjlhc62a]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-h8fjlhc62a 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-h8fjlhc62a {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-h8fjlhc62a {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-h8fjlhc62a {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-h8fjlhc62a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-h8fjlhc62a] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-h8fjlhc62a] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-h8fjlhc62a] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-h8fjlhc62a] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-h8fjlhc62a] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-h8fjlhc62a] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-h8fjlhc62a 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-h8fjlhc62a] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-h8fjlhc62a {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Bookings/MyBookings.razor.rz.scp.css */
/* My Bookings Page Styles */

/* Back Button */
.btn-outline-secondary[b-bodecs12xn] {
    border-color: #6c757d;
    color: #6c757d;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover[b-bodecs12xn] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    transform: translateX(-4px);
}

.btn-outline-secondary i[b-bodecs12xn] {
    transition: transform 0.3s ease;
}

.btn-outline-secondary:hover i[b-bodecs12xn] {
    transform: translateX(-4px);
}

.booking-card[b-bodecs12xn] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-left: 4px solid transparent;
}

.booking-card:hover[b-bodecs12xn] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

/* Status-based left border */
.booking-card:has(.bg-warning)[b-bodecs12xn] {
    border-left-color: #ffc107;
}

.booking-card:has(.bg-success)[b-bodecs12xn] {
    border-left-color: #28a745;
}

.booking-card:has(.bg-primary)[b-bodecs12xn] {
    border-left-color: #0d6efd;
}

.progress[b-bodecs12xn] {
    background-color: #e9ecef;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar[b-bodecs12xn] {
    transition: width 0.6s ease;
    background: linear-gradient(90deg, currentColor 0%, currentColor 100%);
}

.badge[b-bodecs12xn] {
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.badge-sm[b-bodecs12xn] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.badge i[b-bodecs12xn] {
    font-size: 0.875rem;
}

.badge-sm i[b-bodecs12xn] {
    font-size: 0.7rem;
}

.card-title[b-bodecs12xn] {
    color: #333;
    font-weight: 600;
}

.text-muted i[b-bodecs12xn] {
    color: #6c757d;
}

/* Button Styles */
.btn-primary[b-bodecs12xn] {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border: none;
}

.btn-primary:hover[b-bodecs12xn] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.btn-success[b-bodecs12xn] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    border: none;
}

.btn-success:hover[b-bodecs12xn] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-outline-success[b-bodecs12xn] {
    border-color: #28a745;
    color: #28a745;
}

.btn-outline-success:hover[b-bodecs12xn] {
    background-color: #28a745;
    color: white;
}

.btn-outline-danger[b-bodecs12xn] {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-outline-danger:hover[b-bodecs12xn] {
    background-color: #dc3545;
    color: white;
}

/* Empty State */
.display-1[b-bodecs12xn] {
    font-size: 4rem;
    opacity: 0.5;
}

/* Filter Bar */
.form-select[b-bodecs12xn] {
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select:focus[b-bodecs12xn] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Summary Badges */
.badge i[b-bodecs12xn] {
    vertical-align: middle;
}

/* Progress Bar Colors */
.bg-danger[b-bodecs12xn] {
    background: linear-gradient(90deg, #dc3545 0%, #c82333 100%) !important;
}

.bg-warning[b-bodecs12xn] {
    background: linear-gradient(90deg, #ffc107 0%, #e0a800 100%) !important;
}

.bg-info[b-bodecs12xn] {
    background: linear-gradient(90deg, #17a2b8 0%, #138496 100%) !important;
}

.bg-success[b-bodecs12xn] {
    background: linear-gradient(90deg, #28a745 0%, #218838 100%) !important;
}

/* Loading Spinner */
.spinner-border[b-bodecs12xn] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* Responsive */
@media (max-width: 768px) {
    .card-body[b-bodecs12xn] {
        padding: 1.5rem !important;
    }

    .badge[b-bodecs12xn] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .badge-sm[b-bodecs12xn] {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }

    .display-1[b-bodecs12xn] {
        font-size: 3rem;
    }

    .btn-group[b-bodecs12xn] {
        display: flex !important;
        width: 100%;
    }

    .btn-group .btn[b-bodecs12xn] {
        flex: 1;
    }

    .progress[b-bodecs12xn] {
        height: 8px !important;
    }
}

/* Animation */
@keyframes fadeIn-b-bodecs12xn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booking-card[b-bodecs12xn] {
    animation: fadeIn-b-bodecs12xn 0.3s ease-in-out;
}

/* Stagger animation for cards */
.booking-card:nth-child(1)[b-bodecs12xn] { animation-delay: 0.05s; }
.booking-card:nth-child(2)[b-bodecs12xn] { animation-delay: 0.1s; }
.booking-card:nth-child(3)[b-bodecs12xn] { animation-delay: 0.15s; }
.booking-card:nth-child(4)[b-bodecs12xn] { animation-delay: 0.2s; }
.booking-card:nth-child(5)[b-bodecs12xn] { animation-delay: 0.25s; }
.booking-card:nth-child(6)[b-bodecs12xn] { animation-delay: 0.3s; }

/* Loading Spinner */
.spinner-border-sm[b-bodecs12xn] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Card hover effects */
.card[b-bodecs12xn] {
    transition: all 0.3s ease;
}

.card:hover[b-bodecs12xn] {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Icon animations */
@keyframes pulse-b-bodecs12xn {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.bi-check-circle-fill[b-bodecs12xn] {
    animation: pulse-b-bodecs12xn 2s infinite;
}

/* Smooth transitions */
*[b-bodecs12xn] {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}

/* Focus states */
.btn:focus[b-bodecs12xn],
.form-select:focus[b-bodecs12xn] {
    outline: none;
}
/* /Components/Pages/Admin/Bookings/OfficeCleaningBooking.razor.rz.scp.css */
/* Office Cleaning Booking Form Styles */

.form-section[b-oem6r2a8bs] {
    position: relative;
}

.section-title[b-oem6r2a8bs] {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.section-title i[b-oem6r2a8bs] {
    font-size: 1.3rem;
}

.form-label[b-oem6r2a8bs] {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control[b-oem6r2a8bs],
.form-select[b-oem6r2a8bs] {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.625rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-oem6r2a8bs],
.form-select:focus[b-oem6r2a8bs] {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check[b-oem6r2a8bs] {
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.form-check-input[b-oem6r2a8bs] {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
}

.form-check-input:checked[b-oem6r2a8bs] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-label[b-oem6r2a8bs] {
    font-weight: 400;
    color: #495057;
    cursor: pointer;
}

.text-danger[b-oem6r2a8bs] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Button Styles */
.btn-lg[b-oem6r2a8bs] {
    padding: 0.875rem 1.5rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
}

.btn-primary[b-oem6r2a8bs] {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-oem6r2a8bs] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.btn-primary:disabled[b-oem6r2a8bs] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Alert Styles */
.alert[b-oem6r2a8bs] {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-success[b-oem6r2a8bs] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.alert-danger[b-oem6r2a8bs] {
    background-color: #f8d7da;
    color: #842029;
}

.alert i[b-oem6r2a8bs] {
    font-size: 1.25rem;
    vertical-align: middle;
}

/* Card Styles */
.card[b-oem6r2a8bs] {
    border-radius: 1rem;
    overflow: hidden;
}

.card-body[b-oem6r2a8bs] {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section-title[b-oem6r2a8bs] {
        font-size: 1.25rem;
    }

    .form-section[b-oem6r2a8bs] {
        margin-bottom: 3rem !important;
    }

    .btn-lg[b-oem6r2a8bs] {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }
}

/* Honeypot Field (hidden) */
input[type="text"][tabindex="-1"][b-oem6r2a8bs] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

/* Animation for form submission */
@keyframes fadeIn-b-oem6r2a8bs {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert[b-oem6r2a8bs] {
    animation: fadeIn-b-oem6r2a8bs 0.3s ease-in-out;
}

/* Loading spinner */
.spinner-border-sm[b-oem6r2a8bs] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Hero Section Compatibility */
.about-hero[b-oem6r2a8bs] {
    min-height: 300px;
}

/* Additional spacing for better readability */
.form-section + .form-section[b-oem6r2a8bs] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

/* Validation message styling */
.validation-message[b-oem6r2a8bs] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875em;
}

/* Required field indicator */
.text-danger[b-oem6r2a8bs] {
    color: #dc3545;
}

/* Focus states */
.form-check-input:focus[b-oem6r2a8bs] {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Checkbox styling improvements */
.form-check-input[type="checkbox"][b-oem6r2a8bs] {
    border-radius: 0.25em;
}

.form-check-input:checked[type="checkbox"][b-oem6r2a8bs] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
