
 .apply-page .array-in-checkbox input, .daterangepicker-checkbox input {
  min-height: 16px !important;
  margin-top:0
 }
 .apply-page .daterangepicker-checkbox .checkboxText{
  margin-top:0 !important;
  padding-bottom: 0;
 }
 .apply-page .daterangepicker-checkbox{
     align-items:center;
     margin-bottom: 10px;
 }
 .apply-page .form-group .checkbox label,
 .apply-page .form-group .checkbox label>span{
  display:flex;
  gap:0;
  align-items: center;
 }
 input[type='checkbox'], input[type='radio']{
  position:relative; 
 }
 .apply-page input[type='checkbox']:checked{margin: 0;}
 .apply-page input[type='radio']{
 border-radius: 50% !important;
 }
 .apply-page input[type='radio']:checked {
     background-color: transparent;
     border-radius: 50%;
 }
 .apply-page .array-in-checkbox span{
     margin-top:0 !important
 };
 .apply-page .array-in-checkbox.langs span {
     margin-left: 0;
 }
 .apply-page .disability-status-radio .field-radio-group .radio label{
  padding-left:0;
 display:flex
 }
 .apply-page .disability-status-radio .field-radio-group .radio label span{
  /* gap: 5px; */
  align-items: center;
  display: flex !important;
 }
 .apply-page input[type='checkbox'], input[type='radio'] {
     width:16px;
     height:16px;
     min-height: 16px !important;
     margin: 0 !important;
     position: relative !important;
     cursor: pointer;
     margin-right: 10px !important;
 }
 .apply-page .field-radio-group .radio label {
     font-weight: 700 !important;
     color: #0c1524 !important;
     display: flex;
     justify-content: flex-start !important;
     flex-direction: row;
 }
@media only screen and (max-width: 1280px){
.apply {
}
}
@media only screen and (max-width: 1024px){
.apply {
}
}
@media only screen and (max-width: 767px){
.apply {
}
}
@media only screen and (max-width: 1280px){
.apply {
}
}
@media only screen and (max-width: 1024px){
.apply {
}
}
@media only screen and (max-width: 767px){
.apply {
}
}