@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
.c-filter.aaa img {
  filter:invert(1)
}

.c-filter1:hover img{
  filter: invert(1)
}

.c-filter2 img{
  filter: invert(1);
}

.c-filter2:hover img{
  filter: invert(0);
}

.fav-red{
  color: #ff4c44 !important;
  filter: initial;
}

.pointer{
  cursor: pointer;
}

.lang-c{
  width: 70px;
}


.banner { padding:16px; }
.banner .carousel, .banner-m .carousel { border-radius:16px; overflow:hidden }
.banner-m { padding:16px; display:none }

/* slide banner */

.banner .slider {
  overflow: initial;
}

.slick-list{
  border-radius: 12px;
}

.slick-dots {
  bottom: 0;
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}

.slick-dots li {
  margin: 0 -3px !important;
}

.slick-dots li.slick-active button:before {
  color: inherit;
  width: 13px;
  height: 13px;
  line-height: inherit;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.slick-dots li button:before{
  opacity: 0.75;
  color: inherit;
  border-radius: 50%;
}

.slick-dots li button {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
}

.banner-image{
  border-radius: 25px;
}

.custom-indicators{
  margin-bottom: 0
}

.custom-indicators > button {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%
}

/*search box */
.gbox-search-box {
  display:none;
  align-items:center;
  justify-content:right;
  margin: 0px 20px;
}
.gbox-search-box .search-games {
  transition:all 0.35s;
  width:0px;
  visibility:hidden 
}
.gbox-search-box .search-games .form-control {
  padding:0px 12px;
  height:38px;
}
.gbox-search-box .search-cancel {
  font-size: 20px;
  margin-left: 5px;
  color: #8901ff;
  display: none;
}
.gbox-search-box.aaa {
  display:flex 
}
.gbox-search-box.aaa .search-games {
  width:100%;
  max-width:280px;
  visibility:visible 
}
.search-games input{
  border: 1px solid #b9b9b9 !important;
  background-color: #f4f4f4 !important;
  color: #222222 !important;
}
.gbox-search-box.aaa .search-cancel {
  display:block 
}


/* loader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, .7);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/*depo event */
.depo-tracker {
  position: fixed;
  z-index: 99999;
  top: 12%;
  left: 270px;
  filter: drop-shadow(0 3px 4px #000000);
}

.depo-float {
  animation: 2s ease-in-out 0s infinite normal none running float;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.depo-progress {
  display: flex;
  align-items: center;
}

.depo-icon {
  max-width: 70px;
  z-index: 2;
}

.depoinfo-icon {
  max-width: 20px;
  z-index: 2;
  position: absolute;
  right: -10px;
}

.depotime-icon {
  max-width: 50px;
  z-index: -2;
  position: absolute;
  right: 15px;
  bottom: 7px;
}

.depo-close {
  color: #ffffff;
  filter: drop-shadow(0 0px 2px #8901ff) drop-shadow(0 0px 2px #8901ff);
  position: absolute;
  right: -10px;
  top: 8px;
  font-size: 14px;
}

.depo-bar {
  width: 180px;
  margin-left: -10px;
  margin-top: 10px;
}

.depo-bar .progress {
  height: 20px;
  border-radius: 25px;
  background-image: linear-gradient(to bottom, #452251, #806989, #3f124f, #452251);
  box-shadow: 0px 0px 3px #9700b5, 0px 0px 3px #9700b5, 0px 0px 3px #9700b5, 0px 0px 3px #9700b5, 0px 0px 3px #9700b5, 0px 0px 3px #9700b5, 0px 0px 3px #9700b5;
}

.depo-bar .progress .progress-bar {
  height: 16px;
  margin: 2px;
  border-radius: 25px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
  font-style: italic;
  font-weight: bold;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent), linear-gradient(to right, #fff915, #ff1543, #43ff01);
  background-repeat: repeat, no-repeat;
  background-size: 0.5rem 0.5rem, cover;
  box-shadow: 0px 0px 1px #fbd333, 0px 0px 2px #fbd333, 0px 0px 2px #fbd333, 0px 0px 2px #fbd333, 0px 0px 2px #fbd333, 0px 0px 2px #fbd333, 0px 0px 2px #fbd333;
}

.progress-text {
  position: absolute;
  top: -3px;
  left: 0;
  font-weight: bold;
  font-style: italic;
  width: 100%;
  text-align: center;
  color: #fff;
}


/* tables */
.member-setting {
    background-color: #250f45;
    border: 1px solid #7a18a5;
}
.member-setting-title {
    padding: 12px;
    color: #ea49ff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #7a18a5;
}
.member-setting-title a {
    color: #ea49ff;
}
.member-setting-icon {
    font-size: 16px;
    margin-right: 10px;
}
.member-setting-icon img {
    width: 22px;
}
.member-setting-icon.icon-statement img {
    width: 15px;
}
.member-setting-text {
    font-weight: 700;
    text-transform: uppercase;
}


.statement-single {
    border-bottom: 1px solid #7a18a5;
}
.statement-single:last-child {
    border-bottom: 0;
}
.statement-single-content {
    padding: 10px 12px;
}
.statement-date {
    margin-bottom: 3px;
}
.statement-detail {
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 3px;
}
.statement-detail-left, .statement-detail-right {
    text-transform: capitalize;
}
.statement-detail-right {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.statement-win, .statement-lose {
    font-weight: 700;
    text-transform: uppercase;
}
.statement-win {
    color: #3bfe72;
}
.statement-lose {
    color: #ea49ff;
}
.statement-balance {
    display: flex;
    justify-content: space-between;
}
.statement-balance-left {
    text-transform: capitalize;
}
.statement-desktop {
    display: none;
}
.table-statement {
    font-size: 14px;
}
.table-statement .table-statement-row {
    padding: 16px;
    margin: 0;
    border-bottom: 1px solid #7a18a5;
}
.table-statement .table-statement-row:first-child {
    border-bottom: 2px solid #7a18a5;
}
.table-statement .table-statement-row:last-child {
    border-bottom: 0;
}
.table-statement .table-statement-row .table-statement-col {
    text-transform: capitalize;
}
.table-statement .table-statement-row .table-statement-col a {
    text-decoration: underline;
}
.table-statement-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    display: none;
}
.statement-history {
    border-bottom: 1px solid #7a18a5;
}
.statement-history:last-child {
    border-bottom: 0;
}
.statement-history-content {
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7a18a5
}
.statement-history-left, .statement-history-right {
    display: flex;
    flex-direction: column;
}
.statement-history-right {
    text-align: right;
}
.statement-date.redeem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* sweet alert */
.swal2-popup {
  background-color: #250f45 !important;
  border: 1px solid #7a18a5 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}
.swal2-styled.swal2-confirm {
  background-color: #7a18a5 !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  min-width: 125px !important;
}
.swal2-styled.swal2-confirm:hover {
  background-color: #9A31E9 !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}
.swal2-icon.swal2-info {
  color: #ea49ff !important;
  border-color: #ea49ff !important;
}
.swal2-title {
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}
.swal2-content {
  color: #FFFFFF !important;
  font-size: 14px !important;
}
.swal2-actions > .btn-deposit{
  width: 50% !important;
  font-size: 14px !important;
}
.swal2-actions > .btn-info{
  width: 50% !important;
  font-size: 14px !important;
}

/* pagination */
.pagenumber {
  text-align: center;
}

.pagenumber ul li {
  list-style: none;
  display: inline-block;
}

.pagenumber ul li.round {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: #fff;
}

.pagenumber ul li.round a:hover {
  background: #F1F1F1;
  border-radius: 50%;
}

.pagenumber ul li.round.active,
.pagenumber ul li.round.active a:hover {
  background: #FFC000;
}

.pagenumber ul li a {
  color: #21115C;
  font-size: 14px;
  display: block;
}

.pagenumber ul li.prev a::after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}

.pagenumber ul li.next a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}

.statement-mobile {
  display: none;
}
.statement-desktop {
  display: block;
}

.table-history a{
  text-decoration: underline;
}

.no-deco{
  /* text-decoration: none !important; */
  color: #000000;
}

.status-check{
  background-color: var(--form-cta-bg);
}

.status-check:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}

.c-style{
  right: 0;
  top: 0;
}

.promo-title > * {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-font { /* event */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.gray-s{
  filter: drop-shadow(2px 1px 2px #bcbec7) grayscale(100%);
}

.inactive-f{
  filter: brightness(0.5);
}

.inactive-f:hover{
  filter: none;
}

@media only screen and (max-width: 767px) {
  .banner {
    display: none;
  }
  .banner-m {
    display: block;
    /* padding-top: 46px; */
  }

  .depo-tracker{
    left: 0;
  }

  .statement-mobile {
    display: block;
  }
  .statement-desktop {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .modal-body {
      /* font-size: 1.2vw; */
  }
}

