@import url('https://fonts.cdnfonts.com/css/futura-pt');
                
body {
    font-family: Arial, sans-serif;
}
.PayoutDetails{
    background: url(https://bbkriket.com/PDFGenerator/Baccarat/Table-3/payout.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 400px;
    margin-bottom: -400px;
}
#PDF{
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.HeaderTitle{
    font-size: 20px;
    margin-left: -740px;
}
.Title{
    width: 100%;
    margin-top: 20px;
    margin-left: 8px;
    margin-bottom: 10px;
    background: #eff4ff;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 15px;
}

/* Board */
.image{
    width: 620px;
    margin-left: -270px;
}
.roulette-container {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 320px;
}

.roulette-board {
    width: 100%;
    height: 100%;
    background: url(https://bbkriket.com/PDFGenerator/Baccarat/Table-3/board.jpg) no-repeat center;
    background-size: contain;
}

#coin-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Coin Styling */
.placebetspan{
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 30px;
    height: 40px;
}

.coin {
    margin-top: 5px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url(https://bbkriket.com/PDFGenerator/Baccarat/Table-3/CasinoRedcoin.png) no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}
.PlaceWin{
    width: 28px;
    height: 30px;
    background: none;
    background-size: contain;
    opacity: 1;
}
.BetPrice{
    position: absolute;
    font-size: 9px;
    margin-left: 5.5px;
    margin-top: 4px;
    color: black;
    text-shadow: 
    -2px -2px 0px white,  
     2px -2px 0px white,
    -2px  2px 0px white,
     2px  2px 0px white;
    font-family: 'Inter';
    font-weight: bolder;
}
.remove-btn{
    opacity: 0;
}
.remove-btn:hover{
    opacity: 1;
}



table{
    border-collapse: collapse;
}
table td{
    width: 139.5px;
    border: 1px solid black;
    font-size: 14px;
    padding: 4px;
}
.tableName{
    color: #1d0fff;
    font-weight: bold;
}
.roundTime{
    font-size: 13px;
}
.input-box{
    width: 130px;
    background: transparent;
    border: none;
}
.input-box:hover{
    border: solid black 1px;
}


.recordTable{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 890px;
    border-style: solid;
    border-width: 1.5px;
}
.players{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-style: solid;
    font-weight: 200;
    border-width: 0 0 1.5px 0;
    padding: 5px 0 5px 0;
}
.playerOne{
    margin-left: 2px;
}
.playerTow{
    margin-right: 2px;
}
.winningCards{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    border-style: solid;
    border-width: 0 0 1.5px 0;   
    opacity: 1; 
}
.titles{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}
.betDetailsText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 15px;
}

.betsText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 280px;
}

.payoutsText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 130px;
}
.winText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 130px;
}
.NewData{
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    height: 25px;
    position: relative;
}
.combo-box-BD{
    text-align: center;
    width: 340px;
    height: 30px;
    font-size: 12px;
    font-family: 'Futura PT', sans-serifs;
    font-weight: 500;
    background: transparent;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.combo-box-BD:hover{
    border: solid black 1px;
}
.bet-input-box{
    text-align: center;
    width: 130px;
    height: 28px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bolder;
    background: transparent;
    border: none;
}
.bet-input-box:hover{
    border: solid black 1px;
}
.combo-box-PE{
    text-align: center;
    width: 150px;
    height: 30px;
    font-size: 13px;
    font-weight: bolder;
    background: transparent;
    margin-left: 60px;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.combo-box-PE:hover{
    border: solid black 1px;
}
.win-input-box{
    text-align: center;
    width: 150px;
    height: 30px;
    font-size: 12px;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    margin-left: 70px;
    background: transparent;
    border: none;
}
.material-icons{
    margin-left: 10px;
    opacity: 0;
    left: 0;
    cursor: pointer;
}
.material-icons:hover{
    opacity: 1;
}
.total{
    display: flex;
    flex-direction: row;
}
.totalText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-top: 6px;
}
.totalBets{
    text-align: center;
    color: #1d0fff;
    font-weight: bolder;
    width: 150px;
    height: 30px;
    font-size: 12px;
    font-weight: 10;
    padding: 0;
    margin: 0;
    margin-left: 264px;
    background: transparent;
    border: none;
}
.totalWins{
    text-align: center;
    color: #1d0fff;
    font-weight: bolder;
    width: 150px;
    height: 30px;
    font-size: 12px;
    font-weight: 10;
    padding: 0;
    margin: 0;
    margin-left: 242px;
    background: transparent;
    border: none;
}

/* Cards Drop Down  */
.playerOneCards{
    display: flex;
    flex-direction: row;
    margin-top: -45px;
    margin-left: 0px;
}
.h3tag{
    width: 690px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.btn{
    opacity: 0;
}
.btn:hover{
    opacity: 1;
}
.player1{
    margin-right: 0px;
}
#WinninHand{
    text-align: center;
    width: 150px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
#WinninHand:hover{
    border: solid black 1px;
}
.player2{
    margin-left: 0px;
}
.playerTowCards{
    display: flex;
    flex-direction: row;
    margin-top: -45px;
    margin-right: -5px;
}
.box-1{
    margin-left: 30px;
}
.playerOneCards .box-2{
    margin-left: 60px;
    display: none;
}
.playerTowCards .box-3{
    margin-left: -100px;
    display: none;
}
.box-4{
    margin-left: -70px;
}
.box-5{
    margin-left: -40px;
}

.select-box {
    display: flex;
    width: 60px;
    flex-direction: column;
    position: absolute;
}
.select-box .options-container {
background: #000000;
color: #f5f6fa;
width: 100%;
opacity: 0;
transition: all 0.4s;
border-radius: 5px;
overflow: hidden;
order: 2;
}
.selected {
margin-top: -5px;
border-radius: 4px;
order: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.selected:hover {
background: #3a3a3a;
height: 100px;
flex-direction: row;
justify-content: center;
align-items: center;
}
.select-box .options-container{
display: none;
flex-direction: column;
}
.select-box .options-container.active {
display: flex;
flex-direction: column;
max-height: 300px;
opacity: 1;
overflow-y: scroll;
}
.select-box .options-container::-webkit-scrollbar {
width: 5px;
background: #0d141f;
border-radius: 0 8px 8px 0;
}
.select-box .options-container::-webkit-scrollbar-thumb {
background: #525861;
border-radius: 0 8px 8px 0;
}
.select-box .option {
padding: 12px 14px;
cursor: pointer;
}
.select-box .option:hover {
background: #414b57;
}
.select-box label {
cursor: pointer;
}
.select-box .selected{
    width: 33px;
    height: 42px;
    padding-top: 3px;
    margin-top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.option{
display: flex;
}
.option .card{
    margin-left: 1px;
}
.select-box .card{
    background-image: url(https://bbkriket.com/PDFGenerator/Lucky-7/images/cards.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 37.5px;
    width: 25px;
    border-radius: 3px;
}
.select-box .sa {
background-position: 0px 0px;
}
.select-box .s2 {
background-position: -31px 0px;
}
.select-box .s3 {
background-position: -62px 0px;
}
.select-box .s4 {
background-position: -93px 0px;
}
.select-box .s5 {
background-position: -124px 0px;
}
.select-box .s6 {
background-position: -155px 0px;
}
.select-box .s7 {
background-position: -186px 0px;
}
.select-box .s8 {
background-position: -217px 0px;
}
.select-box .s9 {
background-position: -248px 0px;
}
.select-box .s10 {
background-position: -279px 0px;
}
.select-box .sj {
background-position: -310px 0px;
}
.select-box .sq {
background-position: -341px 0px;
}
.select-box .sk {
background-position: -372px 0px;
}
.select-box .ca {
background-position: 0px -53px;
}
.select-box .c2 {
background-position: -31px -53px;
}
.select-box .c3 {
background-position: -62px -53px;
}
.select-box .c4 {
background-position: -93px -53px;
}
.select-box .c5 {
background-position: -124px -53px;
}
.select-box .c6 {
background-position: -155px -53px;
}
.select-box .c7 {
background-position: -186px -53px;
}
.select-box .c8 {
background-position: -217px -53px;
}
.select-box .c9 {
background-position: -248px -53px;
}
.select-box .c10 {
background-position: -279px -53px;
}
.select-box .cj {
background-position: -310px -53px;
}
.select-box .cq {
background-position: -341px -53px;
}
.select-box .ck {
background-position: -372px -53px;
}
.select-box .da {
background-position: 0px -107px;
}
.select-box .d2 {
background-position: -31px -107px;
}
.select-box .d3 {
background-position: -62px -107px;
}
.select-box .d4 {
background-position: -93px -107px;
}
.select-box .d5 {
background-position: -124px -107px;
}
.select-box .d6 {
background-position: -155px -107px;
}
.select-box .d7 {
background-position: -186px -107px;
}
.select-box .d8 {
background-position: -217px -107px;
}
.select-box .d9 {
background-position: -248px -107px;
}
.select-box .d10 {
background-position: -279px -107px;
}
.select-box .dj {
background-position: -310px -107px;
}
.select-box .dq {
background-position: -341px -107px;
}
.select-box .dk {
background-position: -372px -107px;
}
.select-box .ha {
background-position: 0px -161px;
}
.select-box .h2 {
background-position: -31px -161px;
}
.select-box .h3 {
background-position: -62px -161px;
}
.select-box .h4 {
background-position: -93px -161px;
}
.select-box .h5 {
background-position: -124px -161px;
}
.select-box .h6 {
background-position: -155px -161px;
}
.select-box .h7 {
background-position: -186px -161px;
}
.select-box .h8 {
background-position: -217px -161px;
}
.select-box .h9 {
background-position: -248px -161px;
}
.select-box .h10 {
background-position: -279px -161px;
}
.select-box .hj {
background-position: -310px -161px;
}
.select-box .hq {
background-position: -341px -161px;
}
.select-box .hk {
background-position: -372px -161px;
}

#addNewData{
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px 30px;
}
.DownloadPDF{
    padding: 10px 30px;
    cursor: pointer;
}
.BackBTN{
    margin-top: 15px;
    padding: 10px 60px;
    cursor: pointer;
}
#alertMessage{
    display: none;
}

.custom-select {
  position: relative;
  width: 200px;
}

.select-boxx {
    width: 200px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-boxx:hover {
  border: 1px solid black;
}

.select-boxx:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu li {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-menu li:hover {
  background: #f0f0f0;
}

.dropdown-menu .input-container {
  padding: 10px;
  display: flex;
  gap: 5px;
}

.dropdown-menu input {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.dropdown-menu button {
  padding: 5px 10px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-menu button:hover {
  background: #0056b3;
}