/* /Components/DeskPopupComponent.razor.rz.scp.css */
/* Desk Popup Styling */
.desk-popup-overlay[b-mtupsczrr1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.desk-popup-container[b-mtupsczrr1] {
    position: relative;
    background: white;
    padding: 16px;
    border-radius: 8px;
    max-width:360px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1002;
}

/* Desk Marker */
.desk-marker[b-mtupsczrr1] {
    cursor: pointer;
}

.popup-overlay[b-mtupsczrr1] {
    position: fixed;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.fullCalendarContainerBox[b-mtupsczrr1] {
    position: relative;
    top: 0;
    left: 0;
    width: 110%;
    z-index: 1005;
    pointer-events: auto;
}

.popup-container[b-mtupsczrr1] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    min-width: 300px;
    max-width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}
@media (max-width: 551px) {
    .mud-picker-popover[b-mtupsczrr1] {
        top: 0 !important;
        position: absolute;
        width: min-content;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .mud-picker-calendar-content:not(.mud-picker-calendar-content-2)[b-mtupsczrr1] {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .mud-picker-calendar-container[b-mtupsczrr1] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr !important;
    }
    .desk-popup-container[b-mtupsczrr1] {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 360px;
        transform: translate(-50%, -30%);
    }
}
/* /Components/HorizontalDateViewComponent.razor.rz.scp.css */
/* Wrapper that controls the scale */
.scalable-container[b-ajpzguzpyf] {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    height: 10px;
    z-index:40;
}

#fullHorizontalCalendarContainer[b-ajpzguzpyf] {
}

#fullCalendar[b-ajpzguzpyf]{
    z-index: 50;
}
.fullCalendarBox[b-ajpzguzpyf] {
    position: fixed;
    top: 200px;
    left: 56%;
    transform: translateX(-50%);
    z-index: 1000;
}
#horizontalCalendarContainer[b-ajpzguzpyf] {
}

#date-component[b-ajpzguzpyf] {
    z-index: 80;
}

@media (max-width: 551px) {
    #horizontalCalendarContainer[b-ajpzguzpyf] {

    }
    .fullCalendarBox[b-ajpzguzpyf] {
        position: fixed;
        top: 265px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }

}
/* /Components/LayoutZoomPanComponent.razor.rz.scp.css */
/* Panzoom adjustments */
.panzoom[b-j37ypikyax],
.panzoom-grab[b-j37ypikyax],
.panzoom-grabbing[b-j37ypikyax] {
    cursor: default !important;
    overflow: hidden;
}

.panzoom-container[b-j37ypikyax] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.panzoom[b-j37ypikyax] {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: -1;
    height: 100%; 
    zoom: 1.0;
}
.loading-container[b-j37ypikyax] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-size: 1.2rem;
    color: #444;
}

.spinner[b-j37ypikyax] {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin-b-j37ypikyax 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin-b-j37ypikyax {
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 551px) {
    .panzoom[b-j37ypikyax] {
        zoom: 0.8;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-96wjzx04b1] {
    position: relative;
    display: flex;
    height: 100vh;
    flex-direction: column;
}

main[b-96wjzx04b1] {
    flex: 1;
    height: 100vh;
}

.sidebar[b-96wjzx04b1] {
    background-color: #b71c1c;
}

.top-row[b-96wjzx04b1] {
    background-color: white;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-96wjzx04b1]  a, .top-row[b-96wjzx04b1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-96wjzx04b1]  a:hover, .top-row[b-96wjzx04b1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-96wjzx04b1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-96wjzx04b1] {
        justify-content: space-between;
    }

    .top-row[b-96wjzx04b1]  a, .top-row[b-96wjzx04b1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-96wjzx04b1] {
        flex-direction: row;
    }

    .sidebar[b-96wjzx04b1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-96wjzx04b1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }


    .top-row.auth[b-96wjzx04b1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-96wjzx04b1], article[b-96wjzx04b1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hw4vo2bk7u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hw4vo2bk7u] {
    min-height: 3.5rem;
    height: 4rem;
    align-content: center;
    background-color: white;
}

#giveLogo[b-hw4vo2bk7u]{
    position: relative;
    margin-left: 30px;
}

.navbar-brand[b-hw4vo2bk7u] {
    font-size: 1.1rem;
    align-content: center;
}

#userText[b-hw4vo2bk7u]{
    font-size: 15px;
    text-align: center;
    
}

#logOutContainer[b-hw4vo2bk7u] {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: white;
    margin-bottom: 20px;
    align-content: center;
    text-align: center;
    margin-left: 10px;
}

.bi[b-hw4vo2bk7u] {
    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-hw4vo2bk7u] {
    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-hw4vo2bk7u] {
    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-hw4vo2bk7u] {
    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-hw4vo2bk7u] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hw4vo2bk7u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hw4vo2bk7u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hw4vo2bk7u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hw4vo2bk7u]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hw4vo2bk7u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (max-width: 641px){
    #logOutContainer[b-hw4vo2bk7u] {
        visibility: hidden;
    }
    #giveLogo[b-hw4vo2bk7u] {
        position: relative;
        margin-left: 5px;
    }
    .login-button[b-hw4vo2bk7u] {
        display: block !important;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-hw4vo2bk7u] {
        display: none;
    }
    .login-button[b-hw4vo2bk7u] {
        display: none !important;
    }
    .collapse[b-hw4vo2bk7u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-hw4vo2bk7u] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/DeskManagement.razor.rz.scp.css */

.deskManagementContainer[b-vid13alfsa] {
    margin-top: 75px;
}

@media (max-width: 641px) {
    .deskManagementContainer[b-vid13alfsa] {
        margin-top: 5px;
    }
}
/* /Pages/MyBookings.razor.rz.scp.css */

.bookingContainer[b-w1lr4p518o] {
    margin-top: 75px;
}

@media (max-width: 641px) {
    .bookingContainer[b-w1lr4p518o] {
        margin-top: 5px;
    }
}
/* /Pages/OfficeLayout.razor.rz.scp.css */
/* Outer container */
#officePageContainer[b-q79309fay1] {
    position: relative; /* So child absolutely positioned elements will be contained */
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
}

/* Overview sits at the top */
#overviewContainer[b-q79309fay1] {
    position: relative; /* was absolute */
    width: 100%;
    height: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px; /* space below calendar */
}
/* Calendar container below the overview */
#mainCalendarContainer[b-q79309fay1] {
    position: relative;
    margin-top: 2px;
    width: 320px;
    background-color: white;
    margin-left: auto;
    border: 1px solid #ccc; /* THIS */
    border-radius: 10px; /* THIS */
    margin-right: auto;
    padding: 5px;
    z-index: 5; /* lower than the main layout so the layout can overlay it */
}

.loading-container[b-q79309fay1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-size: 1.2rem;
    color: #444;
}

.spinner[b-q79309fay1] {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin-b-q79309fay1 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin-b-q79309fay1 {
    to {
        transform: rotate(360deg);
    }
}

/* Layout container overlays the calendar */
#mainLayoutContainer[b-q79309fay1] {
    position: absolute;
    top: 0; /* same as #mainCalendarContainer so it starts at the same vertical offset */
    left: 0;
    width: 100%;
    /* let it fill the rest of the page’s height */
    height: calc(100vh - 20px); 
    z-index: 3; /* higher than #mainCalendarContainer’s z-index */ /* translucent to see overlap */
}

@media (max-width: 551px) {
    #mainCalendarContainer[b-q79309fay1] {
        width: fit-content;
    }
}
