form.frontend-form {
    max-width: 800px;
    margin: 100px auto;
}
form.frontend-form h2 {
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    padding-bottom: 0px !important;
}
/* 
form.frontend-form .fea-submit-buttons button[data-button="next"] {
    float: right;
} */
form.frontend-form .acf-field-message .acf-message ol {
    list-style: decimal;
    padding-left: 2.0em;
}
form.frontend-form .acf-field-message .acf-message ul {
    list-style: disc;
    padding-left: 2.0em;
}
form.frontend-form .acf-field-message .acf-message li {
    margin-bottom: 10px;
}
form.frontend-form textarea {
    border: 1px solid #092143;
    border-radius: 5px;
}
form.frontend-form .acf-field > .acf-label > label {
    font-weight: 500;
    font-size: 18px;
}
/* hide the required star for the acknowledgement field */
form.frontend-form label[for="acff-post-field_67cb7d958adfa"] {
    display: none;
}
/* files upload related styles */
.fea-uploads .fea-uploads-main {
    background-color: #F4F4F4 !important;
    padding: 10px;
}
.fea-uploads .fea-uploads-main:before {
    content: "Uploaded Files";
    font-weight: 500;
}
.fea-uploads-toolbar li {
    width: 100%;
    text-align: center;
}
.fea-uploads-toolbar li .fea-uploads-add {
    text-decoration: none;
}
.fea-uploads .fea-uploads-remove.acf-icon.-cancel:before {
    margin: 1px 0px 0px 0px !important;
}

form.frontend-form .acf-field .acf-field > .acf-label > label {
    font-weight: 500;
    font-size: 18px;
}

form.frontend-form .acf-radio-list label {
    border: 1px solid #092143;
    border-radius: 5px;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
form.frontend-form .acf-radio-list label input {
    display: none;
}

form.frontend-form .acf-radio-list label:hover,
form.frontend-form .acf-radio-list label.selected {
    background-color: #092143;
    color: #FFF;
}
form.frontend-form div.description,
form.frontend-form p.description {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 10px;
    color: #333;
    font-style: italic;
}
form.frontend-form div.description ul,
form.frontend-form p.description ul {
    list-style: disc;
    padding-left: 2.0em;
}
form.frontend-form div.description li,
form.frontend-form p.description li {
    margin-bottom: 10px;
}
form.frontend-form input[type="text"],
form.frontend-form input[type="email"] {
    border: 1px solid #092143;
    border-radius: 5px;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
form.frontend-form ul[data-other_choice="1"] > li:last-child > label::before  {
    content: "Other (please specify)";
}
form.frontend-form ul[data-other_choice="1"] > li:last-child label:after {
    
}
form.frontend-form ul[data-other_choice="1"] > li:last-child > input:disabled {
    display: none;
}
form.frontend-form ul[data-other_choice="1"] > li:last-child > input.acf-disabled {
}

form.frontend-form .custom_save_and_exit .acf-input {
    display: flex;
    justify-content: center;
}

/* targetting the buttons groups container */
form.frontend-form .acf-fields[data-step] > div:last-child {
    width: 100%;
}
form.frontend-form .fea-submit-buttons {
    justify-content: space-between;
    padding: 16px;
}
form.frontend-form .acf-fields[data-step="1"] > .fea-submit-buttons {
    justify-content: flex-end;
}

form.frontend-form .acf-fields.-border {
    border: 0px solid #092143;
    background-color: #F4F4F4;
}
form.frontend-form .acf-fields.-border > .acf-field {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
form.frontend-form .acf-fields.-border > .acf-field:last-child {
    padding-bottom: 16px;
}
form.frontend-form .acf-fields.-border label {
    font-size: 15px !important;
}
form.frontend-form table.acf-table,
form.frontend-form table.acf-table th,
form.frontend-form table.acf-table td {
    border: 1px solid #092143;
}
form.frontend-form table.acf-table th label,
form.frontend-form table.acf-table td label {
    font-size: 15px;
    font-weight: 500;
}
form.frontend-form .select2-selection {
    border-color: #092143 !important;
}
form.frontend-form select {
    border: 1px solid #092143;
    border-radius: 5px;
}
body.admin-bar .select2-dropdown {
    margin-top: 32px;
}
form.frontend-form .select2-selection {
    height: 44px;
}
form.frontend-form .select2-selection > .select2-selection__rendered {
    line-height: 44px;
}
form.frontend-form .select2-selection > .select2-selection__arrow {
    height: 40px;
}
form.frontend-form select {
    height: 44px;
}

.ol-alpha {
    list-style: upper-latin;
    padding-left: 40px;
    margin: 20px 0px !important;
}

/* Steps styles */
.frontend-admin-steps .frontend-admin-tabs-wrapper {
    max-width: 100vw;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 max(-25%, calc((100% - 95vw) / 2)) 30px !important;
    width: auto !important;
}
.frontend-admin-steps .frontend-admin-tabs-wrapper .form-tab {
    border: 1px solid #092042;
    border-radius: 50px;
    text-decoration: none;
    background-color: #FFF;
    color: #092042;
    margin: 5px 3px;
    font-weight: bold;
    flex-direction: row;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.frontend-admin-steps .frontend-admin-tabs-wrapper .form-tab .error-count {
    background-color: #EB503A;
    border-radius: 10px;
    color: #FFF;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frontend-admin-steps .frontend-admin-tabs-wrapper .form-tab:hover,
.frontend-admin-steps .frontend-admin-tabs-wrapper .form-tab.active {
    border: 1px solid #092042;
    border-radius: 50px;
    text-decoration: none;
    background-color: #092042;
    color: #FFF;
}
form.frontend-form .acf-field-checkbox.hide-label::after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #999;
    margin: 80px auto 60px;
    display: block;
}
form.frontend-form .acf-field-radio.hide-label .acf-label,
form.frontend-form .acf-field-checkbox.hide-label .acf-label {
    display: none;
}
form.frontend-form .acf-field-checkbox.hide-label .acf-input label {
    font-size: 18px;
    font-weight: 500;
}
form.frontend-form .acf-field-checkbox.is-required .acf-input label::after {
    content: '*';
    color: red;
}