.app-card.bg9 {
  .ant-card-body {
    .img-box {
      background-color: rgba(230, 62, 46, 0.1);
    }
    .ant-card-meta-title {
      color: rgba(47, 50, 59, 0.6);
    }
    .ant-card-meta-description {
      color: #2f323b;
    }
  }
}
.btn-status {
  background-color: #eaf8ee;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 6px;
  color: #45be66;
  font-weight: 600;
}

.earning-table {
  .ant-table-content .ant-table-tbody .ant-table-cell {
    padding: 10px 15px;
  }
}
