#InstallmentsSelector button:hover {
  transition: background-color 0.3s ease-in-out;
}

/*input[type=range] {*/
/*    height: 1.1rem;*/
/*    padding: 0;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background-color: transparent;*/
/*    accent-color: var(--bs-primary)!important;*/
/*}*/
/*input[type=range]:focus {*/
/*    outline: 0;*/
/*}*/
/*input[type=range]:focus::-webkit-slider-thumb {*/
/*    box-shadow: 0 0 0 1px #fff, 0 0 0 0.05rem rgba(13, 110, 253, 0.75);*/
/*}*/
/*input[type=range]:focus::-moz-range-thumb {*/
/*    box-shadow: 0 0 0 1px #fff, 0 0 0 0.05rem rgba(13, 110, 253, 0.75);*/
/*}*/
/*input[type=range]::-moz-focus-outer {*/
/*    border: 0;*/
/*}*/
/*input[type=range]::-webkit-slider-thumb {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-top: -6px;*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    background-color: var(--bs-tertiary-bg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    border: 5px solid var(--bs-primary);*/
/*    border-radius: 25px;*/
/*    box-shadow: none;*/
/*    -webkit-transition: white 0.15s ease-in-out, white 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*    transition: white 0.15s ease-in-out, white 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*}*/
/*input[type=range]::-moz-range-thumb {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background-color: var(--bs-tertiary-bg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    border: 5px solid var(--bs-primary);*/
/*    border-radius: 25px;*/
/*    -moz-transition: white 0.15s ease-in-out, white 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*    transition: white 0.15s ease-in-out, white 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*}*/
/*input[type='range']::-webkit-slider-runnable-track {*/
/*    width: 100%;*/
/*    height: 10px;*/
/*    -webkit-appearance: none;*/
/*    color: var(--bs-primary);*/
/*    margin-top: -1px;*/
/*    cursor: pointer;*/
/*    background-color: var(--bs-secondary-bg);*/
/*}*/
/*input[type='range']::-moz-range-track {*/
/*    width: 100%;*/
/*    height: 10px;*/
/*    -moz-appearance: none;*/
/*    color: var(--bs-primary);*/
/*    margin-top: -1px;*/
/*    cursor: pointer;*/
/*    background-color: var(--bs-secondary-bg);*/
/*}*/
/*input[type="range"]::-moz-range-progress {*/
/*    background-color: var(--bs-primary);*/
/*}*/
@media screen and (orientation: portrait) {
  #banner-content {
    background: linear-gradient(0deg, rgb(255, 252, 1) 0%, rgb(255, 255, 1) 100%);
  }
}
@media screen and (orientation: landscape) {
  #banner-content {
    background: linear-gradient(90deg, rgb(255, 252, 1) 0%, rgb(255, 255, 1) 100%);
  }
}
main *:not(.form-floating label) {
  font-size: 1.2rem;
}

input::-moz-placeholder {
  text-align: right;
}

input::placeholder {
  text-align: right;
}

.date-picker-input {
  display: inline-block !important;
}

.date-picker-icon {
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  top: 5px;
  left: 35px;
  cursor: pointer;
}

.mds-bs-dtp-container button.btn.btn-sm {
  padding: 5px 2px !important;
}

.mds-bs-dtp-container table {
  margin: 0 !important;
}

.mds-bs-dtp-container table td {
  cursor: pointer;
}

form input[type=text]:enabled,
form input[type=radio]:not(:checked),
.form-select {
  background-color: white !important;
}

.form-floating > label, .form-floating:focus > label, .form-floating:focus > label::after {
  background-color: transparent !important;
}

.form-floating:focus > label::after, .form-floating > label::after {
  content: none !important;
}

.bcard {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto !important;
  word-wrap: break-word;
  background-clip: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: white;
}

.bcard.active {
  background-color: #E0EBFF !important;
  border-color: #0033CC !important;
}

.input-group input, .input-group select, .input-group textarea {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.input-group span {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  /*border-radius: var(--bs-border-radius);*/
}

/*.input-group input:focus, .input-group select:focus, .input-group textarea:focus {*/
/*    --bs-focus-ring-width: 0 !important;*/
/*}*/
/*.input-group {*/
/*    border-radius: 5px !important;*/
/*}*/
/*.input-group:focus-within {*/
/*    outline: 2px solid var(--bs-blue);*/
/*    border-radius: 5px;*/
/*}*/
/*.input-group:focus-within *:focus {*/
/*    outline: 0 !important;*/
/*}*/
.input-group input {
  border-width: 2px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

label {
  display: block;
  margin: 0 0 6px;
}

.slider-wrapper {
  margin: 10px 0 40px;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.slider-wrapper .custom-track {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 8px;
  position: relative;
  width: 100%;
}
.slider-wrapper .custom-fill {
  background-color: #0033cc;
  border-radius: 3px;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.slider-wrapper .custom-thumb {
  background-color: #0033cc;
  border-radius: 50%;
  box-shadow: inset 0 0 3px 0 rgb(0, 12.75, 51);
  height: 24px;
  right: 0;
  margin-right: -8px;
  position: absolute;
  top: -8px;
  width: 24px;
}
.slider-wrapper .custom-thumb:after {
  background-color: #f2f2f2;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgb(0, 12.75, 51);
  content: "";
  height: 12px;
  right: 6px;
  position: absolute;
  top: 6px;
  width: 12px;
}
.slider-wrapper output {
  position: absolute;
}
.slider-wrapper input:focus ~ .custom-track .custom-thumb {
  box-shadow: 0 2px 4px 0 #72C2C1;
}
.slider-wrapper input[type=range] {
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.slider-wrapper input[type=range]::-moz-range-track {
  width: 100%;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  color: transparent;
  overflow: visible;
}
.slider-wrapper input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  color: transparent;
  overflow: visible;
}
.slider-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
.slider-wrapper input[type=range]:focus {
  outline: none;
}
.slider-wrapper input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}
.slider-wrapper input[type=range]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 0 none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}
