.__navbar_size {
    min-height: 65px;
    z-index: 999;
}

.__navbar_ssize {
    height: 40px;
    z-index: 999;
}

.__navbar_primary {
    background: #1aabb3;
}

.__navbar_gray {
    background: #f8f8f8;
}

.__nav_container {
    display: flex;
    align-items: center;
    padding: 5px;
}

.__navbar_gray .nav__item > a, .__navbar_gray .nav__icn > a {
    color: #555;
}

.__navbar_gray .subnav__item > a {
    color: #888888;
}

.__navbar_primary .nav__item > a, .__navbar_primary  .nav__icn > a {
    color: #fff;
}

.__navbar_primary .nav__wrapper .nav__item > a {
    color: #555;
}

.nav__item > a {
    display: block;
    padding: 10px 15px;
    font-weight: 400;
}

.subnav__item > a {
    display: block;
    padding: 10px 5px 10px 30px;
    font-weight: 400;
}

.nav__item.psm > a {
    padding: 10px;
}

.nav__item.pxs > a {
    padding: 10px 5px;
}

/* ACTION */
.nav__item > a.active {
    background-color: #1aabb3;
    color: #FFFFFF !important;
}

.nav__item > a:hover {
    background-color: #359ba0;
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 3px;
}

.subnav__item > a:hover {
    background-color: #1aabb3ba;
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 3px;
}

.smart-overflow{
    overflow: auto;
    overflow-x: hidden;
}

.nav__btn {
    display: block;
    padding: 5px;
}

.nav__icn > a {
    display: block;
    padding: 2px 8px;
    font-size: 22px;
}

.nav__wrapper {
    position: fixed;
    top: 64px;
    width: 250px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    display: block;
    z-index: 999;
}

.nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.nav__wrapper-left {
    left: 0;
    transform: translateX(-100%);
}

.nav__wrapper-right {
    right: 0;
    transform: translateX(100%);
}

.sub-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.navigation-brand {
    height: 34px;
    cursor: pointer;
}

.item-name {
    max-height: 40px;
    overflow: hidden;
    color: #565656;
    font-weight: 600;
    font-size: 14px;
}

#top {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.toast-top-right {
    top: 72px !important;
}

.badge-top-right {
    position: absolute;
    right: 0;
    top: 5px;
}
