#fill_profile_modal {
  max-height: max-content;
  max-width: 450px;
  width: 90% !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  background: rgb(45, 13, 50, 1);
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0.7);
}

#fill_profile_modal .ico-close-popup {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik02IDE4TDE4IDZNNiA2bDEyIDEyIiAvPgo8L3N2Zz4=");
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background-repeat: no-repeat;
  transition: all 200ms;
}

#fill_profile_modal .profile_area > form > span:first-of-type {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 16px !important;
}

#fill_profile_modal .profile_form_area {
  width: 100% !important;
}

#fill_profile_modal .profile_area > br:first-child {
  display: none;
}

#fill_profile_modal .profile_area .entry_part {
  width: 100% !important;
  margin-bottom: 16px;
}

#fill_profile_modal .profile_area .entry_part input[type="text"] {
  width: 100% !important;
  min-height: 36px;
}

#fill_profile_modal .modal-header {
  position: relative;
  border-bottom: none;
}

#fill_profile_modal .modal-header::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

#fill_profile_modal .modal-header i {
  color: #ff6766 !important;
}

#fill_profile_modal .enroll_btn_q:hover {
  opacity: 0.75;
}

@media (max-width: 450px) {
  .alert-info td {
    font-size: 12px !important;
  }

  #fill_profile_modal .profile_area > form > span:first-of-type {
    font-size: 16px !important;
  }

  #fill_profile_modal .modal-header h3 {
    font-size: 14px !important;
    line-height: 1.5;
  }
}
