@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/BookingSelector.razor.rz.scp.css */
.formContainer[b-5ft3szwpvu] {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}

.selectorContainer[b-5ft3szwpvu] {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
}

.dateContainer[b-5ft3szwpvu] {
    font-size: 1.1rem;
}
/* /Components/Calendar.razor.rz.scp.css */
.calendarcontainer[b-d4w2czyfpc] {
    width: 100%;
    height: stretch;
}

.titleBar[b-d4w2czyfpc] {
    display: flex;
}

.titlePlay[b-d4w2czyfpc] {
    flex-grow: 0;
}

.titleDate[b-d4w2czyfpc] {
    flex-grow: 1;
    text-align: center;
    font-size:1.5rem;
}

.titleMode[b-d4w2czyfpc] {
    flex-grow: 0;
}
/* /Components/CalendarSelector.razor.rz.scp.css */
button:focus[b-r58f6g7b21],
.btn:focus[b-r58f6g7b21] {
    outline: none;
    box-shadow: none;
}

.play-button[b-r58f6g7b21] {
    height: 1.2rem;
    width: 1.7rem;
    font-size:0.9rem;
}

.list-button[b-r58f6g7b21] {
    height: 1.2rem;
    width: 1.2rem;
    font-size: 0.9rem;
}

.select-button[b-r58f6g7b21] {
    background-color: rgb(225, 225, 225);
}
/* /Components/CancelBooking.razor.rz.scp.css */
.reason-selector[b-sl11i2dvb4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.other-reason-input[b-sl11i2dvb4] {
    margin-top: 0.5rem;
}

.dateContainer[b-sl11i2dvb4] {
    font-size: 1.1rem;
}
/* /Components/DayCalendar.razor.rz.scp.css */
.day-row[b-s7avp5zb0q] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column; /* or column for vertical orientation */
}

.day-cell[b-s7avp5zb0q] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    overflow: hidden;
    flex-grow: 1;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #e0e0e0;
    font-size: 1.6rem;
    color: white;
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    text-align: center; /* Optional: center multi-line text */
}

    .day-cell:hover[b-s7avp5zb0q] {
        transform: scale(1.05); /* Grows by 5% */
        filter: brightness(0.95); /* Slightly darker */
    }

    .day-cell ::after hover[b-s7avp5zb0q] {
        flex-grow: 1;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 0.9rem;
    }

.day-container[b-s7avp5zb0q] {
    display: flex;
    width: 100%;
}

.day-item[b-s7avp5zb0q] {
    flex: 1;
    font-size: 1.6rem;
    color: #909090;
    text-align: center;
}

.timeDisp[b-s7avp5zb0q] {
    display: flex;
    align-items: baseline;
}

.hourDisp[b-s7avp5zb0q] {
    font-size: 1.6rem;
}

.minuteDisp[b-s7avp5zb0q] {
    font-size: 1.1rem;
}
/* /Components/Dialog.razor.rz.scp.css */
.hdrFtr[b-73y02e7gag] {
    background-color: #e0e0e0;
}
/* /Components/FlashPopupComp.razor.rz.scp.css */
.popup[b-ghwcpj8xw5] {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: opacity 1s ease-in-out;
    color:black;
    font-size:larger;

    z-index: 1000; /* Ensures it appears on top of other elements */
}

.normPos[b-ghwcpj8xw5] {
    position: absolute;
}

.centrePos[b-ghwcpj8xw5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fade-out[b-ghwcpj8xw5] {
    opacity: 0;
}

.fade-in[b-ghwcpj8xw5] {
    opacity: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w4y6k06lko] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w4y6k06lko] {
    flex: 1;
    height: 100vh;
    display:flex;
    flex-direction:column;
}

.sidebar[b-w4y6k06lko] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w4y6k06lko] {
    flex:0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w4y6k06lko]  a, .top-row[b-w4y6k06lko]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w4y6k06lko]  a:hover, .top-row[b-w4y6k06lko]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w4y6k06lko]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {

    .top-row[b-w4y6k06lko] {
        justify-content: flex-end;
    }

    .top-row[b-w4y6k06lko]  a, .top-row[b-w4y6k06lko]  .btn-link {
        margin-left: 0;
    }

    .top-row[b-w4y6k06lko], article[b-w4y6k06lko] {
        padding-left: 1.1rem !important;
        padding-right: 1.1rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-w4y6k06lko] {
        flex-direction: row;
    }

    .sidebar[b-w4y6k06lko] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w4y6k06lko] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w4y6k06lko]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w4y6k06lko], article[b-w4y6k06lko] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-w4y6k06lko] {
    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-w4y6k06lko] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ezzo1p5nof] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: 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, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ezzo1p5nof] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ezzo1p5nof] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ezzo1p5nof] {
    font-size: 1.1rem;
}

.bi[b-ezzo1p5nof] {
    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-ezzo1p5nof] {
    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-instructor-nav-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-emoji-sunglasses" viewBox="0 0 16 16"> <path d="M4.968 9.75a.5.5 0 1 0-.866.5A4.5 4.5 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-3.032-1.75M7 5.116V5a1 1 0 0 0-1-1H3.28a1 1 0 0 0-.97 1.243l.311 1.242A2 2 0 0 0 4.561 8H5a2 2 0 0 0 1.994-1.839A3 3 0 0 1 8 6c.393 0 .74.064 1.006.161A2 2 0 0 0 11 8h.438a2 2 0 0 0 1.94-1.515l.311-1.242A1 1 0 0 0 12.72 4H10a1 1 0 0 0-1 1v.116A4.2 4.2 0 0 0 8 5c-.35 0-.69.04-1 .116"/> <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0"/> </svg>');
}

.bi-message-nav-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-megaphone" viewBox="0 0 16 16"> <path d="M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-.214c-2.162-1.241-4.49-1.843-6.912-2.083l.405 2.712A1 1 0 0 1 5.51 15.1h-.548a1 1 0 0 1-.916-.599l-1.85-3.49-.202-.003A2.014 2.014 0 0 1 0 9V7a2.02 2.02 0 0 1 1.992-2.013 75 75 0 0 0 2.483-.075c3.043-.154 6.148-.849 8.525-2.199zm1 0v11a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0m-1 1.35c-2.344 1.205-5.209 1.842-8 2.033v4.233q.27.015.537.036c2.568.189 5.093.744 7.463 1.993zm-9 6.215v-4.13a95 95 0 0 1-1.992.052A1.02 1.02 0 0 0 1 7v2c0 .55.448 1.002 1.006 1.009A61 61 0 0 1 4 10.065m-.657.975 1.609 3.037.01.024h.548l-.002-.014-.443-2.966a68 68 0 0 0-1.722-.082z"/> </svg>');
}

.bi-list-nested-nav-menu[b-ezzo1p5nof] {
    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");
}

.bi-lock-nav-menu[b-ezzo1p5nof] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ezzo1p5nof] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ezzo1p5nof] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ezzo1p5nof] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-person-hand-nav-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-person-raised-hand" viewBox="0 0 16 16"> <path d="M6 6.207v9.043a.75.75 0 0 0 1.5 0V10.5a.5.5 0 0 1 1 0v4.75a.75.75 0 0 0 1.5 0v-8.5a.25.25 0 1 1 .5 0v2.5a.75.75 0 0 0 1.5 0V6.5a3 3 0 0 0-3-3H6.236a1 1 0 0 1-.447-.106l-.33-.165A.83.83 0 0 1 5 2.488V.75a.75.75 0 0 0-1.5 0v2.083c0 .715.404 1.37 1.044 1.689L5.5 5c.32.32.5.754.5 1.207"/> <path d="M8 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/> </svg>');
}

.bi-student-nav-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-mortarboard" viewBox="0 0 16 16"> <path d="M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917zM8 8.46 1.758 5.965 8 3.052l6.242 2.913z"/> <path d="M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466zm-.068 1.873.22-.748 3.496 1.311a.5.5 0 0 0 .352 0l3.496-1.311.22.748L8 12.46z"/> </svg>');
}

.bi-users-nav-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-person-gear" viewBox="0 0 16 16"> <path d="M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0"/> </svg>');
}

.bi-aircraft-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-airplane" viewBox="0 0 16 16"> <path d="M6.428 1.151C6.708.591 7.213 0 8 0s1.292.592 1.572 1.151C9.861 1.73 10 2.431 10 3v3.691l5.17 2.585a1.5 1.5 0 0 1 .83 1.342V12a.5.5 0 0 1-.582.493l-5.507-.918-.375 2.253 1.318 1.318A.5.5 0 0 1 10.5 16h-5a.5.5 0 0 1-.354-.854l1.319-1.318-.376-2.253-5.507.918A.5.5 0 0 1 0 12v-1.382a1.5 1.5 0 0 1 .83-1.342L6 6.691V3c0-.568.14-1.271.428-1.849m.894.448C7.111 2.02 7 2.569 7 3v4a.5.5 0 0 1-.276.447l-5.448 2.724a.5.5 0 0 0-.276.447v.792l5.418-.903a.5.5 0 0 1 .575.41l.5 3a.5.5 0 0 1-.14.437L6.708 15h2.586l-.647-.646a.5.5 0 0 1-.14-.436l.5-3a.5.5 0 0 1 .576-.411L15 11.41v-.792a.5.5 0 0 0-.276-.447L9.276 7.447A.5.5 0 0 1 9 7V3c0-.432-.11-.979-.322-1.401C8.458 1.159 8.213 1 8 1s-.458.158-.678.599"/> </svg>');
}
.bi-journal-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-journal-text" viewBox="0 0 16 16"> <path d="M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"/> <path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2"/> <path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z"/> </svg>');
}

.bi-maintenance-menu[b-ezzo1p5nof] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-gear-wide" viewBox="0 0 16 16"> <path d="M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434zM8 12.997a4.998 4.998 0 1 1 0-9.995 4.998 4.998 0 0 1 0 9.996z"/> </svg>');
}

.bi-arrow-bar-left-nav-menu[b-ezzo1p5nof] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ezzo1p5nof] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ezzo1p5nof] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ezzo1p5nof] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ezzo1p5nof]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ezzo1p5nof]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ezzo1p5nof]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ezzo1p5nof] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ezzo1p5nof] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ezzo1p5nof] {
        display: none;
    }

    .nav-scrollable[b-ezzo1p5nof] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/MonthCalendar.razor.rz.scp.css */
.calendar-grid[b-y2aheekv6q] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column; /* or row for vertical orientation */
}

.calendar-row[b-y2aheekv6q] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row; /* or column for vertical orientation */
}

.dummy-cell[b-y2aheekv6q] {
    flex: 1;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d0d0d0;
}

.today[b-y2aheekv6q] {
    filter: saturate(2.0);
}

.calendar-cell[b-y2aheekv6q] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    overflow: hidden;
    flex: 1;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #e0e0e0;
    transition: transform 0.2s ease-in-out;
    display: flex; /* optional, for layout control */
}

    .calendar-cell:hover[b-y2aheekv6q] {
        transform: scale(1.05); /* Grows by 5% */
        filter: brightness(0.95); /* Slightly darker */
    }

    .calendar-cell ::after hover[b-y2aheekv6q] {
        flex-grow: 1;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 0.9rem;
    }


.cell-text-empty[b-y2aheekv6q] {
    font-size: 2.8rem;
    color: white;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
}

.cell-text-occupied[b-y2aheekv6q] {
    font-size: 2rem;
    color: white;
    align-items: start;
    justify-content: left; /* Horizontal centering */
}

.day-container[b-y2aheekv6q] {
    display: flex;
    width: 100%;
}

.day-item[b-y2aheekv6q] {
    flex:1;
    font-size:1.6rem;
    color:#909090;
    text-align:center;
}

.popup-content[b-y2aheekv6q] {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 8px;
    z-index: 1000;
}
/* /Components/MultiSelect.razor.rz.scp.css */
.dropdown-container[b-p7txl2b3af] {
    border: 1px solid #ccc;
    padding: 6px;
    width: 200px;
    cursor: pointer;
    position: relative;
    background-color: white;
}

.dropdown-header[b-p7txl2b3af] {
    font-weight: bold;
}

.dropdown-list[b-p7txl2b3af] {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1000;
}

.dropdown-item[b-p7txl2b3af] {
    display: block;
    padding: 4px;
}
/* /Components/Pages/Aircraft.razor.rz.scp.css */
.selectContainer[b-la2cdwktdw] {
    display: flex;
}

[b-la2cdwktdw] .selectFont {
    margin-left: 1rem;
    font-size: 1.6rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.page[b-jzoxwkp40y] {
    background-image: url('/Image/GHNGE.jpg');
    opacity: 0.6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; /* optional: keeps it static while scrolling */
}
/* /Components/Pages/Instructor.razor.rz.scp.css */
/* /Components/Pages/JournalView.razor.rz.scp.css */

.qgrid[b-lm0plom4wc] {
    font-size: small;
    width: 100%;
}

quickGridSize[b-lm0plom4wc] {
    width: 100%;
}

.wrap-column[b-lm0plom4wc] {
    word-wrap:anywhere; /* legacy but widely supported */
    overflow-wrap: anywhere; /* modern standard */
    white-space: normal; /* allows wrapping */
}

/* Sticky header while scrolling */
.qgrid[b-lm0plom4wc]  thead {
    position: sticky;
    top: 0;
    background-color: lightslategrey;
}

/* Subtle stripe effect */
.qgrid[b-lm0plom4wc]  tr:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}

.info[b-lm0plom4wc] {
    margin-bottom: 1rem;
}
/* /Components/Pages/UserAdmin.razor.rz.scp.css */
/* /Components/PlayControl.razor.rz.scp.css */
.play-button[b-3yxbukjhnr] {
    height: 1.2rem;
    width: 1.2rem;
}

button:focus[b-3yxbukjhnr],
.btn:focus[b-3yxbukjhnr] {
    outline: none;
    box-shadow: none;
}

/* /Components/Popup.razor.rz.scp.css */
.popupMessage[b-osz4z00m6d] {
    font-size: 1.4rem;
}
/* /Components/UserFinderComp.razor.rz.scp.css */
.prompt[b-94ao2ak5n3] {
    font-size:large;
    font-weight:bold;
}

.search-box[b-94ao2ak5n3] {
    width: 30rem;
    padding: 0.6em;
}

.item[b-94ao2ak5n3] {
    border: none;
    padding: 0.2em;
}
    .item:hover[b-94ao2ak5n3] {
        font-weight:bold;
    }

.dropdown[b-94ao2ak5n3] {
    position: absolute;
    z-index: 1055;
    display: grid;
    grid-template-columns: 1fr;
    overflow-y: auto;

    background: white;
    border: 1px solid #ccc;
    max-height: 10rem;
    width: 30rem;
    padding: 1em;
}

    .dropdown li[b-94ao2ak5n3] {
        padding: 1em;
        cursor: pointer;
    }

        .dropdown li:hover[b-94ao2ak5n3] {
            background-color: #f0f0f0;
        }

[b-94ao2ak5n3] thead {
    display: none;
}
/* /Components/WebMessages/WebMessageComp.razor.rz.scp.css */
.msgGrid[b-kytmr6era0] {
    background-color: lightyellow;
    border: 2px solid #FFD700;
    border-radius: 10px;
    margin-bottom:1.2rem;

    padding: 20px;
    text-align: center;
}

.msgTitle[b-kytmr6era0] {
    font-weight: bold;
    font-size: large;
}

.msgText[b-kytmr6era0] {
    font-size: medium;
}
/* /Components/WebMessages/WebMessageEditorComp.razor.rz.scp.css */
.msgGrid[b-cnia8ayffh] {
    display: grid;
    grid-template-columns: auto 1fr; /* Two equal columns */
    gap: 10px; /* Optional spacing between items */

    padding: 20px;
}

.msgTitle[b-cnia8ayffh] {
    font-weight: bold;
    font-size: 1.5rem;
}

.msgText[b-cnia8ayffh] {
    font-size: 1.2rem;
}

.msgBox[b-cnia8ayffh] {
    width: 120rem;
}

.btnRow[b-cnia8ayffh] {
}
/* /Components/WebMessages/WebMessageManager.razor.rz.scp.css */
.msgGrid[b-e2pal2pfut] {
    display: flex;
    width: 100%;
    overflow-y: auto;
    font-size: 0.6rem;
}

    /* Sticky header while scrolling */
    .msgGrid[b-e2pal2pfut]  thead {
        position: sticky;
        top: 0;
        background-color: lightslategrey;
    }

    /* Subtle stripe effect */
    .msgGrid[b-e2pal2pfut]  tr:nth-child(even) {
        background-color: rgba(255,255,255,0.4);
    }


.fixed-column[b-e2pal2pfut] {
    flex: 0 0 auto; /* Auto-size based on content */
    margin: 0;
}

.expand-column[b-e2pal2pfut] {
    flex: 1; /* Expands to fill remaining space */
}
/* /Components/WeekCalendar.razor.rz.scp.css */
.week-calendar[b-xshnkohtgp] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row; /* or row for vertical orientation */
}

.week-row[b-xshnkohtgp] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column; /* or column for vertical orientation */
}

.today[b-xshnkohtgp] {
    filter: saturate(2.0);
}


.week-cell[b-xshnkohtgp] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    overflow: hidden;
    flex-grow: 1;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #e0e0e0;
    color: white;
    transition: transform 0.2s ease-in-out;
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    text-align: center; /* Optional: center multi-line text */
}

    .week-cell:hover[b-xshnkohtgp] {
        transform: scale(1.05); /* Grows by 5% */
        filter: brightness(0.95); /* Slightly darker */
    }

    .week-cell ::after hover[b-xshnkohtgp] {
        flex-grow: 1;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 0.9rem;
    }

.cell-text-occupied[b-xshnkohtgp] {
    justify-content: left; /* Horizontal centering */
    align-items:start; /* Vertical centering */
}

.cell-text-empty[b-xshnkohtgp] {
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}

.day-container[b-xshnkohtgp] {
    display: flex;
    width: 100%;
    flex-direction: row; /* or row for vertical orientation */
}

.header-item[b-xshnkohtgp] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items:center;
}

.day-item[b-xshnkohtgp] {
    font-size: 0.9rem;
    color: #909090;
}
.date-item[b-xshnkohtgp] {
    font-size: 1.5rem;
    color: #909090;
}

.timeDisp[b-xshnkohtgp] {
    display: flex;
    align-items: baseline;
}

.hourDisp[b-xshnkohtgp] {
    font-size: 1.6rem;
}

.minuteDisp[b-xshnkohtgp] {
    font-size: 1.1rem;
}
