.drts .drts-bs-text-secondary {
  color: #2A2A2A !important;
}
.drts .drts-bs-btn-secondary,
.drts .drts-bs-btn-secondary.drts-bs-disabled,.drts  .drts-bs-btn-secondary:disabled,
.drts .drts-bs-accordion-button:not(.drts-bs-collapsed) {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
.drts .drts-bs-accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(42 42 42 / 25%);
}
.drts .drts-bs-btn-secondary:hover {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
.drts .drts-bs-btn-secondary:focus,.drts  .drts-bs-btn-secondary.drts-bs-focus {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
}
.drts .drts-bs-accordion-button:focus {
  border-color: #2A2A2A;
}
.drts .drts-bs-btn-secondary:not(:disabled):not(.drts-bs-disabled):active,.drts  .drts-bs-btn-secondary:not(:disabled):not(.drts-bs-disabled).drts-bs-active,.drts
.drts-bs-show > .drts-bs-btn-secondary.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
.drts .drts-bs-btn-secondary:not(:disabled):not(.drts-bs-disabled):active:focus,.drts  .drts-bs-btn-secondary:not(:disabled):not(.drts-bs-disabled).drts-bs-active:focus,.drts
.drts-bs-show > .drts-bs-btn-secondary.drts-bs-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
}
.drts .drts-bs-btn-outline-secondary {
  color: #2A2A2A;
  border-color: #2A2A2A;
}
.drts .drts-bs-btn-outline-secondary:hover,
.drts .drts-bs-btn-outline-secondary:not(:disabled):not(.drts-bs-disabled):active,.drts  .drts-bs-btn-outline-secondary:not(:disabled):not(.drts-bs-disabled).drts-bs-active,.drts
.drts-bs-show > .drts-bs-btn-outline-secondary.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
.drts .drts-bs-btn-outline-secondary:focus,.drts  .drts-bs-btn-outline-secondary.drts-bs-focus,
.drts .drts-bs-btn-outline-secondary:not(:disabled):not(.drts-bs-disabled):active:focus,.drts  .drts-bs-btn-outline-secondary:not(:disabled):not(.drts-bs-disabled).drts-bs-active:focus,.drts
.drts-bs-show > .drts-bs-btn-outline-secondary.drts-bs-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
}
.drts .drts-bs-btn-outline-secondary.drts-bs-disabled,.drts  .drts-bs-btn-outline-secondary:disabled {
  color: #2A2A2A;
}
.drts .drts-bs-btn-link:disabled,.drts  .drts-bs-btn-link.drts-bs-disabled {
  color: #2A2A2A;
}
.drts .drts-bs-bg-secondary,
.drts .drts-bs-text-bg-secondary {
  background-color: #2A2A2A !important;
}
.drts a.drts-bs-bg-secondary:hover,.drts  a.drts-bs-bg-secondary:focus,.drts
  button.drts-bs-bg-secondary:hover,.drts
  button.drts-bs-bg-secondary:focus {
  background-color: #2A2A2A !important;
}
.drts .drts-bs-border-secondary {
  border-color: #2A2A2A !important;
}
