#coordinatesDisplay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 14px;
}

body {
  background-color: #121212;
  display: flex;
  justify-content: center;
  font-family: Arial, sans-serif;
}

#betcore {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1440px 911px;
  width: 1440px;
  height: 911px;
}

#betslip {
  width: 338px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: absolute;
  right: 18px;
  top: 582px;
}

#betslipTitle {
  width: calc(100% - 30px);
  display: flex;
  background-color: #9747FF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

#betslipBody {
  display: none;
  background-color: #1D1D1D;
  width: calc(100% - 20px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
}

#betslipNoBetInfo {
  display: flex;
  padding: 35px 30px;
  color: #F4F4F4;
}

#betCount {
  width: 30px;
  height: 30px;
  background-color: #121212;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

#betInfo {
  display: flex;
  flex-direction: column;
}

#betslipButtons {
  display: none;
  justify-content: space-between;
}

#betList {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid #00FFA5;
  margin-bottom: 10px;

  li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
}

#betValue {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #00FFA5;
  color: #00FFA5;
}

#betMaxBtn {
  border-radius: 20px;
  padding: 5px 15px;
  border: 1px solid #00FFA5;
  background-color: #00FFA5;
  font-size: 16px;
  font-weight: 600;
  color: black;
  cursor: pointer;
}

#clearBetslipBtn {
  border-radius: 20px;
  padding: 5px 15px;
  border: 2px solid #F81B6A;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #F81B6A;
  cursor: pointer;
}

#video {
  display: none;
}

.cursorPointer {
  cursor: pointer;
}

.colorViolet {
  color: #9747FF;
}

.colorGreen {
  color: #00FFA5;
}

.button {
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
}

.image {
  display: none;
  position: absolute;
  width: 343px;
  height: 529px;
}

#button {
  background-image: url("./assets/wide-button.png");
  top: 110px;
  right: 20px;
  width: 335px;
  height: 48px;
}

#buttonMobileSmall {
  display: none;
  background-image: url("./assets/narrow-button.png");
  bottom: 125px;
  left: 560px;
  width: 60px;
  height: 60px;
}

#buttonMobile {
  display: none;
  background-image: url("./assets/wide-button.png");
  top: 207px;
  right: 550px;
  width: 335px;
  height: 48px;
}

#buttonSmall {
  background-image: url("./assets/narrow-button.png");
  bottom: 40px;
  left: 20px;
  width: 60px;
  height: 60px;
}

#buttonList {
  position: absolute;
  left: 44%;
  top: 22px;
  z-index: 1;
  transform: translateX(-50%);

  button {
    display: inline-block;
    background-color: #a3a3a3;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.438rem 1.125rem;
    font-size: .894rem;
    line-height: 1.54;
    border-radius: 0.25rem;
    cursor: pointer;
    margin: 0 15px;
  }
}