.badge-info{
     padding: 0px 7px;
    margin-right: 5px;
    font-size: 12.5px;
    color: #fff;
    background-color: rgba(254,88,8,0.1);
    white-space: nowrap;
    border-radius: 4px;
}
.badge.badge-success {
    background-color: rgba(91,206,174,0.6);
}
.badge.badge-danger {
    background-color: #f90018;
}
.badge.badge-primary {
    background-color: #f90018;
}

body {
    user-select: none;
}

 .btn-lode-jackpot {
  background: linear-gradient(270deg, #FFB300, #F57C00, #FFCA28, #FFB300);
  background-size: 400% 400%;
  animation: gradientMove 5s ease infinite;
  color: #1a1a1a !important; /* Chữ đen dễ đọc */
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px !important;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(255, 152, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto !important;
}

.btn-lode-jackpot:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 152, 0, 0.8);
}

/* Gradient chuyển động */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/*.subpage-wrapper p {
  line-height: 0px;
}
*/
