:root{--mm-listitem-size:50px;--mm-navbar-size:70px;  font-family: 'Roboto', sans-serif;}



nav#menu:not(.mm-menu)
{
    display: none;
}

.mburger {
    width: 60px;
    height: 60px;
    --mb-bar-height: 2px;
    color: #fff;
    margin-top: 8px;

}

.mm-btn_close{background-color: #000}


.mm-btn_close::after, .mm-btn_close::before {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #fff!important;
}

.mm-btn_close::after {
    border-left: none;
    border-top: none;
    right: 29px;
}
.mm-btn_close::before {
    border-right: none;
    border-bottom: none;
    right: 8px;
}

.mm-btn::after, .mm-btn::before {
  border-color: #000;
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
    background: #fff;
    color: #000;
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
    padding-right: 0;
    background-color: #000;
}

.mm-listitem {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.blue.mm-listitem {
   background-color: #00B0FB;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.mm-listitem::after {
    left: 0px;
}

.grey.mm-listitem{
    background-color:#f2f2f2;
    font-size:14px
}


li.grey:nth-child(4n+1) {
    background-color: #00B0FB;
}

.mm-listview {
    background-color: #fff;
}

.mm-navbar {

    min-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
.mm-wrapper_opening #chat-application{display:none!important}

.mm-navbar__title{
    font-size: 18px;
    font-weight: 700;
}
.mm-panel {
    background: #fff;
}

.mm-menu {
    overflow-y: auto;
}

.mm-panel::after {

    height: 0;
}

img.navimg {
    height: 18px;
    line-height: 18px;
    margin-top: -3px;
    margin-right: 5px;
}

img.fsocial {
    height: 35px;

}

.mm-navbars_bottom .mm-navbar {
    border-bottom: none;
    height: 70px;

}


.mm-listitem:last-child {
   border-bottom-color: #f2f2f2;
}

.mm-navbars_bottom .mm-navbar  > *{
    border-bottom: none;
    justify-content: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    text-align: left;
}

.mm-navbars_bottom .mm-navbar  > *:first-child{
    border-bottom: none;
    justify-content: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
}

.mm-searchfield__btn::after {
    border: none;
    transform: none;
    content: url(search.svg);
    height: 25px;
    width: 25px;
    right: 15px;
}

@media (max-width: 991px) {

    .mburger {
        width: 26px;
        height: 26px;
        --mb-bar-height: 2px;
        color: #fff;
        margin-top: 18px;
    }
}