.drts {
  --bs-primary: #187795;
  --drts-bg-primary: rgba(24, 119, 149, 1);
  --drts-bg-primary-subtle: rgba(75, 190, 226, 0.4);
  --drts-text-primary: #187795;
  --drts-text-primary-emphasis: color-mix(in srgb, #187795, black 20%);
}
.drts .drts-bs-text-primary {
  color: var(--drts-text-primary) !important;
}
.drts .drts-bs-text-primary-emphasis {
  color: var(--drts-text-primary-emphasis) !important;
}
.drts .drts-bs-btn-primary,
.drts .drts-bs-btn-primary.drts-bs-disabled,
.drts  .drts-bs-btn-primary:disabled {
  color: #fff;
  background-color: #187795;
  border-color: #187795;
}
.drts .drts-bs-btn-primary:hover {
  color: #fff;
  background-color: #135e76;
  border-color: #12576d;
}
.drts .drts-bs-btn-primary:focus,
.drts  .drts-bs-btn-primary.drts-bs-focus {
  color: #fff;
  background-color: #135e76;
  border-color: #12576d;
}
.drts .drts-bs-btn-primary:not(:disabled):not(.drts-bs-disabled):active,
.drts  .drts-bs-btn-primary:not(:disabled):not(.drts-bs-disabled).drts-bs-active,
.drts .drts-bs-show > .drts-bs-btn-primary.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #12576d;
  border-color: #20a1ca;
}
.drts .drts-bs-btn-outline-primary {
  color: #187795;
  border-color: #187795;
}
.drts .drts-bs-btn-outline-primary:hover,
.drts .drts-bs-btn-outline-primary:not(:disabled):not(.drts-bs-disabled):active,
.drts .drts-bs-btn-outline-primary:not(:disabled):not(.drts-bs-disabled).drts-bs-active,
.drts .drts-bs-show > .drts-bs-btn-outline-primary.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #187795;
  border-color: #187795;
}
.drts .drts-bs-btn-outline-primary.drts-bs-disabled,
.drts  .drts-bs-btn-outline-primary:disabled {
  color: #187795;
}
.drts .drts-bs-btn-link {
  color: #187795;
}
.drts .drts-bs-btn-link:hover {
  color: #0d4253;
}
.drts .drts-bs-form-check-input:checked~.drts-bs-form-check-label::before {
  color: #fff;
  background-color: #187795;
  border-color: #187795}
.drts .drts-bs-form-check-input:checked {
  background-color: #187795;
  border-color: #187795}
.drts .irs--flat .irs-from::before,.drts .irs--flat .irs-single::before,
.drts .irs--flat .irs-to::before,
.drts .irs--flat .irs-from::after,
.drts .irs--flat .irs-single::after,
.drts .irs--flat .irs-to::after {
  border-top-color: #187795}
.drts .irs--flat .irs-from,
.drts .irs--flat .irs-single,
.drts .irs--flat .irs-to,
.drts .irs--flat .irs-bar,
.drts .irs--flat .irs-handle > i:first-child {
    background-color: #187795;
}
.drts .drts-bs-dropdown-item.drts-bs-active,
.drts .drts-bs-dropdown-item:active {
  color: #fff;
  background-color: #187795;
}
.drts .drts-bs-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4bbee2;
  box-shadow: 0 0 0 0.2rem rgb(24 119 149 / 25%);
}
.drts .drts-bs-bg-primary,
.drts .drts-bs-text-bg-primary {
  background-color: var(--drts-bg-primary) !important;
}
.drts .drts-bs-text-bg-primary {
  color: var(--drts-text-primary-emphasis) !important;
}
.drts .drts-bs-bg-primary-subtle {
  background-color: var(--drts-bg-primary-subtle) !important;
}
.drts a.drts-bs-bg-primary:hover,
.drts a.drts-bs-bg-primary:focus,
.drts button.drts-bs-bg-primary:hover,
.drts button.drts-bs-bg-primary:focus {
  background-color: #12576d !important;
}
.drts .drts-bs-border-primary {
  border-color: rgba(24, 119, 149, var(--bs-border-opacity)) !important;
}
.swal2-styled.swal2-confirm {
  background-color: #187795 !important;
}
.drts .drts-bs-accordion-button:not(.drts-bs-collapsed) {
  color: #fff;
  background-color: #187795;
  border-color: #187795;
}
.drts .drts-bs-accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(24 119 149 / 25%);
}
.drts .drts-bs-list-group-item.drts-bs-active {
  color: #000;
  background-color: rgba(75, 190, 226, 0.4);
  border-color: rgba(75, 190, 226, 0.4);
}
.drts .drts-bs-list-group-item-action:not(.drts-bs-active):hover, 
.drts .drts-bs-list-group-item-action:not(.drts-bs-active):focus {
  background-color: rgba(75, 190, 226, 0.3);
}
.drts .uppy-DashboardContent-addMore:focus {
    background-color: #187795;
    color: #fff;
}
.drts {
  --bs-secondary: #FF9505;
  --drts-bg-secondary: rgba(255, 149, 5, 1);
  --drts-bg-secondary-subtle: rgba(255, 203, 133, 0.4);
  --drts-text-secondary: #FF9505;
  --drts-text-secondary-emphasis: color-mix(in srgb, #FF9505, black 20%);
}
.drts .drts-bs-text-secondary {
  color: var(--drts-text-secondary) !important;
}
.drts .drts-bs-text-secondary-emphasis {
  color: var(--drts-text-secondary-emphasis) !important;
}
.drts .drts-bs-btn-secondary,
.drts .drts-bs-btn-secondary.drts-bs-disabled,
.drts .drts-bs-btn-secondary:disabled {
  color: #fff;
  background-color: #FF9505;
  border-color: #FF9505;
}
.drts .drts-bs-btn-secondary:hover {
  color: #fff;
  background-color: #e08100;
  border-color: #d67b00;
}
.drts .drts-bs-btn-secondary:focus,
.drts .drts-bs-btn-secondary.drts-bs-focus {
  color: #fff;
  background-color: #e08100;
  border-color: #d67b00;
}
.drts .drts-bs-accordion-button:focus {
  border-color: #12576d;
}
.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: #d67b00;
  border-color: #c77300;
}
.drts .drts-bs-btn-outline-secondary {
  color: #FF9505;
  border-color: #FF9505;
}
.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: #FF9505;
  border-color: #FF9505;
}
.drts .drts-bs-btn-outline-secondary.drts-bs-disabled,
.drts .drts-bs-btn-outline-secondary:disabled {
  color: #FF9505;
}
.drts .drts-bs-btn-link:disabled,
.drts  .drts-bs-btn-link.drts-bs-disabled {
  color: #FF9505;
}
.drts .drts-bs-bg-secondary,
.drts .drts-bs-text-bg-secondary {
  background-color: var(--drts-bg-secondary) !important;
}
.drts .drts-bs-text-bg-secondary {
  color: var(--drts-text-secondary-emphasis) !important;
}
.drts .drts-bs-bg-secondary-subtle {
  background-color: var(--drts-bg-secondary-subtle) !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: #d67b00 !important;
}
.drts .drts-bs-border-secondary {
  border-color: rgba(255, 149, 5, var(--bs-border-opacity)) !important;
}
.drts {
  --bs-light: #FFFAEA; /
}
.drts .drts-bs-text-light {
  color: #FFFAEA !important;
}
.drts .drts-bs-text-light-emphasis {
  color: color-mix(in srgb, #FFFAEA, black 20%) !important;
}
.drts .drts-bs-btn-light,
.drts .drts-bs-btn-light.drts-bs-disabled,
.drts .drts-bs-btn-light:disabled {
  color: #000;
  background-color: #FFFAEA;
  border-color: #FFFAEA;
}
.drts .drts-bs-btn-light:hover {
  color: #000;
  background-color: #fff2c6;
  border-color: #ffefbc;
}
.drts .drts-bs-btn-light:focus,
.drts .drts-bs-btn-light.drts-bs-focus {
  color: #000;
  background-color: #fff2c6;
  border-color: #ffefbc;
}
.drts .drts-bs-btn-light:not(:disabled):not(.drts-bs-disabled):active,
.drts .drts-bs-btn-light:not(:disabled):not(.drts-bs-disabled).drts-bs-active,
.drts .drts-bs-show > .drts-bs-btn-light.drts-bs-dropdown-toggle {
  color: #000;
  background-color: #ffefbc;
  border-color: #ffebad;
}
.drts .drts-bs-btn-outline-light {
  color: #FFFAEA;
  border-color: #FFFAEA;
}
.drts .drts-bs-btn-outline-light:hover,
.drts .drts-bs-btn-outline-light:not(:disabled):not(.drts-bs-disabled):active,
.drts .drts-bs-btn-outline-light:not(:disabled):not(.drts-bs-disabled).drts-bs-active,
.drts .drts-bs-show > .drts-bs-btn-outline-light.drts-bs-dropdown-toggle {
  color: #000;
  background-color: #FFFAEA;
  border-color: #FFFAEA;
}
.drts .drts-bs-btn-outline-light.drts-bs-disabled,
.drts .drts-bs-btn-outline-light:disabled {
  color: #FFFAEA;
}
.drts .drts-bs-bg-light,
.drts .drts-bs-text-bg-light {
  background-color: rgba(255, 250, 234, var(--bs-bg-opacity, 1)) !important;
}
.drts .drts-bs-bg-light-subtle {
  background-color: rgba(255, 244, 209, var(--bs-bg-opacity, 1)) !important;
}
.drts a.drts-bs-bg-light:hover,
.drts  a.drts-bs-bg-light:focus,
.drts button.drts-bs-bg-light:hover,
.drts button.drts-bs-bg-light:focus {
  background-color: #ffefbc !important;
}
.drts .drts-bs-border-light {
  border-color: rgba(255, 250, 234, var(--bs-border-opacity)) !important;
}
.drts {
  --bs-dark: #562C2C; /
}
.drts .drts-bs-text-dark {
  color: #562C2C !important;
}
.drts .drts-bs-text-dark-emphasis {
  color: color-mix(in srgb, #562C2C, black 20%) !important;
}
.drts .drts-bs-btn-dark,
.drts .drts-bs-btn-dark.drts-bs-disabled,
.drts .drts-bs-btn-dark:disabled {
  color: #fff;
  background-color: #562C2C;
  border-color: #562C2C;
}
.drts .drts-bs-btn-dark:hover {
  color: #fff;
  background-color: #3e2020;
  border-color: #381c1c;
}
.drts .drts-bs-btn-dark:focus,
.drts .drts-bs-btn-dark.drts-bs-focus {
  color: #fff;
  background-color: #3e2020;
  border-color: #381c1c;
}
.drts .drts-bs-btn-dark:not(:disabled):not(.drts-bs-disabled):active,
.drts .drts-bs-btn-dark:not(:disabled):not(.drts-bs-disabled).drts-bs-active,
.drts .drts-bs-show > .drts-bs-btn-dark.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #381c1c;
  border-color: #2e1717;
}
.drts .drts-bs-btn-outline-dark {
  color: #562C2C;
  border-color: #562C2C;
}
.drts .drts-bs-btn-outline-dark:hover,
.drts .drts-bs-btn-outline-dark:not(:disabled):not(.drts-bs-disabled):active,
.drts .drts-bs-btn-outline-dark:not(:disabled):not(.drts-bs-disabled).drts-bs-active,
.drts .drts-bs-show > .drts-bs-btn-outline-dark.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #562C2C;
  border-color: #562C2C;
}
.drts .drts-bs-btn-outline-dark.drts-bs-disabled,
.drts .drts-bs-btn-outline-dark:disabled {
  color: #562C2C;
}
.drts .drts-bs-bg-dark,
.drts .drts-bs-text-bg-dark {
  background-color: rgba(86, 44, 44, var(--bs-bg-opacity, 1)) !important;
}
.drts .drts-bs-bg-dark-subtle {
  background-color: rgba(170, 88, 88, 0.4) !important;
}
.drts a.drts-bs-bg-dark:hover,
.drts  a.drts-bs-bg-dark:focus,
.drts button.drts-bs-bg-dark:hover,
.drts button.drts-bs-bg-dark:focus {
  background-color: #381c1c !important;
}
.drts .drts-bs-border-dark {
  border-color: rgba(86, 44, 44, var(--bs-border-opacity)) !important;
}
