@charset "UTF-8";

:root {
--bs-orange-soft: #FFB347;
--bs-orange-soft-shadow: rgba(255, 188, 128, 0.25);
}
.focus .ts-control {box-shadow:0 0 0 0.20rem var(--bs-orange-soft-shadow) !important;}
.ts-wrapper.form-control.focus .ts-control, .ts-wrapper.form-control.single.input-active.focus .ts-control, .ts-wrapper.form-select.focus .ts-control, .ts-wrapper.form-select.single.input-active.focus .ts-control {border:1px solid var(--bs-orange-soft) !important;}
