﻿
.x-menuHeaderDiv {
    margin-left: 10px;
    margin-top: 12px;
}
.x-menuHeaderDiv-Docked {
    margin-left: 10px;
    margin-top: 12px;
}

.menuHeaderUserLabel {
    font-weight: bold;
    font-size: medium;
    display: block;
    margin-bottom: 0;
}
.menuHeaderAccountPlanLabel {

}

.x-maincontent-full-sidebar .e-content-animation {
    transform: translateX(0px);
}
.x-maincontent-hide-sidebar .e-content-animation {
    transform: translateX(-165px) !important;
    width: calc(100% - 55px) !important;
}

.e-sidebar:has(> .x-hide-sidebar) {
    background-color: rgba(255, 255, 255, 0) !important;
    backdrop-filter: unset !important;
    width: 60px !important;
}
.e-sidebar:has(> .sidebar-nav-menu) {
    transition: transform 0.6s ease, width 0.6s ease, background-color 0.6s ease !important;
}
.e-sidebar:has(> .x-full-sidebar) {
    background-color: rgba(255, 255, 255, 1) !important;
    border-right: 2px solid rgb(0, 0, 0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.26);
    width: 220px !important;
}

.x-btn-settings {
    width: 46px !important;
    height: 46px !important;
    box-shadow: unset;
    border: 2px solid currentColor;
    transition: unset;
    float: left;
    margin-right: 10px;
    border-color: black !important;
    background: unset !important;
}
    .x-btn-settings:focus {
        border: 2px solid currentColor !important;
        box-shadow: unset !important;
        border-color: currentColor !important;
        background: unset !important;
        color: currentColor !important;
        outline: unset !important;
    }
    .x-btn-settings:hover {
        border: 2px solid purple !important;
        box-shadow: unset !important;
        border-color: purple !important;
        background: unset !important;
        color: purple !important;
    }
    .x-btn-settings:active {
        border: 2px solid purple !important;
        box-shadow: unset !important;
        border-color: purple !important;
        background: unset !important;
        color: purple !important;
        outline: unset !important;
    }



.mainMenu-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px;
    min-height: 24px;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}


.x-menu-icon-docked {
    height: 40px !important;
    line-height: 40px !important;
    padding-left: 10px !important;
}

.e-menu-wrapper ul .e-menu-item, .e-menu-container ul .e-menu-item:not(.x-menu-icon-docked) {
    height: 40px !important;
    line-height: 40px !important;
    padding-left: 20px !important;
}
.e-menu-container .e-menu .e-menu-item.e-focused {
    color: purple !important;
}
.e-menu-container .e-menu .e-menu-item .e-menu-url {
    color: currentColor !important;
}


/* FinanceManager Dark Refresh */
.x-menuHeaderDiv,
.x-menuHeaderDiv-Docked {
    margin: 0;
    padding: 1.1rem 1rem 0.8rem;
}

.menuHeaderUserLabel {
    color: #f8fafc;
    font-size: 1rem;
    margin-top: 0.25rem;
}

.menuHeaderAccountPlanLabel {
    color: rgba(226, 232, 240, 0.58);
    font-size: 0.85rem;
}

.x-maincontent-full-sidebar .e-content-animation {
    transform: translateX(0px);
}

.x-maincontent-hide-sidebar .e-content-animation {
    transform: translateX(-208px) !important;
    width: calc(100% - 72px) !important;
}

.e-sidebar:has(> .sidebar-nav-menu) {
    background: rgba(2, 6, 23, 0.62) !important;
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    backdrop-filter: blur(18px);
    transition: transform 0.35s ease, width 0.35s ease, background-color 0.35s ease !important;
}

.e-sidebar:has(> .x-full-sidebar) {
    width: 280px !important;
}

.e-sidebar:has(> .x-hide-sidebar) {
    background: rgba(2, 6, 23, 0) !important;
    width: 72px !important;
}

.x-btn-settings {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    background: rgba(15, 23, 42, 0.74) !important;
    color: #f8fafc !important;
}

.x-btn-settings:hover,
.x-btn-settings:focus,
.x-btn-settings:active {
    border-color: rgba(56, 189, 248, 0.45) !important;
    background: rgba(56, 189, 248, 0.18) !important;
    color: #7dd3fc !important;
}

.sidebar-nav-menu {
    height: 100dvh;
    padding-bottom: 1rem;
}

.navMenu-wrapper {
    padding: 0 0.5rem 1rem;
}

.e-menu-wrapper ul .e-menu-item,
.e-menu-container ul .e-menu-item:not(.x-menu-icon-docked) {
    height: 48px !important;
    line-height: 48px !important;
    margin-bottom: 0.35rem;
    border-radius: 1rem;
    padding-left: 16px !important;
}

.e-menu-container .e-menu .e-menu-item .e-menu-url,
.e-menu-wrapper .e-menu .e-menu-item .e-menu-url {
    color: rgba(226, 232, 240, 0.78) !important;
}

.e-menu-container .e-menu .e-menu-item.e-focused,
.e-menu-wrapper .e-menu .e-menu-item:hover,
.e-menu-container .e-menu .e-menu-item:hover,
.e-menu-wrapper .e-menu .e-menu-item.e-selected {
    color: #7dd3fc !important;
    background: rgba(56, 189, 248, 0.12) !important;
}

@media (max-width: 991.98px) {
    .x-maincontent-hide-sidebar .e-content-animation {
        transform: translateX(0px) !important;
        width: 100% !important;
    }

    .e-sidebar:has(> .x-hide-sidebar) {
        width: 0 !important;
        overflow: hidden;
    }

    .e-sidebar:has(> .x-full-sidebar) {
        width: 280px !important;
        z-index: 4001 !important;
    }
}
