/*
Template Name: Examframe - 
Author: ExamFrame
Website: https://examframe.com/
Contact: support@examframe.com
File: Custom Css File
*/

.app-menu {
    display: flex;
    flex-direction: column;
    height: 106%;
}

.scrollable-sidebar {
    flex: 1;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }
}

.navbar-menu {
    .navbar-nav {
        .nav-link[data-bs-toggle="collapse"] {
            position: relative;

            &:after {
                display: block;
                content: "󰅂";
                font-family: Material Design Icons;
                margin-left: auto;
                transition: transform 0.2s;
                font-size: 1.05rem;
                position: absolute;
                right: 18px;
                color: inherit;
            }
        }
    }
}
