/* _content/GWIS.FrontEnd/Components/Common/Scheduler/FreeScheduler.razor.rz.scp.css */
.free-block-container[b-d0ukwro5wj] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.free-block-normal[b-d0ukwro5wj] {
    background-color: var(--mud-palette-primary);
    color: white;
    border: 2px solid var(--mud-palette-primary-darken);
    cursor: move;
    transition: all 0.2s;
}

.free-block-normal:hover[b-d0ukwro5wj] {
    background-color: var(--mud-palette-primary-darken);
}

.free-block-warning[b-d0ukwro5wj] {
    background-color: var(--mud-palette-warning);
    color: white;
    border: 2px solid var(--mud-palette-warning-darken);
    cursor: move;
    transition: all 0.2s;
}

.free-block-warning:hover[b-d0ukwro5wj] {
    background-color: var(--mud-palette-warning-darken);
}

.free-block-content[b-d0ukwro5wj] {
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.free-block-time[b-d0ukwro5wj] {
    font-size: 0.85em;
    margin-top: 2px;
}

.warning-icon[b-d0ukwro5wj] {
    position: absolute;
    top: 2px;
    right: 24px;
    font-size: 0.9em;
}

.free-block-delete[b-d0ukwro5wj] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 3px;
    padding: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s;
    z-index: 10;
}

.free-block-container:hover .free-block-delete[b-d0ukwro5wj] {
    opacity: 1;
}

.free-block-delete:hover[b-d0ukwro5wj] {
    background: rgba(0, 0, 0, 0.5);
}

.free-block-delete svg[b-d0ukwro5wj] {
    width: 14px;
    height: 14px;
}
/* _content/GWIS.FrontEnd/Components/Common/Scheduler/PlanningPredefinedScheduler.razor.rz.scp.css */
.planning-block-inactive[b-lax7gmuwgs] {
    background-color: #f5f5f5;
    border: 2px dashed #ccc;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
}

.planning-block-inactive:hover[b-lax7gmuwgs] {
    opacity: 0.8;
    border-color: #999;
}

.planning-block-active[b-lax7gmuwgs] {
    background-color: var(--mud-palette-primary);
    color: white;
    border: 2px solid var(--mud-palette-primary-darken);
    cursor: pointer;
    transition: all 0.2s;
}

.planning-block-active:hover[b-lax7gmuwgs] {
    background-color: var(--mud-palette-primary-darken);
}

.planning-block-content[b-lax7gmuwgs] {
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.planning-block-time[b-lax7gmuwgs] {
    font-size: 0.85em;
    margin-top: 2px;
}
/* _content/GWIS.FrontEnd/Components/Common/Scheduler/PredefinedScheduler.razor.rz.scp.css */
.predefined-block-container[b-0yk4pnlz2y] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.predefined-block-inactive[b-0yk4pnlz2y] {
    background-color: rgba(128, 128, 128, 0.2);
    border: 2px dashed rgba(128, 128, 128, 0.4);
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
    color: rgba(0, 0, 0, 0.6);
}

.predefined-block-inactive:hover[b-0yk4pnlz2y] {
    opacity: 0.8;
    background-color: rgba(128, 128, 128, 0.3);
    border-color: rgba(128, 128, 128, 0.6);
}

.predefined-block-active[b-0yk4pnlz2y] {
    background-color: var(--mud-palette-primary);
    color: white;
    border: 2px solid var(--mud-palette-primary-darken);
    cursor: pointer;
    transition: all 0.2s;
}

.predefined-block-active:hover[b-0yk4pnlz2y] {
    background-color: var(--mud-palette-primary-darken);
}

.predefined-block-content[b-0yk4pnlz2y] {
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    overflow: hidden;
}

.predefined-block-time[b-0yk4pnlz2y] {
    font-size: 0.85em;
    margin-top: 2px;
}

.predefined-block-edit[b-0yk4pnlz2y] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 3px;
    padding: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s;
    z-index: 10;
}

.predefined-block-container:hover .predefined-block-edit[b-0yk4pnlz2y] {
    opacity: 1;
}

.predefined-block-edit:hover[b-0yk4pnlz2y] {
    background: rgba(0, 0, 0, 0.5);
}

.predefined-block-edit svg[b-0yk4pnlz2y] {
    width: 14px;
    height: 14px;
}
/* _content/GWIS.FrontEnd/Components/Common/Scheduler/WeeklyScheduleList.razor.rz.scp.css */
.weekly-schedule-day-column[b-f9y9yl4tmy] {
    min-height: 120px;
    border-left: 4px solid var(--mud-palette-primary);
}

.weekly-schedule-block[b-f9y9yl4tmy] {
    background-color: var(--mud-palette-background-grey);
    transition: all 0.2s;
}

.weekly-schedule-block:hover[b-f9y9yl4tmy] {
    background-color: var(--mud-palette-action-default-hover);
}

.weekly-time-picker[b-f9y9yl4tmy] {
    max-width: 140px;
}
/* _content/GWIS.FrontEnd/Components/Navigation/LogInOrOut.razor.rz.scp.css */
.bi[b-wz8of9152j] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-person-badge-nav-menu[b-wz8of9152j] {
    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-arrow-bar-left-nav-menu[b-wz8of9152j] {
    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-wz8of9152j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item .nav-link[b-wz8of9152j] {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item .nav-link:hover[b-wz8of9152j] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
/* _content/GWIS.FrontEnd/Layout/MainLayout.razor.rz.scp.css */
.page[b-bryxejqq0b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-bryxejqq0b] {
    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-bryxejqq0b] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
