.showterms .checkbox > input:checked + span::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 13px;
}

.row {
  overflow: hidden;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0px !important;
  padding: 4px !important;
}

.sign-up-line {
  margin-top: 120px;
}

div#indicator1 {
  background-color: #123484 !important;
}

.form-steps__step {
  width: 33%;
  float: left;
  padding: 1rem;
  text-align: center;
  position: relative;
}

.form-steps__step:after {
  content: "";
  background: lightgray;
  height: 0.1rem;
  top: 2.29rem;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

.form-steps__step--last:after {
  display: none;
}

.form-steps__step--completed .form-steps__step-circle .form-steps__step-number {
  display: none;
}

.form-steps__step--completed .form-steps__step-circle .form-steps__step-check {
  display: inline-block;
}

.form-steps__step-number {
  color: white !important;
}

.form-steps__step-circle {
  background: lightgray;
  line-height: 2.4rem;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  color: #bdbdbd;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.form-steps__step-check {
  display: none;
}

.form-step__step-name {
  margin-top: 0.8rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (max-width: 1200px) {
  span.form-step__step-name {
    font-size: 0.7rem !important;
    position: relative;
    right: 5px;
  }

  .get-started {
    margin-top: 10% !important;
  }
}

.preview-doc .advisor-image .preview_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-doc .advisor-image .preview_img {
  border: none;
  height: 140px;
  width: 140px;
}

.select2-container--open {
  z-index: 1051 !important;
}

.all-indicators {
  display: flex;
  justify-content: center;
}

.modal {
  z-index: 1041 !important;
}

.spinner-border-otp,
.spinner-border-create {
  display: none;
}

/* Add these styles to your CSS */
#FullpageLoader {
  display: inline;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure the spinner is on top of other content */
}

.lds-ring {
  color: #123484;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

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

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

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

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

.get-started {
  margin-top: 30%;
  text-align: center;
}

.modal-header {
  background-color: #123484 !important;
  color: white !important;
  border-radius: 0px !important;
}

.signUpModal-close,
.verifyEmailModal-close,
.termsModal-close,
.invalidRefModal-close {
  cursor: pointer;
}

.pass-no-match {
  color: #123484;
  display: none;
}

.verification-code--inputs input[type="text"] {
  height: 100px !important;
  width: 100px !important;
  font-size: 50px !important;
}

.stay-login,
.g-recaptcha {
  justify-content: center !important;
}

button.addMoreCategory {
  background-color: #123484 !important;
  position: relative;
  top: 13px;
  border: transparent;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #123484 !important;
  color: white !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: white !important;
}

button.removeCategory {
  background-color: #123484 !important;
  position: relative;
  top: 40px;
  border: transparent;
}

span.time {
  color: #123484 !important;
}

.custom-modal-radius {
  /* border-radius: 22px !important; */
  border-radius: 0px !important;
}

.google-circle,
.linkedin-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #123484;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.google-circle:hover,
.linkedin-circle:hover {
  background-color: #f1f1f1;
}

.google-svg,
.linkedin-svg {
  max-width: 80%;
  max-height: 80%;
}

span.required-field {
  color: red !important;
}

.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
  border-radius: 0px !important;
}

.form-group {
  position: relative;
}

.new-password,
.confirm-password {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 43px;
}

.inputWrapper {
  display: none;
}
.blue-color {
  color: #123484;
}

.verify-badge {
  height: 25px;
  width: auto;
  position: relative;
  top: -7px;
}

.tippy-box[data-theme~="light"] {
  background-color: black;
  color: white;
}

.tippy-box[data-theme~="light"][data-placement^="top"]>.tippy-arrow::before {
  border-top-color: black;
}