@import url("common.css");

body {
  background-image: url("../assets/fire-joker/background.png");
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}

.title {
  margin-top: 57px;
  margin-bottom: 27px;
  font-family: Inter;
  font-size: 56px;
  font-weight: 900;
}

.title>div:first-child {
  text-shadow: -2px -2px #F4AD08, -2px 0 #F4AD08, -2px 2px #F4AD08, 0 -2px #F4AD08, 0 2px #F4AD08, 2px -2px #F4AD08, 2px 0 #F4AD08, 2px 2px #F4AD08, 0px 0px 4.194px #FFF, 0px 0px 4.388px #FFF, 0px 0px 5.357px #FFF, 0px 0px 6.713px #FFF, 0px 0px 8.651px #FFF, 0px 0px 12.14px #FFF;
  position: absolute;
  z-index: -1;
  color: transparent;
}

.title>div:last-child {
  background: linear-gradient(#FF5313 24.47%, #FFFF8A 77.31%);
  background-clip: text;
  color: transparent;
}

.game {
  padding: 10px;
  border-radius: 2px;
  background: linear-gradient(#FDFCF5 1.64%, #F8BD6D 64.17%, #F4B66D 100.04%);
}

.game>div {
  width: 304px;
  height: 239px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-start;
  background: linear-gradient(#4C1115, #AD3431);
  overflow: hidden;
}

.line {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1px;
}

.line>div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 79px;
}

.line>div>img {
  max-width: 70px;
  max-height: 55px;
}

.won {
  background: #82CC9280;
}

.separator {
  align-self: stretch;
  margin-top: -10px;
  margin-bottom: -10px;
  width: 10px;
  background: linear-gradient(#FDFCF5 1.64%, #F8BD6D 64.17%, #F4B66D 100.04%);
}

.payout {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 4px;
  background: linear-gradient(#FDFCF5 1.64%, #F8BD6D 64.17%, #F4B66D 100.04%);
  border-radius: 13px;
}

.payout>div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 316px;
  height: 50px;
  background: linear-gradient(#3F160C, #A14D36);
  border-radius: 9px;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 900;
}

.bet {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #805C17;
  font-family: Inter;
  font-size: 14px;
  font-weight: 900;
  gap: 4px;
}

.bet>button {
  padding: 4px;
  background: #949494;
  border-radius: 13px;
}

.bet>button>div {
  width: 44px;
  height: 32px;
  background: #B5B0B0;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bet>button:disabled {
  background: linear-gradient(#FDFCF5 1.64%, #F8BD6D 64.17%, #F4B66D 100.04%);
}

.bet>button:disabled>div {
  background: #EBDB41;
}

.bet>button:first-child,
.bet>button:last-child {
  padding: unset;
  background: unset;
  border-radius: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -4px;
}

.filler {
  flex: 1;
}

.bottom {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #805C17;
  font-family: Inter;
  font-weight: 900;
}

.bottom button {
  padding: 4px;
  background: linear-gradient(#FDFCF5 1.64%, #F8BD6D 64.17%, #F4B66D 100.04%);
  border-radius: 13px;
}

.bottom button>div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#EBDB41, #E8B938);
  border-radius: 9px;
}

.bottom>div {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

.bottom>div>button {
  margin-top: 7px;
  margin-bottom: 7px;
}

.bottom>div>button>div {
  padding-left: 8px;
  padding-right: 8px;
  height: 38px;
}

.bottom>button {
  font-size: 26px;
}

.bottom>button>div {
  width: 117px;
  height: 61px;
}

.joker {
  width: 299px;
  align-self: flex-end;
  margin-top: -60px;
  margin-right: -50px;
}
