﻿.nav-bar{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  box-sizing: border-box;
}

.nav-bar .gurulogo{
    max-width: 200px
}

@media screen and (min-width: 1024px) {
    .header-left
 {
        min-width: 210px;
    }
}


.Application_Menu{
    width: 100%;
    height: 100%;
    flex: 1;
}
.nav-bar-item{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    border-top: var(--border-size-m) solid transparent;
}
.header-center{
    padding: var(--space-none) var(--space-xs);
}
.nav-bar-item .item{
font-weight: 500;
font-size: 14px;
letter-spacing: 0%;
text-align: center;
white-space: nowrap;
}
.nav-bar-item .item.active{
    color: #207062;
    font-weight: 600;
}
.nav-bar .login-wrap{
    
}
.nav-bar .change-language-wrap{
    margin-left: 10px;
}
.separater-wrapper{
    padding: 0px 18px 0px 18px;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    display: none;
}

.nav-bar-item a:hover{
    color:#207062;
}

.user-info-wrapper {
    min-width: 210px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.sign-out-wrapper{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.sign-out-button{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 132px !important;
    height: 36px !important;
    color: #396D61;
    border-radius: 30px !important;
    border-style: solid;
    border-width: 2px !important;
}
