/* .NOTE_INP{
    border: none;
    background: transparent;
    font-size: 10pt;
    color: rgb(82, 49, 131);
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
} */

.NOTE_INP {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    resize: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: transparent;
    caret-color: transparent;
}

.NOTE_INP:focus {
    outline: none;
    box-shadow: none;
    pointer-events: none;

}
