/* Styles for the phone input wrapper */
.phone-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* Prefix styling */
.country-prefix {
  margin-right: 8px;
  font-weight: bold;
  color: #495057;
}

.react-international-phone-country-selector-button {
  padding: 20px 12px !important;
}

.react-international-phone-input {
  z-index: 10;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 16px !important;
}

.react-international-phone-input:active {
  border: 1px solid #07314C !important;
}

.react-international-phone-input:focus {
  border: 1px solid #07314C !important;
}

.select-year{
  padding: 12px 12px;
}

.invalid {
  color: rgb(220 38 38) !important;
  background: rgb(254 239 242) !important;
  border-color: rgb(223 28 65) !important;
}

.bg-gradient-radial-card-top-right {
  background-image: radial-gradient(circle at top right, #6AA9D2 -25%, #052133 40%, 100%);
}

.bg-gradient-radial-card-bottom-right {
  background-image: radial-gradient(circle at bottom right, #6AA9D2 -25%, #052133 35% , rgba(0,0,0,0) 100%)
}

.bg-gradient-radial-card-top-left {
  background-image: radial-gradient(circle at top left, #6AA9D2 -25%, #052133 35%, rgba(0,0,0,0) 100%);
}

.input-checkbox-radio {
  justify-content: start !important;
}

input[type="checkbox"] {
  width: 12px;
  height: 12px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

select:focus {
  border-color: #052133; /* Focus border */
}

input[type="radio"] {
  all: unset; /* Resets all properties to the default */
  -webkit-appearance: radio; /* Ensures default radio appearance in WebKit browsers */
  -moz-appearance: radio; /* Ensures default radio appearance in Mozilla browsers */
}

input[type="radio"]:checked, input[type="checkbox"]:checked  {
  accent-color: #07314C;
}

.select-description p {
    --tw-text-opacity: 1;
    color: rgb(39 40 53 / var(--tw-text-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500
}


/*# sourceMappingURL=bbef63766ba4f711.css.map*/