@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #191919;
}

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%;
}

input:focus-visible {
    outline: none;
}

/*header*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.container-fluid {
    max-width: 1025px;
}

.position-inherit {
    position: inherit;
}

.header-top .row {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 82px;
     */
}

.logo {
    padding: 5px 0;
}

.logo img {
    max-width: 233px;
}

.header-right {
    margin-top: 10px;
}

.headright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.mobile-icon {
    margin-right: 10px;
}

.login_bar {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #a5a5a5;
}

.log-group {
    margin: 0 5px;
}

.log-group input {
    border: none;
    border-radius: 3px;
    width: 161px;
    height: 30px;
    padding: 0 10px;
    background-color: #e0e0e0;
    color: #000;
    font-size: 13px;
}

.login_btn {
    background: #9b2528;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: auto;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
}

.join_btn {
    background: #00796b;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: auto;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
    flex: none;
}

.login_btn a,
.join_btn a {
    color: #fff;
    font-weight: 600;
}

.languageToggle {
    cursor: pointer;
}

.languageToggle img {
    max-width: 29px;
}

.languageToggle i {
    font-size: 18px;
    vertical-align: sub;
    margin-left: 5px;
}

.languageToggle button {
    background: none;
    border: none;
}

.languageToggle .btn-secondary:hover {
    color: #fff;
    background-color: #ffffff00;
    border-color: #ffffff00;
}

.languageToggle .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 20px;
}

.btmtools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a5a5a5;
    font-size: 12px;
    padding: 5px 10px 0;
    padding-left: 33px;
}

.forgot-link a {
    color: #a5a5a5;
    /* text-decoration: underline; */
    font-size: 12px;
}

.header-top {
    background: #ffffff;
}

.languageToggle .dropdown-menu {
    background-color: #2b2b2b;
}

.languageToggle .dropdown-menu a {
    display: block;
    padding: 2px;
}

.header-menu {
    background: #9b2528;
    position: relative;
}

.main-nav {
    display: flex;
    align-items: center;
    /* height: 47px;
     */
    justify-content: center;
}

.main-nav li.nav-item {
    margin: 0px 15px;
}

.main-nav li.nav-item a.navlink {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.main-nav li.nav-item a.navlink img {
    width: 32px;
}

.main-nav li.nav-item a.navlink .h_img_hover {
    display: none;
}

.main-nav li.nav-item.active a.navlink .h_img_hover,
.main-nav li.nav-item:hover a.navlink .h_img_hover {
    display: block;
}

.main-nav li.nav-item.active a.navlink .h_img,
.main-nav li.nav-item:hover a.navlink .h_img {
    display: none;
}

.main-nav li.nav-item.active a.navlink,
.main-nav li.nav-item:hover a.navlink {
    color: #ffd143;
}

.megamenu {
    width: 100%;
    left: 0px;
    top: 49px;
    position: absolute;
    color: #fff;
    z-index: 20;
    margin: 0px;
    text-align: left;
    font-size: 15px;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.wbg3 {
    background: rgb(255 255 255 / 88%);
}

.main-nav li .megamenu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    visibility: hidden;
    transition-delay: 0.3s;
    transition-duration: 0.3s;
}

.main-nav li:hover .megamenu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -webkit-transform: rotateX(20deg);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.menu-in {
    display: block;
    margin: 0px auto;
    border: none;
}

.menu-in ul {
    padding: 0;
    margin: auto;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    max-width: 1025px;
    /* display: grid;
     grid-template-columns: repeat(5, 1fr);
    */
    border: none;
}

.menu-in ul li {
    width: auto;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0px;
}

.menu-in ul li:hover {
    background-color: rgb(255 255 255);
}

.menu-in ul li:hover p {
    background-color: rgb(155 37 40);
}

.menu-col {
    display: inline-block;
}

.menu-col-logo {
    padding: 0px 10px 0px 10px;
}

.main-nav li.nav-item a.navlink .megamenu img {
    width: auto;
}

.headplaynow {
    color: #bfbfbf;
    display: block;
    background-color: #000000;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 12px;
}

.black-bar {
    background: #000000;
    height: 29px;
    width: 100%;
    margin-top: -29px;
}

/*end*/
/*index*/
.notice-sec {
    /* background: #881850;
     */
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
}

.annouce-in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    height: 33px;
    background-color: #000000bd;
    padding: 10px;
}

.icon {
    color: #fff;
    font-size: 18px;
    width: 20px;
}

.runningtext {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 100%;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}

.slider_main {
    position: relative;
}

.index_lobby {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    text-align: center;
    padding: 20px 0;
}

.index_lobby a img {
    width: 100%;
}

.index_lobby a {
    position: relative;
    overflow: hidden;
}

.index_lobby a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.index_lobby a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.index_content_tit {
    text-align: center;
    color: #9b2528;
    font-size: 34px;
}

.index_qua {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0;
    width: 1010px;
    margin: auto;
}

.index_timer_wrap {
    position: relative;
    text-align: center;
}

.progress-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
}

.index_timer_font {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #9b2528;
}

.qualityservice_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.qualityservice_inner_img {
    text-align: center;
}

.qualityservice_inner .qualityservice_inner_img img {
    width: 100%;
}

.qualityservice_inner_title {
    font-size: 20px;
    color: #9b2528;
    font-weight: 700;
}

.qualityservice_inner_content {
    font-size: 13px;
    color: #000000;
}

/*end*/
/*footer*/
.footer_section {
    padding: 0px 0 0 0;
    color: #ffffff;
}

.footer_menu {
    background-color: #252525;
    padding: 10px 0;
    text-align: center;
}

.menu-footer a {
    color: #ffffff;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #ffffff;
}

.menu-footer a:last-child {
    border-right: none;
}

.footer_menu_b {
    background-color: #0e0e0f;
    text-align: center;
    padding: 10px 0 40px 0;
}

.footer_menu_b hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.f_social img {
    width: 40px;
    margin: 0 10px;
}

.c_right {
    color: #454545;
    margin: 10px 0;
}

.side-right {
    position: fixed;
    z-index: 99999;
}

.social {
    position: fixed;
    perspective: 1000px;
    right: 7px;
    top: 20%;
    padding: 0;
    margin: 0;
    -moz-box-shadow: 0px 0px 6px 0px rgb(203, 182, 152, 0.7);
}

.image_hover {
    display: none;
}

.social-ico:hover .image_normal {
    display: none;
}

.social-ico:hover .image_hover {
    display: block;
}

.social li {
    display: flex;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: center;
    transition: background .5s ease .300ms;
    margin-bottom: 10px;
    margin-top: 14px;
    align-items: center;
}

.social li a:hover {
    /* background:linear-gradient(to bottom, #f1e767 0%, #e7d277 0%, #cea443 38%, #f5ea96 67%, #cfa43a 100%);
     */
}

.social li a {
    display: flex;
    height: auto;
    width: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.social li span {
    float: left;
    text-align: left;
    color: #ffffff;
    padding: 0px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateX(180deg);
    border-radius: 0px;
    transition: all .5s ease .300ms;
    position: absolute;
    /* top: 5px;
     */
    right: 60px;
    border-radius: 5px;
    background: #9c2529;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.np-ef {
    width: auto;
    height: 52px;
    padding: 5px;
    background: #ffffff;
    color: #cbb698;
    font-size: 15px;
    /* border:1px solid #f5ea96;
     */
    min-width: 180px;
}

/*.social li span:after{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    right:-21px;
    top:10px;
    border-left:10px solid #f5ea96;
    border-right:10px solid transparent;
    border-bottom:10px solid transparent;
    border-top:10px solid transparent;
}
*/
.social li:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
}

.np-ef_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    font-size: 13px;
    padding: 10px;
}

.np-ef_inner:hover {
    background-color: #00000000;
    cursor: pointer;
}

.np-ef_inner:last-child {
    margin-bottom: 0px;
}

.icon-wrapper {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccad8d;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.np-ef_inner_link {
    color: #ffffff;
    line-height: initial;
}

.np-ef_inner_title {
    font-weight: 700;
    line-height: initial;
}

.np-ef_inner_title a {
    background: none;
    border: none;
}

.np-ef_inner_title a.np-ef_inner_title_info {
    font-weight: 700;
    line-height: initial;
    width: auto;
    color: #ffffff;
    height: auto;
    padding: 10px;
    background: none;
    border: none;
}

.np-ef_inner_title a.np-ef_inner_title_info:hover {
    text-decoration: none;
    border: none;
    background: none;
}

/*end*/
/*sports*/
.sports_bg {
    background: #fff url(../images/sports/BG.jpg)no-repeat top center;
    min-height: 500px;
}

.sports_select {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    width: 800px;
    margin: auto;
    padding: 20px;
}

.sports_tab {
    cursor: pointer;
    position: relative;
}

.sports_tab span {
    position: absolute;
    top: 47%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
}

.sports_tab img {
    text-align: center;
    margin: auto;
}

.sports_select .sports_tab .sports_img_hover {
    display: none;
}

.sports_select .sports_tab.active .sports_img_hover {
    display: block;
}

.sports_select .sports_tab.active .sports_img {
    display: none;
}

.sports_wrap {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

a.sports_btn {
    color: #fff;
    background-color: #9b2528;
    padding: 16px 51px;
    position: absolute;
    bottom: 6%;
    margin: auto;
    font-size: 21px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 6px #560508;
}

/*end*/
/*casino*/
.index_body_custom {
    overflow: hidden;
}

.casino_bg {
    background: #c9c9c9 url(../images/casino/BG.jpg)no-repeat top center;
    min-height: 500px;
}

.casino_main {
    margin-top: 400px;
    margin-bottom: 20px;
}

.casino_top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}

.casino_play_wrap {
    position: relative;
}

.casino_play_wrap img {
    width: 100%;
}

.casino_playbg {
    display: flex;
    justify-content: space-between;
    background-color: #000000d6;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.casino_btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    min-width: 101px;
    border-radius: 5px;
    font-size: 12px;
}

.casino_btn:hover {
    background-color: #ffd144;
    border: 1px solid #ffd144;
    color: #000;
    transition: 0.3s;
}

.casino_top .casino_btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    min-width: 137px;
    border-radius: 5px;
    font-size: 16px;
    padding: 3px;
}

.casino_top .casino_btn:hover {
    background-color: #ffd144;
    border: 1px solid #ffd144;
    color: #000;
    transition: 0.3s;
}
.casino_txt {
    color: #fff;
    font-size: 18px;
}

.casino_bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

/*end*/
/*fish*/
.fish_bg {
    background: #c9c9c9 url(../images/fishing/BG.jpg)no-repeat top center;
    min-height: 500px;
}

.fish_bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

/*end*/
/*slots*/
.slots_bg {
    background: #c9c9c9 url(../images/slots/BG.jpg)no-repeat top center;
    min-height: 500px;
}

.swiper-wrapper .nav {
    display: initial;
}

.swiper-wrapper.nav {
    display: flex;
    flex-wrap: inherit !important;
}

/*.swiper-slide.active{background:linear-gradient(to right, rgba(247,34,247,1) 0%, rgba(137,37,244,1) 100%) !important;height: auto;}*/
.swiper-slide img {
    display: block;
    margin: 5px 2px;
    width: 88px;
    height: auto;
    /* max-width: 87px; */
}

.swiper-slide {
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    margin-right: 7px !important;
}

.swiper {
    width: 100%;
    padding: 0px 30px;
    background: #0f0f0f;
}

.swiper-button-prev {
    left: 5px;
    background: #9b2528;
    position: absolute;
    color: #ffffff;
    padding: 10px;
    border-radius: 80px;
    top: 60%;
    width: 28px;
    height: 28px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.swiper-button-next {
    right: 5px;
    background: #9b2528;
    position: absolute;
    top: 60%;
    color: #ffffff;
    padding: 10px;
    border-radius: 80px;
    width: 28px;
    height: 28px;
}

.swiper-slide p {
    font-weight: bold;
    position: absolute;
    color: #fff;
    bottom: 8px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.flex-column {
    flex-direction: inherit !important;
}

.swiper-slide img.slots_img_h {
    display: none;
}

.swiper-slide.active img.slots_img_h {
    display: block;
}

.swiper-slide.active img.slots_img {
    display: none;
}

.slot_check {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 4px;
}

.swiper-slide.active .slot_check {
    background-color: #9b2528;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
    background: #5e5e5e;
}

ul.nav.filter-list {
    /* background: #0f0f0f; */
    margin-top: 8px;
}

ul.nav.filter-list li {
    min-width: 120px;
    text-align: center;
}

ul.nav.filter-list li a {
    color: #000000;
    display: block;
    padding: 8px 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    border-bottom: 2px solid transparent;
}

ul.nav.filter-list li.active a,
ul.nav.filter-list li:hover a {
    color: #9b2528;
    background: #8925f400;
    border-bottom: 2px solid #9b2528;
}

.slot_main {
    margin-top: 440px;
    margin-bottom: 20px;
}

.slot_search_wrap {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.slots_search {
    width: 348px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.seach_cus,
.btn.btn-link {
    background-color: transparent;
}

.fa-search {
    color: #000;
}

.slots_search .input-group {
    border: 1px solid grey;
    border-radius: 5px;
}

.thumbnail-slots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.thumbnail-slots a img {
    width: 100%;
}

.thumb_txt {
    background-color: #fff;
    padding: 10px;
    color: #000;
    text-align: center;
    font-weight: 900;
}

/*end*/
/*promo*/
.mix {
    display: none;
}

.filter-menu-bar {
    padding: 20px 0;
    /* background-color:#110e16; */
    display: flex;
    justify-content: center;
}

.pmbox {
    background: none;
    color: #8f8f8f;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.pmbox.active {
    /* background:linear-gradient(to bottom, rgba(247,34,247,1) 0%, rgba(137,37,244,1) 100%); */
    color: #9b2528;
    border-bottom: 2px solid #9b2528;
}

.promo-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.pm-boxer {
    /* display:grid; */
    /* grid-template-columns:55% 45%; */
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 10px 0;
    grid-gap: 10px;
    background-color: #fff;
}

.pm-boxer_inner {
    display: grid;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    color: #fff;
    padding: 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.moreinfo_btn {
    background-color: #023c7a;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.apply_btn {
    background: transparent;
    color: #a52424;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
    border: 1px solid #a52424;
}

.apply_btn:hover {
    background: linear-gradient(to right, #801d20 0%, #a52424 100%) !important;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
    border: 1px solid #a52424;
}

.text_red {
    color: red;
}

.text_blue {
    color: blue;
}

.modal-dialog.promo {
    max-width: 800px !important;
}

.modal-content.promo {
    padding: 20px;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 19px;
    padding: 8px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
}

.pmtable-wrapper {
    margin: 15px 0;
}

table.promo-table tr th {
    color: #fff;
    background: #013B7A;
    padding: 4px;
    border: 1px solid #013B7A;
}

table.promo-table tr td {
    border: 1px solid rgb(1 59 122 / 33%);
}

.pmbox {
    padding: 10px 30px;
    font-size: 16px;
}

.pm-boxer_inner h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.modal-content.promo {
    overflow: hidden;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 600;
    background: #009fde;
    color: #fff;
    margin: -20px -20px 5px;
    padding: 0;
}

button.close-promo {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    background-color: #9b2528;
    border-radius: 113px;
    width: 34px;
}

.moreinfo_btn {
    background-color: #8925f4;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.pm-boxer img {
    width: 100%;
}

.promo_bg {
    background-color: #eeeeee;
}

.promo_m_title {
    color: #9b2528;
    font-weight: 900;
}

/*end*/
/*vip*/
.vip_bg {
    background: #c9c9c9 url(../images/vip/BG.jpg)no-repeat top center;
    min-height: 500px;
}

.vip_table {
    background-color: #fff;
}

.vip_table table {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
}

.txt-1-cus {
    color: #da4532;
}

.txt-2-cus {
    color: #da9c5f;
}

.txt-3-cus {
    color: #cfcfcf;
}

.txt-4-cus {
    color: #ffd164;
}

.txt-5-cus {
    color: #ffffff;
}

.txt-6-cus {
    color: #6ee7f9;
}

.vip_table table thead tr:first-child {
    background-color: #080a0d;
}

.vip_table table thead tr th img {
    margin-top: -25px;
}

.bg-red {
    background-color: #9b2528;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.vip_table table tbody tr td {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
}

.vip_table table tbody tr:nth-child(1n) {
    background-color: #f0f0f1;
}

.vip_table table tbody tr:nth-child(2n) {
    background-color: #ffffff;
}

.vip_table table tbody tr td:first-child {
    text-align: left;
}

.vip_table table tbody tr td.vip_1_row {
    border-top: none;
}

.vipTnc ul {
    list-style-type: decimal;
    padding-left: 10px;
}

.vip_table_title {
    color: #9b2528;
    font-size: 28px;
    font-weight: 700;
}

/*end*/
/*register*/
.reg_bg {
    background: #000 url(../images/register/BG.jpg)no-repeat top center;
    min-height: 500px;
    padding: 30px 0;
    overflow: hidden;
}

.reg_bg_wrap {
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 40px 27px 40px;
    width: 800px;
    margin: auto;
}

.regfield {
    display: grid;
    grid-template-columns: 217px auto;
    grid-gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.regfield .label {
    align-self: center;
    font-weight: 700;
    font-size: 17px;
}

.rgfeild {
    position: relative;
}

.regfield input {
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid #d6d6d6;
    height: 34px;
    border-radius: 5px;
}

.reg_tit {

    text-align: center;
    color: #9b2528;
    font-weight: 700;
    font-size: 40px;
    margin: 20px 0;
}

.rg_code {
    display: flex;
    align-items: center;
}

.reg_check {
    text-align: center;
    padding: 12px 0;
    display: flex;
    align-items: baseline;
    width: 94%;
    margin: auto;
    font-size: 14px;
}

.reg_txt_red {
    color: #9b2528;
    font-weight: 900;
}

.reg_btn_cus {
    background: #9b2528;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    min-width: 323px;
    /* height: 30px; */
    font-size: 19px;
    margin-right: 0px;
    padding: 5px 30px;
}

.reg_btn_cus a {
    color: #fff;
}

.reb_float {
    position: relative;

}

.reg_img_left {
    position: absolute;
    left: -247px;
    bottom: -31px;
}

.reg_img_left img {
    width: 95%;
}

.reg_img_right {
    position: absolute;
    right: -214px;
    bottom: -34px;
}

.reg_img_right img {
    width: 96%;
}

/*end*/
/*info*/
.inforow {
    background: #ffffff;
    border-radius: 0;
    padding: 20px;
}

section.header-info {
    background: #000;
}

.title-info {
    text-align: center;
    background: linear-gradient(to bottom, rgba(247, 34, 247, 1) 0%, rgba(137, 37, 244, 1) 100%);
    color: #fff;
    font-weight: 700;
    padding: 8px;
    font-size: 17px;
}

.info-menu-wrapper {
    display: grid;
    margin: 0px auto;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 15px;
    width: 1000px;
}

.info_item {
    display: block;
    color: #8d8d8d;
    text-align: center;
    font-size: 17px;
    padding: 15px 0;
    line-height: 17px;
    font-weight: bold;
}

.info_item img {
    filter: grayscale(1) contrast(0.1);
    margin-bottom: 15px;
    width: 88px;
}

.info_item:hover,
.info_item.active {
    color: #881850;
}

.info_item:hover img,
.info_item.active img {
    filter: none;
}

.faq-card,
.tnc-card {
    border-bottom: 1px solid #838383;
}

button.btn-tnc {
    background: #9b2528;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: none;
    color: #707070;
}

.tnc-body {
    padding: 20px 15px;
    color: #000000;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

.copyright-info {
    padding: 15px 15px;
    text-align: right;
    font-size: 12px;
    color: #8d8d8d;
}

.termcaps {
    color: #7e8c8d;
    font-size: 16px;
    margin: 10px 15px;
}

.info_bg {
    background-color: #eeeeee;
}

.info_hr {
    width: 100%;
}

.our-mission {
    width: 1200px;
    margin: 0px auto;
    padding: 20px 0px;
    /* border-top: 1px solid #5a5a5a; */
    color: #000;
}

button.btn-tnc:focus {
    outline: none;
}

/*end*/
/*index-after*/
.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgb(255 255 255);
    color: #000;
    z-index: 2;
    text-align: center;
    border: 1px solid #ababab;
    right: 13%;
    border-radius: 5px;
}

.balance-drop:hover .dropdown-balance {
    display: block;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
}

.main-item,
.main-amount {
    background: linear-gradient(to bottom, rgba(157, 54, 209, 1) 0%, rgba(66, 9, 93, 1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.main-item,
.main-amount {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
    text-align: left;
}

.balc {
    display: inline-block;
    margin: 0 3px;
}

.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.balance-drop {
    cursor: pointer;
    position: relative;
}

/*end*/
/*afterlogin*/
.afterlogin_bg {
    background-color: #eeeeee;
}

.afterlogin_main_bg {
    background-color: #fff;
    padding: 10px;
}

.afterlogin_main_wrap {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 10px;
}

.sidebarpanel_menu {
    background-color: #000;
    padding: 5px 0;
    height: fit-content;
    /* min-height: 500px; */
    border-radius: 5px;
}

.sidebarpanel_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebarpanel_menu ul li a {
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0px;
    border-radius: 0px;
    line-height: initial;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    word-break: break-all;
    padding: 10px;
    color: #ffffff;
}

.sidebarpanel_menu ul li.active a,
.sidebarpanel_menu ul li:hover a {
    background-image: none;
    background-color: #9b2528;
    color: #fff;
}

.sidebarpanel_menu ul li.active a img,
.sidebarpanel_menu ul li:hover a img {
    filter: brightness(16.5);
}

.sidebarpanel_menu ul li a img {
    width: 30px;
    margin-right: 5px;
}

ul.nav-tabs.deposit_tabs {
    /* background-color: #f2f1f1; */
    border-bottom: 0;
    padding: 0px;
    border-radius: 0px;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
}

.nav-tabs.deposit_tabs .nav-item.show .nav-link,
.nav-tabs.deposit_tabs .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #9b2528;
    color: #9b2528;
}

.nav-tabs.deposit_tabs .nav-link {
    border: none;

    color: #495057;
    font-size: 12px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.nav-tabs.deposit_tabs .nav-item:last-child .nav-link {
    border-right: 1px solid transparent;
}

.nav-tabs.deposit_tabs .nav-link img {
    filter: grayscale(1) contrast(0.5);
    height: 50px;
}

.nav-tabs.deposit_tabs .nav-link.active img {
    filter: grayscale(0);
}

.nav-tabs.deposit_tabs .nav-item {
    margin-bottom: -1px;
    min-width: 146px;
    text-align: center;
}

/*.nav-tabs.deposit_tabs .nav-link:after{
    content: "";
    height: 35px;
    border-right: 1px solid #c8c8c8;
    position: absolute;
    right: 0;
    top: 15px;
}
.nav-tabs.deposit_tabs li:last-child .nav-link:after{
    content: "";
    height: 35px;
    border-right: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 15px;
}*/
.deposit_bank_pro {
    display: flex;

    margin: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.deposit_bank_pro_wrap {
    padding: 8px;
    color: grey;
    text-align: center;
    border: 1px solid grey;
    border-radius: 10px;
    min-width: 139px;
    margin: 5px 5px;
    cursor: pointer;
}

.deposit_bank_pro_txt {
    display: block;
}

.deposit_bank_pro_wrap img {
    filter: grayscale(1) contrast(0.5);
    width: 50px;
}

.deposit_bank_pro_wrap.active img,
.deposit_bank_pro_wrap:hover img {
    filter: grayscale(0);
}

.deposit_bank_pro_wrap.active,
.deposit_bank_pro_wrap:hover {
    color: #9b2528;
    border: 1px solid #9b2528;
}

.sidebarpanel_from_wrap {
    display: grid;
    grid-template-columns: 200px auto;
    margin-bottom: 20px;
    font-size: 14px;
    align-items: center;
    margin-top: 10px;
}

.sidepanel_copy {
    display: flex;
    align-items: center;
}

.sidepanel_copy_input {
    position: relative;
    width: 100%;
}

.copy_btn {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

.copy_btn img {
    width: 26px;
}

.sidepanel_copy_input.sidepanel_copy_input_cus input {
    background-color: #dbdbdb;
    width: 100%;
}

.sidepanel_rate {
    width: 145px;
    text-align: center;
}

.note_cus {

    color: #9b2528;
}

.note_cus img {

    width: 20px;
    margin-right: 5px;
}

.sidepanel_btn {

    background-color: #dbdbdb;
    min-width: 100px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_submit {

    background-color: #9b2528;
    color: #fff;
    border: none;
    padding: 8px 8px;
    min-width: 185px;
    border-radius: 5px;
}

.sidepanel_important {
    background-color: #f2f1f1;
    padding: 15px;
    border-radius: 5px;
}

.sidepanel_important h4 {
    color: #ee602a;
    font-size: 13px;
    font-weight: bold;
}

.sidepanel_important ul {
    padding: 0;
    list-style-type: decimal;
    font-size: 12px;
    padding-left: 10px;
}

.sidepanel_copy_input_custom {
    display: flex;
    align-items: center;
}

.side_tit {
    width: 200px;
}

.withdrawal table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
    background-color: #e2e2e2;
    margin: 10px 0;
}

.withdrawal table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #00796b;
}

.withdrawal table td {
    text-align: left;
    padding: 8px;

    border: 1px solid #ffffff;

    background-color: #e2e2e2;
}

.withdrawal table td:first-child {
    text-align: left;
}

.withdrawal_a {
    text-align: right;
    margin-bottom: 10px;
}

.withdrawal_a a {
    color: #9b2528;
}

.txt_amount_with {
    color: #9b2528;
    font-weight: 700;
}

.transfer_title {
    font-weight: 700;
}

.trans_table_top {
    border-bottom: 1px solid #a1a1a1;
    text-align: center;
    font-weight: 600;
}

.trans_table_btm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
    font-weight: 600;
}

.profile_table_btm {
    display: grid;
    grid-template-columns: 200px auto;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
    font-size: 14px;
    align-items: center;
}

.profile_table_title {
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #a1a1a1;
}

.profile_table_btm input {
    border: none;
    font-size: 14px;
}

.profile_input input {
    width: 50%;
}

ul.deposit_bank_pro {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-top: 10px;
}

ul.deposit_bank_pro li a {
    color: #495057;
    filter: grayscale(1);
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
}

ul.deposit_bank_pro li.active a {

    filter: grayscale(0);
    color: #9b2528;
    border-bottom: 1px solid #9b2528;
}

.history_search {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}

.history_search input.form-control {
    /* width: 26%; */
}

.history_search span {
    margin: 0 10px;
}

table.history_table {
    text-align: center;
}

.history_table tr th {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-weight: 600;
}

.inbox_msg_text {
    color: #9b2528;
    cursor: pointer;
}

.withdrawal.inbox_t table td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ffffff;
    background-color: #e2e2e2;
}

.sidebarpanel_content {
    min-height: 500px;
}

.rebate_qr {
    width: 200px;
}

/*download*/
.downloadTab {
    margin: 20px 0;
}

.downloadTab .nav-pills .nav-link {
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    margin-bottom: 5px;
    height: 50px;
    color: #858585;
    align-items: center;
    display: flex;
}

.downloadTab .nav-pills .nav-link.active,
.downloadTab .nav-pills .nav-link:hover {
    background: linear-gradient(to bottom, rgb(155 37 40) 0%, rgb(90 0 2) 100%);
    color: #fff;
}

.downloadbody {
    text-align: center;
}

.downloadbox {
    text-align: center;
    width: 23%;
    margin: 0 5px;
    display: inline-block;
    height: 173px;
}

.ndl-btn {
    background: #9b2528;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}

.ndl-btn:hover,
.ndl-btn:focus {
    color: #406794;
}

.adl-btn {
    background: #9b2528;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}

.adl-btn:hover,
.adl-btn:focus {
    color: #406794;
}

.dl {
    max-width: 500px;
    margin: auto;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    background-color: rgba(129, 157, 187, 0.15);
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    color: #000000;
}

.dl .username_custom {
    color: #6a8cb0;
}

.downloadboxContent {
    padding: 10px;
    border: 1px solid #c4c4c4;
    background: rgba(129, 157, 187, 0.15);
    min-height: 500px;
}

.downloadTab .flex-column {
    flex-direction: column !important;
}

/*downloadEND*/
.contact-us-header_inner {
    margin: 50px 0;
}

.contact_dotted {
    border-right: 1px dotted;
}

.box-about ul {
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    padding: 0px;
    gap: 10px;
}

.box-about ul li {
    background: #ffffff;
    border: 1px solid #9b2528;
    border-radius: 10px;
    gap: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 285px;
    width: 245px;
}

.box-about ul li h5 {
    color: #881850;
    font-weight: bold;
    font-size: 16px;
}

.box-about ul li p {
    text-align: center;
    color: #fff;
    padding: 0px 30px;
}

.box-about {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    padding-bottom: 40px;
}

.box-about2 {
    display: flex;
    justify-content: left;
    margin: 0px auto;
    padding-bottom: 40px;
    width: 900px;
    margin-left: 0;
}

.abt-img {
    color: #000;
    font-size: 16px;
}

.box-about ul li a {
    color: #9b2528;
    padding-top: 20px;
}
.btn_add{
    margin-left: 10px;
    min-width: 95px;
    font-size: 13px;
}

.add_on_modal .pm-title-wrapper {
    font-size: 20px;
    font-weight: 600;
    background: #1c1e21;
    color: #fff;
    margin: -20px -20px 5px;
    padding: 8px;
    text-align: center;
}
.add_bank_wrap{
    padding-top: 20px;
}
.withdrawal select.form-control {
    background-color: #c5c5c5;
    width: 100%;
    border: none;
    padding: 0;
}
.form-control:focus {
    box-shadow: unset;
}

.sports_share_pop{
    position: relative;
    cursor: pointer;
}
.playpop_sports {
    position: absolute;
    background: rgb(0 0 0 / 75%);
    height: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    display: grid;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
}
.sports_share_pop:hover .playpop_sports {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    height: 100%;
}
.play-btn_sports {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    height: auto;
    background: linear-gradient( 0deg,#9b2528 31%,#9b2528);
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    margin: auto;
    min-height: 34px;
    margin-top: 30px;
    border: none;
}
.playpop_txt_sports {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
/* 16/8/2023 */
.report-type{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.report-type span{
    min-width: 20%;
    margin: 0 10px;
    font-weight: 700;
}
.pagination {
    display: flex;
    max-width: 30%;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .pagination span {
    min-width: 20%;
    margin: 0 10px;
    font-weight: 700;
  }