.accent {
  color: #ff6600 !important;
}
.accent-bg {
  background-color: #ff6600 !important;
}
.accent-selection-hover:hover {
  background-color: rgba(255, 102, 0, 0.1) !important;
}
.accent-selection {
  background-color: #ff6600 !important;
  color: white !important;
}
.accent-selection.accent-selection-hover:hover {
  background-color: #ff6600 !important;
}
.accent-borders {
  border-color: #ff6600 !important;
}
.accent-border-top {
  border-top-color: #ff6600 !important;
}
.accent-border-right {
  border-right-color: #ff6600 !important;
}
.accent-border-bottom {
  border-bottom-color: #ff6600 !important;
}
.accent-border-left {
  border-left-color: #ff6600 !important;
}
.success {
  color: #4caf50 !important;
}
.success-bg {
  background-color: #4caf50 !important;
}
.success-borders {
  border-color: #4caf50 !important;
}
.success-border-top {
  border-top-color: #4caf50 !important;
}
.success-border-right {
  border-right-color: #4caf50 !important;
}
.success-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.success-border-left {
  border-left-color: #4caf50 !important;
}
.error {
  color: #f44336 !important;
}
.error-bg {
  background-color: #f44336 !important;
}
.error-borders {
  border-color: #f44336 !important;
}
.error-border-top {
  border-top-color: #f44336 !important;
}
.error-border-right {
  border-right-color: #f44336 !important;
}
.error-border-bottom {
  border-bottom-color: #f44336 !important;
}
.error-border-left {
  border-left-color: #f44336 !important;
}
.dark {
  color: #333333 !important;
}
.dark-bg {
  background-color: #333333 !important;
}
.dark-borders {
  border-color: #333333 !important;
}
.dark-border-top {
  border-top-color: #333333 !important;
}
.dark-border-right {
  border-right-color: #333333 !important;
}
.dark-border-bottom {
  border-bottom-color: #333333 !important;
}
.dark-border-left {
  border-left-color: #333333 !important;
}
.light {
  color: #ffffff !important;
}
.light-bg {
  background-color: #ffffff !important;
}
.light-borders {
  border-color: #ffffff !important;
}
.light-border-top {
  border-top-color: #ffffff !important;
}
.light-border-right {
  border-right-color: #ffffff !important;
}
.light-border-bottom {
  border-bottom-color: #ffffff !important;
}
.light-border-left {
  border-left-color: #ffffff !important;
}
