@font-face {
    font-family: zawgyione;
    src: url(https://fonts.8elements.mobi/zawgyione.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: myanmar3;
    src: url(https://fonts.8elements.mobi/myanmar3.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #f5f5f5;
    /*background-image:url(/Images/General/GH/background-theme.png);*/
    background-repeat: repeat;
    color: #898989;
    font-size: 14px;
    padding: 0;
    font-family: Roboto;
}

a:hover {
    text-decoration: none;
}

.Pyidaungsu {
    font-family: pyidaungsu;
    font-size: 14px;
    line-height: 20px;
}

.zawgyi {
    font-family: zawgyione;
    font-size: 12px;
    line-height: 20px;
}

.myanmar3 {
    font-family: myanmar3;
    font-size: 12px;
    line-height: 20px;
}

.container {
    max-width: 600px;
    padding: 0;
}
img{
    max-width:100%;
}
.no-pad {
    padding: 0;
}
button{
    outline:none;
}
.wider {
    float: left;
    width: 100%;
}
.btn-blue {
    padding: 12px 16px;
    border-radius: 8px;
    background: #0EBCDB;
    color:#fff;
    text-align:center;
    border:0;
    width:100%;
}
#menu-overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.theme-banner {
    /*margin-top: -20px;*/
    margin-bottom: 15px;
    position: relative;
}

.side-nav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -300px;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    font-family: Roboto;
    font-weight: 700;
}

.side-nav .closebtn {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 38px;
    padding-left: 0;
    color: #10bcdb;
}

.side-nav .closebtn:hover {
    text-decoration: none;
}

.side-nav .left__menu a {
    padding: 14px 0;
    text-decoration: none;
    font-size: 14px;
    color: #7d8c99;
    display: block;
    transition: .3s;
}

.side-nav .left__menu a:hover {
    color: #10bcdb;
}

.side-nav .left__menu .input-group {
    margin-bottom: 15px;
    border-bottom: 2px solid #10bcdb;
}

.side-nav .left__menu .input-group .form-control {
    border-color: #fff;
    box-shadow: none;
    padding-left: 0;
    font-weight: 400;
}

.side-nav .left__menu .input-group .form-control:focus {
    box-shadow: none;
}

.side-nav .left__menu .input-group .btn {
    background: #7c8c99;
    padding: 0;
    border-radius: 50%;
    height: 27px;
    width: 27px;
}

.input-group-btn:last-child > .btn {
    margin: 0;
}

.side-nav .left__menu .input-group .btn .glyphicon {
    color: #fff;
}

header {
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    z-index: 99;
    border-bottom: 1px solid #EDEDED;
    /*-webkit-box-shadow: 0 2px 5px 0 #b3b3b3;
    -moz-box-shadow: 0 2px 5px 0 #b3b3b3;
    box-shadow: 0 2px 5px 0 #b3b3b3;*/
}

header .logo__gh {
    text-align: center;
}

header .logo__gh a {
    display: inline-block;
}

header .language-option {
    text-align: right;
}

.language-option img {
    cursor: pointer;
}

.language-option .dropdown-menu {
    left: initial;
    right: 0;
    margin-top: 20px;
}

header .burger__bar span {
    background: #fff;
    padding-top: 4px;
    cursor: pointer;
    display: inline-block;
}

.page-content {
    /*margin-top: 85px;*/
    min-height: 100vh;
}

#hot__games_wrap {
    padding-bottom: 15px;
}

.mk h2.title_widget {
    font-size: 14px;
    padding: 6px 7px 7px;
}

h2.title_widget {
    background: #10bcdb;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0;
    float: left;
    font-family: Roboto;
    padding: 2px 7px 4px;
    position: relative;
    bottom: -4px;
    z-index: 2;
}

h2.title_widget img {
    position: absolute;
    right: -10px;
    top: 0;
}

.dual_coloum h2.title_widget {
    position: absolute;
    top: -28px;
    left: 0;
    height: 28px;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #c2c2c2;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #4db8cd;
}

#hot__games_wrap .carousel-control {
    height: 28px;
    top: 40%;
    color: #09bcdd;
    width: 30px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-inner {
    position: relative;
    border-top: 4px solid #7c8c98;
}

.carousel-inner .slide_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Roboto;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .6);
}

.carousel-inner .slide_desc .left_desc {
    float: left;
    width: 60%;
}

.carousel-inner .slide_desc .left_desc a {
    color: #ebebeb;
    font-weight: 700;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-inner .slide_desc .left_desc a:hover {
    text-decoration: none;
}

.carousel-inner .slide_desc .left_desc span {
    display: block;
    color: #10bcdb;
}

.carousel-inner .slide_desc .right_desc {
    float: right;
    padding-top: 5px;
}

.carousel-inner .slide_desc .right_desc a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(to top, #7a8e9c, #1db6d5);
    border-radius: 20px;
    border: 1px solid #0072bc;
}

.carousel-inner .slide_desc .right_desc a:hover {
    text-decoration: none;
}

.dual__widget {
    display: flex;
    flex-wrap: nowrap;
    margin: 50px -10px 0;
}

.dual__widget .inside {
}

.dual__widget .dual_coloum {
    position: relative;
    background: #fff;
    width: 50%;
    margin: 0 10px;
    padding: 15px 15px 60px;
    border-top: 4px solid #7c8c98;
    -webkit-box-shadow: 0 3px 5px -2px #989898;
    box-shadow: 0 3px 5px -2px #989898;
}

.dual__widget .inside a.img_thumb {
    display: block;
    margin-bottom: 15px;
}

.dual__widget .inside a.img_thumb img {
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 5px 0 #989898;
    box-shadow: 0 5px 5px 0 #989898;
}

.dual__widget .inside a.game__tittle {
    display: inline-block;
    font-size: 18px;
    color: #7c8c99;
}

.dual__widget .inside a.game__tittle:hover {
    text-decoration: none;
}

.dual__widget .inside .price {
    display: block;
    color: #10bcdb;
}

.special__offer {
    margin-top: 30px;
}

.special__offer a {
    display: block;
}

.special__offer a img {
    border-top: 4px solid #7c8c98;
}

.category {
    margin-top: 30px;
}

#category__carousel-indicator {
    padding-bottom: 15px;
}

#category__carousel-indicator .carousel-inner {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 #e4e4e4;
    box-shadow: 0 3px 5px 0 #e4e4e4;
}

#category__carousel-indicator .carousel-inner .item {
    padding: 10px 15px;
}

#category__carousel-indicator .carousel-inner .item a {
    display: inline-block;
    font-size: 11px;
    color: #7c8c99;
    font-weight: 500;
    text-align: center;
    margin: 14px 0;
    height: 95px;
}

#category__carousel-indicator .carousel-inner .item a:hover {
    text-decoration: none;
}

#category__carousel-indicator .carousel-inner .item a img {
    display: inline-block;
    background: #fff;
    padding: 4px 0;
    width: 50px;
}

#category__carousel-indicator .carousel-inner .item a span {
    display: block;
    margin-top: 6px;
}

#category__carousel-indicator .carousel-control {
    height: 30px;
    width: 30px;
    top: 50%;
    color: #09bcdd;
    margin-top: -15px;
}

#category__carousel-indicator .carousel-control .glyphicon-chevron-left,
#category__carousel-indicator .carousel-control .glyphicon-chevron-right {
    font-size: 18px;
}

.title {
    border-bottom: 1px solid #d2d2d2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.title h3 {
    color: #13badc;
    margin-top: 0;
    padding-top: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.content {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.content a {
    color: #7c8c99;
    font-weight: 500;
    display: inline-block;
}

.content a:hover {
    text-decoration: none;
    color: #13badc;
}

.content a.content__title {
    margin-bottom: 10px;
}

.content a.content__image {
    border-top: 3px solid #7d8d99;
}

a.content__button {
    border: 1px solid #0072bc;
    color: #fff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 8px 0;
    width: 80%;
    font-weight: 700;
    border-radius: 20px;
    background: linear-gradient(to top, #7a8e9c, #1db6d5);
    display: inline-block;
}

a.content__button:hover {
    background: linear-gradient(to top, #444e54, #02d4ff);
    color: #f1f1f1;
}

.title.my_account {
    border-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.account__label {
    padding-top: 10px;
    letter-spacing: 1px;
}

.account__card_wrapper {
    border-top: 1px solid #d2d2d2;
    padding-top: 25px;
    margin-top: 20px;
}

.account__card {
    max-width: 320px;
    margin: 0 auto;
}

.account__card img {
    width: 100%;
}

.account__card_middle {
    background: url(https://static.8elements.mobi/GamerHeaven/images/account_card_middle.png) repeat-y;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 10px solid #4d4d4d;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.account__card_middle p.oth_text {
    font-size: 11px;
    color: #d7d7d7;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-style: italic;
}

.card__detail {
    background: rgba(16, 173, 203, .5);
    padding: 15px;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.card__detail .icon_transparent {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 60px;
    height: auto;
}

.card__detail p {
    margin: 0;
}

.card__detail span {
    display: inline-block;
    width: 50%;
    color: #0ff;
}

p.back_to_home {
    text-align: left;
    margin-bottom: 0;
}

p.back_to_home a {
    color: #10bcdb;
    font-weight: 500;
}

.games__btn_download:hover,
p.back_to_home a:hover {
    text-decoration: none;
}

.games__btn_download,
.Yet__join {
    text-align: center;
}

.Yet__join a.games__btn_join {
    border: 1px solid #0072bc;
    color: #fff;
    margin-top: 10px;
    padding: 8px 0;
    width: 80%;
    font-weight: 700;
    border-radius: 20px;
    background: linear-gradient(to top, #7a8e9c, #1db6d5);
    display: inline-block;
}

.Yet__join p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.Yet__join p span {
    color: #10bcdb;
}

.detail_big_img {
    line-height: 28px;
    margin-top: 15px;
}

.detail_big_img img {
    border-top: 3px solid #7d8d99;
}

.detail_big_img h4 {
    color: #7c8c99;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin-top: 24px;
}

.detail_big_img .detail__unsub_text {
    color: #fff;
    display: block;
    text-align: center;
    background: #7c8c9b;
    margin-bottom: 4px;
}

.img__thumbnail {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
    margin-top: 10px;
    display: table;
    width: 100%;
}

.img__thumbnail .col_thumb {
    display: table-cell;
    padding: 3px;
}

.btn_dw {
    text-align: center;
    margin-bottom: 30px;
}

.games__btn_download {
    border: 1px solid #0072bc;
    color: #fff;
    margin-top: 10px;
    padding: 8px 0;
    width: 80%;
    font-weight: 700;
    border-radius: 20px;
    background: linear-gradient(to top, #7a8e9c, #1db6d5);
    display: inline-block;
}

#more {
    display: none;
}

#myBtn {
    color: #11bbdc;
    cursor: pointer;
}

.section__content h3,
.section__content a {
    color: #10bcdb;
}

.modal .modal-title {
    color: #10bcdb;
    text-align: center;
}

.modal .modal-body a {
    color: #10bcdb;
}

.subscribe__benefits ul {
    max-width: 360px;
    text-align: left;
    margin: 8px auto 16px;
    padding: 0;
}

.subscribe__benefits ul li {
    list-style-type: none;
    clear: left;
    padding: 4px 0 8px;
    font-size: 12px;
    font-weight: bolder;
    line-height: 15px;
    text-transform: uppercase;
}

.game_btn_more {
    display: block;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 15px;
    margin-left: -45%;
    font-weight: 700;
    background: linear-gradient(to top, #7a8e9c, #1db6d5);
    border-radius: 20px;
    text-align: center;
    border: 1px solid #0072bc;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
}

.game_btn_more:hover {
    color: #fff;
}

footer {
    /*padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    background-color: #fff;
    color: #7c8c99;
    text-align: center;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    border-top: 3px solid #7d8d99;
    font-weight: 600;*/


    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px #e4e4e4;
    height: 65px;
}
footer .container {
    /* display: flex; */
    height: 100%;
    align-items: center;
    padding:0 15px;
}
 {
    /* display: flex; */
    height: 100%;
    align-items: center;
    padding:0 15px;
}
footer .container a {
    /* display: block; */
    width: 100%;
    /* height: 100%; */
    text-align: center;
    /* color: #cdcdcd; */
    position: relative;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #fff;
}

footer .container a span {
    /* display: block; */
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

footer .container a .fa {
    font-size: 20px;
}

footer a:nth-child(1) {
    border-left: none;
    padding-left: 0;
}
footer a {
    color: #10bcdb;
    font-size: 14px;
    padding: 0 15px;
    border-left: 1px solid #7c8c99;
}

footer .copyright {
    text-align: center;
}

.footer-nav {
	text-align: center;
	padding: 10px;
}

footer .container2 {
    display: flex;
    height: 100%;
    align-items: center;
    padding:0 15px;
}
footer .container2 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #cdcdcd;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #fff;
}

footer .container2 a span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

footer .container2 a .fa {
    font-size: 20px;
}
/*
footer .container a:after {
    content: '';
    position: absolute;
    background: #cdcdcd;
    width: 1px;
    height: 20px;
    right: 0;
    top: 22px;
}
*/
footer .container a:last-child:after {
    width: 0px;
}

footer .container a:hover,
footer .container a.active {
    color: #0EBCDB;
    border-top: 2px solid #0EBCDB;
    background: rgba(14, 188, 219, 0.10);
}
/*footer a {
    color: #10bcdb;
    font-size: 14px;
    padding: 0 15px;
    border-left: 1px solid #7c8c99;
}

footer a:nth-child(1) {
    border-left: none;
    padding-left: 0;
}

footer a:hover {
    text-decoration: none;
}

footer span {
    display: block;
    margin-top: 7px;
}*/

/*Style revamp */

.main-wrapper{
    position:relative;
    margin-top:90px;
    margin-bottom:16px;
}
.home-banner a,
.home-banner img {
    display: block;
}

.home-banner img {
    border-radius: 8px;
}
.how-to-play {
    text-align: center;
    margin-top: 14px;
}

.how-to-play a {
    display: block;
    background: #0EBCDB;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size:16px;
    font-weight:600;
}
.menu-card-wrap {
    margin-top:18px;
    display:flex;
    flex-direction:column;
}
.menu-card-wrap a{
    color: #161616;
    font-size:18px;
    border-radius: 12px;
    padding: 16px 24px;
    font-weight:500;
    margin-bottom:12px;
    display: flex;
    align-items: center;
}
.menu-card-wrap a.menu-quiz {
    border: 1px solid #ECE5FA;
    background: #E2D9F3;
    
}
.menu-card-wrap a.menu-games {
    border: 1px solid #FFE1E1;
    background: #FFD4D5;
}
.menu-card-wrap a.menu-referral {
    border: 1px solid #BFEAF2;
    background: #A7DFE9;
}
.menu-card-wrap a .icon-menu{
    margin-right:10px;
    width:38px;
}
.menu-card-wrap a .icon-lc{
    margin-left:auto;
    width: 18px;
}

.heading-page-title {
    margin: 0;
    padding: 0;
    color: #161616;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom:18px;
    margin-top:10px;
}
.heading-page-title img {
    position:absolute;
    left:0;
    top:-2px;
    cursor:pointer;
}
.tutorial-card {
    /*padding: 12px 16px;*/
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    margin-bottom: 8px;
    max-height: 50px;
    overflow: hidden;
    transition:all ease .5s;
}
.tutorial-card.show{
    max-height: 800px;
    
}
.tutorial-card h2{
    font-size:16px;
    color: #161616;
    font-weight:500;
    margin:0;
    padding:16px;
    position:relative;
    cursor:pointer;
}
.tutorial-card h2 img{
    position:absolute;
    right: 12px;
    top: 14px;
}
.tutorial-text {
    padding: 16px;
    color: #595959;
    min-height:0px;
    overflow:hidden;
    border-top: 1px solid #EAEAEA;
}
.text-instruction {
    border-radius: 8px;
    border: 2px solid var(--Neutral-30, #EDEDED);
    background: #FFF;
    padding: 16px;
    text-align: center;
    color: #161616;
    font-weight:600;
}
.deck-game {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card-game {
    padding: 10px;
    display: flex;
    cursor: pointer;
    /*aspect-ratio: 1 / 1;*/
    /*width: 16.4vw;
    height: 28vh;*/
}

.img-assets {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

.card-game.open .img-assets {
    transform: rotateY(0);
    cursor: default;
    background: #fff;
    border: 4px solid #0EBCDB;
}

.card-game.show {
    font-size: 33px;
}

.card-game.match .img-assets {
    transform: rotateY(0);
    cursor: default;
    background: #fff;
    font-size: 33px;
    border: 4px solid #0EBCDB;
}

.card-game .img-assets .memory-fit-text {
    font-size: 26px;
}

.card-game .img-assets {
    width: 100%;
    height: 100%;
    background-image: url(/Content/GH/Images/memory.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 19.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    /*border: 4px solid #fff;
    box-shadow: 0px 0px 2px 1px #a9a9a9;*/
}

.card-game .img-assets span {
    display: inline-block;
    font-weight: 700;
    line-height: normal;
}

.card-game .img-assets .inner-card {
    max-width: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-game .img-assets .inner-card img {
    width: 70%;
}

.card-game.show .img-assets .inner-card {
    max-width: 300px;
}

.card-game.match .img-assets .inner-card {
    max-width: 300px;
    transform: rotateY(0);
}

#score-panel {
    text-align: left;
    width: 345px;
    margin-bottom: 10px;
}

.stars {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 5px 0 0;
}

.restart {
    float: right;
    cursor: pointer;
}

.center-memory {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.deck-game-wrap {
    /*width: 68.4vw;
    height: 54.8vh;
    margin-top: 8px;*/
    position: relative;
}
.close-modal,
.icon-close-pop {
    position: absolute;
    top: 8px;
    width: 20px;
    right: 8px;
    cursor: pointer;
}
.won-wrap {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px;
    width: 540px;
    position: relative;
}
.headModal {
    font-size: 18px;
    font-weight: 600;
    color: #161616;
}
.won-wrap .total-move {
    line-height: 34px;
}

.won-wrap .modal-button {
    display:flex;
    flex-direction:column;
}
.won-wrap .modal-button button {
    border-radius: 8px;
    padding: 12px 16px;
    margin-top:10px;
}
.won-wrap .modal-button .btn-pink {
    background: #EF509C;
    color:#fff;
    border:1px #EF509C solid ;
}
.won-wrap .modal-button .btn-white {
    background: #fff;
    color:#616161;
    border:1px #616161 solid ;
}

.win-popup {
    height: 0;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index:100;
    transition: all ease-in-out .3s;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.win-popup.showup {
    height: 100%;
}
.modal-middle{
    margin-top:12px;
}
.modal-count {
    border-radius: 8px;
    border: 1px solid #EAEBEC;
    background: #F4F8FB;
}
.total-move{
    padding:12px;
    display:flex;
    flex-direction:row;
}
.total-move span{
    margin-left:auto;
    color:#1A1A1A;
    font-weight:600;
}
.total-move:first-child{
    border-bottom: 1px solid #EAEBEC;
}
.memory-games {
    margin: 8px -10px 0;
}
.click-counter {
    margin-bottom: 12px;
}
.click-counter ul{
    display: flex;
    flex-direction: row;
    list-style:none;
    margin:0;
    padding:0;
}
.click-counter li{
    display:inline-block;
    flex-basis:calc(100%/10);
    border-radius:20px;
    background:#E0E0E0;
    height:5px;
    height: 7px;
    margin: 0 3px;
}
.click-counter li.quizCheck{
    background: #0ebcdb;
}
.modal-wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:100;
}

.modal-quiz-option {
    width: 330px;
    background-image:url(/Content/GH/Images/bg-popup-quiz.png);
    background-repeat:repeat;
    background-color: #fff;
    border-radius: 16px;
    padding:12px;
    position:relative;
}

.title-quiz-pop {
    font-size: 18px;
    color: #161616;
    font-weight:700;
}
.title-quiz-pop span{
    color: #0EBCDB;
}
.quiz-category-content{
    margin:16px auto;
}
.category-content-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position:relative;
}
.category-content-card:first-child{
    right: 30px;
}
.category-content-card:last-child{
    left: 30px;
    margin-top: -20px;
}

.totalQuizWrap{
    display:flex;
    flex-direction:row;
}
.totalQuizWrap span{
    display:inline-block;
    width:100%;
    margin:3px;
    background:#E0E0E0;
    height:7px;
    border-radius:30px;
}
.totalQuizWrap span.quizCheck{
    background:#0EBCDB;
}
.poin-stock,
.timeCountdown {
    margin: 18px auto 0;
    width: fit-content;
    border-radius: 30px;
    background: #fff;
    padding: 8px 16px;
    font-weight: 700;
    color: #161616;
    border: 2px solid #EDEDED;
}
.poin-stock strong{
    color:#0EBCDB;
}
.quiz-body {
    padding: 20px 12px;
    border-radius: 16px;
    border: 1px solid #EDEDED;
    background: #FFF;
    margin-top: 18px;
}
.quizAnswer{
    display:flex;
    flex-direction:column;
}
#questionString {
    text-align: center;
    color: #161616;
    font-size:16px;
    font-weight:600;
}
#questionString img{
    border-radius:8px;
    margin-top: 12px;
}
.quizAnswer label {
    margin: 0;
    width:100%;
}
.quizLabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #e7e7e7;
    border-radius: 30px;
    color: #161616;
    cursor: pointer;
    padding: 8px;
}

.quizLabel .alpha-options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #9E9E9E;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.quizAnswer input[type="radio"]:checked + .quizLabel {
    background: rgba(14, 188, 219, 0.20);
}
.quizAnswer input[type="radio"]:checked + .quizLabel .alpha-options {
    background: #0EBCDB;
}

.quizAnswer .wrong-label input[type="radio"]:checked + .quizLabel {
    background: rgb(255 0 0 / 46%);
}
.quizAnswer label span {
    /*padding: 12px 8px 12px 48px;*/
    
}
.quizAnswer label input{
    display:none;
}
.quizAnswer span img {
    width: auto;
    height: 190px;
}
.quizOption{
    margin-bottom:8px;
}
.quizQuestion {
    margin-bottom: 16px;
}
#divBtnAnswer{
    margin-top:16px;
}
.alpha-options-wrap {
    margin-right: 8px;
}
.modal-referral {
    position: relative;
    background: #fff;
    width: 400px;
    padding: 16px;
    text-align: center;
    border-radius: 8px;
}
.referral-description,
.referral-content {
    margin-top: 18px;
}
.referral-code-form {
    padding: 12px 16px;
    align-items: center;
    display: flex;
    border-radius: 8px;
    border: 1px solid #EAEBEC;
    background: #F3F4F6;
}

.code-referral {
    color: #1A1A1A;
    border: 0;
    font-weight: 600;
    background: transparent;
}
.copy-code-referral {
    color: #0EBCDB;
    font-weight: 600;
    margin-left:auto;
    cursor:pointer;
}
.referral-description-text {
    border-radius: 8px;
    border: 1px solid #EAEBEC;
    padding: 12px;
    text-align:left;
    margin-top:12px;
}
.referral-description-text strong{
    color: #0EBCDB;
    font-weight: 600;
}
.referral-description {
    position: relative;
}
.referral-description .tips{
    position: absolute;
    top:14px;
    left:0;
    width:100%;
    text-align:center;
}

.modalWrap{
    height:100%;
    width:90%;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.quizModal {
    min-width: 300px;
    padding: 12px;
    text-align: center;
    border: 1px solid #e7e7e7;
}
.popupAnswer h3 {
    padding: 6px 0 6px;
}

.history-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 16px;
    display:flex;
    flex-direction:row;
    margin-bottom:8px;
}
.history-name {
    text-align:left;
}
.history-name strong{
    display:block;
    margin-bottom:10px;
    color:#404040;
}
.history-poin_ {
    margin-left: auto;
    color: #0EBCDB;
    font-weight: 700;
}

.winner-trophy {
    position: relative;
}

.mainbody {
    min-height: calc(100% - 22%);
}
.flex{
    display:flex;
}
.title-page {
    text-align: center;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    font-family: lilita;
    color: #EB6AE0;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.winner-trophy-place {
    flex-direction: row;
    align-items: end;
    justify-content: center;
}

.winner-list-wrap {
    margin-top: 16px;
    padding-bottom: 24px;
    overflow-y: auto;
}

.winner-list {
    width: 100%;
}

.winner-list {
    border-radius: 4px;
    padding: 12px 16px;
    color: #404040;
    font-weight: 700;
    align-items: center;
    width: 80%;
    margin: 0 auto 8px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: #FFF;
}

.winner-list .rank-number {
    border-radius: 50%;
    background: #0EBCDB;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.winner-list .rank-phone {
    margin-left: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.winner-list .rank-score {
    margin-left: auto;
}

.bottom-bot {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 12px 0;
}

.bottom-manag {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bottom-manag .btn-green {
    border: 3px solid #B5DB81;
    letter-spacing: 1px;
}

.bottom-manag .btn-purple {
    border: 3px solid #F7C0E3;
    letter-spacing: 1px;
    background: #EB6AE0;
}

.bottom-manag button {
    border-radius: 8px;
    color: #fff;
    padding: 12px 16px;
    font-weight: 700;
    margin: 0 4px;
    letter-spacing: 1px;
    width:220px;
    border:0;
}

.bottom-manag .btn-cock {
    background: #E0BE49;
}

.btn-green {
    background: #8EC63F;
}

button {
    cursor: pointer;
}

.winner-list.flex.marked {
    background: linear-gradient(#018dcb, #018dcb) 50% 50% / calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(#018dcb 0%, #018dcb 100%);
    color: #fff;
}

.marked > .rank-number {
    background: #fff;
    color: #018dcb;
}

.winner-trophy .winner-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000;
}

.first-winner .winner-phone {
    top: 24px;
    font-size: 16px;
    text-transform: uppercase;
}

.winner-trophy .winner-phone {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-size: 10px;
}

.first-winner .winner-score {
    bottom: 42px;
}

.winner-trophy .winner-score {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    font-size: 10px;
}

.history-point-card {
    margin-top:20px;
}
.history-point-card a {
    display: block;
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color:#0EBCDB;
    font-weight:600;
    border: 1px solid rgba(14, 188, 219, 0.20);
    background: rgba(14, 188, 219, 0.10);
}

.bonusBanner img{
    width:100%;
    cursor:pointer; 
}
.btnClaim {
    margin-top: 14px;
}
.btnClaim .btn-blue{
    font-weight:600;
}

.side-nav .left__menu a.competions-prize .trophy {
    margin-right:8px;
    width:16px;
}
.side-nav .left__menu a.competions-prize .chevron-right {
    margin-left:auto;
}
.side-nav .left__menu a.competions-prize {
    display:flex;
    align-items:center;
    justify-content:center;
    color: #C28125;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #F5E799;
    background: linear-gradient(90deg, #FBF3E0 0%, #FAE18D 50%, #FBF3E0 100%);
}

.resultModal{
    padding:16px;
}
.resultModal .headModal{
    text-align:center
}
.resultWrap {
    margin-top: 12px;
}
.resultWrap h3 {
    border-radius: 8px;
    border: 1px solid #EAEBEC;
    background: #F4F8FB;
    padding: 0;
    
}
.resultWrap h3 p {
    padding: 14px 16px;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #EAEAEA;
}
.resultWrap h3 p:last-child{
    border-bottom:0;
}
.resultWrap h3 p span{
    margin-left:auto;
}
.resultWrap .bonusText{
    margin-top:12px;
    border-radius: 8px;
    border: 1px solid #EAEBEC;
    border-radius: 8px;
    padding: 14px 16px;
}
.resultWrap .bonusText strong{
        color: #1186c9;
}
.resultWrap .bonusText p{
    margin:0;
}
.btnResult {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.btnResult button {
    width: 100%;
    margin: 0 3px;
    background: #0ebcdb;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 10px 12px;
    border-radius: 8px;
}

.redeem-wrap {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.redeem-wrap .redeem-list-card{
    width:50%;
    margin-bottom:8px;
}
.redeem-list-inside {
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 8px;
    margin: 0 4px;
    display: flex;
    height:100%;
    flex-direction: column;
}
.redeem-img-thumb img{
    max-height:260px;
    width:95%;
}
.redeem-img-thumb {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-disabled {
    border-radius: 4px;
    background: #E0E0E0;
    padding: 12px 4px;
    width:100%;
    border: 1px solid #E0E0E0;
}
.redeem-detail .price-poin {
    color: #0EBCDB;
    font-weight:600;
}
.redeem-detail .price-name {
    min-height: 40px;
    color: #404040;
}
.redeem-detail .price-poin {
    margin: 8px 0;
}





@media(max-width:480px) {
    .modal-referral, .modal-quiz-option, .won-wrap {
        width: 90%;
    }
    footer {
        margin-top: -65px;
        position: absolute;
        
    }
    footer .container{
        padding:0;
    }
    .page-content {
        padding-bottom: 70px;
    }
    .redeem-img-thumb {
        min-height: 170px;
    }
    
    .card-game .img-assets {
        background-size: 22.3px;
    }
    .mk .carousel-inner .slide_desc .right_desc a {
        font-size: 12px;
    }
    .winner-list,
    .history-point-card a {
        width: 100%;
    }
    #category__carousel-indicator .carousel-inner .item a img {
        padding: 10px;
    }

    h2.title_widget {
        font-size: 14px;
        font-weight: 700;
    }

    .mk h2.title_widget img {
        right: -9px;
        height: 28px
    }

    h2.title_widget img {
        right: -6px;
        height: 21px;
    }

    .dual__widget .inside {
    }

    .dual__widget .inside .price {
        font-size: 12px;
    }

    #category__carousel-indicator .carousel-inner .item {
        padding: 15px 5px;
    }

    .dual__widget .inside a.game__tittle {
        font-size: 14px;
    }

    .game_btn_more {
        font-size: 12px;
        padding: 4px 10px 8px;
    }

    .dual_coloum h2.title_widget {
        height: 21px;
        top: -21px;
    }
}

@media(max-width:375px) {

    .dual_coloum h2.title_widget {
        height: 21px;
        top: -21px;
    }
}

@media(max-width:360px) {
    header .logo__gh img {
        max-width: 100%
    }

    .dual_coloum h2.title_widget {
        top: -21px;
        height: 21px;
    }

    .mk .dual__widget h2.title_widget {
        font-size: 12px;
        height: 26px;
        top: -26px;
    }

    .mk .dual__widget h2.title_widget img {
        height: 26px;
    }

    .mk .dual__widget .inside {
        height: auto;
    }

    .mk .carousel-inner .slide_desc .right_desc a {
        padding: 5px 10px;
    }

    .carousel-inner .slide_desc .right_desc {
        padding-top: 10px;
    }

    .game_btn_more {
        font-size: 10px;
        padding: 5px 10px;
    }
}

.header {
    background-color: #515152;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 12px;
    text-align: center;
}

.header__link {
    color: #fff;
}

.header__link:hover {
    color: #fff;
}

.section {
    background-color: #fff;
    min-height: 20px;
    padding: 15px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
}

.section--full-width {
    margin: 0;
}

.section--round-corner {
    border-radius: 6px;
}

.terms-text {
    font-size: smaller;
    line-height: 16px;
    padding-top: 12px;
}

.terms-text ul {
    margin: 0 0 8px 12px;
}

.terms-text li {
    line-height: 16px;
}

.section__header {
    border-bottom: 1px solid #e7eceb;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding-bottom: 12px;
    text-align: left;
}

.section__icon {
    float: left;
    margin-right: 12px;
    margin-top: -6px;
    width: 32px;
}

.section__header--center {
    text-align: center;
}

.section__text {
    padding: 8px;
}

.section__content--center {
    text-align: center;
}

.section__footer {
    border-top: 1px solid #e7eceb;
    font-size: 15px;
    margin-top: 4px;
    padding-top: 4px;
    text-align: right;
    text-decoration: underline;
}

.section__footer-link {
    color: #4b5367;
}

.button-container {
    display: flex;
    padding: 0 8px;
    text-align: center;
}

.button {
    background-color: #4b5367;
    font-size: 15px;
    font-weight: 700;
    margin: 12px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.button a {
    color: #fff;
    display: block;
    text-decoration: none;
}

button.button__link {
    background: 0 0 !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.button__link:hover {
    color: #fff;
    text-decoration: underline;
}

.button--terms {
    background-color: #099c09;
    margin: 0 auto;
    padding: 4px;
    width: 120px;
}

.inline-button {
    display: inline-block;
    min-width: 80px;
}

.twin-button {
    font-size: 1em;
    margin: 0 4px;
    flex: 1;
}

.no-margin {
    margin: 0;
}

.button a:hover {
    color: #fff;
    text-decoration: none;
}

.footer__copyright-info {
    border-top: 1px solid #f0f8ff;
    margin: 0 8px;
    padding-top: 8px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
}

.footer__left-menu {
    position: absolute;
    top: 8px;
    left: 8px;
}

.footer__right-menu {
    position: absolute;
    top: 8px;
    right: 8px;
}

.game,
category {
    padding: 12px 0;
    height: 100px;
}

.game--banner {
    height: auto;
    text-align: center;
}

.game--alternate {
    background-color: #fff;
}

.game__image-container {
    float: left;
    margin-right: 12px;
}

.game__image {
    height: 100px;
    width: 100px;
}

.game__image--banner {
    width: 100%;
    max-width: 600px;
}

.game__title {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.category__title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 24px 0 8px;
}

.game__title-link {
    color: #333;
    text-decoration: none;
}

.game__category {
    color: #7d7d7d;
    font-size: small;
    text-align: left;
}

.game__action-button {
    margin: 10px 0;
    font-size: 13px;
}

.game__action-button-link {
    color: #767676;
    text-decoration: underline;
}

#logo img {
    width: 100px;
}

h3 {
    color: #1186c9;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    padding: 16px 0 6px;
}

.warning-msg {
    padding: 5px;
    background-color: red;
    color: #fff;
    font-size: 10px;
}

div.padding {
    padding: 0 0 60px;
}

.content-description {
    padding: 0 4px;
    font-family: comic sans ms, comic sans, cursive, "sans-serif";
}

.btn-text-2lines {
    padding: 10px 0;
}

.btn-text-1line {
    padding: 6px 4px 8px;
}

.btn-curved {
    display: inherit;
    min-width: 80px;
    max-width: 200px;
    margin: 3px 7px;
    text-align: center;
    font-weight: bolder;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
}

.img-rounded {
    border: 1px solid #9b9b9b;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
}

.btns,
.btns-firstEntry,
.subscribe-button {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.subscribe-button {
    margin-top: 15px;
}

.btn-curved a {
    color: #fff;
    text-decoration: none;
}

.btn-curved a:hover {
    color: #fff;
}

.btn-curved:hover,
.img-rounded:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-box-shadow: 3px 5px 7px rgba(0, 0, 0, .7), inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, .7), inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    box-shadow: 3px 5px 7px rgba(0, 0, 0, .7), inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.btn-curved:active,
.img-rounded:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -moz-box-shadow: inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset -1px 0 6px rgba(0, 0, 0, .5), inset 1px 0 6px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.btn-container {
    margin: 32px 8px 16px;
}

.btn-wide {
    max-width: 280px;
}

h4 {
    font-size: 15px;
    font-weight: bolder;
    color: #09f;
}

div.category-menu {
    margin-bottom: 3px;
    text-align: left;
}

#join div,
.btn-more {
    width: 160px;
    margin: 15px auto;
}

.bar {
    max-width: 100px;
    background-color: #03285a;
    padding: 2px 0;
    margin: 6px auto;
}

li.leaf {
    list-style-type: none;
    display: inline;
    background: url(/Images/General/Subscription/rss_small_icon.png) no-repeat top left;
    padding-left: 20px;
    height: 25px;
}

div.yellow-notification-bar {
    background: #f9edbe !important;
    border: 1px solid #f0c36d;
    text-align: center;
    padding: 4px;
    margin: 16px 0;
}

div.red-notification-bar {
    background: pink !important;
    border: 1px solid #dc143c;
    text-align: center;
    padding: 4px;
    margin: 16px 0;
}

.mid-banner {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
    margin: 0 12px;
}

.language-flags {
    float: right;
    height: 32px;
    margin: 8px;
    padding: 8px;
    text-align: right;
}

.language-switch {
    background: url(/images/flags/language_switch.png) no-repeat;
    display: block;
    float: right;
    height: 36px;
    margin-left: 4px;
    width: 36px;
}

.language-flags .vn {
    background: url(/images/flags/vn.png) no-repeat;
    display: block;
    float: right;
    height: 32px;
    margin-left: 4px;
    width: 48px;
}

.language-flags .en {
    background: url(/images/flags/language-switch.png) no-repeat;
    display: block;
    float: right;
    height: 32px;
    margin-left: 4px;
    width: 48px;
}

.language-flags .my {
    background: url(/images/flags/my.png) no-repeat;
    display: block;
    float: right;
    height: 32px;
    margin-left: 4px;
    width: 48px;
}

#language-dropdown {
    text-align: right;
}

#language-dropdown ul li {
    display: inline;
    font-weight: 700;
    line-height: 35px;
    list-style-type: none;
    margin-right: 16px;
}

.faq p {
    padding-left: 12px;
}

.center {
    text-align: center;
}

.action-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e7eceb;
}

.popup {
    display: none;
    z-index: 10000;
}

.popup__background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .75);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 1000;
}

.popup__container {
    background-color: #fff;
    border-radius: 8px;
    flex: 1;
    margin: 12px;
    padding: 16px 12px;
    position: relative;
}

.popup__header {
    text-align: center;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid #666;
}

.popup__intro-text {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
}

.popup__button-container {
    display: flex;
    justify-content: center;
}

.popup__button {
    flex: 1;
    background-color: #455a64;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 8px 4px;
    padding: 6px 8px;
}

.popup__button:hover {
    background-color: #546e7a;
    color: #fff;
    text-decoration: none;
}

.game-detail__image-container {
    padding: 8px;
    text-align: center;
}

.game-detail__image {
    max-width: 536px;
    width: 100%;
}

.game-detail__title {
    font-size: 18px;
    font-weight: 700;
    font-family: poppins, sans-serif;
    text-align: center;
    margin: 8px auto;
    text-transform: uppercase;
    line-height: 24px;
    clear: both;
}

.game-detail__gallery {
    margin: 8px 0;
    text-align: center;
    width: 100%;
}

.game-detail__gallery-item {
    width: 32%;
    min-width: 30px;
    max-width: 176px;
}

.game-detail__description {
    font-size: small;
    margin: 16px auto;
    max-width: 536px;
}

.game-detail__action {
    text-align: center;
    margin: 0 auto;
    max-width: 540px;
}

.game-detail__buy {
    float: left;
    text-align: left;
    width: 50%
}

.game-detail__subscribe {
    color: #4c5366;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 50%;
    text-align: right;
}

.game-detail__action-link {
    color: #4c5366;
    font-size: 12px;
    text-decoration: underline;
}

.game-categories-content #category-list {
    margin: 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    clear: both;
    padding: 20px 0;
}

.game-categories-content div {
    margin: 0;
}

.game-categories-content .item {
    height: 100px;
}

.game-categories-content .pic {
    margin-left: 2%;
    display: inline;
}

.game-categories-content .name {
    color: #000;
    padding-left: 25px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bolder;
}

.game-categories-content h4 {
    font-size: 14px;
}

.game-categories-content .img-rounded {
    width: 90px;
    height: 90px;
    margin: 5px;
    border: 3px solid #1a4c79;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.game-entry {
    position: relative;
    margin: 0 0 2px;
}

.content-image {
    text-align: center;
    margin: 5px 0;
}

.content-price {
    margin-top: 30px;
}

.show-more-entry {
    width: 160px;
    color: #fff;
}

.message {
    margin: 20px 0;
    text-align: center;
}

.text-container {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

@media(max-width:767px) {
    .text-container {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
}

.btns-container {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.btns,
.btns-firstEntry,
.content-text {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}

h4 {
    padding: 0 5px;
    font-size: 14px;
}

h4 a {
    color: #1a91d6;
}

h4 a:over {
    color: inherit;
}

.content-category {
    font-size: 12px
}

#loading-anim {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 25px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    float: left;
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

#loading-anim div {
    width: 20px;
    height: 20px;
    background: #1497ca;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    position: absolute;
    left: 40px;
    top: 40px;
}

#loading-anim div {
    -moz-box-shadow: #000 0 0 2px;
    -webkit-box-shadow: #000 0 0 2px;
}

.bar1 {
    -moz-transform: rotate(0deg) translate(0, -30px);
    -webkit-transform: rotate(0deg) translate(0, -30px);
    opacity: .12;
}

.bar2 {
    -moz-transform: rotate(45deg) translate(0, -30px);
    -webkit-transform: rotate(45deg) translate(0, -30px);
    opacity: .25;
}

.bar3 {
    -moz-transform: rotate(90deg) translate(0, -30px);
    -webkit-transform: rotate(90deg) translate(0, -30px);
    opacity: .37;
}

.bar4 {
    -moz-transform: rotate(135deg) translate(0, -30px);
    -webkit-transform: rotate(135deg) translate(0, -30px);
    opacity: .5;
}

.bar5 {
    -moz-transform: rotate(180deg) translate(0, -30px);
    -webkit-transform: rotate(180deg) translate(0, -30px);
    opacity: .62;
}

.bar6 {
    -moz-transform: rotate(225deg) translate(0, -30px);
    -webkit-transform: rotate(225deg) translate(0, -30px);
    opacity: .75;
}

.bar7 {
    -moz-transform: rotate(270deg) translate(0, -30px);
    -webkit-transform: rotate(270deg) translate(0, -30px);
    opacity: .87;
}

.bar8 {
    -moz-transform: rotate(315deg) translate(0, -30px);
    -webkit-transform: rotate(315deg) translate(0, -30px);
    opacity: 1;
}

.search-container {
    background-color: #515152;
    height: 48px;
    text-align: center;
}

.search {
    width: 80%;
    margin: 0 auto;
}

.search__box {
    position: relative;
}

.search__icon {
    position: absolute;
    z-index: 2;
}

#search {
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding-left: 28px;
    padding-right: 28px;
    width: 240px;
    z-index: 1;
    text-align: center;
}

.search-bar {
    margin-left: 10%;
    margin-right: 10%;
}

#multilayers {
    position: relative;
    margin: 10px 0 5px;
}

#multilayers .icon-search,
#multilayers #search {
    position: absolute;
    top: 0;
    left: 0;
}

.icon-search {
    z-index: 2;
    margin-top: 8px;
    margin-left: 8px;
}

.home__banner {
    margin: 0 12px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
}

.account__header {
    border-bottom: 2px solid #515152;
    font-size: 20px;
    margin-bottom: 8px;
    padding: 8px;
    text-align: center;
}

.account__content {
    text-align: center;
}

.account__content .account__label {
    text-align: left;
}

.account__content .account__label span {
    width: 50%;
    text-align: right;
    display: inline-block;
}

.account__info {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 8px;
}

a.change-handset {
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: underline;
    font-weight: 400;
    vertical-align: 6%;
}

.download {
    width: 30px;
    height: 30px;
}

div.purchase {
    padding: 32px 8px;
}

.section--subscribe {
    color: #fff;
    padding: 8px;
    text-align: center;
    background: #adc1c8;
    background: -moz-linear-gradient(top, rgba(173, 193, 200, 1) 0%, rgba(109, 131, 155, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(173, 193, 200, 1)), color-stop(100%, rgba(109, 131, 155, 1)));
    background: -webkit-linear-gradient(top, rgba(173, 193, 200, 1) 0%, rgba(109, 131, 155, 1) 100%);
    background: -o-linear-gradient(top, rgba(173, 193, 200, 1) 0%, rgba(109, 131, 155, 1) 100%);
    background: -ms-linear-gradient(top, rgba(173, 193, 200, 1) 0%, rgba(109, 131, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(173, 193, 200, 1) 0%, rgba(109, 131, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adc1c8', endColorstr='#6d839b', GradientType=0);
}

.subscribe__offer {
    color: #436084;
    font-size: 20px;
    padding: 8px;
}

.subscribe__benefits-intro {
    font-size: 18px;
    font-weight: bolder;
    line-height: 24px;
    margin: 0 auto;
    max-width: 360px;
    padding: 8px;
    text-transform: uppercase;
}

.fancy-button {
    background-color: #444d54;
    color: #fff;
    border-radius: 8px;
    margin: 8px auto 16px;
    padding: 4px;
    max-width: 200px;
    display: inline-block;
}

.fancy-button--green {
    background-color: #077007;
}

.fancy-button__link {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 8px;
    display: block;
    text-transform: uppercase;
}

.subscribe-pictures {
    margin: 8px 0 16px;
}

.subscribe__accept-tnc {
    padding: 8px 12px;
}

.subscribe__accept-tnc-checkbox {
    margin: 0 4px 0 0 !important;
}

.subscribe__accept-tnc-text {
    font-size: 12px;
}

.register {
    margin: 48px 8px;
}

.register__description {
    margin: 8px 0 16px;
}

.register__label {
    display: block;
    margin: 8px 0 0;
}

.register__input {
    margin: 0 0 8px;
}

.register__submit-button {
    border-radius: 3px;
    border: 1px solid #39f;
    color: #333;
    font-weight: 700;
    padding: 4px 12px;
    text-transform: uppercase;
}

.register__warning {
    color: #dd4b39;
    margin: 8px 0 16px;
}

.notify-registration {
    color: #fff;
    background-color: #2196f3;
    padding: 8px;
}

.notify-registration__message {
    font-size: 15px;
}

.notify-register__button-bar {
    display: block;
    padding: 16px 8px 8px;
    text-align: center;
}

.notify-registration__register-button {
    border: #ff5722 2px solid;
    border-radius: 3px;
    background-color: #fbe9e7;
    color: #dd2c00;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 16px;
    text-transform: uppercase;
}

.notify-login {
    padding: 12px;
}

.notify-login__message {
    color: #dd2c00;
    font-size: 15px;
    font-weight: 700;
}

.notify-login__button-bar {
    padding: 12px 8px 8px;
    text-align: center;
}

.notify-login__login-button {
    border: #ff5722 2px solid;
    border-radius: 3px;
    background-color: #fbe9e7;
    color: #dd2c00;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 16px;
    text-transform: uppercase;
    width: 160px;
}

@font-face {
    font-family: azo;
    src: url(http://tmm.8elements.mobi/disney/dmagic/fonts/AzoSans-Regular.eot);
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url(http://tmm.8elements.mobi/disney/dmagic/fonts/AzoSans-Regular.woff) format('woff'), url(http://tmm.8elements.mobi/disney/dmagic/fonts/AzoSans-Regular.ttf) format('truetype'), url(http://tmm.8elements.mobi/disney/dmagic/fonts/AzoSans-Regular.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}

.popup__close-button {
    position: absolute;
    top: -20px;
    right: 4px;
}

.popup__positive-button {
    background-color: #1da621;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 640px;
    padding: 8px;
    text-shadow: 1px 1px 2px #666;
}

.tt-menu {
    width: 272px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 4px 12px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

@media (min-width: 768px) {
    #popup__provider .modal-dialog {
        width: 400px;
    }
}

#popup__provider .modal-body {
    text-align: center;
}

#popup__provider .modal-body .img-responsive {
    display: inline-block;
}

#popup__provider .modal-body p {
    font-weight: bold;
    color: #10bcdb;
    margin: 20px 0;
}

#popup__provider .modal-body .provider__image {
    display: inline-block;
    width: 40%;
    margin: 5px;
    cursor: pointer;
}

.provider__image.selected {
    box-shadow: 0px 0px 8px #10bcdb;
    border: 1px solid #11bbdc;
    border-radius: 8px;
}

#popup__provider .modal-body .btn {
    display: inline-block;
    background: #10bcdb;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* LANDING PAGE */

.lp-description {
    text-transform: uppercase;
    background: #fff;
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 30px;
}

.lp-description .link-package {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.lp-description .link-package img {
    width: 70%;
}

.lp-description strong {
    color: #10bcdb;
}

.lp-package {
    background: #000;
}

.card-package {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    padding-bottom: 15px;
}

.card-package a {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #989898;
}

.card-package p {
    background: #10badb;
    border-radius: 6px 6px 0 0;
    color: #fff;
    padding: 6px 0;
}

.filterDays {
    text-align: left;
    margin-top: 20px;
}

.filterDays select {
    font-family: Roboto;
    font-weight: 700;
    background: #0cbce3;
    border: 0;
    color: #fff;
    border-radius: 6px;
    padding: 6px 15px;
    outline: none;
    cursor: pointer;
}

.historyPoin_table {
    width: 100%;
    margin-top: 20px;
}

.historyPoin_table {
    width: 100%;
    border-radius: 10px;
}

.historyPoin_table th {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 4px 10px;
    background: #0cbce3;
    border: 1px solid #12bbdc;
}

.historyPoin_table td {
    border: 1px solid #12bbdc;
    font-size: 13px;
    padding: 6px 10px;
    color: #525252;
    font-weight: 600;
}

.historyPoin_table tr {
    background: #e3faff;
}

.historyPoin_table tr:nth-child(odd) {
    background: #b1f1ff;
}

.poinPresent {
    font-weight: 700;
}
.poinPresent span{
    padding: 8px 16px;
    border-radius: 30px;
    border: 2px solid #EDEDED;
    background: #FFF;
    display: inline-block;
}
.poinPresent span strong{
    color: #0cbce3;
}
.historyPoin_table .btnClaimPoin {
    background: #0cbce3;
    border: 0;
    outline: none;
    border: #fff;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 6px;
    min-width: 110px;
    border-radius: 4px;
}

.historyPoin_table .btnClaimPoin:hover {
    background: #059ec0;
}

.leaderboard-content {
    background: #fff;
    margin: 18px 0;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #e1e1e1   ;
}

.popup-non-sub{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
    background:rgba(0,0,0,0.8);
}
.content-popup {
    max-width: 570px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    cursor:pointer;
}
.content-popup img{
    border-radius:8px;
}
.modal-price-campaign-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    z-index:99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6)
}

.price-campaign-container {
    width: 320px;
    position:relative;
}
.close-price-campaign {
    position:absolute;
    top:8px;
    right:10px;
    width:24px;
    height:24px;
    cursor:pointer;
}






@media(min-width:1367px) {
    .price-campaign-container {
        width: 380px;
    }
}
@media(max-width:480px) {
    .lp-description .link-package img {
        width: 90%;
    }
    .price-campaign-container {
        width: 330px;
    }
}
