/* _content/QuestApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vwg6j1yz11] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vwg6j1yz11] {
    flex: 1;
}

.sidebar[b-vwg6j1yz11] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vwg6j1yz11] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-vwg6j1yz11]  a, .top-row[b-vwg6j1yz11]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-vwg6j1yz11]  a:hover, .top-row[b-vwg6j1yz11]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-vwg6j1yz11]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-vwg6j1yz11] {
        justify-content: space-between;
    }

    .top-row[b-vwg6j1yz11]  a, .top-row[b-vwg6j1yz11]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vwg6j1yz11] {
        flex-direction: row;
    }

    .sidebar[b-vwg6j1yz11] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vwg6j1yz11] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vwg6j1yz11]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vwg6j1yz11], article[b-vwg6j1yz11] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vwg6j1yz11] {
    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-vwg6j1yz11] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/QuestApp/Components/Pages/InfoPage.razor.rz.scp.css */
/* _content/QuestApp/Components/Pages/Login.razor.rz.scp.css */
.forgot-pwd[b-5bz6ukj5be] {
    position: relative;
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    text-align: right;
}

.forgot-pwd-text[b-5bz6ukj5be] {
    min-width: 100px;
    padding: 5px;
    background: #fff;
    visibility: hidden;
    border: 1px solid black;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
}

.forgot-pwd:hover .forgot-pwd-text[b-5bz6ukj5be] {
    visibility: visible;
}
/* _content/QuestApp/Components/Pages/MainPage.razor.rz.scp.css */
.icon-size[b-ko8lznjeh1] {
    font-size: 5rem;
}
.stats-text[b-ko8lznjeh1] {
    text-align: center;
    font-size: 2em;
    line-height: 1;
}
.stats-number-text[b-ko8lznjeh1] {
    text-align: center;
    font-size: 4em;
    font-stretch: 120%;
    font-weight: 600;
}
/* _content/QuestApp/Components/Pages/PartnersPage.razor.rz.scp.css */
.partner-cell[b-pv1690wc9x] {
    padding-bottom: 20px;
}

.partner[b-pv1690wc9x] {
    background-repeat: no-repeat;
    background-size: cover;
    border-width: 1px;
    border-color: rgb(242, 242, 242);
    border-style: solid;
    padding: 20px;
}

.p-img[b-pv1690wc9x] {
    max-width: 100%;
    max-height: 100%;
    transform: scale(0.95);
    transition: 0.5s;
}

.p-img:hover[b-pv1690wc9x] {
    transform: scale(1.05);
}

.p-header-img[b-pv1690wc9x] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 0.75em);
    height: calc(100% + 0.75em);
    transform: translate(-50%,-50%);
    overflow: visible;
}

.p-header-path[b-pv1690wc9x] {
    fill: none;
    stroke-dasharray: 1500;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #6193c1 !important;
    stroke-width: 9;
}
/* _content/QuestApp/Components/Pages/ResultsPage.razor.rz.scp.css */
/* _content/QuestApp/Components/Pages/Survey.razor.rz.scp.css */
.table-bordered[b-mjmhosjsj6] {
    border-collapse: collapse;
    border: none;
    justify-self: stretch;
}

.small-font[b-mjmhosjsj6] {
    font-size: small;
    line-height: 1.1rem;
}

.table-bordered[b-mjmhosjsj6] {
    line-height: 1.3rem;
}

.table-bordered td[b-mjmhosjsj6], .table-bordered th[b-mjmhosjsj6] {
    border: 1px solid #ccc;
}

.table-bordered td[b-mjmhosjsj6], .table-bordered th[b-mjmhosjsj6], .table-bordered div[b-mjmhosjsj6] {
    padding: var(--survey-table-padding);
}

.table-bordered td.empty-cell[b-mjmhosjsj6], .table-bordered tr.empty-cell[b-mjmhosjsj6] {
    border: none;
    background: transparent;
}

.div-bordered[b-mjmhosjsj6] {
    border-left: 1px solid #ccc;
    padding: 1em;
}

input[type="radio"].big-radio[b-mjmhosjsj6] {
    width: 1.5em;
    height: 1.5em;
}

input[type="radio"].big-radio:disabled[b-mjmhosjsj6] {
    background: #eee;
    border-color: #bbb;
    opacity: 0.6;
    cursor: not-allowed;
}
.answer-row[b-mjmhosjsj6] {
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}
.answer-col[b-mjmhosjsj6] {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
    font-size: small;
    line-height: 1.1rem;
}
.text-nowrap[b-mjmhosjsj6] {
    white-space: nowrap;
}

.percent8-width[b-mjmhosjsj6] {
    width: 8%;
}

.percent12-width[b-mjmhosjsj6] {
    width: 11%;
} 

/* _content/QuestApp/Components/Shared/CardComponent.razor.rz.scp.css */
.radzen-card-box[b-v6bsv94dkd] {
    height: 100%;
}

.radzen-card-box h3[b-v6bsv94dkd] {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.radzen-card-box p[b-v6bsv94dkd] {
    font-size: 0.95rem;
    line-height: 1.5;
}

.circle-wrapper[b-v6bsv94dkd] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: -1.5rem;
    z-index: 1;
}

.circle[b-v6bsv94dkd] {
    background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
    color: black;
    width: 60px;
    height: 60px;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 2;
}

.line[b-v6bsv94dkd] {
    flex: 1;
    height: 5px;
    background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
    z-index: 1;
}

.line.left[b-v6bsv94dkd] {
    background: linear-gradient(to right, var(--gradient-start), transparent);
}

.line.right[b-v6bsv94dkd] {
    background: linear-gradient(to left, var(--gradient-end), transparent);
}
/* _content/QuestApp/Components/Shared/CircleCardComponent.razor.rz.scp.css */
.radzen-card-box[b-ikjmgo9zd3] {
    height: 100%;
}

.radzen-card-box h3[b-ikjmgo9zd3] {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.radzen-card-box p[b-ikjmgo9zd3] {
    font-size: 0.95rem;
    line-height: 1.5;
}

.circle-wrapper[b-ikjmgo9zd3] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: -1.5rem;
    z-index: 1;
}

.circle[b-ikjmgo9zd3] {
    background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
    color: black;
    width: 60px;
    height: 60px;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 2;
}

.line[b-ikjmgo9zd3] {
    flex: 1;
    height: 5px;
    background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
    z-index: 1;
}

.line.left[b-ikjmgo9zd3] {
    background: linear-gradient(to right, var(--gradient-start), transparent);
}

.line.right[b-ikjmgo9zd3] {
    background: linear-gradient(to left, var(--gradient-end), transparent);
}
/* _content/QuestApp/Components/Shared/TimeLineHoriz.razor.rz.scp.css */
.row15[b-zlngphhxe8] {
    display: flex;
    width: 100%;
}

.cell[b-zlngphhxe8] {
    flex: 1 1 calc(100% / 15);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0px solid #ccc;
}

.col3[b-zlngphhxe8] {
    flex: 1 1 calc(100% / 15 * 3); /* 3 cells */
}
/* _content/QuestApp/Components/Shared/TimeLineHorizPoint.razor.rz.scp.css */
.vline[b-6lceeevnzr] {
    height: 2em;
    border-left: 3px solid var(--rz-card-background-color);
    border-width: 3px;
}

.noline[b-6lceeevnzr] {
    height: 2em;
}
