@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.register-wrapper {
  min-height: 100vh;
}

.twobuttonstyle {
  white-space: nowrap !important;
  font-size: 18px !important;
}

.label-dark {
  font-size: 14px;
  color: #252525;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.checkbox-label {
  font-size: 12px;
  color: #616161;
}

.cursor-pointer {
  cursor: pointer;
}

.row .max-width-20 {
  max-width: 20%;
}

.eye-icon {
  width: 25px;
  height: 25px;
  background: #fafafa;
  color: #252525;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hide-eye-icon {
  color: #fafafa;
  pointer-events: none;
}

.checkboxes-container > .col {
  text-align: center;
}

.register-wrapper input[type="email"],
.register-wrapper input[type="password"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #616161;
  border-radius: 0;
}

.register-wrapper input[type="email"]:focus,
.register-wrapper input[type="password"]:focus {
  box-shadow: none;
}

.greyText {
  color: #616161;
  border-color: #616161 !important;
  font-size: 14px;
  color: #616161;
  border-color: #616161 !important;
  font-size: 14px;
  width: 298px;
  padding: 8px 0px;
}

.align_google_image {
  position: relative;
  left: -5px;
}

#RegContainerMain {
  width: 85% !important;
}

.mainPageHeading {
  color: #33b0ca !important;
}

#loaderRegistration {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1320px) and (min-width: 992px) {
  .row .max-width-20 {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .eye-icon {
    right: 10px;
    background: #fafafa;
    color: #fafafa;
  }

  #RegContainerMain {
    width: 100% !important;
  }
}

@media (max-width: 430px) {
  .row .max-width-20 {
    max-width: 100%;
  }

  .register-btn {
    width: 100%;
    margin-bottom: 12px;
  }

  /* .label-dark {
        font-size: 14px;
    } */

  .width-50 {
    width: 50%;
  }

  .width-50 button {
    font-size: 14px !important;
  }

  /* css for fixing the lables and inputs of login and registration page  */
  .align-label label {
    font-size: 12px;
  }

  .forceAlign_eyeIcon,
  .forceAlign_eyeIcon2 {
    right: 5px !important;
  }

  .RegInput {
    font-size: 12px;
  }

  #forgotbuttonStyle {
    font-size: 12px;
  }

  .hideEye {
    display: none;
  }

  .align_InputToCenter {
    align-items: center;
  }

  #email_input {
    font-size: 12px;
  }

  .twobuttonstyle {
    white-space: nowrap !important;
    font-size: 12px !important;
  }
}

@media (max-width: 390px) {
  .checkboxes-container {
    flex-direction: column;
  }

  .checkboxes-container > .col {
    text-align: left !important;
  }

  /* 
    .label-dark {
        font-size: 14px;
    } */

  .align-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .align-label label {
    margin-bottom: 0;
    /* margin-left: -24px; */
  }

  .marginTop15 {
    margin-top: -15px;
  }
}

/* CSS ADDED ON 19/01/24 21:30 by K  */
#forgotButton {
  /* background: #FAFAFA !important;
    color: #33B0CA !important;
    border: none;
    padding: 9px 19px;
    border-radius: 8px;
    border: 1px solid #33B0CA; */
  height: 44px;
}

/* .smoothPass {
    transition: all 3s ease 0s;
} */

.register-wrapper input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #252525;
  border-radius: 0;
}

#LoginTimer {
  height: auto;
  width: 45px;
  scale: 0.7;
}

.adminLabel {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #616161;
}

#nextButton {
  border: none;
  padding: 9px 30px;
  border-radius: 8px;
  background: #33b0ca;
}

#changePasswordButton {
  background: #616161 !important;
}

@media screen and (max-width: 389.5px) {
  .adminLabel {
    font-size: 14px;
    margin-right: -30px;
    position: relative;
    left: -20px;
  }

  #password_input,
  #confirm_password {
    width: 80%;
    position: relative;
    left: 20px;
    font-size: 14px;
  }

  .resetPassLabel {
    font-size: 12px;
  }

  .alignCheckboxlist {
    width: 425px !important;
    position: relative;
    left: 0%;
    transform: translatex(-20%);
  }

  #changePasswordButton {
    width: 100%;
  }
}

.forceAlign_eyeIcon {
  width: 25px;
  height: 25px;
  background: transparent;
  color: #252525;
  position: absolute;
  right: -5px;
  bottom: 0;
}

#errorTextLogin {
  color: #ee3c4d;
  font-weight: 500;
  line-height: 24px;
  visibility: hidden;
  font-size: 14px;
  margin-top: -15px;
}

#errorTextEmail {
  color: #ee3c4d;
  font-weight: 500;
  line-height: 24px;
  visibility: hidden;
  font-size: 14px;
  margin-top: -15px;
}

#errorTextPass {
  color: #ee3c4d;
  font-weight: 500;
  line-height: 24px;
  visibility: hidden;
  font-size: 14px;
  margin-top: -15px;
}

#errorText {
  color: #ee3c4d;
  font-weight: 500;
  line-height: 24px;
  visibility: hidden;
  font-size: 14px;
  margin-top: -15px;
}

/* 
#errorTextEmail {
    color: #ee3c4d;
    font-weight: 500;
    line-height: 24px;
    visibility: hidden;
    font-size: 14px;
    margin-top: -15px;
} */

#forgotbuttonStyle {
  color: #33b0ca;
  cursor: pointer;
  text-decoration: none !important;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.removeSpinner::-webkit-inner-spin-button,
.removeSpinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.removeSpinner {
  -moz-appearance: textfield;
}

.skyblueback {
  background: #33b0ca !important;
}

.orButtonStyle {
  color: #252525;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.orBorderStyle {
  border: 0.5px solid #252525 !important;
  opacity: 0.3;
}

.removeCustomBorderShadow {
  box-shadow: none !important;
}

.fourDigitInput {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
}

#errorTextCode {
  color: #ee3c4d;
  font-weight: 500;
  line-height: 24px;
}

#reverse_cotainer {
  position: relative;
  right: 10px;
}

#reverse_countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#second_popup {
  display: none;
}

.forceAlign_eyeIcon {
  width: 25px;
  height: 25px;
  background: transparent;
  color: #252525;
  position: absolute;
  right: -5px;
  bottom: 0;
}

.forceAlign_eyeIcon2 {
  width: 25px;
  height: 25px;
  background: transparent;
  color: #252525;
  position: absolute;
  right: -5px;
  bottom: 0;
}

.blueButtons {
  background-color: #33b0ca !important;
  height: 44px;
  border-radius: 8px !important;
}

.blueButtons:active {
  background-color: transparent !important;
  color: #33b0ca !important;
  border: 2px solid #33b0ca !important;
}

.whiteButtons {
  background-color: #fff !important;
  height: 44px;
  border-radius: 8px !important;
  color: #33b0ca !important;
  border: 2px solid #33b0ca !important;
}

.whiteButtons:active {
  background-color: #33b0ca !important;
  color: #fff !important;
  border: 2px solid transparent !important;
}

.arrowButtonForBack {
  height: 16px !important;
  width: 17px !important;
  position: relative;
  left: -3px;
  top: -1px;
}

.AlignCheckboxes {
  display: flex;
  justify-content: space-between;
}

.AlignLabels {
  margin: 0px 5px;
}

.AlignLabelsNone {
  margin: 0px 0px !important;
}

.backButtonSize {
  height: 44px;
  width: 94px;
}

/* Overlay of verify email  css*/
/* Popup container */
.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 450px;
  height: 365px;
  text-align: center;
}

/* Overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal_text {
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: 400;
}

.text-container {
  max-width: 491px;
  word-break: break-word;
  margin: 0 auto;
}

.popup-image {
  margin-bottom: 20px;
}

.modal_button {
  font-family: Poppins;
  margin-top: 10px;
  background-color: #33b0ca;
  width: 186px;
  height: 44px;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}

.close_button {
  position: absolute;
  top: -10px;
  right: -15px;
  background-color: #ee3c4d;
  border: none;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .popup-container {
    width: 98%;
    top: 80%;
    height: 100%;
  }

  .close_button {
    top: -70px;
    right: 50%;
    left: 50%;
  }
}

#registerButton {
  width: 168px;
}

.padding-left0 {
  padding-left: 0;
}

#reverse_image {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* utility class for labels alignment to the input field  */
/* intentinally kept commented for now */
.utility-1 {
  position: relative;
  top: 5px;
}

/* This class is create to make the specific functionality hidden / 
unclickable / commented for now  this is the second defination the first is in the style.css */
.CommentedForNow {
  pointer-events: none !important;
}

#forgot-password-wrapper h2 {
    font-weight: 700;
    font-size: 32px;
    color: #33b0ca;
    margin-bottom: 18px;
}

#forgot-password-wrapper p {
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    margin-bottom: 0;
}

#forgot-password-wrapper #forgot-email {
    font-weight: 600;
    color: #33b0ca;
}

#backhome-button {
    width: 183px;
    height: 54px;
    background-color: #33b0ca;
    border-radius: 8px;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    color: #fafafa;
    margin-top: 100px;
    cursor: pointer;
}

#forgot-password-wrapper {
    text-align: center;
    display: none;
}