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: #131313;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
}

.header-top {
    background: #161a20;
    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;
}

.login-form {
    display: grid;
    grid-template-columns: 27% 27% 13% 13% 20%;
    grid-gap: 5px;
    margin: 0;
}

.log-field {
    align-self: center;
    width: 100%;
    background: #151515;
    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: #6ba9c3;
}

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 #6ba9c3;
    background: #1dace7;
    background: -moz-linear-gradient(top, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 100%);
    background: linear-gradient(to bottom, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 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: 32px;
    margin: 7px 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 #00acec;
}

.menu-product-title {
    color: #00acec;
    display: flex;
    border-bottom: 1px solid #00acec;
    height: 40px;
    align-items: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    height: 80px;
    position: relative;
    top: -105px;
}

.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: #161a20;
}

.menupart {
    width: 1160px;
    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 {
    border-right: 1px solid #00acec;
    border-left: 1px solid #00acec;
    background: #1dace7;
    background: -moz-linear-gradient(top, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 100%);
    background: linear-gradient(to bottom, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 100%);
    border-top: none;
    border-bottom: none;
}

.menupart>ul>li.active>a>span,
.menupart>ul>li:hover>a>span {
    border-right: none;
    border-left: none;
}

.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;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    display: grid;
    width: 128px;
}

.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;
    border-left: 1px solid #052633;
    border-right: 1px solid #052633;
    font-size: 16px;
    height: 62px;
    display: grid;
    align-items: center;
}

.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: #00acec;
    font-size: 21px;
    padding: 5px;
}

.horn-icon {
    width: 10%;
    display: flex;
    align-items: center;
}

.announce-sec marquee {
    width: 90%;
}

.horn-icon span {
    color: #6ba9c3;
    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, #03364f 0%, #1caae5 54%, #03364f 100%);
    padding: 10px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0px -3px 1px 1px #00acec;
    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: #6ba9c3;
}

.contact_layer .p-2:hover {
    color: #1ca8e3;
}

footer {
    background: #1a1a1a;
}

.partner-list {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
	filter: grayscale(1);
}

.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, #03364f 1%, #1caae5 55%, #03364f 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: #6ba9c3;}

/****************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(5, 1fr);
    grid-gap: 20px;
    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, #03364f 0%, #1caae5 54%, #03364f 100%);
    display: block;
    padding: 10px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0px -3px 1px 1px #00acec;
    text-align: center;
    width: 200px;
    bottom: 350px;
}

.btn-play:hover {
    text-decoration: none;
    color: #fff;
}


/* 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 {
    height: 250px;
}

.casino-plat {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0px;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 465px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}

/* SLOT */

.slot-bg {
    background: url(../images/slot-ttg.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: 0;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 300px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}

/* 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 rgb(44, 177, 255));
}

.btn-fish2 img {
    transition: all .5s;
}

.btn-fish2 img:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 0.75rem rgb(44, 177, 255));
}

.btn-fish3 img {
    transition: all .5s;
}

.btn-fish3 img:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 0.75rem rgb(44, 177, 255));
    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;
}

/* OTHER */
.other-bg {
    background: url("../images/other-cock.jpg")no-repeat center top;
    /*max-height: 780px;*/
}

.mod-other {
    /*max-height: 871px;*/
    transition: all .2s ease-in-out;
    background-position: top;
    background-repeat: no-repeat;
}

.lobby-platform.other-plat li a {
    height: 250px;
}

.other-plat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 465px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}

.mod-other.sv-active {
    background-image: url("../images/other-cock.jpg");
}

.mod-other.lotto-active {
    background-image: url("../images/other-lotto.jpg");
}

.lobby-platform.other-plat .sv-platform {
    background: url("../images/icon-other-sv.png") no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 195px;
}

.lobby-platform.other-plat .lotto-platform {
    background: url("../images/icon-other-lotto.png") no-repeat;
    background-size: contain;
    display: flex;
    background-position-x: center;
    background-position-y: center;
    max-height: 195px;
}


.sv-platform,
.lotto-platform {
    transition: all .5s;
    cursor: pointer;
}

    .sv-platform:hover,
    .lotto-platform:hover {
        transform: scale(1.1);
        filter: drop-shadow(0 0 0.75rem #ffb700);
    }

/* 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 #6ba9c3;
    background: linear-gradient(to bottom, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 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 #00acec;
}

.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: #6ba9c3;
    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: #6ba9c3;
}

.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 #00acec;
    background: #151515;
    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: #00acec;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #00acec;
}

.reg-body .nav-tabs .nav-link:focus,
.reg-body .nav-tabs .nav-link:hover {
    background: none;
    color: #00acec;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #00acec;
}

.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: #1caae5;
    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: #161a20;
    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: #00acec;
}

.info-nav .nav-tabs .nav-item.show .nav-link .info-sub-title,
.info-nav .nav-tabs .nav-link.active .info-sub-title {
    color: #00acec;
}

.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: #151515;
    border: none;
    color: #8c6d1b;
}

.info-nav .nav-tabs .nav-link:focus,
.info-nav .nav-tabs .nav-link:hover {
    background: #151515;
    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: #00acec;
}

.info-nav .nav-tabs .nav-link:focus .info-sub-title,
.info-nav .nav-tabs .nav-link:hover .info-sub-title {
    border: none;
    color: #00acec;
}

.info-content {
    background: #161a20;
    padding: 40px;
}

.contact-tab {
    background: #151515;
    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, #1caae5 0%, #1177a3 70%, #1caae5 100%);
    border-radius: 10px;
    color: #fff!important;
    text-align: center;
    padding: 5px;
    display: block;
    margin: 7px;
}

.contact-info-details {
    color: #6ba9c3;
    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 #00acec;
    background: #151515;
    padding: 40px;
}

.info-wrapper h4 {
    color: #00acec;
    border-bottom: 1px solid #00acec;
    padding-bottom: 15px;
    font-weight: 700;
}

.info-wrapper p {
    color: #fff;
}

button.btn-tnc {
    background: #00acec;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 7px 15px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #6ba9c3;
    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 #00acec;
    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, #1caae5 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, #1caae5 0%, #03354e 82%, #1caae5 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 #00acec;
}

.ndl-btn:hover,
.ndl-btn:focus {
    color: #000000;
}

.adl-btn {
    background: linear-gradient(to bottom, #1caae5 0%, #03354e 82%, #1caae5 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 #00acec;
}

.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 #00acec;
    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 #00acec;
    color: #ffffff;
}

.dl .username_custom {
    color: #00acec;
}

.downloadboxContent {
    padding: 15px;
    border: 1px solid #00acec;
    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 #00acec;
}

.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: #00acec !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: #00acec;
}

.wallet_bal {
    color: #00acec;
}

.sidepanel {
    margin: 0;
    padding: 0;
    width: 195px;
    float: left;
    border-bottom: none;
}

.sidepanel-title {
    color: #00acec;
    font-weight: 700;
    border-bottom: 1px solid #00acec;
    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;
    white-space: nowrap;
}

.sidepanel ul li:hover a {
    background: linear-gradient(to bottom, #1caae5 0%, #156a93 70%, #1caae5 100%);
    color: #ffffff;
}

.sidepanel ul li.active a {
    background: linear-gradient(to bottom, #1caae5 0%, #156a93 70%, #1caae5 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(160deg);
}

.sidepanel_content {
    display: block;
    margin-left: 210px;
    min-height: 600px;
    border-radius: 10px;
    background: rgb(44 44 44 / 84%);
    color: #ffffff;
    padding: 15px;
}

.sidepanel_header {
    padding: 20px;
    color: #00acec;
    border-bottom: 1px solid #00acec;
    font-weight: 800;
    font-size: 19px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

.setting_text {
    color: #00acec;
}

.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 #00acec;
    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: #00acec;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
    border: 1px solid #00acec;
}

.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, #1caae5 0%, #156a93 70%, #1caae5 100%);
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    border: none;
}

.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: linear-gradient(to bottom, #1caae5 0%, #156a93 70%, #1caae5 100%);
    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: #00acec;
    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 #00acec;
    color: #00acec;
    background: none;
    border-radius: 5px;
    margin-top: 10px;
}

.transfer_btn:hover {
    background: #00acec;
    color: #fff;
}

.text-blue {
    color: #00acec;
}

.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: linear-gradient(to bottom, #1caae5 0%, #156a93 70%, #1caae5 100%);
    border: 1px solid transparent;
}

.withdrawal table td {
    text-align: left;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #d5d5d5;
    background-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 #00acec;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(to bottom, #1caae5 0%, #156a93 70%, #1caae5 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: linear-gradient(to bottom, #1caae5 0%, #156a93 70%, #1caae5 100%);
}

.history_table table tr td {
    padding: 15px 0;
    border: none;
    background: #3e3e3e;
    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: #00acec!important;
    cursor: pointer;
}


/*profile*/

.profile_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #858585;
    grid-column-gap: 10px;
}

.profile_main_title {
    color: #00acec;
}

.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: #00acec;
}

.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%;
    }
}

.side-menu{position:fixed;right:0;top:50%;transform:translateY(-50%);width:50px;z-index:19}
.side-menu li+li{margin-top:5px}
.side-menu li a{background:linear-gradient(270deg,#7eb0e0,#5e93c5);border-radius:5px 0 0 5px;box-shadow:0 2px 5px 0 rgba(255,255,255,.3);color:#fff;display:block;font-size:12px;height:60px;line-height:1.4;overflow:hidden;padding-left:50px;text-decoration:none;transform:translateZ(0);transition:transform .3s linear;width:220px}
/*.side-menu li a:hover{transform:translate3d(-150px,0,0);transition:transform .3s ease-out .2s}*/
.side-menu li a>i{color:#fff;font-size:30px;height:100%;left:0;line-height:60px;position:absolute;text-align:center;top:0;width:60px}
.side-menu li a>h2{color:#fff;font-size:16px;font-weight:400;line-height:1.4;padding:10px 0 2px}
.side-menu li a>p{color:#fff}

.side-menu ul { padding:0; margin:0; list-style:none }
.side-menu li a { background: transparent; box-shadow:none; min-height:170px; width:240px; height:100%; }
/*.side-menu li a:hover { transform:translate3d(-180px, 0, 0) }*/
.side-menu li a > i, .side-menu li a > h2, .side-menu li a > p { color:#111111 }

.side-menu li a .bbf { position:absolute; left:auto; top:0; padding:12px; background: linear-gradient(to right, rgba(29, 172, 231, 1) 0%, rgba(3, 52, 77, 1) 100%); text-align:center; border-radius:0px 0px 5px 5px; display:flex; justify-content:start; align-items:center;  transform: rotate(90deg); transform-origin:top left; gap:12px; }
.side-menu li a .bbf i { color: #ffffff; font-size: 26px; text-shadow:0px 0px 8px #0b5171}
.side-menu li a .bbf p { margin-bottom: 0; color: #ffffff; white-space: nowrap; font-size: 16px; font-weight: 700; text-transform:uppercase; text-shadow:0px 0px 8px #0b5171}
.side-menu li a .aaf { background-color:#161a20; width:180px; padding:8px; border:1px solid #00acec }
.side-menu li a .aaf .contactbox .tt { margin:0px 8px 8px; text-align:center; font-size:16px; }

.ctubox { display: flex; align-items: center; background: #ccc; padding: 8px; margin:0px 0px 8px; border-radius: 8px; }
.ctubox i { font-size:24px; margin-right:8px }
.ctubox div { width:30px; height:20px; display:flex; justify-content:center; align-items:center }
.ctubox svg { max-width:100%; margin-right:8px; fill:#111111 }
.ctubox p { margin-bottom: 0; text-align: left; color: #000; width: 70%; font-size: 14px;}

.casino-sec .center.slider { top:8%; max-height:520px; overflow:auto }
.casino-sec .center.slider .casino-item { max-width:200px }

.ggplat {
    transition: all .5s;
    cursor: pointer;
    list-style:none
}

.ggplat:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 0.75rem #f9ef76);
}

.mod-slot, .mod-casino, .mod-sport { max-height:none }
.slot-bg { max-height:none; background-size:cover; background-image:url(../images/slot-bg.png); background-position:top center }
.slot-plat { gap:12px; padding-top:320px }
.casino-bg { max-height:none; background-size:cover; background-image:url(../images/casino-bg.jpg); background-position:top center }
.casino-plat { gap:12px; padding-top:320px }
.sport-bg { max-height:none; background-size:cover; background-image:url(../images/sport-bg.jpg); background-position:top center }
.sport-plat { gap:12px; padding-top:320px }

.slot-bg.fishing { background-image:url(../images/fishing-bg.jpg) }
.slot-bg.lottery { background-image:url(../images/lottery-bg.jpg) }
.slot-bg.card { background-image:url(../images/card-bg.jpg) }
.slot-bg.others { background-image:url(../images/others-bg.jpg) }

.lang-box img { max-width:40px }