html, body {
    font-family: "Roboto", sans-serif !important;
    background-color: #FBFDFF;
    min-height: 100vh;
}

article.content.px-4 {
    padding: 0 !important;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* Signup page */
.signup-form {
    margin-top: 4rem;
}

.signup-card {
    padding: 2rem !important;
}

/* 
    TODO: 
    1. Replace .signup-label with generic class .wcb-label 
    2. Replace .signup-label__required with generic class .wcb-label__required
*/
.signup-label {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    display: inline-block !important;
}

    .signup-label.signup-label__required,
    .signup-label.forgot-id-label__required {
        position: relative;
    }

        .signup-label.signup-label__required::after {
            position: absolute;
            content: "*";
            color: rgb(220, 53, 69);
            right: 0;
        }

        .signup-label.forgotid-label__required::after {
            position: absolute;
            content: "*";
            color: rgb(220, 53, 69);
            margin-left: 0.3rem;
        }

/* Override the style for Radzen card */
.rz-card.rz-variant-filled {
    border: 1px solid #efefef;
    box-shadow: initial !important;
}

.has-notification-email__label {
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.notification-email__tooltip {
    padding: 0 !important;
    min-width: 1.125rem !important;
    min-height: 1.125rem !important;
}

.rz-message-popup {
    z-index: 999;
    margin-top: 0 !important;
}

.email-tooltip {
    max-width: 20rem;
}

    .email-tooltip .rz-tooltip-content {
        font-size: 0.75rem !important;
        white-space: initial;
        padding: 0.75rem !important;
    }

button.card-secondary-button {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: initial;
    color: var(--rz-primary);
    font-weight: 400;
}

    button.card-secondary-button:hover {
        background-color: initial !important;
    }

    button.card-secondary-button .rz-button-text {
        border-bottom: 1px solid var(--rz-primary);
        transition: border-bottom-color 250ms;
    }

    button.card-secondary-button:hover .rz-button-text {
        border-bottom-color: transparent;
    }

/* Styles for Employer/Health Care Provider Access Request */
.request-access__container {
    padding: 0 1rem;
}

.request-access__form .disabled-section {
    color: var(--rz-info-light);
}

.request-access__step {
    position: relative;
    padding: 0.25rem 0;
    margin-bottom: 1rem;
}

    .request-access__step:not(.request-access-header__left)::before {
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 1.5rem;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        z-index: 999;
        top: 0.25rem;
        content: "\f28a"; /* BootStrap icon - 'circle' */
        color: #adadad;
        background-color: #fff;
    }

    .request-access__step.completed::before {
        content: "\f26a"; /* BootStrap icon - 'check-circle-fill' */
        color: #96c75f;
    }

    .request-access__step:not(:where(.request-access-header__left, :last-of-type)) {
        border-bottom: 1px solid #adadad;
    }

.request-access__step-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    scroll-margin-top: 3rem;
}

.request-access__step-number {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.request-access__header {
    margin-bottom: 2rem;
}

.request-access__content:not(.request-access__header) {
    margin-bottom: 7rem;
}

.h5-h6 {
    font-size: 1.125rem;
    font-weight: 550;
}

/* For screens wider than 62rem (992px) -> 'lg' breakpoint in Bootstrap */
@media only screen and (width >= 62rem) {
    .request-access__form {
        display: grid;
        grid-template-columns: 1fr 4fr;
        grid-template-rows: auto;
        column-gap: 1rem;
        margin: 3rem 0;
    }

    .request-access__step:not(.request-access-header__left)::before {
        font-size: 2rem;
    }

    .request-access__step:not(:where(.request-access-header__left, :last-of-type)) {
        border-bottom: none;
    }

    /* Displays vertical bars on the left side for all steps except for the last step and the 'request access header'. */
    .request-access__step:not(:where(.request-access-header__left, :last-of-type, .request-access-last-step__left))::after {
        position: absolute;
        z-index: 99;
        left: 0.875rem;
        content: "";
        width: 2px;
        height: calc(100% - 1rem);
        background-color: #adadad;
    }

    .request-access__step-number {
        font-size: 1.25rem;
        font-weight: 500;
        margin-left: 3rem;
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }

    .request-access__header {
        margin-bottom: 4rem;
    }

    .request-access__step-title {
        font-size: 1.5rem;
    }
}

.keyfact-question__title {
    font-size: 1.125rem;
}

.association-number__wrapper,
.single-question-answer__wrapper,
.provider-type__wrapper {
    width: min(100%, 38rem);
}

.role-checkbox__label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.role-description {
    margin-left: 2.125rem;
}

.custom-radio__box {
    position: relative;
}

.custom-radio__label {
    margin-bottom: 0.5rem;
}

.custom-radio {
    opacity: 0;
    position: relative;
    top: -2px;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 101;
    vertical-align: text-top;
    margin-right: var(--rz-radio-label-margin-inline);
}

.custom-radio__box::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border: var(--rz-input-border);
    border-width: var(--rz-radio-border-width);
    border-radius: var(--rz-radio-border-radius);
    box-shadow: var(--rz-input-shadow);
    background-color: var(--rz-input-background-color);
    transition: var(--rz-transition-all);
    z-index: 99;
}

.custom-radio__box::after {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    z-index: 100;
    background-color: var(--rz-radio-circle-background-color);
    transition: background-color var(--rz-transition), width var(--rz-transition), height var(--rz-transition);
    opacity: 0;
}

.custom-radio__box:has(.custom-radio:checked)::before {
    border: var(--rz-radio-checked-border);
    border-width: var(--rz-radio-border-width);
}

.custom-radio__box:has(.custom-radio:checked)::after {
    opacity: 1;
}

.custom-radio__box:has(.custom-radio:checked:disabled)::before,
.custom-radio__box:has(.custom-radio:checked:disabled)::after {
    opacity: 0.5;
}

.request-access__submit-wrapper {
    margin-top: -3rem;
    grid-column-start: span 2;
}

    .request-access__submit-wrapper > hr {
        width: min(100%, 60rem);
    }

.confirm-access__list {
    list-style: none;
    padding-left: 2.5rem;
}

.confirm-access__list-item {
    position: relative;
}

    .confirm-access__list-item::before {
        content: "\f272"; /* BootStrap icon - 'check2' */
        position: absolute;
        top: 0;
        left: -2.5rem;
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 1.5rem;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
        color: #96c75f;
    }

.request-access__header > h1,
.request-access__step-title,
.keyfact-question__title {
    scroll-margin-top: 3rem;
}

.question-answer4xs__wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .question-answer4xs__wrapper > div:nth-child(2) {
        margin-bottom: 1rem;
    }

/* For screens wider than 36rem (576px) -> 'sm' breakpoint in Bootstrap */
@media only screen and (width >= 36rem) {
    .question-answer4xs__wrapper {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        width: min(100%, 35rem);
    }

        .question-answer4xs__wrapper > div:nth-child(2) {
            margin-bottom: 0;
        }
}

.question-answer4xs__wrapper .rz-datepicker {
    width: 100%;
}

.double-questions__outer-wrapper {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    gap: 1rem;
}

.double-questions__inner-wrapper > div:nth-child(2) {
    margin-bottom: 1rem;
}

.double-questions__inner-wrapper .rz-datepicker {
    width: 100%;
}

/* For screens wider than 48rem (768px) -> 'md' breakpoint in Bootstrap */
@media only screen and (width >= 48rem) {
    .double-questions__inner-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 1rem;
    }

        .double-questions__inner-wrapper > div:nth-child(2) {
            margin-bottom: 0;
        }
}
/* End of styles for Employer/Health Care Provider Access Request */

/* Styles for ConfirmDialog component */
.wcb-confirm-dialog .rz-dialog-title {
    text-align: left;
    font-size: 1.375rem;
    font-weight: 600;
}

.wcb-confirm-dialog .rz-dialog-titlebar {
    padding-block: 1.125rem;
    border-block-end: 1px solid #dcdcdc;
}

.wcb-confirm-dialog :where(.rz-dialog-title,.rz-dialog-content) {
    color: #464646;
}

.wcb-confirm-dialog .rz-dialog-content {
    padding: 0;
}

.wcb-confirm-dialog .dialog-content-wrapper {
    padding: var(--rz-dialog-content-padding);
}

.wcb-confirm-dialog .dialog-action-buttons {
    display: flex;
    justify-content: end;
    gap: 1rem;
    margin-top: 1.5rem;
}

.wcb-confirm-dialog .dialog-footer {
    font-size: 0.875rem;
    border-block-start: 1px solid #dcdcdc;
    padding: 1.25rem var(--rz-dialog-content-padding);
}

.wcb-confirm-dialog .footer-para {
    margin-bottom: 0;
}

.wcb-confirm-dialog .footer-link {
    color: var(--rz-primary);
}
/* End of styles for ConfirmDialog component */

/* Styles for ConfirmDeleteDialog component */
.confirm-delete-dialog__wrapper .rz-dialog {
    width: min(32.75rem, 100%) !important;
}


.confirm-delete-dialog__wrapper .rz-dialog-titlebar {
    padding-block: 1.125rem;
    border-block-end: 1px solid #dcdcdc;
}

.confirm-delete-dialog__wrapper .rz-dialog-title {
    text-align: left;
    font-size: 1.275rem;
    font-weight: 600;
}

.confirm-delete-dialog__wrapper :where(.rz-dialog-title,.rz-dialog-content) {
    color: #464646;
}

.confirm-delete-dialog__wrapper .rz-dialog-content {
    padding: 0;
}

.confirm-delete-dialog__wrapper .dialog-content-wrapper {
    padding: var(--rz-dialog-content-padding);
}

.confirm-delete-dialog__footer {
    font-size: 0.875rem;
    border-block-start: 1px solid #dcdcdc;
    padding: 1.25rem var(--rz-dialog-content-padding);
}
/* End of styles for ConfirmDialog Component */

/* Password input field styles */
.password-input__wrapper {
    position: relative;
}

.password-rules__popup {
    position: absolute;
    left: 1rem;
    top: calc(100% + 0.5rem);
    z-index: 99;
    padding: 1rem;
    font-size: 0.75rem;
    background-color: #fff;
    border: 1px solid rgb(189, 189, 189);
}

    .password-rules__popup > p {
        margin-bottom: 0.5rem;
    }

    .password-rules__popup::before {
        position: absolute;
        top: -0.5rem;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid rgb(189, 189, 189);
    }

ul.password-rules__list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    ul.password-rules__list li:not(:last-child) {
        margin-bottom: 0.25rem;
    }

.btn-show-password,
.btn-show-confirm-password,
.btn-show-reenter-password,
.btn-show-new-password {
    position: absolute !important;
    right: 0;
    top: 2px;
}

/* End of password input field styles */

.horizonal-section-divider {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 2rem 0 1.2rem 0;
    width: 100%;
}

.link-hover-underline {
    text-decoration: none !important;
    color: inherit; /* optional: keeps it from turning blue */
    transition: text-decoration 0.2s ease;
}

    .link-hover-underline:hover {
        text-decoration: underline !important;
    }

.checkmark-green {
    color: #00A000 !important;
}

.grey-line {
    border: none;
    height: 5px;
    background-color: #1a1a1a;
}

.mock-anchor {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #006bb7;
    transition: color 0.2s ease, transform 0.1s ease;
    user-select: none;
}

    .mock-anchor:hover {
        color: #174ea6
    }

    .mock-anchor:active {
        transform: scale(0.92);
    }


.mock-anchor-button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #006bb7;
    text-decoration: none;
    cursor: pointer;
    font-weight:600;
}
    .mock-anchor-button:hover {
        color: #0f3574
    }

    .mock-anchor-button:active {
        transform: scale(0.92);
    }


/* Radzen notification styles override for smaller screens (576px or smaller) */
@media only screen and (width <= 36rem) {
    .rz-notification {
        inset-inline-end: initial !important;
        margin: 0 1rem;
    }

    .rz-notification-item-wrapper {
        min-width: initial;
        width: 100%;
        margin: 1rem 0;
    }
}
/* End of Radzen notification styles override smaller screens (576px or smaller) */


.email-setup__description {
    font-size: min(calc(1rem + 0.5vw), 1.5rem);
    font-weight: 500;
}

.email-setup-card {
    padding: 2rem !important;
    width: min(100%, 28rem);
    margin-left: auto;
}

/* For screens bigger than 62rem (992px) */
@media only screen and (width >= 62rem) {
    .email-setup-card {
        margin-top: 5rem;
    }
}

.email-setup-label {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    display: inline-block !important;
}

    .email-setup-label.email-setup-label__required {
        position: relative;
    }

        .email-setup-label.email-setup-label__required::after {
            position: absolute;
            content: "*";
            color: rgb(220, 53, 69);
            right: -0.75rem;
        }

/* For screens bigger than 75rem (1200px) */
@media screen and (width >= 75rem) {
    .search-wrapper {
        display: grid;
        grid-template-areas:
            "sidebar title"
            "sidebar results";
        grid-template-rows: 6.5rem 1fr;
        grid-template-columns: 19.375rem 1fr;
        min-height: calc(100vh - 5.675rem);
    }
}
/* End of Styles for User Search */

.wcb-label {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.25rem !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    display: inline-block !important;
}

    .wcb-label.wcb-label__required {
        position: relative;
    }

        .wcb-label.wcb-label__required::after {
            position: absolute;
            content: "*";
            color: rgb(220, 53, 69);
            right: 0;
        }

    .wcb-label.wcb-label-inline {
        margin-bottom: 0 !important;
    }

.wcb-label.wcb-label-thin {
    font-weight: 500 !important;
}


.gray-background {
    background-color: #f0f0f0
}

.icon-image{
    height:58px;
    width:58px;
}

/* TODO: Replace .signup-card with generic .wcb-card class */
.wcb-card {
    padding: 2rem !important;
    width: min(100%, 28rem);
    margin-left: auto;
}

.details-card-body {
    border-radius: 0 0 5px 5px;
}

.details-card-header {
    border-radius: 5px 5px 0 0;
}

.lbl-association-name {
    font-size: 0.875rem;
}

.lbl-manual-approval {
    font-weight: 400 !important;
    font-size: 1rem;
    display: inline;
}

.wcb-loader__overlay {
    background-color: rgb(0 0 0 / 0.10);
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-content: center;
}

.forgot-pages-container {
    margin-top: 4rem;
}

/* Added to prevent scroll on the page behind, when mobile menu is toggled */
.no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none; 
}