.card {
    border: none;
    border-radius: 15px;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.form-range::-webkit-slider-thumb {
    background: #fd7e14;
}

.form-range::-moz-range-thumb {
    background: #fd7e14;
}

.form-range::-ms-thumb {
    background: #fd7e14;
}
