.navbar-elem {
    min-width: 50px;
    text-align: center;
}
#navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    color: white;
    width: 100%;
    margin-left: 0px!important;
    margin-right: 0px!important;
    /*padding: 0 15px 0 15px;*/
}
#navbar #settings {
    /* background-image: url("../../img/settings_icon.png");
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center; */
    font-size: 20px;
    display: none;
}
#navbar #settings i {
    border: 1px solid white;
    border-radius: 50px;
    padding: 6px;
}
#navbar #toggle-menu {
    z-index: 10000;
}
#navbar #toggle-menu button {
    color: #0b1452;
    background-color: white;
    border-radius: 50px;
    padding: 3px 8px 3px 8px;
}
#themes-menu {
    display: none;
}
#filter {
    display: none;
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 9999;
}
.fa-times {
    padding: 0 1px 0 1px;
}
#themes-menu nav {
    position: fixed;
	top: 120px;
    background-color: white;
    z-index: 10000;
    color: #0b1452;
    width: 275px;
    border-radius: 20px;
    font-size: 14px;
}
#themes-menu ul {
    margin: 25px 0 25px 0;
}
#themes-menu li {
    font-family: "Montserrat", "Noto Sans", "Roboto", "Arial", sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    cursor: pointer;
}
#themes-menu li:hover {
    background-color: #f0f0f0;
}
#themes-menu span.theme-color {
    font-size: 10px;
}
form.default#search input {
    border: 1px solid white;
    margin-bottom: 0px;
}
#tchat-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
}
#navbar .avatar-picture {
    height: 35px;
    width: 35px;
    border-radius: 50px;
}