.deposit-table {
  margin-top: 30px !important;
}
.deposit-table thead th {
  color: #b8c0c7 !important;
  font-size: 12px;
  font-weight: normal !important;
}
.deposit-table tbody td {
  font-size: 14px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.deposit-table tbody td.deposit-plus {
  color: #76b033 !important;
}
.notification {
  padding: 28px;
  border-radius: 8px;
  border: 1px solid #f3f5f9;
}
.notification .name {
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
}
.notification .name:not(:last-child) {
  margin-bottom: 16px;
}
.notification .description {
  font-size: 16px;
  line-height: 24px;
  color: #71808e;
}
.notification .description b {
  color: #000;
}
.todo {
  display: none !important;
}
.table-container {
  overflow: auto;
}
