@charset "UTF-8";.Toast{align-items:center;background:#fff;border:1px solid var(--primary_color);border-radius:10px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;display:flex;font-size:1.125rem;font-style:normal;font-weight:500;left:50%;line-height:24px;opacity:0;padding:8px 12px;position:fixed;top:60px;transform:translate(-50%,-20px);width:fit-content;z-index:3000}.Toast.isVisible{animation:toast-slide-in .3s ease-out forwards}.Toast.isLeaving{animation:toast-slide-out .3s ease-out forwards}.Toast.alert-type{border-color:red}.Toast .toast-message-cont{align-items:center;display:flex}.Toast .toast-message-cont .toast-icon{background-color:var(--primary_color);border-radius:50%;height:24px;width:24px}.Toast .toast-message-cont .toast-icon.alert-type{background-color:red}.Toast .toast-message-cont .toast-text{color:#28292a;margin-left:12px;max-width:60vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.App-Mode .Toast .toast-message-cont .toast-text{font-size:.875rem;max-width:70vw;overflow:initial;text-overflow:clip;white-space:pre-wrap;width:70vw}.Toast .toast-message-cont .toast-sub-text{display:inline-block;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Toast .toast-action-cont{align-items:center;display:flex;flex-shrink:0;margin-left:auto}.Toast .toast-action-cont .toast-action-text{cursor:pointer;margin:0 4px;text-decoration-line:underline;-webkit-user-select:none;user-select:none}.Toast .toast-action-cont .toast-close-icon{cursor:pointer}.Toast.alert-type .toast-icon{color:#d64346}.Toast.toast-bottom{bottom:40px;top:unset}@keyframes toast-slide-in{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes toast-slide-out{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.letter-1{--i:1}.letter-through{--i:through}.letter-10{--i:10}.ProgressDialog-Container{background-color:#91919180;bottom:0;height:100vh;left:0;position:absolute;width:100vw;z-index:3000}.ProgressDialog-Container.isLogin{height:100vh}.ProgressDialog-Container .ProgressDialog-ProgressBar{background-color:#fff;border-radius:50px;box-shadow:inset .5rem .5rem .5rem #a4a9b5,inset -.2rem -.2rem .2rem #a4a9b5;height:110px;left:50%;padding:30px;position:relative;top:40%;transform:translate(-50%,-50%);width:460px}body.App-Mode .ProgressDialog-Container .ProgressDialog-ProgressBar{height:90px;width:330px}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info{cursor:default;display:flex;font-size:300%;font-weight:600;letter-spacing:10px;text-align:center}body.App-Mode .ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info{font-size:2rem}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span{animation:waviy 1s infinite;display:block;position:relative;text-transform:uppercase}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span:nth-child(odd){color:var(--primary_color_70)}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span:nth-child(2n){color:var(--sub_color_70)}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-1{animation-delay:.1s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-2{animation-delay:.2s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-3{animation-delay:.3s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-4{animation-delay:.4s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-5{animation-delay:.5s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-6{animation-delay:.6s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-7{animation-delay:.7s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-8{animation-delay:.8s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-9{animation-delay:.9s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressDialog-ProgressBar-Info>span.delay-10{animation-delay:1s}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressBar-Circle{align-items:center;display:flex;justify-content:center}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressBar-Circle div{animation:bounce 1.5s linear .5s infinite;background-image:linear-gradient(145deg,#ffffff80,#0000);border-radius:100%;height:2vw;margin:2vw;width:2vw}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressBar-Circle .main_color{animation-delay:.1s;background-color:var(--primary_color_70)}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressBar-Circle .sub_color{animation-delay:.1s;background-color:var(--sub_color_70)}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressBar-Circle .main_color2{animation-delay:.1s;background-color:var(--primary_color_70)}.ProgressDialog-Container .ProgressDialog-ProgressBar .ProgressBar-Circle .sub_color2{animation-delay:.1s;background-color:var(--sub_color_70)}@keyframes bounce{0%,50%,to{filter:blur(0);transform:scale(1)}25%{filter:blur(3px);transform:scale(.6)}75%{filter:blur(3px);transform:scale(1.4)}}@keyframes waviy{0%,40%,to{transform:translateY(0)}20%{transform:translateY(-20px)}}.BarChart{display:flex;flex:1;flex-direction:column}.BarChart-Container{flex:1}.BarChart-Details{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0}.Details-Chip{align-items:center;border-radius:1rem;color:#fff;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap;width:fit-content}.PieChart{align-items:center;display:flex;gap:2.5rem;height:100%;width:100%}body.App-Mode .PieChart{flex-direction:column}@media (max-width:1500px){.PieChart{gap:5px}}.PieChart-Container{align-items:center;display:flex;flex:1;height:100%;justify-content:center;max-height:100%;min-width:0;position:relative}body.App-Mode .PieChart-Container{max-height:11.5625rem;max-width:11.5625rem}.PieChart-Legend{display:flex;flex:1;flex-direction:column;gap:.5rem}body.App-Mode .PieChart-Legend{column-gap:0;display:grid;grid-template-columns:repeat(3,1fr);row-gap:1rem;width:100%}@media (max-height:900px){.PieChart-Legend{gap:initial}}.PieChart-Legend-Each{align-items:center;display:flex;padding:.25rem}.PieChart-Legend-Each .icon{border-radius:50%;height:.5rem;margin-right:5px;width:.5rem}body.App-Mode .PieChart-Legend-Each .icon{border-radius:.25rem;height:.75rem;min-height:.75rem;min-width:.75rem;width:.75rem}.PieChart-Legend-Each .content{align-items:center;display:flex;width:100%}body.App-Mode .PieChart-Legend-Each .content{align-items:flex-start;color:#0a0a0a;flex-direction:column;font-size:.75rem}.PieChart-Legend-Each .content .label{white-space:nowrap}body.App-Mode .PieChart-Legend-Each .content .label{white-space:normal}.PieChart-Legend-Each .content .dashed-line{border-bottom:1px dashed gray;color:var(--gray_color2);flex:1;margin:0 10px}body.App-Mode .PieChart-Legend-Each .content .dashed-line{display:none}.PieChart-Legend-Each .content .percent{font-weight:500}body.App-Mode .PieChart-Legend-Each .content .percent{color:#4a5565}.StackedBarChart{display:flex;flex-direction:column}.StackedBarChart-Chart{height:400px;position:relative;width:100%}.StackedBarChart--vertical .StackedBarChart-Chart{height:320px}.StackedBarChart--vertical .StackedBarChart-Legend{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center}body.App-Mode .StackedBarChart--vertical .StackedBarChart-Legend{column-gap:0;display:grid;grid-template-columns:repeat(4,1fr);row-gap:1rem}.StackedBarChart-Details{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0}.Details-Month{color:#0a0a0a;font-size:.875rem;font-weight:600}.Details-Chips{display:flex;flex-wrap:wrap;gap:.5rem}.Details-Chip{align-items:center;border-radius:1rem;color:#fff;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.StackedBarChart-Legend{column-gap:0;display:grid;grid-template-columns:repeat(3,1fr);padding:.625rem 0;row-gap:1rem;width:100%}body.App-Mode .StackedBarChart-Legend{row-gap:1rem}.Legend-Item{align-items:center;display:flex;gap:.5rem}.Legend-Color{border-radius:.25rem;height:.75rem;width:.75rem}body.App-Mode .Legend-Color{min-height:.75rem;min-width:.75rem}.Legend-Label{color:#0a0a0a;font-size:.75rem}.MobileFormApprovalStatusChip{align-items:center;border-radius:9999px;display:inline-flex;height:22px;padding:3px 11px;width:fit-content}.MobileFormApprovalStatusChip-text{font-size:.75rem;font-weight:700;line-height:1rem}.MobileFormApprovalStatusChip-pendingRevision{background-color:#f1f5f9;color:#020817}.MobileFormApprovalStatusChip-approving{background-color:#2563eb;color:#f8fafc}.MobileFormApprovalStatusChip-closed{background-color:#f1f5f9;color:#020817}.MobileFormApprovalStatusChip-pending{background-color:#eab308;color:#f8fafc}.MobileFormApprovalStatusChip-approved{background-color:#22c55e;color:#f8fafc}.MobileFormApprovalStatusChip-rejected{background-color:#ef4444;color:#f8fafc}.MobileFormApprovalStatusChip-default{background-color:#f1f5f9;color:#020817}.AutoComplete{max-width:100%;width:100%}.AutoComplete .MuiAutocomplete-inputRoot{background-color:#fff;height:100%;max-width:100%;min-width:unset;padding:4px 15px;width:100%}body.App-Mode .AutoComplete .MuiAutocomplete-inputRoot{border:1px solid #e2e8f0;border-radius:.625rem;font-size:.875rem;padding:0 15px}.AutoComplete .MuiAutocomplete-inputRoot fieldset{border:initial!important}body.App-Mode .AutoComplete .MuiAutocomplete-inputRoot fieldset{font-size:.875rem;padding:.5rem}.AutoComplete .MuiAutocomplete-endAdornment{pointer-events:none;right:8px}.AutoComplete .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator{height:24px;pointer-events:auto;transform:rotate(0);transition:transform .2s ease-in-out;width:24px}.AutoComplete .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator:hover{background-color:initial}.AutoComplete .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator.MuiAutocomplete-popupIndicatorOpen{transform:rotate(180deg)}.MuiAutocomplete-popper .MuiPaper-root .MuiAutocomplete-option{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;overflow:hidden;padding-right:2rem;text-overflow:ellipsis;white-space:normal;white-space:nowrap}body.App-Mode .MuiAutocomplete-popper .MuiPaper-root .MuiAutocomplete-option{font-size:.75rem;min-height:2rem;padding:.5rem}.MuiAutocomplete-popper .MuiPaper-root .MuiAutocomplete-option[aria-selected=true]{color:var(--primary_color);font-weight:700}.MuiAutocomplete-popper .MuiPaper-root .MuiAutocomplete-option[aria-selected=true]:after{content:"✔︎";font-family:element-icons;font-size:1rem;font-weight:700;position:absolute;right:20px;top:50%;transform:translateY(-50%)}body.App-Mode .MuiAutocomplete-popper .MuiPaper-root .MuiAutocomplete-option[aria-selected=true]:after{font-size:.875rem;right:10px}.MuiAutocomplete-popper .MuiAutocomplete-listbox{max-height:140px}.Breadcrumb{align-items:center;display:flex;gap:1rem;margin:1.5rem 0}body.App-Mode .Breadcrumb{gap:.5rem;margin:0 0 1rem}body.App-Mode .Breadcrumb.mobile-header{gap:.75rem;margin:0 0 .75rem}.Breadcrumb .Breadcrumb-Link{font-size:1.75rem;font-weight:500;line-height:2.25rem}body.App-Mode .Breadcrumb .Breadcrumb-Link{font-size:1.25rem;line-height:1.75rem}.Breadcrumb .Breadcrumb-Link.mobile-header-link{font-size:1.125rem;line-height:1.75rem}.Breadcrumb .Breadcrumb-Arrow{height:1.5rem;transform:rotate(-90deg);width:1.5rem}.Breadcrumb .Breadcrumb-Arrow.mobile-header-arrow{padding:.625rem}.CompareTrend{background-color:#fff;min-width:380px}body.App-Mode .CompareTrend{min-width:auto}.CustomDateRangePicker{align-items:center;display:flex;gap:.5rem}.CustomDateRangePicker .MuiInputAdornment-positionEnd{position:absolute;right:10px}.CustomDateRangePicker .dash{color:var(--text_color);font-size:1.5rem;transition:color .2s ease}.CustomDateRangePicker.has-error .dash{color:#d32f2f}.CustomDatePicker .MuiInputBase-input[readonly],.CustomDatePicker .MuiInputBase-root,.CustomDatePicker .MuiPickersInputBase-input[readonly],.CustomDatePicker .MuiPickersInputBase-root,.CustomDatePicker input[readonly],.CustomDatePicker input[readonly]+*,.CustomDateTimePicker .MuiInputBase-input[readonly],.CustomDateTimePicker .MuiInputBase-root,.CustomDateTimePicker .MuiPickersInputBase-input[readonly],.CustomDateTimePicker .MuiPickersInputBase-root,.CustomDateTimePicker input[readonly],.CustomDateTimePicker input[readonly]+*{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;-webkit-touch-callout:none!important;cursor:pointer!important}.CustomDatePicker .MuiPickersInputBase-sectionsContainer,.CustomDateTimePicker .MuiPickersInputBase-sectionsContainer{user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important;cursor:pointer!important}.CustomDatePicker.Mui-focused .MuiInputAdornment-root .MuiSvgIcon-root,.CustomDateTimePicker.Mui-focused .MuiInputAdornment-root .MuiSvgIcon-root{fill:var(--primary_color)}.CustomDatePicker.Mui-disabled,.CustomDateTimePicker.Mui-disabled{background-color:#f4f7f9;border-color:var(--black_color_20)}.CustomDatePicker.error .MuiInputBase-root,.CustomDatePicker.error .MuiInputBase-root.Mui-focused,.CustomDatePicker.error .MuiInputBase-root:hover,.CustomDatePicker.error .MuiPickersInputBase-root,.CustomDatePicker.error .MuiPickersInputBase-root.Mui-focused,.CustomDatePicker.error .MuiPickersInputBase-root:hover,.CustomDateTimePicker.error .MuiInputBase-root,.CustomDateTimePicker.error .MuiInputBase-root.Mui-focused,.CustomDateTimePicker.error .MuiInputBase-root:hover,.CustomDateTimePicker.error .MuiPickersInputBase-root,.CustomDateTimePicker.error .MuiPickersInputBase-root.Mui-focused,.CustomDateTimePicker.error .MuiPickersInputBase-root:hover{background-color:#ffdfdf!important;border-color:#ff4d4f!important}.CustomDatePicker.error .MuiPickersInputBase-sectionsContainer,.CustomDateTimePicker.error .MuiPickersInputBase-sectionsContainer{color:red!important}.CustomDatePicker.error .MuiInputBase-input,.CustomDatePicker.error .MuiPickersInputBase-input,.CustomDateTimePicker.error .MuiInputBase-input,.CustomDateTimePicker.error .MuiPickersInputBase-input{background-color:#ffdfdf!important}.CustomDatePicker.error .MuiInputAdornment-root .MuiSvgIcon-root,.CustomDateTimePicker.error .MuiInputAdornment-root .MuiSvgIcon-root{fill:red!important}.CustomDatePicker.error fieldset,.CustomDateTimePicker.error fieldset{border-color:#ff4d4f!important}body.App-Mode .CustomModal{border-radius:12px;box-shadow:0 4px 4px #00000040;max-width:400px;width:80vw}.CustomModal-Header{align-items:center;background-color:#e7e7e7;display:flex;justify-content:space-between;min-height:3rem;padding:.8125rem 1.25rem}body.App-Mode .CustomModal-Header{background-color:#fff;border-bottom:.5px solid var(--black_color_20);border-radius:12px 12px 0 0;padding:1rem 1.25rem}.CustomModal-Header .Header-Title{font-size:1rem;font-weight:500;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CustomModal-Header .Header-Close{cursor:pointer}.CustomModal-Content{overflow-y:scroll;padding:1.5rem 1.5rem 0}body.App-Mode .CustomModal-Content{padding:1rem}.CustomModal-Footer{align-items:center;display:flex;padding:1.5rem}body.App-Mode .CustomModal-Footer{border-radius:0 0 12px 12px;padding:1rem}.CustomModal-Footer .CustomModal-Btn{display:flex;gap:.5rem}body.App-Mode .CustomModal-Footer .CustomModal-Btn>button{height:2rem}.CustomStepper{margin-left:auto}body.App-Mode .CustomStepper .MuiStepper-root{justify-content:center}.CustomStepper .MuiStep-root{max-width:5rem;min-width:5rem}body.App-Mode .CustomStepper .MuiStep-root{flex:initial;-ms-flex:initial;-webkit-flex:initial;max-width:none;min-width:fit-content;width:fit-content}body.App-Mode .CustomStepper .MuiStep-root .MuiStepConnector-root{display:none}.CustomStepper .MuiStep-root .MuiStepConnector-root>span{border-top-width:.0938rem}body.App-Mode .CustomStepper .MuiStepConnector-root{max-width:.625rem}body.App-Mode .CustomStepper-StepLabel{align-items:center;display:flex;flex-direction:row}body.App-Mode .CustomStepper-StepLabel .MuiStepLabel-iconContainer{display:none}.CustomStepper-StepLabel .MuiStepLabel-labelContainer .MuiStepLabel-label{display:block;margin-top:.5rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}body.App-Mode .CustomStepper-StepLabel .MuiStepLabel-labelContainer .MuiStepLabel-label{color:#9ca3af;font-size:.75rem;line-height:1rem;margin-top:0}body.App-Mode .CustomStepper-StepLabel .MuiStepLabel-labelContainer .MuiStepLabel-label.Mui-active{color:#4b5563}body.App-Mode .CustomStepper-StepLabel .MuiStepLabel-labelContainer .MuiStepLabel-label.Mui-completed,body.App-Mode .CustomStepper-StepLabel .MuiStepLabel-labelContainer .MuiStepLabel-label.Mui-disabled{color:#9ca3af}body.App-Mode .CustomStepper-StepLabel .MuiStepLabel-labelContainer .MuiStepLabel-label.Mui-error{color:#e51c1c}body.App-Mode .CustomStepper-StepLabel-MobileDisplay .MuiStepLabel-iconContainer{display:flex}.CustomSearchBar{align-items:center;background-color:#fff;border-radius:.25rem;display:flex;gap:.5rem;padding:.375rem .5rem;width:fit-content}@media (max-width:768px){.CustomSearchBar{flex:1;flex-wrap:wrap;gap:.375rem}}body.App-Mode .CustomSearchBar{border:1px solid #e2e8f0;border-radius:.75rem;flex-wrap:nowrap;gap:.25rem;width:100%}.CustomSearchBar .search_ctn{align-items:center;display:flex;flex:1;gap:.5rem}@media (max-width:768px){.CustomSearchBar .search_ctn{flex-wrap:wrap;gap:.375rem}}body.App-Mode .CustomSearchBar .search_ctn{flex-wrap:nowrap;gap:.25rem}.CustomSearchBar .search_ctn .search_input{border:1px solid #0000;flex:1;height:1.375rem;padding:.25rem .625rem}body.App-Mode .CustomSearchBar .search_ctn .search_input{box-sizing:border-box;padding:initial;width:100%}.CustomSearchBar .search_ctn .search_input:focus,.CustomSearchBar .search_ctn .search_input:hover{border-color:var(--primary_color)}.CustomSearchBar .search_ctn .Select .MuiInputBase-root{min-height:2rem}body.App-Mode .CustomSearchBar .search_ctn .Select .MuiInputBase-root{height:1.5rem;min-height:1.5rem;min-width:4.375rem}.CustomSearchBar .search_ctn .filter_box{position:relative}.CustomSearchBar .search_ctn .filter_box .filter_box_popOverIcon{height:2rem;min-width:2.5rem;padding:initial;width:2.5rem}body.App-Mode .CustomSearchBar .search_ctn .filter_box .filter_box_popOverIcon{height:1.5rem;min-width:1.75rem;width:1.75rem}.CustomSearchBar .search_ctn .filter_box .filter_box_popOverIcon>span{margin:initial}.CustomSearchBar .search_ctn .filter_box .filtered_num{align-items:center;aspect-ratio:1/1;background-color:red;border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:500;justify-content:center;line-height:1rem;min-width:1.25rem;position:absolute;right:0;text-align:center;top:0;transform:translate(30%,-30%);width:fit-content}body.App-Mode .CustomSearchBar .search_ctn .filter_box .filtered_num{font-size:.625rem;line-height:normal;min-width:.875rem}.CustomSearchBar .CustomSearchBar_resetBtn,.CustomSearchBar .CustomSearchBar_searchBtn{max-height:2rem}body.App-Mode .CustomSearchBar .CustomSearchBar_resetBtn,body.App-Mode .CustomSearchBar .CustomSearchBar_searchBtn{max-height:1.5rem}body.App-Mode .CustomSearchBar-Popover .popover_ctn{max-height:60vh}.CustomSearchBar-Popover .popover_ctn .box_title{color:var(--text_color);margin-bottom:.25rem}.CustomSearchBar-Popover .popover_ctn .popover_box{margin-bottom:.5rem}.CustomSearchBar-Popover .popover_ctn .popover_box .MuiFormControlLabel-root{display:flex;flex-direction:row-reverse;justify-content:space-between;margin-left:0;margin-right:0}.CustomSearchBar-Popover .popover_ctn .popover_box .MuiFormControlLabel-root .MuiTypography-root{color:var(--text_color);font-size:.75rem;line-height:1.5rem}.CustomSearchSelect .MuiInputBase-root{height:42px}.CustomSearchSelect .MuiInputBase-root.Mui-disabled{background-color:#f4f7f9;border-color:var(--black_color_20)}.CustomSearchSelect .MuiInputBase-root.Mui-disabled .MuiSelect-select{-webkit-text-fill-color:var(--placeholder_color)}.CustomSearchSelect .MuiInputBase-root fieldset{border-color:var(--black_color_20);border-width:1px!important}.CustomSearchSelect .MuiInputBase-root.Mui-focused fieldset,.CustomSearchSelect .MuiInputBase-root:hover fieldset{border-color:#135f98}.MoreMenu{background:#fff;border:1px solid var(--black_color_20);border-radius:4px;min-width:140px;padding:.5rem .75rem;position:fixed;z-index:100}.MoreMenu .menu-item{color:#333;cursor:pointer;font-size:14px;line-height:1.5rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:background-color .2s ease;white-space:nowrap}.MoreMenu .menu-item:hover{color:var(--primary_color)}.MoreMenu .menu-item.redText:hover{font-weight:500}.MoreMenu .menu-item.menu-item-with-submenu{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.MoreMenu .menu-item.menu-item-with-submenu .menu-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MoreMenu .menu-item.menu-item-with-submenu .arrow-icon{flex-shrink:0;height:12px;transform:rotate(-90deg);transition:all .2s ease;width:12px}.MoreMenu .menu-item.menu-item-with-submenu .arrow-icon path{fill:#999}.MoreMenu .menu-item.menu-item-with-submenu:hover .arrow-icon path{fill:var(--primary_color)}.MoreMenu .menu-item-with-submenu-wrapper{position:relative}.MoreMenu .menu-item-with-submenu-wrapper .sub-menu{background:#fff;border:1px solid var(--black_color_20);border-radius:4px;box-shadow:0 2px 8px #00000026;left:100%;min-width:160px;padding:.5rem .75rem;position:absolute;top:0;z-index:101}.MoreMenu .menu-item-with-submenu-wrapper .sub-menu .sub-menu-item{padding:.25rem 0}.MoreMenu .menu-item-with-submenu-wrapper .sub-menu .sub-menu-item .MuiFormControlLabel-root{cursor:pointer;margin:0;width:100%}.MoreMenu .menu-item-with-submenu-wrapper .sub-menu .sub-menu-item .MuiFormControlLabel-root .MuiCheckbox-root{padding:4px}.MoreMenu .menu-item-with-submenu-wrapper .sub-menu .sub-menu-item .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#333;cursor:pointer;font-size:14px}.MoreMenu .menu-item-with-submenu-wrapper .sub-menu .sub-menu-item:hover .MuiFormControlLabel-label{color:var(--primary_color)}.MoreMenu .divider{background-color:var(--black_color_20);height:1px;margin:.5rem 0;width:100%}.DesignGrid{padding-bottom:1.5rem}.DesignGrid .DesignGrid-title{font-size:1.25rem;font-weight:500;margin-bottom:.9375rem}.DesignGrid .DesignGrid-Row-withDivider{border-bottom:1px solid var(--black_color_20)!important}.DesignGrid .DesignGrid-Row-withDivider.isDragging{border-bottom:none!important}.DesignGrid .DesignGrid-Row-GridCell{border-right:1px solid var(--black_color_20)}.DesignGrid .DesignGrid-Row-GridCell.noBorder{border-right:none}.DesignGrid .DesignGrid-Row-GridCell:first-child{border-left:1px solid var(--black_color_20)}.DesignGrid .DesignGrid-ApprovalRow-GridCell>svg{padding:0 .625rem}.DesignGrid .DesignGrid-ApprovalRow-GridCell.DndOrder{cursor:grab}.DesignGrid .DesignGrid-ApprovalRow-GridCell.DndOrder:active{cursor:grabbing}.DesignGrid .DesignGrid-ApprovalRow-GridCell.DndOrder.disabledCursor{cursor:not-allowed;opacity:.5}.DesignGrid .DesignGrid-ApprovalRow-GridCell.DndOrder>svg{transition:transform .2s ease}.DesignGrid .DesignGrid-ApprovalRow-GridCell.ConfigBtn.disabledCursor{cursor:not-allowed;opacity:.5}.DesignGrid .DesignGrid-ApprovalRow-GridCell.ConfigBtn.pointerCursor{cursor:pointer}.DesignGrid .DesignGrid-ApprovalRow-GridCell.ConfigBtn>svg{border-left:1px solid #8e8e8e33}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Title{align-items:center;display:flex;flex:1;gap:.625rem;padding:.4375rem .625rem}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Title>input{height:auto;outline:none;padding:.375rem .25rem;white-space:wrap;width:100%}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-IsNotificationStage{padding:.4375rem .625rem}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-IsNotificationStage .MuiFormControlLabel-root{margin:0}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-IsNotificationStage .MuiTypography-root{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis;white-space:normal}@media (max-width:1080px){.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-IsNotificationStage .MuiTypography-root{white-space:normal}}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Reason,.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Signature{padding:.4375rem .625rem}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Reason .MuiFormControlLabel-root,.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Signature .MuiFormControlLabel-root{margin:0}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Reason .MuiTypography-root,.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Signature .MuiTypography-root{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis;white-space:normal}@media (max-width:1080px){.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Reason .MuiTypography-root,.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Signature .MuiTypography-root{white-space:normal}}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Label{white-space:nowrap}@media (max-width:1440px){.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Label{white-space:normal}}.DesignGrid .DesignGrid-ApprovalRow-GridCell .GridCell-Label.read-only{color:var(--black_color_20)}.DesignGrid .DesignGrid-addApprovalRow-Btn{border:1px solid var(--black_color_20);box-shadow:none}.DesignGrid .DesignGrid-addApprovalRow-Btn:hover{box-shadow:none}.DesignGrid .GridCell-Approval,.DesignGrid .GridCell-NoticeSelect{width:100%}.DesignGrid .GridCell-Approval .MuiInputBase-root,.DesignGrid .GridCell-NoticeSelect .MuiInputBase-root{border:none;padding:0 0 0 .625rem;width:100%}.DesignGrid .GridCell-Approval .MuiInputBase-root.Mui-disabled,.DesignGrid .GridCell-NoticeSelect .MuiInputBase-root.Mui-disabled{background-color:initial}.DesignGrid .excluded-incident-types-banner td{padding:0}.DesignGrid .excluded-incident-types-banner .excluded-banner-content{background-color:#e7e7e7;border-bottom:1px solid var(--black_color_20);border-left:1px solid var(--black_color_20);border-right:1px solid var(--black_color_20);color:#545454;display:flex;font-size:1rem;justify-content:center;padding:10px}.FileUploadList{border-bottom:1px solid var(--border_color3);border-top:1px solid var(--border_color3);display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;padding:1.5rem 0}.FileUploadSection-List .FileUploadList{border-bottom:none;border-top:none;margin-top:0;padding:0}.FileUploadList .FileUploadList-Item{align-items:center;display:flex;gap:.5rem}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info{align-items:center;display:flex;flex:1;min-width:0}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info .fileName{margin-right:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info .fileName.loading{color:var(--black_color_20)}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info .fileName.success{color:var(--primary_color)}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info .fileSize{color:var(--text_color_60);flex-shrink:0;white-space:nowrap}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info .fileSize.loading{color:var(--black_color_20)}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info .fileSize.success{color:var(--primary_color)}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Info .error-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FileUploadList .FileUploadList-Item .FileUploadList-Item-Remove{cursor:pointer;flex-shrink:0}.FileUploadModal-ChooseBtn{align-items:center;color:var(---text_color);cursor:pointer;display:flex;font-size:1rem;gap:.5rem}.FileUploadModal-ChooseBtn.disabled{color:var(--gray_color);cursor:not-allowed}.FileUploadModal-ChooseBtn.disabled svg path{fill:var(--gray_color)}.FileUploadModal-Progress{align-items:center;display:flex;gap:.5rem;min-height:1.5rem}.FormGrid{flex:1;overflow-y:scroll;width:100%}body.App-Mode .FormGrid .nuiGrid-section-title{background-color:var(--primary_light_color);border-bottom:1px solid #e2e8f0;border-radius:.75rem .75rem 0 0;color:#111827;margin-bottom:0;margin-top:0;padding:.5rem 1rem}body.App-Mode .FormGrid .nuiGrid-section-title.dark{background-color:var(--primary_color);color:#fff}body.App-Mode .FormGrid .nuiGrid-section-title .nuiGrid-title-content{font-size:.875rem;font-weight:500}body.App-Mode .FormGrid .nuiGrid-form{background-color:#fff;border-radius:0 0 .75rem .75rem;display:grid;gap:1rem .75rem;grid-template-columns:repeat(6,1fr);margin-bottom:1rem;padding:1rem}body.App-Mode .FormGrid .nuiGrid-field{display:flex;flex-direction:column;min-width:0}body.App-Mode .FormGrid .nuiGrid-header{margin-bottom:.25rem}body.App-Mode .FormGrid .nuiGrid-header .nuiGrid-header-wrapper{align-items:center;color:#374151;display:flex;font-size:.75rem;font-weight:500}body.App-Mode .FormGrid .nuiGrid-header .nuiGrid-header-wrapper .must{color:red;font-weight:700}body.App-Mode .FormGrid .nuiGrid-header .nuiGrid-header-wrapper .must:after{content:"*"}body.App-Mode .FormGrid .nuiGrid-content{border-radius:.625rem}body.App-Mode .FormGrid .nuiGrid-content:has(.ViewText){border:1px solid var(--color-grey-91,#e2e8f0)}body.App-Mode .FormGrid .nuiGrid-content.read-only_cell:has(.ViewText){background-color:#f1f5f9cc}body.App-Mode .FormGrid .nuiGrid-content.read-only_cell .TextArea-text{background-color:#f1f5f9cc}body.App-Mode .FormGrid .nuiGrid-content .Select{width:100%}body.App-Mode .FormGrid .nuiGrid-content .Select .MuiInputBase-root{min-height:2.25rem}body.App-Mode .FormGrid .nuiGrid-content .Select .MuiInputBase-root em{font-size:.875rem;top:0}body.App-Mode .FormGrid .nuiGrid-content .Select .MuiInputBase-root .Select-Value{font-size:.875rem}body.App-Mode .FormGrid .nuiGrid-content .Input{border-color:#e2e8f0;border-radius:.625rem;box-sizing:border-box;font-size:.875rem;min-height:36px;padding:.5rem;width:100%}body.App-Mode .FormGrid .nuiGrid-content .TextArea .TextArea-text{border-color:#e2e8f0;border-radius:.625rem;font-size:.875rem;padding:.5rem;resize:none}body.App-Mode .FormGrid .nuiGrid-content .CustomDatePicker,body.App-Mode .FormGrid .nuiGrid-content .CustomDateTimePicker{box-sizing:border-box;height:2.25rem;width:100%}body.App-Mode .FormGrid .nuiGrid-content .CustomDatePicker .MuiPickersInputBase-root,body.App-Mode .FormGrid .nuiGrid-content .CustomDateTimePicker .MuiPickersInputBase-root{border-color:#e2e8f0;border-radius:.625rem;font-size:.875rem}body.App-Mode .FormGrid .nuiGrid-content .CustomDatePicker .MuiPickersInputBase-root .MuiPickersOutlinedInput-notchedOutline,body.App-Mode .FormGrid .nuiGrid-content .CustomDateTimePicker .MuiPickersInputBase-root .MuiPickersOutlinedInput-notchedOutline{border-color:#e2e8f0}body.App-Mode .FormGrid .nuiGrid-content .CustomDatePicker .MuiPickersInputBase-root .MuiInputAdornment-root .MuiSvgIcon-root,body.App-Mode .FormGrid .nuiGrid-content .CustomDateTimePicker .MuiPickersInputBase-root .MuiInputAdornment-root .MuiSvgIcon-root{height:1rem;width:1rem}body.App-Mode .FormGrid .nuiGrid-content .FileUpload-Field{border:1px solid #e2e8f0;border-radius:.625rem;font-size:.875rem;padding:.5rem}.FormGrid .nuicelltable.has-only-headers{margin-bottom:.5rem;margin-top:2rem}.FormGrid .nuicelltable:last-child{margin-bottom:0}.FormGrid .CAPAs-separator{background-color:initial;height:2rem}.FormGrid-NoData{color:var(--text_color);font-size:2rem;font-weight:700;padding:2.5rem;text-align:center}.CAPAs-actions{display:flex;gap:1.5rem;margin-top:1rem}body.App-Mode .CAPAs-actions{gap:1rem;justify-content:center;margin-bottom:1rem}body.App-Mode .CAPAs-actions .MuiButton-root{height:2.75rem;width:100%}.form-field.has-error{background-color:var(--error_color)!important}.form-field.validation-error-highlight{animation:errorPulse 1s ease-in-out 3;border-color:#ff4d4f!important;box-shadow:0 0 10px #ff4d4f80!important}@keyframes errorPulse{0%{box-shadow:0 0 5px #ff4d4f4d;transform:scale(1)}50%{box-shadow:0 0 15px #ff4d4f99;transform:scale(1.02)}to{box-shadow:0 0 5px #ff4d4f4d;transform:scale(1)}}.form-field .MuiInputBase-root.is-alert,.form-field.has-error input{background-color:var(--error_color)!important}.form-field .MuiInputBase-root.is-alert.Mui-focused,.form-field .MuiInputBase-root.is-alert:hover{border-color:#fc4f52!important}.form-field.has-error .MuiAutocomplete-inputRoot,.form-field.has-error .MuiInputBase-root:not(.is-alert),.form-field.has-error textarea{background-color:var(--error_color)!important}.form-field.has-error .MuiAutocomplete-inputRoot.Mui-focused,.form-field.has-error .MuiAutocomplete-inputRoot:hover,.form-field.has-error .MuiInputBase-root:not(.is-alert).Mui-focused,.form-field.has-error .MuiInputBase-root:not(.is-alert):hover{border-color:#ff4d4f!important}.form-field.has-error .MuiInputBase-input,.form-field.has-error.FileUpload-Field{background-color:var(--error_color)!important}.form-field.has-error.FileUpload-Field:hover{border-color:#ff4d4f!important}.Input{border:1px solid var(--black_color_20);border-radius:4px;color:#606266;font-size:100%;min-height:1.5rem;padding:8px 15px;text-align:left;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.Input:hover{border-color:var(--hover_border_color)}.Input:disabled{background-color:#f4f7f9;border-color:var(--black_color_20);color:var(--placeholder_color)}.Input::placeholder{color:var(--placeholder_color);font-weight:400}.Input.is-alert{border-color:#fc4f52;color:#fc4f52}.Input:focus{border-color:#135f98;color:#2f80ed}.Input.is-view-only{background-color:#f4f7f9;border-color:#f4f7f9;color:#29354c;pointer-events:none}.StackedBarChart-Action{display:flex;justify-content:center;padding:.5rem 1rem}.ViewYearlyData-Button{align-items:center;background:none;border:none;color:var(--primary_color);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.ViewYearlyData-Button:hover{color:var(--primary_color_70)}.ViewYearlyData-Button:active{opacity:.8}.PasswordInput-Container{display:inline-block;position:relative;width:100%}.PasswordInput-Container .PasswordInput-Input{padding-right:40px;width:-webkit-fill-available}.PasswordInput-Container .PasswordInput-Icon{cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%);fill:#c0c4cc;transition:fill .2s ease}.PasswordInput-Container .PasswordInput-Icon:hover{fill:#909399}.PasswordInput-Container .PasswordInput-Icon:active{fill:#606266}.Select .Select-Label{color:#4d5156;font-size:87.5%!important;margin-bottom:5px;min-width:70px}.Select .MuiInputBase-root{background-color:#fff;border:1px solid #cbd5e1;min-height:2.625rem;min-width:7.5rem}body.App-Mode .Select .MuiInputBase-root{border:1px solid #e2e8f0;border-radius:.625rem}.Select .MuiInputBase-root .Select-Value{overflow-x:hidden}body.App-Mode .Select .MuiInputBase-root .Select-Value{font-size:.75rem}.Select .MuiInputBase-root .MuiSelect-icon{height:24px;pointer-events:none;position:absolute;right:8px;top:auto;transition:transform .2s ease-in-out;width:24px}body.App-Mode .Select .MuiInputBase-root .MuiSelect-icon{height:15px;right:4px;width:15px}.Select .MuiInputBase-root .MuiSelect-icon.MuiSelect-iconOpen{transform:rotate(180deg)}.Select .MuiInputBase-root:hover{border-color:var(--hover_border_color)}.Select .MuiInputBase-root.Mui-disabled{background-color:#f4f7f9;border-color:var(--black_color_20)}.Select .MuiInputBase-root.Mui-disabled .MuiSelect-select{-webkit-text-fill-color:var(--placeholder_color)}.Select .MuiInputBase-root.Mui-focused{border-color:#135f98;color:var(--primary_color)}.Select .MuiInputBase-root.is-alert{border-color:#fc4f52;color:#fc4f52}.Select .MuiInputBase-root .MuiSelect-select{padding:.25rem .9375rem}body.App-Mode .Select .MuiInputBase-root .MuiSelect-select{padding-left:.5rem;padding-right:1.5rem!important}.Select .MuiInputBase-root fieldset{border:initial!important}.Select .MuiInputBase-root em{color:var(--placeholder_color);position:relative;top:2px}.MuiMenu-root .MuiList-root{max-height:25vh}body.App-Mode .MuiMenu-root .MuiMenuItem-root{min-height:2rem;padding:.5rem}body.App-Mode .MuiMenu-root .MuiMenuItem-root em{font-size:.75rem}body.App-Mode .MuiMenu-root .MuiMenu-MenuItem{display:block;font-size:.75rem;min-height:2rem;padding:.5rem;white-space:pre-wrap;width:100%}.MuiMenu-root .MuiMenu-MenuItem.Mui-selected{color:var(--primary_color)}.MuiMenu-root .MuiMenu-MenuItem.Mui-selected.isMulti{background-color:initial;color:var(--primary_color);font-weight:700}.MuiMenu-root .MuiMenu-MenuItem.Mui-selected.isMulti:after{content:"✔︎";font-family:element-icons;font-size:75%;font-weight:700;position:absolute;right:20px}.StyleMainLabel{align-items:center;display:flex;margin-bottom:.5rem}body.App-Mode .StyleMainLabel{margin-bottom:.625rem}.StyleMainLabel .StyleMainLabel-Title{color:#000;font-size:1.25rem;font-weight:500}@media (max-width:1440px){.StyleMainLabel .StyleMainLabel-Title{font-size:1rem}}body.App-Mode .StyleMainLabel .StyleMainLabel-Title{color:#0a0a0a;font-size:1rem;font-weight:500}.MonthlyTrend .MuiTableContainer-root .MuiTableRow-root .MonthlyTrend-TableCell-Header{color:#000;font-size:1rem;font-weight:500}.Tags{align-items:center;background-color:var(--primary_color);border-radius:1.25rem;display:flex;padding:.25rem .75rem;width:fit-content}body.App-Mode .Tags{border-radius:.25rem;padding:.25rem .5rem}.Tags .Tags-Item-Text{color:#fff;font-size:.75rem;font-weight:500;line-height:1rem;margin-left:"0.25rem"}body.App-Mode .Tags .Tags-Item-Text{margin-left:0}.Tags-Item-editable{background-color:#18b035}body.App-Mode .Tags-Item-editable{background-color:#dcfce7}body.App-Mode .Tags-Item-editable .Tags-Item-Text{color:#15803d}.Tags-Item-unEditable{background-color:#989898}body.App-Mode .Tags-Item-unEditable{background-color:#f1f5f9}body.App-Mode .Tags-Item-unEditable .Tags-Item-Text{color:#020817}.Tags-Item-globalRead{background-color:#22c55e}.tooltip-wrapper{display:inline-block;position:relative}.tooltip-wrapper .tooltip{background:#e1f0ff;border:2px solid var(--primary_color);border-radius:6px;bottom:100%;color:var(--primary_color);font-size:.75rem;left:50%;margin-bottom:8px;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;transform:translate(-50%);transition:opacity .2s;white-space:nowrap}.tooltip-wrapper.tooltip-orange .tooltip{background:#ffe1d5;border:2px solid var(--orange_color);color:var(--orange_color)}.tooltip-wrapper:hover .tooltip{opacity:1}.tooltip:before{border-left:7px solid #0000;border-right:7px solid #0000;border-top:7px solid var(--primary_color);bottom:-9px;content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:-1}.tooltip.tooltip-orange:before{border-top:7px solid var(--orange_color)}.tooltip:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #e1f0ff;bottom:-6px;content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.tooltip.tooltip-orange:after{border-top:8px solid #ffe1d5}.TooltipFormFab .TooltipFormFab-Button{align-items:center;border-radius:.75rem;cursor:pointer;display:flex;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));transition:all .2s ease;-webkit-user-select:none;user-select:none}.TooltipFormFab .TooltipFormFab-Button:hover{filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));transform:translateY(-2px)}.TooltipFormFab .TooltipFormFab-Button:active{filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));transform:translateY(0)}.TableDataGridPagination{align-items:center;display:flex;justify-content:center;margin:24px auto;padding:0 24px;position:relative}.TableDataGridPagination .TableDataGridPagination-TotalLabel{color:#000;font-size:1rem}.TableDataGridPagination .TableDataGridPagination-Select{margin:0 16px}.TableDataGridPagination .TableDataGridPagination-Select .MuiInputBase-root{min-width:100px}.TableDataGridPagination .TableDataGridPagination-GoTo{align-items:center;display:flex;margin-left:16px}.TableDataGridPagination .TableDataGridPagination-GoTo>input{height:14px;margin:0 10px;padding:8px 5px;width:30px}.TableDataGridPagination li .MuiPaginationItem-root.MuiPaginationItem-ellipsis{display:none}.TableDataGridPagination .MuiPaginationItem-root:not(.MuiPaginationItem-ellipsis,.MuiPaginationItem-previousNext,.MuiPaginationItem-firstLast){background-color:#fff;border:1px solid var(--black_color_20)}.TableDataGridPagination .MuiPaginationItem-root.Mui-selected{border-color:var(--primary_color);color:var(--primary_color)}.TableDataGrid{background-color:#fff;display:flex;flex:1;overflow-x:hidden}.TableDataGrid .MuiDataGrid-main .MuiDataGrid-virtualScrollerContent{flex-basis:auto!important;flex-shrink:1!important}.TableDataGrid .TableDataGrid-moreActions{align-items:center;display:flex;gap:8px;justify-content:center;padding:4px}.TableDataGrid .TableDataGrid-moreActions .MuiButton-root{height:2rem;width:100%}.TableDataGrid--mobile{display:flex;flex-direction:column;min-height:0}.TableDataGrid--mobile .TableDataGrid-mobile-container{display:flex;flex-direction:column;gap:.75rem;max-height:100vh;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.TableDataGrid--mobile .TableDataGrid-row{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:.625rem;padding:1.0625rem;position:relative}.TableDataGrid--mobile .TableDataGrid-row:last-child{margin-bottom:1rem}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-title{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;color:#0f172a;font-size:.875rem;font-weight:500;overflow:hidden;padding-right:2rem;text-overflow:ellipsis;white-space:normal}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-tags{align-items:center;display:flex;gap:.625rem}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-tags .TableDataGrid-row-tag{border:1px solid #e2e8f0;border-radius:624.9375rem;color:#020817;font-size:.75rem;font-weight:700;padding:.1875rem .6875rem}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-content{display:flex;flex-direction:column;gap:.25rem}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-content .TableDataGrid-row-content-info{align-items:center;color:#475569;display:flex;font-size:.75rem;gap:.25rem;line-height:1rem}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-content .TableDataGrid-row-content-info.content{align-items:flex-start;flex-direction:column;white-space:pre-wrap}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-content .TableDataGrid-row-content-info .TableDataGrid-row-content-icon{align-items:center;display:flex;height:.75rem;justify-content:center}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-arrowIcon{cursor:pointer;display:flex;position:absolute;right:1rem;top:1rem;transform:rotate(-90deg)}.TableDataGrid--mobile .TableDataGrid-row .TableDataGrid-row-arrowIcon>svg{height:1.25rem;width:1.25rem}.TableDataGrid--mobile .TableDataGrid-loading-more{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1rem}.TableDataGrid--mobile .TableDataGrid-loading-more .TableDataGrid-loading-spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:1.5rem;width:1.5rem}.TableDataGrid--mobile .TableDataGrid-loading-more span{color:#64748b;font-size:.875rem}.TableDataGrid--mobile .TableDataGrid-no-more-data{align-items:center;color:#64748b;display:flex;font-size:.875rem;justify-content:center;padding:1rem;text-align:center}.TableDataGrid--mobile .TableDataGrid-mobile-load-more{align-items:center;display:flex;justify-content:center;min-height:3rem;padding:1rem}.TableDataGrid--mobile .TableDataGrid-mobile-load-more .TableDataGrid-mobile-loading{color:#64748b;font-size:.875rem}.TableDataGrid--mobile .TableDataGrid-mobile-end-message{align-items:center;color:#64748b;display:flex;font-size:.875rem;justify-content:center;padding:1rem;text-align:center}.TableDataGrid--mobile .TableDataGrid-pull-refresh-indicator{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;overflow:visible}.TableDataGrid--mobile .TableDataGrid-pull-refresh-indicator .TableDataGrid-pull-refresh-content{align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:center;padding:.5rem 0;will-change:opacity,transform}.TableDataGrid--mobile .TableDataGrid-pull-refresh-indicator .TableDataGrid-pull-refresh-content.refreshing .TableDataGrid-pull-refresh-spinner{animation:spin .8s linear infinite}.TableDataGrid--mobile .TableDataGrid-pull-refresh-indicator .TableDataGrid-pull-refresh-content .TableDataGrid-pull-refresh-spinner{align-items:center;color:var(--primary_color);display:flex;justify-content:center}.TableDataGrid--mobile .TableDataGrid-pull-refresh-indicator .TableDataGrid-pull-refresh-content .TableDataGrid-pull-refresh-spinner svg{height:100%;width:100%}.TableDataGrid--mobile .TableDataGrid-pull-refresh-indicator .TableDataGrid-pull-refresh-content .TableDataGrid-pull-refresh-text{color:#64748b;font-size:.75rem;font-weight:500;white-space:nowrap}.TableDataGrid--mobile .TableDataGrid-back-to-top{align-items:center;animation:fadeInRight .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffffe6;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#64748b;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0;padding:0;position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:999}.TableDataGrid--mobile .TableDataGrid-back-to-top svg{height:20px;width:20px}.TableDataGrid--mobile .TableDataGrid-back-to-top:active{background-color:#f1f5f9;box-shadow:0 1px 4px #00000026;transform:translateY(-50%) scale(.95)}@media (hover:none){.TableDataGrid--mobile .TableDataGrid-back-to-top:active{background-color:#f1f5f9;color:#475569}}@media (hover:hover){.TableDataGrid--mobile .TableDataGrid-back-to-top:hover{background-color:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px #0000001f;color:#475569;transform:translateY(-50%) translate(-2px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateY(-50%) translate(20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.TextArea ::-webkit-scrollbar{-webkit-appearance:auto;width:8px}.TextArea .TextArea-text{border:1px solid var(--border_color);border-radius:4px;box-sizing:border-box;color:#000;font-size:1rem;max-height:11.25rem;min-height:3.375rem;padding:8px 15px;resize:vertical;width:100%}.TextArea .TextArea-text:hover{border-color:var(--hover_border_color)}.TextArea .TextArea-text:disabled{background-color:#f4f7f9;border-color:var(--black_color_20);color:var(--placeholder_color)}.TextArea .TextArea-text::placeholder{color:var(--placeholder_color);font-weight:400}.TextArea .TextArea-text.is-alert{border-color:#fc4f52;color:#fc4f52}.TextArea .TextArea-text:focus{border-color:#135f98;color:#2f80ed}.TextArea .TextArea-text.is-view-only{background-color:#f4f7f9;border-color:#f4f7f9;color:#29354c;pointer-events:none}.TextArea .text_length{color:#bfbfbf;font-size:1rem;text-align:end}body.App-Mode .TextArea .text_length{font-size:12px}.ViewText{box-sizing:border-box;color:#000;display:-webkit-box!important;font-size:1rem;line-height:1.25rem;margin:.625rem;max-width:calc(100% - 1.25rem);padding:0;width:calc(100% - 1.25rem);-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:2!important;white-space:normal!important;word-break:break-word;word-wrap:break-word;flex-shrink:1;min-width:0}body.App-Mode .ViewText{font-size:.875rem;margin:.5rem .75rem}.ViewText.empty{color:var(--black_color_20)}.ViewText.disabled{color:#000}.ViewText.file-links{display:block!important;-webkit-box-orient:initial!important;-webkit-line-clamp:initial!important;white-space:break-spaces!important;word-break:normal!important;word-wrap:normal!important;text-overflow:clip!important}.ViewText.file-links .file-link{transition:color .2s ease}.ViewText.file-links .file-link:hover{color:#1565c0!important}.HeaderActionMenu{background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:4px 4px 4px #00000040;min-width:120px;padding:8px 0;position:fixed;right:var(--menu-right,0);top:var(--menu-top,0);z-index:1000}.HeaderActionMenu .menu-item{box-sizing:border-box;color:#333;cursor:pointer;display:block;display:-webkit-box;font-size:14px;max-width:15rem;padding:8px 16px;transition:background-color .2s ease;-webkit-user-select:none;user-select:none;width:100%;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:normal}.HeaderActionMenu .menu-item.active{color:var(--primary_color)}.HeaderActionMenu .menu-item:hover{background-color:#f5f5f5}.HeaderActionMenu .menu-item.version{border-top:1px solid var(--black_color_20);color:var(--black_color_20)}.HeaderActionMenu .menu-item-container{align-items:center;cursor:pointer;display:flex;padding:9px 12.5px}.HeaderActionMenu .menu-item-container:hover{background-color:#f5f5f5}.HeaderActionMenu .menu-item-container>svg{flex-shrink:0;margin:0 8.5px}.HeaderActionMenu .menu-item-container .menu-item{padding:initial}.HeaderActionMenu-ReadableList{background-color:#fff;max-width:34.375rem;padding:1.25rem 1.6875rem;width:34.375rem}.HeaderActionMenu-ReadableList .ReadableList-container{display:flex;flex-direction:column;max-height:21.25rem;overflow-y:scroll}.HeaderActionMenu-ReadableList--mobile{display:flex;flex:1;flex-direction:column;max-width:100vw;min-height:0;padding:1rem;width:100vw}.HeaderActionMenu-ReadableList--mobile .ReadableList-Header--mobile{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.HeaderActionMenu-ReadableList--mobile .ReadableList-Header--mobile .Breadcrumb{margin:initial}.HeaderActionMenu-ReadableList--mobile .ReadableList-Header--mobile .Breadcrumb .Breadcrumb-Link{line-height:1.75rem}.HeaderActionMenu-ReadableList--mobile .ReadableList-container--mobile{display:flex;flex:1;flex-direction:column;gap:1rem;overflow-y:scroll}.HeaderActionMenu-ReadableList-Loading{align-items:center;display:flex;height:1.5rem;justify-content:center;margin:0 auto;width:1.5rem}body.App-Mode .HeaderActionMenu-ReadableList-Loading{flex:1;height:30vw;width:30vw}.ReadableList-item{cursor:pointer;display:flex;flex-direction:column;padding:.75rem}body.App-Mode .ReadableList-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:row;gap:.75rem;padding:1rem}.ReadableList-item:hover{background-color:#f5f5f5}.ReadableList-item .ReadableList-item-title{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;color:#000;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ReadableList-item .ReadableList-item-title.unRead:before{background-color:var(--primary_color);border-radius:50%;content:"";display:inline-block;height:.5rem;margin-right:.5rem;width:.5rem}body.App-Mode .ReadableList-item .ReadableList-item-title.unRead:before{margin-right:0}.ReadableList-item .ReadableList-item-date{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;color:var(--text_color);font-size:.75rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:normal}body.App-Mode .ReadableList-item .ReadableList-item-date{color:#475569;line-height:1rem;margin-top:.5rem}body.App-Mode .ReadableList-item .ReadableList-item-arrowIcon{display:flex;height:max-content;margin-left:auto;transform:rotate(-90deg)}body.App-Mode .ReadableList-item .ReadableList-item-arrowIcon>svg{height:1rem;width:1rem}.signOff .ReadableList-item-title.unRead:before{background-color:red;border-radius:50%;content:"";display:inline-block;height:.5rem;margin-right:.5rem;width:.5rem}body.App-Mode .signOff .ReadableList-item-title.unRead:before{margin-right:0}.ReadableList-item-unReadIcon.unRead:before{background-color:var(--primary_color);border-radius:50%;content:"";display:inline-block;height:.5rem;margin-right:.5rem;width:.5rem}body.App-Mode .ReadableList-item-unReadIcon.unRead:before{margin-right:0}.ReadableList-item-unReadIcon.unRead.signOff:before{background-color:red;border-radius:50%;content:"";display:inline-block;height:.5rem;margin-right:.5rem;width:.5rem}body.App-Mode .ReadableList-item-unReadIcon.unRead.signOff:before{margin-right:0}.ReadableList-item-divider{background-color:var(--black_color_20);height:1px;margin:.75rem 0;width:100%}.ReadableList-Button{width:100%}.ReadableList-Button.MuiButton-root{margin:.75rem 0}body.App-Mode .ReadableList-Button{height:1.75rem!important;margin:initial;width:auto}.HeaderActionMenu--mobile{background-color:#f8fafc;border:0;border-radius:0;bottom:0;box-shadow:none;display:flex;flex-direction:column;height:calc(100vh - 60px);left:0;opacity:0;position:fixed;right:0;top:60px;transform:translateY(-30px);width:100vw}.HeaderActionMenu--mobile.open{animation:slideInDown .8s ease forwards}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.FrameHeader{background-color:var(--background_color);border-bottom:1px solid #000;box-shadow:0 2px 4px #0000001a;height:85px;justify-content:space-between;padding:24px}.FrameHeader,.FrameHeaderLeft{align-items:center;display:flex}.FrameHeaderLeft .Select .MuiInputBase-root{min-height:2.25rem}.FrameHeaderRight{align-items:center;display:flex;gap:16px;position:relative}.FrameHeaderRight .FrameHeader-UserInfo{align-items:center;cursor:pointer;display:flex;gap:12px}.FrameHeaderRight .FrameHeader-UserInfo .UserInfo-UserName{color:#333;font-size:14px;font-weight:500}.FrameHeaderRight .FrameHeader-UserInfo.active>svg>path,.FrameHeaderRight .FrameHeader-UserInfo:hover>svg>path{fill:var(--primary_color);stroke:initial}.FrameHeaderRight .FrameHeader-UserInfo.active .UserInfo-UserName,.FrameHeaderRight .FrameHeader-UserInfo:hover .UserInfo-UserName{color:var(--primary_color)}.FrameHeaderActions{align-items:center;display:flex;gap:12px}.FrameHeaderActions .FrameHeader-Icon{cursor:pointer}.FrameHeaderActions .FrameHeader-Icon.active path,.FrameHeaderActions .FrameHeader-Icon:hover path{fill:var(--primary_color);stroke:initial}.FrameHeaderMobile{align-items:center;background-color:#fff;border-bottom:1px solid var(--color-grey-91,#e2e8f0);box-shadow:0 2px 4px #0000001a;display:flex;height:60px;justify-content:space-between;padding:.75rem 1rem}.FrameHeaderMobile .FrameHeaderMobile-Left{align-items:center;display:flex;gap:.5rem}.FrameHeaderMobile .FrameHeaderMobile-Left .FrameHeaderMobile-CollapseIcon{align-items:center;cursor:pointer;display:flex;padding:0}.FrameHeaderMobile .FrameHeaderMobile-Left .FrameHeaderMobile-CollapseIcon>svg{height:20px;width:20px}.FrameHeaderMobile .FrameHeaderMobile-Left .FrameHeaderMobile-CollapseIcon:hover{opacity:.7}.FrameHeaderMobile .FrameHeaderMobile-Left .FrameHeaderMobile-Logo{cursor:pointer;width:2rem}.FrameHeaderMobile .FrameHeaderMobile-Left .FrameHeaderMobile-Title{color:var(--primary_color);font-size:.875rem;font-weight:700;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FrameHeaderMobile .FrameHeaderMobile-Right{align-items:center;display:flex;gap:.75rem;position:relative}.FrameHeaderMobile .FrameHeaderMobile-Right .FrameHeaderMobile-Icon{cursor:pointer;height:24px;width:24px}.FrameHeaderMobile .FrameHeaderMobile-Right .FrameHeaderMobile-Icon.active path,.FrameHeaderMobile .FrameHeaderMobile-Right .FrameHeaderMobile-Icon:hover path{fill:var(--primary_color);stroke:initial}.FrameHeaderMobile .FrameHeaderMobile-Right .FrameHeaderMobile-Select .MuiInputBase-root{font-size:.75rem;max-width:6.625rem;min-height:2rem;min-width:6.625rem}.FrameHeaderMobile .FrameHeaderMobile-Right .FrameHeaderMobile-Select .MuiInputBase-root .MuiSelect-select{padding:.25rem 1.5rem .25rem .5rem}.FrameHeaderMobile .FrameHeaderMobile-Right .FrameHeaderMobile-Select .MuiInputBase-root>svg{height:12px;width:12px}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root{border-radius:8px;margin:0;padding:.25rem 0;transition:background-color .2s}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root:hover{background-color:#f5f5f5}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root .MuiTypography-root{font-size:.75rem}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root:has(.MuiRadio-root.Mui-checked) .MuiTypography-root{color:#0172e5}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root .MuiRadio-root{margin-right:.625rem;padding:6px}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root .MuiRadio-root .MuiCheckbox-root{padding:0}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root .MuiRadio-root .MuiCheckbox-root.Mui-checked{color:var(--primary_color)}.LanguageSwitchModal .LanguageSwitchModal-Content .MuiFormControlLabel-root .MuiRadio-root .checkbox-icon{font-size:1.25rem}.FrameSidebarFooter{background-color:#f2f8fe;border-top:1px solid #e7e7e7;display:flex;flex-direction:column;padding:.75rem 0}.FrameSidebar .FrameSidebar-Header{padding:16px 24px 16px 32px}.FrameSidebar .FrameSidebar-Header.isCollapse{padding:16px 22px}body.App-Mode .FrameSidebar .FrameSidebar-Header{gap:1rem;justify-content:flex-start;padding:1rem 1.5rem}.FrameSidebar .FrameSidebar-Header .FrameSidebar-CollapsIcon{cursor:pointer;display:flex}.FrameSidebar .FrameSidebar-Header .FrameSidebar-Logo{cursor:pointer;max-width:4rem}body.App-Mode .FrameSidebar .FrameSidebar-Header .FrameSidebar-Logo{max-width:3.5rem}.FrameSidebar .FrameSidebar-Header .FrameSidebar-Header-Title{color:var(--primary_color);font-size:1rem;font-weight:700;max-width:7.5rem;white-space:pre-wrap}body.App-Mode .FrameSidebar .FrameSidebar-Header .FrameSidebar-Header-Title{max-width:none;white-space:nowrap}.FrameSidebar .FrameSidebar-ENV{align-items:center;background:#0000;color:#f70;display:flex;font-size:1.2rem;font-weight:700;justify-content:center;letter-spacing:2px;margin:16px auto;min-height:50px;min-width:140px;padding:12px 16px;position:relative;width:fit-content}.FrameSidebar .FrameSidebar-ENV:before{animation:neonRotate 1s linear infinite;background:repeating-linear-gradient(45deg,#f70,#f70 10px,#000 0,#000 20px);background-size:28.28px 28.28px;clip-path:inset(0 round 0);content:"";top:-4px;right:-4px;bottom:-4px;left:-4px;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;padding:4px;position:absolute;z-index:-1}.FrameSidebar .FrameSidebar-ENV .title{background:linear-gradient(90deg,#f70,#f70,#f70,#f70);-webkit-background-clip:text;background-size:300% 100%;position:relative;z-index:1;-webkit-text-fill-color:#0000;animation:spotlight 2s ease-in-out infinite,textGlow 1.5s ease-in-out infinite alternate;background-clip:text;text-shadow:0 0 10px #f70}.FrameSidebar .FrameSidebar-ENV.shorten{min-width:auto}.FrameSidebar .FrameSidebar-language{align-items:center;color:var(--text_color);display:flex;margin:16px 20px;min-height:24px;padding:0 18px}.FrameSidebar .FrameSidebar-language span:not(.splash){cursor:pointer}.FrameSidebar .FrameSidebar-language span.isActive{color:initial;font-weight:800}.FrameSidebar .FrameSidebar-language span+span{margin-left:8px}.FrameSidebar .FrameSidebar-Content{display:flex;flex:1;flex-direction:column;overflow:hidden}body.App-Mode .FrameSidebar .FrameSidebar-Content{height:100%}.FrameSidebar .FrameSidebar-DrawerLists{color:var(--text_color);display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}body.App-Mode .FrameSidebar .FrameSidebar-DrawerLists{padding:.5rem 0}body.App-Mode .FrameSidebar .MuiDrawer-paper{display:flex;flex-direction:column;height:100vh;max-width:80vw;width:280px}.triangle_hover{position:absolute;right:0}@keyframes neonRotate{0%{background-position:0 28.28px}to{background-position:28.28px 28.28px}}@keyframes spotlight{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes textGlow{0%{text-shadow:0 0 10px #f70}to{text-shadow:0 0 20px #f70,0 0 30px #f70}}.Frame{display:flex;height:100vh;overflow:hidden}@media (min-width:3839px){.Frame.originResize{height:1080px;transform:scale(var(--scale-factor));transform-origin:top left;width:1920px}}.Frame .FrameMain{display:flex;flex:1;flex-direction:column;overflow:hidden}.Frame .FrameContainer{background-color:var(--background_color);flex:1;overflow:auto}.Frame .FrameContainer>*{height:100%}:root{--primary_color:#0172e5;--primary_color_70:#0172e5b3;--primary_light_color:#bae2ff;--sub_color:#e81f76;--sub_color_70:#e81f76b3;--gray_color:#a5bbcb;--gray_color2:#00000040;--light_gray_color:#979797;--light_black_color:#22242d;--red_color:#e51c1c;--error_color:#ffdfdf;--orange_color:#f97316;--orange_light_color:#ffeed8;--placeholder_color:#b8c3d9;--hover_border_color:#c0c4cc;--black_color_20:#0003;--btn_primary_color:#1366d9;--btn_primary_color_70:#1365d8b3;--text_color:#545454;--background_color:#f0f2f5;--border_color:#d9d9d9;--border_color2:#e9eaeb;--border_color3:#e7e7e7;--chartColor1:#1890ff;--chartColor2:#5cdbd3;--chartColor3:#ff85c0;--chartColor4:var(--primary_light_color);--chartColor5:#62b2fd;--chartColor6:#9bdfc4;--chartColor7:#f99bab;--chartColor8:#aed9c7;--chartColor9:#ffc069;--pieChartColor1:#537ff1;--pieChartColor2:#0172e5cc;--pieChartColor3:#0172e599;--pieChartColor4:#0172e566;--pieChartColor5:#0172e533;--pieChartColor_app_1:#0172e5;--pieChartColor_app_2:#07cb55;--pieChartColor_app_3:#f97316;--pieChartColor_app_4:#f0b100;--pieChartColor_app_5:#b710dc}.TablePage{display:flex;flex:1}.nuicelltable{border-collapse:collapse;border-spacing:0;table-layout:auto;width:100%}.nuicelltable tbody tr td{padding:0;position:relative;word-wrap:break-word;overflow-wrap:break-word}.nuicelltable tbody tr td.nuiCell.nuiHeader{background-color:var(--primary_light_color);color:#000;font-size:1rem;font-weight:700;padding:8px 12px}.nuicelltable tbody tr td.nuiCell.nuiHeader:first-child{border-top-left-radius:4px}.nuicelltable tbody tr td.nuiCell.nuiHeader:last-child{border-top-right-radius:4px}.nuicelltable tbody tr td.nuiCell.nuiHeader:not(:first-child):not(:last-child){border-left:1px solid #fff;border-right:1px solid #fff}.nuicelltable tbody tr td.nuiCell.nuiHeader.dark{background-color:var(--primary_color);color:#fff}.nuicelltable tbody tr td.nuiCell.nuiHeader .nuiHeaderWrapper{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.nuicelltable tbody tr td.nuiCell.nuiHeader .nuiHeaderWrapper.justifyContentCenter{display:flex;justify-content:center}.nuicelltable tbody tr td.nuiCell.nuiHeader .nuiHeaderWrapper .must{color:red;font-weight:700}.nuicelltable tbody tr td.nuiCell.nuiHeader .nuiHeaderWrapper .must:after{content:"*"}.nuicelltable tbody tr td.nuiField{background-color:#fff;border:1px solid var(--black_color_20)}.nuicelltable tbody tr td.nuiField .Input{border:none;line-height:1.6rem}.nuicelltable tbody tr td.nuiField .Select .MuiInputBase-root{border:none;max-height:2.625rem;min-height:2.625rem;min-width:unset!important}.nuicelltable tbody tr td.nuiField .TextArea{display:flex}.nuicelltable tbody tr td.nuiField .TextArea textarea{border:none;min-height:2.65rem;padding:.625rem}.nuicelltable tbody tr td.nuiField .AutoComplete .MuiInputBase-root{max-height:2.625rem;min-height:2.625rem;overflow-y:scroll}.nuicelltable tbody tr td.nuiField .AutoComplete .MuiInputBase-root>input{max-height:.5rem;min-height:1.5rem;padding:0}.nuicelltable tbody tr td.nuiField .AutoComplete .MuiInputBase-root .MuiOutlinedInput-notchedOutline,.nuicelltable tbody tr td.nuiField .CustomSearchSelect .MuiInputBase-root fieldset{border:none}.nuicelltable tbody tr td.nuiField .MuiFormControlLabel-root{margin:.625rem;max-width:calc(100% - 1.25rem);width:calc(100% - 1.25rem)}.nuicelltable tbody tr td.nuiField .MuiFormControlLabel-root .MuiTypography-root{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;margin-left:1rem;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:calc(100% - 2rem)}.nuicelltable tbody tr td.nuiField .CustomDatePicker,.nuicelltable tbody tr td.nuiField .CustomDateTimePicker{max-width:none;width:100%}.nuicelltable tbody tr td.nuiField .CustomDatePicker .MuiPickersInputBase-root fieldset,.nuicelltable tbody tr td.nuiField .CustomDateTimePicker .MuiPickersInputBase-root fieldset{border:none}.nuicelltable tbody tr td.nuiField .CustomDateRangePicker .MuiPickersInputBase-root{font-size:.75rem}.nuicelltable tbody tr td.nuiField .CustomDateRangePicker .MuiPickersSectionList-root{max-width:165px}.nuicelltable tbody tr td.nuiField .FileUpload-Field{cursor:pointer;display:flex;gap:.5rem;line-height:1.5rem;padding:.625rem}.nuicelltable tbody tr td.nuiField .FileUpload-Field .FileUpload-Field-Name{color:#000}.nuicelltable tbody tr td.nuiField .FileUpload-Field .FileUpload-Field-Name.placeholder{color:var(--placeholder_color)}.nuicelltable tbody tr td.nuiField .MuiInputBase-input::placeholder{color:var(--placeholder_color)!important;opacity:1!important}.nuicelltable tbody tr td.nuiField .MuiInputBase-input::-webkit-input-placeholder{color:var(--placeholder_color)!important;opacity:1!important}.nuicelltable tbody tr td.nuiField .MuiInputBase-input::-moz-placeholder{color:var(--placeholder_color)!important;opacity:1!important}.nuicelltable tbody tr td.nuiCell.read-only_cell{background-color:#e7e7e7}.nuicelltable tbody tr td.nuiCell.read-only_cell .TextArea-text{background-color:#e7e7e7;cursor:default}.nuicelltable tbody tr td.nuiCell .form-field{font-size:1rem;width:-webkit-fill-available}.nuicelltable tbody tr td.noWrap{white-space:nowrap}.nuicelltable tbody tr td[colspan]{word-break:break-word}.nuicelltable tbody tr td.hidden-cell{display:none}.nuicelltable tbody tr td:has(.has-error){background-color:var(--error_color)!important}.nuicelltable.has-only-headers{border-top:1px solid var(--black_color_20)}.nuicelltable.has-only-headers tbody tr td.nuiCell{background-color:initial}.nuicelltable.has-only-headers tbody tr td.nuiCell.nuiHeader{background-color:initial;color:inherit;font-size:1.25rem;font-weight:500;padding:2rem 0 0}.col-1{width:8.333333%}.col-2{width:16.666667%}.col-3{width:25%}.col-4{width:33.333333%}.col-5{width:41.666667%}.col-6{width:50%}.col-7{width:58.333333%}.col-8{width:66.666667%}.col-9{width:75%}.col-10{width:83.333333%}.col-11{width:91.666667%}.col-12{width:100%}.mgt24{margin-top:1.5rem}.mgb24{margin-bottom:1.5rem}.mgb40{margin-bottom:2.5rem}.redText{color:var(--red_color)!important}.OverviewPage-Block{background-color:#fff;border:1px solid var(--border_color);border-radius:8px;flex:1;overflow-x:auto;padding:1.25rem 2.5rem}@media (max-width:1440px){.OverviewPage-Block{padding:1rem}}.TrendChart-Blocks{display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}.TrendChart-Blocks .TrendChart-Block{align-items:center;background-color:#f3f4f6;border:1px solid var(--black_color_20);border-radius:10px;display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.TrendChart-Blocks .TrendChart-Block .TrendChart-Block-Title{color:#4a5565;font-size:.75rem}.TrendChart-Blocks .TrendChart-Block .TrendChart-Block-Value{align-items:flex-end;color:var(--text_color);display:flex;font-size:1rem;font-weight:500}.TrendChart-Blocks .TrendChart-Block .TrendChart-Block-Value span{color:var(--black_color_20);font-size:.75rem;font-weight:500}.CustomButton.noLabel .MuiButton-startIcon{margin-left:0;margin-right:0}body{font-family:Noto Sans TC,微軟正黑體,Microsoft JhengHei,Helvetica,Arial,sans-serif;height:100vh;margin:0;width:100vw;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body div{box-sizing:border-box}body ::-webkit-scrollbar{-webkit-appearance:none;height:10px;width:10px}body ::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:4px;box-shadow:0 0 1px #ffffff80}body.App-Mode ::-webkit-scrollbar,body.App-Mode ::-webkit-scrollbar-thumb{display:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.row-header{font-weight:700}
