/* Painel inferior */
.dashboard-stats {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    flex-wrap: wrap;
    text-align: center;
}

.dashboard-stats div {
    background-color: #2a3547;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
    min-width: 150px;
    font-size: 0.95rem;
    font-weight: 500;
}

.dashboard-stats i {
    margin-right: 8px;
    color: #f6ad55;
}

/* Ícone do ltc*/
.dashboard-stats .ltc-icon {
  width: 20px;              /* tamanho controlado */
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-1px); /* ajusta o alinhamento com o texto */
}

/* Ícone do usdt*/
.dashboard-stats .usdt-icon {
  width: 20px;              /* tamanho controlado */
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-1px); /* ajusta o alinhamento com o texto */
}

/* Ícone do token */
.dashboard-stats .token-icon {
  width: 20px;              /* tamanho controlado */
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-1px); /* ajusta o alinhamento com o texto */
}
