.liveProfit {
  max-width: 1920px;
  margin: 0 auto;
}
.liveProfit__top {
  max-width: 792px;
  margin-inline: auto;
}

.table {
  margin: 0 auto;
  display: block;
}
.table__wrapper {
  max-width: 1200px;
  min-width: 1200px;
}
.table__row-title {
  position: relative;
}
.table__template {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.table__row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr 1fr 1fr;
}
.table__row:nth-of-type(8) .column-status {
  border-radius: 0 0 4px 0;
}
.table__row:nth-of-type(8) .column-name {
  border-radius: 0 0 0 4px;
}

.table__wrapper .table__row {
}

.table__wrapper .table__row .column__title:first-of-type {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.table__row:nth-of-type(even) {
  background: #f6f6f6;
}
.table__row:nth-of-type(8) .column-name {
}
.column__title:not(:last-of-type) {
  border-top: 1px solid #eee;
  border-right: 1px solid #dbdde0;
}
.column__title:first-of-type {
}
.column__title:last-of-type {
}
.column {
  font-weight: 400;
  padding: 12px 14px;
  align-items: center;
  border: 1px solid #e7e7e7;
}
.column__title {
  background-color: var(--color-primary);

  border-top: none;
  border-left: none;
}
.column-name {
  display: flex;
}
.column-name P {
}
.column-city {
}
.column-today {
  font-family: Arial, Helvetica, sans-serif;
}
.column-mounth {
}
.column-trade {
}
.column-status {
  display: flex;
}
.column-status img {
  padding-right: 5px;
}

@media (max-width: 1300px) {
  .column {
    font-size: 10px;
    line-height: 11px;
    padding: 14px 21px;
  }
  .column-status {
    padding: 14px 15px;
  }
  .column-name {
    padding: 7px;
  }
  .column__title:first-of-type {
    padding: 12px 4px;
  }
  .column__title:first-of-type {
    padding-left: 40px;
  }
  .column-name img {
    width: 24px;
    margin-right: 4px;
  }
}
@media (max-width: 1023px) {
  .table {
    overflow: scroll;
  }
  .table__row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .column-name {
  }
  .column-city {
  }
}
@media (max-width: 767px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
  .column {
    font-size: 11px;
  }
}
@keyframes scale-pulse {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.075;
  }
  100% {
    scale: 1;
  }
}
