* {
    font-size: 14px;
    font-family: 'Tahoma', monospace;
}

body {
    background-color: #2857BA;
}

main {
    min-height: 950px;
    background: #7F9BD6;
    width: 100%;
    margin: 0 auto;
}

.no-search-result {
    width: 100%;
    background-color: #f0f0f0;
    height: 500px;
    border-radius: 15px;
    text-align: center;
    padding-top: 200px;
    border: 5px solid #AABDFB;
}

.no-search-result h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.no-search-result h3 a {
    font-size: 24px;
    color: #800000;
}

.main-body {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    background: #7F9BD6;
    padding-bottom: 30px;
    position: relative;
}

.main .grid-container {
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}

.main .grid-container::before {
    content: '';
    grid-row: 1/4;
    grid-column: 1/3;
}

.main .cat {
    position: absolute;
    top: 25px;
    left: 0;
    width: 25%;
    overflow: hidden;
    padding: 5px;
}

.main .cat .h1-box {
    display: none;
}

.cat .cat-container {
    width: 100%;
    overflow: hidden;
}

.cat .cat-container .game-post {
    width: 50%;
    float: left;
    padding: 6px 5px;
    border-bottom: 0.5px solid #7290D2;
}

.gamecontainer-box .game-post {
    padding: 5px;
}

.gamecontainer-box .box-padding {
    border: 5px solid #AABDFB;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.cat .cat-box {
    background-color: rgb(105, 138, 207);
    border-radius: 10px;
    height: 500px;
}

.cat .cat-container .item-img {
    width: 33%;
    float: left;
}

.cat .cat-container .game-text {
    padding-left: 15px;
    width: 67%;
    float: left;
}

.cat .cat-box img {
    height: 50px;
    width: 100%;
    border-radius: 10px;
}

.cat .see-more {
    position: absolute;
    bottom: 1%;
    right: 0;
    padding: 0 5px;
    cursor: pointer;
    width: 100%;
    text-align: right;
    height: 40px;
}

.cat .see-more a {
    line-height: 40px;
    color: #fff;
}

.seemore-box {
    padding-right: 15px;
}

.cat .seemore-box:hover {
    background-color: #2857BA;
    border-radius: 0 0 10px 10px;
}

.cat .seemore-box:hover a {
    color: #E0D6D6;
}

.cat .game-post:hover {
    background-color: #2857BA;
}

.cat .game-post:hover h3,
p {
    color: #E0D6D6;
}

.game-post h3 {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.cat .cat-container .game-text h3 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

.cat .cat-container .game-text p {
    font-size: 12px;
    color: #E0D6D6;
    margin: 0;
}

.main-center .box-padding:hover .game-text {
    display: block;
}

.main-center .game-text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(105, 138, 207, 0.6);
    padding: 5px;
    text-align: center;
    display: none;
}

.main-center .game-text h3 {
    padding-top: 45%;
    text-align: center;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.main-center .game-text p {
    display: none;
}

.cat .box-padding {
    height: 60px;
}

.game .game-container {
    grid-column: 2/6;
    grid-row: 1/5;
    position: relative;
    padding: 5px;
}

.game .game-container .game-play-box {
    border-radius: 10px;
    border: 5px solid #AABDFB;
    overflow: hidden;
    height: 100%;
}

.game .gamecontainer-box {
    display: grid;
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}

.game .game-center {
    grid-column: 2/6;
    grid-row: 1/5;
    padding: 5px;
}

.game .icon {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    /* padding-left: 5px;
    padding-right: 5px; */
}

.game .icon .icon-box {
    background-color: #fff;
    overflow: hidden;
    /* border-radius: 0 0 10px 10px; */
    /* border: 5px solid #AABDFB; */
    border-top: unset;
    /* padding: 0 10px; */
}

.fa-arrows-alt:before {
    line-height: 75px;
    color: #0a0a0a;
}

.game .icon .vote {
    width: 50%;
    float: left;
    text-align: left;
}

.game .icon .button {
    width: 50%;
    float: left;
    text-align: right;
}

.game .icon .vote p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 75px;
    color: #0a0a0a;
}

.game .icon button {
    border: unset;
    background: unset;
}

.game .icon button span {
    color: #c0c0c0;
    line-height: 50px;
}

#iframehtml5 {
    width: 100%;
}

.game .main-body {
    max-width: 1300px;
    /* padding-top: 50px; */
}

.home .paging {
    display: none;
}

.main .h1-box {
    display: block;
}

.main h1 {
    text-align: center;
    overflow: hidden;
    font-size: 23px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.search .no-search-result h1 {
    text-align: center;
    overflow: hidden;
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: red;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 6px 12px;
}

.search .no-search-result {
    width: 74%;
    float: right;
    margin-top: 30px;
}