@import '_content/RCL-Commix-Common-Library/RCL-Commix-Common-Library.7by5eds84e.bundle.scp.css';

/* /Pages/AdminSurveys/Survey.razor.rz.scp.css */
.topBar[b-rntk3qvqsr]{
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    height: 350px;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.topBar span[b-rntk3qvqsr]{
    position: absolute;
    z-index: 1;
    padding: 0 10px;
}
.topBar img[b-rntk3qvqsr]{
    z-index: 0;
    min-width: 1px;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.topBar .gradient[b-rntk3qvqsr]{
    background-image: linear-gradient(to top, #201f1f 12%, rgba(40, 43, 47, .5));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.text-bold[b-rntk3qvqsr] {font-weight: 700;}
.text-grey[b-rntk3qvqsr] {color: #95979f;}
.buttonSubmitWrapper[b-rntk3qvqsr]{margin-top: 10px;}
.survey-footer[b-rntk3qvqsr]{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: small;
    padding: 30px 0;
    color: #95979f;
}
.profileAvatar[b-rntk3qvqsr]{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.flex-vertical[b-rntk3qvqsr] {
    display: flex;
    flex-direction: column;
}
.panels[b-rntk3qvqsr] {
    background: #202225;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgb(255,255,255,.10);
    width: auto;
}
.survey-container[b-rntk3qvqsr]{
    width: 100%;
    min-width: 1px;
    margin: 0 auto;
}
.survey-wrapper[b-rntk3qvqsr]{
    width: 680px;
    max-width: 90vw;
    margin: 0 auto;
}

/* /Pages/AdminSurveys/SurveyQuestion.razor.rz.scp.css */
.text-bold[b-ied0conmu3] {font-weight: 700;}
.text-grey[b-ied0conmu3] {color: #95979f;}
.profileAvatar[b-ied0conmu3]{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px 0;
}
.flex-vertical[b-ied0conmu3] {
    display: flex;
    flex-direction: column;
}
.survey-panels[b-ied0conmu3] {
    background: #202225;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgb(255,255,255,.10);
    width: auto;
}
.survey-panels h3[b-ied0conmu3]{
    margin-top: auto;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
}
/* /Shared/ErrorLayout.razor.rz.scp.css */
.error[b-mik2i8r0gq] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(/images/brooke-cagle-uWVWQ8gF8PE-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xph4h7mnwf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-xph4h7mnwf] {
    flex: 1;
}

.sidebar[b-xph4h7mnwf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xph4h7mnwf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xph4h7mnwf]  a, .top-row .btn-link[b-xph4h7mnwf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xph4h7mnwf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xph4h7mnwf] {
        display: none;
    }

    .top-row.auth[b-xph4h7mnwf] {
        justify-content: space-between;
    }

    .top-row a[b-xph4h7mnwf], .top-row .btn-link[b-xph4h7mnwf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xph4h7mnwf] {
        flex-direction: row;
    }

    .sidebar[b-xph4h7mnwf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xph4h7mnwf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-xph4h7mnwf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
