
main .animation-board .control .fhss {
    height: 100%;
}

main .animation-board .control .control-section .time-slot-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    width: 60%;
}

main .animation-board .control .control-section .time-slot-box .time-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main .animation-board .control .control-section .time-slot select {
    display: flex;
    text-align: center;
    height: 30px;
    width: 80px;
    margin-top: 5px;
}

main .animation-board .control button {
    display: flex;
    height: 40px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-top: 40px;
    font-size: 1.1rem;
    color: #000000;
    border: none;
    background-color: #F5F5F5;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

main .animation-board .control button:hover {
    background-color: #FF0000CC;
    color: #F5F5F5;
}

main .animation-board .control button:active {
    transform: scale(0.98);
    transition: ease-in-out 0.1s;
}

main .animation-board .hidden {
    display: none !important;
    height: 0;
}
