/* =========== */
.fields-to-extend {
    max-height: 12rem;
    overflow-y: hidden; 
}

/* =========== */
.is_icon {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
    pointer-events: auto; 
}

.is_icon::selection {
    background: transparent;
}
