div#offcanvasWithBothOptions {
    max-width: 50%;
    background-color: var(--skin__bs_zc_bg);
}

.games_menu_itemsSideBar {
    max-width: 100%!important;
    overflow-x: scroll!important;
    overflow-y: hidden!important;
    gap: .5rem!important;
    padding-bottom: 0!important;
    border-bottom: 1px solid var(--skin__border)!important;
    scrollbar-width: none !important;
    -webkit-scrollbar-width: none!important;
}

li.games_menu_itemsideBar {
    display: flex!important;
    flex-flow: column!important;
    text-align: center!important;
    align-items: center!important;
    margin: 0 auto!important;
    width: 100%;
    height: 100%;
    border-radius: .4rem;
    color: var(--skin__alt_neutral_1);
    background: var(--skin__bs_zc_an1);
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.offcanvas-body {
    padding: .5rem!important;
}
button.btn-close {
    filter: invert(1);
}
li.games_menu_itemsideBar>img , .sideBar_link > img {
    width: 2rem;
}

.itemsSideBar {
    max-width: 100%!important;
    overflow-x: scroll!important;
    overflow-y: hidden!important;
    gap: .5rem!important;
}
li.sideBar_items{ 
    scrollbar-width: none !important;
    -webkit-scrollbar-width: none!important;    
    color: var(--skin__alt_neutral_1);
    background: var(--skin__bs_zc_an1);
    border-radius: .4rem;
}
li.games_menu_itemsideBar>a {
    display: flex!important;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    text-align: center;
}
ul.grid.grid-cols-1.games_menu_itemsSideBar.mb-2>li.games_menu_itemsideBar>.sideBar_link {
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-between;
}
li.games_menu_itemsideBar>a>img {
    display: flex!important;
    width: 2.5rem;
}
.title_side_wrapper {
    display: flex;
    flex-flow: column;
}
._title_19wo5_33 {
    color: var(--skin__neutral_2);
    margin-bottom: .5rem;
}

html[data-user="no_auth"] .logout_Btn {
  display: none;
}

html[data-user="auth"] .logout_Btn {
  display: block;
}
a.sideBar_link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-inline: 10px;
}