.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: #30AB66;
    fill: #30AB66;
}
.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: #ecf7f4;
}
.money-wrapper label:hover{
    background: #ecf7f4;
    border-color: #1cb380;
    box-shadow: 5px 5px 0 0 #1cb380;
    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;
}

.border-3{
  border-width: 3px !important;
}

.ladda-button.landing-page-btn span.ladda-label {
  width: 100%;
  flex: inherit;
  display: flex;
}