/* Global Styles */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #11131c;
}
hr {
  border-top: 1px solid #cb9837;
  opacity: 1;
}
a {
  color: #fff;
  text-decoration: none;
  /* display: block; */
  cursor: pointer;
}

img {
  max-width: 100%;
}

.text-icon {
  color: #d727d9;
}

input::placeholder {
  color: #fff;
}

input:focus {
  border: none;
  outline: none;
}

/* HEADER */
.header-top {
    /*background: #192439 url(../images/index/event-header-desktop.jpg) no-repeat center center;
  background-size: cover;*/
    background: #192439;
}

.header-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-btn {
  padding: 5px 10px;
  border-right: 1px solid #5a0e50;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

.download-btn i {
  margin-right: 10px;
}

.header-top-1 {
  display: flex;
}

.header-top-1 ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
}

.header-top-1 ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.header-top-1 ul li a i {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.header-top-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 10px;
}

.header-input {
  border-left: 1px solid #5a0e50;
  display: flex;
  align-items: center;
  padding: 3px 10px;
}

.header-input i {
  margin-right: 10px;
}

.header-input input {
  background: none;
  color: #fff;
  border: none;
  max-width: 120px;
}

.header-btn-group {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.log-btn {
  background: linear-gradient(
    to bottom,
    rgba(65, 107, 187, 1) 0%,
    rgba(36, 57, 100, 1) 82%,
    rgba(62, 101, 177, 1) 100%
  );
  display: block;
  padding: 6px 10px;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
  font-size: 13px;
  border-radius: 8px;
}

.reg-btn {
  background: linear-gradient(
    to bottom,
    rgba(255, 177, 22, 1) 0%,
    rgba(251, 113, 0, 1) 82%,
    rgba(255, 177, 119, 1) 100%
  );
  display: block;
  padding: 6px 10px;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
  font-size: 13px;
  border-radius: 8px;
}

.header-live-chat {
  border-left: 1px solid #5a0e50;
}

.header-live-chat a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
}

.header-time {
  padding: 5px 10px;
  font-size: 13px;
}

.header-lang {
  background: #222f46;
  border-radius: 8px;
}
.header-lang .dropdown-toggle::after {
  border-top: 0.3em solid #fc7000;
}
.header-lang button {
  background: none;
  border: none;
  color: #5b6d8e;
  font-size: 13px;
  padding: 5px 10px;
}

.header-lang img {
  margin-right: 10px;
}

.header-bottom {
  border-top: 1px solid #c29237;
  border-bottom: 1px solid #c29237;
  background: #222f46;
  padding: 0px 0;
  position: relative;
}

.header-bottom-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 15px;
}

.logo {
  /* position: absolute; */
  /* left: 15px; */
}

.logo img {
  max-width: 200px;
}

.main-menu {
  /* margin-left: 5%; */
}

.main-nav {
  display: flex;
  align-items: center;
}

.main-nav li.nav-item {
  margin: 0 35px;
  padding: 0;
}

.main-nav li.nav-item a.navlink {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
}
.main-menu li.nav-item a.navlink.active,
.main-menu li.nav-item a.navlink:hover {
  color: #fc7000;
}

/* BODY */
.slider {
  padding: 20px 0;
}
.ann-sec {
  padding: 5px 0;
}

.ann-wrap {
  display: flex;
  justify-content: space-between;
  color: #a4a8b2;
  grid-gap: 10px;
}

.ann-wrap .ann-icon {
  flex: 1;
}
.step-to-win {
  background: linear-gradient(
    180deg,
    #323a55 0%,
    #232e46 12%,
    #232e46 93%,
    #323a55 100%
  );
  margin-top: 1.5rem;
  border-bottom: 1px solid #cb9837;
}
.step-to-win img {
  max-width: 8rem;
  transform: scale(1.2);
}
.step-to-win .step-text {
  padding-left: 2rem;
}
.step-to-win .step-text h1 {
  font-size: 1.5rem;
  color: #fc7100;
  font-weight: 700;
  text-transform: uppercase;
}
.live-stream {
  margin-top: 50px;
}
.live-stream .row {
}
.game-box h1 {
  font-weight: 700;
  font-size: 1.5rem;
}
.game-box .imageBox {
  position: relative;
}
.game-box .imageBox .game-default-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.6;
  border-radius: 1.25rem;
}
.game-box .imageBox .game-desc {
  position: absolute;
  top: 30%;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}

.game-box .imageBox .overlay {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.2s ease;
}
.game-box .imageBox:hover .overlay {
  height: 121%;
  /* padding-left: 1rem; */
}
.game-box a {
  position: relative;
}
.game-box h1 {
  color: #fc7100;
}
.game-box span {
  font-size: 12px;
}
/* RECOMMENDED */
.featured-game-tab .nav-tabs {
  border-radius: 0.5rem;
}
.recommended-game h4 {
  color: #fc7100;
}
.featured-games-tab {
  background: #222f46;
}
.games-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1.5rem;
  margin-top: 1rem;
}
.games-container .game-item {
  background: #232e46;
  box-shadow: 0 0.25rem 0.25rem rgba(34, 41, 47, 0.4);
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.games-container .game-item .img-wrapper {
  padding-top: 65%;
  background-size: 100%;
  background-position: center;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  height: 160px;
  background-repeat: no-repeat;
}
.games-container .game-item .game-label {
  color: #9396a1;
  font-size: 0.857rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  padding: 0.5rem 1rem;
  justify-content: space-around;
}
.games-container .game-item:hover,
.games-container .game-item:active,
.games-container .game-item:focus {
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  );
  transform: translateY(-0.5rem);
}

.games-container .game-item .img-wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.games-container .game-item:hover .overlay,
.games-container .game-item:active .overlay,
.games-container .game-item:focus .overlay {
  opacity: 1;
  top: 0;
}
.games-container .game-item .img-wrapper .overlay .btn {
  text-transform: uppercase;
  width: 70%;
  font-weight: bold;
  font-size: 0.7rem;
  color: #fff;
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  ) !important;
}
.games-container .game-item .img-wrapper .overlay .btn-primary i {
  display: none;
}
.icon-favourite img {
  max-height: 15px;
}
.featured-game-tab {
  display: flex;
  justify-content: space-between;
  background: #232e46;
  border-radius: 0.5rem;
  align-items: center;
  overflow: hidden;
}
.featured-game-tab .nav-tabs {
  border: none;
}
.featured-game-tab .nav-tabs .nav-item:focus-visible {
  outline: none;
}
.featured-game-tab .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  color: #fff;
}
.featured-game-tab .nav-tabs .nav-link:focus,
.featured-game-tab .nav-tabs .nav-link:hover {
  border: none;
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  );
  color: #fff;
}
.featured-game-tab .nav-tabs .nav-item .nav-link:hover,
.featured-game-tab .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  );
  color: #fff;
  border: none;
}
.view-more {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fc7100;
  vertical-align: middle;
  padding-right: 10px;
}
/* FOOTER */
.footer-top {
  background: #181f2d;
  padding: 15px 0;
}
.footer-link ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
}
.footer-link ul li a {
  margin: 0px 10px;
  color: #fc7000;
  font-size: 14px;
}
.footer-license h4 {
  color: #fc7100;
  font-size: 14px;
}
.footer-license p,
.footer-license span {
  max-width: 80%;
  color: #9396a1;
  font-size: 0.7rem;
  line-height: 1.5;
  margin-top: 15px;
}
.footer-bottom {
  background: #192439;
  border-top: 1px solid #f19312;
  padding: 15px 0;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  filter: grayscale(1);
  max-height: 94px;
}
.copyright {
  text-align: center;
}
/* LOBBY */
.lobby-sec {
  padding: 15px 0;
}
.lobby-banner {
  position: relative;
}
.lobby-banner a {
  position: absolute;
  right: 10%;
  bottom: 10%;
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  ) !important;
  padding: 1rem 4rem;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 10px;
}
.lobby-provider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  margin-top: 20px;
  padding: 0px 25px;
}
.lobby-provider a {
  background: #213047;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  border: 1px solid transparent;
}
.lobby-provider a:hover {
  background: linear-gradient(
    to bottom,
    rgba(14, 117, 238, 1) 1%,
    rgba(3, 28, 68, 1) 9%,
    rgba(3, 28, 68, 1) 50%,
    rgba(3, 28, 68, 1) 90%,
    rgba(14, 117, 238, 1) 100%
  );
  border: 1px solid #0d6ee0;
  background-size: 100% 100%;
}
/* SLOT */
/*slots*/
.slots_wrapper {
  display: grid;
  grid-gap: 20px;
  padding: 10px 0px;
  grid-template-columns: 15% 85%;
}
.slots_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
  grid-gap: 5px;
  display: flex;
  flex-direction: column;
}
.slots_wrapper ul li {
  width: 100%;
}
.slots_wrapper .nav-tabs .nav-item .nav-link {
  display: block;
  text-align: center;
  background: #213047;
  /* border-top-left-radius: 0!important; */
  /* border-top-right-radius: 0!important; */
  border-radius: 15px;
  border: 1px solid transparent;
  padding: 10px;
}
.slots_wrapper .nav-tabs .nav-item .nav-link:hover {
  background: linear-gradient(
    to bottom,
    rgba(14, 117, 238, 1) 1%,
    rgba(3, 28, 68, 1) 9%,
    rgba(3, 28, 68, 1) 50%,
    rgba(3, 28, 68, 1) 90%,
    rgba(14, 117, 238, 1) 100%
  );
  border: 1px solid #0d6ee0;
}
.slots_wrapper .nav-tabs .nav-item.show .nav-link,
.slots_wrapper .nav-tabs .nav-link.active {
  background: linear-gradient(
    to bottom,
    rgba(14, 117, 238, 1) 1%,
    rgba(3, 28, 68, 1) 9%,
    rgba(3, 28, 68, 1) 50%,
    rgba(3, 28, 68, 1) 90%,
    rgba(14, 117, 238, 1) 100%
  );
  border: 1px solid #0d6ee0;
}

.slots_wrapper ul li a .slots_list_icon {
  padding: 1px;
  min-width: 45px;
}
.slots_wrapper .nav-tabs .nav-item .nav-link:hover img {
  filter: none;
}
.slots_wrapper .nav-tabs .nav-item.show .nav-link img,
.slots_wrapper .nav-tabs .nav-link.active img {
  filter: none;
}

.slots_wrapper ul li a .slots_list_icon img {
  filter: grayscale(1);
}
.slots_wrapper ul li a .slots_list_txt {
  font-size: 12px;
  margin-left: 10px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
}

.slots_wrapper ul li.active a .slots_list_txt,
.slots_wrapper ul li:hover a .slots_list_txt {
  color: #fff;
  font-weight: bold;
}
.slots_product_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  height: 100%;
}
.search-list {
  background: #213047;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: end;
}
.searchbar {
  width: 30%;
}
.searchbar .input-group input.form-control {
  width: 12rem;
  opacity: 1;
  color: #ffffff;
  font-size: 15px;
  font-weight: lighter !important;
  border-radius: 26px;
  background: #192438;
  border: 1px solid #9396a1;
  border-right: none;
}
.searchbar .input-group input.form-control::placeholder {
  color: #9396a1;
}
.searchbar .input-group .input-group-text {
  border-radius: 0px 25px 25px 0px;
  border: none;
  background: #192438;
  border: 1px solid #9396a1;
  color: #9396a1;
  height: 100%;
}
/* PROMO */
.promo-sec {
  padding: 20px 0;
}
.promo-sec .promotion-card {
  background-color: #232e46;
  padding: 0;
  border-radius: 1.5rem !important;
}
.promo-sec .promotion-card img {
  filter: drop-shadow(0px 2px 1px #feaf16);
}
.promo-sec .promotion-card .card-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fc7100;
}
.promo-sec .promotion-card .card-text {
  font-size: 0.857rem;
  color: #fff;
}
.promo-sec .nav-tabs {
  background: #232e46;
  border-radius: 0.5rem !important;
  overflow: hidden;
  border: none;
  margin-bottom: 20px;
}

.promo-sec .nav-tabs .nav-item .nav-link {
  color: #9396a1;
  font-size: 0.857rem;
  font-weight: 600;
  padding: 1.2rem 3rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  border: none;
}
.promo-sec .nav-tabs .nav-item .nav-link:hover {
  opacity: 0.8;
}

.promo-sec .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  );
}
.promo-sec .card .card-footer {
  border: 0;
  padding-bottom: 15px;
}
.btn-info {
  border: 0 !important;
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  ) !important;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  display: block;
  color: #fff;
}
.btn-apply {
  border: 0 !important;
  background: linear-gradient(
    #ffb217 0%,
    #fc7100 80%,
    #fc7100 90%,
    #ffbd87 100%
  ) !important;
  border-radius: 10px;
  padding: 10px;
  display: block;
  text-align: center;
  width: 100%;
}
/* VIP */
.member-type-box .vip-min-deposit {
  background: #192439;
  border-radius: 10px;
  padding: 10px 30px;
  margin: 30px 0;
}
.vip-table-content table tbody .table-title {
  color: #feaf16;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.vip-table-content table tbody .table-section-grey {
  background-color: #19243a;
}
.vip-table-content table tbody tr td {
  color: #fff;
  font-size: 0.8rem;
  font-weight: lighter;
  padding: 15px;
  background: none;
  font-weight: 500;
  /* text-align: center; */
}
.vip-table-content table tbody .vip-group {
  color: #feaf16;
  font-size: 0.9rem;
}
.member-type-box .vip-min-deposit .vip-group {
  display: block;
  color: #feaf16;
  font-size: 0.9rem;
}
.vip-table-content {
  max-width: 85%;
  margin: 0 auto;
}
/* INFO */

.info-bg {
  min-height: 887px;
}

.info-nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  background: #191f2d;
  border-radius: 10px;
  padding: 15px;
}

.info-content {
  /* margin-top: 20px; */
}

.info-content p {
  font-size: 13px;
  color: #6c7481;
}
.info-content p strong {
  color: #fc7000;
}

.info-title h5 {
  color: #fc7000;
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
  font-weight: 700;
}

.info-title h5::after {
  content: "";
  width: 15%;
  height: 3px;
  background: #ff7d01;
  position: absolute;
  left: 0;
  bottom: -5px;
  display: none;
}

.info-content .accordion-item {
  margin-bottom: 10px;
  background: none;
  border: none;
}

.info-content .accordion-body {
  background: #242831;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px;
}

.info-center .accordion-body p {
  color: #fff;
}
.info-nav ul li {
  margin-bottom: 10px;
}

.info-nav ul li a {
  height: 50px;
  color: #6c7481;
  align-items: center;
  display: flex;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 700;
  background: none;
}

.info-nav ul li a.active,
.info-nav ul li a:hover {
  color: #fc7000;
  background: #181c25;
}

.info-center {
  background: #191f2d;
  border-radius: 10px;
  padding: 20px;
  min-height: 700px;
}

.info-content ul {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 20px;
}
.info-content ul li {
  list-style: circle;
}
.info-center .accordion-button {
  background: #242831;
  border-radius: 6px;
  color: #ffffff;
  width: 100%;
  text-align: initial;
  font-size: 14px;
  padding: 12px;
  border: none;
  box-shadow: none;
}

.info-wrapper {
  font-size: 13px;
  margin-top: 20px;
  color: #ffffff;
}
button.btn-tnc {
  background: #242831;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 8px 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}

button.btn-tnc.collapsed {
  background: #242831;
  color: #fff;
}

button.btn-tnc:focus {
  outline: none;
}

.tnc-card {
  margin-bottom: 5px;
}

.tnc-body {
  background: #242831;
  padding: 20px 20px 10px;
  border-radius: 5px;
  margin-top: 2px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.tnc-body ol {
  padding-left: 15px;
}

.tnc-body ol li {
  padding-bottom: 8px;
  list-style: auto;
}

.tnc-body p {
  margin-bottom: 10px;
}

/* BANK */

.bank-table tr.trans td {
  background: #13131375;
  color: #ffffff;
  border: 1px solid #fc7000;
  padding: 2px;
  font-size: 15px;
  font-weight: 200;
}

.bank-table tr.trans1 td {
  background: #13131375;
  color: #ffffff;
  border: 1px solid #fc7000;
  padding: 2px;
  font-size: 13px;
}

.bank-table tr.dwbox td {
  background: linear-gradient(
    to bottom,
    rgba(255, 177, 22, 1) 0%,
    rgba(251, 113, 0, 1) 82%,
    rgba(255, 177, 119, 1) 100%
  );
  color: #fff;
  border: 1px solid #fc7000;
  padding: 2px;
}

/* CONTACT */

.contact-box {
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  font-size: 13px;
}

.contact-icon {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.contact-icon img {
  max-width: 60px;
}

.contact-link div:first-child {
  margin-bottom: 10px;
  opacity: 1;
  color: #faca46;
  font-size: 20px;
}

.contact-box a {
  color: #fff;
}

.contact-box a i {
  margin-left: 10px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}

.contact_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.contact_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact_wrapper_inn {
  position: absolute;
  margin-top: 37px;
}

.contact_wrapper_inn p {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
}

.contact_wrapper_inn span {
  font-size: 14px;

  font-weight: 600;
}
/* contact */
.side-contact-us {
  top: 22%;
  position: fixed;
  z-index: 9999;
}
.side-contact-us .side-contact-us-content {
  position: fixed;
  width: 16rem;
  height: 1rem;
  z-index: 9999;
  right: -16rem;
  transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
}
.side-contact-us .side-contact-us-content:hover {
  right: 0;
}
.side-contact-us .side-contact-us-content .contact-desc {
  display: flex;
  position: absolute;
  height: 11rem;
  width: 2.5rem;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  right: 16rem;
  background: linear-gradient(
    1deg,
    #ffb217 0%,
    #fc7100 80%,
    #fc7100 90%,
    #ffbd87 100%
  );
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0 1.5rem;
}

.side-contact-us .side-contact-us-content .contact-desc img {
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}
.side-contact-us .side-contact-us-content .sidebar-box {
  background: #232e46;
  padding: 0.1rem 0;
  margin-bottom: 0;
}
.side-contact-us .side-contact-us-content .contact-desc p {
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  text-transform: uppercase;
  transform: rotate(90deg);
  margin-top: 2.5rem;
}

.side-contact-us .side-contact-us-content .sidebar-box {
  background: #232e46;
  padding: 0.1rem 0;
  margin-bottom: 0;
  list-style: none;
  min-height: 177px;
}
.side-contact-us .side-contact-us-content .sidebar-box li {
  margin: 10px;
}
.side-contact-us .side-contact-us-content .sidebar-box li .sidebar-box-content {
  display: flex;
  align-items: center;
}

.side-contact-us
  .side-contact-us-content
  .sidebar-box
  li
  .sidebar-box-content
  h3 {
  font-size: 13px;
  margin-bottom: 0;
}
.side-contact-us .side-contact-us-content .sidebar-box li .sidebar-box-content p{
  font-size: 16px;
  text-wrap: nowrap;
}
.side-contact-us
  .side-contact-us-content
  .sidebar-box
  li
  .sidebar-box-content
  img {
  max-width: 30px;
  margin-right: 10px;
  margin-bottom: 0;
}
/* AFTERLOGIN */
.header-afterlogin {
  padding: 5px 10px;
  border-radius: 0.5rem;
  background-color: #232e46;
  border: 0.5px solid #9396a1;
  display: flex;
  align-items: center;
}
.header-afterlogin span {
  font-size: 0.7rem;
  font-weight: 700;
  color: #fc7100;
  margin-bottom: 0;
  line-height: 1;
}
.header-afterlogin img {
  max-width: 2.2rem;
  max-height: 2.2rem;
}
.af-login-vipname {
  padding-left: 10px;
}
.af-login-name {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.af-login-balance {
  display: flex;
  /* padding:0px 10px; */
  align-items: center;
}
.login-balance-left {
  padding: 0px 10px;
}
.seperate-line {
  /* height: 2.2rem; */
  border-right: 1px solid #cb9837;
  /* margin: 0px 21px; */
}
.balance-digit {
  line-height: 1;
  font-weight: 600;
}
.af-login-user {
  line-height: 1;
  font-weight: 600;
}
.header-afterlogin .btn {
  padding: 5px 5px;
  background: none;
  border: none;
  color: #fc7100;
}
.header-afterlogin .dropdown-toggle::after {
  margin-left: 0;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  vertical-align: baseline;
}
.form-control {
  padding: 5px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00335d;
  border-radius: 0.8rem;
  font-size: 12px;
}
/* REGISTER */
.mobile-rg-banner{
  display: none;
}
.register_bg {
  padding-top: 30px;
  margin: auto;
  padding-bottom: 30px;
}
.reg-bg {
  background: #f3f3f3;
  border-radius: 10px;
}
.register_top {
  background-color: #19243a !important;
  border-bottom: 2px solid #cb9837 !important;
  display: flex;
  position: relative;
  padding: 20px;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.step-nav {
  display: flex;
  padding: 0;
  width: 90%;
  margin: 30px auto;
  list-style: none;
  justify-content: space-around;
  border-bottom: 0;
  padding-left: 0 !important;
}

.step-nav li {
  position: relative;
}

.step-nav a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #9396a1;
  color: white;
  position: relative;
  z-index: 10;
}

.step-nav .nav-item.show a,
.step-nav a.active {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(65, 107, 187, 1) 0%,
    rgba(36, 57, 100, 1) 82%,
    rgba(62, 101, 177, 1) 100%
  );
  color: white;
  position: relative;
}

.step-nav .nav-item.show a:last-child,
.step-nav a.active:last-child {
  background: #6ac259;
}

.step-nav a:nth-child(1)::before,
.step-nav a:nth-child(2)::before {
  content: "";
  width: 161px;
  height: 2px;
  background: #9396a1;
  position: absolute;
  top: 50%;
  left: 97%;
  z-index: 11;
}
.step_tit {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.reg_close {
  position: absolute;
  right: 10px;
  top: 20px;
  height: 100%;
}
.register_bottom {
  background-color: #f3f3f3;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.register_step_row {
  display: flex;
  justify-content: space-between;
}
.register_form_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding-top: 20px;
}
.input_wrap {
  margin: 20px 0;
  color: #000;
}

.btn_reg {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}
.input_wrap .form-control {
  height: 45px;
  background-color: transparent;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}
.rigi_tit {
  font-weight: bold;
  font-size: 23px;
  color: #ee602a;
}
ul.regi_ul {
  padding: 0;
  list-style-type: none;
}
.phone_wrap {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 10px;
  align-items: center;
}
.btn_submit {
  border: 0 !important;
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  ) !important;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 17px;
  text-transform: uppercase;
}
.register-banner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.contact-input {
  display: flex;
}
.contact-input select {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: transparent;
  border: 1px solid #b2b2b2;
  padding: 0px 10px;
}
.contact-input input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important;
}
.m-header {
    display: none;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #feaf16;
    width: 100%;
    z-index: 999;
    /*background: url(../images/index/event-header-mobile.jpg?v2) no-repeat center center;*/
    background: #192439;
    /* border-radius: 0 0 250px 100%/15px; */
    border-bottom: 2px solid #cb9837;
    /*background-size: cover;*/
}
.m-header .logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-header .logo img {
  max-width: 120px;
  margin: 0 auto;
}
.mobile-menu {
  /* position: absolute; */
  /* right: 15px; */
  /* top: 10px; */
  color: #fb6f00;
  font-size: 25px;
}
.m-login-btn-group {
  display: none;
}
.m-login-btn-group a {
  width: 49%;
  font-size: 18px;
  padding: 10px;
}
.iframe-upcoming {
  height: 400px;
}
.live-stream video {
  height: 400px;
}
.game-sec {
  padding: 10px 0;
  display: none;
  border-bottom: 1px solid #cb9837;
}

.nav-pills.game-nav {
  padding-right: 5px;
}

.nav-pills.game-nav .nav-link.active,
.nav-pills.game-nav .show > .nav-link {
  color: #fff;
  background: linear-gradient(
    to bottom,
    rgba(65, 107, 187, 1) 0%,
    rgba(36, 57, 100, 1) 82%,
    rgba(62, 101, 177, 1) 100%
  );
}

.nav-pills li.nav-item {
  width: 100%;
  text-align: center;
}

.nav-pills.game-nav .nav-link {
  display: flex;
  border-radius: 10px;
  padding: 2px 2px 2px 0px;
  margin-bottom: 3px;
  text-align: center;
  background: #222f46;
  font-size: 11px;
  font-weight: bold;
  /* box-shadow: 0px 3px 11px -5px rgba(0,0,0,0.58); */
  height: 51px;
  justify-content: center;
  align-items: center;
  color: #a2a7ab;
  text-transform: uppercase;
  word-break: break-word;
}

.game-nav .nav-link img {
  max-width: 36px;
  display: block;
  margin: auto;
  margin-bottom: -2px;
}

.tab-content.game {
  padding: 0;
  padding-left: 3px;
}

.tab-content.game a img {
  /* box-shadow: 0px 3px 14px -5px #ee602a; */
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #ee602a;
}

.gwrap_2 a img,
.gwrap_3 a img {
  width: 48%;
  display: inline-block;
}

.gwrap_2 a:nth-of-type(2n) img {
  margin-left: 5px;
}

.gwrap_3 a.wdimg img {
  width: 100%;
}

.menu-btm {
  position: fixed;
  max-width: 991px;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
}

.menu-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  padding: 5px;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
}

.menu-wrapper a {
  color: #9aa4c2;
  font-size: 11px;
}

.menu-wrapper a img {
  max-width: 35%;
  display: block;
  margin: auto;
}

.menu-wrapper a .active-img {
  display: none;
}

.menu-wrapper a.active {
  color: #ee602a;
}

.menu-wrapper a.active .active-img {
  display: block;
}

.menu-wrapper a.active .com-img {
  display: none;
}
.swiper {
  width: 100%;
  /* height: 100%; */
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-lobby {
  position: relative;
}
.bonus_tit {
  color: #fc7100;
  font-weight: 600;
  margin-bottom: 1rem;
}
.nav-tabs.index_jack_tab {
  position: relative;
}

.nav-tabs.index_jack_tab .nav-item {
  margin-right: 10px;
}

.nav-tabs.index_jack_tab .nav-item.show .nav-link,
.nav-tabs.index_jack_tab .nav-link.active {
  color: #fff;
  background: linear-gradient(
    to bottom,
    rgba(65, 107, 187, 1) 0%,
    rgba(36, 57, 100, 1) 82%,
    rgba(62, 101, 177, 1) 100%
  );
  border: none;
}

.nav-tabs.index_jack_tab .nav-link {
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #222f46;
  font-size: 11px;
  border-radius: 10px;
}

.nav-tabs.index_jack_tab .nav-link {
  color: #a2a7ab;
}

.nav-tabs.index_jack_tab {
  border-bottom: none;
}

.nav-tabs.index_jack_tab .nav-link:focus,
.nav-tabs.index_jack_tab .nav-link:hover {
  color: #fff;
  background: linear-gradient(
    to bottom,
    rgba(65, 107, 187, 1) 0%,
    rgba(36, 57, 100, 1) 82%,
    rgba(62, 101, 177, 1) 100%
  );
}
.m-recommend-game {
  display: none;
  padding-bottom: 15px;
}
.mySwiper2 iframe {
  height: 200px;
}
.mobile-iframe {
  color: azure;
  border-radius: 10px;
  background:linear-gradient(to bottom,rgba(65,107,187,1)0%,rgba(36,57,100,1)82%,rgba(62,101,177,1)100%);
  /* height: 400px; */
}
.m-footer-top {
  background: #192439;
  padding: 20px 0;
  display: none;
  /* border-radius: 0 0 250px 100%/15px; */
  border-bottom: 2px solid #cb9837;
}
.contact-lobby-wrap {
  display: flex;

  justify-content: center;

  grid-gap: 15px;

  padding-left: 20px;

  padding-right: 20px;
}
.contact-lobby-title {
  text-align: center;
  color: #afafb8;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-label {
  padding: 0;
  text-align: center;
}
.contact-link {
  text-align: center;
  font-size: 11px;
}
.contact-link a {
  color: #fc7000;
  padding: 10px 0;
  display: block;
}
.contact-lobby-icon img {
  max-width: 45px;
  margin: 0 auto;
}
.m-footer-license {
  padding: 15px;
  background: #181f2d;
}
.title {
  color: #fc7000;
}
.m-footer-menu {
  background: #252e47;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 15px;
}
.footer-button {
  width: 20%;
}
.footer-button a {
  display: block;
  min-height: 80px;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #b2b4bd;
}
.footer-button.active,
.footer-button:hover {
  background: linear-gradient(
    to bottom,
    rgba(255, 177, 22, 1) 0%,
    rgba(251, 113, 0, 1) 82%,
    rgba(255, 177, 119, 1) 100%
  );
  border-radius: 10px;
}
.footer-button.active a,
.footer-button:hover a {
  color: #fff;
}
.footer-button.active img,
.footer-button:hover img {
  filter: invert(1) brightness(16.5);
}
.live-chat-footer {
  padding-top: 49px !important;
}
.live-chat-img {
  position: absolute;
  top: -26px;
  right: 15px;
}
.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  margin: auto;
  width: 320px; /* Adjust the width as needed */
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.modal.right.show .modal-dialog {
  transform: translateX(0);
}
.text-secondary {
  color: #fc7100 !important;
  margin: 0;
}
.m-lobby-grid ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  padding-left: 0;
}
.m-lobby-grid-2 ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  padding-left: 0;
}
.m-footer-menu {
  display: none;
}
.m-footer-license {
  display: none;
}
hr.vip_hr {
  border-top: 1px solid #afafaf;
  margin-top: 5px;
}

.vip_table {
  color: #ee602a;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

table.vip_table tbody tr td:first-child {
  text-align: left;
}

table.vip_table tbody tr td img {
  width: 100px !important;
  margin: auto;
}

table.vip_table tbody tr td {
  padding: 10px;
}

table.vip_table tbody tr td.text-left {
  padding-bottom: 0px;
  padding-top: 12px;
  text-transform: uppercase;
}

.vip_pri {
  font-size: 15px;
  /* vertical-align: bottom; */
}

.vip_line hr {
  border-top: 1px solid #afafaf;
  margin: 0;
}

.txt_yellow {
  color: #727681;
}

.vip-sec .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 172px;
  display: flex;
  justify-content: space-between;
}

.vip-sec .owl-nav .owl-prev span,
.vip-sec .owl-nav .owl-next span {
  font-size: 55px;
}
.m-vip-sec {
  display: none;
}
.m-vip-banner {
  padding: 15px;
}
.m-vip-sec .owl-nav {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 180px;
  display: flex;
  justify-content: space-between;
}

.m-vip-sec .owl-nav .owl-prev span,
.m-vip-sec .owl-nav .owl-next span {
  font-size: 55px;
}
.m-tabs {
  display: none;
}

.m-tabs .nav-item .nav-link {
  min-width: 120px;
  background: #232e46;
  border-radius: 10px !important;
  padding: 10px !important;
}
.home-bar {
  margin-top: 0 !important;
  /* padding-top: 1rem !important; */
  /* padding-bottom: 0.5rem !important; */
  display: none;
}
.home-bar .home-bar-bg {
  background: #232e46 !important;
  border-radius: 0.5rem;
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 10px;
}
.home-bar .home-bar-bg .home-bar-container {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.home-bar .home-bar-bg img {
  max-width: 29px;
}
.home-bar .home-bar-bg .seperate-line {
  border-right: 1px solid #cb9837;
  flex: 5;
  padding-right: 10px;
}
.home-bar .home-bar-bg .home-bar-container .balance-label {
  text-align: left;
}
.home-bar .home-bar-bg .home-bar-container .balance-label span {
  color: #e6e6e6;
  vertical-align: text-bottom;
  font-size: 14px;
}
.home-bar .home-bar-bg .home-bar-container .balance-label .show-balance-icon {
  font-size: 1rem !important;
  --fa-animation-iteration-count: 1;
  --fa-beat-scale: 1.5;
  color: #fc7100;
  padding-left: 0.5rem;
}
.home-bar .home-bar-bg .home-bar-container .home-bar-balance-container {
  background-color: #232e46 !important;
  border-radius: 10px;
  width: 100%;
}
.home-bar
  .home-bar-bg
  .home-bar-container
  .home-bar-balance-container
  .balance {
  font-weight: 700;
  border: 1px solid #9396a1;
  border-radius: 8px;
  background-color: #19243a;
  padding: 5px 10px;
  width: 100%;
  height: 37px;
}
.home-bar
  .home-bar-bg
  .home-bar-container
  .home-bar-balance-container
  .balance
  .full-balance {
  display: contents;
}
.home-bar
  .home-bar-bg
  .home-bar-container
  .home-bar-balance-container
  .balance
  .full-balance
  .currency-code-text {
  color: #fc7100;
  margin-bottom: 0;
}
.home-bar
  .home-bar-bg
  .home-bar-container
  .home-bar-balance-container
  .balance
  .full-balance
  .balance-amount {
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.grid-gap-10 {
  grid-gap: 10px;
}
.home-bar-title {
  font-size: 12px;
}
.home-bar-bottom {
  background: #19243a;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 1;
  font-size: 13px;
}

.home-bar-bottom svg {
  max-width: 30px;
  max-height: 15px;
  margin-right: 10px;
}
.more-application-button {
  margin: 0;
  padding: 10px 0;
}
.split-line {
  border-top: 2px solid #9396a16c;
}
.under-pump .col {
  padding-left: 5px;
  padding-right: 5px;
}
.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.border-none {
  border-bottom: none !important;
}
.m-af-wallet {
  display: none;
}
.download-loader{
  padding: 10px;
  border-radius: 15px;
  background: #213047;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 175px;
  padding-bottom: 50px;
  max-width: 20%;
}
.download-position{
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  right: auto;
  text-align: center;
}
.btn-download {
  
  background: linear-gradient(
    to bottom,
    rgba(255, 177, 22, 1) 0%,
    rgba(251, 113, 0, 1) 82%,
    rgba(255, 177, 119, 1) 100%
  );
  padding: 10px 20px;
  border-radius: 10px;
  
  text-transform: uppercase;
  font-size: 15px;
}
.download-sec{
  padding: 50px 0;
}
.download-cha{
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  text-align: center;
}
.download-loader .qr{
  max-width: 120px;
  margin: 0 auto;
}
.prov-down{
  margin-top: -100px;
  max-width: 130px;
}
.download-row{
  margin-top: 80px;
  display: flex;
  grid-gap: 15px;
}

.m-ann{
  display: none;
}
.m-download-sec{
  display: none;
}
.reginItem {
  margin-bottom: 10px;
}

.language-sec {
  height: 100vh;
  background-size: cover;
  padding: 10px;
  background: #000;
}

.lang-title {
  font-size: 15px;
  color: #fc7100;
  border-radius: 5px;
  margin-bottom: 10px;
}

.region_box .reginItem .iconsAndText {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.1rem;
}

.region_box .reginItem .iconsAndText>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.region_box .reginItem .iconsAndText>ul>li {
  height: 0.72rem;
  border-right: 0.02rem solid #cccccc;
  padding: 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.region_box .reginItem .iconsAndText>ul>li:last-child {
  border-right: none;
}

.iconsAndText img {
  width: 30px;
  height: 30px;
}

.region_box .reginItem .title {
  font-size: 11px;
  color: #fc7100;
  line-height: 100%;
}
.point-container{
  /* min-width: 12rem; */
  min-height: 3rem;
  border: 1px solid #9396a1;
  background-color: #19243a;
  text-align: center;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 66px; */
}
.restore-wallet-container{
  justify-content: end;
}
.restore-btn {
  background: linear-gradient( to bottom, rgba(65, 107, 187, 1) 0%, rgba(36, 57, 100, 1) 82%, rgba(62, 101, 177, 1) 100% );
  display: block;
  padding: 6px 10px;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
  font-size: 13px;
  border-radius: 8px;
  border: none;
  color: #fff;
  min-height: 3rem;
}
.mt-100{
  margin-top: 100px;
}
.remember-me{
  display: flex;
  color: #000;
  align-items: center;
}
.remember-me label{
  margin-left: 10px;
}
.inbox-icon{
  font-size: 30px;
  height: 100%;
  display: block;
  align-self: center;
}

.register-image-desc {
  position: absolute;
  top: 5%;
  width: 100%;
  text-align: center;
}
.register-image-desc h3 {
  font-size: 1.5rem;
}
.register-image-desc .text-highlight {
  font-weight: 600;
  color: #fc7100;
  font-size: calc(100% + 0.05rem );
}
.register-image-desc ul{
  max-width: 70%;
  margin: 0 auto;
  text-align: left;
}
.register-image-desc ul li::marker {
  color: #fc7100;
 
}
.register-image-desc ul li{
  font-size: 18px;
}
.register-frame{
  padding: 20px;
}
.m-refresh-icon{
  display: none;
}
.m-refresh-icon img{
  max-width: 100%;
}
.point-container{
  min-width: 12em;
}
.desktop-end{
  justify-content: end;
}
.game-wallet{
  border-radius: 10px;
  border: 1px solid #9396a1;
  background: #19243a;
  min-height: 3rem;
  color: #fff;
  font-size: 11px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.game-wallet i{
  margin-left: 10px;
}
.m-game-dropdown{
  display: none;
}
.inbox-icon img{
  max-height: 30px;
}
.desktop-iframe{
  color: azure;
  border-radius: 10px;
background:linear-gradient(to bottom,rgba(65,107,187,1)0%,rgba(36,57,100,1)82%,rgba(62,101,177,1)100%);
height: 400px;
}
.mobile-hot-game{
  position: relative;
}
.mobile-hot-game-text{
  position: absolute;
  right: 2%;
  top: 25%;
  width: 35%;
}
.mobile-hot-game-text h5{
  color: #fc7100;
  font-size: 13px;
  text-align: left;
}
.mobile-hot-game-text p{
  font-size: 9px;
  text-align: left;
  margin: 0;
}
.inbox-header{
  margin-right: 10px;
}
.inbox-header img{
  max-width: 30px;
}
.jpoint-mobile{
  width: 50%;
}
.jpoint-mobile p{
  margin: 0;
}
.jpoint-mobile .full-balance {
  font-weight: 700;
  border: 1px solid #9396a1;
  border-radius: 8px;
  background-color: #19243a;
  padding: 5px 10px;
  width: 100%;
  height: 37px;
}
.px-0{
  padding-right: 0;
  padding-left: 0;
}
.m-dep-button{
  display: flex;
}
.flex-auto{
  flex: auto;
}
.desktop-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625 or 56.25%) */
}

.desktop-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pl-0{
  padding-left: 0;
}
.inbox_table table{width: 100%;}
.msg-in td{
  border: 1px solid #fff;
}
.promo-body .btn-apply{
width: 100%;
}
/* 7/5/2024 */
.marquee-text-wrap {
  overflow: hidden;
  position: relative;
  flex: auto;
}

.marquee-text-content {
  white-space: nowrap;
  display: flex;
  animation: marquee-text-animation 25s linear infinite;
}

@keyframes marquee-text-animation {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.downloadbody {
  text-align: center;
  display: flex;
}
.downloadbox {
  text-align: center;
  flex: 1;
  margin: 0 5px;
  display: inline-block;
  /* height: 173px; */
}
.ndl-btn {
  background: linear-gradient(    to bottom,    rgba(255, 177, 22, 1) 0%,    rgba(251, 113, 0, 1) 82%,    rgba(255, 177, 119, 1) 100%  );
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 100%;
}
.ndl-btn:hover, .ndl-btn:focus {
  color: #ffffff;
  background: #2278df;
}
.adl-btn {
  background: #2283f6;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 78%;
  margin-top: 10px;
}
.adl-btn:hover, .adl-btn:focus {
  color: #ffffff;
  background: #2278df;
}
.dl {
  max-width: 500px;
  margin: auto;
  margin-top: 10px;
}
.dl table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
.dl table th {
  border: 1px solid #454545;
  text-align: center;
  padding: 8px;
  background: #191b1e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.dl table td {
  text-align: left;
  padding: 8px;
  background-color: #232528;
  border: 1px solid #454545;
  color: #ffffff;
}
.dl .username_custom {
  color: #fc7100;
  font-weight: bold;
}
.downloadboxContent {
  padding: 20px;
  border: 1px solid #ce9c2d;
  background: #000000;
}
.vip_modal .modal-content {
  background: #213047;
}
.vip_modal .modal-header{
  border-radius: 0;
  border: none;
  background: none;
}
.btn-submit{
  background: linear-gradient(    to bottom,    rgba(255, 177, 22, 1) 0%,    rgba(251, 113, 0, 1) 82%,    rgba(255, 177, 119, 1) 100%  );
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  border: none;
}
.vip_modal .form-control{
  border-radius: 3px;
}
.download-img{
  position: relative;

}
.download-img img{
  
}
.download-img .prov-down{
  position: absolute;
  bottom: 10px;
  left: 50%; /* Moves the starting point of the element to the center */
  transform: translateX(-50%);
}
.header-lang .dropdown-menu{
  background: #222f46;
}
.header-lang .dropdown-menu a{
  color: #5b6d8e;
  text-transform: uppercase;
}
.mobile-balance{
  width: 50%;
}
.m-header .header-lang{
  max-width: 70%;
}
/* SEO */
.seo-section h1{
  color: #fc7100;
  font-size: 24px;
}
.seo-section h2{
  color: #fc7100;
  font-size: 13px;
}
.seo-section h3{
  color: #fc7100;
  font-size: 13px;
}
.seo-section a{
  color: #fc7100;
  font-size: 13px;
}
.seo-section p{
  font-size: 13px;
  color: #6c7481;
}
.seo-section ul, .seo-section ol{
  font-size: 13px;
  color: #6c7481;
}
.see-more {
  display: none;
}
.btn-toggle {
  cursor: pointer;
  color: #fc7100!important;
  text-decoration: underline;
}