.arrow {
    cursor: pointer;
}

.always-visible {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
}

.dropdown{
    z-index: 20000;
}

.newNomenItem{
    color: green;
}

.longContainer{
    max-height: 70vh;
    overflow-y: scroll;
}