body:not([data-theme="light"]){
    --tf-bg: #0A1119 !important;
    --tf-bg2: #0A1119 !important;
    --tf-active: #EB5E1B !important;
    --tf-border: rgba(255, 255, 255, .05) !important;
} 
.sidebar__logo {
    background-size: 100% !important;
    width: 160px !important;
}
body:not([data-theme="light"]) .category-tile:hover {
    background: #740600;
}
body:not([data-theme="light"]) .game-card {
    background-color: #16246d;
}
body:not([data-theme="light"]) .category-tile {
    background: #2b0200;
}
body:not([data-theme="light"]) .sidebar__nav li.active a svg{
    color: #fff !important;
    /* stroke: #000 !important; */
    /* border-color: #000 !important; */
}
body:not([data-theme="light"]) .sidebar__nav li.active a,
body:not([data-theme="light"]) .header__signup{
    color: #fff !important;
    background: linear-gradient(90deg, #F28C03 0%, #EB5E1B 100%) !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
}
body:not([data-theme="light"]) .section__title .svg-icon{
    fill: #EB5E1B !important;
    color: #EB5E1B !important;
}
body:not([data-theme="light"]) .header__signin{
    /* background: #1a2873; */
    background: none !important;
    /* border: 1px solid #ffffff12; */
    color: #fff !important;
}
body:not([data-theme="light"]).header__signup,
 body:not([data-theme="light"]) .header__signin{
    padding: 15px;
    border-radius: 10px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px !important;
   font-weight: 900 !important;
}
body:not([data-theme="light"]) .category-tile.active{
    background: #430502;
}

body:not([data-theme="light"]) a.sidebar__link.sidebar__link--casino {
    background: linear-gradient(180deg, #3d4a9e 0%, #223185 100%) !important;
    border: 1px solid #ffffff12 !important;
}

/* YEDEK */
body:not([data-theme="light"]) a.sidebar__link.sidebar__link--casino span {
    /* color: #ffffff !important; */
    text-shadow: none !important;
}