@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*:root {*/
/*    --main-color: #A10EFF;*/
/*    --alt-main-color: #a10eff5c;*/
/*    --bg-color: #100e31;*/
/*    --text-color: white;*/
/*    --color-white: white;*/
/*    --color-black: black;*/

/*}*/

body {
    box-sizing: border-box;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    border: none;


    background-size: auto, auto, 4px;
    text-decoration: none;
    outline: none;
}



.top {
    display: flex;
    align-items: center;
    background-color: var(--bg-color);

}

.top .logo1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
}

.top .menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .menu li:last-child {
    padding-right: 40px !important;
}

.top .menu li:first-child {
    padding-left: 40px !important;
}

.top .menu li:first-child {
    padding-left: 0;
}

.top .navLinks {
    background-color: #040615;
    border-radius: 10px;
    transform: skewY(0deg) skewX(325deg);
    flex: 3;
    margin-right: 1px;
    margin-bottom: 10px;
    margin-top: -4px;
    padding-top: 4px;
    text-align: center;
}

.top .navLinks .menu {
    transform: skewY(0deg) skewX(35deg);
    height: 65px;
}

.top .menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;
    font-size: 17px;
}

.top .menu a:hover {
    color: #9a21ff;
}

.top .infoPlayer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    gap: 10px;
}

.top .infoPlayer .button {
    background: linear-gradient(0deg, var(--buttons-color-2) 0%, var(--buttons-color) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 0px 16px;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
}

.top .infoPlayer .button:hover {
    background-image: linear-gradient(0deg, var(--buttons-color-2) 0%, var(--buttons-color) 100%);
    -webkit-box-shadow: 0px 0px 38px 4px var(--main-color);
    -moz-box-shadow: 0px 0px 38px 4px var(--main-color);
    box-shadow: 0px 0px 38px 4px var(--main-color);
}

.top .infoPlayer .balance-top p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.top .infoPlayer .balance-top .balP {
    font-weight: 700;
    margin-right: 8px
}

.top .infoPlayer .balance-top {
    border: solid 1px var(--main-color);
    padding: 0px 16px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.icon-chat {
    fill: white;
    display: flex;
    padding: 0px 16px;
    height: 42px;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 500;
    gap: 10px;
    transition: 100ms;
    border-radius: 20px;
}

.icon-chat>svg {
    width: 25px;
}

.icon-chat:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}

.top .infoPlayer .balance-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.top .infoPlayer .user {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    fill: white;
    border-radius: 20px;
    height: 42px;
    padding: 0px 15px;
}

.user>svg {
    width: 25px;
}

.user:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}

.menu-mobile {
    display: none;
}

.right {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    background-image: linear-gradient(to right, var(--sidebar-color), var(--sidebar-color-2));
    max-width: 280px;
    height: 92%;
    margin-top: 75px;
    border-radius: 0px 0px 0px 0px;
    z-index: 997;
    border-right: 1px solid hsla(0, 0%, 100%, 0.05);
}


body::-webkit-scrollbar {
    display: none;
}


@media (max-width: 960px) {
    .right {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        background-color: #0c1127;
        /* background: rgba(000,000,000,0.65);
	backdrop-filter: blur(10px); */
        width: 100%;
        height: 100%;
        margin-top: 60px;
        border-radius: 0px 0px 0px 0px;
        z-index: 997;
        overflow-y: auto;
        transition: 200ms;
    }

}

.gameMenuLevel {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: #070415;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #303237;
    margin-top: 40px;
    color: #fff;
}

.gameMenuLevel h1 {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0px
}

.gameMenuLevel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-top: 2px;
}

.gameMenuLevel .img {
    position: absolute;
    top: 24px;
    width: 40px;
}

.right .btnDespositar {
    background-image: linear-gradient(0deg, var(--buttons-color-2) 0%, var(--buttons-color) 100%);
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px
}

.right .games {
    width: 100%;
}

.right .games a {
    text-decoration: none;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-evenly;*/
    /*flex-direction: column;*/
    /*padding-top: 7px;*/
}

.right .games details {
    padding: 8px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #fff;
}

.right .games summary {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 14px;
}


.right .games .collapse[open] .title:after {
    content: "➖";
}

.right .games .title {
    cursor: pointer;
    position: relative;
}

.right .games .title:after {
    content: "➕";
    position: absolute;
    right: 0px;
    transform: translatey(-50%);
    top: 50%;
}

.right .games .btnGames {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.right .games .btnGame {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.right .games .btnGame span {
    margin-left: 20px;
}

.right .games .btnGameIcons {
    flex: 1;
    color: #c8c8c8;
}

.right .games .btnGameName {
    flex: 4;
    color: #c8c8c8;
}

.right .games .btnGameName {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.games .footerMenu {
    color: #c8c8c8;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 200px;
}

.games .footerMenu a {
    color: #c8c8c8;
}

.games .footerMenu a:hover {
    color: #9a21ff;
}

.top .navLinks .menu li {
    padding-left: 5px;
    padding-right: 5px;
}

.level .level-bar {
    width: 150px;
    height: 10px;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(51, 53, 65, 0.5);
}

.level-bar .progress {
    height: 100%;
    background-color: rgb(86, 16, 255);
}

.level .level-bar {
    width: 130px;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(51, 53, 65, 0.5);
}

.level .progress {
    height: 100%;
    background-color: rgb(86, 16, 255);
}

.mobile-menu {
    display: none;
}

.mobile-menu .icon-crash {
    border: 2px solid;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    padding: 4px !important;
}

.mobile-menu .icon-crash .img {
    width: 32px;
}

.mobile-menu .icon-crash .level {
    font-size: 11px;
    margin-top: -4px;
}

.mobile-menu i {
    font-size: 18px;
}

.right .conteudo-right {
    width: 100%;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px 15px;
    height: 100%;
    overflow: auto !important;
}

@media screen and (min-width:320px) and (max-width: 480px) {
    .right .conteudo-right {
        height: 85%;
    }
}

.right .conteudo-right::-webkit-scrollbar {
    display: none;
}

.right .conteudo-right::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 10px;
}

.game-level {
    margin-top: -17px;
    margin-bottom: 19px;
}

.gameMenuLevel .img {
    position: relative;
    top: -10px;
}

.games .footerMenu p {
    padding-top: 10px;
}

.initial-buttons__container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0px;
    /*border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);*/
}

.initial-button:hover {
    background-image: linear-gradient(0deg, var(--buttons-color-2) 0%, var(--buttons-color) 100%);
}

.initial-button {
    display: flex;
    flex-direction: column;
    /*gap: 16px;*/
    background: var(--alt-main-color);
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 16px;
    border-radius: 15px;
    /*border: 1px solid hsla(0, 0%, 100%, 0.50);*/
    text-decoration: none;
    height: 48px;
    color: rgba(255, 255, 255);
    font-weight: 600;
    font-size: 13px;
    fill: rgba(255, 255, 255, .35);
    background-image: linear-gradient(0deg, var(--buttons-color-2) 0%, var(--buttons-color) 100%);
    cursor: pointer;
}

.initial-button img {
    max-width: 24px;
}

.initial-button svg {
    width: 20px;
}


.initial-button:hover {
    /*border-color: var(--main-color);*/
    color: white;
    fill: white;
}

.button-exclusive {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px;
    border-radius: 50px;
    text-decoration: none;
    height: 42px;
    color: white;
    fill: white;
    font-weight: 600;
    font-size: 10px;
    background-color: var(--main-color);
}

.button-exclusive>div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.button-exclusive svg {
    width: 20px;
}

.button-exclusive>figure>svg {
    width: 15px;
}

.transparent {
    background: rgba(218, 209, 177, .05);
    color: white;
    border-color: rgba(218, 209, 177, .05);
    border: none;
    fill: white;
}

.transparent:hover {
    border-color: rgba(218, 209, 177, .05);
    opacity: 0.7;
}

.bg-button {
    border: 1px solid var(--main-color);
    border: none;
    color: white;
    fill: white;
}






@media (max-width: 960px) {
    .menu-desktop {
        display: none;
    }

    .mobile-show {
        display: none;
    }

    .menu-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 10px;
        position: relative;
        z-index: 999;
    }

    .top .menu-superior {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .top .menu-inferior {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-top: 1px solid #ffffff1c;
        margin-top: 10px;
        padding-top: 10px;
    }

    .top .menu-inferior a {
        color: #adadad;
        cursor: pointer;
    }

    .top .infoPlayer .button {
        margin-right: 0;
    }

    .top .infoPlayer .balance-top {
        margin-left: 0;
    }

    .top .infoPlayer .button {
        padding: 4px 10px;
        font-size: 10px;
    }

    .top .infoPlayer .balance-top {
        padding: 4px 10px;
        font-size: 10px;
    }

    .top .infoPlayer .user {
        margin-left: 0;
        display: flex;
        margin-right: 0;
    }


    .top .logo1 {
        flex: 1;
        margin-left: 0;
    }

    .gameMenuLevel .img {
        position: relative;
        top: -10px;
    }

    .games .footerMenu {
        margin-bottom: 200px;
    }

    .game-level {
        margin-top: -17px;
        margin-bottom: 19px;
    }
}


.top-links__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fav-games__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fav-games__container .initial-button {
    height: 80px;
}

.disabled {
    display: none;
}

.top-links__container .initial-button {
    height: 80px;
    text-align: center;
}


.marquee {
    display: flex;
    height: 45px;

    background: var(--bg-color);
    font-weight: bolder;
    color: var(--color-white);
    border-radius: 5px;
    border: 2px solid var(--main-color);
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
    padding: 15px;

    margin-left: auto;
    margin-right: auto;

    margin-top: 5px;

}


.flex-a {
    display: flex !important;
    flex-direction: row !important;
    justify-content: none;
    gap: 10px;

}


.initial-button:hover {
    -webkit-box-shadow: 0px 0px 38px 4px var(--buttons-color);
    -moz-box-shadow: 0px 0px 38px 4px var(--buttons-color);
    box-shadow: 0px 0px 38px 4px var(--buttons-color);
}


#audioPlayer-mobile {
    width: 240px;
}


.cat-container {
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 0;
}

.cat-menu {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*border: 2px solid var(--main-color);*/
    border-radius: 5px;
    margin: -1;

}

.cat-tabs {
    border-bottom: 2px solid var(--main-color);
}

.cat-menu li {
    list-style-type: none;
    padding: 7px 45px 7px 45px;
    /*border-radius: 7px;*/
}

.cat-menu li:hover {
    background: var(--main-color);
    transition: .3s;
    -webkit-box-shadow: 0px 0px 38px 4px var(--main-color);
    -moz-box-shadow: 0px 0px 38px 4px var(--main-color);
    box-shadow: 0px 0px 38px 4px var(--main-color);
    cursor: pointer;
}

.cat-current {
    background: var(--main-color);
    -webkit-box-shadow: 0px 0px 38px 4px var(--main-color);
    -moz-box-shadow: 0px 0px 38px 4px var(--main-color);
}

.cat-content {
    min-height: 320px;
    padding: 10px;
    /*border: 2px solid var(--main-color);*/
    border-radius: 5px;
}

/*.cat-icon {
    max-width: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}*/

.cat-icon {
    max-width: 80px;
    min-width: 60px;
    min-height: 50px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    display: block;
    background: #73859f1c;
    border-radius: 1rem 0rem 1rem;
}

.cat-opt:hover img {
    transform: scale(1.3);
    transition: .3s;
}

.section-games {
    border-radius: 7px !important;
}


.loader {
    margin-left: auto;
    margin-right: auto;
}




#games {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    width: 100%;

}

#provider {
    margin: 10px;
}

#games .game {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.game {
    display: block;
    width: 100%;
    cursor: pointer;
}

.game span {
  font-size: 18px;
   margin-top: 18px;
   text-align: right;
}

.game img {
    border-radius: 20px;
    width: 100%;
}

.t-loader-wrapper,
#game-modal {
    z-index: 99999999999999 !important;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(5px);
    transition: all .2s;
}

.t-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--main-color);
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
}

#musics-list tr th {
    text-align: left;
}

#musics-list-wrapper {
    position: relative;
    min-height: 130px;
}

#music-loader-wrapper {
    z-index: 9999999991;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;

    transition: all .2s;
}

.button-icon {
    max-width: 26px;
    cursor: pointer;
}

#music-loader {

    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--main-color);
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
}


@media only screen and (max-width:800px) {
    #games {
        grid-template-columns: repeat(2, 1fr);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#game-modal #game-frame {
    width: 90%;
    height: 90%;

}



/* Ripped From Codepen */

.close {
    width: 50px;
    height: 50px;
    position: absolute;
    background: var(--main-color);
    top: 10px;
    right: 10px;
    border-radius: 50%;
    box-shadow: 0 0 20px -5px rgba(255, 255, 255, .5);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    animation: fade-in 0.5s ease-out 0.25s both;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(1.1);
    }
}

.close .circle path {
    stroke: rgba(255, 255, 255, 1);
    fill: none;
    stroke-width: 1px;
    stroke-linecap: round;
    animation: progress 0.5s ease-out 0.25s both;
}

@keyframes progress {
    from {
        stroke-dasharray: 0 100;
    }
}

.close span {
    display: block;
    width: 13px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px -5px rgba(255, 255, 255, .5);
    border-radius: 20px;
    position: absolute;
    transition: 0.25s ease-in-out;
    animation: slide-in 0.5s ease-in-out 0.25s both;
}

@keyframes slide-in {
    from {
        width: 0;
    }
}

.close span:nth-child(1) {
    top: 19px;
    left: 20px;
    transform: rotate(45deg);
    transform-origin: top left;
}

.close span:nth-child(2) {
    top: 19px;
    right: 20px;
    transform: rotate(-45deg);
    transform-origin: top right;
}

.close span:nth-child(3) {
    bottom: 19px;
    left: 20px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.close span:nth-child(4) {
    bottom: 19px;
    right: 20px;
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.close:hover {
    background: #37474f;
}

.close:hover span {
    width: 15px;
}

/*                                             */

.dropbtn {
    /*//font-size: 16px;*/
    color: white;
    font-weight: bolder;
}

.serverInfo {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 9px;

}


.serverInfo span {
    color: white;
    font-weight: bolder;

}

.serverInfo img {
    max-width: 16px;
}

.serverInfo:hover:after {
    content: "<<< ";
    font-weight: bolder;
    color: white;
}

.dropdown {
    border-radius: 15px;
    padding: 15px;
    cursor: pointer;
    background-image: linear-gradient(0deg, var(--buttons-color-2) 0%, var(--buttons-color) 100%);
}

.dropdown:hover {
    -webkit-box-shadow: 0px 0px 38px 4px var(--main-color);
    -moz-box-shadow: 0px 0px 38px 4px var(--main-color);
    box-shadow: 0px 0px 38px 4px var(--main-color);

}

.dropdown-content {
    padding-top: 10px;
}

.dropbtn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#serverImg {
    max-width: 16px;
    margin-right: 16px;
}

.gameSearch {


    border-radius: 5px;
    border: 2px solid var(--main-color);


    margin-left: auto;
    margin-right: auto;
    margin-right: 5%;
    margin-left: 5%;
}

.gameSearch input {
    background: var(--sports-main-color);
    font-weight: bolder;
    color: var(--color-white);
    width: 90%;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid var(--main-color);
    border-radius: .2rem;
}

.audio-src {
    display: none;
}

.top-initial {

    display: flex;
    flex-direction: column;
    text-align: center;


}


.green-shbox {
    background: linear-gradient(180deg, var(--green-block) 40%, rgba(0, 0, 0, .1) 100%);
    border: 1px solid var(--green-block);
}

.yellow-shbox {
    background: linear-gradient(180deg, var(--yellow-block) 40%, rgba(0, 0, 0, .1) 100%);
    border: 1px solid var(--yellow-block);
}

.white-shbox {
    background: linear-gradient(180deg, var(--white-block) 40%, rgba(0, 0, 0, .1) 100%);
    border: 1px solid var(--white-block);
}

.purple-shbox {
    background: linear-gradient(180deg, var(--purple-block) 40%, rgba(0, 0, 0, .1) 100%);
    border: 1px solid var(--purple-block);
}

.cyan-shbox {
    background: linear-gradient(180deg, var(--cyan-block) 40%, rgba(0, 0, 0, .1) 100%);
    border: 1px solid var(--cyan-block);
}

.red-shbox {
    background: linear-gradient(180deg, var(--red-block) 40%, rgba(0, 0, 0, .1) 100%);
    border: 1px solid var(--red-block);
}

.green-shbox:hover {
    background: var(--green-block);
    transition: .3s;
    -webkit-box-shadow: 0px 0px 38px 4px var(--green-block);
    -moz-box-shadow: 0px 0px 38px 4px var(--green-block);
    box-shadow: 0px 0px 38px 4px var(--green-block);
}

.yellow-shbox:hover {
    background: var(--yellow-block);
    transition: .3s;
    -webkit-box-shadow: 0px 0px 38px 4px var(--yellow-block);
    -moz-box-shadow: 0px 0px 38px 4px var(--yellow-block);
    box-shadow: 0px 0px 38px 4px var(--yellow-block);
}

.white-shbox:hover {
    transition: .3s;
    background: var(--white-block);
    -webkit-box-shadow: 0px 0px 38px 4px var(--white-block);
    -moz-box-shadow: 0px 0px 38px 4px var(--white-block);
    box-shadow: 0px 0px 38px 4px var(--white-block);
}

.purple-shbox:hover {
    background: var(--purple-block);
    transition: .3s;
    -webkit-box-shadow: 0px 0px 38px 4px var(--purple-block);
    -moz-box-shadow: 0px 0px 38px 4px var(--purple-block);
    box-shadow: 0px 0px 38px 4px var(--purple-block);
}

.red-shbox:hover {
    background: var(--red-block);
    transition: .3s;
    -webkit-box-shadow: 0px 0px 38px 4px var(--red-block);
    -moz-box-shadow: 0px 0px 38px 4px var(--red-block);
    box-shadow: 0px 0px 38px 4px var(--red-block);
}

.cyan-shbox:hover {
    background: var(--cyan-block);
    transition: .3s;
    -webkit-box-shadow: 0px 0px 38px 4px var(--cyan-block);
    -moz-box-shadow: 0px 0px 38px 4px var(--cyan-block);
    box-shadow: 0px 0px 38px 4px var(--cyan-block);
}

.initial-button img {
    max-width: 24px;
}

#audio-src {
    display: none;
}

#audio-player-container {
    min-height: 86px;
    border-radius: 15px;
    background: linear-gradient(0deg, var(--buttons-color-2) 0%, var(--buttons-color) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
}

#astop {
    display: none;
}

#aplay,
#astop {
    cursor: pointer;
}

.initial-button:hover img {
    transform: scale(1.3);
    transition: .3s;
}

.game-controls {
    background: #212121;
    width: 90%;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.game-controls img {
    max-width: 24px;
}

.game-controls img:hover {
    cursor: pointer;
}

.game-controls .right-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.game-controls .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.currentDate {
    width: 225px
}




.button-icon {
    max-width: 32px;
}

.button-icon:hover {
    transform: scale(1.3);
    transition: .3s;
}

/* === KU PLAYER CSS === */
.search-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-wrapper .reload-playlist {
    width: 30px;
    height: 30px;
  
    margin-left: 10px;
    border-radius: 100%;
}
.popup-search {
    height: 32px;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    width: 100%;
    padding: 16px;
    color: var(--text-color);
}

.popup-block {
    border-bottom: 1px solid var(--main-color);
    width: 100%;
}

.playing-status {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
}


.playing-status .control-icon {
    max-width: 48px;
}

.playing-status #playing-title {
    margin-left: 16px;
    padding: 16px;
}

.music {
    border: .5px solid rgba(255, 255, 255, .08);
    padding: 7px;
}

.music tr {
    padding: 7px;
}

.music td {
    padding: 3px;
}

.music:hover {
    background: rgba(255, 255, 255, .08) !important;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .cat-menu li {
        display: inline;
    }
}

.favorite-content img:hover {
    cursor: pointer;
}



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

#games .game {
  display: flex;
  flex-direction: column;
  /*! align-items: center; */
  justify-content: center;


  padding: 16px;
  /*border: 1px solid var(--main-color);*/
  border-radius: 16px;
}

#games .game:hover {
  background: var(--main-color);
}

@media (max-width: 960px){
    .gameSearch input{
        width: 90vw;
    }
}




