@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&display=swap);: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:#ffffffb3;--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.topbar{align-items:center;background:linear-gradient(91.99deg,#664b92 6.85%,#9766c9 52.41%,#8ad5dd 99.68%)!important;display:flex;justify-content:space-between;padding-inline:25px}.ant-layout-sider-trigger,aside.ant-layout-sider{border-inline-end:1px solid #0505050f}aside ul.ant-menu{border-inline-end:0}.ant-form label{font-weight:600}.ant-form-item{margin-bottom:0}.sub-title{color:#8187a6}.text-center{text-align:center}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.items-center{align-items:center}.items-end{align-items:end}.items-start{align-items:start}.card{background:#fff;border:1px solid #f2f2f2;border-radius:12px;box-shadow:0 1px 10px #e2d8f766;padding:20px}.pr_green{color:#499d96}.ant-btn-primary:disabled{background-color:#e7e8e9;border:none!important;color:#b7bcc3}.btn-edit{background-color:#fef1df;border:none}.btn-delete{background-color:#fde7e5;border:none}.ant-input-prefix{color:#c3c9d2}.ant-switch.ant-switch-checked{background:#12b76a!important}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{content:""!important}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):after{color:#ff4d4f;content:"*";display:inline-block;font-size:14px;line-height:0;margin-left:6px;margin-right:0;visibility:visible!important}.box-border{border:3px solid;border-radius:10px;color:#2e90fa;height:10px;margin-right:10px}.box-border,.box-border-clound{box-sizing:border-box;padding:0;position:static}.box-border-clound{border:1px solid #dfdfdf99;margin:0 30px 0 40px}.ant-collapse-header-text{font-size:16px;font-weight:500}.headder-text-customer{color:#6442a4;font-size:24px;font-weight:700}.ant-tabs-tab-btn{color:#667085}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#499d96!important}.ant-tabs .ant-tabs-ink-bar{background:#499d96}.bg-primary{background-color:#6442a4;color:#fff}.custom-float-btn .ant-float-btn-body{background-color:#499d96!important}.btn-view{background-color:#dff0ff;border:none}.ant-input-group .ant-input-group-addon{background-color:#6442a4;color:#fff}.ant-collapse-content-box{background-color:#fff!important}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;max-width:100px;overflow:hidden;text-overflow:ellipsis}:where(.css-dev-only-do-not-override-1ctgjl).ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content{text-wrap:wrap;line-height:1.2}:where(.css-dev-only-do-not-override-1ctgjl).ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content{text-wrap:wrap;line-height:1.2}.profileDropdown .ant-dropdown-menu{background-color:#f7f6fa!important;padding:15px;width:200px}.profileDropdown .ant-dropdown-arrow:before{background-color:#f7f6fa!important}.profileDropdown ul li{padding:8px 16px 8px 8px!important}.profileDropdown ul li a{gap:8px}.ant-dropdown-menu-item:active,.ant-dropdown-menu-item:visited,.profileDropdown .ant-dropdown-menu-item:hover{background-color:#e1f5f2!important;color:#499d96}.view-current-custom-collapse{height:200px;overflow:hidden}.current-custom-collapse-btn{bottom:20px;position:absolute;right:-65px;right:-45px}.edit-current-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.edit-current-custom-collapse{height:200px;overflow:hidden}.add-current-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.add-current-custom-collapse{height:200px;overflow:hidden}.custom-radio-gap .ant-radio-wrapper{margin-right:60px}.add-future-collapse-btn{bottom:20px;position:absolute;right:-65px}.view-future-collapse-btn{bottom:20px;position:absolute;right:-45px}#my-superset-container,iframe{border:0;height:100%;width:100%}.gutter-box{background:#6f2f9f;padding:0 5px}.div_scroll{background-color:#fff}.card{margin-left:10px;margin-right:10px}.gutter-box-segment-0{background:#159f95!important;padding:0 5px}.gutter-box-segment-1{background:#b8500f!important;padding:0 5px}.gutter-box-segment-2{background:#85cba6!important;padding:0 5px}.gutter-box-segment-3{background:#7030a0!important;padding:0 5px}.div_scroll{max-height:400px;overflow-y:auto}.gutter-example .ant-row>div{background:#0000;border:0}.gutter-box-mkp{background:#052569;color:#fff;font-size:16px;font-style:bold;padding:0 5px}.gutter-box-mkp-2{background:#fff;color:#052569;font-size:16px;font-style:bold}.text-white-head-center{color:#fff;font-size:20px;font-style:bold;text-align:center}.text-white-head{color:#fff;font-size:16px;font-style:bold}.text-white-title{color:#fff;font-size:14px;font-style:bold}.report-input{width:94%!important}.customerCard{margin:0 0 0 1px}.bar_target{background-color:#002060!important;text-align:center;width:100%}.bar_result,.bar_target{color:#fff;float:left;font-size:16px;font-style:bold;height:25px}.bar_result{background-color:#00b050!important}.text_result{background-color:#fff!important;color:#052569;float:left;font-size:18px;font-style:bold}.text_workline{color:#fbe7de}.bar_target_workline,.text_workline{float:left;font-size:16px;font-style:bold}.bar_target_workline{background-color:#fea817!important;color:#fff;height:25px}.voc_header{background-color:#033599!important;color:#fff;width:100%}.voc_body,.voc_header{font-size:16px;font-style:bold}.voc_body{background-color:#fff!important;color:#002060}.voc_text_green{color:#00b050}.voc_text_green,.voc_text_violet{background-color:#fff!important;font-size:16px;font-style:bold}.voc_text_violet{color:#7030a0}.voc_bg_violet{background-color:#7030a0;border-radius:10px;color:#fff!important;font-size:16px;font-style:bold;text-align:center}.div_1st,.div_white{background:#fff}.div_1st{display:flex;flex-wrap:wrap}.div_2nd{border:#00b050;border-radius:10px;border-style:solid;flex-grow:1;height:240px;margin:5px;padding:5px;width:30%}.div_2nd:nth-child(2n),.div_2nd:nth-child(odd){background:#fff}.bar_empty{font-size:16px;height:25px}.bar_empty,.bar_empty_thin{background-color:#fff!important;color:#fff;float:left;font-style:bold;text-align:center;width:100%}.bar_empty_thin{font-size:8px;height:3px}.div_img_emp{padding-left:5px;width:34%}.div_top{display:flex;padding-top:10px}.div_result_right{float:right;vertical-align:top;width:65%}.div_title_violet{background-color:#7030a0;border-radius:10px;border-style:solid;color:#fff;float:left;font-size:20px;font-style:bold;padding-left:10px;width:100%}.page,.sign_in{height:100%}.sign_in{position:relative;width:100%}.content{height:100%;padding:0 30px;width:1200px}.signin_form{background-color:#fff;border-radius:25px;box-shadow:0 3px 18px #b299d833;padding:50px;width:450px}.bg_signin{background-image:url(/static/media/bgSignIn.53667e05d4cee0fb498e.jpg);background-repeat:no-repeat;background-size:cover;height:50%;position:absolute;width:100%}.txt_primary{color:#6442a4}.bold{font-weight:600}.ant-collapse-content-box{background-color:#ebf5ff;border-radius:16px;padding-top:16px!important}.ant-checkbox-group label{width:140px}.custom-collapse{height:80px;overflow:hidden}.custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.view-custom-collapse-btn{bottom:20px;position:absolute;right:-40px}.view-custom-collapse{height:60px;overflow:hidden}.view-competitor-custom-collapse{height:200px;overflow:hidden}.competitor-custom-collapse-btn{bottom:20px;position:absolute;right:-65px;right:-45px}.edit-competitor-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.edit-competitor-custom-collapse{height:200px;overflow:hidden}.add-competitor-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.add-competitor-custom-collapse,.view-area-usage-custom-collapse{height:200px;overflow:hidden}.area-usage-custom-collapse-btn{bottom:20px;position:absolute;right:-65px;right:-45px}.edit-area-usage-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.edit-area-usage-custom-collapse{height:200px;overflow:hidden}.add-area-usage-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.add-area-usage-custom-collapse,.view-visit-custom-collapse{height:200px;overflow:hidden}.visit-custom-collapse-btn{bottom:20px;position:absolute;right:-65px;right:-45px}.edit-visit-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.edit-visit-custom-collapse{height:200px;overflow:hidden}.add-visit-custom-collapse-btn{bottom:20px;position:absolute;right:-65px}.add-visit-custom-collapse{height:200px;overflow:hidden}.detail-table body{font-family:TH SarabunPSK,sans-serif;font-size:18px;margin:40px}table{border-collapse:collapse;width:100%}.detail-table th{background-color:#e6e6e6}.detail-table td,.detail-table th{border:1px solid #000;padding:10px;text-align:center;vertical-align:middle}.main-title{border:none;font-size:20px;font-weight:700;padding-bottom:20px;text-align:center}#root,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;margin:0}#root,body,html,main{font-family:Noto Sans Thai,sans-serif,Roboto!important}main{background-color:#fff}.ant-menu-item-selected:after{border-left:4px solid #499d96;left:0;position:absolute!important}.ant-menu-item-selected{background-color:#e1f5f2!important;border-radius:0!important;color:#499d96!important;font-weight:600}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{margin-inline:0;width:100%}.ant-menu-submenu-title:active{background-color:initial!important}.ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#499d96}.ant-menu-submenu-title:hover{background-color:initial!important}.ant-input-number .ant-input-number-input:placeholder-shown{font-family:Noto Sans Thai,sans-serif;text-overflow:ellipsis}.pr-purple{color:#6442a4}.view-label .ant-form-item-label label{color:#499d96!important}.ant-picker-outlined{width:100%}.ant-pagination{justify-content:flex-end}
/*# sourceMappingURL=main.71a0a4a5.css.map*/