.sidebar{
    border: 1px solid var(--iz-sidebar-border);
    padding: 30px 18px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--iz-white-black);
    height: calc(100vh - 0px);
    max-width: 276px;
    overflow: scroll;
}

.sidebar::-webkit-scrollbar{
    display: none;
}

.sidebar *::-webkit-scrollbar {
    display: none;
}

.sidebar-container {
    height: calc(100vh - 140px);
    overflow: auto;
}

.discover-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-menu-feature-text-color);
    -webkit-mask: url(/images/discover-icon.svg) no-repeat center;
    mask: url(/images/discover-icon.svg) no-repeat center;
}

.fluctuate-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-menu-feature-text-color);
    -webkit-mask: url(/images/fluctuate-icon.svg) no-repeat center;
    mask: url(/images/fluctuate-icon.svg) no-repeat center;
}

.genre-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-menu-feature-text-color);
    -webkit-mask: url(/images/genre-icon.svg) no-repeat center;
    mask: url(/images/genre-icon.svg) no-repeat center;
}

.top-100-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-menu-feature-text-color);
    -webkit-mask: url(/images/top-100-icon.svg) no-repeat center;
    mask: url(/images/top-100-icon.svg) no-repeat center;
}

.user-infor-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-menu-feature-text-color);
    -webkit-mask: url(/images/user-infor-icon.svg) no-repeat center;
    mask: url(/images/user-infor-icon.svg) no-repeat center;
}

.calendar-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-menu-feature-text-color);
    -webkit-mask: url(/images/calendar-icon.svg) no-repeat center;
    mask: url(/images/calendar-icon.svg) no-repeat center;
}

.setting-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-bottom-text);
    -webkit-mask: url(/images/setting-icon.svg) no-repeat center;
    mask: url(/images/setting-icon.svg) no-repeat center;
}

.logout-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-bottom-text);
    -webkit-mask: url(/images/logout-icon.svg) no-repeat center;
    mask: url(/images/logout-icon.svg) no-repeat center;
}

.cursor-pointer {
    cursor: pointer;
}

.dark-mode-icon{
    height: 20px;
    width: 20px;
    background-color: var(--iz-sidebar-bottom-text);
    -webkit-mask: url(/images/dark-mode-icon.svg) no-repeat center;
    mask: url(/images/dark-mode-icon.svg) no-repeat center;
}

.sidebar .sidebar-menu{
    font-size: 16px;
    font-weight: 500;
}

.sidebar-line{
    border: 1px solid var( --iz-sidebar-border);
}

.sidebar .sidebar-menu .sidebar-menu-feature{
    color: var(--iz-sidebar-menu-feature-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

/* .sidebar .sidebar-menu .sidebar-menu-feature svg {
    margin-right: 10px;
} */

.sidebar .sidebar-selected.selected {
    display: grid;
    grid-auto-columns: auto 1fr;

    background-color: var(--iz-sidebar-menu-feature-selected);
    border-radius: 12px;
    color: var(--iz-red-white);
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}

.sidebar .sidebar-login{
    background-color: var(--iz-sidebar-login-background);
    padding: 17px 24px;
    font-size: 14px;
    color: #83899F;
    white-space: wrap;
    width: 100%;
    margin: 13px 0 21px;
}

.sidebar .sidebar-login button {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    background-color: #EE0033;
    color: #FFFFFF;
}

.sidebar-line-bottom{
    border-top: 1px solid var( --iz-sidebar-border);
    margin:25px -18px 16px;
}

.sidebar-bottom{
    font-size: 14px;
    font-family: FS PF BeauSans Pro, sans-serif;
    font-weight: 400;
    color: #83899F;
}

.sidebar-bottom .sidebar-bottom-text{
    font-size: 14px;
    font-weight: 500;
    color: var(--iz-sidebar-bottom-text)
}

.dark-mode-field{
    padding: 12px 16px;
    margin-top: 5px;
    background-color: var(--iz-sidebar-bottom-dark-mode-background);
    border-radius: 12px;
    border: 1px solid var( --iz-sidebar-border);
}

.sidebar-bottom a svg,
.sidebar-bottom .sidebar-bottom-text svg {
    margin-right: 10px;
}
