body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "å¾®è»Ÿæ­£é»‘é«”", sans-serif;
    font-weight: normal;
}

a, button {
    opacity: 0.9;
}

a:hover, button:hover {
    filter: brightness(120%);
    opacity: 1;
    text-decoration: none;
}

.one-line-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-section .side-menu-cstm-toogle img {
    width: 6vw;
    height: auto;
}

button {
    outline: none !important;
}

.uniformsister {
    background: url(../images/grid-purple-bg2.png) fixed repeat;
    background-size: auto;
    color: #fff;
    height: 100%;
}

.lft_angle {
    display: inline-flex;
    width: 42px;
    text-decoration: none;
    height: 42px;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px #fff;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.lft_angle:hover {
    color: #fff;
    filter: brightness(120%);
}

.uniformheader h1 {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
    color: #fff;
}

.uniformheader {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
    position: relative;
    background-size: contain;
    background: linear-gradient(169deg, rgba(225,52,110,0) 0%, rgba(225,52,110,1) 0%, rgba(225,52,110,1) 0%, rgba(225,52,110,1) 0%, rgba(225,52,110,0.028470763305322166) 25%, rgba(225,52,110,0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal.fullpage_popup .modal-dialog .modal-content .modal-header .uniformheader {
    padding: 0;
    display: block;
}

.gamepage .uniformheader {
    left: 0;
    margin-bottom: 0;
}

.uniform_boxes ul li {
    padding: 0;
    position: relative;
}

.uniform_boxes ul li img {
    width: 100%;
    margin-top: -4vh;
    padding-bottom: 10px;
}

.uniform_boxes ul.card-pools li .imgg img {
    max-width: 140px;
    width: 11vw;
}

.card-pools {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5vh;
}

.card-pools .uniformbox_inner {
    height: 20vh;
    max-height: 140px;
}

.uniform_boxes {
    width: 100%;
    align-items: center;
    display: inline-flex;
    padding: 5vh 20px;
}

.uniformbox_inner .imgg {
    width: 15vw;
    position: relative;
    max-width: 140px;
}

.uniformbox_inner {
    background: url(../images/boxesbgr.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #fff;
    display: flex;
}

.uniformbox_inner .bookname {padding: 0 1vw;}

.uniformbox_inner .bookname h2 {
    font-size: 3vw;
    font-weight: 700;
    margin: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.81);
}

.uniformbox_inner .bookname button.bookbtn {
    background: transparent;
    border: 2px solid #fff;
    padding: 6px 25px;
    font-size: 1.5vw;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 5px;
}

.uniformbox_inner .coinbtn {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0;
}

.uniformbox_inner .coinbtn h3 {
    display: inline-block;
    font-size: 2.5vw;
    padding: 0;
    margin: 0;
    font-weight: 800;
}

.uniformbox_inner .coinbtn img {
    max-width: 3vw;
    margin: 0 0.2vw;
    padding: 0;
}

.uniformbox_inner .coinbtn button.pinkbtn {
    background: transparent;
    border: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.uniformbox_inner .coinbtn button.pinkbtn img {
    max-width: 100px;
    width: 7vw;
}

.uniformbox_inne02 {
    background: url(../images/boxesbgr02.png) no-repeat;
    background-size: cover;
}

.crossten {
    position: absolute;
    font-size: 63px;
    font-weight: 900;
    bottom: 15px;
    left: 40px;
}

.uniform_boxes ul li:nth-child(3) img {
    padding-bottom: 10px;
}

.uniform_boxes ul.card-pools li:nth-child(3) img {
    padding-bottom: 0;
}

.timebox {
    width: 100%;
    height: auto;
    display: inline-block;
    background: linear-gradient(#ff3165, #f45fc8);
    color: #fff;
    padding: 0px 10px;
    font-size: 22px;
    max-width: 250px;
}

.timebox p {
    margin-bottom: 0;
}

.crossten img {
    padding: 0 !important;
}

.modal-content {
    background: rgb(192,81,176);
    background: linear-gradient(183deg, rgba(192,81,176,1) 0%, rgba(192,81,176,0.72875087535014) 100%);
    text-align: center;
    background-size: cover;
    border: 2px solid #fff !important;
    width: 100%;
    /* display: inline-block; */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.67);
}

.gradient-red-bg {
    background: rgb(192,81,176);
    background: linear-gradient(183deg, rgba(192,81,176,1) 0%, rgba(192,81,176,0.72875087535014) 100%);
}

.modal-backdrop {
    background-color: #42265b !important;
}

.modal-backdrop.in {
    opacity: 0.7 !important;
}

.modal-footer {
    border-top: 0;
    text-align: center;
}

.modal-header {
    border-bottom: 0;
}

.modal-header .modal-title {
    font-size: 26px !important;
    font-weight: 600;
    text-shadow: 0px 0px 8px #000;
    color: white;
}

.card-modal .modal-body {
    font-size: 24px;
    text-shadow: 0px 0px 6px #000;
}

.uniformbox_inner .modal-body span {
    color: #fff1a9;
}

.card-modal .modal-footer button.btn {
    width: 100%;
    max-width: 168px;
    height: 45px;
    font-size: 23px;
    font-weight: 700;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px #fff;
}

.card-modal .modal-footer button.btn.cancal {
    background-image: linear-gradient(#d4adfa 3%, #a85af4 20%, #7638b3 83%);
    margin-right: 35px;
}

.card-modal .modal-footer button.btn.save {
    background-image: linear-gradient(#fe93b6 3%, #fd3779 20%, #bc1c52 83%);
}

.uniformbox_inne02 .coinbtn {
    bottom: 30px;
}

.pkcheckbox {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3vw;
    height: 3vw;
}

/* Hide the browser's default checkbox */
.pkcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    border: 2px solid #fff;
    left: 0;
    height: 3vw;
    width: 3vw;
    border-radius: 0.5vw;
    background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.pkcheckbox input:checked ~ .checkmark {
    background-color: #d5459b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.pkcheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.pkcheckbox .checkmark:after {
    left: -30%;
    top: -60%;
    width: 200%;
    height: 200%;
    background: url(../images/check.png) no-repeat;
    background-size: 100%;
}

.uniformheader button.bookbtn {
    background: transparent;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px #ff5ea6;
    border-radius: 3vw;
    padding: 1vw 2vw;
    font-size: 1.5vw;
}

.uniformheader button.bookbtn:hover, .uniformheader button.bookbtn.active {
    text-shadow: 0px 0px 4px #ff5ea6;
}

.gamelist {
    width: 100%;
    height: auto;
    padding: 0 5%;
    display: inline-flex;
    align-items: center;
}

.gamelist_top {
    background: rgba(0, 0, 0, 0.22);
    padding: 0 10px;
    border-radius: 7px;
    width: 100%;
    overflow-x: hidden;
}

.gamelist_top p{
    font-size: 18px;
}

.lucky_draw .modal-body{
}



.page-card_buy .modal .gamelist_top{
    overflow-y: auto;
    height: 47vh;
    min-height: 180px;
    max-height: 790px;
}

.page-card_free .modal .gamelist_top{
    overflow-y: auto;
    height: 47vh;
    min-height: 180px;
    max-height: 790px;
}

.lucky_draw .gamelist_top ul{

    margin: 0;
}

.page-prize_redeem .gamelist_top {
    overflow: visible;
}

button.bookbtn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 1.5vw;
    font-weight: 600;
    padding: 0.5vh 1.5vw;
}

ul.gamelist_inner {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 3vw;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

ul.gamelist_inner.grid-200 {
    grid-template-columns: repeat(6, 1fr) !important;
}

.page-prize_redeem ul.gamelist_inner.grid-200 {
    grid-template-columns: repeat(auto-fill, minmax(13vw, 1fr)) !important;
}

ul.gamelist_inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.gamelist_inner li {
    position: relative;
}

ul.gamelist_inner li a {
    color: #fff !important;
}

.title-arrow {
    z-index: 999;
}

.title-arrow h1 {
    opacity: 0.9;
    font-size: 4vw;
}

.title-arrow h1:hover {
    opacity: 1;
    filter: brightness(120%);
}

.hover-button a, .title-arrow a, .gametable_block li ,.topstart_block, .markchina, .totalpoints h3 {
    opacity: 1;
}

@media screen and (min-width: 1400px) {
    ul.gamelist_inner li .listimg img {
        width: 120%;
    }

    ul.gamelist_inner li a {
        color: #fff !important;
    }

    .lft_angle {
        display: inline-flex;
        width: 80px;
        text-decoration: none;
        height: 80px;
        justify-content: center;
        align-items: center;
        font-size: 42px;
        border: 2px solid #fff;
        border-radius: 100%;
        box-shadow: 0px 0px 10px #fff;
        background: rgba(255, 255, 255, 0.25);
        color: #fff;
    }

    .uniform_maingame .uniformheader button.bookbtn {
        font-size: 24px;
    }

    .av-play .uniformsister .gamelist {
        margin-top: 0px !important;
    }

    .list_ratings ul.gamelistul li a {
        font-size: 24px !important;
    }

    .av-play .gamelist_top .list_ratings button.bookbtn {
        margin-top: -2px;
    }

    .gamelist_top .list_ratings button.bookbtn {
        margin-top: -5px;
    }

    ul.gamelist_inner li .shadow:hover {
        box-shadow: none;
    }

    .uniformsister .uniformheader button {
    }

    .uniformsister .gamelist {
        /* margin-top: -50px; */
    }

    .uniformsister ul.gamelist_inner li .listbox {
    }

    .reward-collection-outer .customer-service-record h3 {
        margin-top: -60px;
    }

    .reward-collection-outer .customer-service-record {
        line-height: 63px;
    }

    .uniform_boxes ul li {
        /* width: 50%; */
        /* float: left; */
        padding: 20px 20px;
        position: relative;
    }

    .uniform_boxes {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: -50px;
    }

    .uniformbox_inner .imgg {
        max-width: 180px;
    }

    .uniformbox_inner .bookname h2 {
        font-size: 36px;
    }

    .uniformbox_inner .bookname button.bookbtn {
        /* font-size: 36px; */
    }

    .uniformbox_inner .coinbtn {
        bottom: 40px;
        right: 30px;
    }

    .av-play .gamelist .modal {
        position: fixed;
        top: 0%;
        right: 10px;
        bottom: 0px;
        left: 30px;
        overflow: hidden;
    }

    .av-play .modal.in .modal-dialog {
    }

    .av-play section.uniformsister-03 .uniformheader img {
        /*max-width: 211px;*/
		max-width: 90px;
    }
	.title-arrow h1 {
		font-size: 3vw;
	}

    .av-play section.uniformsister-03 .uniformheader .crosslink {
        position: absolute;
        right: 100px;
        top: 7px;
        font-weight: 600;
        font-size: 32px;
    }
	
}

ul.gamelist_inner li .listbox {
    border: 0.2vw solid #fff;
    border-radius: 10px;
    padding: 1vw;
    background: rgba(255, 94, 166, 0.32);
    text-align: center;
    position: relative;
}

ul.gamelist_inner .listbox {
    box-shadow: inset 0px 0px 30px #ff5ea6;
}

ul.gamelist_inner li .shadow {
    border-radius: 10px;
    box-shadow: 0px 0px 30px #ff5ea6;
}

ul.gamelist_inner li:hover .shadow {
    box-shadow: 0px 0px 23px #ff5ea6;
}

ul.gamelist_inner li .listbox img {
}

.boxcheck {
    position: absolute;
    top: 1vw;
    right: 1vw;
}

.price {
    background: rgba(0, 0, 0, 0.4588235294117647);
    border-radius: 10vw;
    padding: 2px;
    font-size: 2.5vw;
}

button.popupprple_btn {
    border: 0;
    background: transparent;
    position: relative;
    width: 100%;
    margin: 0;
}

button.popupprple_btn span {
    font-size: 1.5vw;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

button.popupprple_btn img {
    max-width: 175px;
}

button.popupprple_btn img.popup_close_icon {
    width: 4vw;
    height: 4vw;
}

.popup_innr_list {
    background: rgba(66, 38, 91, 0.25);
    border-radius: 7px;
    padding: 12px;
    height: 305px;
    overflow-y: auto;
    box-shadow: inset 0px 0px 30px rgba(66, 38, 91, 0.34);
    color: white;
}

.popup_innr_list h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff1a9;
    margin: 0px;
}

.popup_innr_list h4 {
    margin: 0;
    font-size: 17px;
}

.modal-footer button.popupprple_btn {
    margin-top: 10px;
}

.popup_innr_list .row {
    padding: 15px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.popup_innr_list .row:last-child {
    border-bottom: 0;
}

img {
    /* width: 100%; */
}

.logo-section img {
    width: auto !important;
}

.gamepage img, .uniform_maingame img {
    width: 100%;
}

.uniformheader02 {
    text-align: center;
    padding: 15px 0px;
    position: relative;
}

.uniformheader02 h1 {
    display: inline-block;
    font-weight: 600;
    text-shadow: 3px 2px 4px rgba(255, 94, 166, 0.65);
}

button.crossbtn {
    position: absolute;
    right: 5%;
    background: transparent;
    border: 2px solid #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(255, 94, 166, 0.65);
    text-shadow: 0px 0px 10px rgba(255, 94, 166, 0.65);
}

.gamelist-02 {
    padding: 0;
}

.gamelist-02 .gamelist_top {
    padding: 30px 30px 50px;
}

.gamelist-02 .gamelist_top button.popupprple_btn {
    margin-top: 20px;
}

.img_inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px 25px;
}

@media screen and (min-width: 1400px) {
    .popup_innr_list {
        background: rgba(66, 38, 91, 0.25);
        border-radius: 7px;
        padding: 12px;
        height: 405px;
        overflow-y: auto;
        box-shadow: inset 0px 0px 30px rgba(66, 38, 91, 0.34);
    }

    .uniformvedio_section .col-md-5 {
        padding-left: 0px !important;
        margin-top: 140px;
    }

    .uniformvedio_section .col-md-7 {
        padding-right: 24px !important;
    }

    .infowith_pinkbg {
        /* margin-top: 20%; */
        background: url(../images/transparent_bg2.png) no-repeat left top;
        padding: 10px 40px;
        width: 100%;
        max-width: 530px;
    }

    .vedio_slider {
        width: 100%;
        display: inline-block;
        height: 200px;
        margin-top: 55px;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 30px;
    }

    .login-header h2 {
        font-size: 60px;
        margin-top: -12px !important;
        /*margin-bottom: 60px !important;*/
		margin-bottom: 40px !important;
    }
}

.gamelist-02 .modal-dialog {
    width: 100%;
    max-width: 1460px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.42);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffb9d4;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e880a8;
    filter: brightness(120%);
}

ul.gameseries li {
    width: 20%;
    float: left;
    padding: 10px;
}

section.uniformsister-02 .uniformheader {
    background: unset;
}

section.uniformsister-02 .uniformheader img {
    max-width: 200px;
    margin-top: -40px;
}

.gamepage .uniformheader img {
    margin-top: -10px!important;
}

section.uniformsister-02 .uniformheader .crosslink {
    position: absolute;
    right: 20px;
    top: 7px;
    font-weight: 600;
    font-size: 19px;
}

section.uniformsister-02 .uniformheader .crosslink span a {
    color: #fff;
    padding-right: 10px;
}

section.uniformsister-02 {
    background: none;
    text-align: center;
}

.page-game .uniformsister.gamepage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gametable_block {
}

.toprate_block {
    background: url(../images/dotsboxbgr.png) no-repeat;
    background-size: cover;
    position: relative;
    text-align: left;
    width: 100%;
    height: 100%;
}

.yellowshed {
    background: url(../images/yellowshedimg.png) no-repeat bottom center;
    background-size: contain;
}

.gametable_blocktop {
    width: 100%;
    max-width: 95%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    border-radius: 23px;
    flex-direction: column;
    justify-content: center;
}

.gametable_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    min-height: 258px;
}

.gametable_block_inner {
    border: 3px solid #fff;
    box-shadow: inset 0px 0px 10px rgba(255, 94, 166, 0.69);
    background: linear-gradient(#c156ce, #3a273a);
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gametableinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85vh;
}

.top_sec_one {
    border-bottom: 3px solid #fff;
    display: flex;
    height: 58%;
    float: left;
}

.gametable_block .col-md-4.col-sm-4 {
    padding: 0;
    border-left: 3px solid #fff;
    box-shadow: 0px 0px 10px rgba(255, 94, 166, 0.83);
}

.gametable_block .col-md-4.col-sm-4:first-child {
    border-left: 0;
}

.box-011 {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}

.box-011 .col-md-6.col-sm-6 {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-011 .col-md-6.col-sm-6:first-child {
    border-right: 3px solid #fff;
    box-shadow: 0px 0px 10px rgba(255, 94, 166, 0.83);
}

.mark180 {
    height: 100%;
    width: 100%;
}

.mark180 ul {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    /* grid-gap: 25px; */
}

.markchina {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
}

.markchina h2 {
    font-weight: 600;
    margin: 0;
    font-size: 5rem;
}

.markchina span.bigsign img {
    width: 10vw;
    height: auto;
    max-height: initial;
}

.mark180 ul li {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #fff;
    box-shadow: 1px 0px 10px rgba(255, 94, 166, 0.83);
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mark180 ul li:last-child {
    border-bottom: 0 solid #fff;
}

.mark180 ul li img {
    padding: 0px 5px;
    max-width: initial;
    width: 4vw;
    height: auto;
}

.toprate_block img.girlimg {
    max-width: 173px;
    max-height: 100%;
    height: 168px;
    width: 168px;
    object-fit: cover;
    object-position: top;
}

.yellowshed {
    background: url(../images/yellowshedimg.png) no-repeat bottom center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yellowshed .game-progress {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 95%;
}

.yellowshed .play-role-video {
    width: 25%;
    text-align: right;
    height: 100%;
}

.yellowshed .play-role-video a {
    width: 100%;
    height: 100%;
}

.yellowshed .play-role-video a img {
    height: 100%;
    width: auto;
}

.yellowshed .pull-left.text-right {
    width: 75%;
    position: relative;
    bottom: -28px;
}

.yellowshed .ratetxt {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 4px 3px 3px #623566;
    margin: 0;
}

.topstart_block {
    width: 100%;
    height: auto;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.topstart_block .col-md-4.col-sm-4 {
    border: 0;
    box-shadow: none;
}

.topstart_block ul li {
    width: 30%;
    float: left;
    padding: 3px;
}

.topstart_block h1 {
    font-weight: 700;
    font-size: 40px;
    margin-top: 6px;
}

.topstart_block h2 {
    font-weight: 700;
    font-size: 31px;
    margin-top: 0;
}

ul {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.topstart_block ul li img {
    /* max-width: 50px; */
    width: 2.5vw;
    height: auto;
}

ul.usernmber_list li {
    /* width: 7.1%; */
    border-right: 3px solid #fff;
    box-shadow: 0px 0px 10px rgba(255, 94, 166, 0.83);
    /* float: left; */
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.usernmber_list li:last-child {
    border-right: 0;
    box-shadow: none;
}

ul.usernmber_list li h1 {
    margin: 0;
    /* padding: 15px 0px; */
    font-weight: 700;
}

ul.usernmber_list li p {
    margin-bottom: 0;
    font-size: 23px;
}

ul.usernmber_list {
    display: grid;
    height: 16%;
    grid-template-columns: repeat(14, 1fr);
}

ul.diseboxs_list li {
    /* width: 16.57%; */
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.diseboxs_list {
    border-top: 3px solid #fff;
    height: 16%;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
}

ul.diseboxs_list li img {
    /* max-width: 72px; */
    /* padding: 30px 12px; */
    width: auto;
    height: 5vh;
}

.totalpoints {
    width: 100%;
    height: 10%;
    box-shadow: 0px 0px 10px rgba(255, 94, 166, 0.83);
    border-top: 3px solid #fff;
    display: flex;
}

.totalpoints .col-md-4.col-sm-4.text-center {
    border: 0;
    box-shadow: none;
}

.totalpoints h3 {
    margin: 0;
    padding: 12px;
}

button.prpulbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 4vw;
    background-size: contain;
    background-repeat: no-repeat;
    background: linear-gradient(65deg, rgba(101,51,185,1) 0%, rgba(196,63,183,1) 100%);
    border: 1px solid white;
    box-shadow: 0 0 4px white;
    padding: 0;
}

button.prpulbtn img {
    max-width: 150px;
}

button.prpulbtn h3 {
    right: 0;
    font-weight: 700;
    font-size: 1.5vw;
    margin: 0;
}

.circleimgs_botm {
    position: relative;
    transition: .5s;
    padding: 0 1vw;
}

.circleimgs_botm .nmbrten {
    background: linear-gradient(#efefef, #ffffff);
    position: absolute;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    border: 2px solid #8e8e8e;
    border-radius: 100%;
    color: #333;
    bottom: 10px;
    right: 10px;
}

.circleimgs_botm.active {
    /*background: rgba(0, 0, 0, 0.42);*/
	background: rgb(204 184 5);
    border-radius: 1vw;
}

.circleimgs_botm:hover {
    /*background: rgba(0, 0, 0,1);*/
	background: rgb(204 184 5);
    /*border-radius: 16px;*/
    transition: .5s;
    /*filter: brightness(120%);*/
	filter: brightness(110%);
	border-radius: 1vw;
}

.jointsbotm_btn img {
    height: 10vh;
    width: auto;
}

.jointsbotm_btn {
    text-align: right;
    width: 100%;
    height: auto;
    display: flex;
}

.jointsbotm_btn h3.txt01 {
    color: #fff;
    margin: 0;
    display: inline-flex;
    font-size: 3vw;
    font-weight: 600;
    text-shadow: 0 0 2px white;
}

.jointsbotm_btn a + a img {
}

.jointsbotm_btn a img {
}

.jointsbotm_btn a {
}

.jointsbotm_btn a.lastbtnimg01 {
    margin-right: -37px;
}

body.uniform_maingame {
    overflow: hidden;
}

.page-av_play body.uniform_maingame, .page-card_list body {
    overflow-y: auto;
}

.page-av_short body.uniform_maingame, .page-card_list body {
    overflow-y: auto;
}

.page-av_free body.uniform_maingame, .page-card_list body {
    overflow-y: auto;
}

.page-my_av body.uniform_maingame, .page-card_list body {
    overflow-y: auto;
}

.page-prize_redeem body {
    overflow-y: auto;
}

.page-role_play body {
	overflow-y: auto;
}

.redvlack_circle {
    max-width: 60px;
    padding: 0;
    position: absolute;
    top: 2px;
    display: flex;
    cursor: pointer;
}

.redvlack_circle img {
    padding: 0 !important;
    max-width: 60px;
    max-height: 60px;
}

.redvlack_circle .text {
    font-size: 18px;
    top: 50%;
    left: 50%;
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
}

.redvlack_circle.lost {
}

.redvlack_circle.win {
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-duration: 300ms;
}

@keyframes blink {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    to {
        opacity: 0;
    }
}

.booksthree_btn {
    text-align: right;
}

.booksthree_btn button.bookbtn {
    display: inline-block;
    float: none !important;
    margin: 0px 0px 0px 10px;
}

.list_ratings {
    background: rgba(0, 0, 0, 0.35);
    padding: 10px;
    border-radius: 40px;
    width: max-content;
    max-width: initial;
    display: flex;
    align-items: center;
    min-width: initial;
    margin-top: 10px;
}

.list_ratings button.bookbtn {
    border: 0;
    vertical-align: text-top;
    padding: 0 15px;
    display: inline-block;
}

.list_ratings h2 {
    margin: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.list_ratings ul {
    display: inline-block;
    width: auto;
    padding-left: 24px;
    vertical-align: top;
}

.list_ratings ul li button.rate {
    border: 2px solid #fff;
    background: transparent;
    padding: 2px 15px;
    font-size: 21px;
    border-radius: 30px;
    transition: .5s;
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.list_ratings ul li.active button.rate {
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px #ff5ea6, 0px 0px 2px #ff5ea6,0px 0px 2px #ff5ea6,0px 0px 2px #ff5ea6,0px 0px 2px #ff5ea6,0px 0px 2px #ff5ea6,0px 0px 2px #ff5ea6,0px 0px 10px #ff5ea6;
    text-shadow: 0px 0px 2px #ff5ea6, 0px 0px 2px #ff5ea6, 0px 0px 2px #ff5ea6, 0px 0px 2px #ff5ea6, 0px 0px 2px #ff5ea6, 0px 0px 2px #ff5ea6, 0px 0px 2px #ff5ea6, 0px 0px 10px #ff5ea6;
}

.list_ratings ul li button i {
    font-size: 17px;
    margin-right: 5px;
}

.list_ratings ul li {
    border-radius: 30px;
    padding: 0;
    margin: 0 5px;
}

ul.gamelist_inner li button.listimg {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.scroll-y {
    overflow-y: auto;
    height: 80vh;
}

ul.gamelist_inner li button.listimg img {
    width: 100%;
}

section.uniformsister-03 .modal-dialog {
    width: 100%;
    max-width: 1025px;
}

@media screen and (min-width: 1400px) {
    section.uniformsister-03 .modal-dialog {
        width: 100%;
        max-width: 1920px !important;
    }
}

section.uniformsister-03 .modal-content {
    background: rgba(0, 0, 0, 0.55);
    border: 0 !important;
    box-shadow: none;
    padding: 15px;
}

.babyimg {
}

.babyimg_info {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.babyimg_info .tpname {
    background: url(../images/transparent_bg.png) no-repeat left top;
    background-size: contain;
    text-align: left;
    padding: 1vw 1vw 0;
}

.babyimg_info .tpname h2 {
    margin: 0;
    font-weight: 700;
    font-size: 3vw;
}

.modal-body {
    width: 100%;
    height: auto;
    display: inline-block;
    color: white;
}

.babyimg_info .tpname img.starimg {
    max-width: 158px;
    padding-left: 25px;
}

.babyimg_info .paragraph {
    padding: 0 1vw;
    font-size: 1.5vw;
    text-align: left;
}

.babyimg_info .ratings_info {
    text-align: center;
    padding: 0;
}

.babyimg_info .ratings_info h3 {
    margin: 0;
    font-weight: 700;
    color: #fff1a9;
    font-size: 2vw;
}

.babyimg_info .ratings_info p {
    text-align: left;
    color: #fff1a9;
    font-size: 1.5vw;
    padding-left: 3vw;
    position: relative;
    /* min-height: 30px; */
}

.babyimg_info .ratings_info p::after {
    content: '\f005';
    position: absolute;
    left: 0;
    font: normal normal normal 21px/1 FontAwesome;
    top: 1px;
}

.modal-footer button.popupprple_btn {
    display: inline-block;
    width: auto;
}

section.uniformsister-03 .modal-dialog .modal-footer {
    width: 70%;
    margin-bottom: -30px;
    float: right;
}

.modal-header button.popupprple_btn {
    position: absolute;
    max-width: 5vw;
    right: -2vw;
    top: 2vh;
}

.booksthree_btn button.booklinebtn.pull-right {
    border: 0;
    margin: 0;
    box-shadow: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.22);
    border-radius: 0;
}

.booksthree_btn button.booklinebtn.pull-right.active {
    border-bottom: 2px solid #fff;
    box-shadow: 0px 6px 5px #ff5ea636;
}

.gamelist-03 ul.gamelistul li button {
    border: 0;
    box-shadow: none;
    padding: 5px;
    font-size: 18px;
    color: #d6d6d6;
}

.gamelist-03 ul.gamelistul li.active button {
    box-shadow: none;
    color: #fff;
}

.gamelist-03 ul.gamelistul li.active {
    box-shadow: none;
}

.gamelist-03 .list_ratings {
    max-width: 100%;
    display: flex;
    align-items: center;
}

.gamelist-03 .list_ratings h2 {
    margin: 0;
    font-size: 18px;
}

.bookbtn img {
    width: 18px;
}

.gamelist-03 .list_ratings button.bookbtn {
    display: flex;
}

ul.gamelist_inner li .listbox img.eyebaby {
    max-width: 100%;
}

ul.gamelist_inner li .listbox h4 {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

ul.gamelist_inner li .listbox h5 {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}

.gamelist.gamelist-03 {
    padding: 0;
}

.modal.fullpage_popup .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
}

.modal.fullpage_popup .modal-dialog .modal-content {
    padding: 0;
    width: 100%;
    height: 100vh;
    box-shadow: none;
    border-radius: 0;
    border: none !important;
    background: url(../images/grid-purple-bg.png) repeat;
    max-width: initial;
    max-height: initial;
}

section.uniformsister-03 .uniformheader img {
    max-width: 158px;
    margin-top: -40px;
}

section.uniformsister-03 .uniformheader .crosslink {
    position: absolute;
    right: 20px;
    top: 7px;
    font-weight: 600;
    font-size: 19px;
}

section.uniformsister-03 .uniformheader .crosslink span a {
    color: #fff;
    padding-right: 10px;
}

.modal.fullpage_popup {
    padding: 0 !important;
}

.modal.fullpage_popup .closebtn {
    max-width: 158px;
}

.modal.fullpage_popup .modal-dialog .modal-content .modal-header {
    padding-right: 0;
    height: 10vh;
    min-height: 40px;
}

.modal.fullpage_popup .modal-dialog {
    width: 100% !important;
}

.modal.fullpage_popup .modal-dialog .modal-content .vedio {
    border: 1px solid rgba(255, 255, 255, 0.12156862745098039);
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    border: none;
}

.vedio .vedioicon {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.vedio .vedioicon img {
    max-width: 150px;
}

.vediotxt {
    text-align: left;
    padding: 0 2vw;
    height: 100%;
    overflow: auto;
}

.vediotxt h2 {
    margin-top: 0;
    font-size: 3vw;
}

.vediotxt span {
    color: #c7c7c7;
    font-size: 2vw;
}

.vediotxt .para_inner {
    padding: 3vh 8px 5vh;
    border-top: 1px solid rgb(238 238 238 / 33%);
    border-bottom: 1px solid rgb(238 238 238 / 33%);
    margin: 3vh 0px;
    font-size: 2vw;
}

.vediotxt .para_inner p {
    font-size: 20px;
}

.vediotxt .transbtn button.btnclas {
    background: rgba(255, 255, 255, 0.25);
    font-size: 1.5vw;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 6px 20px;
    margin: 5px;
    float: left;
}

section.uniformsister_vedio {
    padding: 0;
}

section.uniformsister_vedio .uniformheader {
    width: 100%;
    height: auto;
    background: url(../images/topheadingbg2.png) no-repeat left top;
    padding: 10px ;
    background-size: contain;
}

section.uniformsister_vedio .uniformheader a.lft_angle {
    border: 0;
    background: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
}

section.uniformsister_vedio .uniformheader h1 {
    font-size: 20px;
    margin-bottom: 5px;
}

.infowith_pinkbg {
    background: url(../images/transparent_bg2.png) no-repeat left top;
    padding: 10px 40px;
    width: 100%;
    max-width: 430px;
    background-size: contain;
    background-repeat-y: repeat;
}

.infowith_pinkbg h1 {
    font-size: 3vw;
    font-weight: 700;
}

.infowith_pinkbg ul {
    padding: 22px 0px;
}

.infowith_pinkbg ul li {
    background: rgba(0, 0, 0, 0.49);
    padding: 6px 25px;
    border-radius: 30px;
    margin-bottom: 2vh;
    font-size: 1.5vw;
    font-weight: 700;
}

.infowith_pinkbg ul li span {
    padding-left: 10%;
    color: #fff1a9;
}

.uniformvedio_section {
    display: inline-block;
    width: 100%;
    margin-top: -90px;
}

.vedio_slider {
    width: 100%;
    display: inline-block;
    height: auto;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: 0;
}

.vedio_slider .nowplay {
    width: 18%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 5px;
    margin-bottom: 20px;
}

.vedio_slider .nowplay.fullpaly .blackoverlay:hover {
    transition: .5s;
    background: rgba(253, 55, 121, 0.5);
    filter: brightness(120%);
}

.vedio_slider .nowplay.halfplay:hover .blackoverlay {
    transition: .5s;
    background: rgba(253, 55, 121, 0.5);
    filter: brightness(120%);
}

.vedio_slider .nowplay.fullpaly .pinkoverlay {
    height: 100%;
    white-space: normal;
    padding-top: 25px;
}

.vedio_slider .nowplay.fullpaly .blackoverlay {
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: .5s;
    height: 100%;
    text-align: center;
    padding: 10px;
}

.vedio_slider .nowplay.halfplay .blackoverlay {
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    transition: .5s;
    height: 40px;
    text-align: center;
    padding: 10px;
}

.vedio_slider .nowplay span span.rps {
    color: #fff1a9;
}

.modal.in .modal-dialog {
    min-width: initial;
    width: auto;
}

@media screen and (min-width: 1400px) {
    .modal.in .modal-dialog {
    }

    ul.gamelist_inner li .listbox h4 {
        height: 25px;
        line-height: 25px;
    }

    .gamelist .modal {
        position: fixed;
        top: 12%;
        right: 0px;
        bottom: 0px;
    }

    .babyimg_info {
        /* width: 70%; */
        /* float: right; */
        /* height: 20vh; */
        /* overflow: auto; */
    }
}

.list_ratings ul.gamelistul {
    border: 0;
}

.list_ratings ul.gamelistul li a {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #bbb;
    font-size: 18px;
}

.list_ratings ul.gamelistul li {
    margin: 0;
}

.list_ratings ul.gamelistul li.active a {
    color: #fff;
    background: transparent;
    border: 0;
}

.list_ratings ul.gamelistul li:hover a {
    background: transparent;
    border: 0;
    filter: brightness(120%);
}

.list_ratings ul.gamelistul li:focus a {
    background: transparent;
    border: 0;
    filter: brightness(120%);
}

.gamelastpoint {
    width: 95%;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-height: 10vh;
}

.vedio video {
    width: 100%;
    max-height: 70vh;
}

.page-av_play .vedio video {
    width: 100%;
}

.video_detail .modal-body {
    padding: 0 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.vedio_slider .nowplay.fullpaly .blackoverlay span.hovertxt {
    display: none;
}

.vedio_slider .nowplay.fullpaly .blackoverlay:hover span.hovertxt {
    display: block;
    filter: brightness(120%);
    width: 100%;
    white-space: break-spaces;
}

.vedio_slider .nowplay.fullpaly .blackoverlay:hover span.noramal {
    display: none;
}

.jointsbotm_btn h3 a {
    color: #fff;
}

body:not(.page-av_play) .av-play {
    overflow-y: auto !important;
}

.start1 {
    padding: 5px;
    background: #fff1a9;
    border-radius: 5px;
}

.start1 a {
    color: #000;
}

.none .list_ratings ul li.active button.rate {
    /* text-shadow: initial !important; */
    /* box-shadow: initial !important; */
}

.ratings_select .active {
    background: #fff;
}

.none .list_ratings ul li.active {
    box-shadow: none !important;
}

.title-arrow a img {
    width: 6vw;
    margin-top: 0px !important;
}

.top-button {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 24px;
}

.top-button:hover {
    top: 5px;
}

.gamelistinner {
    height: auto;
    width: 100%;
}

.listbox a:hover {
    filter: brightness(100%);
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

/*.title-arrow {
    z-index: 999;
}

.title-arrow h1 {
    opacity: 0.9;
    font-size: 4vw;
}

.title-arrow h1:hover {
    opacity: 1;
    filter: brightness(120%);
}

.hover-button a, .title-arrow a, .gametable_block li ,.topstart_block, .markchina, .totalpoints h3 {
    opacity: 1;
}*/

.closebtn {
    /* margin-top: -20px !important; */
}

.page-game .uniformheader {
    align-items: flex-start;
}

.hover-button a:hover, .closebtn:hover, .gametable_block li:hover,.topstart_block:hover, .markchina:hover, .totalpoints h3:hover, .golimg:hover, .hover a:hover, .bet-area.win, .bet-area:hover {
    opacity: 1;
    cursor: pointer;
    color: #ddd;
    filter: brightness(120%);
    text-shadow: #FFF 0px 0px 2px, #FFF 0px 0px 3px, #FFF 0px 0px 15px, #FF2D95 0px 0px 10px, #FF2D95 0px 0px 10px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 75px, -6px -5px 3px rgba(206,89,55,0), -7px -8px 3px rgba(206,89,55,0), -7px -8px 3px rgba(206,89,55,0);
}

.shadow:hover {
    box-shadow: 0px 0px 23px #ff5ea6 !important;
    border-radius: 10px;
}

.showSingle {
    padding: 5px 10px;
    border-radius: 5px;
}

#showall {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
}

.mt0 {
    margin-top: 0 !important;
}

.gamelist_inner.small {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    margin: 10px 0;
}

.page-card_buy .gamelist_inner.small {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2vw;
}

.page-card_free .gamelist_inner.small {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2vw;
}

ul.gamelist_inner.card-select {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    justify-content: center;
}

ul.gamelist_inner.card-select img {
    width: 100%;
}

ul.gamelist_inner.card-select li {
    padding: 0px 15px;
    margin-bottom: 30px;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-items: center;
}

/*
.boost-up{
    position: relative;
    display: inline-flex;
    align-items: center;
}
.boost-up:after {
    content: "";
    display: block;
    position: relative;
    background-image: url(/assets/images/boost-up.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 15px;
    height: 15px;
    float: right;
}*/
.grid-container * {
    font-size: 1.5vw !important;
    margin: 0 !important;
}

.grid-container {
    display: grid;
    height: 75vh;
    grid-template-rows: 5fr 2fr 2fr 1fr;
    border-radius: 2vw;
    border: 3px solid #fff;
    box-shadow: inset 0px 0px 10px rgba(255, 94, 166, 0.69);
    background: linear-gradient(#c156ce, #3a273a);
    width: 100%;
    max-height: 640px;
}

.grid-item {
    display: grid;
}

.grid1 {
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
    grid-template-rows: 1fr 2fr 2fr 2fr;
}

.grid2 {
    grid-template-columns: repeat(14, 1fr);
}

.grid3 {
    grid-template-columns: repeat(6, 1fr);
}

.grid4 {
    grid-template-columns: repeat(3, 1fr);
    border: 2px solid #fff;
    border-radius: 0 0 2vw 2vw;
    box-shadow: inset 0px 0px 10px rgba(255, 94, 166, 0.69);
}

.grid-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item.grid2 > div {
    flex-direction: column;
}

.grid-item:not(.grid4) > div {
    border: 2px solid #fff;
    box-shadow: inset 0px 0px 10px rgba(255, 94, 166, 0.69);
}

.grid-item .bet-area img {
    object-fit: contain;
    max-width: 80%;
}

.grid-item .area_triple_1 .bet-area img, .grid-item .area_triple_2 .bet-area img, .grid-item .area_triple_3 .bet-area img, .grid-item .area_triple_4 .bet-area img, .grid-item .area_triple_5 .bet-area img, .grid-item .area_triple_6 .bet-area img, .grid3.grid-item .bet-area img {
    max-height: 5vh;
}

.grid-item .area-anyTriple .bet-area img {
    max-height: 12vh;
}

.grid-item .area-anyTriple .topstart_block.bet-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 0 10px;
}

.grid-item .area-anyTriple .topstart_block.bet-area > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.area-big {
    grid-area: 1 / 1 / 5 / 1;
    border-radius: 2vw 0 0 0;
}

.area-small {
    grid-area: 1 / 5 / 5 / 5;
    border-radius: 0 2vw 0 0;
}

.area-progress {
    grid-area: 1 / 3 / 3 / 3;
}

.area-anyTriple {
    grid-area: 3 / 3 / 5 / 3
}

.area-progress .role-image {
    background-size: cover;
    background-position: top;
    width: 50%;
    /*height: calc(100% + 10vh);
    top: -10vh;*/
	height: calc(80% + 10vh);
    top: -7vh;
    position: absolute;
}

.grid-container h1 {
    font-size: 2.5vw !important;
    font-weight: bolder;
}
.fullwidth{
    width: 100%;
}
.bottom-card-pool{
    padding: 0 1vw;
}
.game-score{
    justify-content: space-evenly;
    width: 100%;
}

.horizon{
	position: relative;
	float:left;
	background-size: contain;
    background-repeat: no-repeat;
}