body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.slider::-webkit-slider-thumb{appearance:none;background:#3b82f6;border-radius:50%;box-shadow:0 0 2px 0 #555;cursor:pointer;height:20px;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out;width:20px}.slider::-webkit-slider-thumb:hover{background:#1d4ed8}.slider::-moz-range-thumb{background:#3b82f6;border:none;border-radius:50%;box-shadow:0 0 2px 0 #555;cursor:pointer;height:20px;width:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn 1s ease-in-out}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.animate-slideInFromLeft{animation:slideInFromLeft 1s ease-out}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.animate-slideInFromRight{animation:slideInFromRight 1s ease-out}@keyframes pulseScale{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animate-pulseScale{animation:pulseScale 3s ease-in-out forwards}
/*# sourceMappingURL=main.88016096.css.map*/