@import '_content/Ineqe.WebApps.Blazor/Ineqe.WebApps.Blazor.bundle.scp.css';

/* /Child Components/Analytics/Advanced/Analytics_Advanced_Card_Template.razor.rz.scp.css */
#advanced-title[b-3ieh6ch7bu] 
{
    font-weight: bolder;
    text-align: center;
    margin-bottom: 1rem;
    display: block !important;
}

#advanced-description[b-3ieh6ch7bu] {
    text-align: center;
    margin-bottom: 1rem;
}

#advanced-buttons-container[b-3ieh6ch7bu] {
    width: 100%;
    margin-bottom: 0.5rem;
    display: block;
    text-align: center;
}
/* /Child Components/Directory/Modals/ViewDirectoryMemberModal.razor.rz.scp.css */
#view-member-content[b-vp2zaybjjz] {
    justify-content: space-evenly;
}

#profile-picture[b-vp2zaybjjz] {
    height: 15rem;
    width: 15rem;
    border-radius: 10rem;
    object-fit: cover;
}

#delete-profile-picture-button[b-vp2zaybjjz] {
    margin: 0 auto;
}

#member-roles[b-vp2zaybjjz] {
    max-height: 10rem;
    overflow-y: scroll;
}
/* /Child Components/News/Modals/NewsRawHtmlEditor.razor.rz.scp.css */
[b-2xqb35my85] textarea {
    display: block;
    width: 100%;
    padding: 1.5rem;
    white-space: pre;
    overflow-x: scroll;
    overflow-wrap: normal;
    margin-bottom: 1rem;
}

@media(max-width: 332px) {
    #save-button[b-2xqb35my85] {
        display: block;
        margin-bottom: 1rem;
    }
}

@media(min-width: 332px) {
    #save-button[b-2xqb35my85] {
        margin-right: 1rem;
    }
}
/* /Child Components/News/NewsTable.razor.rz.scp.css */
#filters[b-xw6v9os3rv], #category-selector[b-xw6v9os3rv], #view-switch[b-xw6v9os3rv] {
    display: flex;
}

#filters[b-xw6v9os3rv] {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-direction: row;
}

#category-selector[b-xw6v9os3rv], #view-switch[b-xw6v9os3rv] {
    flex-direction: column;
}

#category-selector[b-xw6v9os3rv] {
    align-items: flex-start;
}

#view-switch[b-xw6v9os3rv] {
    align-items: flex-end;
}
/* /Child Components/Organisation Surveys/Modals/View_Survey.razor.rz.scp.css */
#survey-link[b-juvm4dcol4] {
    max-width: 50rem;
    overflow-wrap: break-word;
}

#role-list[b-juvm4dcol4] {
    max-height: 6rem;
    overflow-y: scroll;
}
/* /Pages/Customize_App.razor.rz.scp.css */
#submit-button[b-u1iubgkl16] {
    color: rgb(255, 255, 255);
    align-content: center !important;
}

.switch-btn-css[b-u1iubgkl16] {
    height: 3rem;
    margin-left: 4rem;
    margin-right: -1rem;
}

@media(max-width: 768px) {
    .switch-btn-css[b-u1iubgkl16] {
        margin-left: 2rem;
    }
}
/* /Pages/News/CreatePost.razor.rz.scp.css */
#post-thumbnail[b-t9tyx796z1] {
    display: block;
    max-height: 6rem;
    max-width: 4rem;
}
/* /Shared/Components/FormElements/CheckboxMultiselect.razor.rz.scp.css */
.checkbox-multiselect-container[b-2f0e2pd7pc] {
    padding: 0.5rem;
    overflow-y: scroll;
}

.checkbox-multiselect-container[b-2f0e2pd7pc], .checkbox-multiselect-item[b-2f0e2pd7pc] {
    display: block;
}

.checkbox-multiselect-item[b-2f0e2pd7pc] {
    margin-bottom: 0.2rem;
}

.checkbox-multiselect-item:last-of-type[b-2f0e2pd7pc] {
    margin-bottom: 0;
}

#multiselect-clear-btn[b-2f0e2pd7pc] {
    margin-left: 1rem;
}
/* /Shared/Components/FormElements/CustomSwitch.razor.rz.scp.css */
.switch[b-f36zay1rax] {
    position: relative;
    display: block;
    width: 55px;
    height: 20px;
    margin-left: 14rem;
    margin-top: -2rem;
}

    .switch input[b-f36zay1rax] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-f36zay1rax] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-f36zay1rax]:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 6px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-f36zay1rax] {
    background-color: #00963D;
}

input:focus + .slider[b-f36zay1rax] {
    box-shadow: 0 0 1px #00963D;
}

input:checked + .slider[b-f36zay1rax]:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
/* Rounded sliders */
.slider.round[b-f36zay1rax] {
    border-radius: 34px;
}

    .slider.round[b-f36zay1rax]:before {
        border-radius: 50%;
    }
/* /Shared/Components/FormElements/FieldClear.razor.rz.scp.css */
.clear-button-container[b-r8h32x3abf] {
    display: inline;
    margin-left: 0.5rem;
}

.clear-button[b-r8h32x3abf] {
    color: #8f8f8f;
}

.clear-button:hover[b-r8h32x3abf], .clear-button:focus[b-r8h32x3abf] {
    color: #6e6e6e;
}

.clear-button-disabled[b-r8h32x3abf] {
    color: #bababa;
}
