@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: Poppins;
}
@font-face {
  font-family: "Brittany Signature";
  src: url("../fonts/BrittanySignature.ttf");
}
.brittany-font {
  font-family: "Brittany Signature";
}
@media (min-width: 768px) {
  .login-page_card {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
}
.login-page-banner {
  max-height: 100vh;
}
.login-page_card p {
  color: #8a8a8a;
}
.login-page_card .phone-input {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}
.otp-input_wrapper input {
  border-radius: 4.177px;
  border: 0.835px solid #dadada;
  background: #fff;
  box-shadow: 0px 0px 14.202px 0px #d7d7d7;
  height: 48px;
  width: 100%;
  outline: none;
}
.login-page_card-btn {
  border-radius: 4.264px;
  background: #B5DCBF !important;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  height: 52.237px;
  max-width: 450px;
}

.login-page_card .input-group {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
}

.sign-up-text,
.resend-text {
  color: #B5DCBF;
}

.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 4.177px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 0.835px solid #dadada;
}
.otp-field input:focus {
  border-radius: 4.177px;
  border: 0.835px solid #dadada;
  background: #fff;
  box-shadow: 0px 0px 14.202px 0px #d7d7d7;
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.sign-up-page-form_wrapper input {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  height: 48px;
}

.sign-up-page_btn {
  border-radius: 4.264px;
  background: #B5DCBF !important;
  height: 48px;
  width: 100%;
  color: #fff !important;
}

/* .sign-up-page-form_wrapper .SumoSelect {
width: 100%;
height: 48px;
}
.sign-up-page-form_wrapper .SelectBox {
    height: 100%;
    display: flex;
    align-items: center;
}
.SumoSelect .placeholder{
    color: #000 !important;
    background-color: transparent !important;
}
 */

.select2-container--bootstrap4 .select2-selection--multiple {
  box-shadow: none !important;
  border-radius: 5px;
  border: 1px solid #e4e4e4 !important;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 4px;
  background: #2d2d2d !important;
  color: #fff !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  background: #B5DCBF !important;
}

.sign-up-page-form_wrapper select {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  height: 48px;
}

.select2-container--bootstrap4 .select2-selection--single {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  height: 48px !important;
  display: flex;
  align-items: center;
}

.select2-container--bootstrap4 .select2-search {
  padding-left: 10px;
}

.sign-up-page-form_wrapper .form-control {
  height: 48px;
  display: flex;
  align-items: center;
}

.screen {
  display: none;
}
.screen.active {
  display: block;
}
.error-message {
  color: red;
  display: none;
}
.info-message {
  color: blue;
  display: none;
}

.login-page_card input::placeholder {
  font-size: 14px;
  color: #adadad;
}

.login-page_card .modal-dialog {
  border-radius: 34px;
  border: 1.262px solid #dadada;
  background: #fff;
  box-shadow: 0px 5.048px 20.318px 0px rgba(182, 182, 182, 0.25);
  overflow: hidden;
}
