.afe-process-container {
  margin: 0;
}

.afe-field-date,
.afe-input, 
.afe-textarea, 
.afe-select {
    padding: 15px;
}

.afe-field-input-required {
  position: relative; 
}

.afe-field-input-required::before {
    content: "*";
    color: #FF1721;
    position: absolute;
    top: 13px;
    left: 14px;
    transform: translateX(-100%);
    pointer-events: none;
    z-index: 999;
    font-weight: 400;
}

.afe-process-container {
    margin: 0;
}

.afe-form-container {
    margin: 0;
}
.afe-form {
    border: none;
    box-shadow: none;
    padding-bottom: 0;
}
.afe-form-grid {
    gap: 5px 12px !important;
}
.afe-heading {
    text-align: left;
    color: #192335;
    font-weight: 700;
}
.afe-element-heading {
    margin-top: 1.2em;
}
.corporate-select,
.afe-input, 
.afe-textarea, 
.afe-select,
.afe-field-date {
    font-size: 14px;
    font-weight: 400;
    background: #EDEFF1;
    border-radius: 5px;
    border: none;
}
.afe-field-wrapper {
    margin-bottom: 0;
    min-height: 47px;
}
.afe-field-select > .afe-field-errors {
    margin-top: 28px;
}
.afe-field-errors:empty {
    display: none;
}
.afe-radio-group {
    flex-direction: row;
    gap: 12px;
    width: 100%;
}

.afe-checkbox-group > * {
    flex: 1;
    background: #EDEFF1;
    min-height: 47px;
}

.afe-checkbox-group > label.afe-radio-label {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #454A66;
    padding: 12px 8px;
}

.afe-radio, 
.afe-checkbox {
    width: 13px !important;
    height: 13px;
    margin: 0px 8px 0 10px;
    border-radius: 2px;
}
.required-heading-box .afe-container-flow > .afe-layout-element {
    width: auto;
}
.select2-container--default {
    background: #EDEFF1;
    width: auto;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single {
    background: #EDEFF1;
    border: 0;
    border-radius: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    background: #EDEFF1;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 11px;
}

.select2-search--dropdown {
    padding-right: 35px;
    padding-left: 10px;
}
.select2-dropdown {
    background-color: #EDEFF1;
    border:none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background: #EDEFF1;
}

.afe-button {
    min-width: 200px;
    height: 45px;
    background: #005696;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.afe-button:hover {
  background: #FAAF00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.selection-hear-about{
    max-width: 225px;
}

.afe-datepicker {
    border: none;
    box-shadow: none;
    padding-bottom: 0;
    background: #EDEFF1;
}

.afe-checkbox-group.afe-checkbox-horizontal {
    gap: 15px 5px;
}

.afe-checkbox-horizontal > .afe-checkbox-label {
    padding: 15px 0;
}

@media (max-width:990px) {
    .afe-button {
        max-width: none;
    }
    .selection-hear-about {
        max-width: none;
    }
    .afe-field-date,
    .select2-container .select2-selection--single .select2-selection__rendered,
    .afe-input, 
    .afe-textarea, 
    .afe-select {
        padding: 12px 15px;
    }
    .afe-step-container {
        margin-left: 12px;
        margin-right: 12px;
    }
    .afe-checkbox-group > * {
        min-height: 38px;
    }
}
