{"version":3,"sources":["index.css","App.css","Main.css","Auth.css"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,mIAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,uEAEF,CCZA,KACE,iBACF,CAEA,UACE,mDAA4C,CAA5C,2CAA4C,CAC5C,aAAc,CACd,mBACF,CAEA,YACE,wBAAyB,CACzB,gBAAiB,CACjB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBAAuB,CACvB,4BAA6B,CAC7B,UACF,CAEA,UACE,aACF,CAEA,iCACE,GACE,8BAAuB,CAAvB,sBACF,CACA,GACE,+BAAyB,CAAzB,uBACF,CACF,CAPA,yBACE,GACE,8BAAuB,CAAvB,sBACF,CACA,GACE,+BAAyB,CAAzB,uBACF,CACF,CChCA,GACI,kBAAqB,CACrB,iBAAkB,CAClB,kBACF,CAEA,MACE,qBAAsB,CACtB,iBAAkB,CAClB,UAAW,CACX,UACF,CAEA,OACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CAEA,MACE,UACF,CAEA,OACE,cACF,CAEA,MACE,eAAgB,CAChB,kBAAmB,CACnB,iBAAkB,CAClB,cACF,CAEA,SACI,sBACJ,CAEA,aACE,WAAY,CACZ,YAAa,CACb,UAAW,CACX,2BAA6B,CAC7B,iBAAmB,CACnB,4BACF,CAGA,iBACC,sBACD,CAGA,aACE,SAAU,CACV,UAAW,CACX,UAAW,CACX,2BAA6B,CAC7B,mBAAsB,CACtB,iBACF,CAGA,iBACC,sBACD,CAKA,eACE,SAAU,CACV,UAAW,CACX,UAAW,CACX,2BAA6B,CAC7B,mBAAqB,CACrB,kBACF,CAGA,mBACC,sBACD,CAIA,8BACE,cACF,CCxFF,OACI,WAAY,CACZ,UAEF,CACA,oBAFE,aAIF","file":"main.8ab3c066.chunk.css","sourcesContent":["body {\n  margin: 0;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\",\n    \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\n    sans-serif;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n  font-family: source-code-pro, Menlo, Monaco, Consolas, \"Courier New\",\n    monospace;\n}\n",".App {\n  text-align: center;\n}\n\n.App-logo {\n  animation: App-logo-spin infinite 20s linear;\n  height: 40vmin;\n  pointer-events: none;\n}\n\n.App-header {\n  background-color: #282c34;\n  min-height: 100vh;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  font-size: calc(10px + 2vmin);\n  color: white;\n}\n\n.App-link {\n  color: #61dafb;\n}\n\n@keyframes App-logo-spin {\n  from {\n    transform: rotate(0deg);\n  }\n  to {\n    transform: rotate(360deg);\n  }\n}\n","h1 {\r\n    font-family: \"Roboto\";\r\n    text-align: center;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .main{\r\n    background-color:black;\r\n    position: absolute;\r\n    height: 92%;\r\n    width: 100%;\r\n  }\r\n  \r\n  .timer {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n  \r\n  .text {\r\n    color: #aaa;\r\n  }\r\n  \r\n  .value {\r\n    font-size: 40px;\r\n  }\r\n  \r\n  .info {\r\n    max-width: 360px;\r\n    margin: 40px auto 0;\r\n    text-align: center;\r\n    font-size: 16px;\r\n  }\r\n\r\n  .bigplay{\r\n      display: none !important;\r\n  }\r\n\r\n  .buttonStart{\r\n    width: 400px;\r\n    height: 150px;\r\n    z-index: 99;\r\n    position: absolute !important;\r\n    top: 35% !important;\r\n    margin-left: -200px !important;\r\n  }\r\n\r\n  \r\n  .buttonStartHide{\r\n   display: none  !important;\r\n  }\r\n\r\n  \r\n  .buttonPause{\r\n    width: 10%;\r\n    height: 10%;\r\n    z-index: 99;\r\n    position: absolute !important;\r\n    bottom: 5%  !important;\r\n    left: 5% !important;\r\n  }\r\n\r\n  \r\n  .buttonPauseHide{\r\n   display: none  !important;\r\n  }\r\n\r\n  \r\n\r\n  \r\n  .buttonForward{\r\n    width: 10%;\r\n    height: 10%;\r\n    z-index: 99;\r\n    position: absolute !important;\r\n    bottom: 5% !important;\r\n    right: 5% !important;\r\n  }\r\n\r\n  \r\n  .buttonForwardHide{\r\n   display: none !important;\r\n  }\r\n\r\n\r\n  \r\n  .buttonStart .MuiButton-label{\r\n    font-size: 50px;\r\n  }\r\n  ",".TextF {\n    height: 50px;\n    width: 100%;\n    font-size: 2em;\n  }\n  .TextF label {\n    font-size: 2em;\n  }\n  "]}