.slot-btn {
    width: 60px;
    margin-right: 5px;
}

.slot-select {
    width: 100px; /* Adjust as needed */
}

.level-select {
    width: 70px;
}

.dropdown-menu {
    max-height: 300px; /* ドロップダウンの最大高さを設定 */
    overflow-y: auto; /* 垂直スクロールを有効にする */
}