:root{--effective-width:1440px;--effective-content-width:1440px;--scroll-bar-width:6px;--status-header-height:36px;--app-header-height:80px;--content-header-height:48px;--stable-header-height:calc(var(--status-header-height) + var(--app-header-height));--total-header-height:calc(var(--status-header-height) + var(--app-header-height) + var(--content-header-height));--header-z-index:100;--header-overlay-z-index:110;--bottom-bar-z-index:60;--font-weight-light:300;--font-weight-medium:500;--font-weight-semiBold:600;scrollbar-color:#c1c1c1 #eee;scrollbar-width:thin;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;font-family:-apple-system,BlinkMacSystemFont,Georgia,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;text-rendering:optimizeLegibility}::-webkit-scrollbar{background:#eee;height:var(--scroll-bar-width);width:var(--scroll-bar-width)}::-webkit-scrollbar-thumb{background-color:#c1c1c1}::-webkit-scrollbar-thumb :hover{background-color:#a8a8a8}::-webkit-scrollbar-thumb :active{background-color:#787878}@supports(font:-apple-system-body) and (-webkit-appearance:none){img[loading=lazy]{clip-path:inset(.6px)}}tr{background:transparent!important}.rc-image{display:inline-flex;position:relative}.rc-image-img{height:auto;width:100%}.rc-image-img-placeholder{background-color:#f5f5f5;background-position:50%;background-repeat:no-repeat}.rc-image-mask,.rc-image-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.rc-image-mask{align-items:center;background:rgba(0,0,0,.3);color:#fff;display:flex;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.rc-image:hover .rc-image-mask{opacity:1}.rc-image-preview{height:100%;pointer-events:none;text-align:center}.rc-image-preview-body{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.rc-image-preview.zoom-appear,.rc-image-preview.zoom-enter{animation-duration:.3s;opacity:0;transform:none}.rc-image-preview-mask{background-color:rgba(0,0,0,.45);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:1000}.rc-image-preview-mask-hidden{display:none}.rc-image-preview-img{cursor:grab;max-height:70%;max-width:100%;transform:scaleX(1);transition:transform .3s cubic-bezier(0,0,.25,1) 0s;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.rc-image-preview-img-wrapper{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.rc-image-preview-img-wrapper>*{pointer-events:auto}.rc-image-preview-moving .rc-image-preview-img{cursor:grabbing}.rc-image-preview-moving .rc-image-preview-img-wrapper{transition-duration:0s}.rc-image-preview-wrap{bottom:0;left:0;outline:0;overflow:auto;position:fixed;right:0;top:0;z-index:1000;-webkit-overflow-scrolling:touch}.rc-image-preview-close{background-color:rgba(0,0,0,.5);border:0;border-radius:50%;color:#fff;cursor:pointer;display:flex;outline:0;padding:15px;position:fixed;right:32px;top:32px}.rc-image-preview-close:hover{opacity:.3}.rc-image-preview-footer,.rc-image-preview-operations-wrapper{position:fixed;z-index:1001}.rc-image-preview-footer{align-items:center;bottom:32px;display:flex;flex-direction:column;left:0;width:100%}.rc-image-preview-progress{margin-bottom:20px}.rc-image-preview-operations{background:rgba(0,0,0,.45);border-radius:100px;color:#bbb;display:flex;padding:0 20px}.rc-image-preview-operations-operation{cursor:pointer;font-size:14px;margin-left:10px;padding:10px}.rc-image-preview-operations-operation-disabled{color:#6f6f6f;pointer-events:none}.rc-image-preview-operations-operation:first-of-type{margin-left:0}.rc-image-preview-switch-left{align-items:center;background:hsla(0,0%,73%,.45);border-radius:50%;color:#bbb;cursor:pointer;display:flex;height:44px;justify-content:center;left:10px;margin-top:-22px;position:fixed;top:50%;width:44px;z-index:1001}.rc-image-preview-switch-left-disabled{background:hsla(0,0%,73%,.3);color:#6f6f6f;cursor:not-allowed}.rc-image-preview-switch-left-disabled>.anticon{cursor:not-allowed}.rc-image-preview-switch-left>.anticon{font-size:20px}.rc-image-preview-switch-right{align-items:center;background:hsla(0,0%,73%,.45);border-radius:50%;color:#bbb;cursor:pointer;display:flex;height:44px;justify-content:center;margin-top:-22px;position:fixed;right:10px;top:50%;width:44px;z-index:1001}.rc-image-preview-switch-right-disabled{background:hsla(0,0%,73%,.2);color:#6f6f6f;cursor:not-allowed}.rc-image-preview-switch-right-disabled>.anticon{cursor:not-allowed}.rc-image-preview-switch-right>.anticon{font-size:20px}.fade-appear,.fade-enter,.fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.fade-appear.fade-appear-active,.fade-enter.fade-enter-active{animation-name:rcImageFadeIn;animation-play-state:running}.fade-leave.fade-leave-active{animation-name:rcImageFadeOut;animation-play-state:running;pointer-events:none}.fade-appear,.fade-enter{opacity:0}.fade-appear,.fade-enter,.fade-leave{animation-timing-function:linear}@keyframes rcImageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes rcImageFadeOut{0%{opacity:1}to{opacity:0}}.zoom-appear,.zoom-enter,.zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.zoom-appear.zoom-appear-active,.zoom-enter.zoom-enter-active{animation-name:rcImageZoomIn;animation-play-state:running}.zoom-leave.zoom-leave-active{animation-name:rcImageZoomOut;animation-play-state:running;pointer-events:none}.zoom-appear,.zoom-enter{animation-timing-function:cubic-bezier(.08,.82,.17,1);opacity:0;transform:scale(0)}.zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes rcImageZoomIn{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes rcImageZoomOut{0%{transform:scale(1)}to{opacity:0;transform:scale(.2)}}