@import '../../styles/config/colors';
// Overrides Ag-grid styles
.ag-root-wrapper {
  border: none !important;
  background: transparent !important;
}
.ag-header {
  background: transparent !important;
}
.ag-header-cell-text {
  color: $gold;
}
.ag-row {
  background: transparent !important;
  transition: all 300ms ease !important;
  &.expired {
    * {
      color: $text-chart;
    }
  }
}
.ag-cell-focus {
  outline: none !important;
  border: none !important;
}
.ag-theme-alpine-dark [class^='ag-']:focus,
.ag-theme-alpine-dark [class^='ag-']:focus-within {
  box-shadow: none !important;
}

.ag-checkbox-input-wrapper.ag-checked::after {
  color: $gold !important;
}