.cf-wcc-red {
  height: 46px;
  background: red;
  width: 100%;z-index: 999;
  position: absolute;
  top: 0;
}

.pagination {
  justify-content: left;
}

.datatable-container .d-md-flex{
  gap: 10px;
}

.datatable-container .dropdown-toggle  {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
}

.datatable-container .table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}


.datatable-container .form-control{
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  transition: color .2s ease;
}
.datatable-container .input-group-append {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
}
.datatable-container .input-group-append:hover {

  background-color: #e4e6ef;
  border: 1px solid #e4e6ef !important;

}
.datatable-container .table-striped tbody tr td {
  padding-left: 10px;
}

.datatable-container .text-md-right {
  text-align: right !important;
}
.bidding-section .title-head {
  display: flex;
  justify-content: space-between;
}
.bid-main{
  padding:0 19px;
  position: relative;
}
.bid-main .betmodal ul li{
  padding: 8px 0;
}

.bid-main .modal .modal-header{
  color:#fff;
  background: linear-gradient(86deg, rgba(2, 0, 36, 1) 0%, rgba(146, 1, 40, 1) 0%, rgba(46, 25, 92, 1) 100%);
}
.bid-main .modal .modal-header h5{
  color:#fff;
  font-size:25px
}
.bid-main .modal .modal-header .btn-close{
  opacity: 1;
  filter: brightness(0) invert(1);
}

.betnumber{
  vertical-align: top;
  display: flex;
}
.betnumber 	.minus,.betnumber  .plus{
  width:40px;
 padding:10px 0;
  background:#211e63;
  border-radius:4px;
  color:#fff;
  border:1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.betnumber input{
  width: 80%;
  text-align: center;
  font-size: 26px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  height: 52px;
  margin: 0 5px;
}
.betprice{
  padding:5px 0;
}
.betprice ul{
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
  justify-content: space-between;
}
.placebet .btn.bet{
  width:100%;
  padding:10px 5px;
  font-size:22px;
  text-transform: uppercase;
}

.exact-bet{
  padding:10px 0;

}
.exact-bet ul{
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
  justify-content: space-evenly;
}
.exact-bet li{
  width:100%;
  padding:0 5px;
}
.exact-bet button{
  border:#211e63 solid 2px;
  background:none;
  /* padding: 8px 40px; */
  font-weight: 700;
  font-size:20px;
  width:100%
}
.exact-bet button.active{
  background:#211e63;
  color:#fff;
}
.record-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bidding-section .title-head{
  display: flex;
  justify-content:space-between
}
.bidding-section .title-head h2{
  padding-left:14px;
  position: relative;
  font-size:18px;
  text-transform: uppercase;
}
.bidding-section .title-head h3{
  font-size:  22px;
}
.bidding-section .title-head h2:before{
  width:10px;
  height:10px;
  background:#3ef031;
  content:'';
  position: absolute;
  left:0;
  top:50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


.bidding-section .title-head h2.text-danger:before{
  background:#dc3545!important;
}

.bidding-section .title-head h2.cancelled:before{
  background:#6c757d!important;
}


.fight-number{
  background: rgb(2,0,36);
  background: linear-gradient(86deg, rgba(2,0,36,1) 0%, rgba(146,1,40,1) 0%, rgba(46,25,92,1) 100%);
  color:#fff;
  border-radius: 5px;
  text-align: center;
  padding:3px 10px;
  margin:0 0 15px 0;
}
.fight-number h3{
  text-transform: uppercase;
  color:#fff;
}

.fight-number h3 span {
  padding: 0;
  margin: 0;
  font-size: 40px;
}

.betting-options{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  /* background: url(../media/bggradient.png) no-repeat top center; */
  background-size:100%;
  align-items: flex-start;
}
/* .betting-options li.meron,
.betting-options li.wala{
  background:none !important
} */
.betting-options li{
  position: relative
}
.betting-options .meron{
  width:100%;

  /* background:url(../media/chicken-red.png) no-repeat; */
  content:'';
  background:#ff2e80;
  background-size:250px;
  position: relative;
}
.betting-options .meron:before{
  width: 100%;
  height: 100%;
  background:url(../../media/chicken-red.png) no-repeat center;
  content: '';
  position: absolute;
  opacity: 0.3;
  left: 0;
  top: 20px;

  background-size: contain;
}
.betting-table th{
  align-items: center;
}
.betting-options .wala:before{
  width:100%;
  height:100%;
  background:url(../../media/chicken-blue.png) no-repeat  center;
  content:'';
  position:absolute;
  opacity: 0.3;
  left:0;
  top:0;
  background-size:220px
}
.betting-options .draw{
  position: relative
}
.betting-options .draw{
  content: '';
  background:url(../../media/chicken-green.png) no-repeat #3eb41a center center;
  background-size:100%;
  z-index: 1;
}
.betting-options .draw .bid-main{

  position: relative;
}
.betting-options li{
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 30px 0px 0px 0px;
  text-align: center;
  position: relative;
}
.bid-main{
  padding:0 19px;
  position: relative;
}
.betting-options li:nth-child(1){ border-radius: 8px 0 0 8px;}
.betting-options li:nth-child(3){ border-radius: 0px 8px 8px 0}
.betting-options li h4{
    padding:4px 12px;
    border-radius: 5px;
    color:#fff;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size:20px
}
.betting-options li span{
    display: block;
    font-size:25px;
    color:#fff;
    text-decoration: underline;
    margin:0 0 10px 0;
    font-weight: 700;
}
.payout p{
    text-transform: uppercase;
    color:#fff;
    font-size:20px;
    margin:0;
    font-weight: 700;
}
.betting-options li  .payout span{
    margin:0 !important;
    text-decoration: none;
    font-weight: 700;
}

.wala{
  background:#0d57c3;
  border-radius: 50%;
  margin:0 0 15px 0;

}
.meron{
  background:#ff2e80;
  margin:0 0 15px 0;

}
.draw {
  position: relative;

}
.lost{
  color:#ff2e80 !important;

}


.betting-options li div.bet-amount span{
  margin: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  opacity: 0.5;
  margin-top: 10px;
  font-size: 20px;
}

.bet.btn{
  background:#edc740;
  border-radius: 5px;
  padding:3px 8px;
  color:#000000;
  font-weight: 700;
  text-transform: uppercase;
}
.bet.btn:hover{
  background:#e1ba31
}

.payout .bet.in-active {
  background: #fff;
  opacity: 0.5;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
  
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.livestream .card-body {
    padding: 0px;
}

.livestream .card-header {
  padding: 10px;
  min-height: auto;
}

.marquee-announce {
    color:white; 
    font-size: 17px; 
    font-weight:bold; 
    text-shadow: 2px 2px 2px black;
    /* line-height: 45px; */
}

.circle-red {
  background: #cc0000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: white;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-shadow: 1.5px 1px 0.5px black;
  font-weight: bold;
}

.circle-blue {
  background: #0073CF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: white;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-shadow: 1.5px 1px 0.5px black;
  font-weight: bold;
}

.circle-green {
  background: #009933;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: white;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-shadow: 1.5px 1px 0.5px black;
  font-weight: bold;
} 

.circle-yellow {
  background: #e6b800;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: white;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-shadow: 1.5px 1px 0.5px black;
  font-weight: bold;
}

.circle-blank {
  background: #666666;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #666666;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  /*font-size: 10px;*/
  /*text-shadow: 1.5px 1px 0.5px black;*/
  font-weight: bold;
}

/* Game Trend Style End*/

/* Reglahan Style */
.circle-red2 {
  background: #cc0000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #cc0000;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  /*font-size: 10px;*/
  /*text-shadow: 1.5px 1px 0.5px black;*/
  /*font-weight: bold;*/
}

.circle-blue2 {
  background: #0073CF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #0073CF;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  /*font-size: 10px;*/
  /*text-shadow: 1.5px 1px 0.5px black;*/
  /*font-weight: bold;*/
}

.circle-green2 {
  background: #009933;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #009933;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  /*font-size: 10px;*/
  /*text-shadow: 1.5px 1px 0.5px black;*/
  /*font-weight: bold;*/
} 

.circle-yellow2 {
  background: #e6b800;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #e6b800;
  display: inline-block;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  /*font-size: 10px;*/
  /*text-shadow: 1.5px 1px 0.5px black;*/
  /*font-weight: bold;*/
}

.history .table {
  min-height: 200px;
  width: auto;
}

.history .card-body {
  padding: 10px;
}

.history .table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}

.history .table-responsive::-webkit-scrollbar:vertical {
  width: 12px;
}

.history .table-responsive::-webkit-scrollbar:horizontal {
  height: 12px;
}

.history .table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px #000  ;
}

.history .table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;  
  background-color: #000 ; 
}

 /* Reglahan Style End*/
    
 .history td {
  height: 10px !important;
  padding: 0 !important; 
  vertical-align: middle !important;
  /* width: 30px !important; */
  /*height: 40px;'*/
}
/*Reglahan End*/

.history .card, .table-dark{
  background-color: #eaeaea;
  border-top: #d4d4d4 solid 8px !important;
}

#trend-item {
  min-height:414px;
  display: flex;
}



#trend-item .record-contianer {
  display: flex;
  align-items: stretch !important;
}

.app-header-menu .menu .menu-item .menu-link .menu-title {
  color: var(--kt-primary);
}

@media only screen and (max-width: 600px) {
  #trend-item {
    min-height:100%;
    display: flex;
  }
  
  .cf-wcc-red {
    height: 15px;
  }
  
}

.record-contianer {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.record-table {
  display: flex;
  flex-direction: row;
  overflow-x: auto
}
.record-table .col {
  display: flex;
  flex-direction: column;
  border-right: #d4d4d4 solid 1px !important;
  padding: 10px
}

.record-table .col .row {

  color: #fff
}

.record-contianer .record-table .col .row span {
  width: 2.5rem;
  height: 2.5rem;
  margin: .15rem;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center
}

.record-table .col .row .red {
  background: #ff2e80;
}

.record-table .col .row .green {
  background-color:#3eb41a
}

.record-table .col .row .blue {
  background-color: #2878ff
}

.record-table .col .row .hui{
  background-color: #B5B5C3
}

.betting-status.open  {
  animation: glow 1s infinite alternate;
}

.exact-bet{

  width: 100%;

}
.exact-bet ul{
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
  /* justify-content: space-evenly; */
}
.exact-bet li{

  padding:0 5px;
}
.exact-bet button{
  border:#211e63 solid 2px;
  background:none;
  /* padding: 8px 40px; */
  font-weight: 700;
  font-size:20px;
  width:100%
}
.exact-bet button.active{
  background:#211e63;
  color:#fff;
}

.bet-remove {
    background:#211e63;
    border-radius:4px;
    color:#fff;
    border:2px solid #211e63;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.bet-remove i{
  font-size: 20px;
  color: #fff;
}
#bet-input {
  border: #211e63 solid 2px;
}

.bet-history .bg-warning{
  background-color: #B5B5C3 !important;
}

@keyframes glow {
  from {
      box-shadow: 0 0 5px -5px #aef4af;
  }
  to {
      box-shadow: 0 0 5px 5px #aef4af;
  }
}


.betting-status {
  display: flex;
  padding: 10px;
  justify-content: center;
  font-size: 20px;
}
  
.fight-number {
  border-top: 0;
  display: flex;
  padding: 5px;
  justify-content: center;
  font-size: 20px;

}
  
.fight-number > p{
    font-size: 20px;
}

.card  .card-meron {
  background-color: #cc0000;
  color: white;
  text-shadow: 2px 2px 5px black;
  text-align: center;
}

.card  .card-wala {
  background-color: #0073CF;
  color: white;
  text-shadow: 2px 2px 5px black;
  text-align: center;
}

.card  .card-draw {
  background-color: #009933;
  color: white;
  text-shadow: 2px 2px 5px black;
  text-align: center;
}

.card  .card-meron .card-title, .card  .card-wala .card-title, .card  .card-draw .card-title  {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.bet .card-footer {
  padding: 2.5px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}
.bet-btn {
  width: 100% !important;
}


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

.swal2-popup .swal2-title {
  color: #000 !important;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.record-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.record-title h2{
  text-transform: uppercase;
}
.legend ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
}
.legend li{
  position: relative;
  padding:0 0 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin:0 10px;
}
.legend li:nth-child(2):before{
  background:#034ebd
}
.legend li:before{
  width:15px;
  height:15px;
  display: block;
  content:'';
  border-radius: 50%;
  background:#ff1460;
  content:'';
  position: absolute;
  left:0;
  top:0;
}
.legend-info{
  background:#eaeaea;
  padding:10px 30px;
  border-radius: 50px;
  margin-bottom:20px;

}
.legend-info ul{
  list-style: none;
 padding:0;
  margin:0;
  display: flex;
  justify-content: space-between;
}
.legend-info h4{
  text-transform: uppercase;
  margin:0;
  padding:0;
  font-size:16px;
}
.legend-info li {
  display: flex;
}
.legend-info li .info span{
  font-size:20px;
  color:#000;
  font-weight: 700;
}
.legend-info ul li .circ{
  width:44px;
  height:45px;
  margin:0 5px 0 0
}
.legend-info ul li .info{
  line-height: 20px;
}
.legend-info ul li:nth-child(1) .circ{background:url(../media/meron-1.png) no-repeat}
.legend-info ul li:nth-child(2) .circ{background:url(../media/wala-1.png) no-repeat}
.legend-info ul li:nth-child(3) .circ{background:url(../media/draw-1.png) no-repeat}
.legend-info ul li:nth-child(4) .circ{background:url(../media/cancel-1.png) no-repeat}
.betting-history{
  background:#eaeaea
}
.border-top{
  border-top:#d4d4d4 solid 8px !important
}

.modalresult .modal-content{
  color: #fff;
  background: linear-gradient(86deg, rgba(2, 0, 36, 1) 0%, rgba(146, 1, 40, 1) 0%, rgba(46, 25, 92, 1) 100%);
}
.modalresult#losemodal  .modal-content{
  background:url(../../assets/misc/bg-lose.jpg) no-repeat #efefef;
}
.modalresult#losemodal h2{
  color:#ff2e80;
  font-size:40px !important;
  text-transform: uppercase
}
.modalresult#losemodal h2 span{
  display: inline;
  color: #000;
  text-transform: uppercase;  
  font-size: unset;
}
.bid-main .modalresult#losemodal .modal-header .btn-close{
  filter: none !important;
  color: #000 !important;
}
.modalresult .modal-header{
  background:none;
  border:none
}
.modalresult h5{
  color:#edc740;
  font-size:20px;
}
.modalresult h5 span{
  display: inline !important;
  font-size:20px;
}
.modalresult h2{
  font-size:40px;
  color:#d3b241;
}
.modalresult p{
  font-size:14px;
  color:#fff;
}
.modalresult .modal-header{
  position: absolute !important;
  top: 0 !important;
  z-index: 200 !important;
  right: 0 !important;
  background:none !important
}
.modalresult .modal-content{
  position: relative;
}
#losemodal.modalresult .modal-content:before{
  background: url(../../assets/misc/coins-lose.png) no-repeat;
  background-size: 170px !important;
}
.modalresult .modal-content:before{
  width: 200px;
  height: 170px;
  background: url(../../assets/misc/coins.png) no-repeat;
  content: '';
  position: absolute;
  top: -30px;
  left: -50px;
  background-size: 170px;
}

.modalresult  .modal-body {
  text-align: center;
}



@media (max-width:550px){
 .modalresult .modal-content:before{
      left: 50%;
      transform: translate(-50%, -50%);
      top: -30px;
  }
 .modalresult .modal-content{
      padding-top:40px
  }
}

@media (max-width:750px){
  /* .betting-options{
      height:auto;
      flex-direction: column;
      background:url(../media/bggradientmobile.png) no-repeat center center;
  } */

  /* .betnumber{
      margin-bottom:20px;
  } */
  .betnumber input{
      width: 80%;
  }
  .legend-info ul{
      padding:0 6px !important
  }
  .legend-info ul li .circ {
      width: 29px;
      height: 29px;
      margin: 0 5px 0 0;
      background-size: contain !important;
  }
  .legend-info h4{
      font-size:11px;
  }
  .legend-info{
      padding: 10px 5px;
  }
  .legend-info li .info span{
      font-size:13px;
  }
  .exact-bet ul,
  .betprice ul,
  .record-title{
      flex-direction: column;
  }
  .exact-bet ul li{
      margin-bottom:10px;
  }
  .betprice {
      padding:20px 0;
  }

  .betprice h3{
      font-size:23px
  }
  /* .betting-options li span{
      font-size: 38px;
  }
  .betting-options .wala:before{
      background:none
  }
  .betting-options li{
      background:none !important
  } */
  .betting-options li span{
      font-size: 20px;
  }
  .betting-options li h4{
      font-size:24px;
      padding:5px 20px
  }
  .payout p{
      font-size:14px;
  }
  .bet{
      font-size:18px;
  }
  .bid-main{
      padding: 0 0;
  }
  .bet.btn{
      font-size: 12px;
      padding: 3px 8px !important;
  }
  .betting-table p{
      font-size:16px;
  }
  .bid-main .betmodal ul li{
      margin:0 
  }
  .betnumber input {
      width: 100%;
  }
  .placebet .btn.bet{
      padding: 10px 5px !important;
  }
  .exact-bet ul{
      flex-direction: row;
  }
}

@media (max-width:600px){
  .betting-options li span {
    font-size: 18px;
  }

  .fight-number h3 span {
    font-size: 22px;
  }
  .betting-options li h4{
      font-size: 16px;
  }
  .bet.btn {
      font-size: 14px;
      padding: 5px !important;
      line-height: normal;
      margin-top:10px
  }
}

.betting-options li div.bet-amount.active span {
  background: linear-gradient(86deg, rgba(2, 0, 36, 1) 0%, rgba(146, 1, 40, 1) 0%, rgba(46, 25, 92, 1) 100%);
  font-size: 20px;
  color: #fff !important;
  opacity: 1;
}

@media (max-width:481px)  {
  .betting-options li div.bet-amount span {
    font-size: 15px;
  }
  .betting-options li div.bet-amount.active span {
    font-size: 15px;
    word-break: break-word;
  }

}


.bet-history-table {
  width: 100%;
  /* max-width: 600px; */
  background-color: white;
  border-radius: 16px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
  padding: 0px;
}
.bet-history-table h2 {
  text-align: center;
  padding: 20px;
  margin: 0;
  background: linear-gradient(86deg, rgba(2, 0, 36, 1) 0%, rgba(146, 1, 40, 1) 0%, rgba(46, 25, 92, 1) 100%);
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.bet-history-table .bet-entry {
  padding: 20px;
  border-bottom: 1px solid #e6e9f0;
  position: relative;
  background-color: #f9fbfd;
  transition: background-color 0.3s, transform 0.3s;
}

.bet-history-table .bet-entry:last-child {
  border-bottom: none;
}

.bet-history-table .bet-entry:hover {
  background-color: #eef3f9;
  transform: translateY(-3px);
}

.bet-history-table .bet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.bet-history-table .fight-number {
  padding: 8px 14px;
  border-radius: 12px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:0 5px 10px rgba(0, 0, 0, 0.15);
  margin-top: 12px;
}

.bet-history-table .meron {
  background: linear-gradient(135deg, #ff5252, #b31818);
}

.bet-history-table .wala {
  background: linear-gradient(135deg, #42a5f5, #1b75c4);
}


.bet-history-table .draw {
  background: linear-gradient(135deg, #66bb6a, #2d8640);
}

.bet-history-table .status {
  padding: 8px 14px;
  border-radius: 12px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.bet-history-table .win {
  background: linear-gradient(135deg, #66bb6a, #2d8640);
}

.bet-history-table .lose {
  background: linear-gradient(135deg, #ef5350, #b31818);
}

.bet-history-table .pending {
  background: linear-gradient(135deg, #ffca28, #e6b800);
  color: #333;
}

.bet-history-table .cancelled {
  background: linear-gradient(135deg, #9e9e9e, #595959);
  color: white;
}


.bet-history-table .bet-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  align-items: center;
}

.bet-history-table .copy-btn {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #4a90e2;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.3s;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.bet-history-table .copy-btn:hover {
  background-color: #1c60b3;
}

.bet-history-table .details-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 12px;
  background-color: #9e9e9e; /* Greyish color */
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.bet-history-table .details-btn:hover {
  background-color: #757575; /* Darker grey on hover */
  transform: translateY(-2px);
}


.bet-history-table .details-content {
  display: none;
  padding-top: 12px;
  font-size: 15px;
  color: #444;
  max-height: 150px; /* Adjust the max-height as needed */
  overflow-y: auto; /* Adds a scrollbar if content exceeds max-height */
}

.bet-history-table .details-content p {
  margin: 5px 0;
  padding: 10px;
  background-color: #e0e0e0; /* Greyish shade */
  border-radius: 8px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.bet-history-table .balance-before {
  color: #d32f2f;
  font-weight: 700;
}

.bet-history-table .balance-after {
  color: #388e3c;
  font-weight: 700;
}

.bet-history-table  .bet-amount {
  font-weight: 700;
  font-size: 15px;
  color: #444;
  margin: 0 10px;
  text-align: center;
  width: 100px; /* Consistent width */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 8px;
}

#kt_ecommerce_sales_flatpickr_clear {
  display: none !important;
}