@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

body {
    font-family: "Poppins", 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: 30px;
    width: 161px;
    height: 30px;
    padding: 0 10px;
    background-color: #e0e0e0;
    color: #000;
    font-size: 13px;
}

.login_btn {
    background: #1b74e4;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    width: auto;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
    min-width: 95px;
}

.join_btn {
    background: #40b429;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    width: auto;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
    flex: none;
    min-width: 95px;
}

.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: #1c1e21;
    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;
    position: relative;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.new-icon {
    background: #ff0000;
    border-radius: 5px;
    padding: 5px;
    width: 25px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 2px;
    font-size: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s infinite ease-in-out;
}

.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: #1b74e4;
}

.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*/
.index_product_title {
    background-color: #1b74e4;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.playpop {
    display: flex;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.notice-sec {
    background: #1c1e21;
    /* position: absolute; */
    bottom: 9px;
    left: 0;
    right: 0;
}

.index_lobby_a {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.index_lobby_a:hover .playpop {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    transform: scale(1);
}

a.play-btn {
    display: block;
    font-size: 15px;
    font-weight: 700;
    min-width: 119px;
    margin: auto;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(to right, #1873e5, #159cf8);
    border-radius: 30px;
}

.index_lobby_a .playpop a.play-btn {
    border-radius: 30px;
}

.index_lobby_a:hover .playpop a.play-btn {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.annouce-in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    height: 33px;
    background-color: #1c1e21;
    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;
    border-radius: 10px;
}

/*.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*/
.follow_txt {
    color: #66686b;

    font-weight: 600;

    padding: 10px;
}

.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;
    text-transform: uppercase;
    font-size: 14px;
}

.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 5px;
}

.c_right {
    color: #454545;
    margin: 10px 0;
}

.side-right {
    position: fixed;
    z-index: 99999;
    display: none;
}

.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 0.5s ease 0.3ms;
    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 0.5s ease 0.3ms;
    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(3, 1fr);
    text-align: center;
    width: 976px;
    margin: auto;
    padding: 20px;
}

.sports_tab {
    cursor: pointer;
    position: relative;
}

.sports_tab span {
    position: absolute;
    top: 47%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}

.sports_tab span img {
    width: 100%;
    max-width: 90px;
    margin-right: 16px;
}

.sports_select .sports_tab span img {
    filter: grayscale(1);
}

.sports_select .sports_tab.active span img {
    filter: grayscale(0);
}

.sports_select .sports_tab span {
    color: #c0c0c0;
}

.sports_select .sports_tab.active span {
    color: #ffffff;
}

.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;
    padding: 8px 6px;
    position: absolute;
    bottom: 6%;
    margin: auto;
    font-size: 21px;
    font-weight: bold;
    border-radius: 60px;
    box-shadow: 0px 6px #03316c;
    background-image: linear-gradient(to right, #1873e5, #159cf8);
    text-transform: uppercase;
    min-width: 203px;
}

/*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;
    border-radius: 8px;
    overflow: hidden;
}

.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: 31px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.casino_btn:hover {
    background-color: #1b74e4;
    border: 1px solid #1b74e4;
    color: #fff;
    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(3, 1fr);
    grid-gap: 10px;
}

/*end*/
/*fish*/
.fish_bg {
    background: #c9c9c9 url(../images/fishing/BG.jpg) no-repeat top center;
    min-height: 500px;
}

.fish_bottom {
    grid-gap: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fish_bottom .casino_play_wrap {
    flex: 0 0 calc(36% - 40px);
}

/*end*/
/*slots*/
.slots_lobby_a {
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    overflow: hidden;
}

.slots_lobby_a:hover .playpop {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    transform: scale(1);
}

.slots_lobby_a .playpop a.play-btn {
    border-radius: 30px;
}

.slots_lobby_a:hover .playpop a.play-btn {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.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;
    border-radius: 37px;
}

.swiper-button-prev {
    left: 5px;
    background: #2b2b2b;
    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: #2b2b2b;
    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: #1b74e4;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.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;
    margin-right: 15px;
}

ul.nav.filter-list li a {
    color: #000000;
    display: block;
    padding: 8px 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

ul.nav.filter-list li.active a,
ul.nav.filter-list li:hover a {
    color: #1b74e4;
    background: #8925f400;
    border-bottom: 2px solid #1b74e4;
}

.slot_main {
    margin-top: 418px;
    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: 30px;
}

.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: 600;
}

/*end*/
/*promo*/
.mix {
    display: none;
}

.filter-menu-bar {
    padding: 20px 0;
    /* background-color:#110e16; */
    display: flex;
    justify-content: center;
    text-align: center;
}

.pmbox {
    background: none;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
    margin: 0 31px;
    cursor: pointer;
}

.pmbox.active {
    /* background:linear-gradient(to bottom, rgba(247,34,247,1) 0%, rgba(137,37,244,1) 100%); */
    color: #1b74e4;
    border-bottom: 2px solid #1b74e4;
}

.promo-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding-bottom: 20px;
}

.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: 0px 0;
    grid-gap: 10px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.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;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
}

.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: #1b74e4;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    min-width: 118px;
    height: 30px;
    font-size: 13px;
    border: 2px solid #1b74e4;
}

.apply_btn:hover {
    background: linear-gradient(to right, #1873e5 0%, #159cf8 100%) !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    min-width: 118px;
    height: 30px;
    font-size: 13px;
    border: 1px solid transparent;
}

.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;
}

p.promo_p {
    font-size: 13px;
    line-height: 25px;
}

.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: 0px 0px;
    font-size: 15px;
}

.pm-boxer_inner h4 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.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: #041539;
    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: #1b74e4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    margin: 10px 0;
}

/*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: #1b74e4;
    text-transform: uppercase;
}

.txt-2-cus {
    color: #da9c5f;
    text-transform: uppercase;
}

.txt-3-cus {
    color: #cfcfcf;
    text-transform: uppercase;
}

.txt-4-cus {
    color: #ffd164;
    text-transform: uppercase;
}

.txt-5-cus {
    color: #ffffff;
    text-transform: uppercase;
}

.txt-6-cus {
    color: #6ee7f9;
    text-transform: uppercase;
}

.vip_table table thead tr:first-child {
    background-color: #080a0d;
}

.vip_table table thead tr th img {
    margin-top: -25px;
}

.bg-red {
    background-color: #1b74e4;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.vip_table table tbody tr td {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    font-weight: 600;
}

.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;
    text-transform: uppercase;
}

.vip_table table tbody tr td.vip_1_row {
    border-top: none;
}

.vipTnc ul {
    list-style-type: decimal;
    padding-left: 10px;
    font-size: 14px;
}

.vip_table_title {
    color: #1b74e4;
    font-size: 25px;
    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;
    min-height: 541px;
}

.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: #1b74e4;

    font-weight: 700;

    font-size: 35px;

    margin: 20px 0;
}

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

.reg_check {
    text-align: center;
    padding: 12px 0;
    display: flex;
    align-items: baseline;
    width: 90%;
    margin: auto;
    font-size: 14px;
}

.reg_txt_red {
    color: #1b74e4;
    font-weight: 900;
}

.reg_btn_cus {
    background-image: linear-gradient(to right, #1873e5, #159cf8);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 44px;
    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: -129px;
    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(3, 1fr);
    margin-top: 15px;
    width: 955px;
}

.info_item {
    display: block;
    color: #8d8d8d;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.info_item img {
    filter: grayscale(1) contrast(0.1);
    margin-bottom: 15px;
    width: 88px;
}

.info_item:hover,
.info_item.active {
    color: #1b74e4;
}

.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: #575757;
    font-size: 15px;
}

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(1, 1fr);
    grid-gap: 0px 0px;
    font-size: 14px;
    padding: 5px;
}

.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 5px;
    height: fit-content;
    /* min-height: 500px; */
    border-radius: 26px;
}

.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: 0 0 5px 0;
    border-radius: 0px;
    line-height: initial;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    word-break: break-all;
    padding: 7px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebarpanel_menu ul li:last-child a {
    margin-bottom: 0;
}

.sidebarpanel_menu ul li.active a,
.sidebarpanel_menu ul li:hover a {
    background-image: none;
    background-color: #1b74e3;
    color: #fff;
    border-radius: 35px;
}

.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;
    margin-bottom: 10px;
}

.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 #1b74e3;
    color: #1b74e3;
}

.nav-tabs.deposit_tabs .nav-link {
    border: none;
    color: #495057;
    font-size: 12px;
    position: relative;
    border-bottom: 2px solid transparent;
    padding: 3px;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
}

.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: 3px 8px;
    color: grey;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    min-width: 139px;
    margin: 5px 5px;
    cursor: pointer;
}

.deposit_bank_pro_txt {
    display: block;
    font-size: 13px;
}

.deposit_bank_pro_wrap img {
    filter: grayscale(1) contrast(0.5);
    width: 43px;
}

.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: #1b74e3;
    border: 1px solid #1b74e3;
}

.sidebarpanel_from_wrap {
    display: grid;
    /* grid-template-columns: 200px auto; */
    margin-bottom: 20px;
    font-size: 14px;
    align-items: center;
    font-weight: 700;
}

.sidepanel_copy {
    display: flex;
    align-items: center;
    justify-content: 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: #1b74e3;

    font-weight: 500;
}

.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-image: linear-gradient(to right, #1873e5, #159cf8);

    color: #fff;

    border: none;

    padding: 8px 8px;

    min-width: 185px;

    border-radius: 30px;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 16px;
}

.sidepanel_important {
    background-color: #f2f1f1;
    padding: 15px;
    border-radius: 5px;
}

.sidepanel_important h4 {
    color: #1b74e3;
    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 {
    width: 100%;
    color: #000000;
    background-color: #e2e2e2;
    margin: 10px 0;
    border: 1px solid #1c1e21;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.withdrawal table th {
    /* border: 1px solid #d5d5d5; */
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1c1e21;
}

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

.withdrawal table td:first-child {
    text-align: left;
    font-weight: 600;
}

.withdrawal_a {
    text-align: right;
    margin: 0 0 10px 0;
}

.withdrawal_a a {
    color: #1b74e3;
    border-bottom: 1px solid #1b74e3;
    font-size: 13px;
    font-weight: 500;
}

.txt_amount_with {
    color: #1b74e3;
    font-weight: 700;
}

.transfer_title {
    font-weight: 700;
    padding-bottom: 10px;
}

.trans_table_top {
    border-bottom: 1px solid #a1a1a1;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.trans_table_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 118px;
    border-bottom: 1px solid #e3e3e3;
}

.trans_table_btm_price {
    font-weight: 700;
}

.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;
    padding-left: 0;
    font-weight: 700;
}

.profile_table_title {
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #a1a1a1;
    padding-left: 0;
}

.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: grid;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
}

ul.deposit_bank_pro li a {
    color: #495057;
    filter: grayscale(1);
    position: relative;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    font-weight: 600;
    background: #e9e9e9;
    padding: 6px;
    border-radius: 3px;
    display: flex;
    width: 100%;
    justify-content: center;
}

ul.deposit_bank_pro li.active a {
    filter: grayscale(0);

    color: #ffffff;

    border: 1px solid #1b74e3;

    background: #1b74e3;
}

.history_search {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
    font-weight: 700;
}

.history_search input.form-control {
    /* width: 26%; */
}

.history_search span {
    margin: 0 10px;
}

table.history_table {
    text-align: center;
}

.history_table tr:first-child th {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-weight: 700;
}

.history_table tr th {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-weight: 500;
}

.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: 900px;
}

.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 {
    border-radius: 10px;
    gap: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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;
    margin-bottom: 10px;
}

.box-about ul li a {
    color: #9b2528;
    padding-top: 20px;
}

.tr_btn {
    background: #40b429;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    width: auto;
    height: 30px;
    font-size: 13px;
    margin-right: 5px;
    flex: none;
    min-width: 131px;
}

.summary-wrapper .trans_table_wrap {
    grid-gap: 20px;
    font-size: 12px;
    border-bottom: none;
}

.summary-wrapper .trans_table_wrap .trans_table_btm {
    padding: 2px 5px;
}

a.login_bar_loga {
    display: block;
    text-align: center;
    color: grey;
}

.user_log {
    color: #000;
}

.tnc_ul {
    padding: 0;
    padding-left: 17px;
    margin: 0;
    list-style-type: decimal;
}

.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: #e2e2e2;
    width: 100%;
    border: none;
    padding: 0;
}

.form-control:focus {
    box-shadow: unset;
}

/* 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;
}

.report-input {
    width: 20%;
}

/* SEO */
.seo-content {
    padding: 15px 0;
}

.seo-content h1 {
    text-align: center;
}

.seo-content h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.seo-content h2 {
    font-size: 18px;
    font-weight: 600;
}

.seo-content h3 {
    font-size: 16px;
    font-weight: 600;
}

.seo-content p {
    font-size: 12px;
}

.seo-content ol {
    padding-left: 0;
    font-size: 12px;
    list-style: none;
}

/* FIREWORKS */
.pyro {
    z-index: 999;
    display: block;
    position: relative;
}

.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro>.after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    to {
        box-shadow: -195px 47.3333333333px #ff0000, 34px -105.6666666667px #37ff00, 55px -132.6666666667px #ff9100, 109px -45.6666666667px #ff005e, -190px -222.6666666667px #ff0059, 241px 77.3333333333px #0004ff, 76px -94.6666666667px aqua, -59px -153.6666666667px #ff1e00, 194px -348.6666666667px #ccff00, -185px -10.6666666667px #5500ff, -133px -406.6666666667px #ff7300, -60px -114.6666666667px #22ff00, 148px -228.6666666667px #ffaa00, -228px -274.6666666667px #a200ff, 168px -334.6666666667px #00ff51, 243px 24.3333333333px #0073ff, -149px 73.3333333333px #ffdd00, 197px -156.6666666667px #00ff91, 231px -291.6666666667px #4d00ff, -238px -308.6666666667px #51ff00, -150px 41.3333333333px #ff0048, -191px -135.6666666667px #ff5900, 79px -77.6666666667px #0033ff, -12px -23.6666666667px #00ff15, -207px -407.6666666667px #ffb300, -247px -322.6666666667px #ff5500, -64px 82.3333333333px #bbff00, -170px -237.6666666667px #d500ff, -238px -37.6666666667px #ff00e6, 155px -376.6666666667px #ff7700, -85px 56.3333333333px #ff5e00, 141px -334.6666666667px #0062ff, 4px -244.6666666667px #d0ff00, 214px -359.6666666667px #9d00ff, -91px -373.6666666667px #a2ff00, 191px 82.3333333333px #ffbb00, 241px -255.6666666667px #ff00c8, 201px -45.6666666667px #ff0048, -61px -367.6666666667px #0066ff, 236px 60.3333333333px #00ff48, -134px -109.6666666667px #ccff00, -69px -23.6666666667px #0077ff, -102px -253.6666666667px #0040ff, -222px 14.3333333333px #00ff44, -228px -202.6666666667px #1e00ff, 120px -6.6666666667px #0400ff, -57px -178.6666666667px #ff0091, -72px 82.3333333333px #00ccff, 126px -75.6666666667px #ffd900, -88px -138.6666666667px #ff8800, -99px -192.6666666667px #ff8000;
    }
}

@-moz-keyframes bang {
    to {
        box-shadow: -195px 47.3333333333px #ff0000, 34px -105.6666666667px #37ff00, 55px -132.6666666667px #ff9100, 109px -45.6666666667px #ff005e, -190px -222.6666666667px #ff0059, 241px 77.3333333333px #0004ff, 76px -94.6666666667px aqua, -59px -153.6666666667px #ff1e00, 194px -348.6666666667px #ccff00, -185px -10.6666666667px #5500ff, -133px -406.6666666667px #ff7300, -60px -114.6666666667px #22ff00, 148px -228.6666666667px #ffaa00, -228px -274.6666666667px #a200ff, 168px -334.6666666667px #00ff51, 243px 24.3333333333px #0073ff, -149px 73.3333333333px #ffdd00, 197px -156.6666666667px #00ff91, 231px -291.6666666667px #4d00ff, -238px -308.6666666667px #51ff00, -150px 41.3333333333px #ff0048, -191px -135.6666666667px #ff5900, 79px -77.6666666667px #0033ff, -12px -23.6666666667px #00ff15, -207px -407.6666666667px #ffb300, -247px -322.6666666667px #ff5500, -64px 82.3333333333px #bbff00, -170px -237.6666666667px #d500ff, -238px -37.6666666667px #ff00e6, 155px -376.6666666667px #ff7700, -85px 56.3333333333px #ff5e00, 141px -334.6666666667px #0062ff, 4px -244.6666666667px #d0ff00, 214px -359.6666666667px #9d00ff, -91px -373.6666666667px #a2ff00, 191px 82.3333333333px #ffbb00, 241px -255.6666666667px #ff00c8, 201px -45.6666666667px #ff0048, -61px -367.6666666667px #0066ff, 236px 60.3333333333px #00ff48, -134px -109.6666666667px #ccff00, -69px -23.6666666667px #0077ff, -102px -253.6666666667px #0040ff, -222px 14.3333333333px #00ff44, -228px -202.6666666667px #1e00ff, 120px -6.6666666667px #0400ff, -57px -178.6666666667px #ff0091, -72px 82.3333333333px #00ccff, 126px -75.6666666667px #ffd900, -88px -138.6666666667px #ff8800, -99px -192.6666666667px #ff8000;
    }
}

@-o-keyframes bang {
    to {
        box-shadow: -195px 47.3333333333px #ff0000, 34px -105.6666666667px #37ff00, 55px -132.6666666667px #ff9100, 109px -45.6666666667px #ff005e, -190px -222.6666666667px #ff0059, 241px 77.3333333333px #0004ff, 76px -94.6666666667px aqua, -59px -153.6666666667px #ff1e00, 194px -348.6666666667px #ccff00, -185px -10.6666666667px #5500ff, -133px -406.6666666667px #ff7300, -60px -114.6666666667px #22ff00, 148px -228.6666666667px #ffaa00, -228px -274.6666666667px #a200ff, 168px -334.6666666667px #00ff51, 243px 24.3333333333px #0073ff, -149px 73.3333333333px #ffdd00, 197px -156.6666666667px #00ff91, 231px -291.6666666667px #4d00ff, -238px -308.6666666667px #51ff00, -150px 41.3333333333px #ff0048, -191px -135.6666666667px #ff5900, 79px -77.6666666667px #0033ff, -12px -23.6666666667px #00ff15, -207px -407.6666666667px #ffb300, -247px -322.6666666667px #ff5500, -64px 82.3333333333px #bbff00, -170px -237.6666666667px #d500ff, -238px -37.6666666667px #ff00e6, 155px -376.6666666667px #ff7700, -85px 56.3333333333px #ff5e00, 141px -334.6666666667px #0062ff, 4px -244.6666666667px #d0ff00, 214px -359.6666666667px #9d00ff, -91px -373.6666666667px #a2ff00, 191px 82.3333333333px #ffbb00, 241px -255.6666666667px #ff00c8, 201px -45.6666666667px #ff0048, -61px -367.6666666667px #0066ff, 236px 60.3333333333px #00ff48, -134px -109.6666666667px #ccff00, -69px -23.6666666667px #0077ff, -102px -253.6666666667px #0040ff, -222px 14.3333333333px #00ff44, -228px -202.6666666667px #1e00ff, 120px -6.6666666667px #0400ff, -57px -178.6666666667px #ff0091, -72px 82.3333333333px #00ccff, 126px -75.6666666667px #ffd900, -88px -138.6666666667px #ff8800, -99px -192.6666666667px #ff8000;
    }
}

@-ms-keyframes bang {
    to {
        box-shadow: -195px 47.3333333333px #ff0000, 34px -105.6666666667px #37ff00, 55px -132.6666666667px #ff9100, 109px -45.6666666667px #ff005e, -190px -222.6666666667px #ff0059, 241px 77.3333333333px #0004ff, 76px -94.6666666667px aqua, -59px -153.6666666667px #ff1e00, 194px -348.6666666667px #ccff00, -185px -10.6666666667px #5500ff, -133px -406.6666666667px #ff7300, -60px -114.6666666667px #22ff00, 148px -228.6666666667px #ffaa00, -228px -274.6666666667px #a200ff, 168px -334.6666666667px #00ff51, 243px 24.3333333333px #0073ff, -149px 73.3333333333px #ffdd00, 197px -156.6666666667px #00ff91, 231px -291.6666666667px #4d00ff, -238px -308.6666666667px #51ff00, -150px 41.3333333333px #ff0048, -191px -135.6666666667px #ff5900, 79px -77.6666666667px #0033ff, -12px -23.6666666667px #00ff15, -207px -407.6666666667px #ffb300, -247px -322.6666666667px #ff5500, -64px 82.3333333333px #bbff00, -170px -237.6666666667px #d500ff, -238px -37.6666666667px #ff00e6, 155px -376.6666666667px #ff7700, -85px 56.3333333333px #ff5e00, 141px -334.6666666667px #0062ff, 4px -244.6666666667px #d0ff00, 214px -359.6666666667px #9d00ff, -91px -373.6666666667px #a2ff00, 191px 82.3333333333px #ffbb00, 241px -255.6666666667px #ff00c8, 201px -45.6666666667px #ff0048, -61px -367.6666666667px #0066ff, 236px 60.3333333333px #00ff48, -134px -109.6666666667px #ccff00, -69px -23.6666666667px #0077ff, -102px -253.6666666667px #0040ff, -222px 14.3333333333px #00ff44, -228px -202.6666666667px #1e00ff, 120px -6.6666666667px #0400ff, -57px -178.6666666667px #ff0091, -72px 82.3333333333px #00ccff, 126px -75.6666666667px #ffd900, -88px -138.6666666667px #ff8800, -99px -192.6666666667px #ff8000;
    }
}

@keyframes bang {
    to {
        box-shadow: -195px 47.3333333333px #ff0000, 34px -105.6666666667px #37ff00, 55px -132.6666666667px #ff9100, 109px -45.6666666667px #ff005e, -190px -222.6666666667px #ff0059, 241px 77.3333333333px #0004ff, 76px -94.6666666667px aqua, -59px -153.6666666667px #ff1e00, 194px -348.6666666667px #ccff00, -185px -10.6666666667px #5500ff, -133px -406.6666666667px #ff7300, -60px -114.6666666667px #22ff00, 148px -228.6666666667px #ffaa00, -228px -274.6666666667px #a200ff, 168px -334.6666666667px #00ff51, 243px 24.3333333333px #0073ff, -149px 73.3333333333px #ffdd00, 197px -156.6666666667px #00ff91, 231px -291.6666666667px #4d00ff, -238px -308.6666666667px #51ff00, -150px 41.3333333333px #ff0048, -191px -135.6666666667px #ff5900, 79px -77.6666666667px #0033ff, -12px -23.6666666667px #00ff15, -207px -407.6666666667px #ffb300, -247px -322.6666666667px #ff5500, -64px 82.3333333333px #bbff00, -170px -237.6666666667px #d500ff, -238px -37.6666666667px #ff00e6, 155px -376.6666666667px #ff7700, -85px 56.3333333333px #ff5e00, 141px -334.6666666667px #0062ff, 4px -244.6666666667px #d0ff00, 214px -359.6666666667px #9d00ff, -91px -373.6666666667px #a2ff00, 191px 82.3333333333px #ffbb00, 241px -255.6666666667px #ff00c8, 201px -45.6666666667px #ff0048, -61px -367.6666666667px #0066ff, 236px 60.3333333333px #00ff48, -134px -109.6666666667px #ccff00, -69px -23.6666666667px #0077ff, -102px -253.6666666667px #0040ff, -222px 14.3333333333px #00ff44, -228px -202.6666666667px #1e00ff, 120px -6.6666666667px #0400ff, -57px -178.6666666667px #ff0091, -72px 82.3333333333px #00ccff, 126px -75.6666666667px #ffd900, -88px -138.6666666667px #ff8800, -99px -192.6666666667px #ff8000;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

/* 26/2/2024 */
.history_btn {
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* 30/4/2024 */
.referral-container {
    flex: 1;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    /* margin: auto; */
}

.referral-container h5 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.referral-container .input-group {
    margin-bottom: 10px;
    position: relative;
}

.referral-container .input-group-text {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #495057;
}

.referral-container .input-group .btn {
    border: none;
    color: #495057;
    text-align: left;
    position: absolute;
    right: 0;
    border-radius: 50%;
}

.referral-container .input-group .btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.referral-container .btn i {}

.referral-container .qr-code {
    display: inline-block;
    background-size: cover;
    flex: 1;
}

.referral-container .share-buttons {
    display: inline-block;
    vertical-align: top;
    flex: 1.5;
}

.referral-container .share-buttons .btn {
    width: 100%;
    height: 60px;
    /* margin-right: 5px; */
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.referral-container .share-buttons .btn.telegram {
    background-color: #0077b5;
}

.referral-container .share-buttons .btn.facebook {
    background-color: #3b5998;
}

.referral-container .share-buttons .btn.twitter {
    background-color: #1da1f2;
}

.referral-container .share-buttons .btn.email {
    background-color: #7f7f7f;
}

.referral-container .share-buttons .btn.whatsapp {
    background-color: #25d366;
}

.referral-invitation {
    flex: 1;
    padding: 15px;
}

.social-buttons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

/* LANTERN */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 1s;
    animation-delay: 0s, 1s
}

.snowflake:nth-of-type(1) {
    left: 5%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 8%;
    -webkit-animation-delay: 2s, .1s;
    animation-delay: 2s, .1s
}

.snowflake:nth-of-type(3) {
    left: 4%;
    -webkit-animation-delay: 4s, 3s;
    animation-delay: 4s, 3s
}

.snowflake:nth-of-type(4) {
    left: 1%;
    -webkit-animation-delay: 8s, 4s;
    animation-delay: 8s, 4s
}

.snowflake:nth-of-type(5) {
    left: 5%;
    -webkit-animation-delay: 5s, 2s;
    animation-delay: 5s, 2s
}

.snowflake:nth-of-type(6) {
    left: 8%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 80%;
    -webkit-animation-delay: 4s, 1s;
    animation-delay: 4s, 1s
}

.snowflake:nth-of-type(8) {
    left: 85%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 3s;
    animation-delay: 3s, 3s
}

.snowflake:nth-of-type(10) {
    left: 95%;
    -webkit-animation-delay: 1s, 1.5s;
    animation-delay: 1s, 1.5s
}

.snowflake:nth-of-type(11) {
    left: 80%;
    -webkit-animation-delay: 6s, 3s;
    animation-delay: 6s, 3s
}

.snowflake:nth-of-type(12) {
    left: 85%;
    -webkit-animation-delay: 2s, 4s;
    animation-delay: 2s, 4s
}

.snowflake:nth-of-type(13) {
    left: 90%;
    -webkit-animation-delay: 8s, 2s;
    animation-delay: 8s, 2s
}

.snowflake:nth-of-type(14) {
    left: 95%;
    -webkit-animation-delay: 5s, 2s;
    animation-delay: 5s, 2s
}

.snowflake img {
    width: 60px;
    opacity: 0.7;
}

/* REFERRAL */
.share-wrap {
    display: flex;
}

.referral-link {
    width: 100%;
}

.info-group {
    margin-bottom: 15px;
}

.info-label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.info-value-container {
    display: flex;
    align-items: center;
}

.info-value {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    flex-grow: 1;
    font-size: 14px;
}

.copy-icon {
    color: #888;
    cursor: pointer;
    margin-left: 10px;
}

.qr-code {
    text-align: center;
    margin-bottom: 15px;
}

.qr-code img {
    width: 150px;
    height: 150px;
}

.share-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.share-icons {
    display: flex;
    gap: 15px;
}

.share-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.line {
    background-color: #00B900;
}

.facebook {
    background-color: #1877F2;
}

.telegram {
    background-color: #0088cc;
}

.twitter {
    background-color: #1DA1F2;
}

.whatsapp {
    background-color: #25D366;
}

.email {
    background-color: #D44638;
}

.copy-btn {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 7px;
}

.commission-part h5 {
    font-size: 14px;

    font-weight: 700;
}

/* CONTACT */
/* Contact Us Page Styles */

/* Main container styles */
.inforow.contact {}

/* Title styles */
.about-us-p.our-mission {
    /* text-align: center; */
    margin-bottom: 30px;
}

.about-us-p.our-mission p.fs_Bold {
    /* font-size: 24px; */
    /* color: #000; */
    /* font-weight: 600; */
    /* line-height: 1.4; */
    /* max-width: 800px; */
    margin: 0 auto;
}

/* Contact box styles */
.box-about.box-about2 {
    margin: 30px auto;
    max-width: 900px;
}

.box-about ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.box-about ul li {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* width: 200px; */
    /* text-align: center; */
    gap: 0;
}



/* Contact title styles */
.box-about ul li .contact-title {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-top: 5px;
    text-transform: uppercase;
}

/* Contact info styles */
.box-about ul li .contact-info {
    color: #666;
    font-size: 17px;
    font-weight: 500;
}

/* Hide QR code images */
.box-about ul li .qrc-img {
    display: none;
}

/* Hide links */
.box-about ul li a {
    /* display: none; */
    padding: 0;
}

/* Phone input with country code styles */
.rgfeild.phone-input {
    display: flex;
    align-items: center;
}

.country-code {
    min-width: 100px;
    margin-right: 5px;
}

.country-code select {
    height: 34px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 13px;
    background-color: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.rgfeild.phone-input input[type="text"] {
    flex: 1;
}
/* ERROR */
.errorpage{
    background: url(../images/errorbg.jpg)no-repeat center center/cover;
    text-align: center;
    padding: 5rem 0;
}
.errorpage .pbutton{
    background: #77E6FF;
    border-radius: 30px;
    padding: 15px 30px;
    border: none;
    color: #074AA9;
    font-weight: bold;
    text-transform: uppercase;
}