#fima-icon {
    width: 100%;
    height: 7rem;
    & > g {
        fill: #1e293b;

        .dark & {
            fill: #0ea5e9;
        }
    }
}

/* make menu icon square */
.sidebar-icon-h24 svg.sidebar-icon {
    width: 24px;
    fill: currentColor;
}