/****** BLACKJACK ****/

.dot {
  margin-left: 5px;
}

.dot-full {
  height: 25px;
  width: 25px;
  background-color: rgb(134, 134, 134);
  border-radius: 50%;
  display: inline-block;
}

.dot-half-empty-left {
  height: 25px;
  width: 12.5px;
  background-color: rgb(134, 134, 134);
  display: inline-block;
  border-color: rgb(134, 134, 134);
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.dot-half-empty-right {
  height: 25px;
  width: 12.5px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(134, 134, 134);
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-left: none;
}

.dot-empty {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(134, 134, 134);
}

.blackjack-view {
  height: 840px;
}

.blackjack-btns {
  position: sticky;
  bottom: 75px;
}

.blackjack-cards {
  margin-left: 50px;
  height: 100%;
}

.blackjack-margin {
  margin-left: -70px;
}

.blackjack-card {
  height: 255px;
  width: 166px;
  background-color: white;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-family: sans-serif;
  margin-left: -70px;
  filter: drop-shadow(2px 4px 6px black);
}

.blackjack-cards-2 {
  margin-left: 0px !important;
}

.blackjack-cards-3 {
  margin-left: -35px !important;
}

.blackjack-cards-4 {
  margin-left: -70px !important;
}

.blackjack-opponent-cards {
  padding-top: 20px;
}

.blackjack-gamearea {
  /*padding-top: 25px;*/
}

.player-name {
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
}

.card-black {
  color: black;
}

.card-red {
  color: red;
}

.card-upper {
  height: 30px;
  padding-top: 10px;
}

.card-lower {
  height: 30px;
  padding-bottom: 10px;
}

.card-upper-left {
  width: 50%;
  text-align: left;
  padding-left: 10px;
}

.card-lower-right {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

.card-upper-right {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

.card-lower-left {
  width: 50%;
  text-align: left;
  padding-left: 10px;
}

.card-center {
  transform: translateY(50px);
  font-size: 60;
  position: relative;
  height: calc(100% - 60px);
}

.card-background {
  background-image: url(../img/poker/card-background.jpg);
  filter: drop-shadow(2px 4px 6px black) invert(0.1);
}

.blackjack-btn {
  padding-right: 35px;
}

.blackjack-btn .btn {
  width: 100px;
}

.blackjack-status {
  padding-top: 270px;
  height: 350px;
}

.blackjack-image img {
  position: relative;
  top: 25px;
}

.blackjack-opponent-image {
  height: 582px;
  text-align: right;
  width: 100%;
}

.blackjack-opponent-div {
  text-align: right;
}

.blackjack-stage {
  padding-top: 60px;
  text-align: right;
  padding-right: 5px;
}

.blackjack-empty {
  top: 25%;
  height: 100%;
  position: relative;
  margin-left: -50px;
}

.blackjack-return-btn {
  padding-left: 35px;
  padding-top: 25px;
}
