.drts {
	--bs-primary: #56b6b1;
	--drts-bg-primary: rgba(86, 182, 177, 1);
	--drts-bg-primary-subtle: rgba(175, 220, 218, 0.4);
	--drts-text-primary: #56b6b1;
	--drts-text-primary-emphasis: color-mix(in srgb, #56b6b1, 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: #56b6b1;
	border-color: #56b6b1;
}
.drts .drts-bs-btn-primary:hover {
	color: #fff;
	background-color: #46a29d;
	border-color: #439b97;
}
.drts .drts-bs-btn-primary:focus,
.drts  .drts-bs-btn-primary.drts-bs-focus {
	color: #fff;
	background-color: #46a29d;
	border-color: #439b97;
}
.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: #439b97;
	border-color: #81c8c5;
}
.drts .drts-bs-btn-outline-primary {
	color: #56b6b1;
	border-color: #56b6b1;
}
.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: #56b6b1;
	border-color: #56b6b1;
}
.drts .drts-bs-btn-outline-primary.drts-bs-disabled,
.drts  .drts-bs-btn-outline-primary:disabled {
	color: #56b6b1;
}
.drts .drts-bs-btn-link {
	color: #56b6b1;
}
.drts .drts-bs-btn-link:hover {
	color: #3a8682;
}
.drts .drts-bs-form-check-input:checked~.drts-bs-form-check-label::before {
	color: #fff;
	background-color: #56b6b1;
	border-color: #56b6b1}
.drts .drts-bs-form-check-input:checked {
	background-color: #56b6b1;
	border-color: #56b6b1}
.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: #56b6b1}
.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: #56b6b1;
}
.drts .drts-bs-dropdown-item.drts-bs-active,
.drts .drts-bs-dropdown-item:active {
	color: #fff;
	background-color: #56b6b1;
}
.drts .drts-bs-form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #afdcda;
	box-shadow: 0 0 0 0.2rem rgb(86 182 177 / 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: #439b97 !important;
}
.drts .drts-bs-border-primary {
	border-color: rgba(86, 182, 177, var(--bs-border-opacity)) !important;
}
.swal2-styled.swal2-confirm {
	background-color: #56b6b1 !important;
}
.drts .drts-bs-accordion-button:not(.drts-bs-collapsed) {
	color: #fff;
	background-color: #56b6b1;
	border-color: #56b6b1;
}
.drts .drts-bs-accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgb(86 182 177 / 25%);
}
.drts .drts-bs-list-group-item.drts-bs-active {
	color: #000;
	background-color: rgba(175, 220, 218, 0.4);
	border-color: rgba(175, 220, 218, 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(175, 220, 218, 0.3);
}
.drts .uppy-DashboardContent-addMore:focus {
	background-color: #56b6b1;
	color: #fff;
}
.drts {
	--bs-secondary: #d5d2c5;
	--drts-bg-secondary: rgba(213, 210, 197, 1);
	--drts-bg-secondary-subtle: rgba(16, 177, 11, 0.4);
	--drts-text-secondary: #d5d2c5;
	--drts-text-secondary-emphasis: color-mix(in srgb, #d5d2c5, 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: #d5d2c5;
	border-color: #d5d2c5;
}
.drts .drts-bs-btn-secondary:hover {
	color: #fff;
	background-color: #c6c2b0;
	border-color: #c2bdaa;
}
.drts .drts-bs-btn-secondary:focus,
.drts .drts-bs-btn-secondary.drts-bs-focus {
	color: #fff;
	background-color: #c6c2b0;
	border-color: #c2bdaa;
}
.drts .drts-bs-accordion-button:focus {
	border-color: #439b97;
}
.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: #c2bdaa;
	border-color: #bbb6a2;
}
.drts .drts-bs-btn-outline-secondary {
	color: #d5d2c5;
	border-color: #d5d2c5;
}
.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: #d5d2c5;
	border-color: #d5d2c5;
}
.drts .drts-bs-btn-outline-secondary.drts-bs-disabled,
.drts .drts-bs-btn-outline-secondary:disabled {
	color: #d5d2c5;
}
.drts .drts-bs-btn-link:disabled,
.drts  .drts-bs-btn-link.drts-bs-disabled {
	color: #d5d2c5;
}
.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: #c2bdaa !important;
}
.drts .drts-bs-border-secondary {
	border-color: rgba(213, 210, 197, var(--bs-border-opacity)) !important;
}
