














/* GENERATOR BLOCK */

#generatorBlock
{
    height: 51vh;
    padding: 0.5vw;
    padding-top: 0;
    border-bottom: 3px solid #a651f7;
}

#generatorBlock, #generatorStyle
{
    width: 100%;
    overflow-x: hidden; 
    overflow-y: scroll;
    position: relative;
}

.blockInfo
{
    border-bottom: 1px solid #a651f7;
    border-left: 1px solid #a651f7;
    height: auto;
    overflow: hidden;
    transition: height .2s linear;
    padding: 0.5vw;
}

.nameBlock
{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 3vh;
}


.nameBlock p
{
    width: 55%;
    height: 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nameBlock input
{
    width: 100%;
    height: 3vh;
    text-align: center;
}

.deleteBlock
{
    height: 3vh;
    width: 20%;
    background-color: transparent;
}


.deleteBlock img
{
    height: 100%;
    width: auto;
    object-position: center;
}

.inputContentBlock
{
    width: 100%;
    margin: auto;
    margin-top: 1vh;
}

.inputContentBlock input
{
    width: 100%;
    text-align: center;
}

.addBlockInput
{
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    height: 3vh;
}

.selectClass
{
    width: 80%;
}

.addBlockClass
{
    height: 3vh;
    width: 3vh;
    background: #23CE6B;
    border: 1px solid #264653;
    color: white;
}

.addBlockClass img
{
    width: 100%;
    height: 100%;
}

.blockInput
{
    display: flex;
    margin: auto;
    width: 90%;
    height: 3vh;
/*     margin-top: 0.25vh;
    margin-bottom: 0.25vh;
 */    
    justify-content: space-between;
    align-items: center;
}

.effet .blockInput
{
    display: flex;
    margin: auto;
    width: 100%;
    height: 2.5vh;
    padding: 0.3vw;
    justify-content: space-between;
    align-items: center;
}

.deleteBlockInputEffect /* inputBlock des config */
{
    height: 100%;
    width: 1.5rem;

}

.deleteBlockForBlock /* inputBlock de l'aperçu des class dans les block */
{
    padding: 0.4vw;
}

/* .deleteStyleRow inputBlock des styles dans les class */

.deleteBlockInputEffect img
{
    display: block;
    width: 100%;
    object-fit: contain;

}


/* 
.blockInput button, .blockInput img
{
    height: 2.5vh;

}
 */
.blockInput p
{
    font-family: Tahoma, sans-serif;
    font-size: 0.85em;
}

.addChild
{
    width: 100%;
    height: 3vh;
    display: flex;
    justify-content: space-between;    
}

.selectBlockChild
{
    width: 50%;
    height: 100%;
}



.selectNumber
{
    width: 30%;
    height: 100%;
}

.addChild button
{
    color: white;
    width: 3vh;
    height: 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #23CE6B;
    border: #264653;
}

.contentChild
{
    max-height: 35vh;
    overflow-x: scroll;
    overflow-y: scroll;
    border-top: 2px dashed #ffa200;
}

