body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(
    45deg,
    #ffeb3b 15%,
    #f0c238 40%,
    #f1b354 100%
  );
}

.maxcon {
max-width: 900px;
}

.market-logo {
  max-width: 10vw;
}

table {
  table-layout: fixed;
  width: 100%;
}

table th,
table td {
  white-space: normal !important;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; 
  opacity: 1;
  font-size: 1.2rem;
}


.slot-container {
  gap: 1rem;
}

.slot {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 3px solid #333;
  border-radius: 8px;
}


.slot-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.track img {
  display: block;
  width: 100%;
  height: 80px;
}

input[name="digits"]::placeholder, input[name="pol_input"]::placeholder {
  font-size: 1rem;
  opacity: 1;
}

@media (max-width: 576px) {
  .slot-container {
    gap: 1px;
  }

  .uklogo {
    max-width: 66vw !important;
  }

  .market-logo {
    max-width: 40vw;
  }
  
  .table-responsive {
    overflow-x: hidden !important;
  }

  table th,
  table td {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
