html {
  scroll-behavior: smooth;
}

.navbar-new {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  background: #0f4f97;
  align-items: center;
  justify-content: center;
}

.navbar-new .logo-toi {
  max-width: 400px;
}

.form-section {
  margin: 50px 0 !important;
}

.form-section .advantages-title {
  font-size: 1.8rem;
}

.form-section,
.form-section .form-wrapper,
.form-section .form-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-section .form-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.form-section .form-wrapper .form-title {
  font-size: 34px;
  margin-bottom: 15px;
  margin-top: 0;
  color: white;
  text-align: center;
}

.form-section .form-wrapper .input-wrapper {
  width: 100%;
  max-width: 500px;
  gap: 3px !important;
}

.form-section .form-wrapper .input-wrapper small {
  color: red !important;
  text-align: left !important;
  width: 100%;
}

.form-section .form-wrapper .input-wrapper input {
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  border: 0;
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-section .form-wrapper .input-wrapper input[type="tel"] {
  width: 100%;
}

.form-section .form-wrapper .submit_btn {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  height: 50px;
  padding: 11px 16px;
  display: flex;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #ca0008;
  color: white;
  border-radius: 0.5rem;
}

.form_message.error.inactive,
.form_message.success.inactive {
  display: none;
}

.form_message.error.active,
.form_message.success.active {
  display: block !important;
}

.form_message {
  width: 100%;
  min-height: 50px;
  align-content: center;
  box-sizing: border-box;
  padding: 11px 15px !important;
  font-size: 16px !important;
  max-width: 500px;
  border-radius: 0.5rem;
}

.form_message.error {
  background-color: #ff7f7f;
  border: 2px dashed #ce0909;
  color: #fff;
}

.form_message.success {
  background-color: #d4ffe0;
  border: 2px dashed #1f6b34;
  color: #000;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  padding: 11px 15px;
  border-radius: 0.5rem 0 0 0.5rem;
}

/* .iti__country-name,
.iti__selected-flag,
.iti__dial-code {
    font-size: 16px;
} */

.iti__flag-container {
  padding: unset !important;
}

.iti-mobile .iti__country-list {
  box-sizing: border-box;
  max-width: 90%;
}

.notify-container {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notify {
  background: #ca0007;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 0.5rem;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  min-width: 260px;
  max-width: 320px;
  display: none;
}

.notify strong {
  font-weight: 700;
}

.notify .city {
  opacity: 0.9;
}

.notify .amount {
  font-weight: 700;
}

@media (max-width: 480px) {
  .form_message,
  .iti__selected-dial-code,
  .form-section .form-wrapper .input-wrapper input {
    font-size: 14px;
  }
}
