.switch{direction:ltr;position:relative;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;height:2.5rem;align-items:center;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));padding:.125rem;min-width:120px}.switch_disabled{cursor:not-allowed;opacity:.5}.switch__track{display:grid;height:100%;width:100%;border-radius:.75rem;grid-template-columns:auto auto;grid-auto-rows:minmax(2.17rem,auto)}.switch__content,.switch__track{position:relative;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.switch__content{z-index:10;display:flex;height:2.25rem;align-items:center;justify-content:center;gap:.5rem}.switch__content_on{grid-column-start:1;grid-row-start:1;justify-content:flex-start;padding-left:.75rem;padding-right:calc(.75rem + 4px)}.switch__content_off{grid-column-start:2;grid-row-start:1;justify-content:flex-end;padding-right:.75rem;padding-left:calc(.75rem + 4px)}.switch__text,.switch__text *{white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:500;color:rgb(51 65 85/var(--tw-text-opacity,1))}.switch__icon *,.switch__text,.switch__text *{--tw-text-opacity:1;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.switch__icon *{display:flex;height:1rem;width:1rem;flex-shrink:0;align-items:center;justify-content:center;color:rgb(71 85 105/var(--tw-text-opacity,1))}.switch_checked .switch__content_on .switch__icon path,.switch_checked .switch__content_on .switch__text{stroke:#fff;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.switch_checked .switch__content_off .switch__icon path,.switch_checked .switch__content_off .switch__text,.switch_unchecked .switch__content_on .switch__icon path,.switch_unchecked .switch__content_on .switch__text{stroke:#475569;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.switch_unchecked .switch__content_off .switch__icon path,.switch_unchecked .switch__content_off .switch__text{stroke:#fff;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.switch__thumb{z-index:0;grid-row-start:1;display:flex;width:100%;min-width:0;align-items:center;justify-content:center;align-self:stretch;border-radius:10px;--tw-bg-opacity:1;background-color:rgb(0 62 116/var(--tw-bg-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.switch__thumb_checked{grid-column-start:1}.switch__thumb_unchecked{grid-column-start:2}.switch__thumb-inner{height:100%;width:100%;border-radius:.5rem}.switch:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(251 96 0/var(--tw-ring-opacity,1));--tw-ring-opacity:0.5}.switch_disabled{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.switch_disabled .switch__thumb{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.switch_disabled .switch__icon,.switch_disabled .switch__text{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}@media (prefers-reduced-motion:reduce){.switch,.switch__content,.switch__icon,.switch__text,.switch__thumb,.switch__track{transition-property:none}}