.column-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
}

.div-error {
  border: 1px solid red;
}

.div-ok {
  border: 1px solid green;
}

@media (max-width: 767px) {
  .column-wrap {
    display: grid;
    grid-template-columns: 100%;
  }
}

@media (max-width: 576px) {
  .card-body {
    padding: 5px;
  }
}

@media (min-width: 1024px) {
  .fontbigtitle {
    font-size: 260%;
  }
}

.fontbigtitle {
  font-size: 4vw;
  font-weight: bold;
}

#taboa-pagamentos > tbody > tr > td {
  border: 1px solid silver;
  padding-left: 0;
  padding-right: 0;
}

#taboa-pagamentos > tbody > tr:nth-child(1) > td:nth-child(1) {
  border: transparent;
}

#taboa-pagamentos > tbody > tr:nth-child(1) > td:nth-child(2) {
  background-color: #3a3;
  color: white;
}

#taboa-pagamentos > tbody > tr:nth-child(2) {
  background-color: #161;
  color: white;
}

.card-header > h5 > i {
  /*border: 1px solid gray;*/
  border-radius: 50%;
  background-color: #efe;
  padding: 4px;
  min-width: 1.5em;
  text-align: center;
}

