.accountbg {
  background-image: url(../images/bg.jpg) !important;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
}

.format-card.active {
  background: #2c7101 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px #00000029;
  border: 1px solid #32383E;
}

.btn-blue > .icon {
  background: #1b57c9;
}
.btn-blue > .text {
  background: #0c47bb;
}
.btn-purple > .icon {
  background: #e55b5b;
}
.btn-purple > .text {
  background: #c54747;
}

.bg-darkblue {
  /* background-color: #2655a5 !important; */
  background-color: #0e2f7e !important;
}

.btn-login-complete>button {
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  background-color: #eac751;
  color: #fff;
}

.room.real {
  /* background-color: #1B2039; */
  background: linear-gradient(354deg, hwb(243deg 0% 86%) 0%, rgb(0 0 0) 72%, rgb(20 141 69) 100%);

}
.room.virtual {
  /* background-color: #865CE21A; */
  background: linear-gradient(354deg, hwb(243deg 0% 86%) 0%, rgba(27,32,57,1) 72%, rgb(197 117 31) 100%);
}

.room .state.virtual {
  background: var(--virtual-color);
}

.room .state.real {
  background: var(--real-color);
}

:root {
  --pattern-size: 24px;
  --pattern-cols: 18;
  --P-color: #1a92fe;
  --B-color: #FF7F41;
  --T-color: #A6CA80;
  --virtual-color: #da770d;
  --real-color: #5ace3e;
}

/* .game-list{
  justify-content: center;
  display: flex;
  gap: 20px;
}

.game-item{
  width: 250px;
  height: 250px;
}
.evo-section {
  background-image: url('https://mario-100.com/images/casino/evolution_casino.png');
}

.prag-section {
  background-image: url('https://mario-100.com/images/casino/pragmatic_casino.png');
} */