/* _content/AVFKAnmalan.UI/Components/FormDynamics/FormRenderer.razor.rz.scp.css */
.fieldset-legend-active[b-mkyfsjldgt] {
    border-radius: 5px;
    background-color: #e8e8e8;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
    padding: 4px 4px 4px 4px;
    width: 100%;
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 12px;
}

.fieldset-legend-inactive[b-mkyfsjldgt] {
    border-radius: 5px;
    background-color: #e8e8e8;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
    padding: 4px 4px 4px 4px;
    width: 100%;
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 12px;
}

.form-group[b-mkyfsjldgt] {
    padding: 4px;
}

.card[b-mkyfsjldgt] {
    margin: 12px;
    padding-left: 10%;
    padding-right: 10%;
    border: none;
}

.alert[b-mkyfsjldgt] {
    margin-top: 5px;
}

.total-hits[b-mkyfsjldgt] {
    border-bottom: 1px solid #ced4da;
    margin: 10px 0px;
}

.number-of-pages[b-mkyfsjldgt] {
    border-bottom: 1px solid #ced4da;
    margin: 10px 0px;
}

.folder-checked[b-mkyfsjldgt] {
    margin-right: 10px;
    margin-top: 5px;
}

.radio-category-container[b-mkyfsjldgt] {
}

.radio-category-header[b-mkyfsjldgt] {
    border-top: 1px solid #dfdfdf;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.radio-category-title[b-mkyfsjldgt] {
    margin-left: 10px;
}

.radio-category-content[b-mkyfsjldgt] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.radio-category-description[b-mkyfsjldgt] {
    margin-left: 24px;
    margin-bottom: 6px;
}

.categorized-radio-check[b-mkyfsjldgt] {
    margin-left: 24px;
}
.text-preview[b-mkyfsjldgt] {
    font-weight: 600;
}

.small-button-container[b-mkyfsjldgt] {
    width: 200px;
}

.plain-text-pre[b-mkyfsjldgt] {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.chevron[b-mkyfsjldgt]::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.75em;
    left: 0.15em;
    position: relative;
    top: 0.35em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.75em;
}

.chevron.right[b-mkyfsjldgt]:before {
    left: 0;
    transform: rotate(45deg);
}

.chevron.bottom[b-mkyfsjldgt]:before {
    top: 0.15em;
    transform: rotate(135deg);
}

.chevron.left[b-mkyfsjldgt]:before {
    left: 0.25em;
    transform: rotate(-135deg);
}

.nextstep[b-mkyfsjldgt] {
    margin-top: 15px;
}

.page-toggler[b-mkyfsjldgt] {
    border: 1px solid #ced4da;
    width: 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0.5px;
    border-radius: 8px;
}

.page-toggler.selected[b-mkyfsjldgt] {
    background-color: lightgray;
}

.noselect[b-mkyfsjldgt] {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* _content/AVFKAnmalan.UI/Components/Forms/OrganizationEditForm.razor.rz.scp.css */
.form-group[b-8blwg9jz4v] {
    padding: 16px;
}

.card[b-8blwg9jz4v] {
    margin: 12px;
    padding: 10%;
}
/* _content/AVFKAnmalan.UI/Components/Forms/OrganizationListForm.razor.rz.scp.css */
.form-group[b-0f3y67oqqm] {
    padding: 16px;
}

.card[b-0f3y67oqqm] {
    margin: 12px;
    padding: 10%;
}

.list-item-button-container[b-0f3y67oqqm] {
    width: 100px;
}
/* _content/AVFKAnmalan.UI/Pages/Cases.razor.rz.scp.css */
.card[b-lzm2re56sl] {
    margin: 12px;
    padding: 10%;
}

.list-item-button-container[b-lzm2re56sl] {
    width: 100px;
}

.button-container[b-lzm2re56sl] {
    width: 160px;
}

.current-page-view-container[b-lzm2re56sl] {
    margin: 0.5rem;
}

.pagination-controls-container[b-lzm2re56sl] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.5rem;
}
/* _content/AVFKAnmalan.UI/Pages/UserLogin.razor.rz.scp.css */
.form-group[b-1xrtjljybs] {
    padding: 16px;
}

.card[b-1xrtjljybs] {
    margin: 12px;
    padding: 10%;
}
/* _content/AVFKAnmalan.UI/Shared/CleanLayout.razor.rz.scp.css */
.page[b-o96v3wacrk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o96v3wacrk] {
    flex: 1;
}

.max-width-content[b-o96v3wacrk] {
    max-width: 1000px;
    margin: auto;
}

.sidebar[b-o96v3wacrk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o96v3wacrk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o96v3wacrk]  a, .top-row .btn-link[b-o96v3wacrk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-o96v3wacrk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o96v3wacrk] {
        display: none;
    }

    .top-row.auth[b-o96v3wacrk] {
        justify-content: space-between;
    }

    .top-row a[b-o96v3wacrk], .top-row .btn-link[b-o96v3wacrk] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o96v3wacrk] {
        flex-direction: row;
    }

    .sidebar[b-o96v3wacrk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o96v3wacrk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-o96v3wacrk], article[b-o96v3wacrk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.top-bar[b-o96v3wacrk] {
    border-bottom: 1px solid lightgray;
    padding: 10px;
    background-color: white;
}
/* _content/AVFKAnmalan.UI/Shared/DefaultMainLayout.razor.rz.scp.css */
.page[b-woi3rfn2tt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-woi3rfn2tt] {
    flex: 1;
}

.sidebar[b-woi3rfn2tt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-woi3rfn2tt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-woi3rfn2tt]  a, .top-row .btn-link[b-woi3rfn2tt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-woi3rfn2tt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-woi3rfn2tt] {
        display: none;
    }

    .top-row.auth[b-woi3rfn2tt] {
        justify-content: space-between;
    }

    .top-row a[b-woi3rfn2tt], .top-row .btn-link[b-woi3rfn2tt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-woi3rfn2tt] {
        flex-direction: row;
    }

    .sidebar[b-woi3rfn2tt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-woi3rfn2tt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-woi3rfn2tt], article[b-woi3rfn2tt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AVFKAnmalan.UI/Shared/InlineInfoButton.razor.rz.scp.css */
.inline-info-container[b-meeo6hhg5p] {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
}
/* _content/AVFKAnmalan.UI/Shared/MainLayout.razor.rz.scp.css */
.page[b-3xj0otpzl7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3xj0otpzl7] {
    flex: 1;
}

.sidebar[b-3xj0otpzl7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3xj0otpzl7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3xj0otpzl7]  a, .top-row .btn-link[b-3xj0otpzl7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3xj0otpzl7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3xj0otpzl7] {
        display: none;
    }

    .top-row.auth[b-3xj0otpzl7] {
        justify-content: space-between;
    }

    .top-row a[b-3xj0otpzl7], .top-row .btn-link[b-3xj0otpzl7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3xj0otpzl7] {
        flex-direction: row;
    }

    .sidebar[b-3xj0otpzl7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3xj0otpzl7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3xj0otpzl7], article[b-3xj0otpzl7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AVFKAnmalan.UI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2sjbdzbd3f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2sjbdzbd3f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2sjbdzbd3f] {
    font-size: 1.1rem;
}

.oi[b-2sjbdzbd3f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2sjbdzbd3f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2sjbdzbd3f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2sjbdzbd3f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2sjbdzbd3f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2sjbdzbd3f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2sjbdzbd3f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2sjbdzbd3f] {
        display: none;
    }

    .collapse[b-2sjbdzbd3f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
