/**
 * @package     LoginSecure
 * @subpackage  App Menu - Metropool Template
 * @copyright   Copyright (C) 2009 - 2026 LoginSecure. All rights reserved.
 */

/* === METROPOOL - Material Design 3 Style === */
#ls-app-tabbar.ls-template-metropool {
    background: #f0f0f0;
    border-top: none;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
}
#ls-app-tabbar.ls-template-metropool.ls-mode-dark {
    background: #1e1e1e;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
}
#ls-app-tabbar.ls-template-metropool .ls-tab-item {
    color: #555555;
    gap: 6px;
}
#ls-app-tabbar.ls-template-metropool.ls-mode-dark .ls-tab-item {
    color: #aaaaaa;
}
#ls-app-tabbar.ls-template-metropool .ls-tab-item.ls-active {
    color: #1c1c1e;
}
#ls-app-tabbar.ls-template-metropool.ls-mode-dark .ls-tab-item.ls-active {
    color: #f5f5f5;
}
#ls-app-tabbar.ls-template-metropool .ls-tab-icon {
    position: relative;
    z-index: 1;
}
#ls-app-tabbar.ls-template-metropool .ls-tab-item.ls-active .ls-tab-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 28px;
    border-radius: 14px;
    background: #d0d0d0;
    z-index: -1;
}
#ls-app-tabbar.ls-template-metropool.ls-mode-dark .ls-tab-item.ls-active .ls-tab-icon::before {
    background: #3a3a3a;
}
#ls-app-tabbar.ls-template-metropool .ls-tab-icon i,
#ls-app-tabbar.ls-template-metropool .ls-tab-icon img {
    position: relative;
    z-index: 1;
}

/* === METROPOOL HOVER === */
#ls-app-tabbar.ls-template-metropool .ls-tab-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#ls-app-tabbar.ls-template-metropool .ls-tab-item .ls-tab-label {
    transition: color 0.3s ease;
}
#ls-app-tabbar.ls-template-metropool .ls-tab-item:hover .ls-tab-label {
    color: #1c1c1e;
}
#ls-app-tabbar.ls-template-metropool.ls-mode-dark .ls-tab-item:hover .ls-tab-label {
    color: #f5f5f5;
}

/* Ripple mobiel */
#ls-app-tabbar.ls-template-metropool .ls-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    transform: scale(0);
    animation: ls-ripple-anim 0.5s linear;
    pointer-events: none;
}
#ls-app-tabbar.ls-template-metropool.ls-mode-dark .ls-ripple {
    background: rgba(255, 255, 255, 0.1);
}

/* ==========================================
   METROPOOL - FULLMENU
   ========================================== */
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-panel {
    background: #ffffff;
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-panel.lsam-mode-dark {
    background: #1e1e1e;
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-header {
    background: #ffffff;
    border-bottom-color: #d8d8d8;
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-header {
    background: #1e1e1e;
    border-bottom-color: #2a2a2a;
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item:active {
    background: rgba(0, 0, 0, 0.06);
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-list-item:active {
    background: rgba(255, 255, 255, 0.07);
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-section-heading {
    color: #888888;
    border-top-color: #d8d8d8;
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-section-heading {
    color: #555555;
    border-top-color: #2a2a2a;
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-accordion-children {
    background: rgba(0, 0, 0, 0.03);
    border-color: #d8d8d8;
}
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-accordion-children {
    background: rgba(255, 255, 255, 0.04);
    border-color: #2a2a2a;
}

/* --- LIST ITEMS --- */
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item {
    position: relative;
    transition: color 0.3s ease;
    gap: 22px;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item .lsam-list-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item .lsam-list-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 44px;
    height: 28px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.06);
    z-index: -1;
    transition: transform 0.3s ease;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-list-item .lsam-list-icon::before {
    background: rgba(255, 255, 255, 0.07);
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item:hover .lsam-list-icon::before {
    transform: translate(-50%, -50%) scale(1);
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item:hover {
    color: #1c1c1e;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-list-item:hover {
    color: #f5f5f5;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item .lsam-list-label {
    position: relative;
    z-index: 1;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-list-item.lsam-item-active .lsam-list-icon::before {
    transform: translate(-50%, -50%) scale(1);
    background: #d0d0d0;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-list-item.lsam-item-active .lsam-list-icon::before {
    background: #3a3a3a;
}

/* --- CARDS --- */
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-card-item {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: 1px solid transparent;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-card-item:hover {
    transform: translateY(-4px);
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item:hover {
    background-color: #2c2c2c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border-color: #3a3a3a;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-card-item.lsam-item-active {
    background-color: #d0d0d0;
    border-color: #c0c0c0;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item.lsam-item-active {
    background-color: #3a3a3a;
    border-color: #4a4a4a;
}

/* Overwriting hub.css card colors */
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-card-item img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-card-item .lsam-card-overlay ~ .lsam-card-label {
    color: #aaaaaa;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item:not(:has(img)) .lsam-card-label {
    color: #aaaaaa;
}

#lsam-fullmenu-wrapper.ls-template-metropool .ls-card-item:hover img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .ls-card-item:hover .lsam-card-overlay ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .ls-card-item.lsam-item-active img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .ls-card-item.lsam-item-active .lsam-card-overlay ~ .lsam-card-label {
    color: #1c1c1e;
    text-shadow: none;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item:hover img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item:hover .lsam-card-overlay ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item.lsam-item-active img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-overlay ~ .lsam-card-label {
    color: #f5f5f5;
    text-shadow: none;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item:hover:not(:has(img)) .lsam-card-label,
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-card-item.lsam-item-active:not(:has(img)) .lsam-card-label {
    color: #f5f5f5;
}

/* --- SHORTCUTS --- */
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-shortcut-item {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: 1px solid transparent;
    color: #1c1c1e;
    padding: 6px 12px;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-shortcut-item {
    color: #aaaaaa;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-shortcut-item:hover {
    transform: translateY(-4px);
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
    color: #1c1c1e;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-shortcut-item:hover {
    background-color: #2c2c2c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border-color: #3a3a3a;
    color: #f5f5f5;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-shortcut-item.lsam-item-active {
    background-color: #d0d0d0;
    border-color: #c0c0c0;
    color: #1c1c1e;
    font-weight: 600;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-shortcut-item.lsam-item-active {
    background-color: #3a3a3a;
    border-color: #4a4a4a;
    color: #f5f5f5;
    font-weight: 600;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-shortcut-item .lsam-shortcut-label {
    font-size: 11px;
    line-height: 13px;
}

/* --- GRID --- */
#lsam-fullmenu-wrapper.ls-template-metropool .lsam-grid-item {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: 1px solid transparent;
    color: #aaaaaa;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-grid-item:hover {
    transform: translateY(-4px);
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
    color: #1c1c1e;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-grid-item:hover {
    background-color: #2c2c2c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border-color: #3a3a3a;
    color: #f5f5f5;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-grid-item.lsam-item-active {
    background-color: #d0d0d0;
    border-color: #c0c0c0;
    color: #1c1c1e;
    font-weight: 600;
}

#lsam-fullmenu-wrapper.ls-template-metropool .lsam-mode-dark .lsam-grid-item.lsam-item-active {
    background-color: #3a3a3a;
    border-color: #4a4a4a;
    color: #f5f5f5;
    font-weight: 600;
}