.display-none {
    display: none;
}
.ct-content-event {
    width: 95%!important;
}
.mw-1280 {
    max-width: 1280px!important;
}
.mw-1150px {
    max-width: 1150px!important;
}
.w-90 {
    width: 90%!important;
}
.w-33 {
    width: 33%!important;
    max-width: 33%!important;
}
.w-20 {
    width: 20%!important;
    max-width: 20%!important;
}
.text-heading-title {
    font-size: 32px!important;
}
@media (max-width:479px) {
    .text-heading-title {
        font-size: 22px!important;
    }
}
.text-size-paragraph {
    font-size: 20px!important;
    text-indent: 2em;
}
@media (max-width:479px) {
    .text-size-paragraph {
        font-size: 17px!important;
        text-indent: 2em;
    }
}
.text-xx-large {
    font-size: xx-large!important;
}
.font-size-small {
    font-size: small!important;
}
.text-game-name {
    font-weight: 400!important;
    font-size: small!important;
}
.text-indent {
    text-indent: 2em;
}
.padding-row {
    padding: .375rem .75rem;
}
.mouse-cursor {
    cursor: pointer;
}
.line-height-2 {
    line-height: 2;
}
/* show-hidden-size-mobile */
.hidden-size-mobile {
    display: flex!important;
}
@media (max-width:479px) {
    .hidden-size-mobile {
        display: none!important;
    }
}
.visible-size-mobile {
    display: none!important;
}
@media (max-width:479px) {
    .visible-size-mobile {
        display: flex!important;
    }
}
/* modal-content-background */
.modal-content-bg {
    background: linear-gradient(180deg,#0a0a0a,#262626);
    box-shadow: 0 0 10px black;
}
.btn-back-game {
    color: #FFFFFF;
    background: linear-gradient(180deg,#0a0a0a,#262626);
    box-shadow: 0 0 10px black;
}
.btn-back-game:hover {
    color: #FFFFFF;
    background: linear-gradient(180deg,#0a0a0a,#444444);
    box-shadow: 0 0 10px black;
}
.btn-close {
    padding: 0px 5px 0px 5px;
}
.img-hot-game {
    width: 60px;
    height: 60px;
}
.img-category {
    width: 55px!important;
    height: 55px!important;
}
@media (max-width:479px) {
    .img-hot-game {
        width: 30px;
        height: 30px;
    }
}
.text-header {
    color: #FFEFA1;
    font-family: "Kanit", Sans-serif;
    font-size: 23px;
    font-weight: 400;
}


.bg-menu-center {
    background: linear-gradient(93deg, #000000c4, black)
}

#menu-category-center > div {
    background: linear-gradient(155deg, #424242, #101010);
    box-shadow: 0 5px 10px #000000b0;
    border: 1px solid #ffc107;
    border-radius: 10px;
    cursor: pointer;
}
#menu-category-center > div.active {
    background: linear-gradient(181deg,#ffd34e,#794909);
    box-shadow: 0 5px 10px #000000b0;
    border: 1px solid #ffc107;
    border-radius: 10px;
    cursor: pointer;
}
