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

/* === STANDARD BLUE PRESET - Light Mode === */
#ls-app-tabbar.ls-preset-standard-blue {
    background: #ffffff;
    border-color: #e0e0e0;
}
#ls-app-tabbar.ls-preset-standard-blue .ls-tab-item {
    color: #6e6e73;
}
#ls-app-tabbar.ls-preset-standard-blue .ls-tab-item.ls-active {
    color: #007aff;
}
#ls-app-tabbar.ls-preset-standard-blue .ls-tab-item:hover .ls-tab-icon i,
#ls-app-tabbar.ls-preset-standard-blue .ls-tab-item:hover .ls-tab-label {
    color: #007aff;
}

/* Metropool active pill */
#ls-app-tabbar.ls-preset-standard-blue.ls-template-metropool .ls-tab-item.ls-active .ls-tab-icon::before {
    background: #d0d0d0;
}

/* Skyline border */
#ls-app-tabbar.ls-preset-standard-blue.ls-template-skyline .ls-tab-item::before {
    background: #007aff;
}
#ls-app-tabbar.ls-preset-standard-blue.ls-template-skyline .ls-tab-item.ls-active {
    color: #007aff;
}

/* Elegance gradient */
#ls-app-tabbar.ls-preset-standard-blue.ls-template-elegance .ls-tab-icon i {
    background-image: linear-gradient(to bottom, #6e6e73 50%, #007aff 50%);
}
#ls-app-tabbar.ls-preset-standard-blue.ls-template-elegance .ls-tab-label {
    background-image: linear-gradient(to bottom, #6e6e73 50%, #007aff 50%);
}

/* === STANDARD BLUE PRESET - Dark Mode === */
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark {
    background: #1c1c1e;
    border-color: #2c2c2e;
}
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark .ls-tab-item {
    color: #636366;
}
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark .ls-tab-item.ls-active {
    color: #0a84ff;
}
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark .ls-tab-item:hover .ls-tab-icon i,
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark .ls-tab-item:hover .ls-tab-label {
    color: #0a84ff;
}

/* Metropool dark active pill */
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark.ls-template-metropool .ls-tab-item.ls-active .ls-tab-icon::before {
    background: #3a3a3a;
}

/* Skyline dark border */
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark.ls-template-skyline .ls-tab-item::before {
    background: #0a84ff;
}

/* Elegance dark gradient */
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .ls-tab-icon i {
    background-image: linear-gradient(to bottom, #636366 50%, #0a84ff 50%);
}
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .ls-tab-label {
    background-image: linear-gradient(to bottom, #636366 50%, #0a84ff 50%);
}

/* Crystal - behoud glassmorphism achtergrond */
#ls-app-tabbar.ls-preset-standard-blue.ls-template-crystal {
    background: rgba(255, 255, 255, 0.72) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}
#ls-app-tabbar.ls-preset-standard-blue.ls-mode-dark.ls-template-crystal {
    background: rgba(28, 28, 30, 0.72) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}

/* ==========================================
   STANDARD BLUE - FULLMENU
   ========================================== */
/* Active list items */
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-list-item.lsam-item-active {
    color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-mode-dark .lsam-list-item.lsam-item-active {
    color: #0a84ff;
}
/* Active grid items */
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-grid-item.lsam-item-active {
    background: #007aff;
    color: #ffffff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-mode-dark .lsam-grid-item.lsam-item-active {
    background: #0a84ff;
    color: #ffffff;
}
/* Active shortcut items */
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-shortcut-item.lsam-item-active {
    background: #007aff;
    border-color: #007aff;
    color: #ffffff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-mode-dark .lsam-shortcut-item.lsam-item-active {
    background: #0a84ff;
    border-color: #0a84ff;
    color: #ffffff;
}
/* --- Hover colors --- */
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-list-item:hover {
    color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-mode-dark .lsam-list-item:hover {
    color: #0a84ff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-list-item:hover .lsam-list-icon i {
    color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-mode-dark .lsam-list-item:hover .lsam-list-icon i {
    color: #0a84ff;
}
/* Active card color */
#lsam-fullmenu-wrapper.ls-preset-standard-blue .lsam-card-item.lsam-item-active .lsam-card-label {
    color: #007aff;
}


/* ==========================================
   ELEGANCE TEMPLATE
   ========================================== */
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-list-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-list-item.lsam-item-active .lsam-list-icon i {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-list-item .lsam-list-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-list-item .lsam-list-label {
    background-image: linear-gradient(to right, #007aff 50%, #6e6e73 50%);
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-card-item.lsam-item-active .lsam-card-label {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-card-item .lsam-card-label {
    background-image: linear-gradient(to right, #007aff 50%, #6e6e73 50%);
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-shortcut-item.lsam-item-active .lsam-shortcut-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-shortcut-item.lsam-item-active .lsam-shortcut-label {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-shortcut-item .lsam-shortcut-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-shortcut-item .lsam-shortcut-label {
    background-image: linear-gradient(to right, #007aff 50%, #6e6e73 50%);
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-grid-item.lsam-item-active .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-grid-item.lsam-item-active .lsam-grid-label {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-grid-item .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-elegance .lsam-grid-item .lsam-grid-label {
    background-image: linear-gradient(to bottom, #6e6e73 50%, #007aff 50%);
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-list-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-list-item.lsam-item-active .lsam-list-icon i {
    color: #0a84ff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-list-item .lsam-list-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-list-item .lsam-list-label {
    background-image: linear-gradient(to right, #0a84ff 50%, #636366 50%);
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-card-item.lsam-item-active .lsam-card-label {
    color: #0a84ff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-card-item .lsam-card-label {
    background-image: linear-gradient(to right, #0a84ff 50%, #636366 50%);
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-shortcut-item.lsam-item-active .lsam-shortcut-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-shortcut-item.lsam-item-active .lsam-shortcut-label {
    color: #0a84ff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-shortcut-item .lsam-shortcut-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-shortcut-item .lsam-shortcut-label {
    background-image: linear-gradient(to right, #0a84ff 50%, #636366 50%);
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-grid-item.lsam-item-active .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-grid-item.lsam-item-active .lsam-grid-label {
    color: #0a84ff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-grid-item .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-mode-dark.ls-template-elegance .lsam-grid-item .lsam-grid-label {
    background-image: linear-gradient(to bottom, #636366 50%, #0a84ff 50%);
}

/* ==========================================
   METROPOOL TEMPLATE
   ========================================== */
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-card-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-grid-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-shortcut-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-card-item:hover .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-grid-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-shortcut-item:hover {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-card-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-grid-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-shortcut-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-card-item:hover .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-grid-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-shortcut-item:hover {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-card-item.lsam-item-active img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-card-item.lsam-item-active .lsam-card-overlay ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .ls-card-item:hover img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .ls-card-item:hover .lsam-card-overlay ~ .lsam-card-label {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-card-item.lsam-item-active img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-overlay ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-card-item:hover img ~ .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-metropool .lsam-mode-dark .lsam-card-item:hover .lsam-card-overlay ~ .lsam-card-label {
    color: #007aff;
}

/* ==========================================
   SKYLINE TEMPLATE
   ========================================== */
/* Skyline: Accent colors and border logic */
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-list-item.lsam-item-active {
    color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-list-item.lsam-item-active {
    color: #0a84ff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-list-item::before,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-card-item::before,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-grid-item::before,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-shortcut-item::before {
    background: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-list-item::before,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-card-item::before,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-grid-item::before,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-shortcut-item::before {
    background: #0a84ff;
}
/* Skyline border colors on hover */
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-list-item:hover {
    color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-list-item:hover {
    color: #0a84ff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-card-item:hover {
    border-top-color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-card-item:hover {
    border-top-color: #0a84ff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-shortcut-item:hover {
    color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-shortcut-item:hover {
    color: #0a84ff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-grid-item:hover {
    border-top-color: #007aff;
}
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-skyline .lsam-mode-dark .lsam-grid-item:hover {
    border-top-color: #0a84ff;
}

/* ==========================================
   ECLIPSE TEMPLATE
   ========================================== */
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-list-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-list-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-list-item:hover .lsam-list-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-card-item.lsam-item-active .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-card-item:hover .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-shortcut-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-grid-item.lsam-item-active .lsam-grid-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-grid-item:hover .lsam-grid-label {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-list-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-list-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-list-item:hover .lsam-list-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-card-item:hover .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-shortcut-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-grid-item.lsam-item-active .lsam-grid-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-grid-item:hover .lsam-grid-label {
    color: #0a84ff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-card-item.lsam-item-active {
    outline-color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-grid-item.lsam-item-active {
    background: #ffffff;
    outline-color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-card-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-grid-item.lsam-item-active {
    background: #2c2c2e;
    outline: none;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-grid-item.lsam-item-active .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-grid-item:hover .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-card-item.lsam-item-active .lsam-card-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-card-item:hover .lsam-card-icon i {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-card-item.lsam-item-active .lsam-card-icon,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-card-item:hover .lsam-card-icon {
    opacity: 0.65;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-grid-item.lsam-item-active .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-grid-item:hover .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-card-item:hover .lsam-card-icon i {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-icon,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-eclipse .lsam-mode-dark .lsam-card-item:hover .lsam-card-icon {
    opacity: 0.65;
}


/* ==========================================
   CRYSTAL TEMPLATE
   ========================================== */
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-list-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-list-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-list-item:hover .lsam-list-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-card-item.lsam-item-active .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-card-item:hover .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-shortcut-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-grid-item.lsam-item-active .lsam-grid-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-grid-item:hover .lsam-grid-label {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-list-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-list-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-list-item:hover .lsam-list-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-card-item:hover .lsam-card-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-shortcut-item:hover,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-grid-item.lsam-item-active .lsam-grid-label,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-grid-item:hover .lsam-grid-label {
    color: #0a84ff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-card-item.lsam-item-active {
    outline-color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-grid-item.lsam-item-active {
    background: #ffffff;
    outline-color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-card-item.lsam-item-active,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-grid-item.lsam-item-active {
    background: #2c2c2e;
    outline: none;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-grid-item.lsam-item-active .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-grid-item:hover .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-card-item.lsam-item-active .lsam-card-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-card-item:hover .lsam-card-icon i {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-card-item.lsam-item-active .lsam-card-icon,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-card-item:hover .lsam-card-icon {
    opacity: 0.6;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-grid-item.lsam-item-active .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-grid-item:hover .lsam-grid-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-icon i,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-card-item:hover .lsam-card-icon i {
    color: #007aff;
}

#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-card-item.lsam-item-active .lsam-card-icon,
#lsam-fullmenu-wrapper.ls-preset-standard-blue.ls-template-crystal .lsam-mode-dark .lsam-card-item:hover .lsam-card-icon {
    opacity: 0.6;
}