/* Wuerfelapp - angepasst an NewCMS Dark Theme */
.bechertab {
  width:100%;
  border:2px solid #555;
  border-radius: 0.3em;
  background-color: rgba(255,255,255,0.08);
  margin-bottom: 0.3em;
}
.bechertab td {
  padding: 0.1em;
}

.wuerfelbtnvault {
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  font-size: 1.2em;
  gap:0.2em;
}
.wuerfelbtnvault > div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #f5d395;
}
.wuerfelbtnvault > div:hover {
  color: #D96248;
}

#wuerfel-buttons {
  gap: 0.3em;
  margin-top: 0.3em;
  display:flex;
  justify-content:center;
  font-size: 1.5em;
}
.wuerfel-button {
  cursor: move;
  color: #FFDE3C;
}
.wuerfel-button:hover {
  color: #D96248;
}

#wuerfelschale {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border: 3px dashed #555;
  border-radius: 0.5em;
  padding: 0.5em;
  min-height: 100px;
  margin: 0.3em;
  background-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  color: #FFDE3C;
}
#wuerfelschale i {
  cursor: pointer;
}
#wuerfelschale i:hover {
  color: #D96248;
}

.drop-item {
  padding: 5px;
  display: inline-block;
  border: 1px solid #555;
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
  border-radius: 50%;
  min-width: 1.9em;
  text-align: center;
}
.schalenliste button {
  margin-left: 10px;
}

#wuerfeltext {
  background-color: rgba(0,0,0,0.3);
  border: 1px solid #555;
  color: #f5d395;
  width: 100%;
  padding: 0.3em;
  font-family: inherit;
}
#textbtn {
  font-size: 0.8em;
  cursor: pointer;
  text-wrap: nowrap;
  padding: 0.3em 0.6em;
  background: #A67E4E;
  color: #fff;
  border: 1px solid #A67E4E;
  border-radius: 3px;
  font-family: inherit;
}
#textbtn:hover {
  background: #FFDE3C;
  color: #000;
}

.ergebnis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
#ergbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  margin-top: 0.3em;
}
#ergbox > div {
  border: 1px solid #555;
  border-radius: 0.3em;
  padding: 0.3em;
  background-color: rgba(255,255,255,0.08);
  color: #FFEA82;
}
#ergbox > div > div {
  display: inline-block;
  border: 1px dashed #555;
  border-radius: 50%;
  padding: 0.2em;
  font-size: 0.7em;
  background-color: rgba(0,0,0,0.3);
  color: #A67E4E;
  margin-left: 0.2em;
  min-width: 1.9em;
  text-align: center;
}

#ergboxpool {
  display: none;
  flex-direction: column;
  gap: 0.2em;
  margin-top: 0.3em;
}
#ergboxpool > div {
  display: inline-flex;
  gap: 0.2em;
}
#ergboxpool > div > div {
  background-color: rgba(255,255,255,0.08);
  padding: 0.2em;
  color: #f5d395;
}
.poolswitch {
  display: inline-block;
  border: 1px solid #555;
  background-color: rgba(255,255,255,0.08);
  color: #A67E4E;
  font-size: 0.7em;
  padding: 0.1em 0.4em;
  cursor: pointer;
  border-radius: 3px;
}
.poolswitch:hover {
  background-color: rgba(255,222,60,0.2);
  color: #FFDE3C;
}

.schalen {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.schalen > div {
  display: inline-flex;
  gap: 0.3em;
  justify-content: center;
  align-items: center;
  border: 1px solid #555;
  border-radius: 0.2em;
  padding: 0.2em;
  padding-left: 0.4em;
  flex-wrap: nowrap;
  background-color: rgba(255,255,255,0.08);
  cursor: pointer;
  color: #FFDE3C;
}
.schalen > div:hover {
  background-color: rgba(255,222,60,0.15);
}
.schalen > div > .sbtn {
  margin-top: 0.1em;
}
.schalen > div > .sbtn:hover {
  color: #D96248;
  cursor: pointer;
}

#mod {
  background-color: rgba(0,0,0,0.3);
  color: #f5d395;
  border: 1px solid #555;
  padding: 0.3em;
  margin-bottom: 0.3em;
  font-family: inherit;
}

/* Dice Notifications */
.dice-notify-item {
  padding: 0.6em;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.9em;
}
.dice-notify-item:last-child {
  border-bottom: none;
}
.dice-notify-header {
  margin-bottom: 0.3em;
  color: #f5d395;
}
.dice-notify-schale {
  font-size: 1.2em;
  color: #FFDE3C;
  margin-bottom: 0.3em;
}
.dice-notify-schale i {
  margin-right: 0.1em;
}
.dice-notify-erg {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  margin-bottom: 0.3em;
}
.dice-notify-erg > .ergebnis {
  border: 1px solid #555;
  border-radius: 0.3em;
  padding: 0.2em 0.3em;
  background-color: rgba(255,255,255,0.08);
  color: #FFEA82;
  font-size: 0.85em;
}
.dice-notify-empty {
  padding: 1em;
  text-align: center;
  color: #666;
}
