.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;
}


/*# sourceMappingURL=11805aff87b2e97b.css.map*/