html,
body {
  height: 100%;
  overflow-x: hidden;
}

body {
  /* padding-top: 8rem; */
  padding-bottom: 0;
  color: #000000;
  background-color: #111111;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.col-2-3 {
  flex: 0 0 20%;
  max-width: 20%;
}

.stick-to-top {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.wrapper-container {
  max-width: 970px;
  margin: 0px auto;
  height: 100%;
}

.gg-bg {
  background: linear-gradient(to right, #e8b91e, #f3e262, #df961c);
}

.custom-container {
  padding: 3rem 1.5rem;
}

.header-logo {
  max-width: 55px;
  max-height: 55px;
  height: auto;
  margin-left: 25%;
}

.input-custom-control {
  background-clip: initial;
  border-radius: initial;
}

.nav-item-img {
  width: 12%;
  vertical-align: top;
}

.nav-item-text {
  vertical-align: bottom;
}

.navbar-collapse {
  top: 70px;
  left: 0;
  background-color: #061034;
  border-right: 4px solid #d5b33c;
  border-bottom: 4px solid #d5b33c;
  width: 25%;
  bottom: 0;
  padding: 20px;
  position: absolute;
  transition: all .2s ease-out;
  box-shadow: 0 1px 1px rgba(138, 146, 154, 0.1);
  z-index: 1;
  font-size: 1.8vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navbar-collapse.collapsing {
  height: auto;
  transition: left 0.2s ease;
  left: -100%;
}

.navbar-collapse.show {
  left: 0;
  transition: left 0.2s ease-in;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(191, 144, 90, 0.89)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

.custom-bg-blue {
  background-color: #061034;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='450' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}

.custom-bg-white {
  background-color: #ffffff;
}

.custom-bg-black {
  background-color: #171616;
}

.custom-bg-dark {
  background-color: #000000;
}

.border-top-gold {
  border-top: 4px solid #e5bc61;
}

.border-top-red {
  border-top: 4px solid #f10508;
}

.border-bt-gold {
  border-bottom: 4px solid #e5bc61;
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  box-shadow: 0 -2px 5px -2px #333;
}

.mobile-bottom-nav__item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 50%;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-bottom-nav__item a {
  color: #ffffff;
}

.mobile-bottom-nav__item img {
  width: 32px;
}

.mobile-bottom-nav__item--active {
  color: #61b6d9;
}

.mobile-bottom-nav__item--active a {
  color: #61b6d9;
}

.mobile-bottom-nav__item-content {
  /*display:flex;
    flex-direction:column;*/
}

.slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.btn-gold {
  border: 2px solid #8a6805;
  border-radius: 5px;
  background: #9a7904;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(180deg, #ead57c, #dbbe6e);
  color: #332b0c !important;
  font-weight: bold;
}

.bg-gold {
  background: #f8e17b;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #755131, #d8b15a, #f8e17b, #d8b15a, #755131);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-gold {
  color: #eedeb0;
}

.text-white {
  color: #eedeb0;
}

.text-black {
  color: #000000;
}

.text-red {
  color: #bc0808;
}

.text-blue {
  color: #22c6f0;
}

.text-res-h1 {
  font-size: 50px;
}

.text-res-h2 {
  font-size: 40px;
}

.text-res-h3 {
  font-size: 30px;
}

.text-res-h4 {
  font-size: 20px;
}

.custom-banner-img {
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.promotion-container {
  border: 2px solid #f10508;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.promotion-container img {
  width: 100%;
  height: auto;
  max-height: 250px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.promotion-container {
  border: 2px solid #828876;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.promotion-container img {
  width: 100%;
  height: auto;
  max-height: 250px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bottom-fixed {
  position: fixed;
  bottom: 55px;
  z-index: 9999;
}

.claim-bonus-container {
  background-color: #000;
  padding: 8px;
  text-align: center;
}

#header-dw {
  margin-top: 10px;
}

.header-dw-left {
  padding-right: 5px;
  padding-left: 0px;
}

.header-dw-right {
  padding-left: 5px;
  padding-right: 0px;
}

.header-separator {
  margin-left: -1rem;
  margin-right: -1rem;
  width: 110%;
  border-bottom: 4px solid #d5b33c;
}

.header-separator-red {
  margin-left: -1rem;
  margin-right: -1rem;
  width: 110%;
  border-bottom: 4px solid #f10508;
}

.fixed-header,
.fixed-footer,
.claim-bonus-container {
  max-width: 970px;
  margin: 0px auto;
}

.custom-switch .custom-switch-override-label::after {
  top: calc(0rem + 2px) !important;
  left: calc(0rem + 2px) !important;
}

.deposit-details-table {
  font-text: 1rem;
}

.btn-curve {
  border-radius: 10rem;
}

.layui-layer-content {
  color: #0c0c0c;
}

.li-box ul {
  list-style: none;
  padding: 0;
}

.li-box li {
  display: inline-block;
  padding: 5px;
  text-align: center;
}

.li-box a {
  color: #ffffff;
}

.dropdown-menu.language-menu {
  left: unset !important;
  right: 0px !important;
  min-width: auto;
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.dropdown-menu.language-menu-right {
  left: unset !important;
  right: 0px !important;
  min-width: auto;
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.dropdown-toggle.language-dropdown::after {
  display: none !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-md {
  width: 30px;
  height: 30px;
  padding: 6px 6px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-bm,
.btn-cn,
.btn-en,
.btn-kh,
.btn-profile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px;
}

.btn-bm {
  background-image: url("/static-images/icons/bm-icon.png");
}

.btn-cn {
  background-image: url("/static-images/icons/cn-icon.png");
}

.btn-en {
  background-image: url("/static-images/icons/en-icon.png");
}

.btn-kh {
  background-image: url("/static-images/icons/kh-icon.png");
}

.btn-profile {
  background-image: url("/static-images/icons/profile-sm-icon.png");
}

.layui-layer-btn a {
  line-height: unset !important;
}

#kt_datatable_transaction {
  background-image: linear-gradient(to right, #e8ba20, #f3e263, #efa320) !important;
}

#kt_datatable_betting {
  background-image: linear-gradient(to right, #e8ba20, #f3e263, #efa320) !important;
}

.transaction-notification-btn,
.commission-notification-btn {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 4px 6px;
  color: #ddbb25 !important;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
}

.transaction-notification-btn .badge,
.commission-notification-btn .badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.transaction-notification-btn i,
.commission-notification-btn i {
  font-size: 1.5rem;
}

.transaction-content a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.transaction-content #accordion .panel {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
  background: transparent;
}

.transaction-content #accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 5px;
  background: transparent;
  position: relative;
}

.transaction-content #accordion .panel-title a {
  display: block;
  padding: 20px 30px;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
  position: relative;
  text-align: left;
}

.transaction-content #accordion .panel-title a .title {
  font-weight: bold;
  text-transform: uppercase;
}

.transaction-content #accordion .panel-title a .block {
  font-size: 0.6rem;
}

.transaction-content #accordion .panel-title a .btn-status {
  min-width: 105px;
}

.transaction-content #accordion .panel-title a.collapsed {
  border: none;
}

.transaction-content #accordion .panel-body {
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: none;
  border-radius: 5px;
}

.transaction-content .amount-row .row:last-of-type {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-menu-item {
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
}

.footer-menu-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 8px 6px;
  color: #f10508 !important;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  border: 2px solid #f10508;
}

.footer-menu-btn i {
  font-size: 1.8rem;
}

.mobile-bottom-nav__item_big {
  width: 22%;
}

.mobile-bottom-nav__item_big .footer-menu-btn {
  border-radius: 50px;
  width: 90px;
  height: 90px;
}

.footer-menu-btn-black {
  background-color: #171616;
}

.mobile-bottom-nav__item_big img {
  width: 50px;
}

.mobile-bottom-nav__item_big .footer-menu-item {
  position: absolute;
  bottom: -45px;
  left: 50%;
}

.jackpot-container {
  width: 600px !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.jackpot-box {
  overflow: hidden;
  border-radius: 0.50rem;
  background-color: #ffffff;
  height: 140px;
  box-shadow: inset 0px 11px 8px -11px #000000, inset 0px -11px 8px -11px #000000;
}

.jackpot-box-number {
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  margin-top: 0px;
  color: #a60d10;
}

.jackpot-slot-box {
  position: absolute;
  width: 400px;
  height: 60px;
  bottom: 26px;
  left: 102px;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.gold-border-title {
  margin-top: 18px;
  margin-bottom: 23px;
  color: #e8e8e8;
  padding: 0px 4px;
  background-color: #000000;
  box-shadow: 0px 0px 4px 5px #cfaf6b;
  font-size: 35px !important;
  text-transform: uppercase;
  border-image-slice: 1;
}

.btn-gold-submit {
  color: #e8e8e8 !important;
  font-size: 30px;
  font-weight: 300;
  border-radius: 0px !important;
  padding: 2px 30px;
  background: #AA8439;
  background-image: linear-gradient(to bottom, #AA8439, #FCD475);
  border: solid #FCD475 1px;
}

.btn-gold-submit:hover {
  border: solid #FCD475 1px;
  background: #FCD475;
  background-image: linear-gradient(to bottom, #FCD475, #AA8439);
}

.btn-gold-border {
  background-color: #000000;
  border: none;
  color: #e8e8e8 !important;
  box-shadow: 0px 0px 4px 5px #cfaf6b !important;
  border-radius: 0px !important;
  font-size: 20px;
}

.btn-gold-border:hover {
  color: #bdb950 !important;
}

.btn-purple-submit {
  color: #e8e8e8 !important;
  font-size: 30px;
  font-weight: 300;
  border-radius: 0px !important;
  padding: 2px 30px;
  background: #cc0300;
  background-image: linear-gradient(to right, #89329c, #36b4f0);
  border: solid #cc0300 0px;
}

.total-amount-list {
  margin-bottom: 1rem;
  color: #e8e8e8;
  border-collapse: separate;
  border-spacing: 0 3px;
  padding: 0px auto;
}

.total-amount {
  box-shadow: 0px 0px 4px 5px #cfaf6b;
  text-align: center;
  background-color: #000000;
  text-transform: uppercase;
  color: #e8e8e8;
  font-size: 30px !important;
  padding: 0px 12px;
  line-height: 40px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.grd-btn {
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  display: inline-block;
}

.grd-btn:hover {
  color: #FFF;
}

.grd-btn-purple-blue {
  background-image: linear-gradient(to right, #89329c, #36b4f0);
}

.pink_ul_title {
  font-size: 40px;
  display: inline-block;
  line-height: 48px;
  background: linear-gradient(to right, #89329c, #36b4f0) left bottom no-repeat;
  background-size: 100% 3px;
}

.header__item_icon {
  width: 35px !important;
}

.header__item_title {
  color: #f8ee99;
}

.header__menu_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding-top: 0.5rem !important;
}

.mobile-bottom-nav__item--active a {
  color: white;
}

.header__trans_notice {
  position: fixed;
  top: 50px !important;
  margin-left: -10px;
  /* right:3px; */
}

.contact_bigger {
  transform: scale(1.5);
  bottom: 7px;
  position: relative;
}

.contact_us_text {
  background: -webkit-linear-gradient(#00c0fa 50%, #015eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
}

.footer-border {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 1px solid #b89312;
  border-image: linear-gradient(to right, #b89312, #edad23) 1 stretch;
}

.whatsapp_button {
  background-color: #353a40;
  /* background-image: linear-gradient(#AB534A , #D37660 , #CB5B56 ,#5A2C29); */
  border: unset;
  color: white;
  border-radius: 9px;
  font-size: 14px;
}

.whatsapp_button:hover {
  color: white;
}

.bottom-nav {
  background: rgba(230, 230, 230);
  box-shadow: unset;
}

.footer-menu-title {
  color: black;
  font-weight: 1000;
  font-size: 11px;
}

.footer-menu-btn {
  position: relative;
  display: inline-block;
  width: unset !important;
  height: unset !important;
  padding: 5px 0px;
  color: unset;
  text-align: center;
  text-decoration: none;
  border-radius: unset;
  border: unset;
}

.mobile-bottom-nav__item img {
  width: 40px;
}

.mobile-bottom-nav {
  position: unset;
  height: 73px;
}

.slider-border {
  background-color: #1d2731;
  padding-top: 2px;
  padding-bottom: 2px;
  /* border-top: 1px solid #00c0fa;
  border-bottom: 1px solid #00c0fa; */
  border-width: 1px 3px 3px 3px !important;
  border-style: solid !important;
  border-image: linear-gradient(#00c0fa, #015eea) 100% 0 100% 0/1px 0 1px 0 stretch !important;
}

#popUpInfo font {
  color: black;
}

.game-row {
  border: 2px solid #f10508;
  border-radius: 10px;
  -moz-border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.game-details {
  font-size: 0.8rem;
}

.game-actions .btn {
  width: 100%;
  border-radius: 0px;
  font-size: 0.8rem;
}

.dashboard_image:hover {
  transform: scale(1.15)
}

.owl-carousel {
  border: 0px !important;
  border-radius: 10px;
}

.owl-carousel .owl-item img {
  /* border-radius: 15px; */
}

.promotion-p-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0px;
  padding-top: 0px;
}

.promo-bg {
  background: #393939;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.promotion_desc {
  background: #393939;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #ffffff;
}

.border-gold-bottom {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid #b89312;
  border-image: linear-gradient(to right, #b89312, #edad23) 1 stretch;
}

.promotion_image {
  max-height: unset !important;
}

.btn-file {
  color: #fff !important;
  background-image: linear-gradient(to bottom, #21bbe3 0%, #01404f 100%) !important;
  border-color: linear-gradient(to bottom, #21bbe3 0%, #01404f 100%) !important;
}

.title-border-bottom {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 2px solid #707070;
}

.text-custom-blue {
  color: #00c0fa;
}

.text-custom-blue {
  color: #00c0fa;
}

.transaction-content #accordion .panel-title a {
  background: rgba(255, 255, 255, 0.5);
}

.transaction-content .btn-status {
  border-radius: 0;
}

.transaction-content #accordion .panel-body {
  background: rgba(255, 255, 255, 0.1);
}

.transaction-content #accordion .panel-title a .block {
  display: inline-grid;
}


.text-custom-dark-blue {
  /* background: -webkit-linear-gradient( #00c0fa 50%,#015eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #015eea;
  /* font-size: 17px; */
}

.text-custom-light-blue {
  color: #00c0fa;
}

/* start loading */
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

[data-notify="progressbar"] {
  margin-bottom: 0px !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 5px !important;
}

#bank-table th,
#bank-table td {
  padding: 0.40rem;
  font-size: 13px;
}

.withdraw-notes ul {
  padding-left: 0px;
  list-style: none;
}

.withdraw-notes li {
  font-size: 9px;
}

.copyright {
  padding: 5px;
  font-size: 0.7rem;
  text-align: center;
  border-top: 1px solid #d7bf69;
  background-image: linear-gradient(180deg, #015eea 0%, #00c0fa 100%);
  color: #ffffff;
  /*margin: 0px 20px 20px 20px;*/
}

.contact-us-title {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

.contact-us-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  left: 25%;
  bottom: 0;
  border-bottom: 1px solid #f1bb38;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* end loading */

.mb-loader {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1051;
  /*background:rgba(255,255,255, 0.5);*/
}

.swal-game-popup {
  background: rgb(0 0 0 / 90%) !important;
  border-radius: 20px !important;
  border: 2px solid #d3a71b !important;
  justify-content: unset;
  padding-top: 0px !important;
}

.swal-game-popup .swal2-header {
  top: 0;
  z-index: 100;
  align-items: flex-end;
  padding: 0;
}

.swal-game-popup .swal2-close {
  color: #fff !important;
  font-size: 30px;
  position: absolute;
  top: 7px;
  right: 8px;
  /* background: blue; */
  background: linear-gradient(to bottom, #fcc100 0%, #826400 100%), linear-gradient(to bottom, #fcc100, #826400) !important;
  /* justify-content: flex-end; */
  border-radius: 50px;
  width: 25px;
  height: 25px;
}

.swal-game-popup .swal-game-content {
  padding: 0 !important;
  font-size: 15px !important;
  color: #fff !important;
}

.swal-commom-popup {
  background: #171616 !important;
  border-radius: 8px !important;
  border: 2px solid #867a54 !important;
  padding-top: 0px !important;
  color: white !important;
}

.swal-commom-popup .swal-commom-content {
  padding: 0 !important;
  font-size: 20px !important;
  color: #fff !important;
}

.swal-commom-popup .swal2-title {
  color: #fff !important;
}


.swal-game-popup .title {
  font-weight: 700;
  border-bottom: 2px solid #867a54;
  line-height: 2.3;
}

.swal-game-popup p {
  margin-top: 10px;
}

.swal-game-popup .btns .btn {
  float: left;
  width: calc(50% - 5px);
}

.swal-game-popup .btns .btn:last-child {
  margin-left: 10px;
}

.background-blue {
  background-color: #23343c;
}

.background-black {
  background-color: #000;
}

.background-grey {
  background-color: #1d1b1c;
}

.btn-green-gradient {
  color: #fff;
  border: 1px solid #fff;
  background-image: linear-gradient(#3c5f42, #201600);
}

.btn-red-gradient {
  color: #fff;
  border: 1px solid #fff;
  background-image: linear-gradient(#d24a43, #000000);
}

.btn-blue-gradient {
  color: #fff;
  border: 1px solid #fff;
  background-image: linear-gradient(#4ba6d8, #576eab);
}

.btn-black-gradient {
  color: #fff;
  border: double 2px transparent;
  background-image: linear-gradient(180deg, rgba(64, 64, 64, 1) 0%, rgba(0, 0, 0, 1) 100%), linear-gradient(90deg, rgba(215, 191, 105, 1) 0%, rgba(127, 108, 68, 1) 22%, rgba(248, 238, 153, 1) 47%, rgba(127, 108, 68, 1) 75%, rgba(215, 191, 105, 1) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.btn-green-gradient:hover,
.btn-red-gradient:hover,
.btn-blue-gradient:hover,
.btn-black-gradient {
  color: #fff !important;
}

.balance-amt {
  font-size: 20px;
  font-weight: 500;
}

.balance-box .btns .btn {
  float: left;
  width: calc(50% - 5px);
  font-size: 12px;
  font-weight: 500;
}

.balance-box .btns .btn:last-child {
  margin-left: 10px;
}

.balance-box .balance-infor {
  font-size: 12px;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#deposit .menu {
  display: block;
  margin-bottom: 15px;
  border: 1px solid;
  padding: 10px;
  background: #263238;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
}

.la-refresh-2 {
  width: 20px;
  height: 20px;
  background-image: url("/static-images/icons/reload.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.4rem;
}

.nav-link {
  padding: 0.5rem !important;
}

.dt-container .nav-pills .nav-link {
  background: #ffffff;
  color: black;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
}

.dt-container .nav-pills .nav-link.active {
  background-image: linear-gradient(to right, #e8ba20, #f3e263, #efa320) !important;
  color: black;
  border-radius: 5px;
  font-weight: 700;
}

.dt-container .tab-content {
  margin-top: -6px;
}

.table th,
.table td {
  padding: 0.25rem !important;
}

.dt-container table {
  color: #000000;
  font-size: 13px;
  border-collapse: collapse;
  background: rgb(35, 31, 33);
  background: #ffffff;
}

.dt-container table,
.dt-container td,
.dt-container th {
  border: 2px solid #1a1a1a;
}

.dt-container table thead th {
  border-bottom: 0;
}

.dt-container table .trans-details {
  text-align: left;
}

.dt-container table .title {
  font-size: large;
  font-weight: bold;
  margin-bottom: 0;
  color: #000000;
}

.dt-container table .status-success {
  color: green;
  font-weight: 700;
}

.dt-container table .status-fail {
  color: #F64E60;
  font-weight: 700;
}

.dt-container table .status-pending {
  color: white;
  font-weight: 700;
}

.dt-container .page-link {
  color: black;
  pointer-events: none;
  cursor: auto;
  background-image: linear-gradient(to right, #e8ba20, #f2e160, #efa320) !important;
  font-size: 10px;
  border: none;
  width: 30px;
  margin-left: 4px;
  border-radius: 0.25rem;
  padding: 3px;
}

.pagination {
  text-align: center;
}

.dt-container .page-item.active .page-link {
  color: black;
  pointer-events: none;
  cursor: auto;
  background: white !important;
  font-size: 10px;
  border: none;
  width: 30px;
  margin-left: 4px;
  border-radius: 0.25rem;
  padding: 3px;
}

.dt-container .dataTables_length {
  display: none;
}

.dt-container div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.2rem;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  margin-right: 2rem;
}

.footer-bg {
  margin: auto;
  position: relative;
  height: 75px;
  width: 100%;
}

.home__item_icon {
  width: 100px !important;
  margin-top: -70px;
}

.title-step {
  font-size: 15px;
  line-height: 0;
  font-weight: 500 !important;
}

.dec-step {
  font-size: 10px;
}

.step-new-user {
  width: 50%;
}

.step-new-user-dec {
  width: 50%;
}

.step-rw img {
  width: 60px;
  margin-top: -10px;
}

.la.la-refresh {
  font-size: 25px;
  color: #21b7dd;
}

.btn-lang {
  position: relative;
  transform: translate(-50%, -50%);
  left: 93%;
  top: 50%;
  z-index: 1001;
  margin-top: 2px;
}

.btn-lang-row-left {
  text-align: right;
}

.btn-lang-row-right {
  text-align: right;
}

#mobile-sidebar {
  display: none;
}

#desktop-dropmenu {
  display: block;
}

.hot-dashboard-image {
  width: 100%;
  max-width: 300px;
}

.marquee {
  height: 110px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .slide-item {
    min-height: 280px;
  }
}

@media screen and (min-width: 40em) {
  .slide-item {
    height: 360px;
    min-height: 360px;
  }
}

@media screen and (min-width: 64em) {
  .slide-item {
    height: 600px;
    min-height: 600px;
  }
}

.slider-winners {
  padding: 1rem 3rem;
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .nav-item-img {
    width: 12%;
  }

  .navbar-collapse {
    font-size: 2.3vw;
    width: 32%;
  }

  .text-res-h1 {
    font-size: 45px;
  }

  .text-res-h2 {
    font-size: 35px;
  }

  .text-res-h3 {
    font-size: 25px;
  }

  .text-res-h4 {
    font-size: 18px;
  }

  .promotion-container img {
    max-height: 180px;
  }

  #mobile-sidebar {
    display: block;
  }

  #desktop-dropmenu {
    display: none;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .nav-item-img {
    width: 12%;
  }

  .navbar-collapse {
    font-size: 2.6vw;
    width: 38%;
  }

  .text-res-h1 {
    font-size: 40px;
  }

  .text-res-h2 {
    font-size: 30px;
  }

  .text-res-h3 {
    font-size: 20px;
  }

  .text-res-h4 {
    font-size: 15px;
  }

  .promotion-container img {
    max-height: 120px;
  }

  .deposit-details-table {
    font-size: 0.8rem;
  }

  .jackpot-container {
    width: 300px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .jackpot-box {
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #ffffff;
    height: 70px;
    box-shadow: inset 0px 11px 8px -11px #000000, inset 0px -11px 8px -11px #000000;
  }

  .jackpot-box-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 0px;
    color: #a60d10;
  }

  .jackpot-slot-box {
    position: absolute;
    width: 200px;
    height: 30px;
    bottom: 13px;
    left: 51px;
  }

  .footer-bg {
    object-fit: cover;
  }

  .step-rw img {
    width: 35px !important;
  }

  .step-new-user {
    width: 30px !important;
  }

  #mobile-sidebar {
    display: block;
  }

  #desktop-dropmenu {
    display: none;
  }

  .dt-container .nav-pills .nav-link {
    font-size: 12px;
  }

  .hot-dashboard-image {
    width: 100%;
    max-width: 280px;
  }

  .marquee {
    height: 75px;
  }
}

@media (min-width: 1301px) and (max-width: 2000px) {
  .float-tele {    
    right: 165px !important;
  }

  .jp span {
    top: 8.5% !important;
  }  

  .mega-jp {
    margin: 3px 0;
    margin-left: -53px !important;
    transform: scale3d(2.65, 1.5, 1.5);
    padding: 30px 0;
  }

  #game-tabs ul li .tab-icon-size {
    max-width: 125px !important;
    margin-left: 2.75rem;
  }
}

@media (min-width: 1250px) and (max-width: 1300px) {
  .float-tele {    
    right: 165px !important;
  }

  .jp span {
    top: 8.5% !important;
  } 

  .mega-jp {
    margin: 3px 0;
    margin-left: -53px !important;
    transform: scale3d(2.65, 1.5, 1.5);
    padding: 30px 0;
  }

  #game-tabs ul li .tab-icon-size {
    max-width: 125px !important;
    margin-left: 2.7rem;
  }
}

@media (min-width: 1001px) and (max-width: 1249px) {
  .mega-jp {
    margin: 3px 0;
    margin-left: -53px !important;
    transform: scale3d(2.65, 1.5, 1.5);
    padding: 30px 0;
  }

  .jp span {
    top: 8.5% !important;
  }  

  .to-left {
    justify-content: center;
  }

  #game-tabs ul li .tab-icon-size {
    max-width: 125px !important;
    margin-left: 2.25rem;
  }
}

@media (min-width: 901px) and (max-width: 1000px) {
  .mega-jp {
    margin: 3px 0;
    margin-left: -49.5px !important;
    transform: scale3d(2.45, 1.5, 1.5);
    padding: 30px 0;
  }

  .to-left {
    justify-content: center;
  }

  #game-tabs ul li .tab-icon-size {
    max-width: 125px !important;
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  .mega-jp {
    margin: 3px 0;
    margin-left: -44.5px !important;
    transform: scale3d(2.2, 1.5, 1.5);
    padding: 30px 0;
  }

  .to-left {
    justify-content: center;
  }

  #game-tabs ul li .tab-icon-size {
      max-width: 125px !important;
      margin-left: 1.75rem !important;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  .mega-jp {
    margin: 3px 0;
    margin-left: -44.5px !important;
    transform: scale3d(2.1, 1.5, 1.5);
    padding: 30px 0;
  }

  .to-left {
    justify-content: center;
  }

  #game-tabs ul li .tab-icon-size {
    max-width: 115px !important;
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 500px) and (max-width: 601px) {
  .mega-jp {
    margin: 3px 0;
    margin-left: -27.5px !important;
    transform: scale(1.45);
    padding: 30px 0;
  }
}

@media (min-width: 425px) and (max-width: 440px) {
  .mega-jp {
    transform: scale(1.16);
  }

  #game-tabs ul li .tab-icon-size {
    max-width: 70px !important;
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 406px) and (max-width: 424px) {
  .mega-jp {
    transform: scale(1.12);
  }

  #game-tabs ul li .tab-icon-size {
    max-width: 70px !important;
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 390px) and (max-width: 405px) {
  .mega-jp {
    transform: scale(1.06);
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .mega-jp {
    transform: scale(1.03);
  }
}

@media (min-width: 300px) and (max-width: 350px) {
  .mega-jp {
    margin-left: -18.5px !important;
    transform: scale(0.9);
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .nav-item-img {
    width: 17%;
  }

  .navbar-collapse {
    font-size: 3.5vw;
    width: 36%;
    padding: 10px;
  }

  .text-res-h1 {
    font-size: 35px;
  }

  .text-res-h2 {
    font-size: 22px;
  }

  .text-res-h3 {
    font-size: 15px;
  }

  .text-res-h4 {
    font-size: 13px;
  }

  .promotion-container img {
    max-height: 120px;
  }

  .deposit-details-table {
    font-text: 0.8rem;
  }

  div[data-notify="container"] {
    top: 0px !important;
    right: 0px !important;
  }

  .jackpot-container {
    width: 300px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .jackpot-box {
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #ffffff;
    height: 70px;
    box-shadow: inset 0px 11px 8px -11px #000000, inset 0px -11px 8px -11px #000000;
  }

  .jackpot-box-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 0px;
    color: #a60d10;
  }

  .jackpot-slot-box {
    position: absolute;
    width: 200px;
    height: 30px;
    bottom: 13px;
    left: 51px;
  }

  .footer-bg {
    object-fit: cover;
  }

  .home__item_icon {
    width: 90px !important;
    margin-top: -70px;
  }

  .header-logo {
    width: 55px !important;
    margin-left: 20%;
  }

  .btn-language {
    width: 25px !important;
    height: 25px !important;
  }

  .balance {
    font-size: 14px !important;
  }

  .btn-profile {
    width: 43px !important;
    height: 43px !important;
  }

  .slider-winners {
    padding: 0;
  }

  .title-step {
    font-size: 13px;
    font-weight: 400 !important;
  }

  .dec-step {
    font-size: 6px;
  }

  .step-new-user {
    width: 30%;
  }

  .step-new-user-dec {
    width: 70%;
    padding-left: 0.3rem;
    line-height: 0.5;
  }

  .step-rw img {
    width: 35px !important;
  }

  .btn-lang-row-left {
    text-align: left;
  }

  .dropdown-menu.language-menu {
    left: 0 !important;
  }

  #mobile-sidebar {
    display: block;
  }

  #desktop-dropmenu {
    display: none;
  }

  .dt-container .nav-pills .nav-link {
    font-size: 11px;
  }

  .hot-dashboard-image {
    width: 100%;
    max-width: 240px !important;
  }

  .marquee {
    height: 75px;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  .gold-border-title {
    font-size: 32px !important;
  }

  .total-amount {
    font-size: 26px !important;
  }

  .btn-gold-submit {
    font-size: 27px;
  }

  .btn-gold-border {
    font-size: 18px;
  }

  .footer-bg {
    object-fit: cover;
    width: 100%;
  }

  .home__item_icon {
    width: 90px !important;
    margin-top: -70px;
    margin-left: 2px;
  }

  #mobile-sidebar {
    display: block;
  }

  #desktop-dropmenu {
    display: none;
  }

  .dt-container .nav-pills .nav-link {
    font-size: 11px;
  }

  .hot-dashboard-image {
    width: 100%;
    max-width: 220px !important;
  }

  .marquee {
    height: 75px;
  }
}

@media (max-width: 350px) {
  .gold-border-title {
    font-size: 28px !important;
    margin-bottom: 18px;
  }

  .total-amount {
    font-size: 22px !important;
  }

  .btn-gold-submit {
    font-size: 21px;
  }

  .btn-gold-border {
    font-size: 16px;
  }

  .pink_ul_title {
    font-size: 33px;
  }

  .footer-bg {
    object-fit: cover;
  }

  #mobile-sidebar {
    display: block;
  }

  #desktop-dropmenu {
    display: none;
  }

  .marquee {
    height: 75px;
  }
}

@media only screen and (min-width : 1025px) {
  .game-details {
    font-size: 2rem;
  }

  .game-actions .btn {
    width: 100%;
    border-radius: 0px;
    font-size: 1.5rem;
  }
}

.headerstrip-bg {
  background-color: #f5f5f5;
  border-radius: 0px;
  border-radius: 10px 10px 0px 0px;
  height: 25px;
}

.headerstrip {
  font-size: 10px;
  font-weight: 600;
  color: #000;
  border-bottom-width: 0px;
  text-align: center;
  width: 100%;
  display: inline-flex;
  ;
  padding: 2px 20px;
}

.owl-dots {
  font-size: 0px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  background: #103c7f !important;
  zoom: 1.2 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #008dfa !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0 !important;
}

.game-active {
  border-bottom: 4px solid #f1bb38;
}

.slider-border {
  background-color: transparent;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: unset;
}

.gradient-text-gold {
  background-color: #f8ee99;
  /*background-image: linear-gradient(45deg, #f8ee99, #7f6c44);*/
  background-image: linear-gradient(to bottom, #feaf66 0%, #fff4a5 48%, #d7a244 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}

.ui-widget-content {
  border: unset !important;
  background: unset !important;
  color: unset !important;
}

.ui-widget.ui-widget-content {
  border: unset !important;
}

.ui-widget-header {
  border: unset !important;
  background: unset !important;
  color: unset !important;
  font-weight: unset !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: unset !important;
  background: unset !important;
  font-weight: unset !important;
  color: unset !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: unset !important;
  background: unset !important;
  font-weight: unset !important;
  color: unset !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: unset !important;
  background: unset !important;
  font-weight: unset !important;
  color: unset !important;
}

#game-tabs ul {
  /* background-color: #000 !important; */
}

#game-tabs ul li a {
  text-align: center;
  min-width: 75px;
}

#game-tabs ul li .tab-icon {
  display: none;
  width: 100%;
  height: auto;
}

#game-tabs ul li .tab-icon-size {
  max-width: 60px;
}

#game-tabs ul li .tab-icon.active {
  display: block;
}

#game-tabs ul li .tab-title {
  display: block;
  font-size: 0.45rem;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  background-color: #ffffff;
  /*background-image: linear-gradient(45deg, #f8ee99, #7f6c44);*/
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 48%, #ffffff 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 800;
}

#game-tabs .ui-state-active .tab-bg {
  background-size: 100%;
  width: 100%;
}

#game-tabs .ui-tabs-panel {
  padding: 0px !important;
}

#game-tabs .game-action {
  text-align: center;
  padding: 2px;
}

#game-tabs .game-action-hot {
  text-align: center;
  padding: 5px 5px 10px 0px;
}

#game-tabs .game-action .provider-name {
  color: #f8ee99;
  display: block;
  font-size: 0.8rem;
}

.game-action:nth-last-child(1),
.game-action:nth-child(3n+3) {
  border-right: 0px !important;
}

.game-action:nth-child(3n+1):nth-last-child(-n+3),
.game-action:nth-child(3n+1):nth-last-child(-n+3)~.game-action {
  border-bottom: 0px !important;
}

#profile-tabs ul li .tab-icon {
  background: white;
}

#profile-tabs ul li .tab-icon.active {
  background: linear-gradient(to right, #e8ba20, #f2e160, #efa320);
}

#profile-tabs ul li a {
  padding: 0 !important;
  background: none !important;
  justify-content: center;
}

.dashboard_image {
  width: 100%;
  max-width: 175px;
}

.img-gray {
  filter: grayscale(100%);
}

.maintenance {
  position: absolute;
  color: #f10508;
  font-weight: bold;
  top: 40%;
}

.overlay {
  position: relative;
}

.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.overlay.overlay-block .overlay-layer,
.overlay:focus .overlay-layer {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  border: 1px solid red;
}

.game-button {
  pointer-events: none;
}

.overlay:focus .game-button {
  display: flex;
}

.popup-recommended-title {
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
  padding: 5px 0px;
  border-bottom: 1px solid #867a54;
}

.popup-provider-name {
  margin: 0 -1.25rem !important;
  color:black;
  background: linear-gradient(to right, #e8b91e, #f3e262, #df961c);
  font-size: 18px;
  padding: 8px 0px;
  border-bottom: 2px solid #d3a71b;
  border-radius: 20px 20px 0px 0px;
}

.full-bar-title {
  text-align: center;
  font-weight: bold;
}

.full-bar-title.grey {
  background-color: #40424a;
}

.full-bar-title.gold-gradient {
  background: linear-gradient(90deg, rgba(248, 238, 153, 1) 0%, rgba(215, 191, 105, 1) 100%);
}

.bank-qr {
  font-size: 13px;
  margin: 0.2rem;
  font-weight: 700;
}

#bank-tabs {
  margin-left: -5px;
  margin-right: -5px;
}

#bank-tabs .ui-tabs .ui-tabs-nav {
  padding: unset;
}

#bank-tabs ul li .ui-tabs-anchor {
  padding: unset;
}

#bank-tabs .ui-tabs-nav li {
  margin: unset;
  padding: 0px 2px;
}

#bank-tabs .ui-tabs-nav {
  padding: unset;
}

#bank-tabs .tab-icon {
  width: 100%;
  filter: grayscale(100%);
  max-width: 85px;
}

#bank-tabs .tab-icon.active {
  filter: unset;
}

#bank-tabs .tab-title {
  display: block;
  font-size: 12px;
  color: #fff;
}

#bank-tabs .ui-tabs-panel {
  padding-left: 0px;
  padding-right: 0px;
}

#bank-details {
  border-radius: 7px;
  font-size: 12px;
  color: #fff;
  padding: 0rem 1.5rem;
}

#bank-details .input-group-icon {
  position: relative;
}

#bank-details .input-group-icon .icon {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #000;
}

#bank-details .input-group-icon:hover {
  cursor: pointer;
}

.file-caption {
  height: 31px;
  padding: 0.1rem 0.75rem;
  border-radius: 2px !important;
}

.file-caption-main .input-group-btn {
  height: 31px;
}

.file-caption-main .btn-file {
  padding: 0.1rem 0.75rem;
}

.btn-gold {
  border: 2px solid #8a6805;
  border-radius: 5px;
  background: #9a7904;

  background: linear-gradient(180deg, #ead57c, #dbbe6e);
  color: #332b0c !important;
  font-weight: bold;
}

.btn-sm {
  padding: 0.1rem 0.75rem;
}

.hide-elm {
  display: none;
}

.ui-tabs-vertical {
  width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav {
  padding: 0px;
  /* float: left; */
  width: 100%;
  text-align: center;
  justify-content: space-between;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  padding: 0px 0px 1rem 0px !important;
}

.ui-tabs-vertical .ui-tabs-nav li a img {
  width: 100%;
  max-width: 110px;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  padding: 0px 0px 1rem 1rem;
  /* float: right; */
  width: 100%;
}

.form-control-no-border {
  border: 0px;
}

#vip-tabs ul li .vip-tab-icon {
  display: block;
  width: 40px
}

#vip-tabs ul li .vip-tab-title {
  display: block;
  font-size: 0.6rem;
  color: #fff;
}

#vip-tabs .ui-state-active.vip-tabs-li a {
  background-color: blue !important;
  border-radius: 0px;
  margin: 0 !important;
}

#vip-tabs .vip-tabs-ul {
  border-top: 2px solid #d7bf69 !important;
  border-bottom: 2px solid #d7bf69 !important;
  border-radius: 0px !important;
  height: 73px;
}

#vip-tabs .vip-info table {
  background-color: transparent !important;
  margin: 10px;
  width: 95% !important;
}

#vip-tabs .vip-info td {
  border: unset;
  border-bottom: 1px solid #d7bf69 !important;

}

#vip-tabs .vip-info th {
  border: unset;
  background-color: #8c90bd;
}


.swal-vip-popup {
  background: transparent !important;
  border-radius: 8px !important;
  padding-top: 0px !important;
  color: white !important;
  background-image: url("/static-images/vip/vip-frame.png") !important;
  background-size: 100% 100% !important;
  width: 300px !important;
  height: 240px !important;
}

.swal-vip-popup .swal-vip-content {
  padding: 0 !important;
  font-size: 20px !important;
  color: #fff !important;
  margin-top: 35px !important;
}

.swal-vip-popup .swal2-title {
  color: #fff !important;
}

.swal-vip-confirm {
  border-radius: 20px !important;
  padding: 5px 15px !important;
  background: linear-gradient(180deg, #ead57c, #dbbe6e) !important;
  color: #332b0c !important;
}

.swal-vip-actions {
  margin: 0px !important;
}

.swal-vip-icon {
  width: 45px;
}

.swal-vip-text {
  font-size: 15px;
}

.uwon-text {
  color: #ffffff;
}

.withdraw-bg {
  font-size: 20px;
  color: black;
  font-weight: 500;
  background: linear-gradient(to right, #e8b91e, #f3e262, #df961c);
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #e8b91e, #f3e262, #df961c) 1 0 1 0;
}

.deposit-bg {
  background-color: #1a1a1a;
  font-size: 20px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #b98e17, #f2e89c, #b98e17) 1 0 1 0;
  color: white;
  font-weight: 500;
}

.mega-jp {
  position: relative;
  display: inline-block;
  margin-left: -21px;
}

.jp {
  color: white;
  font-size: 2em;
  position: relative;
  margin-left: -41px;
}

.jp span {
  position: absolute;
  top: 11%;
  left: 87%;
}

#jackpot span {
  display: inline-block;
  transition: transform 0.1s ease;
}

@font-face {
  font-family: 'FF Kipp Pro';
  src: url('/static-images/font/BebasNeue-Regular.ttf') format('truetype'),
}

.spin {
  animation: spinEffect 0.1s ease-in-out;
  font-family: 'FF Kipp Pro', Arial, sans-serif;
  margin-top: 0.2rem;
}

@keyframes spinEffect {
  0% {
    transform: rotateX(0deg);
  }

  25% {
    transform: rotateX(900000deg);
  }

  50% {
    transform: rotateX(1800000deg);
  }

  75% {
    transform: rotateX(2700000deg);
  }

  100% {
    transform: rotateX(3600000deg);
  }
}

.uwon-btn {
  background-image: linear-gradient(to bottom, #edbb19 0%, #866700 100%);
  color: #fff !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
}

.profile-img {
  width: 35px !important;
  height: 30px;
}

.vip-icon {
  width: 40px;
}

.vip-icon-title {
  font-size: 9px
}

.vip-percent {
  color: white;
  position: absolute;
  width: 100%;
  height: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.balance {
  font-size: 12px !important;
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 1px;
}

.in_progress {
  font-size: 10px
}

.depo-withdraw {
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 360px) {

  .depo-withdraw {
    font-size: 13px;
    font-weight: bold;
  }

  .home__item_icon {
    width: 90px !important;
    margin-top: -70px;
  }

  .mobile-bottom-nav__item {
    font-size: 50% !important;
  }
}

@media (max-width: 320px) {
  .balance {
    font-size: 13px;
  }

  .in_progress {
    font-size: 8px
  }

  .vip-icon-title {
    font-size: 8px
  }

  .depo-withdraw {
    font-size: 11px;
    font-weight: bold;
  }

  .hot-dashboard-image {
    width: 100%;
    max-width: 220px !important;
  }

}

.owl-prev {
  width: 15px;
  position: absolute;
  top: 20%;
  left: -5px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  position: absolute;
  top: 20%;
  right: -5px;
  display: block !important;
  border: 0px solid black;
}

.promotion-category-scroll-bar {
  display: flex;
  width: 100%;
  overflow-x: auto;
}

.promotion-category-scroll-bar button {
  background-image: linear-gradient(to bottom, #740001 0%, #590100 100%);
  border: none;
  color: #ffffff;
  width: 100px;
  white-space: nowrap;
  padding: 8px 18px;
  border-radius: 0.25rem;
  font-weight: bold;
}

.promotion-category-scroll-bar button.active {
  margin: auto;
}

.promotion_desc .promotion-title {
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
}

.promotion_desc .promotion-description {
  color: white;
}

.promotion-details table {
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.promotion-details {
  display: none;
}

.navbar-dark {
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(to bottom, #0e0e0e, #292b2e);
}

.tab-bg {
  height: 60px;
  width: 65px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0 !important;
}

.register-btn {
  font-size: 18px;
  border-radius: 0px 0px 10px 0px;
  background-image: linear-gradient(180deg, #21b7dd 0%, #003c4b 100%), linear-gradient(to bottom, #21b7dd, #003c4b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.login-btn {
  font-size: 18px;
  border-radius: 0px 0px 0px 10px;
  background-image: linear-gradient(to bottom, #fcc100 0%, #826400 100%), linear-gradient(to bottom, #fcc100, #826400);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.icon-login {
  width: 25px;
}

.mb80 {
  margin-bottom: 85px !important;
}

.circletag {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .15);
  -webkit-background-clip: padding-box;
}

.w-30 {
  width: 30%;
}

.modal-content {
  background-color: #333333 !important;
}

.close {
  color: #ffffff !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-title {
  color: #ffffff !important;
}

.balance img {
  width: 15px;
  margin-top: -5px;
}

.amount-button {
  background-color: #ffffff;
  color: #000000;
  flex-grow: 1;
  margin: 0;
}

.amount-container {
  display: flex;
  flex-wrap: nowrap;
}

.button-container button:not(:first-child) {
  margin-left: 8px;
}

.withdraw-amount-button {
  background-color: #ffffff;
  color: #000000;
  flex-grow: 1;
  margin: 0;
}

.btn-danger {
  border-radius: 4px;
}

.btn-primary {
  border: none !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  z-index: 9999;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background-image: repeating-linear-gradient(45deg, #560000 0%, #560000 10%, #560000 20%, #560000 45%, #560000 65%, #560000 89%, #560000 100%) !important;
}

.input-group {
  height: 31px !important;
}

.copy-btn-dp {
  width: 50px !important;
  height: 20px !important;
  font-size: 10px !important;
}

.border-gold {
  border: 2px solid transparent;
  background-image: linear-gradient(to bottom, #feaf66 0%, #fff4a5 48%, #d7a244 100%);
  border-radius: 7px;
}

.border-top-gg {
  border-top: 2px solid transparent;
  border-image: linear-gradient(to right, #e8ba20, #f2e160, #efa320) 1;
}

.game-partner-bg {
  background-image: linear-gradient(#0245aa, #001238);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 2px transparent;
}

.game-partner-bg img {
  width: 100%;
  max-width: 80px;
}

.content-bg {
  background-color: #0093ff;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
}

#partner-title {
  margin-top: 15px;
  margin: auto;
  color: #ffffff;
}

.provider-bg {
  background-color: #acd9fd;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  border: 2px solid #acd9fd;
  color: #001238;
  margin: auto;
  font-weight: 600;
}

.title-header {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to right, #e8ba20, #f2e160, #efa320);
  border-radius: 0.35rem;
  max-width: 250px;
  margin: auto;
}

/* Brand logo slider */
.brands {
  position: relative;
  overflow: hidden;
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}

.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll1 20s linear infinite;
  animation-delay: 4s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0%) translateZ(0);
  animation: scroll2 20s linear infinite;
  animation-delay: 4s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper>a,
.brands__wrapper>img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.brands__wrapper>a img {
  /* max-width: 15rem;
  max-height: 15rem; */
}

.brands__wrapper>a, .brands__wrapper>img { 
  position: unset !important;
}

.hot-bull>a img {
  max-width: 7.2rem !important;
  max-height: 7.2rem !important;
}

.hot-cs>a img {
  max-width: 3.5rem !important;
  max-height: 3.5rem !important;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.game-ns {
  font-size: 7px !important;
  font-weight: 600;
  color: #f3e465;
  text-align: center;
}

.rtp {
  background-color: white;
  color: #ac976e;
  border-radius: 1rem;
  font-size: 6px;
  text-align: center;
  margin-bottom: 0;
}

@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }

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

.step-rw {
  text-align: center;
  color: #ffffff;
}

.profile-left-border {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.profile-text {
  font-size: 13px;
  color: #efa01d;
  padding-left: 0.2rem;
}

.form-inpt {
  padding: 10px !important;
  color: #000000 !important;
  font-size: 12px !important;
}

.form-inpt-deposit {
  border-radius: 2px !important;
  background-color: #ffffff;
  color: #000000 !important;
}

.ln-height {
  line-height: 1;
}

.password-form {
  border-radius: 10px !important;
  padding: 20px 10px 20px 10px !important;
  background-color: #d2d1e3 !important;
  color: #8f403c !important;
  font-weight: 600 !important;
}

.withdraw-text {
  font-size: 11px;
  color: white;
  font-weight: 700;
}

.uwon-title {
  font-size: 15px;
  color: #00094e;
  font-weight: 600;
}

.uwon-winner {
  font-size: 18px;
  color: #6a0002;
}

#qrcodeImage {
  width: 100%;
  height: auto;
}

.form-control-sm {
  height: calc(2em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* Desktop View - Dropdown Menu */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Mobile View - Sidebar Menu */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: rgb(0 0 0 / 90%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 30px;
  text-decoration: none;
  color: #797878;
  z-index: 999999;
  margin-top: -10px;
}

.sidebar-name {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-join {
  font-size: 20px;
  color: black;
  font-weight: 500;
  background: linear-gradient(to right, #e8b91e, #f3e262, #df961c);
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-right .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}

.nav-logo {
  background-image: linear-gradient(to bottom, #003441 0%, #000e11 100%);
  border-radius: 0px 50px 50px 0px;
  border: 1px solid #f2c109;
  border-left: none;
}

.btn-sb-profile {
  background-image: linear-gradient(to bottom, #1ca4c7 0%, #003f4e 100%);
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 30px;
}

.btn-sb-profile-desktop {
  background-image: linear-gradient(to bottom, #1ca4c7 0%, #003f4e 100%);
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 50px;
}

.btn-sb-history {
  background-image: linear-gradient(to bottom, #1ca4c7 0%, #003f4e 100%);
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 30px;
}

.btn-sb-history-desktop {
  background-image: linear-gradient(to bottom, #1ca4c7 0%, #003f4e 100%);
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 50px;
}

.btn-logout {
  background-image: linear-gradient(to bottom, #edbb19 0%, #866700 100%);
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 30px;
}

.btn-logout-desktop {
  background-image: linear-gradient(to bottom, #edbb19 0%, #866700 100%);
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 50px;
}

.ui-tabs .ui-tabs-nav li .side-bar {
  background-image: linear-gradient(180deg, #21b7dd 0%, #003c4b 100%), linear-gradient(to bottom, #21b7dd, #003c4b) !important;
  border-radius: 4px !important;
  border: 1px solid #ffffff !important;
  width: 75px;
  height: 85px;
}

.border-orange-gradient {
  border: 2px solid transparent;
  background-image: linear-gradient(to right, #e8b91e, #f3e262, #df961c);
  /* border-radius: 15px; */
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .side-bar {
  background-image: linear-gradient(to bottom, #fcc100 0%, #826400 100%), linear-gradient(to bottom, #fcc100, #826400) !important;
  border-radius: 4px !important;
  border: 1px solid #ffffff !important;
  width: 75px;
  height: 85px;
}

.strip-login {
  background-color: #ffffff;
  border-radius: 5px;
}

.text-green {
  color: #c69f59;
}

.uwon-show-btn {
  background: linear-gradient(to right, #e8ba20, #f2e160, #efa320);
  color: black !important;
  font-weight: 600;
  border-radius: 0.25rem;
  border: none;
  font-size: 11px;
}

.promotion-container table {
  width: unset !important;
}

.uwon-dp-btn {
  background: linear-gradient(to right, #e8b91e, #f3e262, #df961c);
  color: black !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
}

.dp-text {
  font-size: 14px;
}

.about-uwonkh label {
  color: #e4991c;
  font-size: 12px;
  font-weight: 600;
}

.cam-68-text {
  color: #e4991c;
  font-size: 12px;
  font-weight: 600;
}

.uwon-details label {
  font-size: 12px;
  color: #ffffff;
}

.hot-game-title label {
  font-size: 18px;
  font-weight: 500;
  color: #54bdb9;
}

.copy-right {
  margin-top: 60px;
  background: linear-gradient(to right, #eac12a, #f2e895, #e1a11c);
  font-size: 10px;
  text-align: center;
  margin-bottom: 100px !important;
  line-height: 2;
  color: black;
}

#h-balance {
  position: relative;
  display: inline-block;
}

.h-balance {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: white;
  padding: 5px 0;
}

.h-balance img {
  width: 20px;
  margin-top: -5px;
}

.pro-btn {
  padding: 3px 10px 3px 0px;
  border-radius: 0.5rem;
  border: 1.5px solid white;
  max-width: 117px;
  height: 45px;
}

.pro-text {
  line-height: 0.5rem;
  text-align: justify;
  margin-top: 0.4rem;
  margin-left: -0.1rem;
}

.dynamic-w {
  width: 30%;
}

.pro-label {
  color: black;
  font-size: 9px;
  font-weight: 600;
  text-wrap: auto;
}

.profile-drop-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
}

.menu-drop {
  position: absolute;
  top: calc(100% + 17px);
  right: 10px;
  width: 300px;
  min-height: 1850px;
  height: 100%;
  background: rgb(0 0 0 / 90%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}

.menu-drop::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: rgb(0 0 0 / 90%);
  transform: rotate(45deg);
  z-index: -1;
}

.menu-drop.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 999999;
}

.dataTables_empty {
  border-top: 10px solid #1a1a1a;
}

.page-item.disabled .page-link {
  color: black;
  pointer-events: none;
  cursor: auto;
  background-image: linear-gradient(to right, #e8ba20, #f2e160, #efa320) !important;
  font-size: 10px;
  border: none;
  width: 30px;
  margin-left: 4px;
  border-radius: 0.25rem;
  padding: 3px;
}

.d-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-bottom-center {
  width: 100%;
  padding: 0;
  position: fixed;
  bottom: 0;
  z-index: 1030;
  background: linear-gradient(to bottom, #2a2a2a, #1f2022);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.btn-submit {
  background-image: linear-gradient(to bottom, #fcc100 0%, #826400 100%), linear-gradient(to bottom, #fcc100, #826400);
}

.btn-file {
  background: #ffffff !important;
  border-color: #d5d5d5 !important;
  display: none;
}

.hidden-xs {
  display: none;
}

.browse-btn {
  /* position: absolute; */
  background: #ffffff;
  /* bottom: 6.6rem; */
  /* right: 0.8rem; */
  /* padding: 0.2rem 1rem; */
  font-size: 8px;
  /* border-radius: 1rem; */
  z-index: 100;
  border: 1px solid #ced4da;
  border-left: none;
  text-align: center;
  margin-left: -0.1rem;
}

.cam68-btn {
  background: black;
  color: white;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #9f9648;
}

.cam68-inner {
  background: black;
  border-radius: 1rem;
  padding: 0.2rem 0.5rem;
  margin-top: 0.3rem;
  width: 90%;
}

.live-trsc {
  width: 98.5% !important;
  padding: 3rem;
  font-size: 10px;
  margin: auto;
}

.table-custom-white {
  background-color: #27292c;
  color: white;
}

.dpt-with-col {
  background-color: orange;
  color: black;
  border-left: 2px solid #efa01d;
  border-right: 2px solid #efa01d;
}

.lt-col {
  border-left: 2px solid #efa01d;
  border-right: 2px solid #efa01d;
  border-top: 2px solid #efa01d;
}

.white-circle {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  top: 0.5px;
  position: relative;
  animation: blink 1.5s infinite ease-in-out;
}

.float-tele {    
  width: 110px;
  position: fixed;
  text-align: right;
  bottom: 70px;
  right: -7px;
  padding: 10px;
  z-index: 999;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}