.tune-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.tune-card:hover {
    transform: translateY(-5px);
}

.size-tune-card-body {
    min-width: 98%;
}

.slider {
    background: #373F98;
}

.vertical-slider {
    -webkit-appearance: none;
    width: 150px;
    height: 8px;
    /* transform: rotate(-90deg); */
    margin: 20px 0;
}

.vertical-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #373F98;
    cursor: pointer;
    border-radius: 50%;
}

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
