.switch{position:relative;display:inline-block;width:40px;height:22px;margin-bottom:0}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background-color:#dee2e6;border:1px solid #ced4da;border-radius:22px;transition:.2s}.switch .slider:before{content:"";position:absolute;width:16px;height:16px;left:2px;top:2px;border-radius:50%;background-color:#fff;transition:.2s}.switch input:checked+.slider:before{transform:translate(18px)}.switch-primary input:checked+.slider{background-color:#007bff;border-color:#007bff}.switch-success input:checked+.slider{background-color:#28a745;border-color:#28a745}.switch-info input:checked+.slider{background-color:#17a2b8;border-color:#17a2b8}.switch-warning input:checked+.slider{background-color:#ffc107;border-color:#ffc107}.switch-danger input:checked+.slider{background-color:#dc3545;border-color:#dc3545}.switch-secondary input:checked+.slider{background-color:#6c757d;border-color:#6c757d}.switch-sm{width:34px;height:18px}.switch-sm .slider:before{width:12px;height:12px}.switch-sm input:checked+.slider:before{transform:translate(16px)}.switch-lg{width:52px;height:28px}.switch-lg .slider:before{width:22px;height:22px}.switch-lg input:checked+.slider:before{transform:translate(24px)}@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";@source "../../storage/framework/views/*.php";@source "../**/*.blade.php";@source "../**/*.js";@theme{ --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
