.open{
    display: flex !important;

}
body{
    font-family: 'Roboto', sans-serif !important;
    width: auto;
}

.navbar-static-custom-top .container{
    min-height: 92px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
}

.navbar-static-custom-top img{
    width: 111px !important;
    height: 92px !important;
    margin: 0px !important;
}

.custom-header-navbar-brand{
    margin: 0;
    padding: 0;
    max-width: 111px;
    width: 100%;
}

.navbar-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
}


@media (max-width:768px) {
    .navbar-static-custom-top img{
        width: 62px !important;
        height: 50px !important;
        padding: 0;
        margin: 0;
    }

    .navbar-static-custom-top{
    min-height: 50px;
    }

    .navbar-static-custom-top .container .navbar-custom-header {
        max-width: 62px !important;
    }

    .navbar-static-custom-top .container{
        min-height: 50px;
    }

    .navbar-static-custom-top .custom-header-navbar-brand{
        max-width: 62px;
    }

    .navbar-static-custom-top .navbar{
    padding-left: 0px;
    justify-content: flex-start !important;
    align-items: center !important;
    }
    .navbar-static-custom-top .navbar-nav{
        margin: 0;
    }
    
    .navbar-static-custom-top .navbar-nav li a{
        font-weight: 500 !important;
    }
    #headerTitle{
        font-size: 16px !important;
        line-height: 24px !important;
    }
}
.menu-bar{
    width: 100%;
    max-width: 368px;
    margin: 0;
    padding: 0px;
    height: calc(100vh - 36px);
    display: flex;
    justify-content: center;
    padding: 0 40px;
    background-color: white;
}

.navbar-static-custom-top .navbar-nav .open .dropdown-menu li a{
    background-color: white;
    color: #232328;
}

#navbar .dropdown-menu{
    background-color: white;
}

#navbar {
    max-height: 100% !important;
    display:none ;
    position: fixed;
    z-index: 999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}
.navbar-static-custom-top .container .navbar-custom-header{
    padding: 0;
    margin: 0;
    max-width: 111px;
    width: 100%;
}

.navbar-static-custom-top .navbar-brand{
    margin: 0;
    padding: 0;
}
.navbar-static-custom-top .navbar-custom-header{
    position: relative;
    z-index: 1000;
    padding: 0;
    margin: 0;
}
.navbar-static-custom-top .navbar-static-custom-top{
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    background: white;
}

.navbar-static-custom-top .navbar-nav{
    width: 100%;
    max-width: 368px;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.navbar-static-custom-top .navbar-nav li a{
    color:#232328 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-left: 0px;
    background-color: white !important;
    text-decoration: none;
}

.navbar-static-custom-top .navbar-nav li a:hover{
    text-decoration: underline;
}

.navbar-static-custom-top.navbar .menu-bar .navbar-nav li a:hover{
    text-decoration: none;
    background-color: white;
    color: #232328;
}
.navbar-static-custom-top.navbar-nav .open a{
    background-color: white;
    color: black !important;
}
.navbar-static-custom-top .navbar-nav li a:focus{
    border: none !important;
}
.dropdown-toggle{
    border: none !important;
}
.divider{
    max-width: 368px;
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #D3D7E0;
}
.popup-text{
    margin-top: auto;
    color: #ACB1BF;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    height: 36px;
}
.burger{
    margin-right: 16px;
    margin-left: auto;
    display: flex;
    position: relative;
    z-index: 1000;
    align-items: center;
    justify-content: flex-end;
    width: 24px;
    height: 24px;
    cursor: pointer;    
}
.burger span{
    height: 3px;
    border-radius: 2px;
    width: 100%;
    transform: scale(1);
    background-color: #232328;
}
.burger::before, .burger::after{
    content: '';
    position: absolute;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    background-color:#232328;
    transition: all 0.3s ease 0s;
}
.burger::before { top: 0 }
.burger::after { bottom: 0 }

.burger.active span { transform: scale(0) }

.burger.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

#headerTitle{
    margin: 0;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    justify-content: center;
    display: flex;
    padding: 0;
}