/* CSS Document */

.no_focus {
    border: none !important;
    resize: none;
    background-color: transparent;
    outline: none !important;
    color: var(--black-white);
}
.no_focus:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
    color: var(--black-white);
    border: none;
}