body { font-family: "Montserrat"; }
.function_link {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    background: cornflowerblue;
    color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
#checkboxsContainer div {
    margin-left: 10px;
    margin-right: 10px;
}
.bg-dark, .bg-light, .text-dark, .text-light, .border-dark, .border-light { transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease; }
nav { top: 69px !important; }
#form-languages { margin-right: 15px; }
@media(max-width: 991px) { #form-languages { margin-right: 0px !important; } }
.loaders-container span { margin: 12px; }