.treefrog-slider-container {
    position: relative;
    height: 72px;
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 24px;
}

.treefrog-debt-slider {
    width: 100%;
    opacity: 0;
}

/* Rangeslider.js custom styling */
.rangeslider {
    background: #3A2572 !important;
    border-radius: 8px !important;
    height: 8px !important;
    position: relative !important;
}

.rangeslider__fill {
    background: #3A2572 !important;
    border-radius: 8px !important;
    height: 8px !important;
}

.rangeslider__handle {
    background: #fff !important;
    border: 2px solid #3A2572 !important;
    border-radius: 80px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 135px !important;
    height: 48px !important;
    padding: 0 8px !important;
    top: -20px !important;
    color: #3A2572 !important;
}

.rangeslider__handle::after {
    display: none !important;
}

.treefrog-slider-arrow-left,
.treefrog-slider-arrow-right {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treefrog-slider-arrow-left svg,
.treefrog-slider-arrow-right svg {
    width: 24px;
    height: 24px;
}

.treefrog-slider-text {
    user-select: none;
    color: #3A2572;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.treefrog-slider-labels {
    display: flex;
    justify-content: space-between;
    font-family: "DM Sans";
    font-size: 14px;
    color: #3A2572;
    font-weight: 400;
}

.treefrog-slider-min,
.treefrog-slider-max {
    user-select: none;
    color: #3A2572;
    text-align: center;
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
}

.treefrog-debt-input {
    width: 100px;
}

.treefrog-calculation-box {
    display: inline-block;
    margin-bottom: 5px;
}

.treefrog-calculation-box span{
    font-size: 25px;
  padding: 10px 5px;
  line-height: 25px;
  color: var(--purple);
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
    .other-option .treefrog-calculation-box span{
        background: transparent;
        padding: 0;
    }
}