/* /Components/Common/UploadControl.razor.rz.scp.css */
.filebutton[b-we0s74gxbj] {
    padding-left: 100px;
    padding-right: 10px;
    width: 200px;
    text-align: right;
}
.dxuc-file-view[b-we0s74gxbj], .fileUploader .dxuc-file-view[b-we0s74gxbj], table.dxuc-file-view[b-we0s74gxbj] {
    display: none !important;
}
.filename[b-we0s74gxbj] {
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: block;
    font-size: smaller;
}
/* /Components/Common/UploadViewControl.razor.rz.scp.css */
.filebutton[b-wu8wxjzwwl] {
    padding-left: 100px;
    padding-right: 10px;
    width: 200px;
    text-align: right;
}
.dxuc-file-view[b-wu8wxjzwwl], .fileUploader .dxuc-file-view[b-wu8wxjzwwl], table.dxuc-file-view[b-wu8wxjzwwl] {
    display: none !important;
}
.filename[b-wu8wxjzwwl] {
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: block;
    font-size: smaller;
}
/* /Pages/Application/Index.razor.rz.scp.css */
/***Questionnaire***/

.questionnaire-dialog[b-r4tt0kt6cx] {
    overflow-y: initial !important;
    width: 50vw;
}

.quationnaire-body[b-r4tt0kt6cx] {
    height: 60vh;
    overflow-y: auto;
    width: 100%;
}
.questionTitle[b-r4tt0kt6cx] {
    border-width: 0 0 0 4px;
    color: black;
    padding: 10px;
    font-weight: bold;
}

.questionAnswer[b-r4tt0kt6cx] {
    color: darkgrey;
    padding: 0 10px 0 0;
    font-weight: normal;
}

.qToast[b-r4tt0kt6cx] {
    width: 380px;
    height: 100px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(75, 50, 50, 0.05);
    border-left: 8px solid #47d764;
    border-radius: 7px;
    display: grid;
    position: absolute;
    right: 400px;
    grid-template-columns: 1.2fr 6fr 0.5fr;
    transform: translate(400px);
    transition: 1s;
}

.container-1[b-r4tt0kt6cx], .container-2[b-r4tt0kt6cx] {
    align-self: center;
}

.container-1 i[b-r4tt0kt6cx] {
    font-size: 40px;
    color: #47d764;
}

.container-2 p:first-child[b-r4tt0kt6cx] {
    color: #101020;
    font-weight: 600;
    font-size: 16px;
}

.container-2 p:last-child[b-r4tt0kt6cx] {
    font-size: 12px;
    color: #656565;
    font-weight: 600;
}

#toast button[b-r4tt0kt6cx] {
    align-self: flex-start;
    background-color: transparent;
    font-size: 25px;
    line-height: 0;
    color: #656565;
    cursor: pointer;
}

.qsnr-container[b-r4tt0kt6cx] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.qsnr-container .qsnr[b-r4tt0kt6cx] {
    position: relative;
    height: 70px;
    width: 200px;
    background-color: #4ba2ff;
    border-radius: 5px;
    z-index: 9999;
}

.qsnr-container .qsnr[b-r4tt0kt6cx]::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}

.qsnr-container .qsnr .qsnr-content[b-r4tt0kt6cx] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.qsnr-container .qsnr .qsnr-content .material-icons[b-r4tt0kt6cx] {
    color: white;
    font-size: 48px;
}

.qsnr-container .sub-button[b-r4tt0kt6cx] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #4ba2ff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.qsnr-container .sub-button:hover[b-r4tt0kt6cx] {
    cursor: pointer;
}

.qsnr-container .sub-button .material-icons[b-r4tt0kt6cx] {
    color: white;
    padding-top: 6px;
}

.qsnr-container .qsnr .qsnr-content a .qsnr-sub-link-left[b-r4tt0kt6cx] {
    float: left;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    font-size: xx-large;
    color:white;
}

.qsnr-container .qsnr .qsnr-content a .qsnr-sub-link-right[b-r4tt0kt6cx] {
    float: right;
    width: 70%;
    text-align: center;
    vertical-align: middle;
    font-size: medium;
    color:white;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-n9kqqiq7ym] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n9kqqiq7ym] {
    flex: 1;
}

.sidebar[b-n9kqqiq7ym] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n9kqqiq7ym] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n9kqqiq7ym]  a, .top-row .btn-link[b-n9kqqiq7ym] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-n9kqqiq7ym] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-n9kqqiq7ym] {
        display: none;
    }

    .top-row.auth[b-n9kqqiq7ym] {
        justify-content: space-between;
    }

    .top-row a[b-n9kqqiq7ym], .top-row .btn-link[b-n9kqqiq7ym] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n9kqqiq7ym] {
        flex-direction: row;
    }

    .sidebar[b-n9kqqiq7ym] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n9kqqiq7ym] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-n9kqqiq7ym], article[b-n9kqqiq7ym] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m7bav2253e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m7bav2253e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m7bav2253e] {
    font-size: 1.1rem;
}

.oi[b-m7bav2253e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-m7bav2253e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*.nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }*/

    .nav-item[b-m7bav2253e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-m7bav2253e]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-m7bav2253e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1100px) {
    .navbar-toggler[b-m7bav2253e] {
        display: none;
    }

    .collapse[b-m7bav2253e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-m7bav2253e] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
