.custom-pills {
  width: 100%;
  display: flex;
}

.custom-pills .nav-item {
  flex: 1; /* Each item takes equal width */
  text-align: center;
}

.text-grey {
  color: #918fa3 !important;
}

.mobile-container .custom-pills .index-head-link {
  font-size: 11px;
  padding: 5px 5px;
}

.custom-pills .nav-link {
  background-color: transparent;
  color: #918fa3;
  padding: 8px 10px;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: small;
  border: 1px solid transparent;
  width: 100%;
  border-bottom: 2px solid transparent;
}

.custom-pills .nav-link:hover {
  color: #2a2076;
  background-color: transparent;
  border-bottom: 2px solid #2a2076;
}

.custom-pills .nav-link.active {
  color: #2a2076;
  background-color: transparent;
  border-bottom: 2px solid #2a2076;
}

.icon-divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.icon-divider::before,
.icon-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #e1e1e1;
}

.divider-icon {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #696969;
  font-weight: 500;
  font-size: 14px;
}

.mask-icon {
  fill: #999; /* Adjust color as needed */
}

.logo {
  bottom: 80px;
}

.logo img {
  width: 250px;
}

/* mobile input */
.mobile-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mobile-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.65rem;
  background-color: #fff;
  position: relative;
  width: 100%;
}

.country-code-block {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-right: 0.5rem;
}

.divider {
  width: 1px;
  height: 100%;
  background-color: #ccc;
  margin-right: 0.5rem;
}

.input-block {
  position: relative;
  flex: 1;
}

.mobile-input,
.mobile-input-email,
.mobile-input-policy {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  /* padding: 1rem 0.5rem 0.25rem; */
  background: transparent;
}

.form-label {
  position: absolute;
  left: 0.5rem;
  top: 0rem;
  font-size: small;
  color: #6c757d;
  background-color: #fff;
  padding: 0 0.25rem;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-label-dob {
  position: absolute;
  left: 0.5rem;
  top: -1rem;
  font-size: small;
  color: #6c757d;
  background-color: #fff;
  padding: 0 0.25rem;
  transition: all 0.3s ease;
  pointer-events: none;
}

.mobile-input:focus + .form-label,
.mobile-input:not(:placeholder-shown) + .form-label {
  top: -1.5rem;
  /* left: -7.6rem; */
  left: 0rem;
  font-size: 0.75rem;
}

.mobile-input-email:focus + .form-label,
.mobile-input-email:not(:placeholder-shown) + .form-label {
  top: -1.4rem;
  left: -2.6rem;
  font-size: 0.75rem;
}

.mobile-input-policy:focus + .form-label,
.mobile-input-policy:not(:placeholder-shown) + .form-label {
  top: -1.4rem;
  left: -2.6rem;
  font-size: 0.75rem;
}

.input-style {
  border: none;
  padding: 0;
}

.captcha-box {
  position: relative;
  padding: 1rem 0.75rem;
}

.captcha-label {
  position: absolute;
  top: -13px;
  left: 12px;
  text-align: left;
  display: inline-block;
  background-color: #fff;
  z-index: 99;
}

.country-code-block {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.95rem;
  color: #333;
}

.flag-icon {
  width: 16px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
}

.dial-code {
  font-weight: 500;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: #ccc;
  margin: 0 0.75rem;
}
/* Form Check (Checkbox) */

.form-check {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1.5rem 0.75rem;
  background-color: #fff;
  position: relative;
}

.form-check .form-check-input {
  border: 1px solid #918fa3;
  border-radius: 2px;
}

.form-check .form-check-input:checked {
  background-color: #2a2076;
  border-color: #2a2076;
}

.form-check .form-check-input:focus {
  border-color: #2a2076;
  box-shadow: 0 0 0 0.2rem rgba(42, 32, 118, 0.25);
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 135%;
  color: #918fa3;
}

.check-box {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tele-input{
  /* padding: 7px; */
  padding: 0.65rem;
}