.modal-body {
  padding-top: 35px;
  font-family: greycliff-cf, sans-serif;
}

.modal-footer {
  padding-bottom: 35px;
}

.modal-footer p {
  font-size: 14px;
}

.modal-header,
.modal-footer {
  border: none;
}

.btn.w-100 {
  background-color: #1f1e1f;
}

.modal-footer a,
.modal-footer a.link {
  color: #ed4d37;
  text-decoration: underline;
}

.modal.show .modal-dialog {
  width: 762px;
  height: 906px;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 40px 64px 80px;
}

.modal-content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #3e3c3e;
  margin-bottom: 8px;
}

.modal-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #3e3c3e;
}

.modal-content form .form-group {
  margin-bottom: 24px;
}

.modal-content form .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #878287;
  margin-bottom: 8px;
}

.modal-content form .form-group input {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  align-items: center;
  letter-spacing: -0.01em;
  color: #878287;
  height: 54px;
  border: 0.5px solid #c3c1c3;
  border-radius: 4px;
}

.modal-header,
.modal-footer {
  padding: 0;
}

.modal-footer {
  justify-content: center;
}

.modal-body {
  padding: 14px 0 24px;
}

.modal-content form .form-group input.phonenumber,
select#inputTeam {
  height: 60px;
}

select#inputTeam {
  -webkit-appearance: none;
  overflow: hidden;
  background-image: url(./assets/arrow.webp);
  background-position: 275px 13px;
  background-repeat: no-repeat;
}

textarea.form-control {
  height: 98px;
  border: 0.5px solid #c3c1c3;
  resize: none;
  margin-bottom: 8px;
}

.modal-body .btn {
  background: #1f1e1f;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  padding: 16px 0;
  letter-spacing: -0.01em;
  margin-bottom: 2.5rem;
}

.modal-footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.form-row.phone-field span {
  position: absolute;
  top: 50px;
  left: 20px;
  border-right: solid 1.2px #c3c1c3;
  color: #878287;
  font-weight: 500;
}

.form-row.phone-field span img {
  padding-left: 5px;
  padding-right: 10px;
}

.form-row.phone-field {
  position: relative;
}

#inputPhone {
  padding-left: 70px;
}

.mobile-privacy-terms {
  color: #afacaf;
}

input,
select,
textarea,
option {
  font-weight: 300 !important;
}

.modal-content .error_msg{
  color: #ed4d37 ;
  
}

.modal-header .close {
  padding: 0.3rem 1.5rem 0.3rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

@media (max-width: 767px) {
  .modal-content {
    padding: 20px;
  }

  .modal.show .modal-dialog {
    width: 95%;
    height: auto;
    margin: 10px auto;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }

  .container-fluid {
    padding: 15px;
  }

  .control-assets-mobile {
    padding: 0;
    min-height: 440px;
  }
  .form-row.phone-field span img {
    width: 50%;
  }
}
