﻿:root {
    --bg-dark: #343a40 !important;
    --bg-darker: #2e3338 !important;
}

#menu-bottom {
    z-index: 1;
    margin-bottom: 0px;
    height: 100%;
}

    #menu-bottom #tab-bar .btn-link {
        text-decoration:none;
        height:100%;
    }

    #menu-bottom #menu-profile {
        border-radius: 10px 10px 0px 0px;
        display: block;
        z-index: 2;
        width: 100%;
    }

    #menu-bottom .list-group-item {
        background: none;
        border: none;
        border-radius: 0px;
    }

    /*#menu-bottom .list-group-item::before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0;
            height: 10px;
            width: 100%;
            border-radius: 0 0 10px 10px;
            background-color: #f8f9fa;
        }

        #menu-bottom .list-group-item::after {
            content: "";
            position: absolute;
            bottom: 0px;
            right: 0;
            height: 10px;
            width: 100%;
            border-radius: 10px 10px 0px 0px;
            background-color: #f8f9fa;
        }*/

    #menu-bottom .btn.focus, .btn:focus {
        outline: none;
        box-shadow: none;
    }

    #menu-bottom .dropdown-toggle::after {
        content: "";
        border: none;
    }

    #menu-bottom .list-group-item.active {
        z-index: 1 !important;
    }

    #menu-bottom .dropdown-menu-center-profile {
        margin: 0 auto;
        width: 100%;
        transform: none !important;
        top: 70px !important;
        right: 0 !important;
        max-width: 300px;
    }

    #menu-bottom .dropdown-menu-center {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
    }

    #menu-bottom #menu-float {
        border-radius: 10px 10px 0px 0px;
        padding: 0px;
        margin-bottom: 60px;
        z-index: 2;
        height: 0;
        max-height: 700px;
        transition: all 1s ease;
    }

        #menu-bottom #menu-float.menu-float-toggled {
            height: calc(100vh - 180px);
        }

    #menu-bottom #menu-items {
        border-radius: 0px;
        max-height: 100%;
        overflow-y: scroll;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #menu-bottom #tab-bar {
        border-radius: 0px;
    }

    #menu-bottom #tab-bar {
        z-index: 2;
        height: 60px;
    }

    #menu-bottom #menu-float-toggle {
    }

        #menu-bottom #menu-float-toggle.close-menu .fa.fa-bars::before {
            content: '\f00d';
        }