body { font-size: 16px !important; }.drts {
  --bs-primary: #1cafd5;
  --drts-bg-primary: rgba(28, 175, 213, 1);
  --drts-bg-primary-subtle: rgba(130, 216, 239, 0.4);
  --drts-text-primary: #1cafd5;
  --drts-text-primary-emphasis: color-mix(in srgb, #1cafd5, 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: #1cafd5;
  border-color: #1cafd5;
}
.drts .drts-bs-btn-primary:hover {
  color: #fff;
  background-color: #1895b5;
  border-color: #178eac;
}
.drts .drts-bs-btn-primary:focus,
.drts  .drts-bs-btn-primary.drts-bs-focus {
  color: #fff;
  background-color: #1895b5;
  border-color: #178eac;
}
.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: #178eac;
  border-color: #47c6e7;
}
.drts .drts-bs-btn-outline-primary {
  color: #1cafd5;
  border-color: #1cafd5;
}
.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: #1cafd5;
  border-color: #1cafd5;
}
.drts .drts-bs-btn-outline-primary.drts-bs-disabled,
.drts  .drts-bs-btn-outline-primary:disabled {
  color: #1cafd5;
}
.drts .drts-bs-btn-link {
  color: #1cafd5;
}
.drts .drts-bs-btn-link:hover {
  color: #137791;
}
.drts .drts-bs-form-check-input:checked~.drts-bs-form-check-label::before {
  color: #fff;
  background-color: #1cafd5;
  border-color: #1cafd5}
.drts .drts-bs-form-check-input:checked {
  background-color: #1cafd5;
  border-color: #1cafd5}
.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: #1cafd5}
.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: #1cafd5;
}
.drts .drts-bs-dropdown-item.drts-bs-active,
.drts .drts-bs-dropdown-item:active {
  color: #fff;
  background-color: #1cafd5;
}
.drts .drts-bs-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #82d8ef;
  box-shadow: 0 0 0 0.2rem rgb(28 175 213 / 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: #178eac !important;
}
.drts .drts-bs-border-primary {
  border-color: rgba(28, 175, 213, var(--bs-border-opacity)) !important;
}
.swal2-styled.swal2-confirm {
  background-color: #1cafd5 !important;
}
.drts .drts-bs-accordion-button:not(.drts-bs-collapsed) {
  color: #fff;
  background-color: #1cafd5;
  border-color: #1cafd5;
}
.drts .drts-bs-accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(28 175 213 / 25%);
}
.drts .drts-bs-list-group-item.drts-bs-active {
  color: #000;
  background-color: rgba(130, 216, 239, 0.4);
  border-color: rgba(130, 216, 239, 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(130, 216, 239, 0.3);
}
.drts .uppy-DashboardContent-addMore:focus {
    background-color: #1cafd5;
    color: #fff;
}
.drts {
  --bs-dark: #2376b9; /
}
.drts .drts-bs-text-dark {
  color: #2376b9 !important;
}
.drts .drts-bs-text-dark-emphasis {
  color: color-mix(in srgb, #2376b9, 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: #2376b9;
  border-color: #2376b9;
}
.drts .drts-bs-btn-dark:hover {
  color: #fff;
  background-color: #1d639b;
  border-color: #1c5d92;
}
.drts .drts-bs-btn-dark:focus,
.drts .drts-bs-btn-dark.drts-bs-focus {
  color: #fff;
  background-color: #1d639b;
  border-color: #1c5d92;
}
.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: #1c5d92;
  border-color: #195586;
}
.drts .drts-bs-btn-outline-dark {
  color: #2376b9;
  border-color: #2376b9;
}
.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: #2376b9;
  border-color: #2376b9;
}
.drts .drts-bs-btn-outline-dark.drts-bs-disabled,
.drts .drts-bs-btn-outline-dark:disabled {
  color: #2376b9;
}
.drts .drts-bs-bg-dark,
.drts .drts-bs-text-bg-dark {
  background-color: rgba(35, 118, 185, var(--bs-bg-opacity, 1)) !important;
}
.drts .drts-bs-bg-dark-subtle {
  background-color: rgba(118, 180, 229, 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: #1c5d92 !important;
}
.drts .drts-bs-border-dark {
  border-color: rgba(35, 118, 185, var(--bs-border-opacity)) !important;
}
