.debt [type=range] {
    --range-color: #024;
    /* height: 10px; */
    background: rgb(16 185 129 / 60%);
    border-radius: 4px;
    -moz-appearance: none;
    appearance: none;
    /* margin: 0; */
    outline: none;
    cursor: pointer;
    -webkit-appearance: none
  }
  
  .debt [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background-color: #022c22;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px
  }
  .graphics-container svg, .svg-container svg {
    color: #2563eb;
    fill: #2563eb;
}
.g-container svg, .svg-container svg {
  color: #1F58AA;
  fill: #1F58AA;
}
.money-wrapper label{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    justify-content: initial;
    transition: all;
    transition-duration: 0.1s;
    box-shadow: 2px 2px 0 0 #6a6a6b;
    border-width: 2px;
    border-style: solid;
    border-color: #6a6a6b;
    border-radius: 5px;
    background: #f5f0eb;
}
.money-wrapper label:hover{
    background: #f5f0eb;
    border-color: #2563eb;
    box-shadow: 5px 5px 0 0 #2563eb;
    transform: translate(-3px, -3px);
}
.money-wrapper li{
    margin-bottom: 1rem;
}

.error-message.text-danger {
  color: #ff0000c4 !important;
  font-size: 15px;
}

label.state-error {
  color: #ff0000c4 !important;
  font-size: 15px;
}
@media(min-width:768px){
.apply-before-friday a::before{
  content: '';
  display: block;
  width: 300px;
  height: 185px;
  background: url(/assets/img/apply.svg);
  position: absolute;
  top: -28px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 67px;
}
}
.brand-wrapper img{
  width: 120px;
  max-height: 120px;
}
.bg-light-yellow{
  background:rgba(245,240,235,1);
}
.bg-dark-purple{
  background: rgba(31,33,71,1);
}
.bottom-brand img{
  max-height: 100px;
  max-width: 160px;
  width: 100%;
}
.bg-blue {
  background-color: #C9E9FE;
}
.text-darkblue {
  color: #0b1f3c;
}
.bg-darkblue {
  background-color: #0b1f3c !important;
}
.bg-theme {
  background-color: #f6f9fd;
}