@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);:root{--Primary:#2e2e2e;--Secondary:#777;--Tertiary:#666;--Stroke:#efefef;--Middleground:#f7f7f7;--Foreground:#fff;--Primary-Primary:#000;--Primary-Primary-hover:#434343;--Link-Link:#0a64eb;--Link-Link-hover:#0150c8;--Sematic-Green:#0d881f;--Sematic-Green-dark:#0a771a;--Sematic-Yellow:#ffd738;--Sematic-Red:#e32b00;--Sematic-Red-dark:#c13211}*{box-sizing:border-box;margin:0}:focus{outline:none}h1{font-size:18px}h1,h2{color:#2e2e2e;color:var(--Primary);font-style:normal;font-weight:500;line-height:24px}h2{font-size:16px}h3{color:#2e2e2e;color:var(--Primary);font-size:13px;font-weight:400;line-height:20px}a,h3{font-style:normal}a{color:#0a64eb;color:var(--Link-Link,#0a64eb);font-size:16px;font-weight:500;line-height:24px;text-decoration-line:underline}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2e2e2e;color:var(--Primary);font-family:Noto Sans,sans-serif;font-size:1rem;line-height:1.5rem;margin:0;padding:0}.App{background:var(--Foreground);width:100vw}.chart{align-items:center;background-color:var(--Secondary);border:1px solid grey;display:flex;flex-direction:column;height:442px;justify-content:center;margin-bottom:16px;width:100%}.buttonsWrapper{display:flex;flex-direction:row;justify-content:space-between;padding:16px}.Button_button__wiIYs{align-items:center;align-self:stretch;border-radius:9px;display:flex;font-family:Noto Sans,sans-serif;font-size:16px;font-style:normal;font-weight:500;gap:8px;height:48px;justify-content:center;padding:12px 24px;transition:background-color .3s,color .3s}.Button_primary__XYgy-{background:#000;background:var(--Primary-Primary,#000);color:var(--Foreground)}.Button_secondary__QwN49{background:var(--Foreground);border:2px solid #000;border:2px solid var(--Primary-Primary,#000);border-radius:8px;color:var(--Primary-Primary)}.Button_disabled__PUkNe{background:#666;background:var(--Tertiary,#666);border-radius:8px;cursor:not-allowed;pointer-events:none}.Button_secondary__QwN49.Button_disabled__PUkNe{background:var(--Foreground);border:2px solid #777;border:2px solid var(--Secondary,#777);color:var(--Secondary)}.Button_danger__BMjE6{background:var(--Foreground);border:2px solid #e32b00;border:2px solid var(--Sematic-Red,#e32b00);color:#e32b00;color:var(--Sematic-Red,#e32b00)}.Button_danger__BMjE6.Button_disabled__PUkNe{background:var(--Foreground);border:2px solid #777;border:2px solid var(--Secondary,#777);color:var(--Secondary)}.Button_button__wiIYs.Button_danger__BMjE6:hover{background:#c13211;background:var(--Sematic-Red-dark,#c13211);border:none;color:#fff;color:var(--Foreground,#fff)}.Button_button__wiIYs:hover{background:var(--Primary-Primary-hover);border-radius:8px;color:var(--Foreground)}.Button_text__7U-98{margin:0}.Button_button__wiIYs svg,.Button_icon__KeIH3{height:20px;width:20px}.Button_icon__KeIH3{fill:currentColor}@keyframes LoadingIcon_spin__QjVda{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LoadingIcon_loadingIcon__uwuC8{animation:LoadingIcon_spin__QjVda 1s linear infinite}.Content_content__GUt2b{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:48px;overflow:auto;padding:16px}.DataItem_container__I07AO{align-items:center;display:flex;height:24px;justify-content:space-between;margin-bottom:6px;margin-top:6px}.DataItem_data__4K1Wg{display:flex}.DataItem_description__i3UEf{color:#000;color:var(--Primary-Primary,#000)}.DataItem_units__pFViS{color:#777;color:var(--Secondary,#777)}.DataItem_value__EbvAC{color:#000;color:var(--Primary-Primary,#000);margin-left:8px}.Toast_container__hCTMW{padding:16px;position:fixed;top:0;width:100%;z-index:20}.Toast_content__IgC9x{align-items:center;border-radius:8px;display:flex;height:100%;justify-content:space-between;min-height:48px}.Toast_description__ZoW5l{padding:16px}.Toast_button__vhfhP{align-items:center;align-self:stretch;border:0;border-radius:0 8px 8px 0;color:#fff;color:var(--Foreground,#fff);display:flex;height:auto;justify-content:center;transition:background-color .3s,color .3s;width:56px}.Toast_success__yTwp2{background:#0d881f;background:var(--Sematic-Green,#0d881f)}.Toast_success__yTwp2:hover{background:#0a771a;background:var(--Sematic-Green-dark,#0a771a)}.Toast_error__pYkiy{background:#e32b00;background:var(--Sematic-Red,#e32b00)}.Toast_error__pYkiy:hover{background:#c13211;background:var(--Sematic-Red-dark,#c13211)}.LineChart_chartContainer__15jU3{height:328px;padding:16px;position:relative;width:100%}.SaveAndExitModal_content__SJPaX{background-color:#b8c1c1bf;display:flex;flex-direction:column-reverse;height:100vh;justify-content:space-between;left:0;padding-bottom:96px;position:fixed;top:0;width:100vw;z-index:10}.SaveAndExitModal_setup__CV-JZ{background-color:#fff;background-color:var(--Foreground,#fff);border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;justify-content:space-between;max-height:calc(100vh - 96px);overflow-y:auto;padding:0 16px 16px}.SaveAndExitModal_row__Om0Mf{height:32px}.SaveAndExitModal_combinedField__uNwPI,.SaveAndExitModal_row__Om0Mf{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.SaveAndExitModal_title__JWjz8{background-color:#fff;padding-bottom:8px;padding-top:16px;position:sticky;top:0;z-index:15}.SaveAndExitModal_item__\+rZ9V{height:24px}.SaveAndExitModal_value__sYsxY{color:grey}.SaveAndExitModal_buttonGroupContainer__9LFSh{background-color:#fff;background-color:var(--Foreground,#fff);border-top:1px solid #efefef;border-top:1px solid var(--Stroke,#efefef);bottom:0;padding:24px;position:fixed;width:100%}.SaveAndExitModal_buttonGroup__UGFGs{display:flex;gap:16px;justify-content:space-between}.LabelWithCloseButton_row__nqVz9{align-items:center;display:flex;height:32px;justify-content:space-between;margin-bottom:8px}.LabelWithCloseButton_textLine__dNKDO{align-items:center;display:flex}.LabelWithCloseButton_close__ARIsq{cursor:pointer;height:24px;width:24px}.LabelWithCloseButton_hint__6zZZ0,.LabelWithCloseButton_optional__vzJNO{color:#777;color:var(--Secondary,#777)}.LabelWithCloseButton_label__\+gSux{color:#000;color:var(--Primary-Primary,#000);margin-right:4px}.TextArea_content__4rtxw{display:flex}.TextArea_textarea__rDIGM{align-items:flex-start;align-self:stretch;background:#efefef;background:var(--Stroke,#efefef);border:2px solid #efefef;border:2px solid var(--Stroke,#efefef);border-radius:8px;color:#000;color:var(--Primary-Primary,#000);display:flex;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;gap:8px;height:264px;line-height:24px;padding:12px 16px;width:100%}.TextArea_textarea__rDIGM:focus{border:2px solid #000;border:2px solid var(--Primary-Primary,#000)}.TextArea_textarea__rDIGM:disabled{color:#777;color:var(--Secondary,#777)}.SetupRecordingModal_content__PtD61{background-color:#b8c1c1bf;display:flex;flex-direction:column-reverse;height:100vh;justify-content:space-between;left:0;padding-bottom:96px;position:fixed;top:0;width:100vw;z-index:10}.SetupRecordingModal_setup__-oA\+I{background-color:#fff;background-color:var(--Foreground,#fff);border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;justify-content:space-between;max-height:calc(100vh - 96px);overflow-y:auto;padding:0 16px 16px}.SetupRecordingModal_row__U5L5Q{height:32px}.SetupRecordingModal_combinedField__ognHx,.SetupRecordingModal_row__U5L5Q{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.SetupRecordingModal_title__w4Oul{background-color:#fff;padding-bottom:8px;padding-top:16px;position:sticky;top:0;z-index:15}.SetupRecordingModal_item__H-U1s{height:24px}.SetupRecordingModal_value__xWBuB{color:grey}.SetupRecordingModal_buttonGroupContainer__WWPGZ{background-color:#fff;background-color:var(--Foreground,#fff);border-top:1px solid #efefef;border-top:1px solid var(--Stroke,#efefef);bottom:0;padding:24px;position:fixed;width:100%}.SetupRecordingModal_buttonGroup__RWZvb{display:flex;gap:16px;justify-content:space-between}.DropDown_wrapper__oU0yA{flex:1 1;margin-bottom:8px}.DropDown_content__\+ZsF-{background:#efefef;background:var(--Stroke,#efefef);border-radius:8px;height:48px}.DropDown_option__7r4wY{align-items:center;display:flex;height:48px;justify-content:space-between;padding:12px 16px}.DropDown_optionText__DoXcS{font-weight:400}.DropDown_checkedIcon__80Tb4{color:#000;color:var(--Primary-Primary,#000)}.DropDown_dropdownIndicator__cBmUb{align-items:center;display:flex;justify-content:center;padding-right:8px}.DropDown_upDropdownIndicator__PMRN\+{color:#fff;color:var(--Foreground,#fff)}.DropDown_disabledDropdownIndicator__vnr8A{color:#777;color:var(--Secondary,#777)}.DropDown_dropdownIndicator__cBmUb:hover{color:#fff;color:var(--Foreground,#fff)}.DropDown_error__hOagM{color:#e32b00;color:var(--Sematic-Red,#e32b00);margin-top:8px}.Input_input__E5rzA{background-color:initial;border:none;color:#000;color:var(--Primary-Primary,#000);display:block;font-size:16px;font-style:normal;font-weight:400;line-height:24px;position:relative;width:100%}.Input_disabled__cKEli{color:#666;color:var(--Tertiary,#666)}.PercentageInput_inputWrapper__Qvwfa{align-items:center;align-self:stretch;background:#efefef;background:var(--Stroke,#efefef);border:2px solid #efefef;border:2px solid var(--Stroke,#efefef);border-radius:8px;display:flex;flex:1 1;gap:8px;height:48px;justify-content:center;padding:0 16px;width:auto}.PercentageInput_percentageSign__hf2R3{color:#666;color:var(--Tertiary,#666)}.TextField_row__weUXO{align-items:center;display:flex;height:32px;justify-content:space-between;margin-bottom:8px}.TextField_inputWrapper__B98CK{align-items:flex-start;align-self:stretch;background:#efefef;background:var(--Stroke,#efefef);border:2px solid #efefef;border:2px solid var(--Stroke,#efefef);border-radius:8px;display:flex;gap:8px;margin-bottom:8px;padding:12px 16px}.TextField_inputWrapper__B98CK:focus-within{border:2px solid #000;border:2px solid var(--Primary-Primary,#000)}.TextField_input__Co8UC{background-color:initial;border:none;color:#000;color:var(--Primary-Primary,#000);display:block;font-size:16px;font-style:normal;font-weight:400;line-height:24px;position:relative;width:100%}.TextField_close__FmEuq{cursor:pointer;height:24px;width:24px}.TextField_error__eo5Ic{color:#e32b00;color:var(--Sematic-Red,#e32b00)}.TextField_disabled__kF-TJ{color:#666;color:var(--Tertiary,#666)}.SetupForm_combinedField__gapC0{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.SetupForm_formWrapper__QaW8G{margin-bottom:48px}.ControlPanelWrapper_controls__4nEtn{bottom:0;padding:16px;position:fixed;width:100%}.ControlPanelWrapper_button__R7ccG{width:100%}.RecordHeader_content__ke4YR{display:flex;justify-content:space-between;padding:16px}.RecordHeader_timeRecord__Rsxp-{display:flex}.RecordHeader_recordIcon__NDpsW{color:#e32b00;color:var(--Sematic-Red,#e32b00);margin-right:4px}.RecordHeader_activeRecordIcon__Nn5bp{color:#fff}.RecordHeader_activeContent__4GBzj{background:#e32b00;background:var(--Sematic-Red,#e32b00);box-shadow:0 1px 8px 0 #2a2a2a14}.RecordHeader_activeText__e05ZJ{color:#fff}.RecordHeader_disabled__AB3Yr{color:#777;pointer-events:none}.RecordHeader_rocketIcon__F2pLV{color:#fff;margin-left:8px}.CountdownControlPanel_container__2\+LA5{align-items:center;display:flex;flex-direction:column;height:88px}.CountdownControlPanel_panel__vMV0H{background:#ffd738;background:var(--Sematic-Yellow,#ffd738)}.CountdownControlPanel_title__jjx53{margin-bottom:16px}.LoadingModal_content__QGkl8{align-items:center;background-color:#fffffffc;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:20}.LoadingModal_bee__Mw8rY{color:#777}.LoadingModal_logo__4GlO2{display:flex}.LoadingModal_logoText__1\+J5X{color:#777}.LoadingModal_info__IsGza{align-items:center;display:flex;flex-direction:column;justify-content:center}.LoadingModal_footer__CMOoS{bottom:72px;left:50%;position:fixed;transform:translateX(-50%)}
/*# sourceMappingURL=main.8ecc0a44.css.map*/