/*CSS THANH TRƯỢT*/
.lnp-refund-box {
    padding: 15px;
    border-radius: 12px;
    background: #fff;
}

.lnp-refund-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.lnp-range {
    width: 100%;
}

.lnp-refund-result {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.lnp-slider-track {
    position: relative;
    height: 8px;
    background: #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.lnp-slider-fill {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #facc15 0%, #facc15 50%, #3b82f6 50%, #3b82f6 100%);
    width: 50%;
}

.lnp-slider-thumb {
    position: absolute;
    top: -8px;
    transform: translateX(-50%);
    font-size: 16px;
    color: #f97316;
}

.lnp-range {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    cursor: pointer;
}