.fa-spinner {
    padding: 0!important;
}
/* Space Specification */
.mgt-0 {
	margin-top: 0 !important;
}
.mgb-0 {
	margin-bottom: 0 !important;
}

.mgt-5 {
	margin-top: 5px !important;
}
.mgb-5 {
	margin-bottom: 5px !important;
}

.mgt-10 {
	margin-top: 10px !important;
}
.mgb-10 {
	margin-bottom: 10px !important;
}

.mgt-15 {
	margin-top: 15px !important;
}
.mgb-15 {
	margin-bottom: 15px !important;
}

.mgt-20 {
	margin-top: 20px !important;
}
.mgb-20 {
	margin-bottom: 20px !important;
}

.mgt-25 {
	margin-top: 25px !important;
}
.mgb-25 {
	margin-bottom: 25px !important;
}
/* END - Space Specification */

section {display: flex;flex-wrap: wrap;}
section + section {
    margin-top: 25px;
}
.fields {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
	/* flex: 1; */
    gap: 15px;
	position: relative;
}
.fields:not(.inline) {
	/* gap: 30px; */
	/* width: 100%; */
}
.fields.inline {
	gap: 15px;
}
.fields.inline > .span {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.fields.inline > .field  > span {border: 1px solid var(--border-color);font-size: 12px;font-weight: 600;color: var(--label-color);padding: 0 15px;border-radius: 8px;transition: 0.3s;position: relative;overflow: hidden;background: #fff;text-decoration: none;display: inline-flex;align-items: center;justify-content: center;gap: 5px;height: 28px;min-height: 28px;line-height: 28px;outline: 0;white-space: nowrap;}
.fields.inline,
.field.inline,
.buttons.inline {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	display: inline-flex;
}
.fields.inline,
.buttons.inline {
    width: 100%;
}
.field.inline {
	gap: 8px;
}

.fields.inline .field {
	flex: 1;
	width: auto;
}

.fields.inner-icon .field:not(.inline) {
	align-items: flex-end;
	align-content: flex-end;
}
.fields.inner-icon input {
	padding-left: 45px;
}
.fields.inner-icon input + label {margin: 0;height: 29px;width: 33px;position: absolute;bottom: 0;display: inline-flex;justify-content: center;border-right: 1px solid var(--border-color);transition: 0.3s;}
.fields.inner-icon input + label i {padding: 0;}
.fields.inner-icon input:focus + label {background-color: var(--primary-color);color: #fff;border-radius: 4px 0 0 4px;border-color: var(--primary-color);}

.field {
}

.field.inline {
	align-items: center;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: center;
	justify-content: flex-start;
}

.field.inline input,
.field.inline label {
	/* margin: 0;
	padding: 0;
	flex-wrap: wrap; */
	/* line-height: 21px; */
}
.field.inline label {
    /* display: block; */
}

.field.inline input {}

.field.inline span.input {
	margin: 3px 0 0;
}

.field.inline input[type="checkbox"]+label,
.field.inline input[type="radio"]+label,
.field.inline span.input+label {
	padding-left: 7px;
	font-weight: 500;
}

.field.inline input[type="checkbox"]+label {}

.field.inline label>a {
	/* padding-left: 5px; */
	padding-right: 0;
	text-decoration: none;
	display: inline-block;
}

.field.inline label>a:hover {
	text-decoration: underline;
}
.fields + .field,
.field + .fields,
.fields + .fields {
	/* margin-top: 20px; */
}
.field {}
.field.required label::after,
.required .field-labels label:last-child::after {
    content: '*';
    color: #ff0000;
    /* padding-left: 5px; */
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    height: 10px;  
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
}

label {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    color: #4c5477;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    font-family: var(--font-family);
}
.btn,
input,
select,
textarea {
    width: 100%;
    max-width: 100%;
    height: 32px;
    line-height: initial;
    display: block;
    color: #4c5477;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    outline: 0;
    font-family: var(--font-family);
}
textarea  {
	min-height: 140px;
}
select {
    cursor: pointer;
}
input,
select,
textarea {
    background-color: #fff;
}
form input[required].required:not([type="radio"]):not([type="checkbox"]), 
form select[required].required, 
form textarea[required].required {
    border-color: #ff0000;
    border-style: dashed;
}
input[required].required:not([type="radio"]):not([type="checkbox"]):focus,
select[required].required:focus {
    border-color: #ff0000;
    box-shadow: 0px 0px 0px 3px #ff000036;
}




label {}
label.radio {
    display: inline-flex;
}
.field.hide-radio input[type=radio] {
    display: none;
}
.hide-radio > label {
    width: auto;
}
input[type=radio] + label.radio {background: #e8e8e8;padding: 7px 15px 7px 40px!important;width: auto;position: relative;border-radius: 2px;cursor: pointer;display: inline-flex;align-items: center;}

input[type=radio]:checked + label.radio {

}

input[type=radio] + label.radio::before,
input[type=radio] + label.radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: inline-flex;
    height: 21px;
    width: 21px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    transition: 0.3s;
}
input[type=radio] + label.radio::before {}
input[type=radio] + label.radio::after {
    height: 13px;
    width: 13px;
    left: 14px;
    background-color: transparent;
    border-color: transparent;
}
input[type=radio]:checked + label {
    background: #d7c58b66;
    color: #000;
}
input[type=radio]:checked + label.radio::before {
    border-color: var(--e-global-color-primary);
}
input[type=radio]:checked + label.radio::after {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}
input[type=radio]:not(:checked) + label.radio img {filter: grayscale(1);opacity: 0.5;}
.wrap-radio-checkbox {
    display: flex;
    gap: 10px;
    border: 1px solid transparent;
}





















@media (max-width: 767px){
    .wrap-radio-checkbox {
        flex-wrap: wrap;
    }
}
section.submit-admission {
    display: flex;
    justify-content: flex-end;
}
/* #submit-admission {
    font-size: 14px;
    font-family: var(--font-family);
    font-weight: 600;
    border: 0;
    padding: 10px 15px;
    min-width: 180px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    outline: 0;
}

#submit-admission > span {
    display: inline-flex;
} */




















form {
    font-family: var(--font-family);
}

form section,
form .section {
    background-color: #d7c58b26;
    padding: 20px 30px;
    border-radius: 8px;
}

form section,
form .section,
form .inner-section,
.fields-group,
form .flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

form .inner-section {
    flex: 1;
}

form .inner-section.justify-space-between {
    justify-content: space-between;
}

form .inner-section.flex-right {
    justify-content: flex-end;
}

.fields-group.inline,
form .flex-row {
    /* flex-wrap: nowrap; */
    flex-direction: row;
}
form .flex-row {
    align-items: center;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.fields-group,
form .field {
    flex: 1;
}

form .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    justify-content: flex-end;
}

input:disabled:not([type="radio"]):not([type="checkbox"]),
select:disabled,
textarea:disabled {
    background: #d9d9d9;
    border-color: #c7c7c7;
    opacity: 1;
    color: #757575;
}

form .field.limit-min-width {
    max-width: 196px;
}

form .field label {
    margin: 0;
    line-height: 1;
    display: inline-flex;
    position: relative;
    align-items: center;
    gap: 5px;
}
form .field label .sub-label {
    font-size: 10px;
    color: #333333;
}
form .field.required label,
form .field label.required {
    /* padding-right: 15px; */
    width: max-content;
}

form .field.inline {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}


form h2 {
    margin: 0;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}
form h3 {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: var(--secondary);
}

form h4 {
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: var(--text);
}

form label,
.field-labels {
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    color: #000000
}

form label.bn {
    font-size: 14px;
    font-family: var(--font-family);
}

form label.en {
    font-size: 13px;
    font-family: 'Caladea', 'Times New Roman', Sans-serif;
}

form input:not([type="radio"]):not([type="checkbox"]),
form select,
form textarea {
    font-family: inherit;
    font-size: 13px;
    color: #000000;
    border-radius: 4px;
    border-width: 1px;
    border-color: var(--accent);
    border-style: solid;
    height: 36px;
    transition: 0.2s;
    min-width: 100px;
}


form input:not([type="radio"]):not([type="checkbox"]):focus,
form select:focus,
form textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0px 0px 0px 3px #01683736;
}

form input.en:not([type="radio"]):not([type="checkbox"]),
form select.en,
form textarea.en {
    font-family: 'Caladea', 'Times New Roman', Sans-serif;
    font-size: 13px;
}


hr.form-section-separator {
    border: none;
    border-top: 1.5px dashed #00000045;
    margin: 15px 0;
}




/* Admission Message */
.alert {
    background-color: #e8f0fe;
    border-left: 5px solid #BBD4FF;
    padding: 15px;
    color: var(--text);
    border-radius: 0 4px 4px 0;
}
.alert .heading {
    font-size: 15px;
    font-weight: 600;
}
.alert p {
    margin: 0;
    font-size: 13px;
    color: inherit;
}
.alert.warning {
    background-color: #fff4e5;
    border-color: #a36308;
    color: #a36308;
}
.alert.error {
    background-color: #ffebee;
    border-color: #ff0000;
    color: #ff0000;
}
.alert.debug {
    background-color: #e1bee7;
    border-color: #4a148c;
    color: #4a148c;
}
.alert .success {
    background-color: #e8f5e9;
    border-color: #43a047;
    color: #43a047;
}
.alert .message-title {
    font-weight: 600;
    margin-bottom: 5px;
}
























.flex-0,
form .flex-0 {
    flex: 0;
}

.flex-1 {
    flex: 1;
}



form button[name="clear-field"] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: none;
    color: #ff0000;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    width: auto;
    height: auto;
    display: inline-flex;
    background: none !important;
    transition: 0.3s;
}

form button[name="clear-field"]:hover {
    color: #B30000;
}




.required-field:not(.radio-block) input[type="radio"][required]+label::before,
.required-field:not(.radio-block) label:has(input[type="radio"][required])::before,
.required-field:not(.radio-block) input[type="checkbox"][required]+label::before,
.required-field:not(.radio-block) label:has(input[type="checkbox"][required])::before,
label.required-field:has(input[type="radio"][required])::before,
label.required-field:has(input[type="checkbox"][required])::before,
.required-field.radio-block input[type="radio"][required]+label,
.required-field.radio-block label:has(input[type="radio"][required]),
.required-field.radio-block input[type="checkbox"][required]+label,
.required-field.radio-block label:has(input[type="checkbox"][required]) .required-style,
.required-field .required-style {
    border-color: #ff0000 !important;
    border-style: dashed !important;
}






/* Chrome, Safari, Edge, Opera */
form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
form input[type="number"] {
    -moz-appearance: textfield;
}







/* Other Guardian */
.dual-heading {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.dual-heading p {
    font-size: 13px;
    color: #333333;
    margin: 0;
    line-height: 1;
}



form input[type=file] {
    /* display: none; */
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
}

form div:has(input[type=file]) label {
    font-size: 12px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%!important;
    flex-direction: column;
}
form div:has(input[type=file]) label span {
    display: inline-flex;
    gap: inherit;
    align-items: center;
}
form div:has(input[type=file]) label::after {
    display: none!important;
}



form input.other-value {
    min-width: 150px!important;
}
form .heading-inner-section {
    gap: 20px;
    justify-content: space-between;
}

form .heading-inner-section .right-side {
    display: inline-flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    font-size: 12px;
    color: #000000;
    width: auto;
    margin: 0;
}


















/* Custom Input radio and checkbox */
.input-group-wrapper,
.input-group {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

.input-group-wrapper {
    gap: 10px;
}

.input-group {
    gap: 5px;
    color: #000000;
}

.input-group-wrapper.inline,
.input-group.inline {
    flex-direction: row;
}

.input-group.inline label {
    margin: 0;
    line-height: 1;
    font-size: inherit;
    color: inherit;
}

/* Elementor Radio Style */
.elementor-field-type-radio input,
.elementor-field-type-checkbox input,
.elementor-field-type-acceptance input,
form input[type="radio"],
form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 5px;
    height: 18px;
    width: 18px;
}

.elementor-form .elementor-field-option {
    position: relative;
}

.elementor-field-type-radio input+label,
.elementor-field-type-checkbox input+label,
.elementor-field-type-acceptance input+label,
form input[type="radio"]+label,
form input[type="checkbox"]+label,
form label:has(input[type="radio"]),
form label:has(input[type="checkbox"]) {
    display: inline-flex !important;
    flex-wrap: wrap;
    position: relative;
    padding-left: 25px;
    margin: 0;
}

.elementor-field-type-radio input+label,
form input[type="radio"]+label,
form label:has(input[type="radio"]) {
    padding-left: 23px;
}

.elementor-field-type-radio input+label::before,
.elementor-field-type-checkbox input+label::before,
.elementor-field-type-acceptance input+label::before,
form input[type="radio"]+label::before,
form input[type="checkbox"]+label::before,
form label:has(input[type="radio"])::before,
form label:has(input[type="checkbox"])::before {
    content: '';
    display: inline-flex;
    height: 18px;
    width: 18px;
    border: 2px solid var(--primary);
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
}

.elementor-field-type-radio input+label::before,
form input[type="radio"]+label::before,
form label:has(input[type="radio"])::before {
    border-radius: 50%;
}

.elementor-field-type-radio input:not(:checked)+label::before,
form .radio-block input:not(:checked)+label::before,
form .radio-block label:has(input[type="radio"]:not(:checked))::before {
    opacity: 0.2;
}

.elementor-field-type-radio input+label::after,
.elementor-field-type-checkbox input+label::after,
.elementor-field-type-acceptance input+label::after,
form input[type="radio"]+label::after,
form input[type="checkbox"]+label::after,
form label:has(input[type="radio"])::after,
form label:has(input[type="checkbox"])::after {
    content: ''!important;
    height: 7px;
    width: 12px;
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: var(--primary);
    position: absolute;
    left: 3px;
    top: 50%;
    border-radius: 2px;
    opacity: 0.2;
    transform: translate(0, -50%) scale(0) rotate(0deg);
    transition: 0.3s;
}

.elementor-field-type-radio input+label::after,
form input[type="radio"]+label::after,
form label:has(input[type="radio"])::after {
    height: 10px;
    width: 10px;
    border: 0;
    background: var(--primary);
    border-radius: 50%;
    left: 4px;
}

.elementor-field-type-checkbox input+label::after,
.elementor-field-type-acceptance input+label::after,
form input[type="checkbox"]+label::after,
form label:has(input[type="checkbox"])::after {
    top: calc(50% - 1px);
}

.elementor-field-type-radio input:checked+label::after,
.elementor-field-type-checkbox input:checked+label::after,
.elementor-field-type-acceptance input:checked+label::after,
form input[type="radio"]:checked+label::after,
form input[type="checkbox"]:checked+label::after,
form label:has(input[type="radio"]:checked)::after,
form label:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
    transform: translate(0, -50%) scale(1) rotate(-55deg);
}



.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option label,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option label,
form .radio-block input[type="radio"]+label,
form .radio-block label:has(input[type="radio"]) {
    padding: 3px 10px 3px 33px;
    border: 1px solid var(--accent-bg-1);
    border-radius: 5px;
    background-color: #ffffff;
    transition: 0.3s;
    line-height: 26px;
}

.radio-block input:disabled + label {
    background: #d9d9d9!important;
    border-color: #c7c7c7!important;
    opacity: 1!important;
    color: #757575!important;
}
.radio-block input:disabled + label::before,
.radio-block input:disabled + label::before {
    border-color: #919191!important;
}


.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option,
.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option label,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option label,
form .radio-block input[type="radio"]+label,
form .radio-block label:has(input[type="radio"]) {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    align-items: center;
}

form .radio-block label * {
    cursor: pointer;
}

.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option input+label::before,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option input+label::before,
form .radio-block input[type="radio"]+label::before,
form .radio-block label:has(input[type="radio"])::before {
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option input+label::after,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option input+label::after,
form .radio-block input[type="radio"]+label::after,
form .radio-block label:has(input[type="radio"])::after {
    /* top: 50%; */
    left: 14px;
    /* transform: translate(0, -50%); */
}

.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option input+label::after,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option input+label::after,
form .radio-block input[type="radio"]+label::after,
form .radio-block label:has(input[type="radio"])::after {
    /* top: 50%; */
    /* left: 14px; */
    /* transform: translate(0, -50%); */
}

.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option:has(input:checked) label,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option:has(input:checked) label,
form .radio-block label:has(input:checked) {
    background-color: var(--accent-bg-1);
    border-color: var(--accent-bg-1);
    /*     color: #fff; */
}

.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option input:checked+label::before,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option input:checked+label::before,
form .radio-block input[type="radio"]:checked+label::before,
form .radio-block label:has(input[type="radio"]:checked)::before {
    /*     border-color: #fff; */
}

.radio-block .elementor-form .elementor-field-type-radio .elementor-field-option input:checked+label::after,
.elementor-form .radio-block .elementor-field-type-radio .elementor-field-option input:checked+label::after,
form .radio-block input[type="radio"]:checked+label::after,
form .radio-block label:has(input[type="radio"]:checked)::after {
    /*     background-color: #fff; */
}

.relative {
    position: relative;
}


























/* Section Blue */
.section-blue button.btn-blue {
    background-color: #037ff4;
    border-color: #037ff4;
    color: #fff;
}
.section-blue button.btn-blue:hover, 
.section-blue button.btn-blue:focus, 
.section-blue button.btn-blue:focus-within {
    background-color: #0360f4;
    border-color: #0360f4;
    box-shadow: 0px 0px 0px 3px #0360f455;
}
