.drts {
	--bs-primary: #ce1a26;
	--drts-bg-primary: rgba(206, 26, 38, 1);
	--drts-bg-primary-subtle: rgba(238, 121, 129, 0.4);
	--drts-text-primary: #ce1a26;
	--drts-text-primary-emphasis: color-mix(in srgb, #ce1a26, 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: #ce1a26;
	border-color: #ce1a26;
}
.drts .drts-bs-btn-primary:hover {
	color: #fff;
	background-color: #ae1620;
	border-color: #a5151e;
}
.drts .drts-bs-btn-primary:focus,
.drts  .drts-bs-btn-primary.drts-bs-focus {
	color: #fff;
	background-color: #ae1620;
	border-color: #a5151e;
}
.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: #a5151e;
	border-color: #e73e4a;
}
.drts .drts-bs-btn-outline-primary {
	color: #ce1a26;
	border-color: #ce1a26;
}
.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: #ce1a26;
	border-color: #ce1a26;
}
.drts .drts-bs-btn-outline-primary.drts-bs-disabled,
.drts  .drts-bs-btn-outline-primary:disabled {
	color: #ce1a26;
}
.drts .drts-bs-btn-link {
	color: #ce1a26;
}
.drts .drts-bs-btn-link:hover {
	color: #8a1119;
}
.drts .drts-bs-form-check-input:checked~.drts-bs-form-check-label::before {
	color: #fff;
	background-color: #ce1a26;
	border-color: #ce1a26}
.drts .drts-bs-form-check-input:checked {
	background-color: #ce1a26;
	border-color: #ce1a26}
.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: #ce1a26}
.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: #ce1a26;
}
.drts .drts-bs-dropdown-item.drts-bs-active,
.drts .drts-bs-dropdown-item:active {
	color: #fff;
	background-color: #ce1a26;
}
.drts .drts-bs-form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ee7981;
	box-shadow: 0 0 0 0.2rem rgb(206 26 38 / 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: #a5151e !important;
}
.drts .drts-bs-border-primary {
	border-color: rgba(206, 26, 38, var(--bs-border-opacity)) !important;
}
.swal2-styled.swal2-confirm {
	background-color: #ce1a26 !important;
}
.drts .drts-bs-accordion-button:not(.drts-bs-collapsed) {
	color: #fff;
	background-color: #ce1a26;
	border-color: #ce1a26;
}
.drts .drts-bs-accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgb(206 26 38 / 25%);
}
.drts .drts-bs-list-group-item.drts-bs-active {
	color: #000;
	background-color: rgba(238, 121, 129, 0.4);
	border-color: rgba(238, 121, 129, 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(238, 121, 129, 0.3);
}
.drts .uppy-DashboardContent-addMore:focus {
	background-color: #ce1a26;
	color: #fff;
}
.drts {
	--bs-light: #fcdc31; /
}
.drts .drts-bs-text-light {
	color: #fcdc31 !important;
}
.drts .drts-bs-text-light-emphasis {
	color: color-mix(in srgb, #fcdc31, 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: #fcdc31;
	border-color: #fcdc31;
}
.drts .drts-bs-btn-light:hover {
	color: #000;
	background-color: #fbd60e;
	border-color: #fbd404;
}
.drts .drts-bs-btn-light:focus,
.drts .drts-bs-btn-light.drts-bs-focus {
	color: #000;
	background-color: #fbd60e;
	border-color: #fbd404;
}
.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: #fbd404;
	border-color: #ecc803;
}
.drts .drts-bs-btn-outline-light {
	color: #fcdc31;
	border-color: #fcdc31;
}
.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: #fcdc31;
	border-color: #fcdc31;
}
.drts .drts-bs-btn-outline-light.drts-bs-disabled,
.drts .drts-bs-btn-outline-light:disabled {
	color: #fcdc31;
}
.drts .drts-bs-bg-light,
.drts .drts-bs-text-bg-light {
	background-color: rgba(252, 220, 49, var(--bs-bg-opacity, 1)) !important;
}
.drts .drts-bs-bg-light-subtle {
	background-color: rgba(252, 216, 24, 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: #fbd404 !important;
}
.drts .drts-bs-border-light {
	border-color: rgba(252, 220, 49, var(--bs-border-opacity)) !important;
}
