#jobApplyModal {
  width: 100%;
}

#jobApplyModal .modal-dialog {
  width: 665px;
}

#jobApplyModal .modal-header {
  background: #2d92ce;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#jobApplyModal .modal-header .close-btn {
  color: #f0f0f0;
  font-size: 28px;
  cursor: pointer;
  background: transparent;
  background: url("../images/icon/close.svg") no-repeat center center;
  margin-top: 10px;
}

#jobApplyModal .btn {
  padding: 0;
}

#jobApplyModal .modal-header .modal-title {
  color: #f6f6f6;
  box-shadow: none;
}

#jobApplyModal .modal-content {
  width: 100%;
  border: none !important;
  border-radius: 10px !important;
  padding: 0;
}

#jobApplyModal .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  padding-left: 10px;
  padding-right: 0;
}

.text-danger.error-message {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

#jobApplyModal .modal-content::before {
  content: "";
  display: none;
}

#jobApplyForm {
  padding: 0 2rem;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 1rem;
}

#jobApplyForm .form-check .form-check-input:checked {
  background-color: #2d92ce;
  border-color: #2d92ce;
}

#jobApplyForm .form-check label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  color: #272727;
}

#jobApplyForm .form-check label span {
  font-weight: 600;
  color: #2d92ce;
}

#jobApplyForm .btn:disabled {
  color: #a4a4a4;
  pointer-events: none;
  background-color: #d6d6d6;
  border-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 48px;
}

#jobApplyForm button:not(:disabled) {
  background: #2d92ce;
  color: #f6f6f6;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
}

.resume-upload-box {
  border: 2px dashed rgba(169, 169, 169, 1);
  border-radius: 12px;
  padding: 18px 20px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.resume-upload-box:hover {
  border-color: #999;
}

.resume-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.resume-upload-box p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #4c4c4c;
}

#uploadText p span {
  border: none;
}

.resume-upload-box small {
  font-family: "Montserrat", sans-serif;
  color: #777777;
  font-weight: 600;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/* .uploaded-file {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
} */

#uploadBtn {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.uploaded-file {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 6px;
}

.uploaded-file .fa-solid.fa-file-pdf {
  color: rgb(229, 37, 42);
  font-size: 50px;
}

#uploadedFileName {
  font-weight: 600;
}

#fileSizeError {
  padding-left: 0;
}

.resume-upload-box p span {
  border-bottom: 1px solid #4c4c4c;
}

.file-exceeds {
  display: flex;
  gap: 5px;
}

.file-size {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  flex-flow: column;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

#jobApplyModal #jobApplyForm .form-check .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
}

#jobApplyModal .modal-footer small {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}

.mobileNumber .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
  display: flex;
}

.mobileNumber .iti .iti__selected-dial-code {
  color: #363636;
  display: block;
  font-weight: 400;
  font-size: 16px;
}

#jobApplyModal #mobileNum {
  padding-top: 7px;
}

@media(min-width: 768px){
#jobApplyModal #mobileNum {
  padding-left: 102px !important;
}
}

@media(max-width: 768px){
#jobApplyModal #mobileNum {
  padding-left: 99px !important;
}
}


#jobApplyForm .mobileNumber button:not(:disabled) {
  background: transparent;
  color: #000;
}

.phone-status-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  pointer-events: none;
  transition: all 0.2s ease;
}

.phone-status-icon.valid::before {
  content: "✔";
  color: #049d09;
  /* Green */
  font-weight: bold;
  border: 2px solid #049d09;
  border-radius: 46px;
  width: 16px;
  height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-status-icon.invalid::before {
  content: "✖";
  color: #ff0000;
  /* Red */
  font-weight: bold;
  border: 2px solid #ff0000;
  border-radius: 46px;
  width: 16px;
  height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-status-icon.invalid {
  top: 33%;
}

/* Inline Send OTP button */
#jobApplyForm .mobileNumber .send-otp-btn {
  background: rgba(47, 145, 205, 1) !important;
  border-radius: 8px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  padding: 0 14px;
  line-height: 1;
  width: 141px;
}
#jobApplyForm .mobileNumber .send-otp-btn:disabled {
  line-height: 1;
  text-transform: capitalize;
}

/* OTP boxes */
#jobApplyModal .otp-container .otp-fields .otp-box {
  border-radius: 8px;
  border: 1px solid rgb(154, 154, 154);
  padding: 0;
  font-size: 10px !important;
  font-weight: 500 !important;
  width: 39px;
  height: 36px;
}

.otp-box.invalid {
  border-color: #ff0000 !important;
}

.resend-otp:disabled {
  opacity: 0.6;
  pointer-events: none;
}

.otp-container {
  animation: fadeIn 0.3s ease-in-out;
  width: 51%;
  max-width: max-content;
}

#jobApplyModal .otp-container .otp-fields {
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.otp-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#jobApplyModal .otp-right .otp-error,
#jobApplyModal .otp-right .btn-link,
#jobApplyModal .otp-right .otp-timer,
.otp-expiry-text {
  font-size: 10px;
  line-height: 1 !important;
  font-weight: 500;
  background: transparent;
  border: none;
}
#jobApplyModal .otp-right .otp-timer,
.otp-expiry-text {
  color: rgba(255, 0, 0, 1) !important;
  font-weight: 400 !important;
  font-size: 12px;
  margin-top: 4px;
}
.otpbelow-section {
  width: 100%;
  position: relative;
}

.otpresend {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#jobApplyForm .otpresend .resend-otp,
#jobApplyForm .otpresend .otp-timer,
#jobApplyForm .otpbelow-section .otp-error {
  background: transparent !important;
  color: rgb(255, 0, 0) !important;
  font-size: 10px;
  font-weight: 400;
  line-height: 1 !important;
  text-transform: none;
}
#jobApplyForm .otpresend .resend-otp {
  color: #2f91cd !important;
}
#jobApplyForm .otpbelow-section .otp-error {
  width: 75px;
  position: absolute;
  right: -61px;
  top: -32px;
  font-weight: 500;
  font-size: 12px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1366px) {
  #jobApplyForm {
    padding: 0;
  }

  #jobApplyModal .modal-header {
    padding: 10px 35px;
  }

  #jobApplyForm .mb-5 {
    margin-bottom: 20px !important;
  }

  #jobApplyModal .form-control {
    font-size: 14px;
  }

  .resume-upload-box p {
    font-size: 12px;
  }

  .resume-upload-box {
    padding: 30px 15px;
  }

  #jobApplyModal .modal-dialog {
    width: 540px;
  }

  #jobApplyForm .form-check label,
  #jobApplyModal .modal-footer small {
    font-size: 12px;
  }

  #jobApplyModal .modal-header .modal-title {
    font-size: 20px;
  }

  #jobApplyForm .btn:disabled,
  #jobApplyForm button:not(:disabled) {
    font-size: 16px;
    line-height: 38px;
  }
  #jobApplyForm .otpresend .resend-otp,
  #jobApplyForm .otpresend .otp-timer,
  #jobApplyForm .otpbelow-section .otp-error {
    font-size: 10px;
  }
}

@media (max-width: 821px) {
  #jobApplyModal .modal-header .modal-title {
    font-size: 14px;
    margin-bottom: 0;
  }

  .resume-upload-box p {
    font-size: 9px;
  }

  #jobApplyForm .form-check label,
  #jobApplyModal .modal-footer small {
    font-size: 11px;
  }

  #jobApplyForm {
    border-bottom: none;
  }

  #jobApplyForm .btn:disabled,
  #jobApplyForm button:not(:disabled) {
    font-size: 13px;
    line-height: 35px;
  }

  #jobApplyModal .modal-footer.border-0.pt-4 {
    padding-top: 10px !important;
    padding-bottom: 0;
  }

  .resume-upload-box small {
    font-size: 9px;
  }

  #pdfFormat img {
    height: 15px;
  }

  .text-danger.error-message {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  #jobApplyForm {
    padding: 0;
    padding-bottom: 20px;
  }

  #jobApplyForm .mb-5 {
    margin-bottom: 1.2rem !important;
  }

  #jobApplyForm .row.mb-5 {
    margin-bottom: 0 !important;
  }

  #jobApplyForm .row.mb-5 .col-md-6 {
    margin-bottom: 1.2rem !important;
  }
  .mobileNumber .iti .iti__selected-dial-code {
    font-size: 14px;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  #jobApplyModal .modal-header {
    padding: 1rem;
  }

  #jobApplyModal .modal-dialog {
    width: auto;
  }

  #jobApplyModal .modal-content {
    height: auto;
  }

  #jobApplyModal .form-control {
    font-size: 14px;
    color: #363636;
  }

  #jobApplyModal .modal-header .modal-title {
    font-weight: 600;
    margin-top: 0;
  }

  .resume-upload-box p {
    font-size: 12px;
    font-weight: 500;
  }

  /* #jobApplyForm .form-check.mb-3 p {
        display: none;
    } */

  /* :target::before {
        content: "";
        display: block;
        height: 61px;        
        margin-top: -61px;
        visibility: hidden;
    } */

  #jobApplyModal .modal-body {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #jobApplyModal .modal-footer.border-0.pt-4 {
    padding-top: 10px !important;
    padding-bottom: 10px;
  }

  #jobApplyForm .form-check label {
    font-size: 11px;
  }

  #jobApplyForm .btn:disabled {
    font-size: 16px;
    line-height: 38px;
  }

  #jobApplyForm button:not(:disabled) {
    line-height: 38px;
  }

  #jobApplyModal .modal-footer small {
    text-align: center;
  }

  #jobApplyForm {
    padding-bottom: 0;
  }
  #jobApplyForm .mb-4 {
    margin-bottom: 0 !important;
  }
  #jobApplyForm .row.mb-4 {
    margin-bottom: 15px !important;
  }

  #jobApplyForm .mobileNumber .send-otp-btn {
    position: relative !important;
    top: unset !important;
    transform: none !important;
    height: 36px;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    margin-bottom: 8px;
  }

  .mobileNumber .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    display: block;
  }
}

.resendOTP {
  color: #2f91cd !important;
  text-decoration: underline;
  font-size: 12px !important;
  text-underline-offset: 4px !important;
  margin-top: 0px;
}

.mobileNumber .error-message {
  margin-top: 8px;
}

.editIcon {
  position: absolute;
  right: 8px;
  top: 15px;
  cursor: pointer;
}

.modelButtonClose {
  border: none;
  padding: 0.5rem 2rem;
  font-size: 14px;
  border-radius: 8px;
  color: #efefef;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 15px;
  background-color: #359bd8;
}

.modelButtonClose:hover {
  background-color: #359bd8;
  color: #fff;
}

#jobApplyModal .formLabel {
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2rem;
  left: 12px;
  color: rgba(154, 154, 154, 1);
  position: absolute;
  top: 5px;
  z-index: 1;
}

#jobApplyModal .labelWrapper {
  background-color: transparent;
}

#jobApplyModal .labelWrapper.mobileNumber .formLabel {
  left: 105px;
}
#jobApplyModal .labelWrapper.mobileNumber {
  overflow: visible !important;
}
#jobApplyModal .labelWrapper.mobileNumber #mobileNum {
  padding-left: 100px;
  /* font-size: 14px !important; */
}

@media (max-width: 768px) {
  #jobApplyModal .formLabel {
    font-size: 12px;
    top: 9px;
  }
  #jobApplyModal .labelWrapper.mobileNumber .formLabel {
    left: 102px;
    top: 8px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #jobApplyModal .labelWrapper.mobileNumber #mobileNum {
    font-size: 14px !important;
  }

  .mobileNumber .iti .iti__selected-dial-code {
    font-size: 14px;
  }
}
