.pointer{
  cursor: pointer;
}

input::placeholder {
  color: #a9a9a9 !important;
  opacity: 1; /* Firefox */
}

input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #a9a9a9 !important;
}


/* announcement modal */
.modal-ann { max-width:1090px }
.modal-ann .modal-content { border:0; background:transparent }

.annbox { position:relative }
.annbox .bbg {  }
.annbox .bbg .mob { display:none }
.annbox .cclose { position:absolute; max-width:8%; right:0; top:0; cursor:pointer }
.annbox .ccon { position:absolute; width:90%; top:15%; left:5%; height:70% }
.annbox .annimg { border-radius:8px; border:1px solid #9c57ff; width:100% ;}
.annbox .agreewrap { text-align:center }
.annbox .agreebox { color:#cb00ff; background-color:#000000; border:1px solid #cb00ff; display:inline-block; border-radius:20px; padding:4px 30px; font-size:14px; font-weight:bold; cursor:pointer }
.anncon { height:100%; display:flex; align-items:flex-start; }
.anncon .nav { max-width:25%; width: 25%; margin-right:12px; height:100%; flex-direction: column;}
.anncon .nav .nav-link { background-color:#1f1341; border:1px solid #9c57ff; color:#ffffff; text-align:left; font-size:14px; font-weight:bold; border-radius:8px; width:100%; height:calc(20% - 8px); margin:4px 0px; }
.anncon .nav .nav-link p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow: hidden; text-overflow: ellipsis; margin: 0px;}
.anncon .nav .nav-link.active { background-color:#530fbc; border-color: #03effe; }
.anncon .tab-content { width:75% }
.anncon .tab-content h5 { font-weight:bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 90%;}
.annpagi { display:flex; justify-content:center; align-items:center; gap:4px; margin-top:8px; width:100%; position:absolute; bottom:-6% }
.annpagi .pitem { background-color:#1f0056; color:#ffffff; width:20px; height:20px; font-size:12px; font-weight:bold; display:flex; justify-content:center; align-items:center; cursor: pointer; }
.annpagi .pitem.active, .annpagi .pitem:hover { background-color:#21d4fe }

/* statement */
.statement-mobile {
  display: block;
}
.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;
}

/*modal thank you*/

.thankyou-icon{
  width: 150px;
  margin: 50px auto 20px auto;
}

/* 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 a,
.pagenumber ul li.round.active a:hover {
  /* background: #FFC000; */
  color: #0ad758;
}

.pagenumber ul li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
}

.pagenumber ul li.prev a::after {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}

.pagenumber ul li.next a::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}


 /* 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;
}

.nflist .ccon .intro .info{
  width: 100px;
}

.deposit-btn {
  background: linear-gradient(180deg, #e905f7 0%, #6600cc 100%);
  color: #ffffff;
  border: 1px solid #a403ff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  width: 140px;
  height: 40px;
  margin: 0 3px;
  border-radius: 5px;
  display: inline-block;
}

.deposit-btn:hover {
  filter: brightness(1.1);
}

.form-control:disabled{
  /* color: #000000; */
}

.form-control:disabled, .form-control[readonly]{
  background: #57456f;
}


/* withdrawal */
.withdrawal-detail{
  /* border-top: 1px #ccc solid; */
  margin:0px -15px;
  padding-top: 20px;
}

.withdrawal-detail h1{
  font-size: 14px;
  font-weight: bold;
  padding: 0px 30px 10px 30px;
}

.withdrawal-detail ul{
  display: flex;
  justify-content: center;
  align-items: top;
  margin: 0px;
  padding: 0px 30px;
}

.withdrawal-detail li{
  list-style: none;
  width:calc( 33.33% - 10px );
  margin: 0px 5px;
  max-width:150px; 
  text-align: center;
}

.withdrawal-detail li img{
  width: 50px;
  display:block;
  margin: 0 auto 10px auto;
}

/*custom */
/* 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);
  }
}

/* promo */
.promo-content table{
  margin: 0 auto;
  width: 100% !important;
  /* max-width: 100%; */
  border-collapse: separate;
  /* padding: 0.25rem 0; */
  font-size: 0.8rem;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  border: 2px #7485FC solid;
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
  -moz-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
  box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
  background-color: #17013278;
  table-layout: fixed;
  word-wrap: break-word;
}

/* .promo-content > table, th, td {
border: 1px solid white;
} */

.promo-content th {
  color: #b27be8 !important;
  font-weight: bold;
  border-bottom: 2px #7485FC solid;
  padding: 7px 0;
  font-size: 0.6rem;
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
}

.promo-content td{
  border-bottom: 1px #7485fc80 solid;
  padding: 7px 0;
  overflow: hidden;
  text-align: center;
  color: #03ffcc;
  font-weight: bold;
  margin-right: -15px;
  margin-left: -15px;
}


/*modal review*/
.rating {
  text-align: center;
  position: relative;
}

.hidden {
  opacity: 0;
}

.star {
  display: inline-block;
  margin: 5px;
  font-size: 20px;
  color: #ccc;
  position: relative;
}

.star.animate {
  -webkit-animation: stretch-bounce .5s ease-in-out;
}

.star.hidden {
  opacity: 0;
}

.full:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  position: relative;
  float: right;
  z-index: 2;
  font-weight: bold;
}

.half:before {
  font-family: "Font Awesome 5 Free";
  content: "\f089";
  position: absolute;
  float: left;
  z-index: 3;
  font-weight: bold;
}

.star-colour {
  color: #ffd700;
}

.reset-wrapper h2 {
  color: #c700ff;
  font-size: calc(1.325rem + .9vw);
  font-weight: bold;
}

.accepted-payments .apm {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.float-icon-left{
  position: fixed;
  z-index: 2;
  left: 20px;
  bottom: 20px;
}
.float-icon-left img { max-width:120px }

.close-tutorial{
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  z-index: 99;
}

.close-tutorial img{
  max-width: 20px !important;
}

.pop-message{
  width: 100%;
  height: 115px;
  position: fixed;
  top: 55px;
  z-index: 9998;
  text-align: center;
}

.pop-message .pop-image{
  width: 90%;
  max-width: 390px;
}

.pop-message .pop-cancel{
  position: absolute;
  right: 20px;
  width: 25px;
  filter: invert(1);
  z-index: 9999;
}

.reload-right{
  width: 15px;
  text-align: center;
}

@media screen and (max-width: 720px){
  .anncon { flex-direction:column }
  .anncon .nav { max-width:none; margin-right:0; margin-bottom:2vw; height:auto; flex-direction: row; width: 100%;}
  .annbox .ccon { top: 12%; margin-bottom: 1vw;}
  .anncon .nav .nav-link { font-size:2vw; padding:4px 5px; margin:2px; width:calc(20% - 4px); height:auto; border-radius: 5px; }
  .anncon .tab-content { width:90%; margin:0 auto; text-align:center }
  .anncon .tab-content h5 { font-size:2.8vw; margin-bottom:1vw }
  .annbox .bbg .des { display:none }
  .annbox .bbg .mob { display:block }
  .annpagi { bottom:-6% }
  .annpagi .pitem { width:3vw; height:3vw; font-size:2vw }

  .float-icon-left{
    left: 3vw;
    bottom: 15vw;
  }
}

@media screen and (min-width: 721px){
  .statement-mobile {
    display: none;
  }
  .promo-content table{
    table-layout: auto;
    width: 100% !important;
    max-width: 100%;
  }
  .promo-content th {
    font-size: 0.8rem;
    padding: 7px 10px;
  }
  
  .promo-content td{
    padding: 7px 10px;
  }
}