.mgnl-admin .__form-enquire .__form-group .form-row {
  width: auto;
}
.mgnl-admin .__form-enquire .__form-group .form-row:nth-child(3) {
  width: auto;
}

.__form-enquire .__form-group .form-row {
  width: 50%;
}
.__form-enquire .__form-group .form-row:nth-child(3) {
  width: 36%;
}
.__form-enquire .__form-group .form-row.form-75, .__form-enquire .__form-group .form-row.form-50, .__form-enquire .__form-group .form-row.form-25 {
  width: 100%;
}
@media (min-width: 992px) {
  .__form-enquire .__form-group .form-row:nth-child(3) {
    width: 25%;
  }
  .__form-enquire .__form-group .form-row.form-25 {
    width: 25%;
  }
  .__form-enquire .__form-group .form-row.form-50 {
    width: 50%;
  }
  .__form-enquire .__form-group .form-row.form-75 {
    width: 75%;
  }
}
.__form-text {
  position: relative;
  background-color: var(--light);
  border-radius: 8px;
  padding: 12px 16px;
}
.__form-text--body {
  z-index: 9;
}
@media (min-width: 992px) {
  .__form-text--body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.__form-text--title {
  font-weight: 700;
}
.__form-text--content {
  font-size: 0.875rem;
}
.__form-text--dropdown .form-control {
  background-color: transparent;
}
.__form-text--dropdown .select-items {
  top: calc(100% + 10px);
}
.__form-text--dropdown .select-selected {
  padding: 0;
  margin: 0;
  height: auto;
  font-size: 0.875rem;
}
.__form-text--dropdown .select-selected::after {
  top: 10px;
}
.__form-text--dropdown .__select .select-items div {
  padding: 10px;
}
.__form-text--dropdown .custom-select {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .__form-enquire .__form-group .form-row {
    width: auto;
  }
}
.agent-overlay-heading {
  display: none;
}

.has_header {
  padding-top: 84px;
}
@media (min-width: 992px) {
  .has_header {
    padding-top: 60px;
  }
}
.has_header .agent-overlay-heading {
  position: absolute;
  top: 0;
  display: block;
}

.__flight--modal--info {
  display: flex;
  margin-top: 6px;
  gap: 6px;
  align-items: center;
}

.hp-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
