.ra-section-name {
    display: block;
    font-size: 26px;
    color: #252E41;
    font-weight: bold;
    padding-bottom: 10px;
}

.ra-section-body {
    background-color: white;
    padding: 35px;
}

.ra-section-description {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}

.ra-subsection-header {
    color: #8A919F;
    display: block;
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.ra-question-header, .ra-summary-section-header {
    color: #8A919F;
    font-size: 18px;
    font-weight: bold;
}

.ra-details-section-header-small {
    color: #8A919F;
    font-size: 15px;
    font-weight: bold;
    padding-right: 20px;
}

.ra-details-section-header {
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

.ra-summary-section-header {
    padding-right: 20px;
}

.ra-question-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ra-question-row label {
    font-size: 15px;
}

.ra-required {
    color: red;
}

.ra-summary-edit-link {
    font-size: 14px;
    color: #E31837;
    font-weight: bold;
    margin-top: 4px;
    text-decoration: underline;
    display: none;
}

.rz-radio-btn {
    min-width: 150px;
    font-size: 17px;
    padding-bottom: 20px;
}

.ra-details-edit-link {
    font-size: 13px;
    color: #0366d6;
    font-weight: bold;
    margin-top: 4px;
    text-decoration: underline;
}

.ra-summary-field-name {
    padding-right: 10px;
}

.ra-summary-field-value {
    font-weight: bold;
}

.ra-details-field-value {
    padding: 5px;
}

.ra-details-field-value input,
.ra-details-field-value div.rz-dropdown {
    min-width: 300px;
}

.ra-summary-row {
}

.ra-summary-section-header-row {
}

.ra-summary-section-question-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ra-summary-section-question-row {
    border-bottom: 1px solid var(--light-grey-3);
    color: var(--slate);
}

.ra-signature-box-row {
}

.ra-summary-save-btn-col {
    margin-top: 10px;
    display: inline-block;
}

.ra-summary-save-btn {
    width: 194.53px;
    height: 44px;
    text-transform: uppercase;
    color: white !important;
}

.ra-summary-save-btn-col .btn {
    height: 54px;
}

.validation-errors {
    color: red;
    white-space: pre-wrap;
}

.border-between > [class*='col']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col']:first-child:before {
    display: none;
}

.ra-submit-dialog-content {
    width: 600px;
}

.ra-submit-header {
    border-bottom: 0 solid #dee2e6;
}

.ra-submit-header-title {
    padding-left: 15%;
    padding-right: 15%;
}

.ra-submit-header-text {
    font-size: 24px;
    font-weight: bolder;
}

.ra-submit-header-subtext-paragraph {
    margin-top: 10px;
}

.ra-submit-header-subtext {
    margin-top: 20px;
    font-size: 14px;
}

.ra-submit-body {
}

.ra-submit-footer {
    margin-top: 30px;
}

.ra-submit-footer-text {
    font-size: 12px;
    color: #8A919F;
}

.ra-enrollment-checkbox {
    padding: 10px;
    padding-top: 0;
    width: auto !important;
}

.ra-label {
    width: 204px;
}

.ra-label:hover {
    cursor: pointer;
}

.ra-label img {
    float: right;
    margin-top: 5px;
}

.required-documentation-container {
    border-radius: 4px;
    padding: 35px;
}

.required-documentation-container ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 0;
}

.ra-date-submitted {
    margin-bottom: 25px;
    display: flex;
}
.ra-date-submitted p{
    padding-left: 10px;
}

.ra-date-submitted h3{
    display: inline;
    margin-top: 2px;
}
