.topbar {
  background: linear-gradient(77.17deg, rgba(184, 81, 85, 0.9) 16.54%, rgba(202, 98, 63, 0.9) 42.66%, rgba(238, 198, 120, 0.9) 72.44%, rgba(165, 205, 190, 0.9) 94.89%);
}

.container {
  max-width: 90% !important;
}

.banner-top {
  /*noinspection CssUnknownTarget*/
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-top: 90px;
}

.light-info {
  color: #4C739A;
}

.market-card {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.card-header-info {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.chart-container {
  position: relative;
  height: 120px;
  /* altura controlada aqui */
  margin-top: 15px;
}

.badge.negative {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.badge.positive {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.table-responsive {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #ddd;
}

.table {
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}

.table thead {
  background-color: #F8FAFC;
  color: #17a2b8;
}

.table a {
  color: #17a2b8;
}

.table tbody tr {
  border-top: 1px solid #ccc;
}