.xdebug-error i {
  color: blue !important;
}

.xdebug-error tbody tr:first-child {
  font-size: 16px;
}


body, html {
  font-family: 'Open Sans', sans-serif !important;
  overscroll-behavior-y: none;
  overflow-y: clip;
  overscroll-behavior-x: none;
  overflow-x: hidden;
}

body {
  position: relative
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.step_describer {
  position: fixed;
  top: 0;
  width: 100%;
  color: red;
  text-align: center;
  font-size: 16px;
  z-index: 20;
}

.page-loading .page-loader {
  display: flex !important;
}

.page-loading * {
  transition: none !important;
}

.side_logo {
  height: 50px !important;
}

.side_logo .st0 {
  fill: #5CAF42;
  transition: fill 0.3s;
}

.side_logo .st1 {
  fill: #A6C84E;
  transition: fill 0.3s;
}

.side_logo .st2, .side_logo .st3 {
  fill: #203C25;
  transition: fill 0.3s;
}

.mobile_step_progress {
  display: none;
}

.mobile_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: white;
  top: 0px;
}

.stepside_container {
  width: 700px;
  padding: 0;
  position: relative;
  /* height: 500px; */
  min-height: 500px;
  height: 80vh;
}

.stepper.stepper-pills .stepper-item.empty .stepper-icon .stepper-number {
  transform: rotate(90deg);
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

body.rtl .ltr_icon {
  display: none !important;
}

body.ltr .rtl_icon {
  display: none !important;
}

.form_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.form_toolbar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.form_toolbar .back_btn,
.form_toolbar .chat_btn {
  cursor: pointer;
}

.form_toolbar .back_btn:hover,
.form_toolbar .chat_btn:hover {
  opacity: 0.8;
}

.form_toolbar i {
  font-size: 1.5rem;
}

.form_toolbar .back_btn.hidden {
  visibility: hidden;
}

.title h1,
.title h2 {
  text-align: center;
}

.form_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form_footer .footer_btn {
  width: 100%;
  transition: all 0.5s;
  font-size: 1.7rem;
}

.form_footer .footer_btn i {
  font-size: 1.3rem;
}

.form_footer .footer_btn .rtl_icon,
.form_footer .footer_btn .ltr_icon {
  transition: all 0.2s ease-in-out;
}

.form_footer .footer_btn:hover .rtl_icon {
  margin-right: 5px;
}

.form_footer .footer_btn:hover .ltr_icon {
  margin-left: 5px;
}

.form_toolbar .back_btn.dead,
.form_footer .footer_btn.dead {
  pointer-events: none;
}

.resend.dead {
  pointer-events: none;
  opacity: 0.5;
}

.form_footer .footer_btn.pending {
  background-color: #b3b3b3;
  pointer-events: none;
  cursor: not-allowed;
}

.form_footer .footer_btn.pending.allowclick {
  pointer-events: all;
  cursor: pointer;
}

.form_footer .footer_btn.pending.allowclick:hover {
  background-color: #726d6d !important;
}

.steps_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.steps_container .steps_rail {
  position: absolute;
  top: 0;
  width: auto;
  display: flex;
  flex-direction: row;
  height: 100%;
  /* height: 100%; */
  /* transition: all 0.5s ease-in-out; */
  /* left: -120%; */
}

body.ltr .steps_container .steps_rail {
  /* left: 0;
  transition: left 0.5s ease-in-out; */
}

body.rtl .steps_container .steps_rail {
  /* right: 0;
  transition: right 0.5s ease-in-out; */
}

body.ltr .steps_container .steps_rail.no_animation,
body.rtl .steps_container .steps_rail.no_animation {
  transition: none;
}

.steps_container .step_form {
  /* width: 700px; */
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  /* position: relative; */
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  /* left: 0; */
  top: 0;
}

body.ltr .steps_container .step_form {
  left: 0;
}

body.ltr .steps_container .step_form.next {
  left: calc(100% + 30px);
}

body.ltr .steps_container .step_form.prev {
  left: calc(-100% + -30px);
}

body.rtl .steps_container .step_form {
  right: 0;
}

body.rtl .steps_container .step_form.next {
  right: calc(100% + 30px);
}

body.rtl .steps_container .step_form.prev {
  right: calc(-100% + -30px);
}

.steps_container .step_form.sliding {
  transition: all 0.3s ease-in-out;
}

/* body.ltr .steps_container .step_form {
  margin-right: 30px;
}

body.rtl .steps_container .step_form {
  margin-left: 30px;
} */
.steps_container .form_seperator {
  width: 30px;
}

.steps_container .step_form .title {
  /* margin-bottom: 30px; */
  padding: 0px 15px 10px 15px;
  background-color: white;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.steps_container .step_form .form_footer {
  margin-top: auto;
}

.step_holder {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.step_holder .current_step {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  margin-bottom: 0;
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  color: #009ef7;
  margin-bottom: 0;
}

.step_holder .next_step {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}

.stepper-nav {
  position: relative;
  width: 260px;
  height: 330px;
  pointer-events: none;
  user-select: none;
}

.stepper-mini_container {
  height: 220px;
  position: relative;
  width: 260px;
  overflow: hidden;
  flex-shrink: 0;
  /* transition: height 0.5s ease-in-out; */
}

.stepper-mini_container.high {
  height: 294px;
}

.stepper-roller {
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.steps_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
}

.form-control {
  font-size: 1.5rem;
}

input.form-control[name="phone_validation"],
input.form-control[name="phone_number"],
input.form-control[name="phone"],
input.form-control[name="passport_issue"],
input.form-control[name="driving_license_number"],
input.form-control[name="marriage_date"],
input.form-control[name="child_count"],
input.form-control[name="salary_expectations"],
input.form-control[name="birth_date"],
input.form-control[name="bitrh_country"] {
  width: 250px;
  text-align: center;
  margin: 0 auto;
}

form[data-code="passport_details_jr"] input.form-control[name="passport_issue"] {
  width: 100%;
}

.fv-row .valid,
.fv-row .not_valid {
  font-size: 1.5rem;
  top: 18px;
}

input.form-control[name="passport_issue"],
input.form-control[name="id_issue"],
input.form-control[name="marriage_date"],
input.form-control[name="permit_start"],
input.form-control[name="permit_end"],
input.form-control[name="phone_number"],
input.form-control[name="medical_certificate_date"],
input.form-control[name="police_certificate_date"],
input.form-control[name="phone"],
input[name="birth_date"],
input[name="email"] {
  direction: ltr;
}

body.rtl input.form-control[name="id_num"]::placeholder {
  direction: rtl;
}

body.rtl .fv-row [data-field="phone_number"].valid,
body.rtl .fv-row [data-field="phone_number"].not_valid,
body.rtl .fv-row [data-field="phone"].valid,
body.rtl .fv-row [data-field="phone"].not_valid,
body.rtl .fv-row [data-field="id_num"].valid,
body.rtl .fv-row [data-field="id_num"].not_valid,
body.ltr .fv-row .valid,
body.ltr .fv-row .not_valid {
  right: 18px;
  left: auto;
}

input.form-control[name="phone_number"].prefixed,
input.form-control[name="phone"].prefixed {
  text-align: left;
  padding-left: 70px;
}

body.rtl .fv-row .valid,
body.rtl .fv-row .not_valid {
  left: 18px;
  right: auto;
}

.fv-row.checkbox-row .valid,
.fv-row.checkbox-row .not_valid {
  top: 1px;
}

.fv-row .valid {
  color: #198754;
  display: none;
}

.fv-row .not_valid {
  display: none;
  color: #c70000;
}

label.form-check {
  cursor: pointer;
}

.form_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
  height: 100%;
}

.form_content .fv-row {
  width: 100%;
}

.form_content .fv-row.select-container {
  overflow-y: scroll;
  padding: 20px 50px 0px 50px;
}

.form_content .fv-row.approve_add_container {
  margin-top: auto;
}

div.verifier {
  border: none;
  text-align: center;
  font-size: 1.5rem;
  pointer-events: none;
  width: 100%;
}

textarea {
  resize: none;
}

.dropzone {
  padding: 0;
  width: 250px;
  margin: 0 auto;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dropzone_container.multi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.dropzone.multi {
  height: 60px;
  width: 99%;
  margin-bottom: 30px;
}

.dropzone_container.multi .preview {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: scroll;
}

.dropzone_container.multi .preview .gallery_media {
  width: 100px;
  height: 100px;
}

.dropzone_container.multi .preview .gallery_media img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.dropzone .dz-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: #f1faff;
  padding: 10px;
  width: 100%;
}

.dropzone .dz-message i {
  margin-bottom: 20px;
}

.dropzone.multi .dz-message {
  flex-direction: row;
}

.dropzone.single .dz-message.exist {
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.dropzone.single .dz-message.exist i {
  margin-right: 0 !important;
}

.dropzone.single .dz-message.exist h3 {
  color: white !important;
}

.dropzone .preview {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dropzone .preview img {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.regform_main_container {
  display: flex;
  flex-direction: row;
  height: 100vw;
}

.regform_main_container .desktop_progress_bar {
  display: flex;
  flex-direction: column;
  width: 500px;
  justify-content: center;
  align-items: center;
  background-color: rgba(245, 248, 250, .5);
  box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05);
  flex-shrink: 0;
}

.mainpart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.approve_attribute,
.add_attribute {
  padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
  width: 100%;
  transition: all 0.5s;
  color: white;
  font-size: 1.15rem;
  border-radius: 0.625rem;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.approve_attribute {
  background-color: #009ef7;
}

.add_attribute {
  background-color: #50cd89;
}

.add_attribute .rtl_icon,
.add_attribute .ltr_icon,
.approve_attribute .rtl_icon,
.approve_attribute .ltr_icon {
  transition: all 0.2s ease-in-out;
}

.approve_attribute:hover .rtl_icon,
.add_attribute:hover .rtl_icon {
  margin-right: 5px;
}

.approve_attribute:hover .ltr_icon,
.add_attribute:hover .ltr_icon {
  margin-left: 5px;
}

.approve_attribute i,
.add_attribute i,
.approve_attribute .svg-icon,
.add_attribute .svg-icon {
  color: #fff;
}

.approve_attribute,
.add_attribute {}

@media (max-width: 1399px) {
  .regform_main_container .desktop_progress_bar {
    width: 400px;
  }
}

@media (max-width: 1199px) {
  .regform_main_container .desktop_progress_bar {
    width: calc(100vw - 740px);
  }
}

@media (max-width: 991px) {
  .desktop_progress_bar {
    display: none !important;
  }

  body {
    padding-top: 90px;
  }

  .mobile_step_progress {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 4px;
    z-index: 10;
    height: 100vh;
    flex-direction: column;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile_step_progress .prev_steps {
    background-color: #009ef7;
  }

  .mobile_step_progress .curr_step {
    background-color: #50cd89;
  }

  .mobile_step_progress .next_steps {
    background-color: #A1A5B7;
  }

  .form_header {
    display: none
  }

  .form_toolbar i {
    font-size: 2.5rem;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: env(safe-area-inset-bottom);
    /* height: -webkit-fill-available; */
  }

  .stepside_container,
  .steps_container .step_form {
    min-height: unset;
    width: 95vw;
    height: 100%;
  }

  .regform_main_container {
    height: 100%;
  }

  .steps_container .step_form .title {
    top: 0px;
    position: relative;
  }

  .steps_container .steps_rail {
    padding-bottom: 100px;
  }

  .form_content {
    padding-top: 30px;
  }

  .select-container .approve_add_container {
    flex-direction: column !important;
  }
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
  font-size: 1.5rem;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: transparent;
}

body.rtl .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
  margin-right: 30px;
  margin-left: 0;
}

body.ltr .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
  margin-left: 30px;
  margin-right: 0;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
  height: 1rem;
  width: 1rem;
  margin: 0;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
  margin: 0;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
  padding: 0.75rem 1rem;
  height: 50.75px;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search.select2-search--inline .select2-search__field {
  padding: 0;
  margin: 0;
  height: 30px;
}

.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::placeholder {
  font-size: 1.5rem;
  height: 50px;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search.select2-search--inline .select2-search__field {
  font-size: 1.5rem;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: 'Open Sans', sans-serif !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
  font-size: 1.5rem;
}

.asal_searcher {
  position: relative;
}

input.asal_searcher_selector:focus~.search_icon_holder i {
  color: #009ef7 !important;
}

.asal_searcher .asal_searcher_selector:focus+.search_icon_holder {
  color: #009ef7 !important;
}

.asal_searcher .results_container {
  display: none;
}

.asal_searcher .results_container .lister {
  position: absolute;
  /* padding-top: 1.25rem !important; */
  /* padding-bottom: 1.25rem !important; */
  background-color: #f5f8fa;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
  width: 100%;
  z-index: 1000;
}

.asal_searcher .results_container .item {
  cursor: pointer;
  color: #3f4254;
  padding: 0.75rem;
  border-bottom: 1px solid white;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
}

.asal_searcher .results_container .item.active,
.asal_searcher .results_container .item:hover {
  color: white;
  background-color: #009ef7;
}

.asal_searcher .asal_searcher_selector.locked {
  pointer-events: none;
}

body.rtl .asal_searcher .asal_searcher_selector.locked {
  padding-right: 0.825rem !important;
}

body.ltr .asal_searcher .asal_searcher_selector.locked {
  padding-left: 0.825rem !important;
}

body.is_apple *:hover,
body.is_apple .btn.btn-active-light-primary.btn-outline.btn-outline-dashed:hover {
  background-color: transparent !important;
}

.btn-check:checked+.btn.btn-active-light-primary.btn-outline.btn-outline-dashed:hover,
.btn-check:checked+.btn.btn-active-light-primary.btn-outline.btn-outline-dashed {
  background-color: #f1faff !important;
}

.text_modal,
.text_modal p,
.text_modal span,
.text_modal * {
  font-family: 'Open Sans', sans-serif !important;
}

.text_modal {
  z-index: 120;
  background-color: white;
  padding: 35px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
  max-height: 80vh;
}

.text_modal .modal_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.text_modal .text_content {
  padding: 0;
  overflow-y: auto;
  height: calc(100% - 120px);
}

body.modal_open .text_modal {
  opacity: 1;
  pointer-events: all;
}

.modal_backdrop {
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 10;
  user-select: none;
  pointer-events: none;
}

body.modal_open .modal_backdrop {
  opacity: 0.75;
}

@media (max-width: 991px) {
  .text_modal {
    height: 80vh;
    position: fixed;
    top: 10vh;
    width: 90vw;
    left: 5vw;
  }
}

.iti {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  direction: ltr;
}

.iti .iti__flag-container,
.iti input {
  margin: 0 !important;
  right: auto !important;
  left: auto !important;
}

.iti .iti__flag-container {
  position: relative;
  font-size: 1.5rem;
}

.iti.iti--separate-dial-code .iti__selected-flag {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  max-height: 50px;
  overflow: hidden;
}

input.form-control[name="phone_number"],
.iti.iti--separate-dial-code input[type=text] {
  padding-left: 10px !important;
  padding-right: 0 !important;
  text-align: left;
}

.fv-plugins-bootstrap5 .fv-plugins-icon {
  height: 50px;
}