/* _content/CCAS.BoardsCommissions/Components/Application/ApplicationDetail.razor.rz.scp.css */
.application-form.k-form .k-form-buttons[b-at15ftlfr3] {
    justify-content: center;
} 

.application-questions[b-at15ftlfr3] {
    color: var(--Neutral-900, #040f0f);
    width: 100%;
    font: 14px/100% Poppins, sans-serif;
}

.divider[b-at15ftlfr3] {
    background-color: var(--Neutral-300, #d6d6d6);
    min-height: 1px;
    margin-top: 12px;
    width: 100%;
}

.name-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.first-name-field[b-at15ftlfr3],
.middle-name-field[b-at15ftlfr3],
.last-name-field[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.required-label[b-at15ftlfr3] {
    color: #f00;
    font: 12px Roboto, sans-serif;
}

.input-field[b-at15ftlfr3] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 6px;
    color: #000;
    padding: 12px;
    font: 14px Roboto, sans-serif;
}

.contact-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.email-field[b-at15ftlfr3],
.phone-field[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.address-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.primary-address-field[b-at15ftlfr3],
.mailing-address-field[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mailing-address-input[b-at15ftlfr3] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 6px;
    height: 40px;
}

.employment-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.employer-field[b-at15ftlfr3],
.occupation-field[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.occupation-input[b-at15ftlfr3] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 6px;
    height: 40px;
}

.position-label[b-at15ftlfr3] {
    color: #f00;
    margin-top: 12px;
    width: 100%;
    font: 12px Roboto, sans-serif;
}

.position-select[b-at15ftlfr3] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    display: flex;
    margin-top: 6px;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
    color: #000;
    padding: 12px;
}


.affiliations-heading[b-at15ftlfr3] {
    color: var(--Neutral-900, #040f0f);
    margin-top: 20px;
    width: 100%;
    font: 20px/120% Poppins, sans-serif;
}

.affiliations-description[b-at15ftlfr3] {
    color: var(--Neutral-900, #040f0f);
    width: 100%;
    font: 14px/24px Poppins, sans-serif;
}

.affiliations-input[b-at15ftlfr3] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 12px;
    color: #000;
    padding: 12px;
    font: 14px Roboto, sans-serif;
}

.skills-heading[b-at15ftlfr3] {
    color: var(--Neutral-900, #040f0f);
    margin-top: 20px;
    width: 100%;
    font: 20px/120% Poppins, sans-serif;
}

.skills-description[b-at15ftlfr3] {
    color: var(--Neutral-900, #040f0f);
    width: 100%;
    font: 14px/24px Poppins, sans-serif;
}

.skills-input[b-at15ftlfr3] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 12px;
    color: #000;
    padding: 12px;
    font: 14px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .application-questions[b-at15ftlfr3],
    .divider[b-at15ftlfr3],
    .name-fields[b-at15ftlfr3],
    .contact-fields[b-at15ftlfr3],
    .address-fields[b-at15ftlfr3],
    .employment-fields[b-at15ftlfr3],
    .position-label[b-at15ftlfr3],
    .position-select[b-at15ftlfr3],
    .affiliations-heading[b-at15ftlfr3],
    .affiliations-description[b-at15ftlfr3],
    .affiliations-input[b-at15ftlfr3],
    .skills-heading[b-at15ftlfr3],
    .skills-description[b-at15ftlfr3],
    .skills-input[b-at15ftlfr3] {
        max-width: 100%;
    }

    .input-field[b-at15ftlfr3],
    .position-select[b-at15ftlfr3] {
        white-space: initial;
    }

    .select-wrapper[b-at15ftlfr3] {
        flex-wrap: wrap;
        white-space: initial;
    }
}

.upload-documents[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.upload-title[b-at15ftlfr3] {
    color: #040f0f;
    width: 100%;
    font: 400 20px/120% Poppins, sans-serif;
}

@media (max-width: 991px) {
    .upload-title[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.upload-description[b-at15ftlfr3] {
    color: #040f0f;
    width: 100%;
    font: 400 14px/24px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .upload-description[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.divider[b-at15ftlfr3] {
    background-color: #d6d6d6;
    min-height: 1px;
    margin-top: 12px;
    width: 100%;
}

@media (max-width: 991px) {
    .divider[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.upload-area[b-at15ftlfr3] {
    justify-content: center;
    align-items: center;
    border: 3px dashed rgba(194, 194, 194, 1);
    display: flex;
    margin-top: 12px;
    width: 93%;
    padding: 15px 60px;
}

@media (max-width: 991px) {
    .upload-area[b-at15ftlfr3] {
        max-width: 100%;
        padding: 0 20px;
    }
}

.upload-instructions[b-at15ftlfr3] {
    display: flex;
    gap: 20px;
}

.upload-text[b-at15ftlfr3] {
    color: #002b48;
    margin: auto 0;
    font: 400 17px/141% Rubik, sans-serif;
}

.upload-button[b-at15ftlfr3] {
    justify-content: center;
    border-radius: 8px;
    border: 3px solid rgba(73, 94, 212, 1);
    background-color: #fff;
    color: #495ed4;
    white-space: nowrap;
    text-align: center;
    padding: 8px 20px;
    font: 600 16px/150% Rubik, sans-serif;
}

@media (max-width: 991px) {
    .upload-button[b-at15ftlfr3] {
        white-space: initial;
    }
}

.workflow-actions[b-at15ftlfr3] {
    align-self: stretch;
    border-radius: 16px;
    background-color: #edf0f3;
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 400;
    padding: 20px 30px;
}

@media (max-width: 991px) {
    .workflow-actions[b-at15ftlfr3] {
        padding: 0 20px;
    }
}


.workflow-actions-head[b-at15ftlfr3] {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.workflow-actions-title[b-at15ftlfr3] {
    flex: 1;
    font-size: 24px;
}

@media (max-width: 991px) {
    .workflow-actions-title[b-at15ftlfr3] {
        max-width: 100%;
    }
}


.application-review-container[b-at15ftlfr3] {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

@media (max-width: 991px) {
    .application-review-container[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.application-review-status[b-at15ftlfr3],
.recommendation-container[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 991px) {
    .application-review-status[b-at15ftlfr3],
    .recommendation-container[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.application-review-label[b-at15ftlfr3],
.recommendation-label[b-at15ftlfr3] {
    font: 12px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .application-review-label[b-at15ftlfr3],
    .recommendation-label[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.appointment-term-container[b-at15ftlfr3] {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

@media (max-width: 991px) {
    .appointment-term-container[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.appointment-status[b-at15ftlfr3],
.term-status[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 991px) {
    .appointment-status[b-at15ftlfr3],
    .term-status[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.appointment-status-label[b-at15ftlfr3],
.term-status-label[b-at15ftlfr3] {
    font: 12px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .appointment-status-label[b-at15ftlfr3],
    .term-status-label[b-at15ftlfr3] {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .appointment-status-select[b-at15ftlfr3],
    .term-status-select[b-at15ftlfr3] {
        max-width: 100%;
        white-space: initial;
    }
}

.term-dates-container[b-at15ftlfr3] {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

@media (max-width: 991px) {
    .term-dates-container[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.term-start-date[b-at15ftlfr3],
.term-end-date[b-at15ftlfr3],
.member-type[b-at15ftlfr3],
.member-representing[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 991px) {
    .term-start-date[b-at15ftlfr3],
    .term-end-date[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.term-start-date-label[b-at15ftlfr3],
.term-end-date-label[b-at15ftlfr3],
.member-type-label[b-at15ftlfr3],
.member-representing-label[b-at15ftlfr3] {
    font: 12px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .term-start-date-label[b-at15ftlfr3],
    .term-end-date-label
    .member-type-label[b-at15ftlfr3],
    .member-representing-label[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.appointed-by-container[b-at15ftlfr3] {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

@media (max-width: 991px) {
    .appointed-by-container[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.appointed-by[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 991px) {
    appointed-by[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.appointed-by-label[b-at15ftlfr3] {
    margin-top: 10px;
    font: 12px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .appointed-by-label[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.appointment-date-container[b-at15ftlfr3] {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

@media (max-width: 991px) {
    .appointment-date-container[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.appointment-date[b-at15ftlfr3] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 991px) {
    appointment-date[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.appointment-date-label[b-at15ftlfr3] {
    margin-top: 10px;
    font: 12px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .appointment-date-label[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.member-type-container[b-at15ftlfr3] {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

@media (max-width: 991px) {
    .member-type-container[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.name-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .name-fields[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.first-name[b-at15ftlfr3],
.middle-name[b-at15ftlfr3],
.last-name[b-at15ftlfr3] {
    flex: 1;
    font-family: Poppins, sans-serif;
}

.contact-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .contact-fields[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.email[b-at15ftlfr3],
.phone[b-at15ftlfr3] {
    flex: 1;
    font-family: Poppins, sans-serif;
}

@media (max-width: 991px) {
    .email[b-at15ftlfr3],
    .phone[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.address-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .address-fields[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.home-address[b-at15ftlfr3],
.mailing-address[b-at15ftlfr3] {
    flex: 1;
    font-family: Poppins, sans-serif;
}

@media (max-width: 991px) {
    .home-address[b-at15ftlfr3],
    .mailing-address[b-at15ftlfr3] {
        max-width: 100%;
    }
}

.employment-fields[b-at15ftlfr3] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .employment-fields[b-at15ftlfr3] {
        flex-wrap: wrap;
    }
}

.employment-info[b-at15ftlfr3],
.occupation[b-at15ftlfr3] {
    flex: 1;
    font-family: Poppins, sans-serif;
}

@media (max-width: 991px) {
    .employment-info[b-at15ftlfr3],
    .occupation[b-at15ftlfr3] {
        max-width: 100%;
    }
}
/* _content/CCAS.BoardsCommissions/Components/Application/Submit.razor.rz.scp.css */
.application-form.k-form .k-form-buttons[b-7pt4ya34cx] {
    justify-content: center;
} 

.application-questions[b-7pt4ya34cx] {
    color: var(--Neutral-900, #040f0f);
    width: 100%;
    font: 14px/100% Poppins, sans-serif;
}

.divider[b-7pt4ya34cx] {
    background-color: var(--Neutral-300, #d6d6d6);
    min-height: 1px;
    margin-top: 12px;
    width: 100%;
}

.name-fields[b-7pt4ya34cx] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.first-name-field[b-7pt4ya34cx],
.middle-name-field[b-7pt4ya34cx],
.last-name-field[b-7pt4ya34cx] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.required-label[b-7pt4ya34cx] {
    color: #f00;
    font: 12px Roboto, sans-serif;
}

.input-field[b-7pt4ya34cx] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 6px;
    color: #000;
    padding: 12px;
    font: 14px Roboto, sans-serif;
}

.contact-fields[b-7pt4ya34cx] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.email-field[b-7pt4ya34cx],
.phone-field[b-7pt4ya34cx] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.address-fields[b-7pt4ya34cx] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.primary-address-field[b-7pt4ya34cx],
.mailing-address-field[b-7pt4ya34cx] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mailing-address-input[b-7pt4ya34cx] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 6px;
    height: 40px;
}

.employment-fields[b-7pt4ya34cx] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
}

.employer-field[b-7pt4ya34cx],
.occupation-field[b-7pt4ya34cx] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.occupation-input[b-7pt4ya34cx] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 6px;
    height: 40px;
}

.position-label[b-7pt4ya34cx] {
    color: #f00;
    margin-top: 12px;
    width: 100%;
    font: 12px Roboto, sans-serif;
}

.position-select[b-7pt4ya34cx] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    display: flex;
    margin-top: 6px;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
    color: #000;
    padding: 12px;
}

.select-wrapper[b-7pt4ya34cx] {
    display: flex;
    gap: 8px;
}

.select-text[b-7pt4ya34cx] {
    font-family: Roboto, sans-serif;
    flex: 1;
}

.select-icon[b-7pt4ya34cx] {
    width: 16px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
}

.affiliations-heading[b-7pt4ya34cx] {
    color: var(--Neutral-900, #040f0f);
    margin-top: 20px;
    width: 100%;
    font: 20px/120% Poppins, sans-serif;
}

.affiliations-description[b-7pt4ya34cx] {
    color: var(--Neutral-900, #040f0f);
    width: 100%;
    font: 14px/24px Poppins, sans-serif;
}

.affiliations-input[b-7pt4ya34cx] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 12px;
    color: #000;
    padding: 12px;
    font: 14px Roboto, sans-serif;
}

.skills-heading[b-7pt4ya34cx] {
    color: var(--Neutral-900, #040f0f);
    margin-top: 20px;
    width: 100%;
    font: 20px/120% Poppins, sans-serif;
}

.skills-description[b-7pt4ya34cx] {
    color: var(--Neutral-900, #040f0f);
    width: 100%;
    font: 14px/24px Poppins, sans-serif;
}

.skills-input[b-7pt4ya34cx] {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
    border: 1px solid rgba(66, 80, 102, 0.4);
    background-color: #fff;
    margin-top: 12px;
    color: #000;
    padding: 12px;
    font: 14px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .application-questions[b-7pt4ya34cx],
    .divider[b-7pt4ya34cx],
    .name-fields[b-7pt4ya34cx],
    .contact-fields[b-7pt4ya34cx],
    .address-fields[b-7pt4ya34cx],
    .employment-fields[b-7pt4ya34cx],
    .position-label[b-7pt4ya34cx],
    .position-select[b-7pt4ya34cx],
    .affiliations-heading[b-7pt4ya34cx],
    .affiliations-description[b-7pt4ya34cx],
    .affiliations-input[b-7pt4ya34cx],
    .skills-heading[b-7pt4ya34cx],
    .skills-description[b-7pt4ya34cx],
    .skills-input[b-7pt4ya34cx] {
        max-width: 100%;
    }

    .input-field[b-7pt4ya34cx],
    .position-select[b-7pt4ya34cx] {
        white-space: initial;
    }

    .select-wrapper[b-7pt4ya34cx] {
        flex-wrap: wrap;
        white-space: initial;
    }
}

.upload-documents[b-7pt4ya34cx] {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.upload-title[b-7pt4ya34cx] {
    color: #040f0f;
    width: 100%;
    font: 400 20px/120% Poppins, sans-serif;
}

@media (max-width: 991px) {
    .upload-title[b-7pt4ya34cx] {
        max-width: 100%;
    }
}

.upload-description[b-7pt4ya34cx] {
    color: #040f0f;
    width: 100%;
    font: 400 14px/24px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .upload-description[b-7pt4ya34cx] {
        max-width: 100%;
    }
}

.divider[b-7pt4ya34cx] {
    background-color: #d6d6d6;
    min-height: 1px;
    margin-top: 12px;
    width: 100%;
}

@media (max-width: 991px) {
    .divider[b-7pt4ya34cx] {
        max-width: 100%;
    }
}

.upload-area[b-7pt4ya34cx] {
    justify-content: center;
    align-items: center;
    border: 3px dashed rgba(194, 194, 194, 1);
    display: flex;
    margin-top: 12px;
    width: 93%;
    padding: 15px 60px;
}

@media (max-width: 991px) {
    .upload-area[b-7pt4ya34cx] {
        max-width: 100%;
        padding: 0 20px;
    }
}

.upload-instructions[b-7pt4ya34cx] {
    display: flex;
    gap: 20px;
}

.upload-text[b-7pt4ya34cx] {
    color: #002b48;
    margin: auto 0;
    font: 400 17px/141% Rubik, sans-serif;
}

.upload-button[b-7pt4ya34cx] {
    justify-content: center;
    border-radius: 8px;
    border: 3px solid rgba(73, 94, 212, 1);
    background-color: #fff;
    color: #495ed4;
    white-space: nowrap;
    text-align: center;
    padding: 8px 20px;
    font: 600 16px/150% Rubik, sans-serif;
}

@media (max-width: 991px) {
    .upload-button[b-7pt4ya34cx] {
        white-space: initial;
    }
}

.continue-button[b-7pt4ya34cx] {
    border-radius: 5px;
    background-color: #136af3;
    align-self: center;
    display: flex;
    margin-top: 20px;
    gap: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    padding: 12px 24px;
}

@media (max-width: 991px) {
    .continue-button[b-7pt4ya34cx] {
        white-space: initial;
        padding: 0 20px;
    }
}

.continue-text[b-7pt4ya34cx] {
    font-family: Roboto, sans-serif;
}

.arrow-icon[b-7pt4ya34cx] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 16px;
    align-self: start;
}
/* _content/CCAS.BoardsCommissions/Components/Board/All Boards.razor.rz.scp.css */
a[b-f9boqb0sz8] {
    color: blue;
    text-decoration: underline;
}

/* UI for Blazor 3.0+ - Only show "Contains" Filter ""*/
.k-filter-menu-container > span:nth-child(n+3)[b-f9boqb0sz8] {
    display: none;
}
.k-grid-filter-popup > span:nth-child(n+3)[b-f9boqb0sz8] {
    display: none;
}
.k-filter-menu-container > div > :nth-child(n+3)[b-f9boqb0sz8] {
    display: none;
}
.k-grid-filter-popup > div > :nth-child(n+3)[b-f9boqb0sz8] {
    display: none;
}
/* _content/CCAS.BoardsCommissions/Components/Board/BoardData.razor.rz.scp.css */
.container[b-ihmfpy2vqy] {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    padding: 0 40px 40px;
}

@media (max-width: 991px) {
    .container[b-ihmfpy2vqy] {
        padding: 0 20px;
    }
}

.header[b-ihmfpy2vqy] {
    text-align: center;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    line-height: 40px;
}

@media (max-width: 991px) {
    .header[b-ihmfpy2vqy] {
        max-width: 100%;
    }
}

.link[b-ihmfpy2vqy] {
    font-size: 20px;
    color: rgba(19, 106, 243, 1);
}

.code-text[b-ihmfpy2vqy] {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.section-title[b-ihmfpy2vqy] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .section-title[b-ihmfpy2vqy] {
        max-width: 100%;
    }
}

.contact-section[b-ihmfpy2vqy] {
    border-radius: 4px;
    background-color: var(--Primary-100, #f0f5ff);
    margin-top: 25px;
    width: 1088px;
    max-width: 100%;
    height: 173px;
}

.members-section[b-ihmfpy2vqy] {
    background-color: #edf0f3;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    padding: 20px 30px;
}

.poc-section[b-ihmfpy2vqy] {
    background-color: #edf0f3;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    padding: 20px 30px;
}

/*Hide extra filter options in Telerik Grid filter menu and popup*/
.k-filter-menu-container > span:nth-child(n+3)[b-ihmfpy2vqy] {
    display: none;
}

.k-grid-filter-popup > span:nth-child(n+3)[b-ihmfpy2vqy] {
    display: none;
}

.k-filter-menu-container > div > :nth-child(n+3)[b-ihmfpy2vqy] {
    display: none;
}

.k-grid-filter-popup > div > :nth-child(n+3)[b-ihmfpy2vqy] {
    display: none;
}

.telerik-notification .k-notification-group[b-ihmfpy2vqy] {
    z-index: 654321;
    margin-top: 50px;
    padding-top: 100px;
}

/* _content/CCAS.BoardsCommissions/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vdy2vqn7i8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-logo[b-vdy2vqn7i8] {
    width: 150px;
    text-align: center;
}

.layout-container[b-vdy2vqn7i8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.body-content[b-vdy2vqn7i8] {
    flex: 1;
}

.page-title-section[b-vdy2vqn7i8] {
    display: flex;
    flex-direction: column;
    margin: 10px 80px 10px;
    padding: 5px 5px 0;
    font-size: 32px;
    color: #212123;
    font-weight: 500;
    text-align: right;
    line-height: 142%;
}

@media (max-width: 991px) {
    .page-title-section[b-vdy2vqn7i8] {
        padding: 0 20px;
        max-width: 100%;
    }
}

.page-title-wrapper[b-vdy2vqn7i8] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 16px;
}

@media (max-width: 991px) {
    .page-title-wrapper[b-vdy2vqn7i8] {
        flex-wrap: wrap;
        margin-right: 10px;
        max-width: 100%;
    }
}

.page-title-icon[b-vdy2vqn7i8] {
    margin-left: 20px;
    width: 200px;
    object-fit: contain;
    object-position: center;
}

.page-title[b-vdy2vqn7i8] {
    display: flex;
    justify-content: right;
    margin: 45px 0;
    font-family: Roboto;
    flex-grow: 1;
    flex-basis: auto;
    text-align: right;
}

@media (max-width: 991px) {
    .page-title[b-vdy2vqn7i8] {
        max-width: 100%;
    }
}

.page-title-divider[b-vdy2vqn7i8] {
    max-width: 100%;
    height: 33px;
    margin: 12px 16px 0;
    background-color: #e9e9e9;
    border-bottom: 10px grey solid ;
}


main[b-vdy2vqn7i8] {
    flex: 1;
}

.top-row[b-vdy2vqn7i8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vdy2vqn7i8]  a, .top-row[b-vdy2vqn7i8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vdy2vqn7i8]  a:hover, .top-row[b-vdy2vqn7i8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vdy2vqn7i8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vdy2vqn7i8] {
        justify-content: space-between;
    }

    .top-row[b-vdy2vqn7i8]  a, .top-row[b-vdy2vqn7i8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vdy2vqn7i8] {
        flex-direction: row;
    }

    .sidebar[b-vdy2vqn7i8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vdy2vqn7i8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vdy2vqn7i8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vdy2vqn7i8], article[b-vdy2vqn7i8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vdy2vqn7i8] {
    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-vdy2vqn7i8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.footer[b-vdy2vqn7i8] {
    background-color: #424244;
    color: #fff;
    padding: 20px 0px 20px 0px;
    text-align: right;
    
    width: 100%;
    bottom: 0px;
}

.footer-text[b-vdy2vqn7i8] {
    font: 400 14px/141% Rubik, sans-serif;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .footer[b-vdy2vqn7i8] {
        padding: 0 30px 0 20px;
    }

    .footer-text[b-vdy2vqn7i8] {
        white-space: initial;
    }
}
/* _content/CCAS.BoardsCommissions/Components/Pages/Active Recruitments.razor.rz.scp.css */

.responsive-grid .t-grid-header th[b-6ez3lksytr],
.responsive-grid .t-grid-content td[b-6ez3lksytr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .responsive-grid .t-grid-header th[b-6ez3lksytr],
    .responsive-grid .t-grid-content td[b-6ez3lksytr] {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .responsive-grid .t-grid-header th[b-6ez3lksytr] {
        text-align: left;
    }

    .responsive-grid .t-grid-content td[b-6ez3lksytr] {
        border-top: 1px solid #ddd;
        padding: 10px;
    }

    .responsive-grid .t-grid-content td[b-6ez3lksytr]:before {
        content: attr(data-title);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }
}
/* _content/CCAS.BoardsCommissions/Components/Pages/Dashboard.razor.rz.scp.css */
.board-name[b-hjm0w2uw06] {
    background-color: #edf0f3;
    border-radius: 16px;
    color: #272833;
    font: 700 20px "Roboto", sans-serif;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 991px) {
    .board-name[b-hjm0w2uw06] {
        max-width: 100%;
        padding: 0 20px 40px;
    }
}

.board-actions[b-hjm0w2uw06] {
    background-color: #edf0f3;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
}

@media (max-width: 991px) {
    .board-actions[b-hjm0w2uw06] {
        max-width: 100%;
        padding: 0 20px;
    }
}

.action-container[b-hjm0w2uw06] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .action-container[b-hjm0w2uw06] {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

.action-label[b-hjm0w2uw06] {
    align-self: start;
    color: #272833;
    flex: 1;
    font: 20px "Roboto", sans-serif;
}

@media (max-width: 991px) {
    .action-label[b-hjm0w2uw06] {
        max-width: 100%;
    }
}

.action-button[b-hjm0w2uw06] {
    background-color: #136af3;
    border-radius: 5px;
    color: #fff;
    font: 14px Roboto, sans-serif;
    justify-content: center;
    padding: 12px 24px;
}

@media (max-width: 991px) {
    .action-button[b-hjm0w2uw06] {
        padding: 0 20px;
    }
}

.board-member-terms[b-hjm0w2uw06] {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .board-member-terms[b-hjm0w2uw06] {
        padding: 0 20px;
    }
}

.board-member-terms-header[b-hjm0w2uw06] {
    justify-content: space-between;
}

@media (max-width: 991px) {
    .board-member-terms-header[b-hjm0w2uw06] {
        max-width: 100%;
    }
}

.board-member-terms-content[b-hjm0w2uw06] {
    display: flex;
    gap: 20px;
}

@media (max-width: 991px) {
    .board-member-terms-content[b-hjm0w2uw06] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.expiring-terms-container[b-hjm0w2uw06] {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 70%;
    margin-left: 0;
}

@media (max-width: 991px) {
    .expiring-terms-container[b-hjm0w2uw06] {
        width: 100%;
    }
}

.expiring-terms-wrapper[b-hjm0w2uw06] {
    border-radius: 16px;
    background-color: #edf0f3;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 30px;
}

@media (max-width: 991px) {
    .expiring-terms-wrapper[b-hjm0w2uw06] {
        max-width: 100%;
        margin-top: 39px;
        padding: 0 20px;
    }
}

.expiring-terms-header[b-hjm0w2uw06] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
}

@media (max-width: 991px) {
    .expiring-terms-header[b-hjm0w2uw06] {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.expiring-terms-title[b-hjm0w2uw06] {
    color: #272833;
    font: 700 20px "Roboto", sans-serif;
}

.expiring-terms-search[b-hjm0w2uw06] {
    color: #acb1c6;
    white-space: nowrap;
    justify-content: center;
    padding: 4px 0;
    font: 400 14px "Inter", sans-serif;
}

@media (max-width: 991px) {
    .expiring-terms-search[b-hjm0w2uw06] {
        white-space: initial;
    }
}

.bcc-appointments-container[b-hjm0w2uw06] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: normal;
    width: 30%;
    /*padding-right: 30px;*/
    /*margin-left: 20px;*/
}

@media (max-width: 900px) {
    .bcc-appointments-container[b-hjm0w2uw06] {
        width: 100%;
    }
}

.bcc-appointments-wrapper[b-hjm0w2uw06] {
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    background-color: #edf0f3;
    color: #272833;
    text-align: center;
    width: 90%;
    justify-content: center;
    aspect-ratio: 1;
    padding: 0 20px;
    font: 700 20px "Roboto", sans-serif;
}

@media (max-width: 991px) {
    .bcc-appointments-wrapper[b-hjm0w2uw06] {
        margin-top: 39px;
    }
}

.reports-section[b-hjm0w2uw06] {
    border-radius: 16px;
    background-color: #edf0f3;
    /*margin-top: 40px;*/
    color: #272833;
    white-space: nowrap;
    justify-content: center;
    padding: 20px;
    font: 700 20px "Roboto", sans-serif;
    width: 75%;
}

@media (max-width: 991px) {
    .reports-section[b-hjm0w2uw06] {
        max-width: 100%;
        white-space: initial;
        padding: 0 20px 40px;
    }
}

/*Hide extra filter options in Telerik Grid filter menu and popup*/
.k-filter-menu-container > span:nth-child(n+3)[b-hjm0w2uw06] {
    display: none;
}

.k-grid-filter-popup > span:nth-child(n+3)[b-hjm0w2uw06] {
    display: none;
}

.k-filter-menu-container > div > :nth-child(n+3)[b-hjm0w2uw06] {
    display: none;
}

.k-grid-filter-popup > div > :nth-child(n+3)[b-hjm0w2uw06] {
    display: none;
}

.telerik-notification .k-notification-group[b-hjm0w2uw06] {
    z-index: 654321;
    margin-top: 50px;
    padding-top: 100px;
}
/* _content/CCAS.BoardsCommissions/Components/Pages/DataMgmnt.razor.rz.scp.css */
.grid-command-column .k-command-cell[b-geb9sbdnyr] {
    justify-content: flex-end;
}

.large-notification-top .k-notification-actions[b-geb9sbdnyr],
/* move success icon up - for some ThemeColors only */
.large-notification-top .k-notification > .k-icon[b-geb9sbdnyr] {
    align-self: start;
}

/* for centered content */
.large-notification-center .k-notification[b-geb9sbdnyr],
/* for top content */
.large-notification-top .k-notification-content[b-geb9sbdnyr] {
    width: 300px;
    height: 200px;
}

/*Hide extra filter options in Telerik Grid filter menu and popup*/
.k-filter-menu-container > span:nth-child(n+3)[b-geb9sbdnyr] {
    display: none;
}

.k-grid-filter-popup > span:nth-child(n+3)[b-geb9sbdnyr] {
    display: none;
}

.k-filter-menu-container > div > :nth-child(n+3)[b-geb9sbdnyr] {
    display: none;
}

.k-grid-filter-popup > div > :nth-child(n+3)[b-geb9sbdnyr] {
    display: none;
}

.telerik-notification .k-notification-group[b-geb9sbdnyr] {
    z-index: 654321;
    margin-top: 50px;
    padding-top: 100px;
}
/* _content/CCAS.BoardsCommissions/Components/Pages/Home.razor.rz.scp.css */
.container[b-xm8u4t1ct9] {
    display: flex;
    flex-direction: column;
    padding: 15px 50px;
}

@media (max-width: 991px) {
    .container[b-xm8u4t1ct9] {
        padding: 0 20px;
    }
}

.grid-layout[b-xm8u4t1ct9] {
    margin: auto;   
}

.hero-text-section[b-xm8u4t1ct9] {
    width: 100%;
    height: auto;
    text-align: center;
}

.hero-image[b-xm8u4t1ct9] {
    aspect-ratio: 3.33;
    object-fit: cover;
    width: 100%;
}

.intro-image[b-xm8u4t1ct9] {
    object-fit: cover;
    width: 100%;
    align-self: center;
    margin-top: 40px;
}

.product-grid[b-xm8u4t1ct9] {
    justify-content: center;
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 791px) {
    .product-grid[b-xm8u4t1ct9] {
        max-width: 100%;
    }
}

@media (max-height: 400px) {
    .product-grid[b-xm8u4t1ct9] {
        max-height: 100%;
    }
}

.product-row[b-xm8u4t1ct9] {
    display: flex;
    gap: 100px;
    width: 75%;
}

@media (max-width: 991px) {
    .product-row[b-xm8u4t1ct9] {
        flex-direction: column;
        gap: 0;
    }
}

.product-col[b-xm8u4t1ct9] {
    flex: 1;
    margin-left: 0;
}

@media (max-width: 991px) {
    .product-col[b-xm8u4t1ct9] {
        width: 100%;
    }
}

.product-card[b-xm8u4t1ct9] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.54;
    overflow: hidden;
}

@media (max-width: 991px) {
    .product-card[b-xm8u4t1ct9] {
        margin-top: 20px;
        padding: 0 20px;
    }
}

.product-bg[b-xm8u4t1ct9] {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
}

.product-image[b-xm8u4t1ct9] {
    aspect-ratio: 1.56;
    object-fit: contain;
    width: 100%;
    max-width: 161px;
}

.product-card-2[b-xm8u4t1ct9] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1.54;
    padding: 64px 16px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .product-card-2[b-xm8u4t1ct9] {
        margin-top: 20px;
    }
}

.product-image-wide[b-xm8u4t1ct9] {
    aspect-ratio: 3.13;
    object-fit: contain;
    width: 100%;
}

.divider-image[b-xm8u4t1ct9] {
    aspect-ratio: 7.14;
    object-fit: cover;
    width: 100%;
    max-width: 324px;
    margin-top: 40px;
}

.image-grid[b-xm8u4t1ct9] {
    justify-content: center;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .image-grid[b-xm8u4t1ct9] {
        max-width: 100%;
    }
}

.image-row[b-xm8u4t1ct9] {
    display: flex;
    gap: 20px;
}

@media (max-width: 991px) {
    .image-row[b-xm8u4t1ct9] {
        flex-direction: column;
        gap: 0;
    }
}

.image-col[b-xm8u4t1ct9] {
    flex: 1;
    margin-left: 0;
}

@media (max-width: 991px) {
    .image-col[b-xm8u4t1ct9] {
        width: 100%;
    }
}

.grid-image[b-xm8u4t1ct9] {
    aspect-ratio: 2.94;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .grid-image[b-xm8u4t1ct9] {
        margin-top: 20px;
    }
}

.grid-image-2[b-xm8u4t1ct9] {
    aspect-ratio: 2.86;
    object-fit: cover;
    width: 100%;
}

.grid-image-3[b-xm8u4t1ct9] {
    aspect-ratio: 1.82;
    object-fit: cover;
    width: 100%;
}

.placeholder[b-xm8u4t1ct9] {
    width: 100%;
    max-width: 357px;
    height: 200px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: rgba(21, 164, 110, 0);
}

@media (max-width: 991px) {
    .placeholder[b-xm8u4t1ct9] {
        margin-top: 20px;
    }
}
