#generatorVariable
{
    height: 26vh;
    border-bottom: 3px solid #a651f7;
    overflow-y: scroll;

}

.variable
{
    padding: 0.5vw;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}


.choiceType, .choiceTypeWay
{
    width: 100%;
    display: flex;
    height: 5vh;
    margin-top: 1vh;
}

.choiceType
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

}


.choiceType button
{
    text-align: center;
    width: 35%;
    height: 100%;
    padding: 0.2vw;
    background: transparent;
    /* border: 1px solid #828282; */
}

.choiceTypeWay button
{
    text-align: center;
    flex: 1;
    height: 100%;
    padding: 0.2vw;
    background: transparent;
    border: 1px solid #828282
}

.choiceType img
{
    height: 100%;
}

.containerVariable
{
    margin-top: 1vh;
    min-height: 1px;
}