       .step-content {
            display: none;
        }
        .step-content.active {
            display: block;
        }
        .custom-dropdown.active .dropdown-menu {
    display: block;
}
.custom-dropdown.active .fa-chevron-down {
    transform: rotate(180deg);
}
    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 10px;
        border-radius: 5px;
        background: #d3d3d3;
        outline: none;
        margin: 10px 0;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    #bandwidth-value {
        display: inline-block;
        margin-left: 10px;
        font-weight: bold;
    }

    .form-group {
        margin-bottom: 15px;
    }
/* Add this to your style.css file */
.space-y-2::-webkit-scrollbar {
    width: 6px;
}

.space-y-2::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.space-y-2::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.space-y-2::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}