.career-req-form{ padding-top: 2rem;}

 input.form-control,  select.form-control {
    border: 1px solid #E5E7EB !important;
    border-radius: 6px;
    background: #F9FAFB;
    padding: 0 10px;
    color: #111827;
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: border-color 0.15s;
}

 .form-group label {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

 .resume-msg {
    font-size: 10px;
    font-weight: 400;
    margin-left: 2px;
    color: grey;
}

 input[type="file"].form-control {
    position: relative;
    padding: 0;
    border: 1px dashed #E5E7EB !important;
    border-radius: 6px;
    background: #F9FAFB;
    height: 60px !important;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    color: #9CA3AF;
    font-size: 12px;
}

 input[type="file"].form-control::file-selector-button {
    height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #2563EB;
    border-radius: 5px;
    color: #2563EB;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    outline: none;
}

 input[type="file"].form-control::file-selector-button:hover {
    background: #EFF6FF;
    border-color: #1D4ED8;
}

 input.form-control:not([type="file"]),  select.form-control {
    height: 36px !important;
}

 label.mnh-application-form-section{
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #000 !important;
    font-size: 13.5px;
}

 textarea.form-control {
    height: auto;
    min-height: 72px;
    border: 1px solid #E5E7EB !important;
    border-radius: 6px;
    background: #F9FAFB;
    padding: 8px 10px;
    color: #111827;
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: border-color 0.15s;
    resize: vertical;
}

 textarea.form-control:focus,  input.form-control:focus,  select.form-control:focus {
    border-color: #2563EB !important;
    outline: none !important;
}

 .mnh-application-consent {
    border: 1px solid #F3F4F6;
    border-radius: 6px;
    background: #FAFAFA;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    width: calc(100% - 30px) !important;
}

 .mnh-action-icon:has(label) {
    font-weight: 500;
}

 .form-group label:has(.icheckbox_flat) {
    border: 1px solid #E5E7EB !important;
    border-radius: 6px;
    background: #F9FAFB;
    padding: 0 10px;
    display: flex !important;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

 label.clickable:has(.icheckbox_flat.mnh-action-icon) {
    font-weight: 500 !important;
    display: inline-block !important;
    border: none !important;
    background: transparent;
}


 .ui-select-multiple.ui-select-bootstrap {
    height: auto;
    min-height: 36px !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 6px;
    background: #F9FAFB;
    padding: 0 10px;
    color: #111827;
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: border-color 0.15s;
    line-height: 2.2;
}

.nya-bs-select{
    background: transparent !important;
}

.nya-bs-select .btn-default.dropdown-toggle{
    height: auto;
    min-height: 36px !important;
    padding: 3px 3px 0;
    border: 1px solid #E5E7EB !important;
    border-radius: 6px;
    background: #F9FAFB;
    padding: 0 10px;
    color: #111827;
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: border-color 0.15s;
    line-height: 2.2;
}

.mnh-custom-fields .form-group label .icheckbox_flat {
    position: relative !important;
    top: -2px !important;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}

.zip-code-section{
	display: flex;
}

.zip-code-section .first-zip-input-field {
	width: 30%;   
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.zip-code-section .second-zip-input-field { 
	width: 30%;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.zip-code-section .third-zip-input-field { 
	width: 40%;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
