.textarea-big {
    height: 20rem !important;
    width: 35rem;
    resize: none;
}

.textarea-big2 {
    height: 30rem !important;
    width: 50rem;
    resize: none;
}

.width-auto {
    width: auto !important;
}

.alert-small {
    padding: .5rem 1rem;  
}

.filter-invert {
    filter: invert();
}

.icon {
    display: inline-block;
    vertical-align: middle;
    height: calc(1.275rem + .3vw);
}

.color-picker-current {
    width: 50%;
    height: 3rem;
    border-radius: 1rem;
}

.toolbox-copy {
    cursor: pointer;
}