body {
  font-family: Arial, sans-serif;
  position: relative;
}
.PayoutDetails {
  background: url(./Payput_Table.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  display: flex;
  width: 490px;
  height: 500px;
  margin-bottom: -500px;
}
#PDF {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
}
.buttons {
  position: absolute;
  left: 0;
  top: 550px;
}
.HeaderTitle {
  font-size: 20px;
  margin-left: -815px;
}
.Title {
  width: 100%;
  margin-top: 20px;
  background: #eff4ff;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 15px;
}

/* Board */
.image {
  width: 620px;
  margin-left: -300px;
}
.roulette-container {
  position: relative;
  display: inline-block;
  width: 600px;
  height: 320px;
}

.roulette-board {
  width: 100%;
  height: 100%;
  background: url("./Board.png") 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("./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: 2px;
  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: 898px;
  border-style: solid;
  border-width: 1.5px;
}
.mainTable {
  display: flex;
}
.originalTable {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  border-style: solid;
  border-width: 0.5px;
}
.multiplierTable {
  display: flex;
  flex-direction: column;
  width: 270px;
  max-width: 300px;
  border-style: solid;
  border-width: 0.5px;
}
.MTMtitle {
  font-size: 14px;
}
.MTTitles {
  display: flex;
  font-weight: bold;
  gap: 5px;
}
.MTValue {
  display: flex;
  margin-left: 5px;
}
.MTValue input {
  width: 48px;
  padding: 3px;
  border: none;
}
.MTValue .value {
  margin-left: 3px;
  font-weight: bolder;
}
.MTValue input:hover {
  border: 0.1px solid;
}
.winningNumberText {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  width: 100%;
  border-style: solid;
  border-width: 0 0 1.5px 0;
  padding: 5px 0 5px 0;
}
.winningNumber {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-style: solid;
  border-width: 0 0 1.5px 0;
}
.inputWinNumber {
  text-align: center;
  width: 50px;
  font-size: 22px;
  margin: 5px 0 5px 0;
  background: transparent;
  border: none;
}
.inputWinNumber:hover {
  border-radius: 3px;
  border: solid black 1px;
}
.winningNumber {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#inputWinNumber {
  color: white;
}
#inputWinNumber:focus {
  color: black;
}
#winNumber {
  color: white;
  background-color: black;
  font-weight: bolder;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  margin: 3px;
  margin-right: 20px;
}
#removeWinNum {
  opacity: 0;
}
#removeWinNum:hover {
  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: 185px;
}
.payoutsText {
  font-weight: bold;
  color: #1d0fff;
  margin-bottom: 15px;
  margin-left: 70px;
}
.winText {
  font-weight: bold;
  color: #1d0fff;
  margin-bottom: 15px;
  margin-left: 50px;
}
.NewData {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  height: 25px;
  position: relative;
}
.combo-box-BD {
  text-align: center;
  width: 245px;
  height: 30px;
  font-size: 11px;
  background: transparent;
  font-weight: bolder;
  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: 50px;
  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: 110px;
  height: 30px;
  font-size: 13px;
  font-weight: bolder;
  background: transparent;
  margin-left: 40px;
  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: 100px;
  height: 30px;
  font-size: 12px;
  font-weight: bolder;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  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: 164px;
  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: 108px;
  background: transparent;
  border: none;
}
#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-box {
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box:hover {
  border: 1px solid black;
}

.select-box:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.select-box1 {
  border-radius: 4px;
  width: 50px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box1:hover {
  border: 1px solid black;
}

.select-box1:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.select-box2 {
  border-radius: 4px;
  width: 50px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box2:hover {
  border: 1px solid black;
}

.select-box2:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.select-box3 {
  border-radius: 4px;
  width: 50px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box3:hover {
  border: 1px solid black;
}

.select-box3:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.select-box4 {
  border-radius: 4px;
  width: 50px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box4:hover {
  border: 1px solid black;
}

.select-box4: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;
}
