﻿.NavMenuTitle {
    font-size: 1.4rem;
}

@media (min-width: 576px) {
    .NavMenuTitle {
        font-size: 1.15rem;
    }
}

.picker-normal {
    position: absolute;
    Z-index: 100;
    max-width: 260px;
}

.picker-modal-container {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
}

.picker-modal {
    background-color: #fff;
    width: 260px;
    max-width: 100%;
    border-radius: 4px;  
}

.time-picker-input {
    max-width: 60px;
}

.login-language-selector {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.navbar-language-selector {
    margin-top: 3px;
    cursor: pointer;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}