.pace {
    display: none !important;
}

.vertical-menu {
    width: 250px;
    z-index: 500; /* Garantir que fique abaixo do circle-btn */
    background: #2A9D8F !important;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    border-right: 1px solid transparent;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

body[data-topbar=dark] #page-topbar {
    background-color: #ffffff;
    border-color: #e2e8f0;
    -webkit-box-shadow: 0 .2rem .5rem rgba(18, 38, 63, .3);
    box-shadow: none;
}

.vertical-menu {
    width: 250px;
    z-index: 10001;
    background: #0f172a !important;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0px;
    border-right: 1px solid transparent;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

#sidebar-menu ul li a {
    display: flex !important
;
    align-items: center !important;
    padding: 9px 8px !important;
    color: #cbd5e1;
    font-size: 14px !important;
    font-weight: 200 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
    justify-content: space-between;
    padding: 12px !important;
    border: 1px solid #0f172a;
}

#sidebar-menu ul li a:hover svg {
    color: #ffffff;
}

body[data-sidebar-size="lg"] .metismenu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

#sidebar-menu ul li a.active {
    background-color: #2563EB33 !important;
    padding: 12px !important;
    border: 1px solid #3B82F64D;
    color: #ffffff;
    overflow: hidden; 
}

#sidebar-menu ul li a svg {
    width: 18px !important;
    height: 18px !important;
    margin-right: 12px !important;
    color: #cbd5e1;
    flex-shrink: 0 !important;
}

#sidebar-menu ul li a:hover {
    color: #1c84ee;
    background-color: #212c40 !important;
    padding: 12px !important;
    border: 1px solid #212c40;
    color: #ffffff;
    overflow: hidden;
}

.active div svg {
    color: #3b82f6 !important;
}

.icon-lg {
    height: 20px;
    width: 20px;
    color: #000000;
}

.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 50px calc(24px / 2);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10501;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #0000008a;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .vertical-menu {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .vertical-menu.show {
        transform: translateX(0);
    }
    
    .main-content {
        margin-left: 0 !important;
    }
}
