.user-menu > a {
    cursor: pointer;
}

.user-menu > a:hover {
    background-color: rgba(0,0,0,0.03);
    border-radius: 6px;
}


/* Compact treeview submenu - start */
.sidebar-menu .nav-treeview {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 1.2rem;          /* reduced indentation */
    padding-left: 0.05rem;         /* keeps text aligned */
}

.sidebar-menu .nav-treeview .nav-link {
    padding-top: 0.15rem;         /* reduce vertical spacing */
    padding-bottom: 0.15rem;
    padding-left: 1.3rem;         /* align text under parent */
    font-size: 0.99rem;           /* slightly smaller font */
    line-height: 1.15;
}

.sidebar-menu .nav-treeview .nav-icon {
    font-size: 0.85rem;           /* smaller icon */
    margin-right: 0.03rem;
}
/* Compact treeview submenu - end */

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    transition: .3s;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    color: #fff;
}



.footer-links a,
.social-links a {
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-links a:hover,
.social-links a:hover {
    color: #ffffff;
}

.social-links a {
    font-size: 1.2rem;
}

.app-footer {
    font-size: 0.95rem;
}