body {
  background: #f8f8f8 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: unset !important;
}
input:invalid {
  border: 1px solid #ced4da !important;
}
input,
select,
textarea {
  border-radius: 0.25rem !important;
}
.form-check {
  padding-left: 1.25rem !important;
}
.form-check .form-check-input {
  border-radius: 2em !important;
}
.form-control:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
}
#registration-form section {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.opacity-75 {
  opacity: 0.75;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#registration-form .container {
  margin-top: 5rem !important;
  padding: 0 !important;
  width: 80% !important;
}
.dropdown-menu.cc-dropdown{
  min-width: 85px !important;
  width: 85px !important;
  max-width: 100px !important;
}
.dropdown-menu.cc-dropdown li{
  padding: 2px 0;
}
.dropdown-menu.cc-dropdown li:hover{
  background: #eee;
  transition: 0s;
}
.dropdown-menu.cc-dropdown li a{
  padding: 0 10px 0 8px !important;
}
.dropdown-menu.cc-dropdown li a img{
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #registration-form .container {
    width: 95% !important;
  }
}
::placeholder {
  color: rgba(128, 128, 128, 0.663)!important;
}

h1,h2,h3,h4,h5,h6{
  color: unset !important;
}
.form-label, .form-label h6{
  margin-bottom: 0.25rem!important
}
.form-control:focus, .form-select:focus {
  border: 1.2px solid #211bbc !important;
  box-shadow: none !important
}