﻿.form-title {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #1E1E1E;
    height: 30px;
}

.field-inline-row {
    width: 313px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.field-inline-wider {
    width: 500px!important;
}

@media (max-width: 768px) {

    .field-inline-wider {
        width: 100% !important;
    }

}

.field-inline-label {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(65, 105, 225, 1);
    margin-right: 10px;
    white-space: nowrap;
}

.field-block-container {
}

.field-block-label {
    margin-bottom: 8px;
}

    .field-block-label label {
        font-family: 'Raleway';
        font-size: 20px;
        font-weight: 500;
        line-height: 23.48px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #4169E1;
    }

.field-block-label-small label {
    font-family: 'Raleway';
    font-size: 14px !important;
    font-weight: 500;
    line-height: 23.48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4169E1;
}

.field-block-row {
    width: 313px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.field-block-help {
    font-family: Avenir Next;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #252525;
}

.field-input {
    width: 100%;
    background: rgba(248, 250, 255, 1);
    border: none;
    padding-inline: 10px;
    border-bottom: 1px solid rgba(213, 228, 254, 0.3);
    border-radius: var(--corner-extra-small) var(--corner-extra-small) var(--corner-none) var(--corner-none);
}

.field-inline-row .field-input {
}

.field-block-row .field-input {
    height: 42px;
}

.requirements-label {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(65, 105, 225, 1);
    margin-right: 10px;
    white-space: nowrap;
    text-wrap-mode: wrap;
}
