.text-purple {
  color: #86f !important;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .15em solid currentColor;
    border-right-color: currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
}

.select2-selection {
  width: 75px !important;
  margin-right: 3px !important;
  font-size: 13px !important;
  height: 34px !important;
  background: #eee !important;
  border: 1px solid red !important;
  margin-top: 6px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
  line-height: 36px !important;
  font-size: 14px !important;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 29px !important;
  position: absolute !important;
  top: 8px !important;
  right: 1px !important;
  width: 27px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent !important;
  border-style: solid !important;
  border-width: 5px 4px 0 4px !important; /* smaller triangle */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -3px !important;
  margin-left: -10px !important;
  height: 0 !important;
  width: 0 !important;
}

.form-control::placeholder {
  color: #bfbfbf;
}

.mainTrailBox {
  width: 100%;
  background: linear-gradient(#dae1de, #d9ecf2);
  background-position: center;
  background-size: cover;
  z-index: 9999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: scroll; */
  padding: 4% 0%;
  user-select: none;
}

.trialOption {
  padding: 9px 13px;
}

.trailFormBox {
  width: 100%;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.leftBox {
  width: 60%;
  height: 100%;
  background-blend-mode: multiply;
  background-color:rgba(95, 160, 196, 0.86) !important;
  background: url("../../assets/pro/images/signUp/signUp_bg2.jpg");
  background-position: bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3%;
  /* border-radius:20px 0px 0px 20px; */
}

.leftBox h1 {
  font-size: 32px;
  font-weight: bold;
}

.TopLogo {
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 5px 10px;
  color: #fff;
}

.RightBox {
  width: 45%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3%;
  /* border-radius:0px 20px 20px 0px; */
}

label {
  font-weight: 500;
  color: rgb(36, 36, 36);
}

.inputBox1 {
  height: 40px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bdbdbd;
}

.inputBox2 {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bdbdbd;
}

.selectCountry {
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 0px;
  color: #484848;
  border-bottom: 1px solid #bdbdbd;
}

.otp-input {
  width: 56px;
}

@media only screen and (max-width: 1004px) {
  .mainTrailBox {
    padding: 5% 1%;
  }

  .trailFormBox {
    flex-direction: column;
    padding: 4%;
    height: auto;
  }

  .leftBox {
    width: 100%;
    padding: 11% 1% 1% 1%;
  }

  .leftBox h1 {
    font-size: 16px;
  }

  .TopLogo {
    top: -50px;
    left: -50px;
    width: 130px;
    height: 130px;
  }

  .RightBox {
    width: 100%;
    padding: 4%;
  }

  label {
    font-size: 13px;
  }
  .inputBox1 {
    font-size: 13px;
  }
}

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

  .signup-content h1 {
    font-size: 22px !important;
  }

  .signup-content ul {
    font-size: 13px !important;
    text-align: left;
    padding-left: 1.5rem;
  }

  .signup-content ul li {
    margin-bottom: 0.5rem;
  }

  .modal-dialog {
    display: flex !important;
    align-items: center !important;
    min-height: 100vh !important;
    margin: 0 auto !important;
  }

  .trailFormBox {
    flex-direction: column-reverse;
  }
}
