.bg-red-main {
  background: rgba(204, 58, 61, 0.10) !important;
}

.bg-blue-custom {
  background: rgba(0, 77, 169, 0.10) !important;
}

.rounded-25 {
  border-radius: 1.5625rem !important;
}

.rounded-35 {
  border-radius: 2.1875rem !important;
}

.nowrap {
  white-space: nowrap;
}

.btn-action {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #C4CDD4;
}

.btn-action:hover {
  background: #c7ced4;
  border: 1px solid #C4CDD4;
}

.btnNotify {
  width: 36px;
  height: 36px;
}

.text-address {
  color: #4D4D4D;
  font-size: 0.6875rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-bottom: 0.625rem;
}

table.table-w-1200 thead {
  background: var(--Gray-Scale-Gray-50, #F2F2F2);
}
.textCardInfo{
  color: var(--Primary, #757575);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
