/* /Features/Account/Login.razor.rz.scp.css */
.alert a[b-lc3r46ewfz] {
    color: blue;
    cursor: pointer;
}

.alet a:hover[b-lc3r46ewfz] {
    text-decoration: underline;
}
/* /Features/AuditLogs/Summary.razor.rz.scp.css */
/* /Features/CompletedQuestionnaires/AnswerPage.razor.rz.scp.css */
/* /Features/CompletedQuestionnaires/DetailsPage.razor.rz.scp.css */
.row.head[b-s0ewxdo5l3] {
    margin: 3rem 0;
}

.question-number[b-s0ewxdo5l3] {
    font-size: 3rem;
    background: #ccc;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    text-align: center;
    padding-top: 0.7rem;
}

.question-card .col[b-s0ewxdo5l3] {
    min-height: 20rem;
    border: solid 1px #ccc;
    border-radius: 20px;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}

.question-card .col h3[b-s0ewxdo5l3] {
    background-color: #2f495f;
    margin: -2rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 2rem;
    padding: 1rem;
    color: white;
}

.choice span[b-s0ewxdo5l3] {
    width: 2rem;
    text-align: center;
    display: inline-block;
}

label.not-selected[b-s0ewxdo5l3] {
    opacity: 0.8;
}

label.selected[b-s0ewxdo5l3] {
    font-weight: bold;
}
/* /Features/Plans/DetailsPage.razor.rz.scp.css */
.row.heading[b-uk84w130pu] {
    margin-bottom: 3rem;
}

.sortable[b-uk84w130pu] {
    min-height: 10rem;
    background-color: #ededed;
    padding: 1rem;
}

.sortable li[b-uk84w130pu] {
    list-style-type: none;
    padding: 0.5rem;
    border: solid 1px #ccc;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
    border-radius: 5px;
}

.sortable li.ui-sortable-helper i[b-uk84w130pu] {
    display: none;
}

.sortable li i[b-uk84w130pu] {
    margin-right: 1rem;
}

h3[b-uk84w130pu] {
    padding: 1.5rem 0;
}

h5[b-uk84w130pu] {
    text-align: center;
    color: #ededed;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bolder;
    background: #2f495f;
}

.section[b-uk84w130pu] {
    margin: 1px;
}
/* /Features/Plans/ListPage.razor.rz.scp.css */
.row.details[b-agyji567wp] {
    margin: 1rem;
    padding: 1rem;
    border: solid 1px #ccc;
    border-radius: 15px;
    background-color: #fff;
}
/* /Features/Questionnaires/DetailsPage.razor.rz.scp.css */
.row.heading[b-lzwngwz7ky] {
    margin-bottom: 3rem;
}

.sortable[b-lzwngwz7ky] {
    min-height: 10rem;
    background-color: #ededed;
    padding: 1rem;
}

.sortable li[b-lzwngwz7ky] {
    list-style-type: none;
    padding: 0.5rem;
    border: solid 1px #ccc;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
    border-radius: 5px;
}

.sortable li.ui-sortable-helper i[b-lzwngwz7ky] {
    display: none;
}

.sortable li i[b-lzwngwz7ky] {
    margin-right: 1rem;
}

h3[b-lzwngwz7ky] {
    padding: 1.5rem 0;
}

h5[b-lzwngwz7ky] {
    text-align: center;
    color: #ededed;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bolder;
    background: #2f495f;
}

.section[b-lzwngwz7ky] {
    margin: 1px;
}

.remove-skip[b-lzwngwz7ky] {
    color: red;
    cursor: pointer;
    text-decoration: underline;
}
/* /Features/Questionnaires/ListPage.razor.rz.scp.css */
.row.details[b-d574h0qs4f] {
    margin: 1rem;
    padding: 1rem;
    border: solid 1px #ccc;
    border-radius: 15px;
    background-color: #fff;
}
/* /Features/Questions/DetailsPage.razor.rz.scp.css */
.row.head[b-5vbi2junyb] {
    margin-bottom: 1rem;
}

.row.choice[b-5vbi2junyb] {
    margin-bottom: 0.5rem;
}
/* /Features/Reports/DetailsPage.razor.rz.scp.css */
/* /Features/Shared/Components/Forms/FormSection.razor.rz.scp.css */
.section[b-13th2flu12] {
    border: solid 1px rgb(201, 199, 199);
    margin-bottom: 1rem;
}

.section>div:first-child[b-13th2flu12] {
    background-color: #2f495f;
    border-right: solid 4px rgb(185, 183, 183);
    padding: 1rem;
    color: #fff;
}

.section>div:last-child[b-13th2flu12] {
    padding: 2rem;
    min-height: 15rem;
}

.section.invalid>div:first-child[b-13th2flu12] {
    background-color: #fff6db;
    color: #f00;
}
/* /Features/Shared/Components/Search/Search.razor.rz.scp.css */
#search[b-zi95c9qoq9] {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}

#search label[b-zi95c9qoq9] {
    padding-left: 1rem;
    padding-top: 0.5rem;
}

#search input[b-zi95c9qoq9] {
    border: 0;
    padding: 0.5rem;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search #search-clear[b-zi95c9qoq9] {
    color: #ccc;
    padding-right: 1rem;
    text-decoration: none;
    cursor: pointer;
}
/* /Features/Subscriptions/DetailsPage.razor.rz.scp.css */
.pull-up label[b-k3oxgekk9p] {
    margin-bottom: 0;
}
.form-group.sw[b-k3oxgekk9p] {
    padding: 1rem;
}
/* /Features/Users/DetailsPage.razor.rz.scp.css */
.sticky-top[b-ap8gaylfdz] {
    background-color: #fff !important;
    border-bottom: solid 1px #ccc;
    padding: 1rem 0.5rem;
    z-index: 900;
}

.sticky-top a[b-ap8gaylfdz] {
    cursor: pointer;
}
/* /Features/Users/ListPage.razor.rz.scp.css */
#include-inactive[b-6lmn1rkfll] {
    margin: 0.3rem 1rem;
}

.fa-user-times[b-6lmn1rkfll] {
    margin-right: 1rem;
}

.details p[b-6lmn1rkfll] {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
}

.details .btn[b-6lmn1rkfll] {
    min-width: 5rem;
    margin: 0.5rem;
}

.label[b-6lmn1rkfll] {
    font-weight: bolder;
}

td.brief[b-6lmn1rkfll] {
    cursor: pointer;
}
