    .categoriaArrastavel, .placeholder  {
        border-radius: 10px;
        padding: 7px;
        margin: 5px;
        /* max-width: 800px; */
        font-weight: bold;
        /*font-size: x-large;*/
        filter: drop-shadow(2px 5px 2px grey);
        min-height: 60px;
    }
    
     .categoriaArrastavel h4{
        width: 45px;
        display: inline-block;
        font-weight: bold;
        line-height: 0px;
    }
    
    .txtArea {
        margin-top: -3px;
        width: 50px;
        margin-right: 30px;
        right: 50;
    }
    .gen1 {
        
    }
    
    .gen2 {
        
    }
    
    .formInserir {
        float: right;
        display: block;
        position: fixed;
        width: 200px;
        right: 0;
        margin: 0 20px 0 20px;
        background-color: beige;
        border: brown thin solid;
        padding: 20px;
        border-radius: 10px;
        z-index: 1;
    }
    
    .iconeGen {
        float: right;
        font-size: 32px;
    }
    
    .tipo1 {
        border: thick solid lightblue;
    }
    
    .tipo3 {
        border: thick solid darkred;
    }
    
    .grad1 {
        background-image: linear-gradient(to right, white , orange);
        color: black;
    }
    
    .grad2 {
        background-image: linear-gradient(to right, white , green);
        color: black;
    }
    
    .grad3 {
        background-image: linear-gradient(to right, green , brown);
        color: white;
    }
    
    .grad4 {
        background-image: linear-gradient(to right, blue , brown);
        color: white;
    }
    
    .grad5 {
        background-image: linear-gradient(to right, green , black);
        color: white;
    }
    
    .grad6 {
        background-image: linear-gradient(to right, brown , black);
        color: white;
    }
    
    .grad7 {
        background-color: black;
        color: orange;
    }
    
    .grad8 {
        background-image: linear-gradient(to right, white , black);
        color: red;
        text-shadow: 1px 1px grey;
    }
    
    .grad9 {
        background-image: linear-gradient(to right, blue , black);
        color: white;
    }
    
    .grad10 {
        background-image: linear-gradient(to right, green , purple);
        color: white;
    }

    .grad11 {
        background-image: linear-gradient(to right, white , yellow);
        color: black;
    }

    .grad12 {
        background-image: linear-gradient(to right, red , green);
        color: white;
    }

    .grad13 {
        background-image: linear-gradient(to right, purple , black);
        color: white;
    }
        
    /* Drag e Drop system */
    .drag-container, 
    .drop-container {       
        float: left;
    }

    
    .drop-container p {
        line-height: 190px;
    }
    .placeholder {
        background: none;
        border: 1px dotted #eee;
    }
     
     div.menu {
        position: absolute;
        left: 650px;
        top: -100px;
        width: max-content;
        border-radius: 5px;
        border: thin solid grey;
        padding: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: lightgrey;
        text-shadow: none;
    }   
