#header-index {
    position: fixed;
    z-index: 950;
    width: 100%;
    top: 0;
}
.navhidden-index-white-alt {
    -webkit-transition: background 0.4s, height 0.4s;
    transition: background 0.4s, height 0.4s;
    height: 122px;
    background: #ffffff;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#header-index .nav {
    font-size: 14px;
    position: relative;
}
#header-index .point-deposit-img {
    width: 14px;
    height: 14px;
}
#header-index .account-section {
    font-size: 12px;
    color: #ffffff;
    border-bottom: 5px solid rgb(0 255 0);
    background: #303030;
}
#header-index .account-section .top-profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
#header-index .affiliation-current {
    color: #ffffff;
}
#header-index .lang-changer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header-index .lang-changer ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}
#header-index .lang-changer ol li {
    list-style: none;
}
#header-index .account-section .top-profile-header .profile-account a {
    color: #ffffff;
}
#header-index .lang-changer ol li .active {
    font-weight: bold;
    color: #d3a74e !important;
}
#header-index .lang-changer ol li:nth-child(n + 2)::before {
    content: "/";
    margin: 0 2px;
    color: #8d8d8d;
}
#header-index .lang-changer ol li a {
    color: #ffffff;
}

.navbar img.photo-profile-mobile {
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    object-fit: cover;
    overflow: hidden;
    margin: auto 0;
    margin-left: 25px;
    width: 30px;
}

.navbar {
    height: 65px;
}