
.bszw-dt-game-container {
  font-family: Tahoma, sans-serif;
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
  color: #333;
  padding: 20px;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto 30px auto;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}


.bszw-dt-game-container h2 {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px #b45f6b;
  margin-bottom: 15px;
}


.bszw-dt-players {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #8b4550;
}

.bszw-dt-players select,
.bszw-dt-players input,
.bszw-dt-players button {
  margin-left: 10px;
  padding: 6px 15px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.bszw-dt-players input {
  width: 60px;
}

.bszw-dt-players button {
  background: #fff;
  color: #7a2e34;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.bszw-dt-players button:hover {
  background: #f7c6c7;
}


.dt-turn-info {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2em;
  color: #fff;
  text-shadow: 1px 1px 2px #8b4550;
}


.dt-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}

.dt-btn {
  all: unset; 
  background: #3946f7 !important;
  color: #fff !important;
  padding: 15px 40px; 
  border-radius: 50px !important;
  font-size: 1.1em !important;
  font-weight: 600; 
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-width: 50px !important;
}

.dt-btn:hover:not(:disabled) {
  background: #202ffa !important;
  transform: scale(1.05);
}

.dt-btn:disabled {
  background: #3946f7 !important;
  color: #fff !important;
  opacity: 0.6;
  cursor: not-allowed;
}


.dt-question-box {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  font-size: 1.3em;
  text-align: center;
  min-height: 120px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.6s ease-in-out;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.dt-next-turn {
  display: block;
  margin: 25px auto 0 auto;
  background: #3946f7;
  color: #fff;
  padding: 10px 35px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  border: none;
  transition: background 0.3s ease;
}

.dt-next-turn:hover {
  background: #202ffa;
}


#dt-restart {
  background: #347a4a;
}

#dt-restart:hover {
  background: #4fb369;
}

.dt-btn.small-btn {
  background: #00bcd4 !important;
  color: white !important;
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 30px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dt-btn.small-btn:hover {
  background: #0097a7 !important;
}


#dt-change-question {
  display: block;
  margin: 20px 0;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  white-space: normal;
  line-height: 1.3;
  text-align: center;

  /* فونت نازک */
  font-family: 'Vazir', 'Arial', sans-serif;
  font-weight: 100;
  font-size: 14px;
}


#dt-play-count{
  text-align: center;
}
