.vgt-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    bottom: 0;
    z-index: 300;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}

.vgt-sidebar-wrapper {
    background: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 40px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.vgt-sidebar-footer, .vgt-sidebar-footer-mbl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #f8f7fa;
    box-sizing: border-box;
    border-top: #d7dfe3 1px solid;
    z-index: 700;
}
.vgt-sidebar-footer a {
    padding: 5px;
    /*width: 50%;*/
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:inherit;
}
.vgt-sidebar-footer-mbl a {
    padding: 5px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:inherit;
}

.vgt-user-profile {
    position: relative;
    user-select: none;
    text-align:center;
}

.vgt-delta-client {
    position: relative;
    display: none;
    width: 100%;
    min-height: 0;
    max-height: 128px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.vgt-delta-client img {
    width: 100% !important;
}

.vgt-profile-text {
    position: relative;
    width: 100%;
    outline: none;
}

.vgt-sidebar-username {
    display: none;
    position: relative;
    width: 100%;
    padding: 12px 24px;
    box-sizing: border-box;
    background: #1d1e61;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    z-index: 400;
}
.vgt-sidebar-username:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.vgt-sidebar-username > .fa {
    display: block;
    float: right;
    margin-top: 2px;
}
.vgt-sidebar-username-small {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-size: 1.3em;
}

.vgt-sidebar-logout {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.vgt-sidebar-logout > a {
    display: flex;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    background: #8d92da;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    /* z-index: 300; */
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: 0.16s ease-out transform;
}
.vgt-sidebar-logout > a {
    display: flex;
    position: relative;
    /* top: 45px; */
    left: 100%;
    bottom: 0;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    background: #8d92da;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    /* z-index: 300; */
    box-shadow: none;
    transform: translateX(-100%);
    transition: 0.16s ease-out transform;
    height: 45px;
    width: 160px;
}

.vgt-profile-text.open .vgt-sidebar-logout > a {
    transform: translateX(0);
}


.vgt-info {
    /* display: none; */
    padding: 24px;
    border-bottom: #d7dfe3 1px solid;
    background: white;
    position: relative;
    z-index: 800;
}

.vgt-stat {
    color: #46598f;
    line-height: 1.8em;
}
.vgt-stat-title {
    padding-top: 1em;
    text-align: center;
    opacity: 0.8;
    font-weight: bold;
    color: #29529e;
}
.vgt-stat span.pull-right {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    opacity: 0.8;
    color: #fc4b6c;
}
.vgt-stat span.pull-right.vgt-stat-green {
    color: #10c9a7;
}
.vgt-stat span.pull-right.vgt-stat-blue {
    color: #1e88e5;
}
.vgt-stat span.pull-right.vgt-stat-yellow {
    color: #ffb22b;
}
.vgt-stat span.pull-right.vgt-stat-cyan {
    color: #26c6da;
}
.vgt-stat span.pull-right.vgt-stat-greener {
    color: #00897b;
}

.vgt-sidebar-links {
    flex-grow: 1;
    overflow-y: visible;
    overflow-x: visible;
    user-select: none;
    position: relative;
    /* z-index: 700; */
    z-index: auto;
}

.vgt-sidebarnav {
    display: block;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: 1s ease-out max-height;
    width: 240px;
}
.vgt-link .vgt-sidebarnav {
    background: #cbcfe7;
    box-shadow: 0 2px 12px -2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 5px 10px #533fd0;
}
.vgt-link .vgt-link .vgt-sidebarnav {
    background: #b2b4d6;
    box-shadow: 0px -1px 5px #533FD0;
}
.open:not(.bjs-container *) {
    background: rgba(88, 28, 239,0.5);
}
.open > a {
    color: white !important;
}
.vgt-link {
    position: relative;
    margin: 0;
    padding: 0;
    transition: 0.16s ease-out background-color, 0.16s ease-out width;
}
.vgt-link.vgt-level1 {
    background: white;
}
.vgt-link:hover {
    background: #7f74ea;
}
.vgt-level3:hover {
    background: #9d9ec9;
}
.vgt-link .vgt-link > a {
    color: #444568;
}
.vgt-link:hover > a {
    color: rgba(255, 255, 255, 0.8);
}
.vgt-level3:hover > a {
    color: #444568;
}
.vgt-link > a {
    display: inline-block;
    margin: 12px 24px;
    transition:  0.16s ease-out color;
    color: #607d8b;
}
.vgt-link > a:hover{
  text-decoration: none;
  color:white;
}
.vgt-link .vgt-link .vgt-link > a {
    margin-left: 48px;
}
.vgt-link > a > i {
    position: relative;
    display: inline-block;
    width: 1.5em;
    padding-right: 0.6em;
    font-size: 1.2em;
    text-align: center;
    left: -2px;
}
.vgt-link > a > span {
    position: relative;
    z-index: 402;
}
.vgt-level1.open {
    background: #7565DA;
}
.vgt-level1.open > a {
    color: rgba(255, 255, 255, 0.8);
}

.vgt-link > a.has-arrow::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    right: 24px;
    border-right: 2px #beced6 solid;
    border-bottom: 2px #beced6 solid;
    transform: rotate(-45deg);
    pointer-events: none;
    transition: 0.16s ease-out transform;
}
.vgt-link.open > a.has-arrow::after {
    top: 14px;
    border-right-color: rgba(255, 255, 255, 0.8);
    border-bottom-color: rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
}
.vgt-level2 > a.has-arrow::after, .vgt-level2.open > a.has-arrow::after {
    border-right-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.3);
}
.vgt-level2:hover > a.has-arrow::after {
    border-right-color: rgba(255, 255, 255, 0.8);
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

.vgt-toplinks {
    background: white;
    width: 100%;
}

.vgt-toplinks > .vgt-link {
    width: 100%;
    overflow: hidden;
}
/* .vgt-toplinks > .vgt-link > div, .vgt-toplinks > .vgt-link > a {
    width: 300px;
} */
.vgt-toplinks > .vgt-link:hover {
    width: 300px;
    overflow: visible;
}
.vgt-toplinks > .vgt-link > a > span, .vgt-toplinks > .vgt-link > a.has-arrow::after {
    opacity: 0;
    transition: 0.16s ease-out opacity, 0.16s ease-out transform;
}
.vgt-toplinks > .vgt-link:hover > a > span, .vgt-toplinks > .vgt-link:hover > a.has-arrow::after {
    opacity: 1;
}
.vgt-toplinks > .vgt-link > .vgt-sidebarnav {
    position: absolute;
    left: 60px;
    z-index: -1;
}

.vgt-level1 > .vgt-sidebarnav {
    transform: translateY(-45px);
    opacity: 0;
    transition: 0.16s 0.16s ease-out transform, 0.16s 0.16s ease-out opacity;
}
.vgt-level1:hover > .vgt-sidebarnav {
    transform: translateX(0);
    opacity: 1;
}

.vgt-link-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
}

@media (min-width: 1200px) {
    .vgt-sidebar-wrapper {
        top: 70px;
    }
}

@media (max-width: 1399px) {
    .vgt-sidebar {
        width: 60px;
    }
    body.loginPage #page_body {
    background: transparent;
    }
    body{background: white}
    #page_body{background: #eef5f9;min-height:700px !important}
    .vgt-sidebar {
      position: fixed !important;
      position: relative !important;
    }
    .vgt-sidebar-wrapper {
        position: absolute;
        display: flex;
    }
    .slimScrollDiv, .scroll-sidebar {
        overflow: visible !important;
        display: contents;
        position: absolute !important;
    }
    .vgt-sidebar-footer, .vgt-sidebar-footer-mbl {
        position: fixed;
        width: 60px;
    }
}

@media (min-width: 1400px) {
    .vgt-sidebar {
        width: 260px;
    }
    .vgt-delta-client {
        display: flex;
    }
    .vgt-sidebar-username {
        display: block;
    }
    .vgt-sidebar-username-small {
        display: none;
    }
    .vgt-info {
        display: block;
    }

    .vgt-sidebar-links {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .vgt-sidebarnav, .vgt-toplinks > .vgt-link, .vgt-toplinks > .vgt-link:hover, .vgt-toplinks > .vgt-link > a, .vgt-toplinks > .vgt-link > div {
        width: auto;
    }
    .vgt-toplinks > .vgt-link > a > span, .vgt-toplinks > .vgt-link > a.has-arrow::after {
        opacity: 1;
    }
    .vgt-toplinks > .vgt-link > .vgt-sidebarnav {
        position: relative;
        left: 0;
        transform: none;
        transition: none;
        opacity: 1;
        z-index: 10000;
    }
}
.vgt-info .dropdown-menu.show.hovr {
    position: fixed !important;
    top: auto !important;
    margin-top: -24px;
    margin-left: 0px;
    /* display: block; */
    transform: translate3d(170px, 25px, 0px);

}
.vgt-info .dropdown-menu.show {
    position: fixed !important;
    top: auto !important;
    margin-top: -24px;
    margin-left: 0px;
    /* display: block; */
    transform: translate3d(170px, 25px, 0px);
}
.vgt-info .dropdown-menu.show.actv{
    position: absolute !important;
}
/* #vgt-footer{
  z-index: 702 !important;
} */
