@charset "utf-8";

:root{
    --color:#00d9ff;
    --000-8: rgba(0, 0, 0, .9);
    --deep:#324780;
    --color-lg:#324780;
}
.contan-body {
    height: calc(100vh - 100px);
    position: relative;
}

.anime-fade-in {
    animation: fadeIn 0.8s ease-in-out;
}
.w-1200 {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.head {
    width: 100%;
}

.inputs {
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-indent: 10px;
    width: 165px;
}

.inputs::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #777777;
    font-weight: bold;
}

.inputs::placeholder {
    color: #777777;
    font-weight: bold;
}

/* pop */

.language-open img {
    width: 30px;
    cursor: pointer;
}

pop,
pop>x {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

pop {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
    display: none;
}

pop>x {
    position: absolute;
}

pop-main {
    width: 90%;
    width: 600px;
    /* max-width: 720px; */
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

#pop-login pop-main {
    width: 1000px;
}

pop-title {
    background-color: white;
    border-bottom-width: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
    /*position: relative;*/
}

.header .close {
    right: 5px !important;
    top: 5px !important;
    background: inherit !important;
}

pop-title h3 {
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    flex: 1;
    min-width: 0;
    font-size: 18px;
}

pop-title h3:nth-child(2) {
    padding: 0;
}

pop-cont {
    border: 2px solid ;
    border-color: var(--gradient-2);
    border-radius: 20px;
    animation: slideInDown .2s linear alternate;
    animation-iteration-count: 1;
}

pop-cont {
    background-color: white;
    display: block;
    max-height: 70vh;
    overflow: auto;
}

pop-solve {
    display: flex;
}

pop-solve .btn {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

pop-solve .btn:hover {
    transform: translate(0);
}

pop-choice,
pop-sider {
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

pop-choice {
    bottom: 0;
    width: 100%;
}

pop-sider {
    top: 0;
    width: 300px;
    height: 100%;
    background-color: white;
}

pop-sider {
    display: flex;
    flex-direction: column;
}

pop-sider pop-cont {
    flex: 1;
    overflow: auto;
}

pop[right] pop-sider {
    right: 0;
}

.language-cont {
    padding: 50px;
}


/* header */

.bg-nav {
    background-image: url('../images/background/header-bg.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.header{
    background-color:#CE1306;
}

.header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; 
    padding: 4px 20px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: white;
    margin: 10px 0 10px 0;
}

.header .btn-lang{
    color: #000;
}

.icon-logout,
.icon-login,
.icon-register{
    width: 20px;
    height: 20px; 
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.btn-primary {
    background-color: #007bff;
}

.btn-secondary {
    background-color: #ffffff;
    color: black;
}

.btn i {
    margin-right: 8px;
}

.icon-login{
    background-image: url(../images/login.png);
}
.icon-logout{
    background-image: url(../images/logout.png);
}

.icon-register{
    background-image: url(../images/register.png);
}

.w-1300{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.navbar-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.nav-links {
    display: flex;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.nav-item img {
    width: 40px; 
    height: 40px;
}

.header-logo img {
    height: 45px;
    max-width: 200px;
}

.btn-login{
    background-color: #F49C00 !important; 
}

.btn-register{
    background-color: #002AC4 !important;
}

.btn-lang{
    background-color: #fff !important;
}

.btn-register:hover{
    color: var(--color) !important;
}

/* end */


/* footer */
.footer-container .icons li {
    backface-visibility: hidden;
    will-change: transform;
}

footer {
    background-image: url('../images/background/footer-bg.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: center;
    gap: 180px;
}

.footer-section h3 {
    margin-bottom: 10px;
}

footer .icons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

footer .icon {
    background: white;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
}

.footer-section span{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.footer-container .icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
}

.footer-container .icons li {
    list-style: none;
    display: inline-block;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

.footer-container .icons li img {
    width: 55px; 
    height: 55px;
    transition: transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    margin: 5px;
}

/* Hover Effect */
.footer-container .icons li:hover {
    transform: scale(1.2);
}

.footer-container .icons li img:hover {
    transform: rotateY(180deg) scale(1.2);
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.6));
}

/* Bounce Animation on Load */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

footer .icons li {
    animation: bounce 0.6s ease-in-out;
}

footer .icons li:nth-child(2) { animation-delay: 0.1s; }
footer .icons li:nth-child(3) { animation-delay: 0.2s; }
footer .icons li:nth-child(4) { animation-delay: 0.3s; }

/*  */

/* Cyber Glow Effect */
.nav-links li:hover img {
    filter: drop-shadow(0 0 10px #00d9ff) drop-shadow(0 0 20px #00d9ff);
    transform: scale(1.1);
}

.nav-links li a {
    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.nav-links li:hover a {
    color: #00d9ff;
    text-shadow: 0 0 5px #00d9ff, 0 0 15px #00d9ff;
}

@keyframes flipGlow {
    0% { opacity: 0; transform: rotateY(90deg) scale(0.8); filter: brightness(0.5); }
    100% { opacity: 1; transform: rotateY(0) scale(1); filter: brightness(1.2) }
}

.header-logo img {
    animation: flipGlow 0.7s ease-out;
}

/* Slide-Up Entrance Animation */
@keyframes slideUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.nav-links li {
    animation: slideUp 0.6s ease-in-out;
}

.nav-links li:nth-child(2) { animation-delay: 0.1s; }
.nav-links li:nth-child(3) { animation-delay: 0.2s; }
.nav-links li:nth-child(4) { animation-delay: 0.3s; }
.nav-links li:nth-child(5) { animation-delay: 0.4s; }
.nav-links li:nth-child(6) { animation-delay: 0.5s; }
.nav-links li:nth-child(7) { animation-delay: 0.6s; }
.nav-links li:nth-child(8) { animation-delay: 0.7s; }
.nav-links li:nth-child(9) { animation-delay: 0.8s; }
.nav-links li:nth-child(10) { animation-delay: 0.9s; }

/* end */

/* home-content */

.game-content .game-title span{
    text-transform:uppercase;
}

.home-content{
    background-image: url('../images/background/index-bg.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.game-content{
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
}
.game-content li span{
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    color: #000;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
}
.game-title{
    width: 100%;
    height: 4px;
    position: relative;
    top: -36px;
}

.game-content li {
    display: inline-block;
    flex: 1;
    margin-right: 8px;
}
.game-content li img{
    width: 135px;
    height: 150px;
}


.home-games{
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
}
.home-games .h4{
    color: #fff;
}
/* end */

/* jackpot */
.c-win {
    width: 100%;
    height: 410px;
    background:  #283965;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.c-win h1 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    background: #324780;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
}

.just-won {
    float: left;
    display: inline-block;
}

.images-won img {
    width: 70px;
    border-radius: 5px;
}

.c-win ul {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 5px 15px;
    display: block;
}

.text-won {
    height: auto;
    padding: 5px;
    text-align: left;
    padding-left: 15px;
}

.p-won {
    color: #b9c6d6;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 5px;
}

.p-woner {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.winners-game {
    color: #F49C00;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.c-win ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #6c6b6b;
    overflow: hidden;
}

.c-win ul {
    width: 100%;
    height: 380px;
    overflow-y: auto;
    padding-top: 47px;
}

.total-jackpot {
    align-items: center;
    background-color:#283965;
    border: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 195px;
    padding: 20px;
    margin-bottom: 20px;
}

.total-jackpot-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
}

.jackpot-t {
    color: #F49C00;
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 16px;
    max-width: calc(100% - 15px);
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.first-deposit-bonus {
    align-items: center;
    background-color:#283965;
    border: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 195px;
    padding: 20px;
}

.first-deposit-bonus__title {
    color: #b9c6d6;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
}

.first-deposit-bonus__desc {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
}

.link-btn {
    align-items: center;
    background: #F49C00;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 1.1;
    margin: 0;
    min-height: 40px;
    min-width: 100px;
    outline: none;
    padding: 5px 24px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease;
    vertical-align: middle;
}

.last-part{
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0 30px 0;
}
/* end */

/* home-game */
.home-games {
    border-radius: 12px;
    position: relative;
}

.home-games .h4 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.home-games .h4 a {
    margin-left: auto;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.home-games .h4 a i {
    font-size: 10px;
    margin-left: 4px;
}

.home-games .game-slide {
    width: 176px;
    min-height: 132px;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 12px;
}

.home-games .game-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-whatsapp {
    width: 21.875%;
    padding-right: 16px;
    position: fixed;
    right: 4px;
    bottom: 96px;
    z-index: 1;
    transition: bottom .3s;
}

.home-whatsapp .btn-whatsapp {
    padding: 8px 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
    position: relative;
}

.home-whatsapp .btn-whatsapp .icon-close {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    right: -3px;
    top: -15px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-whatsapp .btn-whatsapp .icon-close:before {
    font-weight: 700;
}
.panel-scroll {
    margin-top: 13px;
    padding-bottom: 8px;
    overflow: hidden;
}

.live-panel .slide-prev {
    left: 0;
    bottom: 70px;
}

.live-panel .slide-next {
    right: 0;
    bottom: 70px;
}

#hot-game ul{
    padding-left: 0 !important;
}

/* end */

.swiper-wrapper img{
    width: 1280px;
    height: 408px;
    border-radius: 10px;
}
.swiper {
    padding: 20px 0 20px 0 !important;
}


/* game-lobby */
.games-list ul{
    display: flex !important;
    flex-wrap: wrap;
}
.games-list li{
    width: calc(24.8% - 88px);
    margin: 0 24px 24px 0;
    position: relative;
    list-style: none;
}

.games-list li a img{
    width: 100%;
    height: auto;
}

.game-content1{
    background-image: url(../images/background/index-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 25px;
}
.content-wrap{
    width: 1300px;
    margin: 0 auto;
}
.games-item ul{
    margin: 0 auto !important;
    padding-left: 0 !important;
}

.games-item{
    min-height: 722px;
}

.games-list li a span h5{
    font-size: 16px;
    margin-bottom: 0;
}

.bg-content-section{
    background-image: url(../images/background/index-bg.jpg);
    margin: 0 auto !important;
    padding-top: 25px;
    min-height: 747px;
}

.bg-content-section .slots-nav a{
    color: #fff !important;
}
.slots-games-items .brand-list li span {
    color: #000 !important;
}
.slots-games .slots-games-items .brand-list li:hover {
    outline: 2px solid var(--color);
}
.slots-games .slots-games-items .brand-list li.active {
    outline: 2px solid var(--color);
}
.brand-list a{
    text-decoration: none !important;
}
.type-game-list-box .slots-nav a {
    color: #fff !important;
    font-size: 16px !important;
}
.slots-nav a.active, .slots-nav a:hover {
    color: var(--color) !important;
    border-bottom: 1px solid var(--color) !important;
}
.slots-nav a{
    text-decoration: none;
}
.slot_search_box .search_input {
    color: #fff !important;
}

/* end */

.game-content li {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.game-content li:hover {
    transform: translateY(-10px);
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
}

.home-games .h4 a{
    background: linear-gradient(270deg, #B59256, #EFF6C5, #B59256);
    height: 28px;
    width: 120px;
    justify-content: center;
    color: #000;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
}

body{
    background-image: url('../images/background/index-bg.jpg') !important;
    min-width: 1300px;
}

/* .new-games */
.new-games {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.new-games:hover .image {
    opacity: 0.3;
}

.new-games:hover .middle {
    opacity: 1;
}

.title-new-games {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.main_page{
    width: 1300px;
    margin: 0 auto;
    padding-top: 2px;
    min-height: 738px;
}
.new-games {
    margin: 15px auto 0;
}

.new-games img {
    border-radius: 5px;
}

.draggable .new-games img {
    width: 230px;
    height: 240px;
}
.col-3{
    flex: 0 0 19% !important;
}
.playnow {
    background-image: linear-gradient(180deg, #1e232e 13%, #1e232e 73%, #1e232e) !important;
    box-shadow: 0 6px 14px -2px rgb(30 35 46), inset 0 -4px 0 0 rgb(30 35 46), inset 0 -6px 5px 0 rgb(30 35 46) !important;
    font-weight: bold;
    border-color: #0f00ff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.playnow:hover{
    color: #fff !important;
    border-radius: var(--bs-btn-border-radius);
    border-color: #ffc107 !important;
    font-size: 14px;
    font-weight: 400;
}




/* login */

.modal__content-wrapper {
    margin: auto;
    max-width: 720px;
    width: calc(100% - 20px);
    z-index: 9999;
}

.modal__content {
    background-color: #1e232e;
    margin: 40px 10px;
    opacity: 1;
    transform: translateY(0);
    transition-timing-function: ease-in;
}

.sign-in-page__header {
    align-items: center;
    background: linear-gradient(270deg, #B59256, #EFF6C5, #B59256);
    border-radius: 4px;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0;
    min-height: 40px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

#login .login-form__submit-button,
.sign-in-page #next_btn,
.sign-in-page #next_btn1,
.sign-in-page #next_btn2,
.sign-in-page #next_btn3,
.sign-in-page #btn-re-re{
    background: linear-gradient(270deg, #B59256, #EFF6C5, #B59256);
    width: 120px;
    border-radius: 10px;
    height: 40px;
    margin-top: 30px;
    font-weight: bold;
    color: #000000;
    border: none;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.sign-in-page__header {
    font-size: 24px;
    min-height: 60px;
    padding: 10px 40px;
    border-radius: 15px 15px 0 0;
}

.sign-in-page__body {
    background-color: #324780;
    padding: 32px 40px;
    text-align: center;
    border-radius: 0 0 15px 15px;
}

.sign-in-page__form-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.login-form.login-form {
    align-items: center;
    justify-content: center;
    min-width: 176px;
}

.login-form .login-form__form-element,
.login-form__two-factor-errors {
    margin-bottom: 10px;
}

.form-element {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#register_index .input {
    align-items: center;
    border-radius: 4px;
    color: #fff;
    cursor: text;
    /* display: flex; */
    padding: 0 20px;
    position: relative;
    transition: background-color .3s ease;
    width: 100%;
}


.input .input__native,
.input--default .input__native {
    color: #000;
}
.input__native::placeholder {
    text-align: left; 
    font-size: 17px;
}

.input__native {
    padding-left: 20px !important;
    border-radius: 10px;
    border: none;
    caret-color: #002AC4;
    display: block;
    font-size: 17px;
    font-weight: 600;
    height: 46px;
    letter-spacing: .01em;
    line-height: 1;
    margin: 2px 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    transition: color .3s ease;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.modal .modal__close-button {
    font-size: 30px;
    padding: 8px;
    position: absolute;
    right: 14px;
    top: 4px;
    color: #000;
}

.text-btn {
    background: transparent none;
    border: none;
    box-shadow: none;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 0;
    transition: color .3s ease;
    vertical-align: top;
}

.modal-dialog-centered {
    width: 100%;
    /* background: crimson; */
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 100% !important;
    min-height: 100% !important;
}
.modal-dialog{
    margin: 0 !important;
}

.sign-in-page .btn-flex{
    display: flex;
    justify-content: center;
    gap: 15px;
}
#login .login-form__submit-button:hover,
.sign-in-page #next_btn:hover, 
.sign-in-page #next_btn1:hover, 
.sign-in-page #next_btn2:hover, 
.sign-in-page #next_btn3:hover, 
.sign-in-page #btn-re-re:hover {
    transform: translateY(-5px); 
}




/* sucessful register pop up */


pop_register {
    position: fixed;
    background-color: var(--000-8) !important;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .promo-register .full {
    width: 100% !important;
    height: 100% !important;
  
    align-items: center;
    display: flex !important;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
  }
  
  .promo-register pop-cont {
    height: 420px;
    background-color: #000000ba;
    border: 2px solid #ffd700;
    border-radius: 10px;
    max-width: 23% !important;
    margin: 0 auto;
    transform: none;
    margin-top: 240px;
  }
  
  .promo-register pop-title {
    background-color: #000000ba;
    border-bottom-width: 0px;
    border-radius: 28px;
  }
  
  .promo-register pop-title {
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  
  .register_img {
    width: 40%;
    padding: 20px;
    margin: auto;
    margin-top: 10px;
  }
  
  .register_img img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  
  .register_title {
    margin-top: 15px 0 10px 0;;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .register_title h4 {
    font-size: 21px;
    color: #faf58f;
    font-weight: bold;
    margin: 0 auto;
  }
  
  .register_title p {
    color: #c6c6c6;
    margin: 0;
    line-height: 180%;
    text-align: justify;
    font-size: 19px;
  }
  
  .account-wrap {
    background-color: #ffd700;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 13px;
    width: 320px;
    margin: 0 auto;
  }
  
  .account-wrap span {
    padding: 4px;
    font-size: 20px;
    color: #000000;
  }
  
  .clause form {
    width: 100%;
  }
  
  html[lang=ca] .btnView {
    left: 45%;
  }
  
  .btnView {
    background-color: #ffd700;
    color: #000000;
    border-radius: 25px;
    padding: 10px 25px;
    display: block;
    position: absolute;
    left: 46%;
    margin-top: 30px;
    font-size: 17px;
    transition: transform 0.3s ease;
    text-decoration: none;
  }
  
  .btnView:hover {
    transform: translateY(5px);
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .anime-fade-in {
    animation: fadeIn 0.8s ease-in-out;
  }
  .pop-register-close {
    display: block;
    position: absolute;
    color: #000;
    padding: 4px;
    right: 712px;
    top: 220px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
    z-index: 10;
}

/* end */

.sign-in-page #bank{
    background-color: #fff ;
    color: #666;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    padding-left: 20px;
}

#bank option {
    color: #000; 
}

#bank:focus,
#bank:not(:has(option:checked[value="0"])) {
    color: #000; 
}
.sign-in-page #bank option:first-child {
    font-weight: 600;
    color: #6c757d !important;
}

[data-pages="slots-lobby"] .main_page {
    margin-bottom: 10px;
}

#login .modal-content{
    max-width: 720px;
    margin: 0 auto;
    background-color: unset;
}
#login .link,
#register_index .link{
    background: none;
    text-decoration: none;
    color: #fff;
}
#login .login-form__form-element{
    margin-bottom: 20px;
}
#login .login-form__footer p{
    margin-bottom: 0 !important;
    margin-top: 10px;
}
#register_index p{
    margin-bottom: 0 !important;
    margin-top: 10px;
}
.mem-info {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.mem-in{
    align-items: center;
}
.mem-in a{
    text-decoration: none;
}
button.btn-refresh img {
    transition: allease 0.5s;
    margin-left: 10px;
    width: 24px;
}
.err_div {
    color: red;
    text-align: left;
    position: absolute;
}

/* gift */
#gift-main{
    margin-top: 20px !important;
    min-height: 718px !important;
}
.main_table tr.main_table_header{
    background-color: #e3e5ed !important;
}
.gift_leftmenu h3{
    background: #324780 !important;
}
.gift_leftmenu ul li a{
    color: #fff !important;
}


/* center */

.center{
    display: flex;
    padding: 0px 15px 15px 15px !important;
    min-height: 732px;
    margin-top: 10px !important;
}
a{
    text-decoration: none !important;
}

.center-contant.fr .center-data-btn{
    display: flex;
}

.center-data-btn a{
    width: 200px !important;
    background-color: #324780;
    line-height: 24px !important;
}
.center-side a{
    color: #000000;
}
.center-data a{
    color: #000000;
}
.center .center-side a.active,.center .center-side a:hover{
    background-image: none !important;
    background-color: #324780;
}
.copy{ 
    background-color: #324780 !important;
}
.center-data .left, .center-data .right {
    font-size: 16px;
    font-weight: bold;
}
.center-data-btn {
    font-size: 16px;
    font-weight: bold;
}
.center-data-btn{
    justify-content: center;
}
.center-data-btn .btn{
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.center-data-btn .btn:hover{
    transform: translateY(-5px);
    background-color: #324780;
    color: #fff;
}
.center-data-btn p{
    text-align: center;
}
.center-title h3{
    background-color: var(--deep);
}
button.inp, html input[type=button].inp, input[type=reset].inp, input[type=submit].inp {
    background-color: var(--color-lg);
}
.center-submit {
    background-color: var(--color-lg) !important;
    color: #fff !important;
}


.center-form label select{
    width: 350px !important;
}
.center-form.transfer .center-form label input,.center-form.transfer .center-form-select{
    border: none !important;
    border-radius: 0 !important;
}
.q a{
    color: #666;
}
.center-form.withdraw label input {
    border: 1px solid #4f5d7536 !important;
}
.center-form label input, .center-form-select{
    border: 1px #ccc solid !important;
}
.slots-games {
    width: 1200px;
    margin: auto;
    background: transparent !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC #FFFFFF;
}
.c-win ul {
    width: 100%;
    height: 380px;
    overflow-y: auto;
    padding-top: 47px;
    scrollbar-width: auto; 
    scrollbar-color: initial; 
}

.c-win ul::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}

.c-win ul::-webkit-scrollbar-thumb {
    background: red;
    margin: 0;
    border-radius: 2px;
}

.c-win ul::-webkit-scrollbar-track {
    background: #4f5d75;
    border-radius: 2px;
}

/* most play game  */

.games-h.h-1.h2 {
    width: 100%;
    padding: 25px 0;
    max-width: 1280px;
    margin: 0 auto;
}
.new-games {
    position: relative;
}

.new-games .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.middle .btn{

}

.new-games:hover .image {
    opacity: 0.3;
}

.new-games:hover .middle {
    opacity: 1;
}

.title-new-games {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.multiple-items-br{
    justify-content: space-evenly;
}
div.text-wrap {
    background-color: #283965;
    text-align: center;
    font-weight: bold;
    white-space: normal;
    border-radius: 0 0 5px 5px;
    color: #fff;
    width: 230px;
    text-transform: uppercase;
}
.games-h img{
    border-radius: 5px 5px 0 0;

}
.c-title {
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
}

.games-h .c-title {
    margin-bottom: 0px;
}
.h2 .c-title{
    margin-bottom: 10px;
}

.seeall {
    text-align: right;
    float: right;
    color: #000;
    position: absolute;
    right: 6px;
    top: 26px;
    font-weight: bold;
    background: linear-gradient(270deg, #B59256, #EFF6C5, #B59256);
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    border-radius: 0.25rem;
    width: 110px;
    text-align: center;
    font-size: 14px;
}
.h-1 {
    position: relative;
}
#login .sign-in-page__body{
    padding: 32px 60px; 
}

.menuTitle {
    display: flex;
    background-color: #283965;
    justify-content: space-between;
    padding: 6px 10px;
    align-items: center;
    width: 232px;
    height: 40px;
    border-radius: 0 0 5px 5px;
}

.menuTitle .gameTitle {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.providerIcon img {
    width: 28px;
}


/* lang  */
.language-container {
    position: relative;
    display: inline-block;
}
.language-container .btn-lang {
    background-color: #007bff;
    color: #333;
    /* padding: 10px 20px; */
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.language-container .btn-lang:hover{
    color: #000000;
}
.language-container .btn-lang img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.language-container .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 325px;
    overflow: auto;
}
.hot-rewards .img{
    width: 40px;
    height: 40px;
}
.language-container .dropdown-menu li {
    display: flex;
    align-items: center;
    padding: 4px;
    cursor: pointer;
}
.language-container .dropdown-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    width: 100%;
    padding: 10px;
    padding-left: 16px;
    text-transform: capitalize;
}
.language-container .dropdown-menu li a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-size: cover;
}

.language-container .btn-lang i::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-size: cover;
}

.ico-lang-th::before {
    background-image: url(../images/lang-icon/th.png);
}
.ico-lang-en::before {
    background-image: url(../images/lang-icon/en.png);
}
.ico-lang-fr::before {
    background-image: url(../images/lang-icon/fr.png);
}
.ico-lang-es::before {
    background-image: url(../images/lang-icon/es.png);
}
.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.language-container .icon-language{
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

/* promo  */
.promo-img img{
    width: 458px;
    height: 180px;
}
#promoPage .btn-default, #promoPage .btn-clear{
    background: linear-gradient(270deg, #B59256, #EFF6C5, #B59256);
    color: #000;
}
.promo-img{
    float: left;
    width: 50%;
    padding-left: 10px;
}
.promo-item-desc {
    width: 100%;
    display: block;
    min-height: 65px;
    padding-left: 10px;
    margin: auto;
    text-align: center;
}
.promo_group_body{
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
#promoPage .btn-promotion, #promoPage .btn-default{
    width: 130px !important;
    height: auto; 
    background-color: #324780;
    border-radius: 5px ;
}
#promoPage .btn-promotion:hover{
    color: #fff;
    background-color: #F49C00;
}
.countdown, .promo-details-body *, .promo-pTitle{
    color: #fff !important;
}
#buttonNav{
    margin-top: 50px !important;
    margin-bottom: 20px;
}
.promo_group_body_inner {
    padding: 10px 10px 10px 0;
}
.promo_group_body_inner img{
    border-radius: 5px;
}
.promo-container{
    width: 1000px;
}
#promotionContainer{
    min-height: 688px !important;
}
#promoPage .btn-promotion.active{
    background-color: #F49C00 ;
    opacity: 1 !important;
    color: #fff;
    border: none;
}
.sweet-alert p{
    font-weight: 500;
}


/* vip  */

.vip-cont h4{
    color:#fff;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: #c6c6c6 !important;
}

   /*vip*/

   .vip {
    display: none;
}

.vip-cont {
    padding: 50px 0;
    min-height: 738px;
}

.vip-rade {
    text-transform: uppercase;
   
}
.tit_vip-rade{
    color: #fff ;
    font-size: 25px;
}

.vip-rade em {
    display: block;
    text-align: center;
}

.vip-rade h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--orange);
    text-shadow: 5px 5px 10px var(--orange);
}

.vip-rade progress {
    width: 100%;
}

.vip-lv {
    position: relative;
    height: 100px;
}

.vip-lv li {
    position: absolute;
    top: 10px;
    box-shadow: 0 5px 10px var(--000-1);
    background-color: white;
    border-radius: 5px 0 5px 5px;
    padding: 10px;
    min-width: 115px;
}

.vip-lv li corner {
    border-width: 0 0px 10px 10px;
    border-bottom-color: white;
    top: -10px;
    right: 0;
}

.vip-lv li h5 {
    text-transform: uppercase;
    color: var(--orange);
    font-size: 12px;
}

.vip-lv li.lv1 {
    left: 0%;
}

.vip-lv li.lv2 {
    left: 20%;
}

.vip-lv li.lv3 {
    left: 40%;
}

.vip-lv li.lv4 {
    left: 60%;
}

.vip-lv li.lv5 {
    left: 80%;
}

.vip-upgrade {
    display: flex;
}

.vip-card {}

.vip-buy {
    flex: 1;
}

.vip-buy li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #fff;
}

.vip-buy li span {
    text-transform: capitalize;
    color: #fff;
}

.vip-buy u {
    flex: 1;
}

.vip-buy b {
    padding: 10px 20px;
    border: 2px solid;
    color: var(--orange);
    text-transform: uppercase;
}

.vip-list table th{
    width: 20%;
    color: #fff;
}

.vip-list h4 {
    text-align: center;
    padding: 30px 0;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
}

.vip-list td {
/*    width: 15%;*/
}

.vip-info {
    padding: 30px 0;
}

.vip-info fold tt {
    display: flex;
    padding: 10px;
    cursor: pointer;
}

.vip-info fold tt h3 {
    flex: 1;
}

.vip-info fold tt i {
    margin: inherit;
}

.vip-info aside {
    padding: 0 20px;
}

.vip-info aside h5 {
    color: var(--orange);
}
/*mission*/

.mission {
    padding: 0;
    overflow: hidden;
}

.mission li {
    margin-bottom: 20px;
    transition-duration: 0s;
    width: 50%;
    float: left;
    padding: 0 10px !important;
}

.mission li a {
    display: block;
    background-color: white;
    box-shadow: var(--shadow);
    border-radius: 10px;
}

.mission-cont {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom-width: 1px;
}

.mission-cont em {
    margin: 0 30px;
    width: 90px;
    height: 90px;
    display: block;
}

.mission-cont h5 {
    font-size: 24px;
    flex: 1;
    text-transform: uppercase;
}

.mission-cont h5 span {
    font-size: 16px;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 10px;
}

.mission-info {
    display: flex;
    align-items: center;
    padding: 10px;
}

.mission-info em {
    flex: 1;
    text-transform: capitalize;
}

.mission-info .progress {
    width: 200px;
    display: flex;
    align-items: center;
}

.mission-info .progress progress {
    width: 100%;
    flex: 1;
    margin-top: 10px;
}

.mission-info .progress span {
    margin-left: 10px;
}
.slick-next{
    right: -3px !important;
}.slick-list{
    width: 1115px !important;
}
.ico-fluent-coin {
    background-image: url(/content/design1/images/ico/coin_color.svg);
    background-repeat: no-repeat;
    background-size: 85px;
}

.mission{
    margin-top:40px;
}
.slick-prev,.slick-next{
    display:block !important;
}
.slick-list{
    width: 1150px;
    margin-left: 50px;
}
.slick-next{
    right:50px
}
.slick-prev{
    left:20px;
}
.slick-next::before {
content: 'â€º';
}
.slick-prev::before {
content: 'â€¹';
}
.progress_{
    width: 175px;
    display: flex;
    align-items: center;
    
}
.mission-cont_ {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-bottom-width: 1px;
    justify-content: flex-end;
}
.mission-cont{
    border-bottom-width: 0px !important;
}
.vip-list table span, .vip-list table td{
    color: #fff;
}
.t_f{
    color: #fff;
}
.toggle-header {
    cursor: pointer;
    margin: 10px 0;
}

.toggle-content {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

p.congratulation{
    font-size: 26px;
    color: #ffffff;
}
p.success {
    font-size: 20px;
    color: #ffffff;
}
.btn.register-register{
    background: linear-gradient(270deg, #B59256, #EFF6C5, #B59256);
    color: #000;
}
.main_games{
    min-height: 1200px !important;
    margin-bottom: 2px;
}
.promo_t{
    display: none;
}