.content-buttons-header {
  display: flex;
}

.content-buttons-header .deposit {
  background-color: #56CA98;
  font-size: 1em;
  font-weight: bold;
  width: 120px;
  margin-right: 10px;
  height: 40px;
  flex: none;
}

.content-buttons-header .withdraw {
  background-color: #dc3545;
  font-size: 1em;
  font-weight: bold;
  width: 120px;
  margin-left: 10px;
  height: 40px;
  flex: none;
}

.content-main hr {
  height: 2px;
  background-color: #848688
}

.list-entry {
  color: #848688;
}

.list-entry .header-list p {
  font-weight: bold;
}

.list-entry .row-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-entry .row-list p {
  align-self: center;
  font-size: 16px;
}

.list-entry .row-list.withdrawals .column-type>.icon-type {
  margin-left: 4px;
}

.list-entry .column-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 20px 10px;
}

.list-entry .column-list:nth-child(1) {
  justify-content: flex-start;
  margin-left: 0;
}

.list-entry .column-list:nth-child(2) {
  width: max-content;
}

.list-entry .column-list:nth-child(4) {
  justify-content: flex-end;
  margin-right: 0;
}

.list-entry .column-category {
  min-width: 145px;
}

.list-entry .column-category>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #56CA98;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(124 124 124 / 72%);
}

.list-entry .column-category img[alt="saida"] {
  height: 14px;
}

.list-entry .column-category img[alt="entrada"] {
  height: 18px;
}

.list-entry .column-category>p {
  margin-left: 15px;
  font-weight: bold;
}

.list-entry .column-type {}

.list-entry .column-type span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 2px solid #56CA98;
  background-color: #56ca9848;
  color: #56CA98;
  border-radius: 8px;
}

.list-entry .column-type span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #56CA98;
}

.list-entry .row-list.withdrawals .column-type span {
  border: 2px solid #dc3545;
  background-color: #dc354644;
  color: #dc3545;
}

.list-entry .row-list.withdrawals .column-type span::before {
  background-color: #dc3545;
  ;
}

.list-entry .column-type>p {
  margin-left: 8px;
}

.list-entry .column-date>p {
  white-space: nowrap;
}

.list-entry .column-total>p {
  font-weight: bold;
  color: #56CA98;
}

.list-entry .column-total>p.positive {
  color: #56CA98;
}

.list-entry .column-total>p.negative {
  color: #dc3545;
}

@media only screen and (max-width: 1100px) {
  .content-body {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 800px) {
  .content-body {
    padding: 20px
  }
}

@media only screen and (max-width: 670px) {
  .list-entry .column-type>p {
    display: none;
  }

  .list-entry .column-list:nth-child(2) {
    flex: inherit;
  }

  .list-entry .row-list.withdrawals .column-type>.icon-type {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .content-body {}
}