    .sidebar>ul.nav>li.active a:first-child,
    .sidebar>ul.nav>li:hover a:first-child {
        background: #abc123;
        border-radius: .375rem;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
        border: 1px solid rgb(15 23 42 / .15);
    }

    #footer {
        background: #fff;
        display: block;
        height: 40px;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: -99;
        line-height: 40px;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    }

    .footer_text {
        font-size: 14px;
        font-weight: bold;
    }