body {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-size: 14px;
    margin: 0 auto;
    color: #191919;
    background: #000;
    height: 100vh;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}


/** Header **/

.t-header {
    position: relative;
    z-index: 2;
}

.time-bar {
    background: #361258;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
}

.header-top {
    background: linear-gradient(to bottom, #361258 0%,#53126c 50%,#761286 100%);
    border-bottom: 1px solid #004661;
    background-size: cover;
    height: auto;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-bottom {
    background: #161a20;
    color: #FFF;
}

.social-link-wrapper {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    padding: 15px 0 6px;
}

.social-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    align-items: center;
}

.smlink {
    background: #010619;
    border-radius: 25px;
    padding: 4px 6px;
    text-align: center;
}

.smlink a {
    display: inline-block;
    max-width: 23px;
    margin: 0 2px;
    text-align: center;
}

.smlink a:hover {
    filter: grayscale(1);
}

.header-sec {
    padding: 13px 0 10px;
    display: flex;
    justify-content: flex-end;
    flex-direction:column;
}

.login-form {
    display: flex;
    flex-direction:column; gap:8px;
    margin: 0;
}

.login-form .login-top { display:flex; gap:8px }
.login-form .login-btm { display:flex; justify-content:space-between; align-items:center }
.login-form a { color:#ffffff }

.log-field {
    align-self: center;
    width: 100%;
    background: #120023;
    border: 1px solid #747474;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    position: relative;
}

input.log_input {
    background: none;
    border: none;
    width: 75%;
    padding: 0;
    padding-right: 5px;
}

input.log_input:focus {
    outline: none;
    box-shadow: none;
}

input.log_input::placeholder {
    color: #fff;
}

.forgot {
    color: #fff;
    font-size: 12px;
    align-self: center;
    font-weight: 500;
    position: absolute;
    width: 25%;
    text-align: center;
    border: 1px solid #747474;
    background: #313131;
    border-radius: 5px;
}

.forgot:hover {
    color: #b940f2;
}

button.login-btn {
    margin: auto;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    transition: 0.3s;
    border: 1px solid #b940f2;
    background: #1dace7;
    background: linear-gradient(to bottom, #361258 1%, #761286 55%, #361258 100%);
    border-radius: 5px;
}

button.login-btn:focus,
button.join-btn:focus {
    outline: none;
}

button.login-btn:hover,
button.join-btn:hover {
    filter: drop-shadow(0 0 3px rgb(255, 255, 255, 0.5));
    transform: scale(0.97);
    transition: 0.3s;
}

button.join-btn {
    margin: auto;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    transition: 0.3s;
    background: #3e434a;
    background: -moz-linear-gradient(top, rgba(62, 67, 74, 1) 0%, rgba(40, 45, 52, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(62, 67, 74, 1) 0%, rgba(40, 45, 52, 1) 100%);
    background: linear-gradient(to bottom, rgba(62, 67, 74, 1) 0%, rgba(40, 45, 52, 1) 100%);
    padding: 5px;
    width: 100%;
    border: 1px solid #747474;
    border-radius: 5px;
}

.lang-box {
    align-self: center;
}

.lang-btn {
    background: transparent;
    border: 1px solid transparent;
}

.lang-btn:focus {
    outline: none;
}

.lang-btn.dropdown-toggle::after {
    color: #fff;
}

.dropdown-menu.language {
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.7);
    min-width: auto;
    border: none;
}

.dropdown-menu.language a {
    padding: 1px 5px;
}

.dropdown-menu.language a:hover {
    background: transparent;
}

.dropdown-menu.language a:hover img {
    filter: drop-shadow(0px 0px 2px #fff);
}

.product-logo {
    display: block;
}

.product-logo img {
    height: 88px;
    margin: 0px auto;
}

.menu-product a:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
    background: #161a20;
    color: #ffffff;
    border: 1px solid #74e9fd;
}

.menu-product-title {
    color: #74e9fd;
    display: flex;
    border-bottom: 1px solid #74e9fd;
    height: 40px;
    align-items: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    position: relative;
    height:330px; overflow:auto
}

.menu-grid .menu-product {
    width: 100%;
}


/************************************* NAV MENU CSS ************************************/

.menuWrapper.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.menuWrapper {
    width: 100%;
    height: auto;
    font-weight: 400;
    font-family: 'Ropa Sans', sans-serif;
    background: linear-gradient(to bottom, #ffffff 0%,#f827fc 24%,#0659dd 68%,#0767fc 92%,#0048bb 100%);
}

.menupart {
    width: 1140px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.menupart>ul>li {
    display: inline-block;
}

.menupart>ul>li.active,
.menupart>ul>li:hover {
    background: rgb(0 0 0 / 40%);
    border-top: none;
    border-bottom: none;
	border-radius:20px;
}

.menupart>ul>li.active>a>span,
.menupart>ul>li:hover>a>span {
    border-right: none;
    border-left: none;
	color:#fff200;
}

.menupart>ul>li:hover>.megamenu .megamenu-character {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menupart>ul>li:hover>.megamenu .menu-product {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu-product:nth-child(2) {
    animation-delay: 200ms;
}

.menu-product:nth-child(3) {
    animation-delay: 300ms;
}

.menu-product:nth-child(4) {
    animation-delay: 400ms;
}

.menu-product:nth-child(5) {
    animation-delay: 500ms;
}

.menu-product:nth-child(7) {
    animation-delay: 600ms;
}

.menu-product:nth-child(8) {
    animation-delay: 700ms;
}

.menu-product:nth-child(9) {
    animation-delay: 800ms;
}

.menu-product:nth-child(10) {
    animation-delay: 900ms;
}

.menupart>ul>li>a {
    xfont-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: grid;
    padding:0px 20px!important
}

.menupart>ul>li>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2f91dc;
}

.menupart>ul>li>.icon {
    padding: 8px 16px 3px 16px;
}

.menupart>ul>li>a>span {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
}

.menupart>ul>li>a img {
    padding-bottom: 5px;
    margin: 0 auto;
}

.wsmenu-list li:last-child a {
    padding: 10px 0;
}

.slider-sec {
    position: relative;
}

.announce-sec {
    background: #00000080;
    height: 45px;
    color: #fff;
    font-size: 13px;
    margin-top: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    align-items: center;
    display: flex;
}

.announce-sec i {
    color: #74e9fd;
    font-size: 21px;
    padding: 5px;
}

.horn-icon {
    width: 10%;
    display: flex;
    align-items: center;
}

.announce-sec marquee {
    width: 90%;
}

.horn-icon span {
    color: #74e9fd;
    padding: 5px;
    font-size: 15px;
}

.notice-wrapper {
    display: flex;
    align-items: center;
}

.menu-in>ul>li>a {
    border-right: none !important;
    border-left: none !important;
}

.product-logo {
    display: grid;
    text-align: center;
    background: #1d1b1c;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}


/* GAME LOBBY */

.slots-sec {
    background: url(../images/index-games-bg.jpg)no-repeat top center;
    padding: 0;
    overflow: hidden;
    background-size: cover;
}

.slots-sec .slide-container {
    max-width: 1380px;
}

.slots-charac {
    position: relative;
    width: 65%;
}

.slots-content {
    width: 35%;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.slot-content .container {
    max-width: 1200px;
}

.slots-wrapper {
    z-index: 1;
    position: relative;
}

.slots-wrapper a {
    display: block;
    z-index: 1;
    margin: 0 auto;
}

.slots-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 104px;
    height: 104px;
}

.slots-wrapper a:hover>.close_img {
    opacity: 0;
}

.slots-wrapper a:hover>.open_img {
    opacity: 1;
    transform: scale(1);
}

.slots-wrapper a .open_img {
    opacity: 0;
}

.slots-box.actives a>.close_img {
    opacity: 0;
}

.slots-box.actives a>.open_img {
    opacity: 1;
    transform: scale(1);
}

.rows1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 100px 0;
}

.rows2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: auto;
}

.slots-box {
    position: relative;
    width: 100%;
}

.stt {
    margin-top: 130px;
}

.open_img {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.close_img {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.slots-logo p {
    color: #fff;
    font-size: 12px;
}

.slots-desc a {
    background: linear-gradient(to bottom, #361258 1%, #761286 55%, #361258 100%);
    padding: 10px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0px -3px 1px 1px #8800a3;
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}


/* CASINO */

.casino-sec {
    background: url(../images/index-casino.jpg)no-repeat top center;
    padding: 0;
    height: 693px;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 10px 20px;
}

.slick-slide img {
    width: 30%;
    margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    background: #1e1e1e;
}

.slick-dotted .slick-current img {
    transform: scale(1.1);
    opacity: 0;
}

.casino-sec .slick-slide .slick-current {
    margin: 20px;
}

.casino-sec {
    position: relative;
}

.casino-sec .casino-title {
    text-align: center;
}

.casino-sec .middle_img img {
    text-align: center;
    z-index: 99;
    position: absolute;
    left: -17px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.casino-sec .center.slider {
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 10;
}

.casino-sec .slider {
    width: 70%;
}

.casino-sec .slick-slide {
    margin: 0;
}

.casino-sec .slick-prev::before {
    content: '<';
    padding: 30px 5px;
    color: #e2dc92;
    background: linear-gradient(to bottom, #f1e767 0%, #161a20 0%, #1f1f1f 50%, #161a20 100%);
    border: 1px solid #414141;
}

.casino-sec .slick-next::before {
    content: '>';
    padding: 30px 5px;
    color: #e2dc92;
    background: linear-gradient(to bottom, #f1e767 0%, #161a20 0%, #1f1f1f 50%, #161a20 100%);
    border: 1px solid #414141;
}

.casino-sec .slick-dots {
    display: none;
}


/* FOOTER */


/*contact_layer*/

.contact_layer {
/*    background: #101010;*/
    padding-top: 25px;
    padding-bottom: 25px;
}

.contact_layer .col-3 a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details {
    display: grid;
}

.contact_layer .p-1 {
    color: #a5a5a5;
}

.contact_layer .p-2 {
    color: #6c0e98;
}

.contact_layer .p-2:hover {
    color: #b940f2;
}

footer {
    background: linear-gradient(to bottom, #170b3d 0%, #261575 100%);
}

.partner-list {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
	filter: grayscale(1);
	list-style:none;
}

.partner-list li {
    padding-left: 10px;
    padding-right: 10px;
}

.partner-list li a img:hover {
    transition: all 0.4s;
    transform: scale(1.1);
    filter: brightness(0.5);
}

.partner-list img {
    max-width: 100px;
}

.footer-link-copyright {
/*    background: linear-gradient(to right, #361258 1%, #761286 55%, #361258 100%);*/
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.footer-right a {
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

.copyright-line:last-child {
    border-right: none;
}

.footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #6d6d6d;
}

.footer-copyright span {color: #b940f2;}

/****************sport*****************/

.sport-bg {
    background: url(../images/sport-wb.jpg)no-repeat center top;
    max-height: 780px;
}

.mod-sport {
    max-height: 871px;
    transition: all .2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
}

.lobby-platform {
    background-repeat: no-repeat;
    -webkit-transition: all 0.50s ease-in;
    -moz-transition: all 0.50s ease-in;
    -o-transition: all 0.50s ease-in;
    -ms-transition: all 0.50s ease-in;
    transition: all 0.50s ease-in;
}

.lobby-platform.sport-plat li a {
    height: 250px;
}

.sport-plat {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 465px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}

.btn-play {
    position: absolute;
    background: linear-gradient(to bottom, #361258 1%, #761286 55%, #361258 100%);
    display: block;
    padding: 10px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0px -3px 1px 1px #8800a3;
    text-align: center;
    width: 200px;
    bottom: 350px;
}

.btn-play:hover {
    text-decoration: none;
    color: #fff;
}

.mod-sport.wb-active {
    background-image: url(../images/sport-wb.jpg);
}

.mod-sport.ts-active {
    background-image: url(../images/sport-tbs.jpg);
}


.lobby-platform.sport-plat .wb-platform {
    background: url(../images/icon-sport-wb.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}

.lobby-platform.sport-plat .ts-platform {
    background: url(../images/icon-sport-ts.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}

.wb-platform,
.ts-platform {
    transition: all .5s;
    cursor: pointer;
}

.wb-platform:hover,
.ts-platform:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 0.75rem #761286);
}


/* CASINO */

.casino-bg {
    background: url(../images/casino-sb.jpg)no-repeat center top;
    max-height: 780px;
}

.mod-casino {
    max-height: 780px;
    transition: all .2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
}

.lobby-platform {
    background-repeat: no-repeat;
    -webkit-transition: all 0.50s ease-in;
    -moz-transition: all 0.50s ease-in;
    -o-transition: all 0.50s ease-in;
    -ms-transition: all 0.50s ease-in;
    transition: all 0.50s ease-in;
}

.lobby-platform.casino-plat li a { }

.casino-plat {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 465px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}

.mod-casino.sb-active {
    background-image: url(../images/casino-sb.jpg);
}

.mod-casino.dg-active {
    background-image: url(../images/casino-dg.jpg);
}

.lobby-platform.casino-plat .sb-platform {
    background: url(../images/icon-casino-sb.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}

.lobby-platform.casino-plat .dg-platform {
    background: url(../images/icon-casino-dg.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}


.sb-platform,
.dg-platform {
    transition: all .5s;
    cursor: pointer;
    list-style:none
}

.sb-platform:hover,
.dg-platform:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 0.75rem #761286);
}

/* SLOT */

.slot-bg {
    background: url(../images/slots-cg.jpg)no-repeat center top;
    max-height: 780px;
}

.mod-slot {
    max-height: 780px;
    transition: all .2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
}

.lobby-platform {
    background-repeat: no-repeat;
    -webkit-transition: all 0.50s ease-in;
    -moz-transition: all 0.50s ease-in;
    -o-transition: all 0.50s ease-in;
    -ms-transition: all 0.50s ease-in;
    transition: all 0.50s ease-in;
}

.lobby-platform.slot-plat li a {
    height: 250px;
}

.slot-plat {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 400px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}

.mod-slot.ttg-active {
    background-image: url(../images/slots-cg.jpg);
}
.mod-slot.gs-active {
    background-image: url(../images/slot-gs.jpg);
}
.mod-slot.ev-active {
    background-image: url(../images/slot-ev.jpg);
}
.mod-slot.jdb-active {
    background-image: url(../images/slot-jdb.jpg);
}
.mod-slot.jk-active {
    background-image: url(../images/slot-jk.jpg);
}
.mod-slot.l22-active {
    background-image: url(../images/slot-22.jpg);
}

.lobby-platform.slot-plat .ttg-platform {
    background: url(../images/icon-slots-cg.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}

.lobby-platform.slot-plat .gs-platform {
    background: url(../images/icon-slot-gs.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}
.lobby-platform.slot-plat .ev-platform {
    background: url(../images/icon-slot-ev.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}

.lobby-platform.slot-plat .jdb-platform {
    background: url(../images/icon-slot-jdb.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}
.lobby-platform.slot-plat .jk-platform {
    background: url(../images/icon-slot-jk.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}

.lobby-platform.slot-plat .l22-platform {
    background: url(../images/icon-slot-22.png) no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 250px;
}


.ttg-platform,
.gs-platform,
.ev-platform,
.jdb-platform,
.jk-platform,
.l22-platform
{
    transition: all .5s;
    cursor: pointer;
}

.ttg-platform:hover,
.gs-platform:hover,
.ev-platform:hover,
.jdb-platform:hover,
.jk-platform:hover,
.l22-platform:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 0.75rem #761286);
}

/* FISH */

.fish-bg {
    background: url(../images/bg-fish.jpg)no-repeat center top;
    height: 652px;
    display: flex;
    align-items: center;
    position: relative;
}

.fish-animation {
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-fish1 img {
    transition: all .5s;
}

.btn-fish1 img:hover {
    transform: scale(1.2);
    z-index: 2;
    filter: drop-shadow(0 0 0.75rem #761286);
}

.btn-fish2 img {
    transition: all .5s;
}

.btn-fish2 img:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 0.75rem #761286);
}

.btn-fish3 img {
    transition: all .5s;
}

.btn-fish3 img:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 0.75rem #761286);
    z-index: 2;
}

.bubble {
    position: absolute;
}


/* * BUBBLES KEYFRAMES */

*/ @-webkit-keyframes animateBubble {
    0% {
        margin-top: 500px;
    }
    100% {
        margin-top: -10%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 500px;
    }
    100% {
        margin-top: -10%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 500px;
    }
    100% {
        margin-top: -10%;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 50px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 50px;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 50px;
    }
}


/* BUBBLES ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 34%;
    top: 42%;
    background: url("../images/fishing/bubble-1.png")no-repeat center;
    width: 73px;
    height: 105px;
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 22%;
    top: 67%;
    background: url("../images/fishing/bubble-2.png")no-repeat center;
    width: 109px;
    height: 118px;
}

.x3 {
    -webkit-animation: animateBubble 40s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 40s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 40s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 33%;
    top: 40%;
    background: url("../images/fishing/bubble-3.png")no-repeat center;
    width: 57px;
    height: 61px;
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: url("../images/fishing/bubble-4.png")no-repeat center;
    width: 92px;
    height: 104px;
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    right: 35%;
    top: 50%;
    background: url("../images/fishing/bubble-5.png")no-repeat center;
    width: 43px;
    height: 62px;
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 1s ease-in-out infinite alternate;
    right: 31%;
    top: 0;
    background: url("../images/fishing/bubble-6.png")no-repeat center;
    width: 119px;
    height: 103px;
}

.x7 {
    -webkit-animation: animateBubble 27s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 27s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 27s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 28%;
    top: 70%;
    background: url("../images/fishing/bubble-3.png")no-repeat center;
    width: 57px;
    height: 61px;
}

.x8 {
    -webkit-animation: animateBubble 35s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 35s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 35s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: url("../images/fishing/bubble-7.png")no-repeat center;
    width: 25px;
    height: 24px;
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 16%;
    top: 50%;
    background: url("../images/fishing/bubble-7.png")no-repeat center;
    width: 25px;
    height: 24px;
}

.x10 {
    -webkit-animation: animateBubble 30s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 30s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 30s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: url("../images/fishing/bubble-1.png")no-repeat center;
    width: 73px;
    height: 105px;
}

.fish {
    position: absolute;
    max-width: 120px;
    top: 50%;
    animation: swim 1.5s, left-right 14s;
    -webkit-animation: swim 1.5s, left-right 14s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.fish-group {
    position: absolute;
    margin-top: 10%;
    top: 50%;
    animation: right-left 16s;
    -webkit-animation: right-left 16s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes swim {
    0% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes swim {
    0% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes left-right {
    0% {
        margin-left: -134px
    }
    90% {
        margin-left: 100%;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes left-right {
    0% {
        margin-left: -134px
    }
    70% {
        margin-left: 100%;
    }
    100% {
        margin-left: 100%;
    }
}

@-webkit-keyframes right-left {
    0% {
        right: 0
    }
    90% {
        right: 100%;
    }
    100% {
        right: 100%;
    }
}

@keyframes right-left {
    0% {
        right: 0
    }
    70% {
        right: 100%;
    }
    100% {
        right: 100%;
    }
}


/* POKER */

.poker-bg {
    background: url(../images/bg-qipai.jpg)no-repeat center top;
    height: 651px;
    display: flex;
    align-items: center;
}

.poker-wrapper {
    position: relative;
    display: flex;
    height: 651px;
    justify-content: space-around;
    align-items: center;
}

.btn-poker1 img {
    transition: all .5s;
}

.btn-poker1 img:hover {
    transform: scale(1.2);
    z-index: 2;
    filter: drop-shadow(0 0 0.75rem #761286);
}

.btn-poker2 img {
    transition: all .5s;
}

.btn-poker2 img:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 0.75rem #761286);
}


/* PROMOTION */

.promo-sec {
    background: #0b0b0b;
}

.mix {
    display: none;
}

.promo-annouce {
    position: inherit;
    margin-top: 0;
    padding: 30px;
}

.filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #161a20;
    margin-bottom: 20px;
}

.filter-menu-bar {
    display: flex;
}

.has-search {
    position: relative;
    margin: 0;
}

.has-search .form-control {
    padding-right: 12px;
    background: none;
    border: 1px solid #666a6b;
    width: 90%;
    height: 32px;
    margin: 0 auto;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #6c757d;
    right: 16%;
    top: -2px;
    font-size: 16px;
}

.card-promo {
    padding-bottom: 25px;
}

.card-body.promo {
    font-size: 12px;
    background: #00000061;
    color: #fff;
    text-align: left;
    padding: 20px;
}

.filter-menu-bar ul li a {
    position: relative;
}

.pmbox {
    cursor: pointer;
    border: none;
    color: #666a6b;
    border-radius: 0;
    display: block;
    padding: .5rem 1rem;
    position: relative;
}

.pmbox:hover:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000000;
}

.pmbox.active::after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000000;
}

.pmbox.active,
.pmbox:hover {
    background-color: #000;
    border: none;
    border-radius: 0;
    color: #fff;
}

.search-bar {
    display: flex;
    align-items: center;
}

.search-btn {
    padding: 7px;
    height: 28px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border: 1px solid #b940f2;
    background: linear-gradient(to bottom, #361258 1%, #761286 55%, #361258 100%);
    border-radius: 5px;
    color: #fff;
}

.promo-content {
    padding: 15px;
}

.promo-bx {
    padding: 5px 0px;
}

.text-yellow {
    color: #f9bb22;
}

.text_promotions {
    color: #fff;
}

.text_promotions ol {
    padding: 0;
    padding-left: 10px;
}

.promo-content .card-body {
    color: #fff;
    padding: 5px;
    border: 1px solid #74e9fd;
	background:#120023;
}

.promo-content .card-body h4 {
    font-size: 14px;
}

.promo-content .card-body ul {
    list-style: decimal;
}

.promo-table>tbody>tr>th {
    background: #bb0000;
    border: 1px solid #eeeeee;
    color: #ffffff;
    padding: 5px 10px;
    text-align: center;
    font-weight: normal;
}


/* SLOT */

.slot-nav {
    padding-top: 15px;
}

.slot-nav .nav-tabs {
    border: none;
    background: #121212;
}

.slot-nav .nav-tabs .nav-link {
    color: #606060;
    border: 1px solid #1b1b1b;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    text-align: -webkit-center;
}

.slot-nav .nav-tabs .nav-link img {
    filter: grayscale(1);
}

.slot-nav .nav-tabs .nav-item.show .nav-link,
.slot-nav .nav-tabs .nav-link.active {
    background: #232323;
    color: #fff;
    border-radius: 0;
    border: 1px solid #3f3f3f;
}

.slot-nav .nav-tabs .nav-item.show .nav-link img,
.slot-nav .nav-tabs .nav-link.active img {
    filter: none;
}

.slot-nav .nav-tabs .nav-link:focus,
.slot-nav .nav-tabs .nav-link:hover {
    background: #232323;
    color: #fff;
    border-radius: 0;
    border: 1px solid #1b1b1b;
}

.slot-nav .nav-tabs .nav-link:focus img,
.slot-nav .nav-tabs .nav-link:hover img {
    filter: none;
}

.slot-nav .nav-tabs .nav-item {
    border-radius: 0;
    width: 20%;
    text-align: center;
}

.slot-content .nav-tabs {
    background: #121212;
    border: none;
    padding: 10px 20px;
    margin-top: 5px;
    color: #fff;
}

.slot-content .nav-tabs .nav-item.show .nav-link,
.slot-content .nav-tabs .nav-link.active {
    background: #000;
    color: #fff;
    border: none;
}

.slot-content .nav-link {
    padding: 5px 15px;
    border-radius: 10px;
    border: none;
    color: #606060;
}

.slot-content .nav-tabs .nav-link:focus,
.slot-content .nav-tabs .nav-link:hover {
    border: none;
    background: #000;
    color: #fff;
}

.slot-bg {
    background: #0b0b0b;
}

.slot-content {
    padding-bottom: 10px;
}

.jackpot-pool {
    background: #121212;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jac-kpot {
    background: #121212;
    height: 120px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jac-kpot a:hover img {
    opacity: .8;
}

.slot-text {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
    margin-left: 25px;
    color: #fede9a;
}

.jiangchi {}

.jackpot-box .num-item {
    display: inline-block;
    float: left;
    height: 70px;
    width: 51px;
    line-height: 70px;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(to bottom, #464445 0%, #4f4f4f 51%, #262c3a 100%);
    border-right: 4px solid #121212;
    border-radius: 9px;
}

.jackpot-box {
    position: relative;
    display: flex;
    align-items: center;
}

.jackpot-box .num-item:nth-child(4n+0) {
    background: none;
    width: auto;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
}

.jackpot {}

.jackpot_gif {
    position: absolute;
    bottom: 40px;
    left: 390px;
    width: 415px;
    height: 122px;
}

.jackpot_figure {
    width: 500px;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    padding-top: 15px;
    color: #ffffff;
    text-shadow: #000 5px 4px 4px;
    font-weight: 800;
}

.jackpot-title {
    color: #b940f2;
    padding-right: 10px;
}

.slot-product {
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.568);
}

.mini-box:hover .overlay {
    opacity: 1;
}

.mini-box {
    position: relative;
    width: 100%;
    padding: 2px;
    background: #262626;
}

.btn-playmini {
    background: #dc0032;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-playmini:hover {
    color: #fff;
}

.slot-catergory {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    align-items: center;
}

.game-item .game-info {
    background: url(../images/game-item.jpg)no-repeat center;
    height: 74px;
    padding: 12px 8px;
}

.game-item .game-info .g_line1 a {
    color: #fff;
}

.game-item .game-info .g_line2 div {
    color: #aaa;
}

.game-item .game-info .g_line2 span {
    color: #b940f2;
}

.game-item [class*=" imghvr-"],
.game-item [class^=imghvr-] {
    width: 100%;
    background: none;
}

.game-item .game-info .g_title {
    font-size: 15px;
}


/* REGISTER */

.reg-body {
    max-width: 900px;
    border: 1px solid #74e9fd;
    background: #120023;
    margin: 20px auto;
}

.reg-box {
    max-width: 450px;
    padding: 15px;
    margin: 0 auto;
}

.reg-body .container {
    padding: 15px;
}

.reg-body .nav-tabs {
    border-bottom: none;
    justify-content: space-between;
    max-width: 330px;
    margin: 0 auto;
}

.reg-body .nav-tabs .nav-link {
    color: #b0afaa;
    border: none;
    border-bottom: 1px solid transparent;
    font-size: 25px;
}

.reg-body .nav-tabs .nav-item.show .nav-link,
.reg-body .nav-tabs .nav-link.active {
    background: none;
    color: #74e9fd;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #74e9fd;
}

.reg-body .nav-tabs .nav-link:focus,
.reg-body .nav-tabs .nav-link:hover {
    background: none;
    color: #74e9fd;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #74e9fd;
}

.reg-box .input-group-text {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: #fff;
    border-right: none;
}

.reg-box .input-group-text img {
    max-width: 30px;
}

.reg-box .form-control {
    height: 55px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none;
}

.reg-box .input-group>.custom-select:not(:last-child),
.reg-box .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none;
}

.veri-code {
    position: absolute;
    right: 60px;
    top: 8px;
}

.form-desc {
    color: #fff;
    font-size: 11px;
    width: 100%;
    padding: 5px 32px 0;
}

.btn-reg-reg {
    background: #581498;
    border-radius: 25px;
    width: 30%;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    padding: 15px;
}

.btn-refresh {
    position: absolute;
    right: 20px;
    top: 12px;
    background: none;
    font-size: 20px;
    border: none;
}

.reg-des {
    color: #fff;
    font-size: 11px;
    width: 78%;
    margin: 0 auto;
    margin-top: 10px;
}

.info-bg {
    /* padding: 15px; */
}

.info-bg .container {
    max-width: 1070px;
}

.info-nav {
    background: #000000;
    max-width: 1200px;
    padding: 15px;
    margin-top: 20px;
}

.info-nav .nav-tabs {
    justify-content: center;
    border-bottom: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.info-nav .nav-item {
    position: relative;
}

.info-nav .nav-link {
    text-align: center;
    border-radius: 0;
    margin: 0 10px;
    border-radius: 6px;
    padding: 15px;
    border: none;
}

.info-nav .nav-item:nth-child(1)::before {
    content: none;
}

.info-nav .nav-item::before {
    content: "";
    height: 120px;
    background: #101010;
    width: 1px;
    position: absolute;
    top: 15px;
}

.info-nav .nav-tabs .nav-item.show .nav-link .info-main-title,
.info-nav .nav-tabs .nav-link.active .info-main-title {
    color: #74e9fd;
}

.info-nav .nav-tabs .nav-item.show .nav-link .info-sub-title,
.info-nav .nav-tabs .nav-link.active .info-sub-title {
    color: #74e9fd;
}

.info-nav .info-main-title {
    font-size: 15px;
    color: #595959;
    margin-bottom: 10px;
    margin-top: 15px;
}

.info-nav .info-sub-title {
    font-size: 12px;
    color: #595959;
}

.info-nav .nav-tabs .nav-item.show .nav-link,
.info-nav .nav-tabs .nav-link.active {
    background: #120023;
    border: none;
    color: #8c6d1b;
}

.info-nav .nav-tabs .nav-link:focus,
.info-nav .nav-tabs .nav-link:hover {
    background: #120023;
    border: none;
}

.info-nav .nav-tabs .nav-link:focus .info-main-title,
.info-nav .nav-tabs .nav-link:hover .info-main-title {
    border: none;
    color: #74e9fd;
}

.info-nav .nav-tabs .nav-link:focus .info-sub-title,
.info-nav .nav-tabs .nav-link:hover .info-sub-title {
    border: none;
    color: #74e9fd;
}

.info-content {
    background: #000000;
    padding: 40px;
}

.contact-tab {
    background: #120023;
    border: 1px solid #141414;
    list-style: none;
    padding: 10px;
}

.contact-info-title {
    border-bottom: 1px solid #484848;
}

.contact-info-title span {
    background: linear-gradient(to bottom, #761286 0%, #361258 70%, #761286 100%);
    border-radius: 10px;
    color: #fff!important;
    text-align: center;
    padding: 5px;
    display: block;
    margin: 7px;
}

.contact-info-details {
    color: #b940f2;
    border-bottom: 1px solid #484848;
    text-align: center;
    padding: 10px;
    margin: 5px;
}

.contact-info-details:last-child {
    border-bottom: none;
}

.contact-tab li i {
    font-size: 20px;
    margin-right: 20px;
}

.info-wrapper {
    border: 1px solid #74e9fd;
    background: #120023;
    padding: 40px;
}

.info-wrapper h4 {
    color: #74e9fd;
    border-bottom: 1px solid #74e9fd;
    padding-bottom: 15px;
    font-weight: 700;
}

.info-wrapper p {
    color: #fff;
}

button.btn-tnc {
    background: #361258;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 7px 15px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #b940f2;
    border-radius: 5px;
}

button.btn-tnc.collapsed {
    background: #131313;
    color: #fff;
    font-weight: 400;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 10px;
}

.tnc-body {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
    color: #ffffff;
}

.tnc-body ol {
    padding-left: 15px;
}

.tnc-body ol li {
    padding-bottom: 8px;
}


/*download*/

.downloadTab {
    padding: 20px 0;
}

.downloadTab .nav-pills .nav-link {
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    height: 60px;
    color: #ffffff;
    border: 1px solid #74e9fd;
    align-items: center;
    border-radius: 0;
    background: none;
    justify-content: center;
    display: flex;
}

.downloadTab .nav-pills .nav-link.active,
.downloadTab .nav-pills .nav-link:hover {
    background: linear-gradient(to bottom, #761286 0%, #03354e 100%);
    color: #fff;
}

.downloadbody {
    text-align: center;
    margin-bottom: 35px;
}

.downloadbox {
    text-align: center;
    width: 23%;
    margin: 0 5px;
    display: inline-block;
    height: 150px;
}

.ndl-btn {
    background: linear-gradient(to bottom, #761286 0%, #03354e 82%, #761286 100%);
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 55%;
    border: 1px solid #74e9fd;
}

.ndl-btn:hover,
.ndl-btn:focus {
    color: #000000;
}

.adl-btn {
    background: linear-gradient(to bottom, #761286 0%, #03354e 82%, #761286 100%);
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 55%;
    border: 1px solid #74e9fd;
}

.adl-btn:hover,
.adl-btn:focus {
    color: #000000;
}

.dl {
    max-width: 500px;
    margin: auto;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid #74e9fd;
    text-align: center;
    padding: 8px;
    color: #02bbff;
    font-weight: 500;
    text-transform: capitalize;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background: none;
    border: 1px solid #74e9fd;
    color: #ffffff;
}

.dl .username_custom {
    color: #74e9fd;
}

.downloadboxContent {
    padding: 15px;
    border: 1px solid #74e9fd;
    background: rgba(129, 157, 187, 0.15);
}

.downloadbox img {
    max-width: 150px;
}

.dropdown-item {
    padding: 5px;
}

.input-voucher {
    margin-right: 10px;
}

.download-title {
    color: #ffffff;
}

.downloadbody h4 {
    color: #02bbff;
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile-sec .container {
    max-width: 1000px;
}


/*downloadEND*/


/* AF LOGIN */

.btn-balance {
    border: none;
    background: none;
    color: #fff;
    padding: 0;
}

.dropdown-menu-balance {
    background: #000;
    border: 1px solid #74e9fd;
}

.dropdown-menu-balance .clearfix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
}

.remaining {
    text-align: end;
}

.header-panel ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-panel ul li {
    width: auto;
    display: inline-block;
    margin-right: 12px;
    line-height: 22px;
}

.af-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-panel .panel_name a {
    color: #fff200 !important;
}

.header-panel .panel_news .label-info {
    background-color: #e00e0e;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.header-panel ul li a {
    color: #fff;
}


/*afterlogin*/

.afterlogin_bg {
    /* background: url("../images/afterlogin/bg.jpg")no-repeat top center; */
    padding: 20px 0;
}

.profilebox {
    background-color: #ffffff;
    height: 89px;
    padding: 14px;
    margin-bottom: 20px;
}

.profileinfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.profile_icon {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 0 10px;
}

.wallet_custom {
    border-left: 1px dotted #505050;
    padding-left: 20px;
}

.profile_rank {
    color: #74e9fd;
}

.wallet_bal {
    color: #74e9fd;
}

.sidepanel {
    margin: 0;
    padding: 0;
    width: 260px;
    float: left;
    border-bottom: none;
}

.sidepanel-title {
    color: #74e9fd;
    font-weight: 700;
    border-bottom: 1px solid #74e9fd;
    padding-bottom: 10px;
}

.sidepanel ul {
    list-style-type: none;
    padding: 20px;
}

.sidepanel ul li {
    margin-bottom: 10px;
    border-radius: 10px;
}

.sidepanel ul li a {
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0px;
    border-radius: 5px;
    line-height: initial;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    word-break: break-all;
    padding: 10px;
    color: #ffffff;
}

.sidepanel ul li:hover a {
    background: linear-gradient(to bottom, #761286 0%, #361258 70%, #761286 100%);
    color: #ffffff;
}

.sidepanel ul li.active a {
    background: linear-gradient(to bottom, #761286 0%, #361258 70%, #761286 100%);
    color: #ffffff;
}

.sidepanel_icon_white {
    display: none;
}

.sidepanel ul li.active a .sidepanel_icon_white {
    display: block;
}

.sidepanel ul li.active a .sidepanel_icon_color {
    display: none;
}

.sidepanel ul li a img {
    margin-right: 5px;
    width: 24px;
	filter: hue-rotate(230deg);
}

.sidepanel_content {
    display: block;
    margin-left: 260px;
    min-height: 600px;
    border-radius: 10px;
    background: #120023;
    color: #ffffff;
    padding: 15px;
}

.sidepanel_header {
    padding: 20px;
    color: #74e9fd;
    border-bottom: 1px solid #74e9fd;
    font-weight: 800;
    font-size: 19px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

.setting_text {
    color: #74e9fd;
}

.title_text {
    display: flex;
    padding-left: 50px;
    align-items: center;
}

.title_text02 {
    display: flex;
    padding-left: 50px;
    align-items: unset;
}

.nav-pills.afterlogin .nav-link.active,
.nav-pills.afterlogin .show>.nav-link {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #74e9fd;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_largeActive.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 8px 0px;
}

.nav-pills.afterlogin .nav-link {
    color: #fff;
    background-color: #ffffff;
    padding: 0;
    margin: 8px 0px;
    border: 1px solid #bbbbbb;
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin .nav-link.active .grey_img {
    display: none;
}

.bank_select {
    display: flex;
    justify-content: left;
    width: 500px;
    font-size: 12px;
}

.bank_select_inner {
    display: flex;
    color: #858585;
    text-align: center;
    align-items: center;
    margin-right: 10px;
}

.bank_select_img {
    border: 1px solid #858585;
    border-radius: 5px;
    padding: 0px;
    margin: 8px;
    margin-left: 0;
}

.nav-pills.afterlogin_bank .nav-link.active,
.nav-pills.afterlogin_bank .show>.nav-link {
    color: #fff;
    background-color: #ffffff00;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_smallActive.png);
    background-position: 1% 56%;
    background-repeat: no-repeat;
    padding: 0;
}

.nav-pills.afterlogin_bank .nav-link {
    padding: 0;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner {
    color: #74e9fd;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
    border: 1px solid #74e9fd;
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin_bank .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin_bank .nav-link.active .grey_img {
    display: none;
}

.inputDeposit {
    border: 1px solid silver;
    background-color: #fff;
    color: #999;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 300px;
}

.maxLimit {
    color: red;
}

.depositBtn {
    width: 80px;
    height: 40px;
    background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -moz-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: linear-gradient(top, #f4f3f3, #e6e6e6);
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #858585;
    font-size: 14px;
}

.submit_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: linear-gradient(to bottom, #361258 1%, #761286 55%, #361258 100%);
	border: 1px solid #b940f2;
    color: #fff;
    cursor: pointer;
    font-size: inherit;
}

.upload_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}

.bank_details_copy {
    background: #761286;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: 250px;
    height: 30px;
    justify-content: center;
}

.tab-pane-bank {
    margin-left: auto;
    margin-right: 0;
}

.important-notice {
    background: #eeeeee;
    padding: 20px 20px 20px 20px;
    margin: 20px;
    font-size: 12px;
    height: fit-content;
}

.important-notice-title {
    color: #000000;
}

.important-notice-content {
    color: #858585;
}

.important-notice-content ol {
    padding: 0;
}

.exchangeIcon {
    color: #999;
    display: flex;
    align-items: center;
}

.weekly {
    background: #E2E2E2;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
    color: #000;
    display: flex;
    border-radius: 5px;
}

.text_title_transfer {
    color: #74e9fd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.transfer_game_main {
    font-size: 12px;
}

.transfer_box {
    display: flex;
    border: none;
    background-color: #000;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.transfer_box_sec {
    color: #000000;
    padding: 0 2px;
    background-color: #E2E2E2;
    display: flex;
    min-height: 27px;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.transfer_btn {
    height: 22px;
    width: 64px;
    border: 1px solid #b940f2;
    color: #b940f2;
    background: none;
    border-radius: 5px;
    margin-top: 10px;
}

.transfer_btn:hover {
    background: #b940f2;
    color: #fff;
}

.text-blue {
    color: #74e9fd;
}

.withdrawal table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
}

.withdrawal table th {
    border: none;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #ffffff;
    background: #361258;
    border: 1px solid transparent;
}

.withdrawal table td {
    text-align: left;
    padding: 8px;
    background: #000000;
    border: 1px solid #252525;
    color: #ffffff;
}

.withdrawal table td:first-child {
    text-align: right;
}

.history_main {
    display: flex;
    align-items: center;
}

.history_btn {
    border: none;
    padding: 5px;
    background-color: transparent;
    color: #858585;
    margin: 0 5px;
}

.history_btn.active {
    border: 1px solid #b940f2;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(to bottom, #361258 1%, #761286 55%, #361258 100%);
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
}

.history_table table {
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.history_table table tr:first-child {
    background: #361258;
}

.history_table table tr td {
    padding: 15px 0;
    border: none;
    background: #000000;
    color: #fff;
}

.history_table table tr td i {
    font-size: 20px;
}

.history_table table tr th {
    padding: 8px;
}

.history_to {
    color: #000;
    display: flex;
    align-items: center;
}

.form-control.date_custom {
    padding: 0 10px;
}

.inbox_msg_text {
    color: #b940f2!important;
    cursor: pointer;
}


/*profile*/

.profile_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #858585;
    grid-column-gap: 10px;
}

.profile_main_title {
    color: #b940f2;
}

.profile_main_bg {
    background-color: #000000;
    padding: 20px;
    border-radius: 5px;
}

.bank_details_content {
    display: flex;
    align-items: center;
}

.deposit_btn {
    background: url(../images/bg-btn.jpg)repeat-x;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.deposit_btn a {
    color: #000;
}

.logout_btn {
    background: linear-gradient(to bottom, #b60000 0%, #5a0500 100%, #f1e767 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.btmtools_after {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6d6d6d;
    font-size: 12px;
    padding: 5px 10px 0;
    float: right;
}

.log-group a {
    color: #6d6d6d;
}

.three_dot {
    font-size: 10px;
}

.msg_head {
    font-size: 20px;
    color: #74e9fd;
}

.about-us-header,
.contact-us-header {
    background: #efefef;
    padding: 5px 0 5px 15px;
    font-weight: bold;
    font-size: 18px;
}

.contact-us-header_inner {
    margin: 50px 0;
}

.contact_dotted {
    border-right: 1px dotted;
}

.about-us-p {
    padding: 10px;
}

@media only screen and (max-width: 1580px) {
    .btn-play {
        bottom: 15%;
    }
}

.app-dlbox { width:100%; font-size:14px; padding:16px }
    .app-dlbox h4 {  }
    .app-dlbox small {  }
    .app-dlbox table { width:100%; margin-top:8px; }
        .app-dlbox table td { text-align:left; padding:2px; }
        .app-dlbox table td input { border:1px solid rgba(25,25,25,.2); color:rgba(1,27,67,.6); padding:8px; width:100%; min-height:22px; line-height:22px; }
        .app-dlbox table td.copy { position:relative }
        .app-dlbox table td.copy span { position:absolute; background-color:#ff4e00; font-size:10px; font-weight:bold; display:flex; align-items:center; top:8px; right:8px; padding: 0 8px; border-radius:8px; height:calc(100% - 16px); cursor:pointer   }
    .app-dlbox .btn-submit { background-color:#ff4e00; font-weight:bold; text-align:center; text-transform:uppercase; padding:8px; width:100%; border-radius:8px; border:0px; cursor:pointer }
    .app-dlbox .btns { display:flex; border-top:1px solid #ccc; padding-top:8px; margin-top:5px; justify-content:center }
        .app-dlbox .btns .download { background-color:#00a1ff; text-transform:uppercase; font-weight:bold; width:50%; padding:8px; border-radius:8px; margin:0px 4px; cursor:pointer; text-align:center; color:#ffffff }

.app-dlbox .btn-submit:hover, .app-dlbox table td.copy span:hover, .app-dlbox .btns .download:hover { filter:brightness(1.5) }

.submit_btn.nono { background:#aaaaaa; border-color:#aaaaaa }

.qrcode-reader { position:fixed; top:0px; left:0px; z-index:99999; width:100%; height:100%; display:none; background-color:#ffffff; justify-content:center; align-items:center; flex-direction:column }
    .qrcode-reader.aaa { display:flex }
.qrcode-reader .toparea { width:100%; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center } 
.qrcode-reader .closearea { background-color:#000000; color:#ffffff; text-align:center; font-size:12px; text-transform:uppercase; height:48px; justify-content:center; align-items:center; display:flex; width:100%; cursor:pointer }

.creditshareqr-wrapper {  }
    .creditshareqr-wrapper .iimg { display:block; text-align:center; padding:8px; background-color:#ffffff; }
    .creditshareqr-wrapper .iimg div { display:block }
    .creditshareqr-wrapper .iimg img, .creditshareqr-wrapper .iimg canvas { max-width:100% }
    .creditshareqr-wrapper .note { padding-top:8px; line-height:normal }

.input-pos-right { position:absolute; right:20px; top:4px }

#modalpopupAnnouncementModal .modal-content { background:transparent; border:0 }