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

/* === SKYLINE - Ecommerce Style === */
#ls-app-tabbar.ls-template-skyline {
    background: #ffffff;
    border-top: 2px solid #e0e0e0;
    box-shadow: none;
}
#ls-app-tabbar.ls-template-skyline.ls-mode-dark {
    background: #1a1a1a;
    border-top: 2px solid #333333;
}
#ls-app-tabbar.ls-template-skyline .ls-tab-item {
    color: #555555;
}
#ls-app-tabbar.ls-template-skyline.ls-mode-dark .ls-tab-item {
    color: #aaaaaa;
}
#ls-app-tabbar.ls-template-skyline .ls-tab-item.ls-active {
    color: #1c1c1e;
}
#ls-app-tabbar.ls-template-skyline.ls-mode-dark .ls-tab-item.ls-active {
    color: #f5f5f5;
}

/* === SKYLINE HOVER (Tabbar - Horizontal) === */
#ls-app-tabbar.ls-template-skyline .ls-tab-item {
    position: relative;
    overflow: hidden;
    margin-top: -2px;
}
#ls-app-tabbar.ls-template-skyline .ls-tab-item .ls-tab-icon i,
#ls-app-tabbar.ls-template-skyline .ls-tab-item .ls-tab-label {
    transition: color 0.25s ease;
}
#ls-app-tabbar.ls-template-skyline .ls-tab-item:hover .ls-tab-icon i,
#ls-app-tabbar.ls-template-skyline .ls-tab-item:hover .ls-tab-label {
    color: #1c1c1e;
}
#ls-app-tabbar.ls-template-skyline.ls-mode-dark .ls-tab-item:hover .ls-tab-icon i,
#ls-app-tabbar.ls-template-skyline.ls-mode-dark .ls-tab-item:hover .ls-tab-label {
    color: #f5f5f5;
}

#ls-app-tabbar.ls-template-skyline .ls-tab-item::before {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    height: 3px;
    background: #1c1c1e;
    border-radius: 0 0 5px 5px;
    width: 0;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#ls-app-tabbar.ls-template-skyline.ls-mode-dark .ls-tab-item::before {
    background: #f5f5f5;
}
#ls-app-tabbar.ls-template-skyline .ls-tab-item.ls-active::before,
#ls-app-tabbar.ls-template-skyline .ls-tab-item:hover::before {
    width: 25%;
}

/* Ripple mobiel */
#ls-app-tabbar.ls-template-skyline .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-skyline.ls-mode-dark .ls-ripple {
    background: rgba(255, 255, 255, 0.1);
}

/* ==========================================
   SKYLINE - FULLMENU
   ========================================== */
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-panel {
    background: #ffffff;
}
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-panel.lsam-mode-dark {
    background: #1a1a1a;
}
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-header {
    border-bottom: 2px solid #e0e0e0;
}
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-mode-dark .lsam-header {
    border-bottom-color: #333333;
}

/* --- LIST ITEMS: Grow from mid --- */
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-list-item {
    position: relative;
    color: #555555;
    transition: color 0.2s ease;
    overflow: hidden;
}
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-mode-dark .lsam-list-item {
    color: #aaaaaa;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #1c1c1e;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border-radius: 0px 5px 5px 0px;
}
#lsam-fullmenu-wrapper.ls-template-skyline.ls-mode-dark .lsam-list-item::before {
    background: #f5f5f5;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-list-item.lsam-item-active {
    color: #1c1c1e;
    font-weight: 600;
}
#lsam-fullmenu-wrapper.ls-template-skyline.ls-mode-dark .lsam-list-item.lsam-item-active {
    color: #f5f5f5;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-list-item:hover::before,
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-list-item.lsam-item-active::before {
    height: 25%;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-section-heading {
    color: #888888;
    border-top-color: #e0e0e0;
}
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-mode-dark .lsam-section-heading {
    color: #555555;
    border-top-color: #333333;
}
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-accordion-children {
    border-color: #e0e0e0;
}
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-mode-dark .lsam-accordion-children {
    border-color: #333333;
}

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

/* --- CARDS & GRID: --- */
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-card-item {
    position: relative;
    transition: transform 0.2s ease;
    overflow: hidden;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-card-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background: #1c1c1e;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px 5px 0 0;
    z-index: 3;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-card-item:hover::before {
    width: 25%;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-card-item:hover {
    transform: translateY(-2px);
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-grid-item {
    position: relative;
    transition: transform 0.2s ease;
    overflow: hidden;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background: #1c1c1e;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 0 5px 5px;
    z-index: 3;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-grid-item:hover::before {
    width: 25%;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-grid-item:hover {
    transform: translateY(2px);
}






/* --- SHORTCUTS --- */
#lsam-fullmenu-wrapper.ls-template-skyline .lsam-shortcut-item {
    position: relative;
    transition: transform 0.2s ease, color 0.2s ease;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-shortcut-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background: #1c1c1e;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px 5px 0 0;
    z-index: 3;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-shortcut-item:hover::before {
    width: 25%;
}

#lsam-fullmenu-wrapper.ls-template-skyline .lsam-shortcut-item:hover {
    color: #1c1c1e;
    transform: translateY(-2px);
}

