/* _content/RoomSchedule/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yd1akg991j] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh;
}

main[b-yd1akg991j] {
    flex-grow: 1;
}

#blazor-error-ui[b-yd1akg991j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-yd1akg991j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RoomSchedule/Components/Pages/Home.razor.rz.scp.css */
.calendars[b-5es092razd] {
    margin-left: 5px;
    position: relative;
    left: 1px;
}

.calendars > div[b-5es092razd] {
    border: 1px solid lightgray;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 3px;
    border-right: none;
}

.calendars > div.selected[b-5es092razd] {
    border: 1px solid gray;
    background-color: #F5F5F5;
    color: black;
    border-right: none;
}

.calendars > div > .calendar-link[b-5es092razd] {
    color: #7e7e7e;
}

.calendars > div.selected > .calendar-link[b-5es092razd] {
    color: var(--primary-color);
}

.calendar-link[b-5es092razd] {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.05rem;
}

.capacity-box[b-5es092razd] {
    display: inline-block;
    padding: 3px 5px;        
    border-radius: 5px;       
    border: 1px solid #555555;
    font-size: 0.75em;
    text-align: center;
    margin-left: 25px;
}

iframe[b-5es092razd] {
    border: 1px solid gray;
}
/* _content/RoomSchedule/Components/Shared/Banner.razor.rz.scp.css */
.banner[b-2i8x2cnaat] {
    background-color: var(--primary-color);
    color: var(--primary-text);
    height: 50px;
    overflow: hidden;
}

.banner > .left[b-2i8x2cnaat] {
    font-size: 1.1rem;
    animation: slideUp-b-2i8x2cnaat 1s ease-out;
}

.learn-more[b-2i8x2cnaat] {
    font-size: 1.1rem;
    font-weight: 500;
}

.help-link[b-2i8x2cnaat] {
    color: white;
    text-decoration: none;
    cursor: pointer;
    animation: slideDown-b-2i8x2cnaat 1s ease-out;
}

.help-link > i[b-2i8x2cnaat] {
    color: var(--secondary-color);
}

.help-link:hover[b-2i8x2cnaat] {
    text-decoration: underline;
}

@keyframes slideUp-b-2i8x2cnaat {
    0%   {
        transform: translatey(300%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes slideDown-b-2i8x2cnaat {
    0%   {
        transform: translatey(-200%);
    }
    100% {
        transform: translateY(0%);
    }
}
/* _content/RoomSchedule/Components/Shared/HelpModal.razor.rz.scp.css */
/* _content/RoomSchedule/Components/Shared/LearnMoreModal.razor.rz.scp.css */
.fw-500[b-rdbpiuxkcw] {
    font-weight: 500;
}

.text-info-emphasis[b-rdbpiuxkcw] {
    font-style: italic;
}
