#listModal{

}


#listModal textarea{
    resize: none;
}

#listModal #normal textarea{
    height: 47vh;
}

@media (max-width: 767px){
    #listModal #normal textarea{
        height: 15em;
    }
}



#listModal textarea{
    height: 6.4em;
}


#listModal .form-group:last-child{
    margin-bottom: 0;
}

