*,:before,:after{box-sizing:border-box}html body{height:100vh;min-width:360px;height:100dvh;font-family:Inter,Noto Sans SC,Noto Sans TC,sans-serif;position:relative;overflow:hidden}html a{color:#5a5a65;text-decoration:none}#root{position:fixed;top:0;bottom:0;left:0;right:0}[type=button],[type=reset],[type=submit],button{background:initial}@media screen and (max-width:1024px){html body{height:auto;min-height:100vh;min-height:100dvh;font-size:14px;overflow:auto}#root{top:initial;right:initial;bottom:initial;left:initial;flex-direction:column;display:flex;position:relative}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}input[type=time]{--bw:2px;--a:calc(100% - var(--bw));--b:calc(var(--a) - 17px);clip-path:polygon(0% 0%, 0% 100%, var(--b) 100%, var(--b) var(--bw), var(--a) var(--bw), var(--a) var(--a), var(--b) var(--a), var(--b) 100%, 100% 100%, 100% 0%)}:root{--primary-main:#df771b;--primary-light:#e3a10d;--primary-dark:#e57f38;--secondary-main:#2f2e35;--secondary-light:#58575f;--secondary-dark:#05030f;--background:#fffdfa;--paper:#fff;--studio-blue-1:#0c1c3e;--studio-blue-2:#dee3ec;--studio-blue-3:#edf0f4;--studio-blue-4:#d6e4e7;--studio-blue-5:#f3f8fa;--studio-blue-6:#727e97;--studio-blue-7:#297af2;--studio-blue-8:#0148ba;--studio-gray-1:var(--studio-blue-3);--studio-gray-2:#f2f4f8;--studio-gray-3:#d3d4d5;--studio-gray-4:#dde5e9;--page-header-color:#f3f8fa88;--page-header-border:#d4e4e988;--studio-orange-1:#b5590d;--studio-orange-2:#ffcc9f;--studio-orange-3:#fffbf8;--studio-orange-4:#fff5ed;--studio-orange-5:#e4701e;--studio-orange-6:#e57f38;--studio-orange-7:#d78230;--studio-green-1:#32b265;--studio-green-2:#edf8f1;--studio-red-1:#d25f45;--studio-red-2:#fff3ef;--studio-yellow-1:#c3a24a;--studio-yellow-2:#fef8ed;--avatar-bg:#c7c7c7;--avatar-text:#424242;--switch-bg:#ced2d9;--border:var(--studio-blue-3);--border2:#faeed8;--input-border:var(--studio-gray-4);--language-tab-border:var(--studio-gray-4);--selected:var(--studio-blue-1);--hover:#f0f0f0;--text-primary:#2f2e35;--text-primary-2:#5a5a65;--text-secondary:#8e8e98;--warning:#ff8b01;--error:red;--error-bg:#fbe9eb;--error-border:#f3d2d6;--icon-color:#5a5a65;--headerHeight:80px;--mobileHeaderHeight:56.34px;--menuWidth:250px;--menuWidthCollapsed:60px;--menuMobileWidth:70px;--appBar-zIndex:100;--drawer-zIndex:99;--page-footer-height:48px;--outgoing-curve:cubic-bezier(.4, 0, 1, 1);--incoming-curve:cubic-bezier(0, 0, .2, 1);--studio-page-container-spacing:24px;--page-header-height:78px;--page-header-height-with-tabs:91px;--page-header-height-on-mobile:101px}@media screen and (min-width:500px){.sy-scrollbar{scrollbar-color:#0006 transparent;scrollbar-width:thin}.sy-scrollbar ::-webkit-scrollbar{width:15px}.sy-scrollbar #main_wrapper::-webkit-scrollbar{border-left:1px solid #e4e4e4}.sy-scrollbar ::-webkit-scrollbar-track{display:none}.sy-scrollbar ::-webkit-scrollbar-thumb{background-color:#0000004d;background-clip:padding-box;border:4px solid #0000;border-radius:13px}.sy-scrollbar ::-webkit-scrollbar-thumb:hover{background-color:#0006;border-width:3px}.sy-scrollbar ::-webkit-scrollbar-thumb:active{background-color:#00000080}}html .MuiFormLabel-asterisk{color:var(--error)}html .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root{gap:6px}html .Mui-error .MuiInputBase-root fieldset{border-color:var(--error)}html .Mui-error .error{color:var(--error);margin-top:1px;margin-left:3px;font-size:12px}html .dropdownMenu .menuItem .menuItemIcon{color:#8e8e98;min-width:30px}html .dropdownMenu .menuItem.active{background:var(--selected);color:#fff}html .animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}html .container{width:100%;max-width:1600px}@media screen and (max-width:1180px){html .container{height:100%}}html .scroll{-webkit-overflow-scrolling:touch;overflow:auto}html .scrollY{-webkit-overflow-scrolling:touch;overflow:hidden auto}html .scrollX{-webkit-overflow-scrolling:touch;overflow:auto hidden}html .scrollX::-webkit-scrollbar{height:4px}html .scrollX:hover::-webkit-scrollbar-thumb{background:#ccc}html .scrollX::-webkit-scrollbar-thumb{background:0 0;border-width:1px;border-radius:4px}html .thumbnail{object-fit:cover;object-position:center;width:100%;height:100%}html .nowrap{white-space:nowrap}html .w-auto{width:auto}html .full,html .w-full{width:100%}html .full,html .h-full{height:100%}html .min-h-full{min-height:100%}html .max-w-full{max-width:100%}html .w-half{width:50%}html .relative{position:relative}html .absolute{position:absolute}html .absolute-full{position:absolute;top:0;bottom:0;left:0;right:0}html .absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}html .absolute-bottom{position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%)}html .pointer{cursor:pointer}html h1{font-size:1.5rem}html h2{font-size:1.25rem}html h3{font-size:1.125rem}html h4{font-size:1rem}html h5{font-size:.9375rem}html h6{font-size:.875rem}html h1,html h2,html h3,html h4,html h5,html h6{margin:0;font-weight:500;line-height:1.35}html .text-right{text-align:right}html .text-center{text-align:center}html .text-left{text-align:left}html .text-justify{text-align:justify}html .break-word{word-break:break-word}html .word-break-all{word-break:break-all}html .lighter{font-weight:lighter}html .light,html .normal{font-weight:400}html .medium{font-weight:500}html .semi-bold{font-weight:600}html .bold{font-weight:700}html .bolder{font-weight:bolder}html .uppercase{text-transform:uppercase}html .capitalize{text-transform:capitalize}html .leading-none{line-height:1}html .leading-tight{line-height:1.25}html .leading-snug{line-height:1.375}html .leading-normal{line-height:1.5}html .leading-relaxed{line-height:1.625}html .leading-loose{line-height:2}html .max-lines,html .max-lines-1,html .max-lines-2,html .max-lines-3,html .max-lines-4,html .max-lines-5,html .max-lines-7,html .max-lines-10{text-overflow:ellipsis;word-break:break-word;white-space:normal;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}html .max-lines-1{-webkit-line-clamp:1}html .max-lines-2{-webkit-line-clamp:2}html .max-lines-3{-webkit-line-clamp:3}html .max-lines-4{-webkit-line-clamp:4}html .max-lines-5{-webkit-line-clamp:5}html .max-lines-7{-webkit-line-clamp:7}html .max-lines-10{-webkit-line-clamp:10}html ul{list-style:none}html .inline{display:inline}html .block{display:block}html .hidden{display:none}html .hide{visibility:hidden;opacity:0;z-index:-1}html .show{display:inherit;visibility:visible;opacity:1;z-index:1}html .disabled{opacity:.5}html .border-0{border:0}html .border{border:1px solid var(--border)}html .top-border{border-top:1px solid var(--border)}html .bottom-border{border-bottom:1px solid var(--border)}html .right-border{border-right:1px solid var(--border)}html .left-border{border-left:1px solid var(--border)}html .rotate-45{transform:rotate(45deg)}html .rotate-90{transform:rotate(90deg)}html .rotate-180{transform:rotate(180deg)}html .avatar_wrap{min-width:20px;position:relative}html .avatar_wrap .avatar{text-transform:uppercase;border-radius:100%;min-width:20px;min-height:20px;line-height:1}html .avatar_wrap>svg.icon{min-width:8px;min-height:8px;position:absolute;bottom:0;right:0;transform:translate(5px,7px)}html .dotBefore{align-items:center;margin-left:7px;padding-left:10px;display:flex;position:relative}html .dotBefore:before{content:"\a ";background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}html .dotAfter{align-items:center;margin-right:7px;padding-right:10px;display:flex;position:relative}html .dotAfter:after{content:"\a ";background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;right:0;transform:translateY(-50%)}html .flex,html .row,html .col{display:flex}html .flex,html .row{flex-direction:row}html .row-reverse{flex-direction:row-reverse}html .col{flex-direction:column}html .flex-wrap{flex-wrap:wrap}html .flex-0{flex:0}html .flex-1{flex:1}html .flex-auto{flex:auto}html .flex-none{flex:none}html .items-baseline{align-items:baseline}html .items-stretch{align-items:stretch}html .items-center{align-items:center}html .items-start{align-items:flex-start}html .items-end{align-items:flex-end}html .content-center{justify-content:center}html .content-start{justify-content:flex-start}html .content-end{justify-content:flex-end}html .space-around{justify-content:space-around}html .space-between{justify-content:space-between}html .space-evenly{justify-content:space-evenly}html .self-center{align-self:center}html .mr-0,html .mh-0,html .m-0{margin-right:0}html .ml-0,html .mh-0,html .m-0{margin-left:0}html .mt-0,html .mv-0,html .m-0{margin-top:0}html .mb-0,html .mv-0,html .m-0{margin-bottom:0}html .pr-0,html .ph-0,html .p-0{padding-right:0}html .pl-0,html .ph-0,html .p-0{padding-left:0}html .pt-0,html .pv-0,html .p-0{padding-top:0}html .pb-0,html .pv-0,html .p-0{padding-bottom:0}html .mb-15{margin-bottom:15px}html .no-spin::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html .no-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}html .no-spinner{-moz-appearance:textfield}@media screen and (max-width:680px){html .dropdownMenu .menuItem{margin-top:8px;padding:8px 16px}html .dropdownMenu .menuItem .menuItemIcon svg{width:20px;height:20px}html .dropdownMenu.create-content .menuItem .menuItemIcon svg{width:24px;height:24px}}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.no-copy{-webkit-user-drag:none}.container{width:1400px;max-width:100%;margin:0 auto}.main_page{min-height:calc(100vh - var(--headerHeight));min-height:calc(100dvh - var(--headerHeight));flex-direction:column;display:flex}.main_page .page_header{padding:0 var(--studio-page-container-spacing);background-color:var(--page-header-color);border-bottom:1px solid var(--page-header-border);min-height:var(--page-header-height);position:relative}.main_page .page_header.has-tabs{min-height:var(--page-header-height-with-tabs)}@media screen and (max-width:1024px){.main_page .page_header.has-tabs{min-height:var(--page-header-height-on-mobile)}}.main_page .page_header .page_title{letter-spacing:.1848px;color:var(--studio-blue-1);padding:22px 0 0;font-size:28px;font-weight:600;line-height:34px;position:relative}.main_page .page_header .page_title.no-padding{padding-left:0}.main_page .page_header .page_sub_title{letter-spacing:.1848px;color:var(--text-primary-2);margin-top:4px;margin-bottom:0;padding-left:8px;font-size:12px;font-weight:400;line-height:21px}.main_page .page_tab_indicator{min-height:unset;position:absolute;bottom:0}.main_page .page_tab_indicator .page_tab_item{z-index:9;min-width:auto;min-height:unset;text-transform:initial;color:var(--text-primary-2);margin-right:20px;font-size:13px;line-height:21px}.main_page .page_tab_indicator .page_tab_item.MuiTab-root{padding:2px 12px;font-weight:400}@media screen and (max-width:700px){.main_page .page_tab_indicator .page_tab_item{line-height:15.73px}.main_page .page_tab_indicator .page_tab_item.MuiTab-root{padding:4.5px 8px}}.main_page .page_tab_indicator .page_tab_item.Mui-selected{color:#fff;font-weight:600;transition-property:color;transition-delay:.15s}.main_page .page_tab_indicator .MuiTabs-indicator{background:var(--studio-blue-1);border-bottom:3px dashed var(--studio-blue-1);z-index:1;border-radius:4px 4px 0 0;height:100%;position:absolute;top:0;left:0}.main_page .main_page_body{padding:0 var(--studio-page-container-spacing);min-height:250px;margin-top:18px;position:relative}.main_page .main_page_body.wide-spacing{margin-top:0;padding:56px 68px}.main_page .main_page_body.fit-min-height{min-height:-moz-fit-content;min-height:fit-content}.main_page .main_page_body.has-footer{padding-bottom:var(--page-footer-height)}.main_page .main_page_body .right-col{z-index:1;right:var(--studio-page-container-spacing);margin-bottom:10px;position:absolute;top:-96px}.main_page .main_page_body.hidden{display:none}.main_page .main_page_body .content-title{-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;font-size:14px;font-weight:600;line-height:21px;display:flex}.main_page .main_page_body .content-title.normal{font-weight:400}.main_page .main_page_body .content-description{max-width:630px;font-size:13px;line-height:20px}.main_page .main_page_body .content-meta{color:#636363;font-size:12px}.main_page .page_footer{z-index:10;width:100%;height:48px;color:var(--text-secondary);background:var(--paper);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:fixed;bottom:0;left:0}.main_page .MuiPaper-root::-webkit-scrollbar{width:4px}.main_page .MuiPaper-root:hover::-webkit-scrollbar-thumb{background:#ccc}.main_page .MuiPaper-root::-webkit-scrollbar-thumb{background:0 0;border-width:1px;border-radius:4px}.main_page .observed_info_container .horizontal_menu{align-items:center;margin-top:4px;padding:0 3px;display:flex}.main_page .observed_info_container .horizontal_menu .menuItemIcon{min-width:unset;margin-right:2px}.main_page .observed_info_container .horizontal_menu .more_options_container{width:-moz-fit-content;width:fit-content;color:var(--icon-color)}@media screen and (min-width:1920px){.main_page .page_header .page_title{padding:24px 0 0}}@media screen and (max-width:1440px){.main_page .main_page_body.wide-spacing{margin-top:0;padding:48px 60px}}@media screen and (max-width:1336px){.main_page .main_page_body.wide-spacing{margin-top:0;padding:44px 56px}}@media screen and (max-width:1280px){.main_page .main_page_body.wide-spacing{margin-top:0;padding:36px 48px}}@media screen and (max-width:1024px){.main_page{min-height:calc(100vh - var(--mobileHeaderHeight));min-height:calc(100dvh - var(--mobileHeaderHeight))}.main_page .page_header .page_title{font-size:24px}.main_page .page_header,.main_page .main_page_body{padding:0 20px}.main_page .main_page_body{margin-top:20px}.main_page .main_page_body.wide-spacing{margin-top:0;padding:48px}.main_page .main_page_body .right-col{z-index:1;right:var(--studio-page-container-spacing);top:calc(8px - var(--page-header-height-on-mobile));position:absolute}.main_page .content-title{font-size:14px}.main_page .content-title .status-label{font-size:10px}.table-wrapper{max-width:calc(100% + 40px);margin:0 -20px}.table-wrapper>.MuiPaper-root,.table-wrapper .MuiTable-root{border-radius:0;max-width:100%}.table-wrapper .gjw_table .table_header .MuiTableCell-head{z-index:10;border-radius:0!important}}@media screen and (max-width:680px){.main_page .page_tab_indicator{width:100%;margin:0 auto;padding:0 0 0 24px;left:0}.main_page .page_tab_indicator .MuiTabs-scroller{overflow-x:auto!important}.main_page .page_tab_indicator .MuiTabs-scroller::-webkit-scrollbar{-ms-overflow-style:none;scrollbar-width:none;display:none}.main_page .main_page_body.wide-spacing{margin-top:0;padding:24px}.main_page .main_page_body .right-col{z-index:1;right:var(--studio-page-container-spacing);top:calc(0px - var(--page-header-height-on-mobile));position:absolute}}@media screen and (max-width:480px){.main_page .page_header,.main_page .main_page_body{padding:0 16px}.main_page .main_page_body.wide-spacing{margin-top:0;padding:16px}.main_page .table-wrapper{max-width:calc(100% + 32px);margin:0 -16px}.page_footer label{display:none}}
