
                .custom-select {
                max-height: 50px; /* Sesuaikan dengan tinggi yang diinginkan */
                overflow-y: auto;
                }
    
                .custom-select option {
                    white-space: pre-wrap;
                }
    