/*
Theme Name: Dashboard - Beautiful Admin Template
Theme URI: https://www.orbitthemes.com
Author: Sandeep Prasad Bhatt
Author URI: http://www.sandeepbhatt.com.np
Description: Starter - Bootstrap 4 simple starter template
Create date: April 7, 2018
Version: 1.0
License: Commercial, All rights reserved - orbitthemes.com
Tags: Responsive Bootstrap 4 template , bootstrap 4 Dashboard template, bootstrap4 template, dashboard template, Admin template
Text Domain: orbitthemes.com
*/

#main {
    background: $light;
    .sidebar {
        z-index: 100;
        padding: 0;
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
        .sidebar-sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 48px;
            /* Height of navbar */
            height: calc(100vh - 48px);
            padding-top: .5rem;
            overflow-x: hidden;
            overflow-y: auto;
            i {
                margin-right: 5px;
            }
        }
        .nav-link {
            font-size: 1rem;
            color: $light-black;
            .feather {
                margin-right: 4px;
                color: $gray-500;
            }
            &.active {
                color: $blue;
            }
        }
    }
}
