@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Helpline/Components/Layout/FontSizePicker/FontSizePicker.razor.rz.scp.css */
.font-size-picker[b-y4gs1kn6il] {
    float: right;
}
/* _content/Helpline/Components/Layout/FontSizePicker/FontSizePickerItem.razor.rz.scp.css */
.font-size-picker-item[b-pexfszl9b1] {
    border: 1px solid white;
    border-radius: 10px;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.font-size-picker-item:hover[b-pexfszl9b1] {
    background-color:rgba(255,255,255,0.25);
}
/* _content/Helpline/Components/Layout/MainLayout.razor.rz.scp.css */
header[b-zt7o2t2416] {
    color: white !important;
}

#blazor-error-ui[b-zt7o2t2416] {
    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-zt7o2t2416] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

footer[b-zt7o2t2416] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 32px;
    background-color: #f5f5f5;
    max-height: 32px;
    z-index: -1;
}

    footer p[b-zt7o2t2416] {
        font-size: x-small;
        float: right;
        padding-top: 8px;
        margin: 0 0 10px;
    }
/* _content/Helpline/Components/Pages/Admin/UserRoleManager.razor.rz.scp.css */
.box[b-nhelwjkioj] {
    border: 1px solid black;
    padding: 10px;
}

.userRoleBox[b-nhelwjkioj] {
    margin-top: 10px;
}

.userSelectBox[b-nhelwjkioj] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.chip[b-nhelwjkioj] {
    border: 1px solid black;
    padding: 5px;
    background-color: blue;
    color: white;
    border-radius: 10px;
    width: fit-content;
    font-size: 8pt;
    margin-top: 10px;
}

.chip a[b-nhelwjkioj] {
    color: white;
    margin-left: 1px;
    margin-right: 1px;
}

.chip a:hover[b-nhelwjkioj] {
    border: 1px solid white;
    margin: 0;
}
