@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sheet{margin:0;overflow:hidden;position:relative;box-sizing:border-box;page-break-before:always;width:210mm;height:296mm}.health-album-report-page,.health-album-report-page *,.health-album-report-page *:before,.health-album-report-page *:after{box-sizing:border-box}@page{size:A4;margin:0}body.A3 .sheet{width:297mm;height:419mm}body.A3.landscape .sheet{width:420mm;height:296mm}body.A4 .sheet{width:210mm;height:297mm}body.A4.landscape .sheet{width:297mm;height:209mm}body.A5 .sheet{width:148mm;height:209mm}body.A5.landscape .sheet{width:210mm;height:147mm}body.letter .sheet{width:216mm;height:279mm}body.letter.landscape .sheet{width:280mm;height:215mm}body.legal .sheet{width:216mm;height:356mm}body.legal.landscape .sheet{width:357mm;height:215mm}.sheet.padding-10mm{padding:10mm}.sheet.padding-15mm{padding:15mm}.sheet.padding-20mm{padding:20mm}.sheet.padding-25mm{padding:25mm}.sheet.padding-6_5mm{padding:6.5mm}@media screen{body{background:#e0e0e0}.sheet{background:#fff;box-shadow:0 .5mm 2mm #0000004d;margin:5mm auto}}@media print{body .A3 .landscape{width:420mm}body .A3,body .A4.landscape{width:297mm}body .A4,body .A5.landscape{width:210mm}body .A5{width:148mm}body .letter,body .legal{width:216mm}body .letter .landscape{width:280mm}body .legal.landscape{width:357mm}body .A4 .health-album-page .advice-action,[class*=exclude-from-pdf]{display:none!important}html,body{height:auto;padding:0!important;margin:0!important;overflow:hidden}.mciTable{box-shadow:none!important;border-collapse:separate;border-left:1px solid #000000!important;border-right:1px solid #000000!important;border-bottom:1px solid #000000!important}[class*=-mciTablePastTop2]{box-shadow:none!important;border-top:1px solid #000000!important}[class*=-mciTablePastTop2]:not(:last-child){border-right:1px solid #B8B8B8!important}[class*=-mciTablePastTop2]:after{content:none;display:none}[class*=-mciTablePastTop2]:before{content:none;display:none}[class*=-mciTablePastDate2]{border-top:1px solid #B8B8B8!important;border-right:1px solid #B8B8B8!important}[class*=-mciTablePastDate2]:after{content:none;display:none}[class*=-mciTablePastDate2]:before{content:none;display:none}[class*=-mciTablePastScore2]{border-top:1px solid #B8B8B8!important;border-right:1px solid #B8B8B8!important}[class*=-mciTablePastScore2]:after{content:none;display:none}[class*=-mciTablePastScore2]:before{content:none;display:none}.mciTablePastTop3{border-collapse:separate;border-spacing:0px;box-shadow:none!important;border-top:1px solid #000000!important;border-bottom:1px solid #000000!important}[class*=-mciTablePastTop3]:not(:last-child){border-right:1px solid #B8B8B8!important}[class*=-mciTablePastTop3]:last-child{border-right:1px solid #000000!important}[class*=-mciTablePastTop3]:first-child{border-left:1px solid #000000!important}[class*=-mciTablePastTop3]:after{content:none;display:none}[class*=-mciTablePastTop3]:before{content:none;display:none}.mciTableStandardPoint{border-collapse:separate;border-spacing:0px;box-shadow:none!important;border-top:1px solid #000000!important;border-left:1px solid #000000!important;border-right:1px solid #000000!important}[class*=-mciTableTitleTop]:after{content:none;display:none}[class*=-mciTableTitleTop]{border-bottom:1px solid #B8B8B8!important}[class*=-mciTableTitle]:after{content:none;display:none}[class*=-mciTableTitle]{border-bottom:1px solid #B8B8B8!important}.mciTableStandardPoint tr:last-child td{border-bottom:1px solid #000000!important}.mciTableStandardPoint tr:last-child td:after{content:none;display:none}.mciTableStandardPoint tr:last-child td:before{content:none;display:none}.mciTableElm{border-collapse:separate;border-spacing:0px;box-shadow:none!important;border-bottom:1px solid #000000!important;border-left:1px solid #000000!important;border-right:1px solid #000000!important}.mciTableElm tr:first-child td{border-top:1px solid #000000!important}.mciTableElm tr:first-child td:first-child{border-right:1px solid #B8B8B8!important}.mciTableElm tr:first-child td:after{content:none;display:none}.mciTableElm tr:first-child td:before{content:none;display:none}[class*=-mciTableRank]{border-right:1px solid #B8B8B8!important}[class*=-mciTableRank]:after{content:none;display:none}.mciTablePast{border-collapse:separate;border-spacing:0px;box-shadow:none!important;border-bottom:1px solid #000000!important;border-left:1px solid #000000!important;border-right:1px solid #000000!important}.mciTablePast tr:first-child td{border-top:1px solid #000000!important}.mciTablePast tr:first-child td:not(:first-child){border-left:1px solid #B8B8B8!important}.mciTablePast tr:first-child td:after{content:none;display:none}.mciTablePast tr:first-child td:before{content:none;display:none}.mciTablePast tr td:after{content:none;display:none}.mciTablePast tr td:before{content:none;display:none}.mciTablePast tr td{border-top:1px solid #B8B8B8!important}.mciTablePast tr:not(:first-child) td:not(:first-child){border-left:1px solid #B8B8B8!important}[class*=-groupOutline]{box-shadow:none!important;border:2px solid #000000!important}.motionTableElm{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;box-shadow:none!important;border-collapse:separate;border-spacing:0px}.motionTableElm tr td:after{content:none;display:none}.motionTableElm tr td:before{content:none;display:none}.motionTableElm tr td{border-top:1px solid #000000!important;border-left:1px solid #000000!important}.motionTableElm tr:first-child td{border-top:2px solid #000000!important}.motionTableElm tr td:last-child{border-right:2px solid #000000!important}.motionTableElm tr td:first-child{border-left:2px solid #000000!important}.motionTableElm tr:last-child td{border-bottom:2px solid #000000!important}[class*=-programTdThreeMonth]:after{background-image:none!important;background-size:none!important;border-left:1px dotted #747C88!important}[class*=-programTdMiddleThreeMonth]:after{background-image:none!important;background-size:none!important;border-left:1px solid #747C88!important}[class*=-programTdFirstThreeMonth]:after{background-image:none!important;background-size:none!important;border-left:1px dotted #747C88!important}}.radar{height:100mm}.MuiTableCell-root{padding:10px!important}.title-border{display:flex;align-items:center;justify-content:flex-end}.title-border:before{border-top:3px dotted rgba(241,76,74,1);content:"";flex-grow:.3}.title-border:before{margin-right:5px}.mciTableStandardPoint tr:last-child td:after{content:none;display:none}.mciTableStandardPoint tr:last-child td:before{content:none;display:none}.health-report-header-user-name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1;line-height:1}.health-report-header-facility-name{font-size:16px;margin-top:3px;width:auto;max-width:230px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}._container_qovg0_1{width:562px;height:100%;background-color:#fbfbfc;font-family:Yu Gothic UI}._container_qovg0_1 ._boxTitle_qovg0_7{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px}._container_qovg0_1 ._boxTitle_qovg0_7 ._mainTitle_qovg0_13{color:#444650;font-size:40px;font-weight:600;line-height:100%;padding-bottom:10px}._container_qovg0_1 ._boxTitle_qovg0_7 ._boxToday_qovg0_20{display:flex;flex-direction:column;color:#444650}._container_qovg0_1 ._boxTitle_qovg0_7 ._boxToday_qovg0_20 ._titleToday_qovg0_25{font-size:16px;line-height:21px}._container_qovg0_1 ._boxTitle_qovg0_7 ._boxToday_qovg0_20 ._titleDateTime_qovg0_29{font-size:32px;font-weight:500;line-height:normal;font-family:Roboto}._container_qovg0_1 ._boxWrapListUser_qovg0_35{border:1px solid #d5d7db;height:calc(100% - 64px);display:flex}._container_qovg0_1 ._boxListUser_qovg0_40{height:100%}._container_qovg0_1 ._boxListUser_qovg0_40 ._boxHeader_qovg0_43{display:flex;align-items:center;background-color:#2b384b12;border-top:1px solid rgba(43,56,75,.2);border-bottom:1px solid rgba(43,56,75,.2);height:74px;color:#444650;font-size:24px}._container_qovg0_1 ._boxListUser_qovg0_40 ._boxHeader_qovg0_43 ._boxUserId_qovg0_53{display:flex;justify-content:center;width:100px}._container_qovg0_1 ._boxListUser_qovg0_40 ._boxHeader_qovg0_43 ._boxUsername_qovg0_58{width:306px}._container_qovg0_1 ._boxListUser_qovg0_40 ._boxHeader_qovg0_43 ._boxUsername_qovg0_58 span{display:flex;justify-content:center;border-left:1px solid rgba(43,56,75,.15);border-right:1px solid rgba(43,56,75,.15);width:100%}._container_qovg0_1 ._boxListUser_qovg0_40 ._boxHeader_qovg0_43 ._boxDate_qovg0_68{display:flex;justify-content:center;width:100px}._container_qovg0_1 ._boxListUser_qovg0_40 ._listUser_qovg0_73{display:flex;flex-direction:column;overflow:hidden;height:calc(100% - 80px)}._container_qovg0_1 ._boxListUser_qovg0_40 ._listUser_qovg0_73 ._userItem_qovg0_79{display:flex;height:89px;min-height:89px;align-items:center;border-bottom:1px solid rgba(43,56,75,.07);border-right:1px solid rgba(43,56,75,.12);font-size:32px;color:#444650}._container_qovg0_1 ._boxListUser_qovg0_40 ._listUser_qovg0_73 ._userItem_qovg0_79 ._boxUserId_qovg0_53{width:100px;display:flex;justify-content:center;letter-spacing:.35px}._container_qovg0_1 ._boxListUser_qovg0_40 ._listUser_qovg0_73 ._userItem_qovg0_79 ._boxUsername_qovg0_58{width:306px;max-width:306px;padding:0 16px;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-word;box-sizing:border-box;letter-spacing:.35px}._container_qovg0_1 ._boxListUser_qovg0_40 ._listUser_qovg0_73 ._userItem_qovg0_79 ._boxDate_qovg0_68{display:flex;justify-content:center;width:100px;letter-spacing:.35px}._scrollbar_qovg0_115{width:56px;min-width:56px;background:#eceef1;display:flex;flex-direction:column;align-items:center}._scrollbar_qovg0_115 ._boxIconArrowScroll_qovg0_123{width:48px;height:48px;display:flex;justify-content:center;align-items:center;margin:4px 0}._scrollbar_qovg0_115 ._boxIconArrowScroll_qovg0_123 img:hover{cursor:pointer}._track_qovg0_135{flex:1;width:16px;position:relative}._thumb_qovg0_141{position:absolute;width:16px;background:#808893a6;border-radius:8px}._thumb_qovg0_141:hover{cursor:pointer}._container_1ry94_1{margin:40px;height:calc(100% - 80px)}._container_ycnbn_1{display:flex;padding:16px 16px 16px 24px;justify-content:space-between;align-items:center;background-color:#dce0e9}._buttonGroup_ycnbn_9{display:flex;gap:1px;justify-content:center;align-items:center}._buttonGroupAction_ycnbn_16{display:flex;gap:16px;justify-content:center;align-items:center}._button_ycnbn_9{display:flex;width:250px;height:72px;min-width:100px;padding:0 16px;justify-content:center;align-items:center;gap:8px;border-radius:4px;box-shadow:0 1px,#2b384b1a;border:1px solid #d5d7db;background:#fff!important;color:#444650!important;font-size:24px!important;line-height:29px!important;font-family:Yu Gothic UI,sans-serif!important;font-style:normal}._button_ycnbn_9 ._label_ycnbn_42{font-weight:400;width:178px}._btnAlbum_ycnbn_47{border-radius:4px 0 0 4px!important;border:1px solid #d5d7db!important;box-shadow:0 1px #2b384b1a}._btnAlbum_ycnbn_47 ._label_ycnbn_42{font-weight:400}._btnReport_ycnbn_56{border-radius:0 4px 4px 0!important;border:1px solid #d5d7db!important;box-shadow:0 1px #2b384b1a}._btnReport_ycnbn_56 ._label_ycnbn_42{font-weight:400}._buttonActive_ycnbn_65{border-radius:4px 0 0 4px;border:1px solid #307ce5!important;background:#f0f5ff!important;box-shadow:0 1px #2b384b1a;color:#307ce5!important;text-align:center;font-family:Yu Gothic UI,sans-serif!important;font-size:24px!important;font-style:normal;line-height:29px}._buttonActive_ycnbn_65 ._label_ycnbn_42{font-weight:600!important}._btnPrint_ycnbn_81{border:1px solid #d5d7db!important;box-shadow:0 1px #2b384b1a;width:214px;padding:0 16px!important;box-sizing:border-box!important}._btnPrint_ycnbn_81 ._iconWrapper_ycnbn_88{display:flex;align-items:center;justify-content:center;width:32px;height:32px}._btnPrint_ycnbn_81 ._label_ycnbn_42{flex:1;font-style:normal;font-weight:400;text-align:center}._btnPrint_ycnbn_81._buttonDisabled_ycnbn_101{opacity:.5;cursor:not-allowed;pointer-events:none;background-color:#f5f5f5}._sendMail_ycnbn_108{border:1px solid #d5d7db!important;box-shadow:0 1px #2b384b1a;width:214px;padding:0 16px!important}._sendMail_ycnbn_108 ._iconWrapper_ycnbn_88{display:flex;align-items:center;justify-content:center;width:32px;height:32px}._sendMail_ycnbn_108 ._label_ycnbn_42{flex:1;font-style:normal;font-weight:400;text-align:center}._sendMail_ycnbn_108._buttonDisabled_ycnbn_101{opacity:.5;cursor:not-allowed;pointer-events:none;background-color:#f5f5f5}._itemSelect_u2i3x_1{font-family:Yu Gothic UI,sans-serif!important;min-height:60px;max-height:60px;width:111px;font-weight:400!important;font-size:24px!important;color:#444650!important;height:60px;box-shadow:0 1px #2b384b1a}._itemSelect_u2i3x_1 img{margin-top:5px;margin-right:10px}._itemSelect_u2i3x_1 .MuiOutlinedInput-notchedOutline{border:1px solid #d5d7db}._itemSelect_u2i3x_1 .MuiSelect-select{padding-top:0;padding-bottom:0}._itemSelect_u2i3x_1 .MuiOutlinedInput-input{padding-top:0;padding-bottom:0;box-sizing:border-box}.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:#d92b4e;border-width:2px}.MuiOutlinedInput-root.Mui-error.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#9bbef2}.MuiOutlinedInput-root.Mui-error .MuiSelect-select{background:#ffe8ed}._selectMenuPaper_u2i3x_44 .MuiMenu-list{padding-top:0;padding-bottom:0}._selectMenuPaper_u2i3x_44 .MuiMenuItem-root{font-family:Yu Gothic UI,sans-serif!important;font-size:24px;font-weight:400;color:#444650;min-height:60px}._container_1qdzc_1{height:100%;display:flex;flex-direction:column;background:#f4f5f7;border-right:1px solid #d6d8dd}._boxTop_1qdzc_9{display:flex;align-items:center;justify-content:space-between;margin:16px}._selectDay_1qdzc_16{background:#fff;width:100%!important;min-width:444px;min-height:72px;font-size:22px!important;line-height:21px!important}._selectDay_1qdzc_16 ::global(._MuiSelect-select_1qdzc_24){display:flex}._selectLabel_1qdzc_28{display:inline-flex;align-items:center;gap:8px}._todayChip_1qdzc_34{display:flex;height:40px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:2px;background:#dedede;color:#444650}._tableHeader_1qdzc_46{display:flex;align-items:center;align-self:stretch;height:72px;color:#747c88;font-size:18px;border-top:1px solid rgba(43,56,75,.2);box-sizing:border-box}._tableHeader_1qdzc_46 img{width:8px;height:5px;object-fit:contain;vertical-align:middle;margin-right:6px;pointer-events:none;margin-top:5px}._tableHeader_1qdzc_46 ._colId_1qdzc_65,._tableHeader_1qdzc_46 ._colName_1qdzc_65,._tableHeader_1qdzc_46 ._colWeek_1qdzc_65{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;align-self:stretch;font-size:18px;color:#444650}._tableHeader_1qdzc_46 ._colCheck_1qdzc_76{box-sizing:border-box;min-height:72px;min-width:74px;max-width:74px;display:flex;align-items:center;justify-content:center;position:relative}._tableHeader_1qdzc_46 ._colCheck_1qdzc_76 ._boxLineCol_1qdzc_86{height:60px;width:1px;background-color:#d6d8dd;position:absolute;right:-1px}._tableHeader_1qdzc_46 ._colId_1qdzc_65{max-width:90px;min-width:90px;box-sizing:border-box;min-height:72px}._tableHeader_1qdzc_46 ._colName_1qdzc_65{box-sizing:border-box;min-height:72px;min-width:230px;max-width:230px}._tableHeader_1qdzc_46 ._colName_1qdzc_65 ._content_1qdzc_105{width:100%;border-left:1px solid rgba(43,56,75,.15);border-right:1px solid rgba(43,56,75,.15);height:35px;display:flex;align-items:center;justify-content:center}._tableHeader_1qdzc_46 ._colWeek_1qdzc_65{box-sizing:border-box;min-height:72px;min-width:82px;max-width:82px}._colCheckContent_1qdzc_121{box-sizing:border-box;width:74px;min-width:74px;max-width:74px;height:90%;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(43,56,75,.15)}._colIdContent_1qdzc_133{display:flex;width:90px;max-width:90px;min-width:90px;min-height:35px;align-items:center;justify-content:center;gap:8px;align-self:stretch}._colNameContent_1qdzc_145{display:flex;min-height:35px;align-items:center;justify-content:flex-start;gap:8px;flex:1 0 0;align-self:stretch;flex:1;padding:0 16px;width:230px;min-width:230px;box-sizing:border-box}._colNameContent_1qdzc_145._cellText_1qdzc_160{display:flex;align-items:center;min-height:50px}._colNameContent_1qdzc_145._cellText_1qdzc_160 ._colNameText_1qdzc_166{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}._colWeekContent_1qdzc_176{display:flex;justify-content:center;flex:1;min-height:35px;align-items:center;gap:8px;align-self:stretch}._cellText_1qdzc_160{color:#444650;font-size:24px}._list_1qdzc_191{flex:1;overflow:auto;border-top:1px solid #e3e5e9;border-left:1px solid #e3e5e9;border-right:1px solid #e3e5e9}._customScroll_1qdzc_199{overflow-y:auto}._customScroll_1qdzc_199::-webkit-scrollbar{width:16px}._customScroll_1qdzc_199::-webkit-scrollbar-track{background:transparent}._customScroll_1qdzc_199::-webkit-scrollbar-thumb{background:#808893a6;border-radius:999px;height:166px!important}._customScroll_1qdzc_199::-webkit-scrollbar-thumb:hover{background:#808893a6}._customScroll_1qdzc_199::-webkit-scrollbar-button{display:none;width:0;height:0}._row_1qdzc_222{box-sizing:border-box;display:flex;height:88px;min-height:88px;max-height:88px;align-items:center;align-self:stretch;overflow:hidden;border-bottom:1px solid rgba(43,56,75,.07)}._rowSelected_1qdzc_234{background:#deeaff}._boxBottom_1qdzc_238{display:flex;gap:8px;margin:30px 16px 16px}._btnBottom_1qdzc_244{width:213px!important;display:flex;align-items:center;justify-content:center;flex:1;height:60px;border:1px solid #d5d7db!important;background:#fff!important;border-radius:6px;margin-bottom:18px;cursor:pointer;box-shadow:0 1px #2b384b82;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}._cbIcon_1qdzc_260{width:22px;height:22px;display:inline-block;box-sizing:border-box;border:2px solid #c0c7d1;border-radius:4px;background:#fff;position:relative}._cbChecked_1qdzc_271{background:#3a82f7;border-color:#3a82f7}._cbIndeterminate_1qdzc_276:after{content:"";position:absolute;width:14px;height:14px;border-radius:2px;background:#3a82f7;top:50%;left:50%;transform:translate(-50%,-50%)}._customCheckbox_1qdzc_288{display:inline-flex;cursor:pointer}._customCheckbox_1qdzc_288 input{display:none}._customCheckbox_1qdzc_288 input:checked+._checkboxUi_1qdzc_295:after{opacity:1}._customCheckbox_1qdzc_288 ._checkboxUi_1qdzc_295{width:34px;height:34px;background:#fff;border:1px solid #aaafb7;border-radius:4px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}._customCheckbox_1qdzc_288 ._checkboxUi_1qdzc_295:after{content:"";width:20px;height:20px;background:#307ce5;opacity:0;transition:opacity .15s ease}._customCheckboxFilled_1qdzc_318{display:inline-flex;cursor:pointer}._customCheckboxFilled_1qdzc_318 input{display:none}._customCheckboxFilled_1qdzc_318 ._checkboxUi_1qdzc_295{width:34px;height:34px;border-radius:4px;box-sizing:border-box;position:relative;display:inline-block;background:#fff;border:1px solid #aaafb7}._customCheckboxFilled_1qdzc_318 ._checkboxUi_1qdzc_295:after{content:"";position:absolute;left:11px;top:5px;width:8px;height:16.7px;border-right:3px solid white;border-bottom:3px solid white;transform:rotate(45deg);opacity:0;transition:opacity .12s ease}._customCheckboxFilled_1qdzc_318 input:checked+._checkboxUi_1qdzc_295{background:#307ce5;border:none}._customCheckboxFilled_1qdzc_318 input:checked+._checkboxUi_1qdzc_295:after{opacity:1}._boxLabelSelect_1qdzc_359{height:30px;display:flex;align-items:center}.health-report-page{font-family:BIZ UDPGothic;line-height:100%}.health-report-page *,.health-report-page *:before,.health-report-page *:after{box-sizing:border-box}.health-report-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:11px;color:#444650}.health-report-header p{margin:0}.health-report-header .health-report-header-title{padding-bottom:14px;font-size:29px;font-weight:700;margin:0;line-height:100%}*{min-width:0}img{display:block}.health-report-header-user-info{display:flex;align-items:flex-end;font-size:21px;gap:4px;max-width:450px;width:auto}.health-report-header-user-name{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1;line-height:1}.health-report-header-user-meta{white-space:nowrap;flex-shrink:0;line-height:1}.health-report-header-facility-name{font-size:16px;margin-top:3px;max-width:230px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}._container_164b9_2{display:flex;flex-direction:column;height:calc(100vh - 92px);overflow:hidden}._content_164b9_9{flex:1;display:flex;flex-direction:row;min-height:0}._leftPanel_164b9_16{width:476px;box-sizing:border-box;background:#eceef1;border-top:1px solid rgb(193,199,209);height:100%;overflow-y:auto}._rightPanel_164b9_25{flex:1;display:flex;flex-direction:column;background:#bfc3c9;height:100%;overflow-y:auto}._rightPanel_164b9_25::-webkit-scrollbar-button{display:none;width:0;height:0}._customScroll_164b9_39{overflow-y:auto}._customScroll_164b9_39::-webkit-scrollbar{width:16px}._customScroll_164b9_39::-webkit-scrollbar-track{background:transparent}._customScroll_164b9_39::-webkit-scrollbar-thumb{background:#808893a6;border-radius:999px;height:166px!important}._customScroll_164b9_39::-webkit-scrollbar-thumb:hover{background:#808893a6}._customScroll_164b9_39::-webkit-scrollbar-button{display:none;width:0;height:0}._container_1y9zg_1{display:flex;height:100%;overflow:hidden;width:100%}._leftPanel_1y9zg_8{width:476px;background:#eceef1;border:1px solid rgb(214,216,221)}._rightPanel_1y9zg_14{flex:1;height:100%;display:flex;flex-direction:column;background:#fff}._sections_1y9zg_22{padding:16px 24px}._rowButtons_1y9zg_26{display:flex;gap:12px}._btnChoice_1y9zg_31{height:36px;padding:8px 16px;border:1px solid #d5d7db;background:#fff;color:#444650;border-radius:6px}._btnChoiceActive_1y9zg_40{height:36px;padding:8px 16px;border:1px solid #5c9cff;background:#eaf2ff;color:#1f5bd8;border-radius:6px}._inputRow_1y9zg_49{display:flex;align-items:center;gap:8px}._inputNumber_1y9zg_55{width:120px;height:36px;border:1px solid #d5d7db;border-radius:6px;padding:0 8px}._unit_1y9zg_63{color:#747c88}._popupWarning_1y9zg_67{display:flex;gap:24px;padding:0 24px;align-items:center;justify-content:center;height:100%;min-height:220px}._popupWarning_1y9zg_67 ._boxImg_1y9zg_76{display:flex;align-items:center;height:100%}._popupWarning_1y9zg_67 ._boxContentWarning_1y9zg_81{color:#444650;font-family:Yu Gothic UI;font-size:18px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.35px}._popupWarning_1y9zg_67 ._boxContentWarning_1y9zg_81 ._boxTitle2_1y9zg_90{margin-top:20px}._container_1oglh_1{height:100%;display:flex;flex-direction:column;margin-top:54px;min-width:476px}._boxTop_1oglh_9{display:flex;align-items:center;justify-content:space-between;margin:53px 16px 16px}._selectDay_1oglh_17{background:#fff;width:100%!important}._selectLabel_1oglh_22{display:inline-flex;align-items:center;gap:8px}._weekText_1oglh_28{color:#444650;font-size:22px}._todayChip_1oglh_33{font-size:22px;display:flex;height:40px;width:61px;justify-content:center;align-items:center;gap:8px;border-radius:2px;background:#dedede;color:#444650}._tableHeader_1oglh_46{padding:5px;display:flex;align-items:center;align-self:stretch;height:72px;color:#747c88;font-size:18px;border-top:1px solid rgba(43,56,75,.2);border-bottom:1px solid rgba(43,56,75,.2)}._tableHeader_1oglh_46 img{width:8px;height:5px;object-fit:contain;vertical-align:middle;margin-right:6px;pointer-events:none}._tableHeader_1oglh_46 ._colId_1oglh_65,._tableHeader_1oglh_46 ._colName_1oglh_65,._tableHeader_1oglh_46 ._colWeek_1oglh_65{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:4px;text-align:center;align-self:stretch;font-size:18px;color:#444650}._list_1oglh_77{flex:1;overflow:auto}._customScroll_1oglh_82{overflow-y:auto}._customScroll_1oglh_82::-webkit-scrollbar{width:16px}._customScroll_1oglh_82::-webkit-scrollbar-track{background:transparent}._customScroll_1oglh_82::-webkit-scrollbar-thumb{background:#808893a6;border-radius:999px;height:166px!important}._customScroll_1oglh_82::-webkit-scrollbar-thumb:hover{background:#808893a6}._customScroll_1oglh_82::-webkit-scrollbar-button{display:none;width:0;height:0}._row_1oglh_105{display:flex;height:88px;align-items:center;align-self:stretch;overflow:hidden;border-bottom:1px solid rgba(43,56,75,.07);cursor:pointer}._active_1oglh_115{background:#deeaff}._colId_1oglh_65{display:flex;width:100%;max-width:90px;min-height:35px;align-items:center;justify-content:center;gap:8px;align-self:stretch}._colName_1oglh_65{box-sizing:border-box;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word;width:100%;padding:0 1px}._colName_1oglh_65 ._text_1oglh_142{display:block}._colWeek_1oglh_65{display:flex;max-width:58px;width:100%;min-height:35px;align-items:center;justify-content:center;gap:8px;align-self:stretch}._cellText_1oglh_157{color:#444650;font-size:24px;letter-spacing:.35px}._boxBottom_1oglh_163{display:flex;gap:7.5px;margin:16px 16px 66px}._boxBottomItem_1oglh_169{height:60px;width:1px;border-right:1px solid rgba(43,56,75,.15)}._btnBottom_1oglh_175{width:213px!important;display:flex;align-items:center;justify-content:center;flex:1;height:60px;border:1px solid #d5d7db!important;background:#fff!important;border-radius:6px;margin-bottom:18px;cursor:pointer;box-shadow:0 1px #2b384b1a;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}._container_1jqxz_1{display:flex;align-items:center;justify-content:space-between;padding:0 24px;min-height:106px;border-bottom:1px solid rgba(43,56,75,.15);background:#f4f5f7;overflow-x:auto}._title_1jqxz_12{font-family:Yu Gothic UI;font-size:32px;font-style:normal;font-weight:600;line-height:normal;color:#444650;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._boxLeft_1jqxz_25{max-width:550px}._boxRight_1jqxz_29{display:flex;align-items:center}._boxRight_1jqxz_29 ._labelDatetime_1jqxz_33{color:#444650;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px;margin-right:4px;min-width:100px}._boxRight_1jqxz_29 ._inputDate_1jqxz_44{height:72px;width:330px}._boxRight_1jqxz_29 ._inputDate_1jqxz_44 img{width:28px;height:28px}._boxRight_1jqxz_29 ._inputDate_1jqxz_44 .MuiInputBase-input{padding:13px 12px;font-size:32px;color:#444650;font-weight:500;width:330px;font-family:Roboto}._boxRight_1jqxz_29 ._boxCol_1jqxz_60{margin:0 16px;width:1px;height:74px;background-color:#2b384b26}._saveButton_1jqxz_67{background-color:#307ce5!important;min-width:100px;width:208px;height:72px;padding:0 16px;font-size:24px!important;color:#fff!important}._saveButton_1jqxz_67:hover{background-color:#2563c4!important}._datePicker_1ir5d_1{background-color:#fff;border-radius:5px}._datePicker_1ir5d_1 .MuiInputBase-input{padding:10px 0 10px 8px;font-size:22px;color:#444650;font-weight:400;width:120px;font-family:Yu Gothic UI,sans-serif}._datePicker_1ir5d_1 .MuiInputAdornment-root{margin-right:4px}._datePicker_1ir5d_1 .MuiIconButton-root{padding:4px}._boxErrorCommon_7dg9r_1{margin-bottom:20px;border-bottom:1px solid rgb(170,175,183);background-color:#fff}._boxErrorCommon_7dg9r_1 ._boxTextError_7dg9r_6{height:48px;display:flex;gap:12px;align-items:center;background-color:#ffe8ed;padding-left:16px}._boxErrorCommon_7dg9r_1 ._boxTextError_7dg9r_6 span{color:#c71c3e;font-size:22px;font-weight:400}._container_7dg9r_20{margin:0 20px 24px;padding:0 6px 0 0;height:auto;max-height:100%;overflow:auto;box-sizing:border-box}._container_7dg9r_20 ._boxAges_7dg9r_30{height:52px;display:flex;align-items:center;border-bottom:1px solid rgba(43,56,75,.15);padding:24px 16px 24px 52px;margin:0 16px;box-sizing:border-box}._container_7dg9r_20 ._boxAges_7dg9r_30 ._titleAge_7dg9r_39{color:#444650;font-size:28px;font-style:normal;font-weight:600;line-height:normal}._container_7dg9r_20 ._boxAges_7dg9r_30 ._dateTimeAge_7dg9r_46{color:#000;text-align:center;font-family:Inter;font-size:22px;font-style:normal;font-weight:400;line-height:19px;letter-spacing:.35px;margin-left:55px}._customScroll_7dg9r_58{overflow-y:auto}._customScroll_7dg9r_58::-webkit-scrollbar{width:16px}._customScroll_7dg9r_58::-webkit-scrollbar-track{background:transparent}._customScroll_7dg9r_58::-webkit-scrollbar-thumb{background:#808893a6;border-radius:999px;height:166px!important}._customScroll_7dg9r_58::-webkit-scrollbar-thumb:hover{background:#808893a6}._customScroll_7dg9r_58::-webkit-scrollbar-button{display:none;width:0;height:0}._container_1am8q_1{border-bottom:1px solid rgba(43,56,75,.15);margin:0 16px;box-sizing:border-box}._container_1am8q_1 ._sectionContent_1am8q_6{margin:0 40px 25px}._container_1am8q_1 ._sectionContent_1am8q_6 ._groupLabel_1am8q_9{display:flex;border-radius:4px;overflow:hidden;width:fit-content}._container_1am8q_1 ._sectionContent_1am8q_6 ._groupLabel_1am8q_9 ._itemLabel_1am8q_15{background:#fff;height:60px;width:162px;display:flex;align-items:center;justify-content:center;color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:29px;cursor:pointer;box-shadow:0 1px #2b384b1a}._container_1am8q_1 ._sectionContent_1am8q_6 ._groupLabel_1am8q_9 ._itemLabel_1am8q_15:hover{background-color:#f0f2f5}._container_1am8q_1 ._sectionContent_1am8q_6 ._groupLabel_1am8q_9 ._lableOne_1am8q_33{border:1px solid #d5d7db;border-radius:4px 0 0 4px}._container_1am8q_1 ._sectionContent_1am8q_6 ._groupLabel_1am8q_9 ._lableTwo_1am8q_37{border:1px solid #d5d7db;border-radius:0 4px 4px 0}._container_1am8q_1 ._sectionContent_1am8q_6 ._groupLabel_1am8q_9 ._itemLabelActive_1am8q_41{border:1px solid #307ce5;background:#f0f5ff;box-shadow:0 1px #2b384b1a;color:#307ce5;font-size:24px;font-style:normal;font-weight:600}._container_1am8q_1 ._sectionContent_1am8q_6 ._groupLabel_1am8q_9 ._itemLabelActive_1am8q_41:hover{background:#deeaff!important}._container_1am8q_1 ._showError_1am8q_53{margin-bottom:8px}._boxShowError_1ygpb_1{display:flex;gap:8px;align-items:center;color:#c71c3e;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px}._wrapSection_4022v_1{display:flex;align-items:center;justify-content:space-between}._section_4022v_7{display:flex;gap:8px;align-items:center;margin:25px 16px;cursor:pointer;width:fit-content}._sectionTitle_4022v_16{color:#444650;font-size:28px;font-weight:600;line-height:100%}._boxDatetime_4022v_23{color:#307ce5;font-size:22px;font-style:normal;font-weight:400;line-height:29px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;margin-right:24px}._container_1xm5w_1{border-bottom:1px solid rgba(43,56,75,.15);margin:0 16px;box-sizing:border-box}._container_1xm5w_1 ._sectionContent_1xm5w_6{margin:0 40px 25px}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9{display:flex;border-radius:4px;overflow:hidden;width:fit-content}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9 ._itemLabel_1xm5w_15{background:#fff;height:60px;width:146px;display:flex;align-items:center;justify-content:center;color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:29px;cursor:pointer;box-shadow:0 1px #2b384b1a}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9 ._itemLabel_1xm5w_15:hover{background-color:#f0f2f5}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9 ._lableOne_1xm5w_33{border:1px solid #d5d7db;border-radius:4px 0 0 4px}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9 ._lableTwo_1xm5w_37{border:1px solid #d5d7db}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9 ._lableThree_1xm5w_40{border:1px solid #d5d7db;border-radius:0 4px 4px 0}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9 ._itemLabelActive_1xm5w_44{border:1px solid #307ce5;background:#f0f5ff;box-shadow:0 1px #2b384b1a;color:#307ce5;font-size:24px;font-weight:600}._container_1xm5w_1 ._sectionContent_1xm5w_6 ._groupLabel_1xm5w_9 ._itemLabelActive_1xm5w_44:hover{background:#deeaff!important}._container_1xm5w_1 ._showError_1xm5w_55{margin-bottom:8px}._container_b0b1b_1{border-bottom:1px solid rgba(43,56,75,.15);margin:0 16px;box-sizing:border-box}._container_b0b1b_1 ._sectionContent_b0b1b_6{margin:0 40px 25px}._container_b0b1b_1 ._sectionContent_b0b1b_6 ._boxInput_b0b1b_9{display:flex;align-items:center;gap:8px}._container_b0b1b_1 ._sectionContent_b0b1b_6 ._boxInput_b0b1b_9 ._boxInputBonus_b0b1b_14{width:146px;background-color:#fff}._container_b0b1b_1 ._sectionContent_b0b1b_6 ._boxInput_b0b1b_9 ._boxPoint_b0b1b_18{color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px}._container_1x8p0_1{border-bottom:1px solid rgba(43,56,75,.15);margin:0 16px;box-sizing:border-box}._container_1x8p0_1 ._sectionContent_1x8p0_6{margin:0 20px 25px 40px;display:flex;gap:10px}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxLeft_1x8p0_11{margin-top:5px;display:flex;flex-direction:column;gap:16px}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxRight_1x8p0_17{display:flex;gap:8px;flex-direction:column;flex:1;max-width:795px;width:100%}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxRight_1x8p0_17 ._titleBoxRight_1x8p0_25{color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxRight_1x8p0_17 ._boxTextarea_1x8p0_33{display:flex;width:100%}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxRight_1x8p0_17 ._boxTextarea_1x8p0_33 ._inputTextarea_1x8p0_37{box-sizing:border-box;min-height:172px;max-height:172px;flex:1;width:100%;border-radius:4px;border:1px solid #d5d7db;background:#fff;padding:12px;outline:none;color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px;font-family:Yu Gothic UI;resize:none}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxRight_1x8p0_17 ._boxTextarea_1x8p0_33 ._inputTextarea_1x8p0_37:hover{border:1px solid #212121}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxRight_1x8p0_17 ._boxTextarea_1x8p0_33 ._inputTextarea_1x8p0_37:focus{border:1px solid #2f7dcf}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxInput_1x8p0_63{display:flex;align-items:center;gap:16px}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxInput_1x8p0_63 ._inputSelect_1x8p0_68{width:300px;background-color:#fff}._container_1x8p0_1 ._sectionContent_1x8p0_6 ._boxInput_1x8p0_63 ._boxLabelInput_1x8p0_72{color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px;min-width:49px}._container_1wvng_1{border-bottom:1px solid rgba(43,56,75,.15);margin:0 16px;box-sizing:border-box}._container_1wvng_1 ._sectionContent_1wvng_6{max-width:1184px;width:100%;margin-left:40px;margin-bottom:24px}._container_1wvng_1 ._sectionContent_1wvng_6 ._boxFormTarget_1wvng_12{box-sizing:border-box;max-width:1184px;width:100%;background-color:#eceef1;padding:16px;display:flex;flex-direction:column;gap:16px}._container_1wvng_1 ._sectionContent_1wvng_6 ._boxFormTarget_1wvng_12 ._boxItemTarget_1wvng_22{display:flex;gap:16px;align-items:center}._container_1wvng_1 ._sectionContent_1wvng_6 ._boxFormTarget_1wvng_12 ._boxItemTarget_1wvng_22 ._boxLabel_1wvng_27{min-width:122px;color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px}._container_1wvng_1 ._sectionContent_1wvng_6 ._boxFormTarget_1wvng_12 ._boxItemTarget_1wvng_22 ._boxInput_1wvng_36{width:100%}._container_1wvng_1 ._sectionContent_1wvng_6 ._boxFormTarget_1wvng_12 ._boxItemTarget_1wvng_22 ._boxInput_1wvng_36 ._itemInput_1wvng_39{width:100%;background-color:#fff}._inputItem_wny3i_1{width:100%;font-family:Yu Gothic UI}._inputItem_wny3i_1 input{box-sizing:border-box;color:#444650;font-weight:400;font-size:24px;height:27px;font-family:Yu Gothic UI;font-style:normal;line-height:normal;letter-spacing:.35px;border-radius:4px!important;border:1px solid #d5d7db;min-height:60px;max-height:72px}._inputItem_wny3i_1 .MuiOutlinedInput-root{border-radius:4px;height:100%}._inputItem_wny3i_1 .MuiOutlinedInput-notchedOutline{border:1px solid #d5d7db}._inputItem_wny3i_1 .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-input{background:#ffe8ed;border:2px solid #d92b4e;border-radius:4px}._inputItem_wny3i_1 .MuiOutlinedInput-root.Mui-error.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#9bbef2}._container_1l718_1{border-bottom:1px solid rgba(43,56,75,.15);margin:0 16px;box-sizing:border-box}._container_1l718_1 ._sectionContent_1l718_6{max-width:1184px;width:100%;margin-left:40px;margin-bottom:24px}._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12{box-sizing:border-box;max-width:1184px;background-color:#eceef1;padding:16px;display:flex;flex-direction:column;gap:16px}._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12 ._boxTop_1l718_21,._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12 ._boxBottom_1l718_25{display:flex;gap:40px}._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12 ._boxItem_1l718_29{display:flex;align-items:center;gap:16px}._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12 ._boxItem_1l718_29 ._boxLabel_1l718_34{min-width:108px;color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px;text-align:end}._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12 ._boxItem_1l718_29 ._boxInput_1l718_44 ._itemInput_1l718_44{width:80px;background-color:#fff}._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12 ._boxItem_1l718_29 ._boxInput_1l718_44 ._inputAssistive_1l718_48{width:161px}._container_1l718_1 ._sectionContent_1l718_6 ._boxFormFitness_1l718_12 ._boxItem_1l718_29 ._boxUnit_1l718_51{color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px}._container_16joo_1{box-sizing:border-box;margin:0 16px}._container_16joo_1 ._sectionContent_16joo_5{max-width:1184px;width:100%;margin-left:40px}._container_16joo_1 ._sectionContent_16joo_5 ._labelForm_16joo_10{color:#444650;font-size:24px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.35px;margin-bottom:8px}._container_16joo_1 ._sectionContent_16joo_5 ._labelMci_16joo_19{margin-top:24px}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22{box-sizing:border-box;max-width:1184px;background-color:#eceef1;padding:16px 60px 16px 16px;display:flex;flex-wrap:wrap;gap:10px}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxTop_16joo_31,._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxBottom_16joo_35{display:flex;gap:40px}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxItem_16joo_39{display:flex;align-items:center;gap:16px}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxItem_16joo_39 ._boxLabel_16joo_44{width:180px;min-width:147px;color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.35px;text-align:end}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxItem_16joo_39 ._boxInput_16joo_55 ._itemInput_16joo_55{width:120px;background-color:#fff}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxItem_16joo_39 ._boxInput_16joo_55 ._inputAssistive_16joo_59{width:161px}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxItem_16joo_39 ._boxInput_16joo_55 ._mirudakeScoreBox_16joo_62{box-sizing:border-box;background:#fff;width:120px;height:60px;border:1px solid #d5d7db;border-radius:4px;padding:12px;font-size:24px;color:#444650}._container_16joo_1 ._sectionContent_16joo_5 ._boxForm_16joo_22 ._boxItem_16joo_39 ._boxUnit_16joo_73{color:#444650;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.35px}._boxPopup_1omyu_1{font-family:Yu Gothic UI!important}._boxPopup_1omyu_1 .MuiDialog-paper{display:flex;flex-direction:column}._boxPopup_1omyu_1 .MuiDialogContent-root{flex:1;display:flex!important;flex-direction:column;justify-content:center;padding-bottom:0!important}._boxPopup_1omyu_1 ._boxContent_1omyu_15{font-family:Yu Gothic UI!important;width:100%}._btnSuccess_1omyu_20{width:146px;height:60px;font-weight:600!important;font-size:22px!important;font-family:Yu Gothic UI!important}._btnCancel_1omyu_28{width:146px;height:60px;font-weight:400!important;font-size:22px!important;font-family:Yu Gothic UI,sans-serif!important;border:1px solid #d5d7db!important;color:#444650!important}._container_g2cv1_1{display:flex}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4{background-color:#eceef1;width:280px;min-width:280px;flex-shrink:0;height:calc(100vh - 92px);border-right:1px solid #aaafb7}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._link_g2cv1_12{text-decoration:none}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._boxSetting_g2cv1_15{color:#444650;font-weight:600;font-size:24px;height:64px;display:flex;align-items:center}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._boxSetting_g2cv1_15 span{padding-left:16px;line-height:normal}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._itemSetting_g2cv1_27{height:72px;display:flex;align-items:center;gap:8px;padding-left:20px}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._itemSetting_g2cv1_27 span{font-size:24px;font-weight:400;color:#444650;font-style:normal;line-height:19px;letter-spacing:.35px}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._itemSetting_g2cv1_27:hover{background-color:#deeaff;cursor:pointer}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._itemSettingActive_g2cv1_46{background-color:#deeaff}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._itemSettingInactive_g2cv1_49{background-color:#eceef1}._container_g2cv1_1 ._boxMenuLeft_g2cv1_4 ._hidden_g2cv1_52{display:none}._container_g2cv1_1 ._boxMainContent_g2cv1_55{flex:1;flex-shrink:1;flex-basis:0;min-width:0}._boxContainerRight_1kf1q_1{flex:1}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4{height:92px;display:flex;justify-content:flex-end;align-items:center;background-color:#f4f5f7}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4 ._btnRegister_1kf1q_11{font-family:Yu Gothic UI,sans-serif;background-color:#307ce5;width:212px;height:60px;font-weight:600;font-size:22px}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4 ._btnRegister_1kf1q_11 span{line-height:29px}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4 ._btnRegister_1kf1q_11:disabled{opacity:.4;color:#fff}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4 ._btnCancel_1kf1q_26{margin-left:16px;margin-right:24px;font-family:Yu Gothic UI,sans-serif;width:212px;height:60px;border:1px solid #d5d7db;color:#444650;font-weight:400;font-size:22px}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4 ._btnCancel_1kf1q_26 label{width:140px;line-height:29px}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4 ._btnCancel_1kf1q_26 label:hover{cursor:pointer}._boxContainerRight_1kf1q_1 ._boxGroupButton_1kf1q_4 ._btnCancel_1kf1q_26:disabled{opacity:.4}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47{padding:0 32px;margin-top:30px;overflow:auto;max-height:calc(100vh - 248px)}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxUserIdAndName_1kf1q_53{font-weight:400;font-size:22px;color:#444650;display:flex;gap:33px}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxUserIdAndName_1kf1q_53 ._boxUserId_1kf1q_53{width:135px;line-height:29px}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxUserIdAndName_1kf1q_53 ._boxUserName_1kf1q_64{line-height:29px;width:891px!important}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxValueUserIdAndName_1kf1q_68{margin-top:8px;display:flex;gap:33px}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxValueUserIdAndName_1kf1q_68 ._boxValueUserId_1kf1q_68{width:135px;display:flex;align-items:center;color:#444650;font-weight:600;font-size:28px}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxValueUserIdAndName_1kf1q_68 ._boxValueUserName_1kf1q_81{flex:1}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxValueUserIdAndName_1kf1q_68 ._boxValueUserName_1kf1q_81 ._inputUserName_1kf1q_84{background-color:#fff;height:72px}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxValueUserIdAndName_1kf1q_68 ._boxValueUserName_1kf1q_81 ._inputUserName_1kf1q_84 input{height:100%;font-weight:600;font-size:28px}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxValueUserIdAndName_1kf1q_68 ._boxValueUserName_1kf1q_81 ._inputUserName_1kf1q_84 input:focus{border-color:#307ce5!important}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxItemForm_1kf1q_96{margin-top:32px;display:flex;gap:33px;height:60px}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxItemForm_1kf1q_96 ._boxItemLabel_1kf1q_102{width:135px;display:flex;align-items:center;font-weight:400;font-size:22px;color:#444650}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxItemForm_1kf1q_96 ._boxItemValue_1kf1q_110{display:flex;gap:8px;height:60px;align-items:center}._boxContainerRight_1kf1q_1 ._boxForm_1kf1q_47 ._boxItemForm_1kf1q_96 ._boxItemValue_1kf1q_110 ._labelDateTime_1kf1q_116{font-weight:400;font-size:22px;color:#444650}._boxContainerRight_1kf1q_1 ._boxEra_1kf1q_121{height:60px;min-height:60px}._boxContainerRight_1kf1q_1 ._boxYear_1kf1q_125{width:120px}._boxContainerRight_1kf1q_1 ._boxMonth_1kf1q_128{width:90px}._boxContainerRight_1kf1q_1 ._boxPhoneNumber_1kf1q_131{width:514px;background-color:#fff}._boxContainerRight_1kf1q_1 ._boxOption_1kf1q_135{width:100%!important}._boxContainerRight_1kf1q_1 ._boxTextError_1kf1q_138{height:48px;display:flex;gap:12px;align-items:center;background-color:#ffe8ed;padding-left:16px}._boxContainerRight_1kf1q_1 ._boxTextError_1kf1q_138 span{color:#c71c3e;font-size:22px;font-weight:400}._MuiMenu-paper_1kf1q_152{max-height:360px!important;overflow-y:auto!important}._customScroll_1kf1q_157{overflow-y:auto}._customScroll_1kf1q_157::-webkit-scrollbar{width:16px}._customScroll_1kf1q_157::-webkit-scrollbar-track{background:transparent}._customScroll_1kf1q_157::-webkit-scrollbar-thumb{background:#808893a6;border-radius:999px;height:166px!important}._customScroll_1kf1q_157::-webkit-scrollbar-thumb:hover{background:#808893a6}._customScroll_1kf1q_157::-webkit-scrollbar-button{display:none;width:0;height:0}._container_1fte8_1{padding:20px 0}._header_1fte8_5{display:flex;align-items:center;margin-bottom:24px;gap:12px}._title_1fte8_12{font-size:22px;color:#444650;margin:0;line-height:29px;font-family:Yu Gothic UI,sans-serif}._helpIcon_1fte8_20{width:20px;height:20px;background-color:#007bff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;cursor:pointer}._qrButton_1fte8_34{margin-left:auto;background-color:#fff;color:#444650;border:1px solid #d5d7db;padding:12.5px 20px;width:239px;border-radius:4px;font-size:22px;height:60px;display:flex;align-items:center;gap:20px;cursor:pointer;font-family:Yu Gothic UI,sans-serif;transition:background-color .2s;box-shadow:0 1px #2b384b1a}._qrButton_1fte8_34:hover{background-color:#f0f1f2}._qrButton_1fte8_34:disabled{background-color:#f3f3f4;color:#999;cursor:not-allowed}._tableContainer_1fte8_61{background-color:#fff;overflow:hidden;border:1px solid rgba(43,56,75,.2);display:flex;flex-direction:column}._tableHeader_1fte8_69{background-color:#2b384b12;display:flex;border-bottom:1px solid rgba(43,56,75,.2);position:sticky;top:0;z-index:10;height:55px}._headerCell_1fte8_79{text-align:center;padding:17px 16px;font-weight:400;font-size:18px;color:#444650;line-height:21px;position:relative}._headerCell_1fte8_79:first-child{width:298px;flex-shrink:0}._headerCell_1fte8_79:nth-child(2){flex:1}._headerCell_1fte8_79:last-child{width:57px;flex-shrink:0;text-align:center}._headerCell_1fte8_79:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:30px;border-right:1px solid rgba(43,56,75,.15)}._tableBody_1fte8_110{max-height:280px;overflow-y:auto;display:flex;flex-direction:column}._tableBody_1fte8_110::-webkit-scrollbar{width:28px}._tableBody_1fte8_110::-webkit-scrollbar-track{background:transparent}._tableBody_1fte8_110::-webkit-scrollbar-thumb{background-color:#808893a6;border-radius:999px;border:6px solid transparent;background-clip:content-box}._tableBody_1fte8_110::-webkit-scrollbar-thumb:hover{background-color:#808893a6}._tableRow_1fte8_132{display:flex;border-bottom:1px solid rgba(43,56,75,.07);border-right:1px solid rgba(43,56,75,.07)}._tableRow_1fte8_132:last-child{border-bottom:none}._tableRow_1fte8_132:hover{background-color:#f8f9fa}._tableRow_1fte8_132{height:87px;align-items:center}._nameCell_1fte8_148{width:298px;flex-shrink:0;padding:0 16px;height:60px;vertical-align:middle;font-weight:500;color:#333}._nameInput_1fte8_158{width:248px;height:58px;border:1px solid #d5d7db;padding:0 12px;font-size:24px;font-weight:400;border-radius:4px;color:#444650;background-color:#fff}._nameInput_1fte8_158:focus{outline:none;border-color:#007bff}._nameInput_1fte8_158::placeholder{color:#999;font-weight:400}._nameInput_1fte8_158:disabled{background-color:#f3f3f4;cursor:not-allowed;color:#44465066}._errorInput_1fte8_183{border-color:#dc3545!important;background:#ffe8ed}._errorInput_1fte8_183:focus{outline:none;border-color:#007bff!important}._errorMessage_1fte8_192{color:#dc3545;font-size:12px;margin-top:4px;font-weight:400}._emailCell_1fte8_199{flex:1;padding:20px 16px;vertical-align:top;color:#444650;font-size:22px;text-align:left;display:flex;align-items:center;justify-content:flex-start}._deleteCell_1fte8_211{width:57px;flex-shrink:0;vertical-align:middle;text-align:center;display:flex;align-items:center;justify-content:center}._deleteButton_1fte8_221{background:none;border:none;cursor:pointer;font-size:16px;padding:4px 8px;border-radius:4px;transition:background-color .2s}._deleteButton_1fte8_221:disabled{cursor:not-allowed;opacity:.5}._deleteButton_1fte8_221:disabled:hover svg g path{fill:#8e95a5}._deleteButton_1fte8_221:hover svg g path{fill:#dc3545}._popupRegisterUserFamily_1fte8_241 .MuiDialog-container .MuiDialog-paper{width:970px!important;max-width:90%;border-radius:8px;background-color:#fcfbfb}._buttonPrint_1fte8_248:hover{background-color:#f0f2f5!important}._boxContainerLeft_1ffhw_1{width:415px;min-width:415px;flex-shrink:0;border-left:1px solid rgb(170,175,183);border-right:1px solid rgb(170,175,183);min-height:calc(100vh - 92px);max-height:calc(100vh - 92px);background-color:#f4f5f7;display:flex;flex-direction:column;overflow:hidden}._boxContainerLeft_1ffhw_1 ._boxGroupButton_1ffhw_14{padding:16px;background-color:#fbfbfc}._boxContainerLeft_1ffhw_1 ._btnAddNew_1ffhw_18{background-color:#fff;font-family:Yu Gothic UI,sans-serif;width:386px;height:60px;border:1px solid #d5d7db;color:#444650;font-weight:400;font-size:22px;border-radius:4px;box-shadow:0 1px #2b384b1a}._boxContainerLeft_1ffhw_1 ._btnAddNew_1ffhw_18 ._label_1ffhw_30{width:100%;line-height:29px;font-style:normal}._boxContainerLeft_1ffhw_1 ._btnAddNew_1ffhw_18:hover{border:1px solid #d5d7db}._boxContainerLeft_1ffhw_1 ._boxCheckBox_1ffhw_38{margin-top:16px;display:flex;gap:63px}._boxContainerLeft_1ffhw_1 ._boxCheckBox_1ffhw_38 ._checkBox_1ffhw_43,._boxContainerLeft_1ffhw_1 ._boxCheckBox_1ffhw_38 ._checkBox_1ffhw_43 .MuiButtonBase-root{padding:0!important}._boxContainerLeft_1ffhw_1 ._boxCheckBox_1ffhw_38 ._checkBox_1ffhw_43 .MuiSvgIcon-root{font-size:45px}._boxContainerLeft_1ffhw_1 ._boxCheckBox_1ffhw_38 .MuiCheckbox-root.Mui-checked{color:#307ce5!important}._boxContainerLeft_1ffhw_1 ._boxCheckBox_1ffhw_38 ._itemCheckBox_1ffhw_55{cursor:pointer;display:flex;gap:0px;align-items:center}._boxContainerLeft_1ffhw_1 ._boxCheckBox_1ffhw_38 ._itemCheckBox_1ffhw_55 ._label_1ffhw_30{color:#444650;font-weight:400;font-size:22px;font-style:normal;line-height:29px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68{display:flex;flex-direction:column;flex:1;min-height:0}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74{border-top:1px solid rgba(43,56,75,.2);border-bottom:1px solid rgba(43,56,75,.2);display:flex;height:72px;color:#444650;font-size:18px;font-weight:400;font-style:normal;background:#f4f5f7}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74 ._boxHeaderId_1ffhw_85{position:relative;width:90px;display:flex;justify-content:center;align-items:center;line-height:29px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74 ._boxHeaderId_1ffhw_85 img{position:absolute;top:5px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74 ._boxHeaderId_1ffhw_85 span{line-height:21px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74 ._boxHeaderName_1ffhw_100{position:relative;width:327px;display:flex;justify-content:center;align-items:center}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74 ._boxHeaderName_1ffhw_100 img{position:absolute;top:5px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74 ._boxHeaderName_1ffhw_100 span{line-height:21px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxHeader_1ffhw_74 ._boxCenter_1ffhw_114{margin-top:20px;width:1px;height:30px;background-color:#2b384b26}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120{overflow-y:auto;flex:1;min-height:0}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._link_1ffhw_125{text-decoration:none}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128{height:88px;display:flex;align-items:center;font-weight:400;font-size:24px;font-style:normal;color:#444650;border-bottom:1px solid rgba(43,56,75,.07);letter-spacing:.35px;box-sizing:border-box}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxUserId_1ffhw_140{width:90px;display:flex;align-items:center;justify-content:center}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxUserId_1ffhw_140 span{line-height:24px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxUserName_1ffhw_149{width:227px;max-width:227px;padding-left:16px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxUserName_1ffhw_149 span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxLabel_1ffhw_162{display:flex;align-items:center;justify-content:flex-end;margin-right:16px;width:100px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxLabel_1ffhw_162 ._label_1ffhw_30{display:flex;align-items:center;justify-content:center;width:82px;height:32px;border-radius:25px;font-size:16px;font-weight:600;line-height:24px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxLabel_1ffhw_162 ._labelGreen_1ffhw_180{background-color:#17e69a33;color:#007914;line-height:24px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128 ._boxLabel_1ffhw_162 ._labelRed_1ffhw_185{background-color:#d932404d;color:#b70003;line-height:24px}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContent_1ffhw_128:hover{cursor:pointer;background-color:#deeaff}._boxContainerLeft_1ffhw_1 ._boxTable_1ffhw_68 ._boxContent_1ffhw_120 ._itemContentActive_1ffhw_194{background-color:#deeaff}._customScroll_1ffhw_198{overflow-y:auto}._customScroll_1ffhw_198::-webkit-scrollbar{width:16px}._customScroll_1ffhw_198::-webkit-scrollbar-track{background:transparent}._customScroll_1ffhw_198::-webkit-scrollbar-thumb{background:#808893a6;border-radius:999px;height:166px!important}._customScroll_1ffhw_198::-webkit-scrollbar-thumb:hover{background:#808893a6}._customScroll_1ffhw_198::-webkit-scrollbar-button{display:none;width:0;height:0}._container_1sawf_1{display:flex;height:calc(100vh - 92px);overflow:hidden}._container_1sawf_1 ._formInfoUser_1sawf_6{flex:1;flex-shrink:1;flex-basis:0;min-width:0;background-color:#fbfbfc}._container_a5c4i_2{font-family:Yu Gothic UI,sans-serif;background-color:#fff;min-height:calc(100vh - 92px)}._container_a5c4i_2 ._header_a5c4i_7{height:92px;width:100%;background-color:#f4f5f7;display:flex;justify-content:flex-end;align-items:center;border-bottom:1px solid rgba(43,56,75,.15)}._container_a5c4i_2 ._header_a5c4i_7 ._btnRegister_a5c4i_16{margin-right:24px;font-family:Yu Gothic UI,sans-serif;background-color:#307ce5;width:212px;height:60px;font-weight:600;font-size:22px}._container_a5c4i_2 ._header_a5c4i_7 ._btnRegister_a5c4i_16:disabled{opacity:.4;color:#fff}._container_a5c4i_2 ._title_a5c4i_29{color:#444650;font-size:22px;font-weight:600;margin:22px 0 13px 24px}._container_a5c4i_2 ._boxWrapTable_a5c4i_35{background-color:#f4f5f7;min-height:411px;margin:0 24px;padding:16px}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxFilter_a5c4i_41,._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxFilter_a5c4i_41 ._boxCourse_a5c4i_45{display:flex;align-items:center}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxFilter_a5c4i_41 ._boxAuto_a5c4i_49{margin-left:45px;display:flex;align-items:center;justify-content:start}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxFilter_a5c4i_41 ._labelFilter_a5c4i_55{color:#444650;font-size:22px;font-weight:400}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxFilter_a5c4i_41 ._toggleDisable_a5c4i_60{cursor:not-allowed;margin-left:10px}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._lineRow_a5c4i_64{margin:16px 0;height:2px;background-color:#2b384b26}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69{border:1px solid #d5d7db;width:902px;height:282px}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxHeaderTable_a5c4i_74{background-color:#2b384b12;height:56px;display:flex;align-items:center;color:#444650;font-size:18px;font-weight:400;border-bottom:1px solid rgba(43,56,75,.2)}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxHeaderTable_a5c4i_74 ._boxProcessHeader_a5c4i_84{width:72px;display:flex;justify-content:center}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxHeaderTable_a5c4i_74 ._boxMapHeader_a5c4i_89{max-width:450px;box-sizing:border-box;width:100%}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxHeaderTable_a5c4i_74 ._boxMapHeader_a5c4i_89 span{display:flex;justify-content:center;width:100%;border-left:1px solid rgba(43,56,75,.12)}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxHeaderTable_a5c4i_74 ._boxTimeHeader_a5c4i_100{box-sizing:border-box;border-left:1px solid rgba(43,56,75,.12);width:380px;display:flex;justify-content:center}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107{overflow:hidden;overflow-y:auto;max-height:226px;color:#444650;font-size:22px;font-weight:400}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115{display:flex;height:60px;align-items:center;border-bottom:1px solid rgba(43,56,75,.07)}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxProcess_a5c4i_84{width:72px;display:flex;justify-content:center}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxMap_a5c4i_89{flex:1;display:flex;justify-content:center;align-items:center;width:100%;border-left:1px solid rgba(43,56,75,.12);border-right:1px solid rgba(43,56,75,.12);height:100%}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxTime_a5c4i_100{width:380px;display:flex;justify-content:space-around;box-sizing:border-box;padding-left:5px}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxTime_a5c4i_100 ._boxStartDate_a5c4i_143{display:flex;align-items:center;justify-content:center;width:100%;max-width:170.5px;max-height:51px;height:100%;box-sizing:border-box}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxTime_a5c4i_100 ._boxStartDate_a5c4i_143 ._dataPicker_a5c4i_153{border:1px solid rgb(213,215,219);font-family:Yu Gothic UI,sans-serif;max-height:51px;height:100%;width:100%}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxTime_a5c4i_100 ._boxStartDate_a5c4i_143 ._dataPicker_a5c4i_153 .MuiOutlinedInput-root{height:51px}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxTime_a5c4i_100 ._boxStartDate_a5c4i_143 ._dataPicker_a5c4i_153 .MuiInputBase-input{width:100%;box-sizing:border-box;font-size:22px}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxTime_a5c4i_100 ._boxCenter_a5c4i_168{display:flex;align-items:center}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._boxItem_a5c4i_115 ._boxTime_a5c4i_100 ._boxEndDate_a5c4i_172{display:flex;align-items:center;justify-content:center;width:100%}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._bgGray_a5c4i_178{background-color:#f3f3f5}._container_a5c4i_2 ._boxWrapTable_a5c4i_35 ._boxTable_a5c4i_69 ._boxContent_a5c4i_107 ._bgWhite_a5c4i_181{background-color:#fbfbfb}._customScroll_a5c4i_185{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._customScroll_a5c4i_185::-webkit-scrollbar{display:none}.main-layout{font-family:Yu Gothic UI,sans-serif;display:flex;flex-direction:column;height:100vh;width:100vw}.header{display:flex;align-items:center;justify-content:space-between;background-color:#3a4658;color:#fff;padding:0 1rem;height:92px;position:fixed;top:0;left:0;right:0;z-index:100}.header-left{display:flex;align-items:center;gap:12px}.logo-icon{border-radius:4px;height:48px;cursor:pointer}.logo-text{font-size:18px;font-weight:700;color:#fff}.header-right{display:flex;align-items:center;gap:38px;width:fit-content}.header-select{width:700px;height:60px;margin:auto 0}.header-select .select-wrapper{height:60px}.header-select .select-wrapper .select,.header-select .select-wrapper .select .select-trigger{background-color:#3a4658!important;color:#fff!important}.header-select .select-wrapper .select .select-trigger .select-content .select-value{color:#f4f5f7!important;font-size:24px;font-weight:600}.user-icon{width:32px;height:32px;background-color:#e2e8f0;border-radius:50%;cursor:pointer}.layout-body{display:flex;margin-top:92px;height:calc(100vh - 92px)}.sidebar{width:124px;background-color:#273243;color:#fff;overflow-y:auto}.sidebar-nav{padding:1rem 0;display:flex;flex-direction:column;gap:17px;align-items:center}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:background-color .2s;width:108px;height:87px;border-radius:4px}.nav-item_wrapper{display:flex;flex-direction:column;align-items:center;gap:7px;padding:10px 6px;cursor:pointer;transition:background-color .2s;width:108px;height:87px;border-radius:4px}.nav-item:hover{background-color:#4a5568}.nav-item.disabled{cursor:not-allowed;opacity:.5}.nav-item.disabled:hover{background-color:inherit}.nav-item.active{background-color:#fff3}.nav-icon{width:32px;height:32px;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;object-fit:contain}.nav-divider{width:60%;height:1px;background-color:#ffffff4d}.nav-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.nav-text{font-size:20px;font-weight:400;color:#f4f5f7;line-height:100%}.main-content{background-color:#f7fafc;max-height:100%;min-height:0;overflow:auto;flex:1;flex-shrink:1}.header-user-dropdown{cursor:pointer}.header-user-dropdown .user-dropdown-default-trigger{background-color:#bbbfc9}.popupError{display:flex;gap:24px;padding:37px 24px 29px;align-items:center;justify-content:center;height:100px}.header-dropdown .select-option{background-color:#3a4658;color:#f4f5f7}.header-dropdown .select-option:hover,.header-dropdown .select-option--focused{background-color:#334155}.header-dropdown .select-option--selected{background-color:#385174;color:#97c2ff;font-weight:600}.select-dropdown.header-dropdown{box-shadow:0 2px 6px #0006}.select-dropdown.header-dropdown::-webkit-scrollbar{width:16px;height:16px}.select-dropdown.header-dropdown::-webkit-scrollbar-track{background:#3a4658}.select-dropdown.header-dropdown::-webkit-scrollbar-thumb{background-color:#808893a6;border-radius:8px;border:2px solid #3a4658}.select-dropdown.header-dropdown::-webkit-scrollbar-thumb:hover{background-color:#808893a6}.titleModal{font-size:16px;color:#444650;font-style:normal;font-weight:600;line-height:21px;font-family:Yu Gothic UI}.contentModal{padding-top:10px;padding-left:15px;font-size:24px;font-weight:400;line-height:normal;letter-spacing:.35px}.select-wrapper{--select-primary-color: #1677ff;--select-border-color: #55606F;--select-border-radius: 4px;--select-background: #fff;--select-text-color: #333;--select-placeholder-color: #aaa;--select-disabled-opacity: .5;--select-hover-background: #f5f5f5;--select-focus-shadow: 0 0 0 2px rgba(22, 119, 255, .2);--select-error-color: #ff4d4f;--select-max-height: 500px;--select-z-index: 1000;--select-transition: all .2s ease-in-out;--select-scrollbar-width: 16px}.select-wrapper{position:relative;width:100%}.select{position:relative;width:100%;outline:none;height:100%;font-family:inherit}.select--small .select-trigger{height:28px;padding:0 8px;font-size:12px}.select--medium .select-trigger{height:36px;padding:0 12px;font-size:14px}.select--large .select-trigger{height:44px;padding:0 16px;font-size:16px}.select--default .select-trigger{background:var(--select-background);border:1px solid var(--select-border-color);border-radius:var(--select-border-radius);height:58px}.select--outlined .select-trigger{background:transparent;border:2px solid var(--select-border-color);border-radius:var(--select-border-radius)}.select--filled .select-trigger{background:#f5f5f5;border:none;border-bottom:2px solid var(--select-border-color);border-radius:var(--select-border-radius) var(--select-border-radius) 0 0}.select--disabled{opacity:var(--select-disabled-opacity);pointer-events:none}.select--error .select-trigger{border-color:var(--select-error-color);box-shadow:0 0 0 2px #ff4d4f33}.select-trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:var(--select-transition);color:var(--select-text-color);height:60px}.select--disabled .select-trigger{cursor:not-allowed}.select-content{flex:1;overflow:hidden;position:relative;padding-right:40px}.select-placeholder{color:var(--select-placeholder-color)}.select-value{color:var(--select-text-color);width:95%;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis}.select-value span{line-height:21px}.select-search{width:100%;border:none;outline:none;background:transparent;color:var(--select-text-color);font-size:inherit;padding-right:0}.select-search::placeholder{color:var(--select-placeholder-color)}.select-actions{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px;padding:0 8px;height:100%}.select-clear{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:none;color:var(--select-placeholder-color);cursor:pointer;border-radius:50%;transition:var(--select-transition);font-size:14px;line-height:1}.select-clear:hover{background:#f0f0f0;color:var(--select-text-color)}.select-loading{width:16px;height:16px;border:2px solid var(--select-border-color);border-top:2px solid var(--select-primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.select-arrow{transition:var(--select-transition);display:flex;align-items:center;justify-content:center}.select-arrow--up{transform:rotate(-180deg)}.select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;width:100%;background:var(--select-background);border:1px solid var(--select-border-color);border-radius:var(--select-border-radius);max-height:556px;overflow-y:auto;z-index:var(--select-z-index);box-shadow:0 4px 12px #0000001a;list-style:none;margin:0;padding:0;scrollbar-color:none rgba(128,136,147,.65)}.select-option{cursor:pointer;padding:20px 12px;font-size:22px;line-height:100%;transition:var(--select-transition);color:var(--select-text-color);background-color:#3a4658;color:#fff}.select-option:hover{background:#385174!important}.select-option--focused{background:#28313f}.select-option--selected{background:#28313f;color:#f4f5f7;font-weight:500}.select-option--disabled{color:var(--select-placeholder-color);cursor:not-allowed;opacity:.5}.select-option--empty{color:var(--select-placeholder-color);font-style:italic;cursor:default}.select-helper{margin-top:4px;font-size:12px;color:var(--select-placeholder-color)}.select-helper--error{color:var(--select-error-color)}.select-dropdown::-webkit-scrollbar{width:16px}.select-dropdown::-webkit-scrollbar-track{background:transparent}.select-dropdown::-webkit-scrollbar-thumb{background-color:#808893a6;border-radius:999px;border:5px solid transparent;background-clip:content-box}@media (max-width: 768px){.select-dropdown{max-height:150px}.select--small .select-trigger{height:32px}.select--medium .select-trigger{height:40px}.select--large .select-trigger{height:48px}}.user-dropdown{position:relative;display:inline-block}.user-dropdown-trigger{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.user-dropdown-trigger:hover{opacity:.8}.user-dropdown-default-trigger{width:46px;height:46px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#666;border:1px solid #e0e0e0;transition:all .2s ease}.user-dropdown-default-trigger:hover{background:#e8e8e8;border-color:#d0d0d0}.user-dropdown-menu{position:absolute;width:370px;height:250px;background:#fbfbfc;border:1px solid #D5D7DB;border-radius:4px;box-shadow:0 4px 16px #0000001a;z-index:1000;opacity:0;transform:translateY(-10px);animation:dropdownFadeIn .2s ease forwards}@keyframes dropdownFadeIn{to{opacity:1;transform:translateY(0)}}.user-dropdown-menu--bottom-left{top:calc(100% + 9px);left:0}.user-dropdown-menu--bottom-right{top:calc(100% + 21px);right:-15px}.user-dropdown-menu--top-left{bottom:calc(100% + 8px);left:0}.user-dropdown-menu--top-right{bottom:calc(100% + 8px);right:0}.user-dropdown-list{list-style:none;margin:0;padding:20px 5px 2px;display:flex;flex-direction:column;gap:20px}.user-dropdown-item{display:flex;align-items:center;cursor:pointer;height:61px;transition:background-color .2s ease;color:#333;font-size:14px;border-top:1px solid rgba(43,56,75,.15);padding:0 0 0 32px}.user-dropdown-item:hover{background-color:#d0d0d0}.user-dropdown-item-icon{margin-right:12px;display:flex;align-items:center;justify-content:center;width:64px;height:64px;flex-shrink:0}.user-dropdown-item-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:22px;font-weight:400;line-height:29px;color:#444650}.user-dropdown-divider{height:1px;background:#e0e0e0;margin:8px 0}.user-dropdown-user-info{display:flex;align-items:center;background:#fbfbfc;margin:0;cursor:default;height:64px;padding:0 24px;gap:16px}.user-dropdown-user-info:hover{background:#f8f9fa}.user-dropdown-user-details{flex:1}.user-dropdown-user-name{font-size:24px;font-weight:500;color:#444650;line-height:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.user-dropdown-user-role{font-size:18px;color:#444650;margin:8px 0 0;line-height:24px}.user-dropdown-menu-section{padding:8px 0}.user-dropdown-menu-section:not(:last-child){border-bottom:1px solid #e0e0e0}._container_1gbyo_1{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#fff6;z-index:2147483647;display:flex;align-items:center;justify-content:center}._spinner_1gbyo_13{width:120px;height:120px;border-radius:50%;background:conic-gradient(#307ce5 0,#307ce5 25%,#dfe2e5 25%,#dfe2e5 50%,#307ce5 50%,#307ce5 75%,#dfe2e5 75%,#dfe2e5);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 18px),#000 0);mask:radial-gradient(farthest-side,transparent calc(100% - 18px),#000 0);animation:_spin_1gbyo_13 1s linear infinite}@keyframes _spin_1gbyo_13{to{transform:rotate(1turn)}}body{margin:0;font-family:BIZ UDPGothic,BIZ UDGothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:BIZ UDPGothic;src:url(/assets/BIZUDPGothic-Regular.8k2NbaoT.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:BIZ UDPGothic;src:url(/assets/BIZUDPGothic-Bold.D7jJq3PK.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:BIZ UDGothic;src:url(/assets/BIZUDGothic-Regular.BqKVnp92.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:BIZ UDGothic;src:url(/assets/BIZUDGothic-Bold.BFddGk8O.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.MuiTooltip-tooltip{width:auto!important;max-width:none!important;white-space:nowrap!important;background-color:#d92b4e!important;border-radius:2px!important;color:#fff!important;font-weight:400!important;font-size:18px!important;height:auto}
