
/*** Dialog Font Settings ***/
.ch2-settings-tabs ul li a {
  font-size: 15px;
}
.ch2-settings-content thead th,
.ch2-settings-content tbody td {
  font-size: 14px;
}


/*** Button Alignments ***/
.ch2-dialog-actions {
  align-items: flex-end;
  display: flex !important;
  justify-content: space-between !important;
}
.ch2-theme-overlay .ch2-dialog-actions {
  margin-top: 2rem;
}
.ch2-dialog-actions button.ch2-open-settings-btn {
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
}
.ch2-dialog-actions button.ch2-open-settings-btn:hover {
  background: var(--color-dark);
  color: #fff;
  text-decoration: none;
}

/*** Button Styles ***/
.ch2-btn {
  border-radius: .375rem;
  box-shadow: none !important;
  text-transform: none !important;
}
.ch2-allow-all-btn:hover,
.ch2-deny-all-btn:hover,
.ch2-save-settings-btn:hover {
  background: #000 !important;
}
.ch2-theme-overlay .ch2-dialog p:last-child {
  margin-bottom: 14px !important;
}
