
.max-100-px-width {
    max-width: 100px;
}

@media (max-width: 767px){
    .textAreaColumn{
        font-size: 2.4vw !important;
        height: 120vw !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .textAreaColumn{
        font-size: 1.15vw !important;
        height: 60vw !important;
    }
}

.textAreaColumn {
    float: inside;
    width: 100%;
    box-sizing: border-box;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    background: transparent;
    border: none;
    height: 660px;
    resize: none;
    overflow: hidden;
}

.border-custom-light {
    border-color: #ced4da !important;
}