html,
body {
  height: 100%;
}

body {
  display: flex;
}

.container {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  margin: auto 0;
}

.sign-up-container {
  margin: 20px 0;
  max-width: 797px;
  padding: 15px 30px !important;
  border: 1px solid #e9e5e5;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #80808029;
}

.form-group {
  margin-bottom: 15px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.form-text {
  font-size: 13px !important;
  margin-top: 0 !important;
}

.invalid-feedback {
  text-align: left;
}

.form-input {
  width: 100%;
  padding: 6px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.input-group > .form-input {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.logo-image {
  height: auto;
}

.icon {
  display: none !important;
}

.otp-label {
  color: green;
  background: #bbf3bb;
  padding: 5px 30px 5px 12px;
  text-align: left;
  border-left: 6px solid green;
  margin: 20px 0;
}

.form-control {
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.validation-success {
  border-color: #198754 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
}

.validation-fail {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}

.validation-process {
  background-image: url(../img/loading-animation.gif) !important;
}

#email {
  border-radius: 4px 0 0 4px !important;
}

#email-code {
  border-radius: 0 4px 4px 0 !important;
}

.agree-label {
  width: 95%;
  font-size: 13px;
  line-height: normal;
  text-align: justify;
}

#country-code {
  border-radius: 4px 0 0 4px;
}

.preloader {
  z-index: 9999999;
  position: fixed;
  background: #000000ad;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.preloader .preloader-wrapper {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.preloader lottie-player {
  margin: 0 auto -30px auto;
}

.preloader label {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  max-width: 800px;
}

#country-hint {
  line-height: 17px;
  font-size: 14px;
}

#section-5 .btn-primary {
  width: 100px;
  height: 38px;
  padding: 0 !important;
}

#whatsapp-link {
  width: 115px;
  margin: auto;
  background: #3ebb3e;
  border-color: #3ebb3e;
}

#wa-copy-icon {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  margin: -40px 0 0 165px;
  width: fit-content;
}

#wa-copy-div {
  box-shadow: 0 1px 2px 2px #dcd3d3;
  border-radius: 3px;
  padding: 6px;
  margin: 27px auto;
  background: #f4ecec;
  width: 180px;
}

#qr-code-modal img {
  margin: auto;
  width: 200px;
}

.tooltip-icon {
  font-size: 14px;
  margin: 4px 0 0 5px;
  position: absolute;
  cursor: pointer;
}

#trust-content {
  margin-left: 140px;
  margin-top: -150px;
  padding: 12px;
  position: absolute;
  background: #f6f0f0;
  max-width: 500px;
  font-size: 14px;
  display: none;
  border-radius: 6px;
  text-align: left;
  z-index: 6;
}

#shared-content {
  border: 1px solid #ccc;
  border-left: 5px solid #bc0b0b;
  display: block;
  padding: 10px 4px;
  border-radius: 4px;
  font-size: 16px;
}

.fstdropdown > .fstselected {
  height: 35px;
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
  }

  #country-hint {
    font-size: 11px;
  }
}

@media screen and (min-width: 576px) {
  #country-div {
    padding-right: 12px;
  }
}

@media screen and (max-width: 576px) {
  .preloader label {
    font-size: 20px;
    padding: 10px;
  }

  #trust-content {
    left: 0;
    margin-left: 0 !important;
    margin-top: 0 !important;
    font-size: 12px;
  }

  #shared-content {
    padding: 10px 0;
    font-size: 13px;
  }
}
