* {
  margin: 0;
  transition: ease-in-out all 0.2s;
}
html,
body {
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
}
.collection {
  margin: 0 !important;
}
.players {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 20px;
}

.collection .collection-item {
  line-height: 1.5rem !important;
  padding: 10px 22px !important;
  margin-bottom: 25px !important;
  border-radius: 8px !important;
  border: solid 2px #dddddd !important;
  width: 100%;
}

.collection {
  margin: .5rem 0 1rem 0;
  border: none !important;
  border-radius: 0px !important;
  overflow: hidden;
  position: relative;
}
.deck-wrapper {
  flex-shrink: 0;
  position: relative;
}
.content {
  flex: 1 0 auto;
}
.item {
  text-align: center;
}
.item-slick img {
  width: 92px !important;
  margin: auto;
}
.none {
  display: none;
}
.board {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
}
.board img {
  width: 200px !important;
  margin-top: 30px;
}
.item-slick {
  margin-left: 10px;
  margin-right: 10px;
}
.card-deck {
  display: block;
}

#frame {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
/* .turn {
  color: #ecf0f1 !important;
}
.turn .badge {
  transform: scale(1.1);
  color: #ecf0f1 !important;
} */
/* .turn::after {
  content: " (current turn)";
} */
/* .current {
  font-weight: bold;
  background: #008000 !important;
  color: #fff !important;
  border-color: aquamarine !important;
  span {
    color: #fff !important;
  }
} */
/* .current::after {
  content: " :Your turn";
} */

.turn {
  font-weight: bold;
  background: #008000 !important;
  color: #fff !important;
  border-color: aquamarine !important;
  span {
    color: #fff !important;
  }
}
.turn::after {
  content: "'s turn";
}

select {
  display: block;
}
.col .waves-effect.waves-light.btn {
  background-color: #2c3e50;
}
.col .waves-effect.waves-light.btn:hover {
  background-color: #34495e;
}
.btn-floating {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 10px;
  padding: 5px;
}
.sidenav-trigger {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 5;
}
.btn,
.btn-flat,
.btn-floating,
.btn-large {
  background-color: #050505 !important;
  color: #ecf0f1 !important;
  margin: 20px;
  border-radius: 20px;
}
textarea {
  position: fixed !important;
  bottom: 0px !important;
  margin-bottom: 60px !important;
  background-color: white !important;
}
#chatBox {
  overflow: auto;
  height: 100%;
}
#chatBox li:last-of-type {
  padding-bottom: 45px;
}
ul.sidenav {
  overflow-y: hidden;
}
.swal-title {
  font-size: 12px !important;
}
.swal2-popup.swal2-modal.swal2-show {
  padding: 10px !important;
  text-align: left;
}
.swal2-popup {
  width: auto !important;
}
.open-players {
  display: none;
  top: 0;
  right: 0;
  z-index: 1;
}
.players ul .collection {
  z-index: 10;
}
.players ul {
  display: block;
}
.kick-btn {
  display: none;
  float: right;
  background: #2c3e50;
  padding: 3px 10px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
/* responsive */

@media screen and (max-width: 600px) {
  .open-players {
    display: block;
  }
  .players ul {
    display: none;
  }
  .board img {
    width: 100px !important;
  }
  .item-slick img {
    width: 62px !important;
  }
}

#startGameBtn {
  visibility: hidden;
}
.swal2-icon.swal2-info {
  border-color: #001DFF !important;
  color: #001DFF !important;
}
.swal2-icon.swal2-warning {
  border-color: #001DFF !important;
  color: #001DFF !important;
}
.swal2-icon.swal2-error {
  border-color: #C00000 !important;
  color: #C00000 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #C00000 !important;
}


.collection-item .badge:nth-of-type(2) {
  display: none !important;
}
.owl-dots {
  display: none;
}
.owl-theme .owl-nav {
  margin-top: 10px !important;
  position: absolute !important;
  top: 150px !important;
}

/* Current Color Indicator Styles */
#currentColorIndicator {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
  font-size: 14px;
  min-width: 120px;
  text-align: center;
  transition: all 0.3s ease;
}

#currentColorIndicator:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

@media screen and (max-width: 600px) {
  #currentColorIndicator {
    top: 10px;
    left: 10px;
    padding: 8px 12px;
    font-size: 12px;
    min-width: 100px;
  }
}