.hidden {
    display: none;
}

/* language selector */
.fi.fis {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
}

.avatar {
    text-align: center;
    height: 3.5rem;
    width: 3.5rem;
}

.avatar-icon {
    color: white;
    height: 1.7rem;
    width: 1.7rem;
}

.toast-container, .tooltip {
    z-index: 2010;
}

.toast .progress,
.toast .progress-bar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#maplist_overlay {
    width: calc(100% - 3rem)
}

@media (min-width: 1200px) {
    #maplist_overlay {
        width: calc(100% - 5rem)
    }
}
