:root {
  --brand-color: #5C68D9;
}

.advice-seed-table {
  --ag-selected-row-background-color: #EEF0FB;
  --ag-row-hover-color: transparent;
  --ag-font-family: "Avenir Next", Avenir;
}

.advice-seed-table .ag-header {
  background-color: transparent !important;
  border-bottom-color: var(--brand-color) !important;
}

.advice-seed-table .ag-header-cell-text {
  font-weight: 600 !important;
  color: var(--brand-color) !important;
}

.advice-seed-table .ag-header-cell-resize::after {
  background-color: #AFB3EA;
  border-radius: 999px;
}

.advice-seed-table .ag-sort-ascending-icon,
.advice-seed-table .ag-sort-descending-icon {
  color: var(--brand-color);
}

.advice-seed-table .ag-sort-order {
  display: none;
}

.ag-dnd-ghost,
.ag-dnd-ghost .ag-icon {
  color: var(--brand-color);
}

.advice-seed-table .ag-root-wrapper {
  border: none !important;
}

.advice-seed-table .ag-row {
  border-color: #AFB3EA !important;
}

.advice-seed-table .ag-cell-focus {
  border: 1px solid transparent !important;
}

.advice-seed-table-loading {
  width: 28px;
  height: 28px;
  border: 3.5px solid #C9CDF8;
  border-top-color: var(--brand-color);
  border-radius: 50%;
  animation: advice-seed-table-spin 0.8s linear infinite;
}

@keyframes advice-seed-table-spin {
  to {
    transform: rotate(360deg);
  }
}

.advice-seed-table-empty,
.advice-seed-table .ag-overlay-no-matching-rows-center {
  font-weight: 500;
  font-size: 15px;
  color: var(--brand-color);
}

.advice-seed-table .ag-cell {
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
}

.advice-seed-table .ag-cell.advice-seed-table-date {
  font-weight: 500;
  color: var(--brand-color) !important;
}

.advice-seed-table .ag-cell.advice-seed-table-seed {
  font-weight: 600;
  color: var(--brand-color) !important;
}

.advice-seed-table .ag-cell.advice-seed-table-comment {
  font-weight: 500;
  color: #4C4C4C;
}

.advice-seed-table .ag-cell.advice-seed-table-feedback {
  font-weight: 500;
  color: var(--brand-color) !important;
}

.advice-seed-table .ag-cell.advice-seed-table-tutor {
  font-weight: 500;
  color: var(--brand-color) !important;
}

.advice-seed-table-watered-icon {
  width: 40px;
  height: 40px;
  transform: translateX(-3px);
}

.advice-seed-table-reflection-icon {
  width: 28px;
  height: 28px;
  transform: translate(-1px, -3px);
}

.advice-seed-table-replication-icon {
  width: 32px;
  height: 32px;
  transform: translate(-1px, -5px);
}

.advice-seed-table-read {
  background-color: #5FD3D0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.ag-header-icon-img {
  width: 24px;
  height: 24px;
}

.ag-header-icon-is_watered {
  width: 32px;
  height: 32px;
}

.ag-header-icon-replication {
  width: 40px;
  height: 40px;
  margin-right: -6px !important;
  transform: translate(-5px, -6px);
}