
   @font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-regular.eot');
     src: url('/en/CSS/fonts/888-regular.eot?#iefix') format('embedded-opentype'), url('/en/CSS/fonts/888-regular.woff') format('woff'), url('/en/CSS/fonts/888-regular.woff2') format('woff2'), url('/en/CSS/fonts/888-regular.ttf') format('truetype'), url('/en/CSS/fonts/888-regular.otf') format('opentype'), url('/en/CSS/fonts/888-regular.svg') format('svg');
     font-weight: normal;
}
 @font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-demibold.eot');
     src: url('/en/CSS/fonts/888-demibold.eot?#iefix') format('embedded-opentype'), url('/en/CSS/fonts/888-demibold.woff') format('woff'), url('/en/CSS/fonts/888-demibold.woff2') format('woff2'), url('/en/CSS/fonts/888-demibold.ttf') format('truetype'), url('/en/CSS/fonts/888-demibold.otf') format('opentype'), url('/en/CSS/fonts/888-demibold.svg') format('svg');
     font-weight: 600;
}
 @font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-black.eot');
     src: url('/en/CSS/fonts/888-black.eot?#iefix') format('embedded-opentype'), url('/en/CSS/fonts/888-black.woff') format('woff'), url('/en/CSS/fonts/888-black.woff2') format('woff2'), url('/en/CSS/fonts/888-black.ttf') format('truetype'), url('/en/CSS/fonts/888-black.otf') format('opentype'), url('/en/CSS/fonts/888-black.svg') format('svg');
     font-weight: bold;
}
 @font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-Ultra.eot');
     src: url('/en/CSS/fonts/888-Ultra.eot?#iefix') format('embedded-opentype'), url('/en/CSS/fonts/888-Ultra.woff') format('woff'), url('/en/CSS/fonts/888-Ultra.woff2') format('woff2'), url('/en/CSS/fonts/888-Ultra.otf') format('opentype'), url('/en/CSS/fonts/888-Ultra.svg') format('svg');
     font-weight: 800;
}
 @font-face {
     font-family: 'bello-pro';
    src: url('/en/CSS/fonts/2EA104_1_0.eot');
    src: url('/en/CSS/fonts/2EA104_1_0.eot?#iefix') format('embedded-opentype'), url('/en/CSS/fonts/2EA104_1_0.woff2') format('woff2'), url('/en/CSS/fonts/2EA104_1_0.woff') format('woff'), url('/en/CSS/fonts/2EA104_1_0.ttf') format('truetype');
     font-weight: BOLD;
}
/* newly added */
 #cgp_login_buttons_layout button{
     padding:0!important;
}
/* /newly added */
 .height-auto, .height-auto > div{
    height:auto !important
}
 .hp-small-offer-container{
    visibility: hidden;
}
 .hp-small-offer-container.show-vis{
    visibility:visible;
}
 input::-ms-clear {
     display: none;
}
/* left menu open game test */
 html:not(.cgp-mobile) .cgp-overlay-open .left-side {
    height: 100%;
    width: 20%;
    z-index: 999999;
    position: fixed;
    background-color: black;
    left: 0;
    top: 0;
}
 html:not(.cgp-mobile) .cgp-overlay-open .left-side + div{
    width: 80%!important;
    border: 0!important;
    left: inherit!important;
    right: 0!important;
}
 html:not(.cgp-mobile) .cgp-overlay-open .left-side + div .cgp-overlay-content{
    border-radius:0!important;
}
 html:not(.cgp-mobile) .cgp-overlay-open .left-side + div .cgp-overlay-content .cgp-game-window-component{
    border:none!important;
}
/* sport */
 html.is-sport.cgp-mobile .cgp-popup.cgp-options:before{
     background-image:url('//imagesstg.images4us.com/888Games_CGP/EN/vegas%20logo-1489409655752_tcm1642-348290.png');
     background-repeat:no-repeat;
     background-position: 0px;
     transform:scale(0.58);
}
 .is-sport #my_account{
    display:none;
}
 .my-account-right .sport-offer {
    display: none;
}
 .sport-offer span.yellow-big-text {
    font-size: 56px;
    font-weight: bold;
}
 .sport-offer .deposit-wrapper span.white-text {
    font-weight: 600;
}
 .my-account .sport-offer-container {
    visibility: hidden;
}
 .brands-links.is-hidden{
    visibility:hidden
}
 .dynamic-offer-container.sport .mobile,.dynamic-offer-container.sport .pc{
    display:none
}
 .cgp-pc .dynamic-offer-container.sport .pc {
    display: block;
}
 .cgp-mobile .dynamic-offer-container.sport .mobile {
    display: block;
}
 .sport.dynamic-offer-container:after {
    background-color: transparent;
}
/*back to top*/
 .back-to-top {
     height: 48px;
     width: 48px;
     bottom: 15px;
     display: block;
     padding: 0 18px;
     font-size: 31px;
     font-weight: 700;
     background-color: rgba(255, 255, 255, 0.5);
     border-radius: 32px;
     right: 10px;
     bottom: -80px;
     border: 2px solid #640262;
     color: #640262;
     position: fixed;
     z-index: 2;
     transition: opacity 0.3s ease-out, right 0.3s ease-out;
     -webkit-transition: all 0.8s cubic-bezier(0.68, -0.42, 0.26, 1.97);
     -moz-transition: all 0.8s cubic-bezier(0.68, -0.42, 0.26, 1.97);
     -o-transition: all 0.8s cubic-bezier(0.68, -0.42, 0.26, 1.97);
     transition: all 0.8s cubic-bezier(0.68, -0.42, 0.26, 1.97);
     cursor: pointer;
}
 .back-to-top:before {
     content: "";
     width: 45px;
     background-position: -1053px 1094px;
     height: 45px;
     display: block;
     top: 0;
     left: 0;
     position: absolute;
     -ms-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
}
 .back-to-top:first-of-type {
    /*background-color: transparent !important*/
     ;
     z-index: 3;
}
 .back-to-top.show, .back-to-top.sticky{
     bottom: 10px;
}
 .dynamic-offer-container span {
     cursor: auto;
     cursor: initial;
}
 .dynamic-offer-container a, .dynamic-offer-container a span {
     cursor: pointer;
}
/* .back-to-top.sticky {
     right: 16px;
     opacity: 1;
     z-index: 1;
     position: fixed;
}
 .filters-mobile .back-to-top {
     right: -60px;
}
 */
/* #back-arrow {
     margin: 0 auto;
     left: 0;
     right: 3px;
     margin-top: 16px;
     width: 23px;
     height: 16px;
     position: absolute;
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
     transition: .5s ease-in-out;
     cursor: pointer;
}
 #back-arrow span {
     display: block;
     position: absolute;
     border-radius: 9px;
     opacity: 1;
     transition: .25s ease-in-out;
     background-color: #640262;
}
 #back-arrow span:nth-child(1) {
     -ms-transform: rotate(132deg);
     transform: rotate(132deg);
     top: 3px;
     width: 83%;
     height: 4px;
     left: -2px;
}
 #back-arrow span:nth-child(2) {
     -ms-transform: rotate(-132deg);
     transform: rotate(-132deg);
     top: 3px;
     width: 83%;
     height: 4px;
     left: 9px;
}
 */
/*back to top*/
 .paymont-icon span, .paymont-icon div a, .safty-icons a, .brands-links a, .follow-us-links a, .filters-checkbox input[type="checkbox"] + label:after,.pensill-icon>li:before,mfp-content .pop-containe, .why-box, .filters-overlay .close a, #games-section .filters a,.window > .filters a, .search-box:after, .search-btn.active .search-clear, .first-scroll-down:before, .arrow, .cgp-overlay .cgp-btn-close-overlay:before, .game-container-big .label.New, .game-container-big .label.Hot, .game-container .label.Hot, .game-container .label.New, .data-hover:after, main.window .cgp-to-details:before, html.cgp-mobile body main.window .cgp-to-details:before, html.cgp-mobile .cgp-popup.cgp-options:before, .sub-item a:after, .back-to-top:before, .cgp-reminder-area div:nth-child(2):before {
     background-image: url("//images.images4us.com/888Games_CGP/EN/888games-current-sprite-1526552408427.png");
}
 header .mobile-logo:before{
     background-image: url("//images.images4us.com/888Games_CGP/EN/logo_mobile_overlay-1467185521364.png");
     background-size: contain;
     background-repeat: no-repeat;
}
 header .pc-logo:before,.col-mb-6.col-pc-6.cgp-game-more-details-link:before{
    background-image: url("//images.images4us.com/888Games_CGP/EN/888games-current-sprite-1526552408427.png");
}
 header .pc-logo.vegas:before {
    bottom: -17px
}
 .my-account .close-my-account {
     background-image: url("//images.images4us.com/888Games_CGP/EN/close-myAccount-1467185320341.png");
}
 .cgp_balance:after,.currency-mobile:before{
     background-image: url("//images.images4us.com/888Games_CGP/EN/arrow-white-1478617864306.png");
}
 span.greeting:before {
    content: "";
    background-image: url("//images.images4us.com/888Games_CGP/EN/profile_pic-1467185372799.png");
    width: 22px;
     width: 22px;
     height: 17px;
     padding-left: 22px;
     background-repeat: no-repeat;
     left: 2px;
     position: absolute;
    /* top: 6px;
    */
     top: 1px;
     display: block;
     height: 29px;
     background-position: 3px 6px;
     background-size: 15px 14px;
}
 .my-account .user-name{
    padding-right:4px;
}
/*.cgp-form ul li:first-of-type:before{
    background-image:url("//images.images4us.com/888Games_CGP/EN/profile_pic-my-account-1467185412779.png");
}
*/
 .cgp-login-fields input[type="password"]{
    background-image:url("//images.images4us.com/888Games_CGP/EN/password-1467185356176.png");
}
 .menu-item.search:before, .search-content:before {
     background-image: url("//images.images4us.com/888Games_CGP/EN/search-1467185890071.png");
}
/* .logo-wrapper:before {
     background-image: url("//images.images4us.com/888Games_CGP/EN/logo_mobile_overlay-1467185521364.png");
}
 html .logo-wrapper:before{
     top: 6px;
}
 */
 html .logo-wrapper:after{
     top:4px;
     background-size: 1050px 15px;
}
 .logo-wrapper:after, html.cgp-mobile .cgp-popup.cgp-options:after {
     background-image: url("//images.images4us.com/888Games_CGP/EN/logo-bg-1478185114699.png");
}
 app{
    display: block;
    position: relative;
}
 app input[type="checkbox"]{
    left: inherit;
    position: relative;
}
 app .pagination-container a,label{
    color:white;
}
 app .dynmaic-list input[type="checkbox"]{
    position: relative;
    left: -57px;
}
 .my-account.active{
    position:fixed
}
 .my-account span.congrats:before {
     background-image: url("//images.images4us.com/888Games_CGP/EN/profile_pic-my-account-1467185412779.png");
}
 .my-account .bankroll.actions:before {
     background-image: url("//images.images4us.com/888Games_CGP/EN/bankroll-1467185288889.png");
}
 header{
    -webkit-overflow-scrolling: touch;
}
 .cgp-overlay.cgp-overlay-base{
    z-index:261;
}
/*help*/
 .right-tabs{
}
 .right-tabs .help {
     width: 460px;
}
 .help-list{
    margin: 10px 0 10px;
}
 .cgp-mobile .help-list {
     padding-left: 50px;
     box-sizing: border-box;
     margin: 0;
     border-top: 1px solid #e8e8e8;
     padding-left: 16px;
}
 .cgp-mobile .help-item .row.hide-after a{
    font-weight:900;
    text-decoration:underline
}
 .help-list.pensill-icon li{
    list-style:none;
    padding-left:25px;
     position: relative;
}
 .cgp-mobile .help-list.pensill-icon li {
     padding-top:15px;
     padding-bottom:15px;
     font-size: 1rem;
     border-bottom: 1px solid #e8e8e8;
     line-height: 0.8;
}
 .apple-id {
     background-position: -793px -599px;
     width: 70px;
}
 .help-list.pensill-icon li:before{
    content:"";
    display:block;
    width: 16px;
    height:20px;
    background-size:750px;
    position:absolute;
    left:0;
    top:0;
    background-position: 0 3px;
}
 .cgp-mobile .help-list.pensill-icon li:before{
    top:8px
}
 .help a:not(.close-tab){
    color: #3c003a;
    text-decoration: underline;
    font-weight:600;
}
 .cgp-mobile .help a:not(.close-tab){
    text-decoration:none;
    font-weight:300
}
 .cgp-mobile .header .menu .menu-item a {
    font-weight: 700;
    margin-left:16px;
}
 button#login_button_register:hover {
     background-color: #fff100;
     color: #3c003a;
}
 #cgp_login_buttons_layout button:active {
     background-color: #1e001d;
     color: #fff;
}
 html.cgp-mobile body .payment-icons-wraper a {
     font-size: 15px;
}
 html.cgp-mobile body .row.footer-links div {
     margin-top: 0;
}
/*footer safty icons*/
 .gamstop{
     width: 120px;
     background-position: -655px -568px;
}


.paymont-icon div .game-footer-safty-icone{
     display: inline-block;
     height: 50px;
     cursor: auto;
     margin: 0 1em 0 0;
     text-indent: -9000px;
     background-size: 984px;
     background-repeat: no-repeat;
     background-image: url(//imagesstg.images4us.com/888Games_CGP/EN/888games-current-sprite-1526552408427.png);
}
 .paymont-icon .neteller{
     background-position: -265px -542px;
     width: 81px;
}
 .paymont-icon .viza{
     background-position: 0px -542px;
     width: 66px;
}
 .paymont-icon .paypal{
     background-position: -166px -542px;
     width: 88px;
}
 .paymont-icon .webmoney{
     background-position: -443px -542px;
     width: 95px;
}
 .paymont-icon .bank-transfer{
     background-position: -545px -542px;
     width: 133px;
}
 .paymont-icon .diners-club{
     background-position: -709px -542px;
     width: 64px;
}


.footer-icon-for-uk-hide{
    display:none !important;

}

.footer-icon-for-noneuk-show{
   display:inline;

}
.paymont-icon{
      display:block;
}
.paymont-icon div{
      display:inline-block;
}
 .paymont-icon .flex-repeater{
     float:none !important;
    display:block;

}
.paymont-icon div.when-the-fun-stop-footer{
     width:100%;
     text-align:center;
     margin-top:15px;
     padding: 0;
}
.paymont-icon div.when-the-fun-stop-footer a{
     text-indent:0px;
     background-image:none;
     display:block;
     cursor: pointer;
}

.paymont-icon div.when-the-fun-stop-footer a.when-the-fun-stop-icon.logo {
    margin-top: 10px;
}

.paymont-icon div.when-the-fun-stop-footer a.when-the-fun-stop-icon.logo {
    margin-top: 10px;
}

 @media screen and (max-width: 1150px){
     .paymont-icon div.when-the-fun-stop-footer{
         text-align:left;
    }
     .paymont-icon div.when-the-fun-stop-icon logo{
         margin-top:10px;
    }
}
 @media screen and (max-width: 1024px){
     .paymont-icon div.when-the-fun-stop-footer{
         text-align:center;
         margin: 0 auto;
    }
    .paymont-icon div a.logo{
         width:auto;
    }
}
 
 @media screen and (min-width: 1025px){
     #cgp_login_buttons_layout button {
         border: solid 1px #fff;
    }
}
 @media screen and (max-width: 1024px){
    /*.back-to-top {
        bottom: 56px;
    }
    */
     .back-to-top.show {
        bottom: 10px;
    }
     .back-to-top.sticky {
        bottom: 1%;
    }
}
 @media screen and (max-width: 768px) {
     #cgp-login-btn{
        background-image:url("//images.images4us.com/888Games_CGP/EN/icon-1473149464796-1480591841592.png");
    }
     .login_buttons button#login_button_register {
        display: none;
    }
}
 .cgp-mobile.cgp-landscape .cgp-overlay.cgp-overlay-login-form div.cgp-overlay-content .cgp-login-component .cgp-rotate{
    background-image:url("//images.images4us.com/888Games_CGP/EN/rotate%20screen%20BG%20888games-1482054163726.png");
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
     background-position: center;
}
 .cgp-mobile .landscape-validation{
    background-image:url("//images.images4us.com/888Games_CGP/EN/rotate%20screen%20BG%20888games-1482054163726.png");
    background-size: cover;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    position:fixed;
    overflow:hidden;
    opacity: 0;
    z-index:-1;
     transition: opacity 0.3s ease-out;
}
 .cgp-mobile .landscape-validation:after{
    content:"";
    display:block;
    width:213px;
    height:134px;
    margin:15% auto 0;
     -webkit-animation: roll 3s infinite;
     animation: roll 3s infinite;
     -webkit-transform: rotate(30deg);
     transform: rotate(30deg);
     transform-origin: 50% 50%;
     background-image:url("data:image/png;
    base64,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") 
}
 @keyframes animationFrames{
     0% {
        transform: rotate(0deg) ;
    }
     50% {
        transform: rotate(90deg) ;
    }
     51% {
        transform: rotate(0deg) ;
    }
     100% {
        transform: rotate(0deg) ;
    }
}
 @-moz-keyframes animationFrames{
     0% {
        transform: rotate(0deg) ;
    }
     50% {
        transform: rotate(90deg) ;
    }
     51% {
        transform: rotate(0deg) ;
    }
     100% {
        transform: rotate(0deg) ;
    }
}
 @-o-keyframes animationFrames{
     0% {
        transform: rotate(0deg) ;
    }
     50% {
        transform: rotate(90deg) ;
    }
     51% {
        transform: rotate(0deg) ;
    }
     100% {
        transform: rotate(0deg) ;
    }
}
 @-webkit-keyframes animationFrames{
     0% {
        transform: rotate(0deg) ;
    }
     50% {
        transform: rotate(90deg) ;
    }
     51% {
        transform: rotate(0deg) ;
    }
     100% {
        transform: rotate(0deg) ;
    }
}
 @media all and (orientation:portrait) {
     html.cgp-mobile.cgp-landscape .landscape-validation {
        display: none;
    }
}
 @media all and (orientation:landscape) {
     html.cgp-mobile.cgp-landscape .landscape-validation{
         opacity:1;
         z-index:8003;
        /*z-index: 9009;
        */
    }
     .cgp-ios.cgp-tablet .landscape-validation{
         opacity:1;
         z-index:8003;
         display:block;
    }
    /*mac tablet*/
    /*hide in android tablet*/
    /*html.cgp-tablet .landscape-validation {
        display: none;
    }
    */
}
 @media screen and (min-width: 737px){
     .cgp-mobile .landscape-validation {
         display: none;
    }
     .cgp-tablet .landscape-validation {
         display: none;
    }
     .cgp-ios.cgp-tablet .landscape-validation{
         display:none;
    }
    /*mac tablet*/
}
 html body .cgp-rotate {
     display: none !important;
}
 @media screen and (max-width: 640px) {
     #reminderInfo {
        height:38vh;
        overflow:scroll;
        margin:15px 0;
        padding:0 15px;
    }
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
     #reminderInfo {
        height:33vh;
        overflow:scroll;
        margin:10px 0;
        padding:0 10px;
    }
}

   .cgp-open-session-component.cgp-loaded-open-session .cgp-msg-content{max-height:89px;}
.cgp-mobile .cgp-overlay-login-form .cgp-strip-btn-wrapper{height:26.5px;line-height:26.5px!important;}
.cgp-ios.cgp-mobile .cgp-overlay-login-form .cgp-strip-btn-wrapper{height:13.25px;line-height:13.25px!important;}
/*.cgp-pc .cgp-overlay-login-form .cgp-strip-btn-wrapper{height:45px;line-height:45px!important;}*/
.cgp-strip-close-overlay {height: 50px!important;top: 0!important;}
button.cgp-strip-close-btn {top: 10px;}
.cgp-overlay .cgp-strip-close-overlay .cgp-strip-btn-wrapper{height:100%;}

@-moz-document url-prefix() {
.cgp-mobile .cgp-overlay-login-form .cgp-strip-btn-wrapper{height:26.5px;line-height:26.5px!important;}
}
/*
.cgp-my_account-frame .cgp-strip-close-overlay:after, .cgp-cashier-frame-full .cgp-strip-close-overlay:after, .cgp-membership-frame .cgp-strip-close-overlay:after{
    content:"";
    height: 13px;
    background-color: #3c003a;
    display: block;
    position: relative;
    top: 40px;
}
*/
.cgp-my_account-frame .cgp-overlay-content{/*box-sizing: content-box;*/border:0px;}
.cgp-my_account-frame .cgp-strip-close-overlay:after{height:21px;}
/*
.cgp-my_account-frame .cgp-strip-close-overlay:after, .cgp-cashier-frame-full .cgp-strip-close-overlay:after, .cgp-membership-frame .cgp-strip-close-overlay:after{
    content: '';
    display: block;
    position: relative;
    border: 1px solid #3c003a;
     top: calc(100% + -1px);
    }
*/
.cgp-pc body:not(.is-safari) .cgp-overlay.cgp-overlay-popup:not(.cgp-overlay-login-form,body:not(.is-safari) .cgp-membership-frame) {box-sizing: content-box;}
/*--------------------------------- generic pop up message style --------------------------*/
.cgp-component .cgp-msg .cgp-btn-area.cgp-flex-row { display: block; }
/*-----------------------------------------------------------------------------------------*/

/*--------------------------------- Session message style ---------------------------------*/
.cgp-overlay.cgp-overlay-base div.cgp-overlay-content { background: #fff; }

.cgp-overlay .cgp-open-session-container .cgp-open-session-header {
    background-color: transparent;
    color: #3c003a;
    font-weight: bolder;
    padding: 15px 75px;
    font-size: 15px;
}

body:not(.is-safari) .cgp-open-session-component.cgp-loaded-open-session .cgp-open-session-games {
    text-align: center;
    width: auto !important;
    margin: 0;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li.cgp-open-session-game {
    color: white;
    text-align: center;
    text-decoration: none;
    float: none;
}

.cgp-overlay .cgp-open-session-container ::-webkit-scrollbar-button{ width:0; }

.cgp-overlay  .cgp-open-session-container ::-webkit-scrollbar{height: 5px;}

.cgp-open-session-component.cgp-loaded-open-session .cgp-open-session-games::-webkit-scrollbar-track{ background-color: #e7e7e7; }

.cgp-open-session-component.cgp-loaded-open-session .cgp-open-session-games::-webkit-scrollbar-thumb{ background-color: #3c003a; }

body .cgp-open-session-component-overlay .cgp-overlay-content { border-radius: 7px 7px 0 0; }

.cgp-open-session-component-overlay .cgp-button { margin: 35px 20px 20px 0; font-size: 12px; }

.cgp-open-session-container { min-height: 240px; }

html body .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li .cgp-game-session-thumbnail {
    min-width: 150px;
    min-height: 150px;
    left: -15px;
    top: 1px;
    position: relative;
}

html body .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li.cgp-open-session-game {
    background-color: #ece0ec;
    border-radius: 5px;
    height: 120px;
    width: 120px;
    overflow: hidden;
}

html body .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li.cgp-open-session-game { margin-bottom: 20px; }
html:not(.cgp-mobile) body.is-safari .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li.cgp-open-session-game { margin-bottom: -40px; }

html body .cgp-msg-content { padding: 20px 10px !important; }

.cgp-reminder-area div:nth-child(2){ width: 50%; position: relative; }

.cgp-reminder-area div:nth-child(2):before {
    content: "";
    display: block;
    width: 12px;height: 17px;
    position: absolute;
    right: 9px;
    top: 9px;
    background-position: -2545px -435px;
    z-index:0;
    -webkit-transform: rotate(90deg) scale(0.7);
    -ms-transform: rotate(90deg) scale(0.7);
    transform: rotate(90deg) scale(0.7);
    }

.cgp-reminder-area .cgp-select {
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #3c003a;
    font-size: 12px;
    font-weight: bold;color: #3c003a;
    height: 33px;
}

div#reminderInfo { width: 100%; }
div#reminderInfo:before { display: none; }

.cgp-open-session-component.cgp-loaded-open-session .cgp-msg-title { text-align: center; }
.cgp-open-session-component.cgp-loaded-open-session .cgp-msg-content { font-weight: bold; max-width: 400px; margin: 0 auto; }
.cgp-open-sessions-reminder { margin: 13px 0 13px 0; }

.cgp-mobile:not(.cgp-tablet) .cgp-msg .cgp-open-session-game-container ul.cgp-open-session-games{display:inline-block;width:calc(100% - 7px)!important;vertical-align:middle;text-align:center;white-space: inherit;}
.cgp-mobile:not(.cgp-tablet) .cgp-msg .cgp-open-session-game-container ul.cgp-open-session-games li{display:inline-block}
.cgp-mobile:not(.cgp-tablet) .cgp-open-session-game-container{overflow:auto!important;height:calc(100% - 210px)}
.cgp-mobile:not(.cgp-tablet) .cgp-open-session-game-container:after{content:"";width:1px;vertical-align:middle;display:inline-block;height:100%}
.cgp-mobile:not(.cgp-tablet) .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li:first-child{margin-left:20px}
html.cgp-mobile:not(.cgp-tablet) body .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li.cgp-open-session-game{width:130px;height:130px;margin-left:20px}
html.cgp-mobile:not(.cgp-tablet) body .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li .cgp-game-session-thumbnail{min-width:160px;min-height:160px;top:-2px}
.cgp-open-session-game-container::-webkit-scrollbar-track{background-color:#F5F5F5 !important;}
.cgp-open-session-game-container::-webkit-scrollbar{width:4px !important; background-color:#F5F5F5 !important;}
.cgp-open-session-game-container::-webkit-scrollbar-thumb{background-color:#000 !important;}
html.cgp-mobile li.cgp-open-session-game:nth-child(2n+1){ margin-left: 6px !important; }
.cgp-tablet :not(.cgp-mobile) .cgp-open-session-component-overlay.cgp-overlay div.cgp-overlay-content{ height:auto; }

/*---------------------------------------------------------*/

@media screen and (min-width: 479px){
.cgp-overlay.cgp-open-session-component-overlay .cgp-overlay-content{ width: 500px !important;height: 381px !important; }
html.cgp-tablet .cgp-msg .cgp-open-session-game-container ul.cgp-open-session-games{ width: auto !important; }
html.cgp-tablet .cgp-open-session-game-container{ overflow-y: hidden !important;overflow-x: auto !important;height: auto;min-height: 153px; }
html.cgp-mobile body .cgp-overlay .cgp-msg .cgp-open-session-game-container ul.cgp-open-session-games {
    width: auto !important;
    white-space: nowrap;
    display: block;
}
/*
html.cgp-mobile:not(.cgp-tablet) .cgp-open-session-game-container {
    overflow: auto!important;
    height: auto;
}
*/
html.cgp-mobile li.cgp-open-session-game:nth-child(2n+1) { margin-left: 20px !important; }

html.cgp-mobile li.cgp-open-session-game:first-child{ margin-left:0 !important; }

}

@media screen and (min-width: 600px){ .cgp-open-session-game-container { min-height: 153px; } }
/*---------------------------------------------------------*/



@media screen and (max-width: 320px){
	html.cgp-mobile:not(.cgp-tablet) body .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li.cgp-open-session-game{width:110px;height:110px;margin-left:20px;}
	html.cgp-mobile:not(.cgp-tablet) body .cgp-open-session-container .cgp-open-session-game-container .cgp-open-session-games li .cgp-game-session-thumbnail{min-width:130px;min-height:130px;top: 0px;left: -10px;}

.cgp-mobile .cgp-reminder-area { margin-top: 0; }
.cgp-mobile .cgp-remind-desc { margin: 0; }
.cgp-mobile div#reminderInfo { padding: 0;}
.cgp-mobile .cgp-reminder-buttons { margin: 0;}

}
/*---------------------------------------------------------------------------------------*/

/*--------------------------------- Regulation messages ---------------------------------*/

body .cgp-msg .cgp-msg-title, .cgp-popup.cgp-options .cgp-title {
    background-color: #3c003a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: left;
    padding-left: 25px;
    font-size: 15px;
    font-weight: bold;
    text-transform: inherit;
}

.cgp-popup.cgp-options{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.cgp-overlay-content{
    border: solid 1px #afa223;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(175,162,35,0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(175,162,35,0.75);
    box-shadow: 0px 0px 40px 0px rgba(175,162,35,0.75);
}

html body .cgp-overlay .cgp-overlay-content { border-top-left-radius: 8px; border-top-right-radius: 8px; background: #fff; }

div.cgp-remind-desc {
    color: #3c003a;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    text-align: left;
}

.cgp-popup.cgp-options .cgp-reminder-area {text-align: left;padding: 0 15px 0 25px;}

.cgp-reminder-area .cgp-reminder-text {
    margin-top: 0;
    color: #816b81;
}

.cgp-reminder-area .cgp-reminder-text a {color: #3c003a;}

.cgp-reminder-area .cgp-reminder-text a span {font-size: 13px;}


.cgp-reminder-buttons.cgp-grid {
    text-align: right;
    display: block;
}

button#btnReminderClose { background: #fff; }

.cgp-open-sessions-dismiss:not(.cgp-strip-close-btn) ,.cgp-open-session-container .cgp-open-sessions-reminder button.cgp-reminder-btn, 
.cgp-component .cgp-msg .cgp-msg-button, .cgp-options .cgp-reminder-buttons button, button.cgp-button.cgp-about-btn-close {
    background: #fff100;
    color: #3c003a;
    padding: 13px 28px 11px;
    border-radius: 8px;
    border: solid 1px #3c003a;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(135,135,135,0.9);
    -moz-box-shadow: 0px 1px 3px 1px rgba(135,135,135,0.9);
    box-shadow: 0px 1px 3px 1px rgba(135,135,135,0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 180px;
    font-weight: bold;
    text-transform: inherit;
}



.cgp-reminder-buttons.cgp-grid {
    text-align: right;
    display: block;
}

button#btnReminderClose { background: #fff; }
.cgp-external-link-frame div.cgp-overlay-content .cgp-strip-close-overlay{
    background: #3c003a;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #3c003a;
}
/*
.cgp-overlay-popup .cgp-overlay-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:40px;
  background: #3c003a;
  z-index: -1;
  border-radius: 8px 8px 0 0;
}
*/
.cgp-mobile .cgp-overlay-popup .cgp-overlay-content:before { display: none; }

/*.cgp-pc .cgp-cashier-frame-full .cgp-external-link-component { height: calc(100% + 40px); }*/

/*.cgp-cashier-frame-full .cgp-overlay-content { padding-top: 40px; }*/

.cgp-overlay .cgp-overlay-injected-helpers-close .cgp-btn-close-overlay {
    margin: 0;
    font-size: 0;
    right: 5px;
    top: 0px;
    left: inherit;
    padding: 0;
    background: none;
    text-indent: -9000px;
    overflow: hidden;
    cursor: pointer;
}

.cgp-forgot_password-frame  .cgp-external-link-component .cgp-btn-close-overlay, 
.cgp-forgot_username-frame  .cgp-external-link-component .cgp-btn-close-overlay { top: 10px; }

html body .cgp-overlay.cgp-forgot_password-frame .cgp-overlay-content, 
html body .cgp-overlay.cgp-forgot_username-frame .cgp-overlay-content {border-radius: 0;}

html.cgp-mobile .cgp-forgot_password-frame .cgp-btn-close-overlay,
html.cgp-mobile .cgp-forgot_username-frame .cgp-btn-close-overlay,
html.cgp-mobile .cgp-membership-frame .cgp-btn-close-overlay { display: none; }

div.cgp-overlay-login-form.cgp-overlay-login-form .cgp-overlay-content .cgp-btn-close-overlay, div.cgp-options-component .cgp-overlay-content .cgp-btn-close-overlay{
    top: 5px;
    right: 10px;
    z-index:1;
}
.cgp-open-session-container .cgp-open-sessions-reminder button.cgp-reminder-btn:active, .cgp-component .cgp-msg .cgp-msg-button:active, .cgp-options .cgp-reminder-buttons button:active { transform: scale(0.9); }


.cgp-options .cgp-reminder-buttons button {
    width: auto;
    min-width: 140px;
    text-transform: inherit;
    font-size: 15px;
    border: solid 1px #3c003a;
}

.cgp-reminder-buttons.cgp-grid {
    text-align: right;
    display: block;
}

button#btnReminderClose { background: #fff; }

.cgp-reminder-area .cgp-select option {
    background: #ededed;
    color: #3c003a;
}

.cgp-pc .cgp-reminder-text .cgp-plus-minus-button i:before, .cgp-pc .cgp-reminder-text .cgp-plus-minus-button i:before{
    background: #3c003a;
    height: 2px;
}
.cgp-pc .cgp-reminder-text .cgp-plus-minus-button i:before, .cgp-pc .cgp-reminder-text .cgp-plus-minus-button i:after{
    background: #3c003a;
    height: 2px;
}

.cgp-pc .cgp-reminder-text .cgp-plus-minus-button i{width: 8px;top: 2px;left: 2px;}

.cgp-more-info-title { color: #3c003a; display: inline-block;    border-bottom: 1px solid #3c003a;}
div.cgp-reminder-text span{    text-decoration: none;}
.cgp-reminder-text >div:not(.cgp-more-info-title){padding: 15px;line-height: 1.5em;}
/*
need to add v ^ to select
cant style the select option
*/

/*-----------------------------------------------------------------------------------*/

/*--------------------------------- error popup ---------------------------------*/

@media screen and (max-width: 640px){
   /*.cgp-overlay-content { height: auto !important; }*/
   .cgp-btn-area.cgp-flex-row { position: relative; }
    html.cgp-mobile .cgp-overlay-message.cgp-overlay div.cgp-overlay-content.cgp-overlay-content { height: auto; width: 94%; }
    .cgp-mobile .cgp-about-row .cgp-about-text-value { border-bottom: solid 1px #d8d6d6; }

html.cgp-mobile main.window ~ .cgp-overlay-login-form ~ .cgp-overlay-message.cgp-overlay-flat .cgp-overlay-content { height: 100%; width: 100%; }
html.cgp-mobile main.window ~ .cgp-overlay-login-form ~ .cgp-overlay-message.cgp-overlay-flat .cgp-overlay-content .cgp-btn-area.cgp-flex-row { position: absolute; }

}

@media screen and (max-width: 499px){
    .cgp-mobile .cgp-overlay.cgp-overlay-message.cgp-overlay-flat{
        /*
        height: 40% !important;
        width: 93% !important;
        */
        min-height: 240px;
        /*
        top: 26%;
        width: 94%;
        */
        margin: 0 auto;
        border-radius: 10px;
    }

/*body .cgp-msg { min-height: inherit; }*/

/*
    .cgp-mobile .cgp-overlay.cgp-overlay-message.cgp-overlay-flat:before {
        content: "";
        background-color: rgba(0,0,0,0.55);
        width: 130%;
        height: 300%;
        display: block;
        position: absolute;
        top: -50%;
        left: -10%;
    }
*/
    .cgp-mobile .cgp-overlay.cgp-overlay-message.cgp-overlay-flat:before {
        content: "";
        background-color: rgba(0,0,0,0.55);
        width: 300%;
        height: 300%;
        display: block;
        position: absolute;
        top: -100%;
        left: -70%;
    }

    .cgp-mobile .cgp-overlay.cgp-overlay-message.cgp-overlay-flat p.cgp-msg-content {
        text-align: left;
        font-size: 13px;
        color: #3c003a;
    }
}
/*-----------------------------------------------------------------------------------*/

/*--------------------------------- account details ---------------------------------*/
.cgp-about-row .cgp-about-text-value {
    display: inline-block;
    width: calc(100% - 10px);
    /* border-left: solid 3px #000; */
    /* border-bottom: solid 1px #d8d6d6; */
    /* min-height: 40px; */
    padding: 5px 0 0 10px;
    vertical-align: middle;
    /* height: 100%; */
    font-weight: bold;
    font-size: 0.9em;
}

.cgp-component .cgp-msg .cgp-msg-content, div.cgp-about-area {
    text-align: inherit;
    padding: 30px 24px;
}

.cgp-about-area {
    color: #3c003a;
}

.cgp-pc div.cgp-about-text-title{
    color: #888888;
    font-weight: normal;
    width: 100%;
    font-size: 14px;
    position: relative;
    left: -5px;
}

.cgp-about-row:first-child { float: left; }
.cgp-about-row:nth-child(2) { /*float: right;*/ display:none; }

.cgp-about-row {
    width: 50%;
    height: 70px;
    border-bottom: solid 1px #d8d6d6;
    position:relative;padding-left:5px
}
.cgp-about-row:after{content:"";display:inline-block;height: calc(100% - 22px);width:2px;vertical-align: middle;}
.cgp-about-row:before{content:"";background: #000;position:absolute;left:0; bottom:0;width:3px;height: calc(100% - 22px);}
.cgp-about-help a {
    color: #3c003a;
    font-weight: bold;
    text-decoration: underline;
}

.cgp-about-area .cgp-about-help {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

@media screen and ( max-width:640px ){
    html.cgp-mobile .cgp-about-row {width:100%;}
    html.cgp-mobile .cgp-about-row .cgp-about-text-value{font-size:15px;padding: 0 0 0 10px;line-height: 43px;margin: -4px 0 0 0; position: relative; left: -4px; }
    html.cgp-mobile .cgp-options-component.cgp-overlay div.cgp-overlay-content{height: 100%;background: #fff;}
    html.cgp-mobile .cgp-mobile .cgp-about-text-title{ font-size: 15px; font-weight: normal; color: #9a9a9a; position: relative; left: -6px; }
    html.cgp-mobile .cgp-about-row { margin-bottom: 30px; }
    html.cgp-mobile .cgp-options-component .cgp-msg .cgp-msg-title, html.cgp-mobile .cgp-options-component .cgp-popup.cgp-options .cgp-title { margin-top: 17%; background: #fff; color: #4f194d; }
    html.cgp-mobile .cgp-component .cgp-msg .cgp-msg-content, html.cgp-mobile div.cgp-about-area { padding: 25px 24px; }
    html.cgp-mobile .cgp-options-component .cgp-msg .cgp-msg-title, .cgp-popup.cgp-options .cgp-title:before {content: "";width: 100%;height: 50px;display: block;background-color: #3c003a;top: 0;left: 0;position: absolute;border-top-left-radius: 8px; border-top-right-radius: 8px; }
    html.cgp-mobile .cgp-popup.cgp-options:before{content:"";width: 120px;height: 100px;display: block;position: absolute;top: -17px;z-index: 11;left: 0;right: 0;margin: 0 auto;background-position: -617px -1005px;-ms-transform: scale(0.5, 0.5); /* IE 9 */-webkit-transform: scale(0.5, 0.5); /* Safari */transform: scale(0.45, 0.45);}
    .cgp-mobile .cgp-about-text-title { font-size: 15px; font-weight: normal; color: #9a9a9a; position: relative; left: -6px; }
    .cgp-about-row{ height: inherit; border:none; }
    html.cgp-mobile button.cgp-button.cgp-about-btn-close { width: 90%; }
    html.cgp-mobile .cgp-popup.cgp-options:after{
        content: '';
        background-repeat: no-repeat;
        left: 0;
        background-position: top center;
        position: absolute;
        width: 100%;
        height: 19px;
        margin-left: 0;
        margin-top: 44px;
        transition: opacity 0.5s ease-out,top 0.5s ease-out;
        z-index: 2;
        pointer-events: none;
        top:6px;
    }
    .cgp-about-row:before { display: none; }
    .cgp-about-text-value:before {
        content: "";
        background: #000;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 3px;
        height: 100%;
        top: 0;
    }
}


/*--------------------------------------------------------------------------------*/

/*--------------------------------- Global style ---------------------------------*/

.cgp-msg-title.show { max-height: 38px; }

.cgp-overlay-open main.window,.help-mode .page-container, .help-mode header{ 
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

.cgp-mobile .cgp-cashier-frame-full .cgp-overlay-content { padding-top: 0; }
.cgp-mobile .cgp-cashier-frame-full .cgp-btn-close-overlay { display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    html body .cgp-overlay { background: rgba(0,0,0,0.74); }
}

body .cgp-overlay { background: rgba(0,0,0,0.6); }

.cgp-overlay.cgp-overlay-base div.cgp-overlay-content { background: none; border-top-left-radius: 8px; border-top-right-radius: 8px; }

.cgp-overlay.cgp-overlay-base.cgp-overlay-flat.cgp-open-session-component-overlay .cgp-overlay-content { background: #fff; }

.cgp-component .cgp-msg .cgp-msg-button, button.cgp-button.cgp-about-btn-close{float: right;margin-right: 25px;font-weight: 800;box-shadow: 0px 4px 0px -1px #c4b2c4;-webkit-box-shadow: 0px 4px 0px -1px #c4b2c4;}

.cgp-component .cgp-msg .cgp-msg-content, .cgp-about-area{text-align:inherit;padding: 30px 24px;}

.cgp-msg .cgp-msg-title, .cgp-popup.cgp-options .cgp-title {
    background-color: #3c003a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: left;
    padding-left: 25px;
    font-size: 15px;
    font-weight: bold;
}

.cgp-overlay-content .cgp-msg-title {
    background: #3c003a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 38px;
}

/*
.cgp-overlay-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #fff;
    border: solid 1px #afa223;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(175,162,35,0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(175,162,35,0.75);
    box-shadow: 0px 0px 40px 0px rgba(175,162,35,0.75);
}
*/

.cgp-open-session-container .cgp-open-sessions-reminder button.cgp-reminder-btn:active,
 .cgp-component .cgp-msg .cgp-msg-button:active,
 .cgp-options .cgp-reminder-buttons button:active, button.cgp-button.cgp-about-btn-close:active { transform: scale(0.9); }

html body .cgp-overlay-gamewindow .cgp-overlay-content, 
.cgp-overlay-login-form .cgp-overlay-content, 
.cgp-membership-frame .cgp-overlay-content,
.cgp-cashier-frame-deposit .cgp-overlay-content,
.cgp-cashier-frame-full .cgp-overlay-content{
    box-shadow:none;
    border:none;
}

.cgp-open-sessions-reminder { height: 50px; }

/*-- register --*/
.cgp-membership-frame .cgp-btn-close-overlay { top: -33px !important; }
/* .cgp-overlay-popup.cgp-membership-frame .cgp-overlay-content:before{ top:-35px !important; } */
/*-- deposit --*/
.cgp-cashier-frame-deposit .cgp-btn-close-overlay { top: -39px !important; }
.cgp-overlay-popup.cgp-cashier-frame-deposit .cgp-overlay-content:before{ top:-40px !important; }

@media (max-width:1400px){ .cgp-overlay-popup.cgp-membership-frame .cgp-overlay-content:before { z-index: 0;} }
@media screen and (max-width: 768px){
    /*-- register --*/
    .cgp-membership-frame .cgp-btn-close-overlay { top: -0px !important; } 

    /*-- deposit --*/
    .cgp-cashier-frame-full .cgp-overlay-content { padding-top: 0px; }
    .cgp-cashier-frame-full .cgp-btn-close-overlay { top: 0px !important; }
    .cgp-cashier-frame-deposit .cgp-btn-close-overlay { top: 0 !important; }

    /*-- cashier --*/
    .cgp-cashier-frame-deposit .cgp-overlay-content {margin-top: 80px !important; }
    .cgp-cashier-frame-deposit .cgp-btn-close-overlay { top:-39px !important; }
    .cgp-cashier-frame-full .cgp-btn-close-overlay { top:-19px !important; }
}

/*----------------------------------------------------------------------------------*/
   /*from here*/
.cgp-layout-form-popup .cgp-login-fields .cgp-login-form-title {
  margin: 0;
  padding: 0;
  background: #3b0039;
  border-bottom: solid 3px #cccccc;
  box-sizing: content-box;
}
.cgp-overlay.cgp-overlay-popup.cgp-overlay-flat.cgp-overlay-login-form .cgp-overlay-content { border-radius: 3px; }

.cgp-overlay.cgp-overlay-popup div.cgp-overlay-content { background: #e8e8e8; }
.cgp-mobile .cgp-overlay.cgp-overlay-popup div.cgp-overlay-content{margin-top: 0;}
.cgp-mobile .cgp-my_account-frame .cgp-btn-close-overlay { display: none; }

.cgp-login-component .cgp-login-fields h2.cgp-login-form-title {
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin:0;
  background-color: #3c003a;
  border-radius: 0;
}

.cgp-layout-form-popup .cgp-login-fields .cgp-form input {
  border-left: 2px solid #000;
}

div#recaptcha div { margin: 16px 0 -20px 0; }

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-form {
  width: 60%;
  min-width: 324px;
  padding-top: 23px;
}

@media (max-width: 382px) {
  .cgp-mobile .cgp-overlay div.cgp-overlay-content .cgp-layout-form-popup .cgp-login-fields .cgp-form { min-width: 270px; }
}

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container .cgp-register-header {
  height: 35px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: transparent;
  width: 183px;
  top: -31px;
  background-image: url("//images.images4us.com/888Games_CGP/EN/thone%20BGlogin%20Pc-1476340935819.png");
}

.cgp-layout-form-popup .cgp-login-fields .cgp-register-container .cgp-register-header p {
  margin-bottom: 0;
  color: #2a0729;
}

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li input[type=text],
.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li input[type=password] {
  height: 46px;
  background-position: 13px 12px;
  width: 100%;
  max-width: inherit;
  padding-left: 3rem;
  border-bottom: 1px solid #cacaca;
  box-shadow: none;
  border-left: 3px solid #3c003a;
  font-size: 16px;
}

a#cgp-forgot-username-link, a#cgp-forgot-password-link { text-transform: uppercase; }

input#cgp-field-username { padding-left: 48px; background-position: 17px 13px; }
input#cgp-field-password { padding-left: 48px; line-height: 48px; }

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-login-btn {
  width: 60%;
  max-width: inherit;
  margin: 40px auto 120px;
}

.cgp-mobile:not(.cgp-tablet) .cgp-overlay div.cgp-overlay-content .cgp-layout-form-popup .cgp-login-fields .cgp-login-btn { margin-bottom: 8%; }

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-login-btn #submit_login {
  margin: 17px 0;
  height: 46px;
  background-color: #fef135;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
  border: solid 2px #7e6521 !important;
}

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container .cgp-register-content button {   
  height: 46px; margin-top: 15px; width: 60%; color: #2a0729; display: block; margin: 0 auto; 
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
  position: relative;
  border: solid 2px #3c003a;
}

.cgp-login-component .cgp-layout-form-popup.cgp-form-authentication-failed .cgp-login-fields .cgp-form ul li input {
  color: #ff0048;
  border-left: 2px solid #ff0048;
}

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container .cgp-register-footer { padding: 0; }

.cgp-login-component .cgp-layout-form-popup.cgp-form-authentication-failed .cgp-login-fields .cgp-login-form-title {
  background-color: #ff0048;
}

.cgp-login-component .cgp-layout-form-popup.cgp-form-authentication-failed .cgp-login-from-error-msg {
  color: #ff0048;
  padding: 0;
  display: block;
  max-width: 336px;
}

.cgp-layout-form-popup .cgp-login-fields .cgp-login-btn .cgp-user-credentials-helper {
  font-size: 14px;
  color: #3c003a;
}


.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container .cgp-register-content, .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container .cgp-register-footer {
  background-color: #e8e8e8;
  height: 60px
}

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-login-btn .cgp-user-credentials-helper #cgp-forgot-password-link, .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-login-btn .cgp-user-credentials-helper #cgp-forgot-username-link {
  color: #3c003a;
}

.cgp-login-btn .cgp-rememberme label { color: #2a0729; }

.cgp-form-language.cgp-hide-pc { display: none !important; }

@media screen and  (min-width:740px)  and (orientation:landscape){
  .cgp-overlay.cgp-overlay-login-form div.cgp-overlay-content {width: 558px;border-radius: 0;overflow: hidden;}
}
@media screen and  (min-width:600px) and (max-width:1024px) and (orientation:portrait){
.cgp-login-scroll-wrapper{overflow: hidden !important;}
.cgp-login-scroll-wrapper > div:not(.cgp-register-container){max-width: 480px !important;margin-left:auto;margin-right:auto}
.cgp-register-content{max-width: 560px !important;margin-left:auto;margin-right:auto}
.cgp-tablet .cgp-login-scroll-wrapper{padding-top:10%}
.cgp-tablet .cgp-login-btn{margin:10% auto 20% !important}
.cgp-legal-info{text-align:center;margin: 0 !important;}
.cgp-tablet .cgp-user-credentials-helper{margin-bottom:15%}
.cgp-form ul li{margin-right:0 !important;padding-right: 0!important;width: 100% !important;}
}
@media screen and (max-width: 768px){

  .cgp-mobile .cgp-overlay div.cgp-overlay-content .cgp-login-component .cgp-layout-form-popup .cgp-login-fields  .cgp-login-btn { /*margin: -15px auto 60px;*/ margin: 32px auto 30px auto;}
  .cgp-mobile .cgp-overlay .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container{height: 50%;}

  .cgp-mobile .cgp-overlay div.cgp-overlay-content .cgp-login-component .cgp-layout-form-popup .cgp-register-container .cgp-register-footer hr {
    margin: 0 auto;
    display: block !important;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #fff;
  }

  .cgp-mobile .cgp-overlay div.cgp-overlay-content .cgp-login-component .cgp-layout-form-popup .cgp-register-container .cgp-register-footer .cgp-legal-info {
    margin-top: 20px !important;
    display: block;
    margin-left: 7.5%;
  }

  /*div#recaptcha div { margin: 0px 0 23px 0; }*/
}

.cgp-component form.cgp-login-fields { height: auto; }

html.cgp-mobile:not(.cgp-tablet) .cgp-overlay div.cgp-overlay-content .cgp-login-component .cgp-layout-form-popup .cgp-login-fields { position: static; padding-bottom: 0; }

.cgp-login-component .cgp-rememberme input { float: left; }

.cgp-register-header span {
  line-height: 39px;
  color: #3c003a;
}

.cgp-login-component .cgp-login-btn .cgp-rememberme label{
  position:relative;
  float:left;
  left: 17px;
  font-size: 12px;
  font-weight: 600;
}

.cgp-login-component .cgp-login-btn .cgp-rememberme label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #2d012b;
  z-index: 0;
  left: -30px;
  border-radius: 4px;
}

.cgp-login-component .cgp-login-btn .cgp-rememberme label:after{
  content: '';
  width: 11px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: -25px;
  border: 2px solid #fef135;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cgp-login-component .cgp-login-btn .cgp-rememberme input{visibility: hidden;}

.cgp-login-component .cgp-login-btn .cgp-rememberme input[type=checkbox]:checked + label:after {
  opacity: 1;
}

html.cgp-mobile .cgp-overlay div.cgp-overlay-content .cgp-layout-form-popup .cgp-login-fields .cgp-login-btn .cgp-user-credentials-helper { margin: 32px 0 15px; }

html body .cgp-forgot_password-frame .cgp-btn-close-overlay:before { top: -4px; right: 4px; }
html body .cgp-forgot_username-frame .cgp-btn-close-overlay:before { top: -4px; right: 4px; }
html.cgp-mobile body .cgp-forgot_password-frame .cgp-btn-close-overlay:before,
html.cgp-mobile body .cgp-forgot_username-frame .cgp-btn-close-overlay:before { top: 9px; }
div#recaptcha { position: relative; left: -1px; }

div#recaptcha iframe {
    border: solid 1px #ffffff;
    border-radius: 4px;
    position: relative;
    padding: 0 !important;
}

/*--------------------- password field style ---------------------*/

/*-- chrome only --*/
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
   input#cgp-field-password {  line-height: 20px; }
   .cgp-form ul li:last-of-type:after {bottom: 1px;}
   html.cgp-pc body .cgp-login-fields input[type="password"] { font-size: 45px !important; letter-spacing: -6px; }
   .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li:last-child:before, .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li:last-child:after{content: "";position: absolute;display: block;width: 98%;height: 12px;background: #fff; right: 0px; pointer-events: none;}
   .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li:last-child:before { top: 0px; }
   .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li:last-child:after { bottom: 1px;}
}

/*-- password style for explorer --*/
@media all and (-ms-high-contrast:none){ *::-ms-backdrop, html.cgp-pc body .cgp-login-fields input[type="password"] { font-size: 24px !important; letter-spacing: 0px; line-height:30px} /* IE11 */  }
*::-ms-backdrop, input#cgp-field-password { line-height: inherit; }

/*-- password style for firefox --*/
@-moz-document url-prefix() { html.cgp-pc body .cgp-login-fields input[type="password"] { font-size: 25px !important; letter-spacing: 0; } }

.cgp-mobile.cgp-ios input#cgp-field-password { line-height: inherit; }

html.cgp-pc body .cgp-login-fields input[type="password"]::-webkit-input-placeholder { position:relative; top:-10px !important; font-size:16px !important; letter-spacing:0; }
html.cgp-pc body .cgp-login-fields input[type="password"]:-moz-placeholder { position:relative; top:-10px !important; }
html.cgp-pc body .cgp-login-fields input[type="password"]::-moz-placeholder { position:relative; top:-10px !important; font-size:16px !important;}
html.cgp-pc body .cgp-login-fields input[type="password"]:-ms-input-placeholder { position:relative; font-size:16px !important; letter-spacing:normal; }

/*-- password style for safari --*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
    html.cgp-pc input#cgp-field-password{ line-height: 12px; font-size:27px; }
    html.cgp-pc body .cgp-login-fields input[type="password"]::-webkit-input-placeholder { top:8px !important; }
}}

/*--------------------- /password field style ---------------------*/

.cgp-overlay-injected-helpers-close .cgp-btn-close-overlay { color: transparent !important; }

.cgp-overlay .cgp-btn-close-overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: -351px -344px;
    top: 1px;
    background-size: 1200px;
    position: relative;
    /*zoom: 0.7;*/
    background-repeat: no-repeat;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.cgp-login-btn .cgp-loading {
    color: #3c003a;
    top: -30px;
    font-size: 12px;
    position: relative;
}

.cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container {

  /*position: absolute;*/
  width: 100%;
  bottom: -2px;
  height: 130px;
  left: 0;
  background: #e8e8e8;
}

@media only screen and (min-width:1200px) and (max-width: 1400px) and (orientation: landscape){
/*
    .cgp-overlay.cgp-overlay-popup div.cgp-overlay-content {
        -ms-transform: scale(0.8 ,0.8); /* IE 9 */
        -webkit-transform: scale(0.8 ,0.8); /* Safari */
        transform: scale(0.8 ,0.8);
    }
*/
/*    .cgp-overlay .cgp-strip-close-overlay{height:34px!important;}*/
}

@media only screen and (max-width: 739px){
  .cgp-mobile .cgp-overlay .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container {height: 40%;}
}

@media only screen and (max-height: 675px){
  .cgp-mobile .cgp-overlay .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container {height: 40%;}
  .cgp-overlay.cgp-overlay-popup.cgp-overlay-flat.cgp-overlay-login-form { overflow: scroll; }
}

@media only screen and (max-height: 657px){
  .cgp-mobile .cgp-overlay .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container {height: 30%;}
}

@media only screen and (max-height: 566px){
  .cgp-mobile .cgp-overlay .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container {height: 20%;}
}

@media only screen and (max-height: 500px){
  .cgp-mobile .cgp-overlay .cgp-login-component .cgp-layout-form-popup .cgp-login-fields .cgp-register-container {height: 15%;}
}

@media screen and (max-width: 400px){
    html.cgp-mobile .cgp-overlay div.cgp-overlay-content .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li { width: 95%; max-width: 302px; }
    html.cgp-mobile .cgp-overlay div.cgp-overlay-content .cgp-layout-form-popup .cgp-login-fields .cgp-form ul li{width: 101%;}
}
   .game-container-big {
        width: 362px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    height: 346px;
    background-size: 362px;
}

.white-popup {height: 100%;width: 100%;text-align: center;}

.white-popup:after {
        content: "";
    display: inline-block;
    width: 2px;
    height: 80%;
    vertical-align: middle;
}

.white-popup .game-container-big span.data {
    display: block;
    position: relative;
    top: -61px;
}

.white-popup .game-container-big span.data-hover a:last-of-type {
    color: #FFF100;
    display: block;
    font-weight: 700;
    font-size: 19px;
    text-decoration: underline;
    top: 50px;
    position: relative;
}

.cgp-ios .white-popup .game-container-big span.data-hover a:last-of-type {top:10px;}

.white-popup .game-container-big span {
    display: block;
    top: -30px;
    position: relative;
}

.white-popup .game-container-big span span:first-child {
    color: #3a0038;
    font-size: 22px;
    font-weight: 600;
}

.white-popup .game-container-big span span:last-child {
    background: #8e647c;
    color: #fef135;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    padding: 0 10px;
}

.game-container .label.Hot,.game-container .label.New,.game-container-big .label.New,.game-container-big .label.Hot {
    top: 4px;
    right: 7px;
    position: absolute;
    width: 70px;
    height: 67px;
    zoom: 0.8;
 z-index: 10;
}

.game-container-big .label.New{ background-position: -848px -110px; }

.game-container-big .label.Hot {
    top: -12px;
    height: 81px;
    background-position: -772px -94px;
}

.white-popup .game-container-big span.data-hover a:first-of-type {
    background: #fef135;
    padding: 17px;
    min-width: 260px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 900;
    color: #370039;
    display: inline-block;
    border: solid 1px #f7f5ee;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(205, 204, 201, 0.7);
    -moz-box-shadow: 0px 3px 0px 0px rgba(205, 204, 201, 0.7);
    box-shadow: 0px 3px 0px 0px rgba(205, 204, 201, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.cgp-external-link-component iframe { padding-top: 40px; }*/

.white-popup .game-container-big span.data-hover a:first-of-type:active { transform: scale(0.9); }

.mfp-content .game-container-big span.data.has-jackpot .title {
    font-size: 22px;
}

.mfp-content .game-container-big span.data.has-jackpot .jackpot {
    font-size: 20px;
    top: -30px;
}

.game-container-big .label { background: none; }

.mfp-bg.mfp-ready ~ .mfp-wrap a.play-real, .mfp-bg.mfp-ready ~ .mfp-wrap a:last-child { pointer-events: auto; }
body .mfp-wrap a.play-real, body .mfp-wrap a:last-child { pointer-events: none; }

@media screen and (max-width: 600px){ .game-container-big{ top:0; } }

@media (max-width: 400px) {
    .game-container-big{ max-width: 235px; background-size: 100%; max-height: 223px; }
     html body .white-popup .game-container-big span.data-hover a:first-of-type { min-width: 230px; margin-top: 20px; }
    .mfp-content .game-container-big span.data.has-jackpot .title {font-size: 18px;}
    .mfp-content .game-container-big span.data.has-jackpot .jackpot {font-size: 17px;}
    .white-popup .game-container-big span.data{top: -21px;}
    .game-container-big .label.Hot{ background-position: -764px -94px; }
    .mfp-content .image-holder{width:90%;margin-left:5%}
    .white-popup .game-container-big span span:first-child { font-size: 17px; }
}

@media (max-width: 320px) {
   .game-container-big { max-width: 235px; }
.white-popup .game-container-big span.data-hover a:first-of-type { min-width: 230px; }
}
   nav.cgp-navbar {
    background: #3c003a;
    height: 65px;
    position: relative;
    z-index: 3;
}

nav.cgp-navbar #login_button_register {
    display: inline-block;
    float: left;
    line-height: 14px;
    border-radius: 30px;
    padding: 0 20px;
    width: auto;
}

nav.cgp-navbar .cgp-navbar-gamemode-toggles {
    position: relative;
    top: 18px;
    margin: 0 auto;
    width: inherit;
    width: initial;
}

nav.cgp-navbar .cgp-switch-gamemode {margin: 0;}
.cgp-navbar-window-actions { float: right; }


.cgp-overlay-content,.cgp-switch-gamemode ul:before{
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    border-radius:0;
}
.cgp-switch-gamemode ul{ position:relative;}
.cgp-switch-gamemode ul:before{content: "";background: #fef135;width: 100%;height: 65px;display: block;position: absolute;top: -20px;z-index: 0;}
.cgp-switch-gamemode ul:after{content: "";background: #3c003a;width: 100%!important;height: 8px!important;display: block;position: absolute;z-index: 0;bottom: -45px;}
.cgp-switch-gamemode .cgp-switch-gamemode-checkbox:checked+ul:before{ background:#220020;}

nav.cgp-navbar .cgp-switch-gamemode li:not(.cgp-switch-toggle){margin: 0;position: relative;/* min-width: 132px; *//* max-width: 132px; *//* border: solid 1px red; */min-width: 110px;}
nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1){padding-left: 80px;}
nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3){padding-right: 80px;}
nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1):before{content:"";width: 109px;height: 64px;position: absolute;left: -1px;top: -19px;background-position: -1099px -530px;z-index: 1;}
nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3):before{content:"";width: 109px;height: 64px;position: absolute;right: -1px;top: -19px;background-position: -1229px -530px;z-index: 1;}
nav.cgp-navbar .cgp-switch-gamemode li:not(.cgp-switch-toggle):before{content:"";pointer-events: none;}
nav.cgp-navbar li.cgp-switch-toggle {margin: 0 15px;}

nav.cgp-navbar #cgp_login_buttons_layout button#cgp-login-btn {
    color: #3C003A;
    background-color: #FFF100;
    padding: 7px 25px;
    float: right;
    border-radius: 30px;
    width: auto;
    text-indent: inherit !important;
    background-image: none;
    height: 30px;
}

.cgp-game-window-navigation-panel button.cgp-cashier.cashier-btn { border-radius: 25px; padding: 8px 16px 6px!important; margin-top: -2px; }

.cgp-game-window-navigation-panel button.cgp-cashier.cashier-btn:hover {
    color: #FFF100 !important;
    background-color: #640061 !important;
}

#cgp-login-btn:active, #cgp-login-btn:hover { color: #FFF100 !important; background-color: #640061 !important;}
/*
@media (hover: none) {
    #cgp-login-btn:hover {
         color: #3C003A !important;
         background-color: #FFF100 !important;
    }
}
*/
nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1):before, nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3):before, .cgp-navbar .cgp-navbar-info ul li.cgp-navbar-age div a, nav.cgp-navbar .cgp-navbar-window-actions ul li button {
    background-image: url("//images.images4us.com/888Games_CGP/EN/cgp-sprite-1479027023159.png")!important;
}

nav.cgp-navbar .cgp-switch-gamemode:before {
    content: "";
    width: 100%;
    height: 64px;
    display: block;
    position: absolute;
    top: -19px;
}

nav.cgp-navbar .cgp-flex-wrapper .cgp-navbar-info ul li>div {
    border: none;
    margin: 0;
    padding: 0;
}

nav.cgp-navbar .cgp-navbar-info ul li.cgp-navbar-age div a {
    width: 36px;
    height: 36px;
    display: block;
    background-image: none !important;
    color: #fff;
    background: #000;
    border-radius: 20px;
    line-height: 28px;
    font-size: 13px;
}

nav.cgp-navbar .cgp-navbar-info ul li.cgp-navbar-age div a:hover {
    margin: 0;
    color: #fff !important;
    font-weight: normal;
}

nav.cgp-navbar li.cgp-navbar-clock {
    padding: 10px 0 0 0;
    margin: 0;
}

nav.cgp-navbar .cgp-navbar-login {
    display: block;
    width: 220px;
}

nav.cgp-navbar .cgp-navbar-user-actions {
    flex-grow: inherit;
    margin-left: 10%;
    flex-basis: inherit;
}

nav.cgp-navbar .cgp-navbar-window-actions { flex: 1; padding: 0; }

nav.cgp-navbar .cgp-navbar-window-actions ul { padding-right: 10px; }

nav.cgp-navbar .cgp-navbar-window-actions ul li button {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

nav.cgp-navbar .cgp-navbar-window-actions ul li:nth-child(1) button{
    width: 22px;
    height: 64px;
    background-position: -1837px -422px;
    background-image: none !important;
}
nav.cgp-navbar .cgp-navbar-window-actions ul li:nth-child(3) button{
    width: 27px;
    height: 64px;
    background: #3c003a;
    background-position: -1715px 21px !important;
    transition: none;
    transform: none;
}

.cgp-full-screen nav.cgp-navbar .cgp-navbar-window-actions ul li:nth-child(3) button {
    background-position: -1676px 21px !important;
}

li.cgp-divider { display: none; }

nav.cgp-navbar .cgp-flex-wrapper 
.cgp-navbar-window-actions ul li button.game-panel-close-btn { height: 63px; background: none; }

.cgp-navbar .cgp-navbar-window-actions ul li {margin: 0;}
/*.cgp-navbar .cgp-navbar-window-actions ul li:first-of-type { margin-right: 13px; }*/

.cgp-navbar .cgp-navbar-window-actions ul li:last-child { margin: 0; margin-right: 40px; }

body .cgp-navbar .cgp-navbar-game-info .cgp-navbar-game-session { color: #80557e; }

.cgp-navbar div.cgp-navbar-toggle-wrapper{
position:static !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    z-index: 100;
 }

@media (max-width:1400px){
	nav.cgp-navbar div.cgp-navbar-user-actions{
	margin-left:0;
	min-width:0
	}
	nav.cgp-navbar div.cgp-navbar-user-actions{ width:auto; }
}

@media (max-width: 959px){ body #bankroll > div span:first-of-type, .loggedin-welcome .greeting, .loggedin-welcome img, .loggedin-cashier { display: block; } }
@media screen and  (max-width: 970px) { .cgp-navbar .cgp-navbar-window-actions ul li:last-child{ margin-right: 16%; } }

@media screen and (max-width: 904px){
    .cgp-navbar-info {
        flex: 0.2 !important;
        width: 84px;
        min-width: 84px;
        max-width: 84px;
    }
    body nav.cgp-navbar .cgp-navbar-window-actions { flex: 0.4; }
}

@media (max-width: 790px){ 
  .cgp-navbar .cgp-navbar-window-actions ul li:last-child{ margin-right: 10%; } 
   nav.cgp-navbar .cgp-navbar-login { width: 140px; }
}

.cgp-navbar-info {flex: 0.6; min-width:90px;}

nav.cgp-navbar .cgp-navbar-info ul li { margin-left: 11%; float: left; }

nav.cgp-navbar li.cgp-switch-toggle span.cgp-switch-modes:after {content: "";/*border: solid 1px #744c72;background-color: #3c003a;height: 24px;border-radius: 20px;*/pointer-events: none;}

nav.cgp-navbar .cgp-switch-gamemode ul li.cgp-switch-toggle label {

    overflow: inherit;
    border: solid 1px #744c72;
    background-color: #3c003a;
    height: 24px;
    border-radius: 20px;
}

nav.cgp-navbar .cgp-switch-gamemode ul li.cgp-switch-toggle label .cgp-switch-icon {
    background: #fff;
    height: 23px;
    width: 23px;
    border: 0;
    right: 17px;
}

.cgp-game-window .cgp-game-window-content-body {height: calc(100% - 65px);}

nav.cgp-navbar .cgp-navbar-game-info {flex-grow: 0.6;}

.cgp-game-window {
    border-radius: 20px !important;
    border: solid 2px #71136e !important;;
    overflow: hidden;
    z-index:99;
    height: 100%;
}

.cgp-game-window.cgp-game-anonymous {border: solid 2px #fef135 !important;}

.cgp-navbar .cgp-navbar-game-info .cgp-navbar-game-name { font-size: 14px; }


.cgp-game-anonymous  nav.cgp-navbar .cgp-switch-gamemode ul li.cgp-switch-toggle label .cgp-switch-icon{
    background: #fef135 !important;
    border: solid 1px #3c003a;
    height: 26px;
    width: 26px;
    top: -1px;
    right: -3px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.65);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.65);
}

.cgp-game-anonymous  nav.cgp-navbar .cgp-switch-gamemode ul li.cgp-switch-toggle label{
    border: solid 1px #3c003a;
    height: 26px;
    top: -2px;
}

.cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li span{
     -webkit-transition-property: color, text;
     -webkit-transition-duration: 0.2s, 0.5s;
     -webkit-transition-timing-function: linear, ease-in;
     -moz-transition-property: color, text;
     -moz-transition-duration: 0.5s;
     -moz-transition-timing-function: linear, ease-in;
     -o-transition-property: color, text;
     -o-transition-duration: 0.5s;
     -o-transition-timing-function: linear, ease-in;
}

.cgp-stripe-component .cgp-stripe { width: 95%; margin: 0 auto; line-height: 37px; padding-top: 10px; }

nav.cgp-navbar .cgp-navbar-window-actions ul li:nth-child(3) button{}

.cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li span {color: #3c003a;}
.cgp-switch-gamemode .cgp-switch-gamemode-checkbox:checked+ul li span { color:#fff !important}
.cgp-switch-gamemode .cgp-switch-gamemode-checkbox:checked+ul li.cgp-switch-real span { color:#fff !important}
.cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li.cgp-switch-real{color:yellow;letter-spacing: -0.4px;}
.cgp-game-anonymous .cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li.cgp-switch-real{letter-spacing: 0px;}
.cgp-game-anonymous .cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li.cgp-switch-anonymous{letter-spacing: -0.5px;}

/*--- shlomi test ---*/
.cgp-mobile .cgp-overlay.cgp-overlay-gamewindow { z-index: 9000; }
.cgp-mobile .cgp-overlay.cgp-overlay-message { z-index: 9003; }


/*-- disable open game popup on pc --*/
/*
.cgp-pc .mfp-bg.mfp-ready, .cgp-pc .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready { display: none !important; }
.cgp-pc .mfp-bg.mfp-ready ~ main.window {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}
*/

/*-------- Media queryes --------*/
@media screen and  (max-width: 1200px) { 
nav.cgp-navbar .cgp-navbar-user-actions {margin-left: 0;width: 220px;flex-basis: inherit;flex: 1;}
nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1){padding-left: 60px;}
nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3){padding-right: 60px;}
.cgp-navbar .cgp-navbar-game-info .cgp-navbar-game-name,nav.cgp-navbar div#cgp_login_buttons_layout button {font-size: 12px;}
html body .cgp-switch-gamemode ul li { font-size: 13px; }
nav.cgp-navbar .cgp-navbar-window-actions { flex: 0.6; }
.cgp-navbar .cgp-navbar-window-actions ul li:last-child { margin-right: 10px; }
.cgp-switch-gamemode .cgp-switch-gamemode-checkbox:checked+ul label .cgp-switch-icon {right: 17px;}

     /*.cgp-navbar div#cgp_login_buttons_layout { display: flex; }*/
    .cgp-navbar #cgp_login_buttons_layout button { margin: 0; padding: 7px 15px !important; min-width: auto; }
    .cgp-navbar #cgp_login_buttons_layout button:last-of-type {  margin-left: 15px; }  
}

@media screen and (max-width: 1050px){
html body .cgp-switch-gamemode .cgp-switch-gamemode-checkbox:checked+ul label .cgp-switch-icon { right: 17px; }
}


@media screen and (max-width: 1024px){
   
    nav.cgp-navbar .cgp-navbar-game-info { min-width: 180px; }
    html body .cgp-navbar .cgp-navbar-game-info .cgp-navbar-game-name{ font-size: 14px; }
    html body button.cgp-cashier.cashier-btn { font-size: 12px; }
    html body nav.cgp-navbar .cgp-navbar-login { width: 100%; }

    html body nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1) {padding-left: 20px;min-width: 100px;}
    html body nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1):before {width: 35px;width: 50px;transform: scale(1,1.22);-ms-transform: scale(1,1.22);-webkit-transform: scale(1,1.22);background-position: -1138px -533px;}
    html body nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3) {padding-right: 30px;min-width: 70px;width: 83px;}
    html body nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3):before {width: 50px;transform: scale(1,1.3);-ms-transform: scale(1,1.3); /* IE 9 */-webkit-transform: scale(1,1.3); /* Safari */background-position: -1246px -534px;}
    
    span.cgp-switch-modes { width: 40px !important; max-width: 50px; }
    .cgp-navbar div.cgp-navbar-toggle-wrapper { overflow: hidden; }

   _:-ms-fullscreen, :root .cgp-navbar .cgp-navbar-window-actions ul li:first-of-type{ margin-right:0; }
   @-moz-document url-prefix() { .cgp-navbar .cgp-navbar-window-actions ul li:last-child { margin-right: 0 !important; } }

    .cgp-mobile .cgp-game-window { border-radius: 0 !important; border: none !important; }

    .cgp-stripe-component .cgp-stripe {
        width: 100%;
        padding:0 10px;
        margin: 0 auto;
        line-height: 37px;
        padding-top: 10px;
        /*background-color: rgba(0,0,0,0.65);*/
        -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 20px 4px rgba(0,0,0,0.6);
        box-shadow: 0 0 20px 4px rgba(0,0,0,0.6);
        z-index: 0;
    }
}

@media screen and  (max-width: 1050px) {
    nav.cgp-navbar li.cgp-switch-toggle {margin: 0 5px;}
    nav.cgp-navbar .cgp-navbar-info ul li {margin-left: 5px;}
    .cgp-navbar-info { flex: 0.4; }
    nav.cgp-navbar .cgp-navbar-login{width: 185px;}
    nav.cgp-navbar #cgp_login_buttons_layout button#cgp-login-btn {padding: 7px 15px;}
}

@media screen and  (max-width: 950px) {
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1):before{content:"";width: 80px;background-position: -1119px -530px;}
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3):before{content:"";width: 80px;background-position: -1249px -530px;} 
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1){padding-left: 50px;}
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3){padding-right: 50px;}
    
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1) span,
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3) span { display: block; }
    
    nav.cgp-navbar div#cgp_login_buttons_layout button {font-size: 10px;}
    nav.cgp-navbar .cgp-flex-wrapper .cgp-navbar-info ul li>div {font-size: 11px;}
    button.cgp-navbar-game-fullscreen-btn, li.cgp-navbar-game-close { zoom: 0.84; }
    li.cgp-navbar-age { zoom: 0.; }

    @-moz-document url-prefix() { .cgp-navbar .cgp-navbar-window-actions ul li:first-of-type{ margin-right:0; } }
}

@media screen and  (max-width: 900px) {
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1):before
    {content:"";width: 70px;background-position: -1119px -530px;}
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3):before
    {content:"";width: 70px;background-position: -1249px -530px;} 
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(1){padding-left: 40px;}
    nav.cgp-navbar .cgp-switch-gamemode li:nth-child(3){padding-right: 40px;}
    nav.cgp-navbar .cgp-navbar-login{ width: 160px;}
    nav.cgp-navbar #cgp_login_buttons_layout button#cgp-login-btn,#login_button_register {padding: 7px 10px;}
    .cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li span{ font-size: 13px !important; }
    nav.cgp-navbar .cgp-switch-gamemode li:not(.cgp-switch-toggle) { min-width: 110px; }

    .cgp-navbar-info{min-width: 90px;max-width: 90px;width: 90px;}
    
/*
    nav.cgp-navbar #cgp_login_buttons_layout button#cgp-login-btn, #login_button_register {
        min-width: 85px;
        max-width: 85px;
        font-size: 10px;
    }
*/
    .login_buttons button {
        font-size: 10px;
    }
    }
    li.cgp-switch-toggle {margin: 0 5px !important;}

}

@media screen and (max-width: 883px){
     nav.cgp-navbar .cgp-navbar-game-info { min-width: inherit; }   
}

@media screen and  (max-width: 850px) {
    .cgp-navbar .cgp-navbar-game-info .cgp-navbar-game-name { font-size: 10px !important; }
    .cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li span { font-size: 12px !important;}
    nav.cgp-navbar .cgp-navbar-info ul li.cgp-navbar-age div a { zoom: 0.7; }
    nav.cgp-navbar li.cgp-navbar-clock{ padding-top:5px;}
    .cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li.cgp-switch-real { letter-spacing: -0.412px; }
    .cgp-game-anonymous .cgp-switch-gamemode .cgp-switch-gamemode-checkbox+ul li.cgp-switch-anonymous{letter-spacing: -0.563px;}
    html body button.cgp-cashier.cashier-btn { font-size: 10px; }
}   

@media screen and  (max-width: 768px) {
    .cgp-game-window.cgp-game-anonymous { border: none !important; border-radius: 0 !important; }
}

@media only screen and (min-width:650px) and (max-width: 750px){
    .game-container .label.Hot, .game-container .label.New {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        right: 5px;
        top: -5px;
    }
}

@media screen and  (max-height: 800px) { .cgp-game-window .cgp-game-window-content-body { height: calc(100% - 60px); } }
/*@media screen and  (max-height: 665px) { .cgp-game-window .cgp-game-window-content-body { height: auto; } }*/
@media screen and  (max-height: 665px) and (min-height: 640px) { .cgp-game-window .cgp-game-window-content-body { height: 100; } }

@media screen and (max-height: 650px) and (orientation : landscape) and (-ms-high-contrast: none), (-ms-high-contrast: active){
        .cgp-game-window { overflow:inherit;}
        nav.cgp-navbar{ border-top-left-radius: 18px; border-top-right-radius: 18px; }
}

/*
@media (max-width: 640px) {
  .cgp-mobile .cgp-game-window { border: none !important; }
  .cgp-mobile .cgp-game-window-content-body .cgp-game-iframe-container iframe { padding: 10px; }
}
*/


   /*** General Classes ***/
.transparent-black-bg { background: rgba(0, 0, 0, 0.55); }
.yellow-text { color: #f9ed1f; }
.font-weight-normal { font-weight: normal; } 
.font-weight-demibold { font-weight: 600; }
.font-weight-black { font-weight: bold; }
.font-weight-ultra { font-weight: 800; }
.font-family-888 { font-family: '888'; }
.font-family-bello { font-family: 'bello-pro'; }

/*** Header & Footer Dynamic Offer ***/
.dynamic-offer-container span:first-of-type { float: none; }
.my-account .dynamic-offer-container span:first-of-type { left: 0; }
.yellow-medium-text {
font-size: 60px;
line-height: 1.2;
font-weight: 800;
color: #f9ed1f;
}
.my-account .dynamic-offer-container span:first-of-type { text-align: center; }
.my-account .offer-top-container .yellow-big-text { font-size: 40px; }
.my-account-right .dynamic-offer-container .single-offer .white-text { font-size: 1.4em; }
.my-account-right .my-account-right { font-size: 35px;  }
.my-account-right .yellow-medium-text { font-size: 35px; }
.my-account .tc { height: 35px; }

/*** USA Blocked Message ***/
.StickyMSG {
display: table;
width: 100%;
height: 60px;
padding: 2%;
position: fixed;
bottom: 0px;
margin-bottom: 0px;
text-align: center;
color: #3c003a;
background: #FFF100;
z-index: 9999;
}
.StickyMSG p { display: table-cell; vertical-align: middle; line-height: 1.3; font-size: 16px; }
.StickyMSG a { text-decoration: underline; font-weight: bold; color: #3c003a; }

nav.cgp-navbar .cgp-flex-wrapper 
.cgp-navbar-window-actions ul li button{
    box-shadow: none;
}