body {
    background: #090a10;
    color: white;
}


/* Desktop Header */

.desktop-header {
    height: 70px;
}



.logo {
    color: white;

    font-size: 22px;

    line-height: 18px;
}



.search {
    flex: 1;

    text-align: center;
}



.search input {
    width: 460px;

    background: #34364d;

    border: 0;

    border-radius: 25px;

    padding: 14px 25px;

    color: white;
}



.header-icons {
    display: flex;

    align-items: center;

    gap: 25px;

    font-size: 22px;
}



.header-icons button {
    background: #7040ff;

    border: 0;

    color: white;

    border-radius: 25px;

    padding: 12px 25px;

}



/* Mobile Header */

.mobile-header {
    display: none;

}



/* Bottom navigation */

.mobile-bottom {
    display: none;
}


    /* CONTENT MOVE */

    #main {
        margin-left: 60px;
    }

/* MOBILE */

@media(max-width:768px) {


    .desktop-header {
        display: none;
    }

    #mainNav{
        display: none;
    }

    .mobile-header {
        display: flex;

        height: 65px;

        background: #090a10;

        align-items: center;

        justify-content: space-between;

        padding: 0 20px;

    }



    .mobile-logo {
        font-size: 30px;
    }



    .mobile-actions {
        display: flex;

        gap: 18px;

        align-items: center;

    }



    .mobile-actions button {
        background: #7040ff;

        border: 0;

        color: white;

        border-radius: 20px;

        padding: 10px 18px;
    }




    .mobile-bottom {
        position: fixed;

        bottom: 0;

        left: 0;

        right: 0;


        height: 65px;


        background: #11121c;


        display: flex;


        justify-content: space-around;


        align-items: center;


        z-index: 9999;

    }



    .mobile-bottom a {
        color: #aaa;

        text-align: center;

        font-size: 20px;

        text-decoration: none;

    }



    .mobile-bottom small {
        display: block;

        font-size: 11px;

    }



    .mobile-bottom .active {
        color: white;
    }



    body {
        padding-bottom: 70px;
    }


    body {
        background: #090a10;
    }


    /* SIDE BAR */

    .game-sidebar {
        position: fixed;

        top: 70px;
        left: 0;

        width: 200px;

        height: calc(100vh - 70px);

        background: #0d0e15;

        overflow-y: auto;

        padding: 15px 10px;

        z-index: 1000;
    }



    .side-item {
        display: flex;

        align-items: center;

        gap: 15px;

        color: #ffffff;

        text-decoration: none;

        padding: 12px 15px;

        border-radius: 10px;

        font-size: 15px;

        margin-bottom: 3px;

    }



    .side-item:hover {
        background: #25263a;

    }



    .side-item.active {
        color: #7657ff;

        background: #191a28;

    }



    .side-divider {
        height: 1px;

        background: #303140;

        margin: 15px 10px;
    }







    /* MOBILE */

    @media(max-width:768px) {


        .game-sidebar {
            display: none;
        }



        #main {
            margin-left: 0;
        }


    }
    .css-1jm4bql {
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: 1px solid #EFF0F7;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Nunito', 'Nunito Fallback';
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: transparent;
    color: #EFF0F7;
    height: 40px;
    margin-right: 4px;
    margin-left: 4px;
    border-width: 2px;
    border-color: #2F3148;
    position: relative;
    padding: 0;
    height: 36px;
    min-width: 36px;
    width: 36px;
}
.css-1jm4bql svg, .css-1jm4bql img, .css-1jm4bql span[role="img"] {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 20px;
}
.Icon_icon-tiktok__CUbV_ {
    -webkit-mask-image: url(https://imgs.crazygames.com/assets/SVG/icons/tiktok.svg);
    mask-image: url(https://imgs.crazygames.com/assets/SVG/icons/tiktok.svg);
}
.Icon_size20__yF8AY {
    width: 20px;
    height: 20px;
}
.Icon_icon__OracF {
    display: inline-block;
    background-color: currentcolor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.css-1jm4bql:hover {
    border-width: 2px;
    border-color: #6842FF;
}
.Sidebar_socialButtonsRow__mhcTT {
    display: flex;
    flex-flow: row wrap;
    row-gap: calc(var(--base-unit) * 1);
    margin-top: calc(var(--base-unit) * 2);
    margin-left: calc(var(--base-unit) * 1);
}
.Sidebar_main___ex0V:hover.Sidebar_gamePageForcedOpen__BJMuU .sidebarLinks, .Sidebar_main___ex0V:hover:not(.Sidebar_isGamePage__LehEb.Sidebar_gameStarted__hJy4t) .sidebarLinks {
    display: flex !important;
}
.Sidebar_linksContainer__n3z0G {
    margin-left: calc(var(--base-unit) * 2.5);
    margin-top: calc(var(--base-unit) * 2);
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    user-select: none;
}

}