

:root{
    --bs-font-sans-serif: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.custom-option-icon .custom-option-body .custom-option-title {
    display: block;
    font-family: "Rubik", "Times New Roman", serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #516377;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Rubik", "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.1;
    color: #516377;
}
.custom-option {
  padding-left: 0;
  border: 1px solid #d4d8dd;
  border-radius: 0.25rem;
}
.custom-option:hover {
  border: 1px solid #bec5cc;
}
.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

.custom-option-basic .custom-option-content {
  padding: 1em;
  padding-left: 2.7em;
}
.custom-option-basic .custom-option-content .form-check-input {
  margin-top: 0;
}
.custom-option-basic .custom-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}

.custom-option-icon .custom-option-content {
  text-align: center;
  padding: 1em;
}
.custom-option-icon .custom-option-body {
  display: block;
  margin-bottom: 0.5rem;
}
.custom-option-icon .custom-option-body .custom-option-title {
  display: block;
  font-family: "Rubik", "Times New Roman", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #516377;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #a8b1bb !important;
}

hr {
  margin: 1rem 0;
  color: #d4d8dd;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}


/* Remove Bootstrap's default input grow effect and blue glow */
.form-control,
.form-select {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Remove the blue glow on focus */
.form-control:focus,
.form-select:focus {
    border-color: #dee2e6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    outline: none;
}

/* Remove blue glow from switch inputs */
.form-check-input:focus {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
    outline: none;
}

/* Hover state with shadow */
.form-control:hover:not(:focus),
.form-select:hover:not(:focus) {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #dee2e6;
}

/* Smooth placeholder animation */
.form-control::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
}

.form-control:focus::placeholder {
    opacity: 0.3;
    transform: translateY(-2px);
}

#subFormAmount::placeholder {
    color: white;
    opacity: 1;
}

.form-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #677788;
}

