@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  input:checked ~ .dot {
    transform: translateX(100%);
  }
  input:checked ~ .toggle {
    background-color: #085af6;
  }
}
