/* /Pages/Calc/Index.razor.rz.scp.css */
.action-bar[b-tivj1x1yzq] {
    justify-content: space-between;
    display: flex;
}

.action-bar--side[b-tivj1x1yzq] {
    display: flex;
}

.radio-button-list[b-tivj1x1yzq] {
    margin: 8px 0px;
    padding: 6px 0px;
}
/* /Pages/Calendar/Index.razor.rz.scp.css */
.action-bar[b-74u01njacz] {
    justify-content: space-between;
    display: flex;
}

.action-bar--side[b-74u01njacz] {
    display: flex;
}

.radio-button-list[b-74u01njacz] {
    margin: 8px 0px;
    padding: 6px 0px;
}

.time-entry-block[b-74u01njacz] {
    height: inherit;
}

.circle[b-74u01njacz] {
    display: inline-table;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.circle__content[b-74u01njacz] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* /Pages/Vacation/Index.razor.rz.scp.css */
.action-bar[b-vn31mg7gys] {
    justify-content: space-between;
    display: flex;
}

.action-bar--side[b-vn31mg7gys] {
    display: flex;
}

.radio-button-list[b-vn31mg7gys] {
    margin: 8px 0px;
    padding: 6px 0px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4cc27enl0f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4cc27enl0f] {
    flex: 1;
}

.sidebar[b-4cc27enl0f] {
    background-image: linear-gradient(180deg, rgb(67, 108, 180) 0%, #A2B8E0 70%);
}

.rz-dialog-mask[b-4cc27enl0f] {
    z-index: -1 !important;
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4cc27enl0f] {
        display: none;
    }

    .top-row.auth[b-4cc27enl0f] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-4cc27enl0f], article[b-4cc27enl0f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gws5wl03bh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gws5wl03bh] {
    height: 4.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gws5wl03bh] {
    font-size: 1.1rem;
}

.oi[b-gws5wl03bh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gws5wl03bh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gws5wl03bh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gws5wl03bh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gws5wl03bh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gws5wl03bh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gws5wl03bh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gws5wl03bh] {
        display: none;
    }

    .collapse[b-gws5wl03bh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
