{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA,KACE,UAAW,CACX,yBACF,CAEA,KACE,eAAgB,CAChB,qBAAuB,CACvB,UAAY,CACZ,wHAC8D,CAC9D,WACF,CAQA,qBALE,YAAa,CACb,qBAAsB,CACtB,WAWF,CARA,eAKE,iBAGF,CAEA,IACE,YAAa,CACb,kBAAmB,CACnB,QAAO,CAEP,cAAe,CACf,eACF,CAEA,KACE,iBAAkB,CAClB,gBAAiB,CACjB,eAAgB,CAChB,QAEF,CAEA,4EACE,KACE,cACF,CACF,CAEA,KACE,iBAAkB,CAClB,QAAO,CACP,wBAEF,CAEA,eACE,SAAQ,CAER,YAAa,CACb,qBAEF,CAMA,yBAHE,QAQF,CALA,KACE,YAAa,CAEb,kBAEF,CAEA,UACE,QACF,CAEA,KAEE,sBAAuB,CAEvB,UAEF,CAEA,gBAPE,YAAa,CAEb,kBAkBF,CAbA,WAEE,QAAS,CACT,qBAAsB,CAGtB,UAAW,CACX,WAAY,CACZ,iBAAkB,CAGlB,qBAEF,CAEA,OAGE,UAAW,CACX,sBAAuB,CACvB,kBAAmB,CACnB,aACF,CAEA,cACE,QAAO,CACP,cAAe,CACf,eAAgB,CAChB,eACF,CAEA,eACE,QAEF,CAEA,cAGE,SAAU,CACV,kBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,SAAU,CACV,iBAEF,CAEA,YACE,UAAW,CACX,SAAU,CACV,cACF,CAEA,4EACE,YACE,cACF,CAEA,cACE,cACF,CACF,CAEA,cACE,8BACF,CAEA,0CACE,WAAY,CACZ,SAAU,CACV,cACF,CAEA,UACE,+BAAwB,CAAxB,uBACF,CAEA,MACE,YACF,CACA,MACE,SACF,CAEA,oBACE,eAAiB,CACjB,iBAAkB,CAClB,QACF,CAEA,mCACE,YAAa,CACb,kBAAmB,CACnB,cAAe,CACf,eAGF,CAEA,iCACE,YAAa,CACb,qBAAsB,CACtB,cAAe,CACf,eAAiB,CACjB,iBACF,CAEA,+CAIE,QAAS,CACT,eAAmB,CACnB,WACF,CAEA,mBACE,QAAS,CACT,kBACF","file":"main.0eb56eaa.chunk.css","sourcesContent":["html {\n  height: 95%;\n  font-size: calc(4px + 1vw);\n}\n\nbody {\n  overflow: hidden;\n  background-color: black;\n  color: white;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen,\n    Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif;\n  height: 100%;\n}\n\n#root {\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n}\n\n.screen-parent {\n  display: flex;\n  flex-direction: column;\n\n  /* margin:10pt; */\n  text-align: center;\n  /* border: 1px solid green; */\n  height: 100%;\n}\n\n.tb {\n  display: flex;\n  flex-direction: row;\n  flex: 1;\n  /* border: 1px solid orange; */\n  font-size: 16pt;\n  font-weight: bold;\n}\n\n.tbm {\n  align-self: center;\n  padding-left: 5px;\n  text-align: left;\n  flex: 8;\n  /* border: 1px solid blue; */\n}\n\n@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {\n  .tbm {\n    font-size: 20pt;\n  }\n}\n\n.tbr {\n  align-self: center;\n  flex: 2;\n  justify-content: flex-end;\n  /* border: 1px solid red; */\n}\n\n.row-container {\n  flex: 10;\n\n  display: flex;\n  flex-direction: column;\n  /* border: 1px solid red; */\n}\n\n.row-container > .row {\n  flex: 1 1 0;\n}\n\n.row {\n  display: flex;\n  flex: 1 1;\n  flex-direction: row;\n  /* border:3px solid red; */\n}\n\n.row > .box {\n  flex: 1 1;\n}\n\n.box {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  margin: 5px;\n  /* border: 1px solid yellow; */\n}\n\n.labelable {\n  display: flex;\n  flex: 1 0;\n  flex-direction: column;\n  /* justify-content: center; */\n  align-items: center;\n  width: 100%;\n  height: 100%;\n  border-radius: 8px;\n  border-width: 1px;\n  border-style: solid;\n  border-color: pink;\n  /* border:3px solid pink; */\n}\n\n.label {\n  /* border: 3px solid blue; */\n  /* display: flex; */\n  padding: 1%;\n  justify-content: center;\n  align-items: center;\n  max-width: 95%;\n}\n\n.widget-label {\n  flex: 1;\n  font-size: 12pt;\n  padding-top: 3px;\n  font-weight: bold;\n}\n\n.context-label {\n  flex: 1;\n  /* font-size: 10pt; */\n}\n\n.other-widget {\n  /* border:3px solid blue; */\n  /* display: flex; */\n  flex: 10 1;\n  padding: 2px 1% 4px 1%;\n  justify-content: center;\n  align-items: center;\n  width: 90%;\n  text-align: center;\n  /* max-height: 10px; */\n}\n\n.box > button {\n  height: 80%;\n  width: 95%;\n  font-size: 11pt;\n}\n\n@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {\n  .box > button {\n    font-size: 11pt;\n  }\n\n  .widget-label {\n    font-size: 14pt;\n  }\n}\n\n.box-selected {\n  box-shadow: inset 0px 0px 0px 2px red;\n}\n\n.section-container > .tile > .row > .box > button {\n  height: 45px;\n  width: 95%;\n  font-size: 14pt;\n}\n\n.selected {\n  filter: brightness(100%);\n}\n\n.fil0 {\n  fill: #006aad;\n}\n.fil1 {\n  fill: white;\n}\n\n.slider-value-label {\n  font-weight: bold;\n  position: relative;\n  top: -3px;\n}\n\n.horizontal-arrowed-list-container {\n  display: flex;\n  flex-direction: row;\n  font-size: 11pt;\n  font-weight: bold;\n  /* position: relative; */\n  /* top: 25%; */\n}\n\n.vertical-arrowed-list-container {\n  display: flex;\n  flex-direction: column;\n  font-size: 11pt;\n  font-weight: bold;\n  position: relative;\n}\n\n.arrow-left,\n.arrow-right,\n.arrow-up,\n.arrow-down {\n  flex: 1 0;\n  font-weight: normal;\n  margin: auto;\n}\n\n.arrowed-list-item {\n  flex: 3 0;\n  align-items: center;\n}\n"]}