/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.app-menu.navbar-menu {
    position: fixed;
}

#scrollbar {
    height: calc(100vh - 120px);
    padding-bottom: 70px;
}

.sidebar-version-fixed {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 12px;
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255,255,255,.45);
    background: inherit;
    user-select: none;
    z-index: 5;
}

.sidebar-version-line {
    height: 1px;
    margin-bottom: 8px;
    background: rgba(255,255,255,.08);
}

.sidebar-version-fixed div:nth-child(2) {
    font-weight: 600;
    color: rgba(255,255,255,.60);
}