.btn-theme.btn-table {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #592315 !important;
  border-radius: 10px;
  background-color: rgba(220, 189, 170, 0.5);
  &:hover {
    color: #fff !important;
  }
}
.ant-table-content {
  font-family: "Poppins", sans-serif !important;
  .ant-table-thead {
    .ant-table-cell {
      color: rgba(47, 50, 59, 0.8) !important;
      font-weight: 500 !important;
      background: rgba(227, 231, 234, 0.7);
      padding: 12px 15px;
      &:before {
        background-color: rgba(112, 112, 112, 0.1) !important;
      }
    }
  }
  .ant-table-tbody {
    .odd-row {
      background-color: rgba(247, 248, 249, 0.7);
    }
    .ant-table-cell {
      font-size: 14px !important;
      padding: 4px 15px;
    }
  }
}
