@-moz-document url-prefix() {
    * {
        scrollbar-color: #333F48 transparent;
    }
}

::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    border: 0;
    border-radius: 6px;
    background-color: #333F48;
}

.action-inner-wraper {
    background-color: rgb(255,255,255,0.5);
}
.menu-languages {
display: none;
}

.navbar .navbar-brand img.main-logo {
    max-height: 4rem;
}