.job-popup-box .frm_checkbox,
.job-popup-box .frm_radio {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    margin-bottom: 10px;
}

.job-popup-box .frm_checkbox input[type="checkbox"],
.job-popup-box .frm_radio input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.with_frm_style .frm_radio input[type=radio]:before {
	margin: 4px !important;
}

.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked, .frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked, .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    outline: none !important;
    box-shadow: unset !important;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style .form-field textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
    box-shadow: unset !important;
}


.job-popup-box .frm_checkbox label,
.job-popup-box .frm_radio label {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    line-height: 1.4;
}

.frm_form_field:not(.frm_compact) .frm_dropzone {
    max-width: 100%;
}

.job-popup-box .frm_radio input[type="radio"] {
    border-radius: 100px !important;
}

.job-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.job-popup-overlay.active {
    display: flex;
}

.job-popup-box {
    background: #fff;
    width: 100%;
    max-width: 760px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 18px;
    padding: 35px;
    position: relative;
}

.job-popup-close {
    position: absolute;
    top: 15px;
    right: 2px;
    border: none;
    background: transparent;
    font-size: 34px;
    cursor: pointer;
}

.job-popup-box .frm_verify,
.job-popup-box #frm_field_18_container {
    display: none !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    background: var(--primary-gradient);
    border: 0;
    position: relative;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    padding: 0px 30px;
    gap: 10px;
    border-radius: 10px !important;
    text-decoration: none;
    transition: transform 0.3s, background 0.3s, color 0.3s;
    margin: 10px 0 0;
	width: 100%;
}

.with_frm_style .frm_error_style, .with_frm_style .frm_message, .frm_success_style {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: var(--primary-gradient);
}

.with_frm_style .frm_form_fields > fieldset {
    padding: 0;
}

div#frm_field_7_container {
    margin: 0;
}

.job-popup-box input,
.job-popup-box select,
.job-popup-box textarea {
    border-radius: 8px !important;
}

.job-popup-box .frm_button_submit {
    width: 100%;
    min-height: 52px;
    border-radius: 10px !important;
    font-weight: 700;
}

@media (max-width: 575px) {
	.job-popup-box {
		padding: 20px;
	}
	
	.job-popup-close {
		top: 5px;
		width: unset;
	}
}