: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:hsla(0,0%,100%,.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-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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.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,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%{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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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)}}.loader-z{width:50px;aspect-ratio:1;display:grid}.loader-z:after,.loader-z:before{content:"";grid-area:1/1;--c:no-repeat radial-gradient(farthest-side,#25b09b 92%,#0000);background:var(--c) 50% 0,var(--c) 50% 100%,var(--c) 100% 50%,var(--c) 0 50%;background-size:12px 12px;animation:l12 1s infinite}.loader-z:before{margin:4px;filter:hue-rotate(45deg);background-size:8px 8px;animation-timing-function:linear}@keyframes l12{to{transform:rotate(.5turn)}}.custom-input .ant-input-number-input-wrap>input::-moz-placeholder{color:#c6c6c6}.custom-input .ant-input-number-input-wrap>input::placeholder{color:#c6c6c6}.custom-input::-moz-placeholder{color:#c6c6c6}.custom-input::placeholder{color:#c6c6c6}.custom-select .ant-select-selector{border-radius:8px!important}.custom-select.ant-select-disabled .ant-select-selector{background-color:var(--wsm-bg-content)!important}.ant-select-open:has(.ant-select-clear) .ant-select-arrow{display:none}.custom-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item{background-color:var(--wsm-border-table);opacity:.8}.custom-radio{padding:0!important;border:none!important}.custom-button-danger{background-color:#dc4446!important;color:#fff!important}.ant-modal .ant-modal-content{padding:0!important;background-color:var(--white-bg-color)!important}.ant-modal .ant-modal-content .ant-modal-body{border-color:var(--wsm-border-table)}.ant-modal .ant-modal-header{background-color:var(--white-bg-color)!important}.text-linkAble .ant-input{cursor:pointer}.text-area-custom .ant-input-data-count{bottom:8px;right:16px;color:var(--Neutral-colors-400,#cacaca)}.ant-tabs-content.ant-tabs-content-top,.ant-tabs-tabpane.ant-tabs-tabpane-active{height:100%}.edit-container{background-color:#fafafa;padding:20px;height:100%;display:flex;flex-direction:column;max-height:calc(100vh - 176px);gap:24px}.edit-container .keyValue{color:var(--primary-text-color);font-size:18px;font-weight:700;line-height:24px}.edit-container .content{display:flex;flex-direction:column;overflow:auto;max-height:calc(100vh - 176px);gap:24px}.edit-container .content .content-by-date-wrapper{border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px;background-color:#fff}.edit-container .content .date-wrapper{gap:12px}.edit-container .content .date-wrapper .calendar-icon{background-color:#4a69ff;border-radius:50%;padding:4px;width:20px;height:20px}.edit-container .content .date-wrapper .calendar-icon>*{stroke:#fff}.edit-container .content .date-wrapper .date{display:flex;align-content:center}.edit-container .content .date-wrapper .date>span{font-size:14px;font-weight:600;line-height:20px;height:20px;align-self:center}.history-item-container{padding:16px;gap:24px;border:1px solid #eee;border-radius:8px}.history-item-container .time span{font-size:12px;font-weight:400;line-height:18px;height:18px;color:#8d8d8d}.history-item-container .info-wrapper{gap:8px}.history-item-container .info-wrapper .user-avatar{width:24px;height:24px}.history-item-container .info-wrapper .username-and-change-info-wrapper{display:flex;flex-direction:column;gap:8px}.history-item-container .info-wrapper .username-and-change-info-wrapper .header{gap:8px}.history-item-container .info-wrapper .username-and-change-info-wrapper .header .username{font-size:14px;line-height:20px;font-weight:600;height:20px}.history-item-container .info-wrapper .username-and-change-info-wrapper .header .title{font-size:14px;font-weight:400;line-height:20px;height:20px}.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper{display:flex;flex-direction:column;row-gap:8px;padding-left:16px}.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper .left-border{border-left:1px solid #cacaca}.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper .change-detail-item{gap:8px}.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper .change-detail-item .field-label{color:var(--primary-text-color);font-size:14px;font-weight:500;line-height:20px;height:20px;width:118px;margin-right:16px}.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper .change-detail-item .from,.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper .change-detail-item .to{color:#555;font-size:12px;font-weight:400;line-height:20px;height:20px}.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper .change-detail-item .old{color:#8d8d8d;font-size:14px;font-weight:400;line-height:20px}.history-item-container .info-wrapper .username-and-change-info-wrapper .change-detail-wrapper .change-detail-item .new{color:#555;height:20px;font-size:14px;font-weight:400;line-height:20px}.car-status{white-space:nowrap}.car-status.active{color:#4a69ff;background-color:#e8ecff}.car-status.active,.car-status.inactive{white-space:nowrap;padding:2px 6px;border-radius:4px}.car-status.inactive{color:#f64c4c;background-color:#fef2f2}.labor-active{color:#2c80ff;background-color:#ebf5ff}.labor-active,.labor-inactive{white-space:nowrap;padding:4px 8px;border-radius:4px;font-weight:600}.labor-inactive{color:#c63636;background-color:#fef2f2}.repair-status{padding:3px 8px;border-radius:4px;font-size:12px;font-weight:600;line-height:18px;height:18px;white-space:nowrap}.repair-status.active{color:#369eff;background-color:#ebf5ff}.repair-status.completed{background-color:#f2faf6;color:#0c9d61}.repair-status.over-expected-date,.repair-status.over-notification-date{background-color:#fef2f2;color:#c63636}.repair-status.draft{background-color:#fafafa;color:var(--primary-text-color)}.repair-status.closed{background-color:#fef2f2;color:#c63636}.product-status{white-space:nowrap}.product-status.active{background:var(--Info-50,#ebf5ff);color:var(--Info-500,#2c80ff);font-size:12px;font-weight:600;line-height:18px}.product-status.active,.product-status.inactive{white-space:nowrap;padding:2px 6px;border-radius:4px}.product-status.inactive{color:#f64c4c;background-color:#fef2f2}.business-status{white-space:nowrap}.business-status.active{background:var(--Info-50,#ebf5ff);color:var(--Info-500,#2c80ff);font-size:12px;font-weight:600;line-height:18px}.business-status.active,.business-status.inactive{white-space:nowrap;padding:2px 6px;border-radius:4px}.business-status.inactive{color:#f64c4c;background-color:#fef2f2}.campaign-marketing-status{white-space:nowrap}.campaign-marketing-status.active{white-space:nowrap;padding:2px 6px;border-radius:4px;background:var(--Info-50,#ebf5ff);color:var(--Info-500,#2c80ff);font-size:12px;font-weight:600;line-height:18px}.campaign-marketing-status.inactive{color:#f64c4c;white-space:nowrap;background-color:#fef2f2;padding:2px 6px;border-radius:4px}.collapse-status{background:var(--white-bg-color);border-radius:0}.collapse-status .ant-collapse-item .ant-collapse-header{padding:0;margin-bottom:8px}.collapse-status .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0}.collapse-status .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .ant-checkbox-group{display:flex;flex-direction:column;gap:8px}.base-modal .upload-file-wrapper{width:500px}.upload-file-wrapper .content-wrapper{border-radius:12px;padding:0}.upload-file-wrapper .content-wrapper span.ant-upload.ant-upload-btn{padding:40px 80px}.upload-file-wrapper .content-wrapper div.ant-upload.ant-upload-select{padding:0;display:ruby-text}.upload-file-wrapper .content-wrapper .upload-file{gap:16px}.upload-file-wrapper .content-wrapper .upload-file .drag{font-size:14px;font-weight:600;line-height:20px;text-align:center;color:#2b2e48}.upload-file-wrapper .content-wrapper .upload-file .or{gap:6px;width:134px}.upload-file-wrapper .content-wrapper .upload-file .or span{font-size:12px;font-weight:400;line-height:18px;color:#cacaca;text-align:center}.upload-file-wrapper .content-wrapper .upload-file .or .rec{height:.5px;width:100%;background-color:#cacaca}.upload-file-wrapper .content-wrapper .upload-file .upload-btn{color:#fff;background-color:#1d43ff;padding:7px 16px;font-size:14px;font-weight:500;line-height:20px}.upload-file-wrapper .content-wrapper .upload-file .file-template{color:#4a69ff;cursor:pointer}.upload-file-wrapper .info{text-align:center}.upload-file-wrapper .files{width:100%}.upload-file-wrapper .files .file-item-wrapper{padding:12px;border-radius:8px;border:1px solid var(--Neutral-colors-200,#eee)}.upload-file-wrapper .files .file-item-wrapper .file-info .icon>*{width:20px;height:20px}.upload-file-wrapper .files .file-item-wrapper .file-info .file-name{color:var(--Neutral-colors-700,#2b2e48);font-size:14px;font-weight:600;line-height:20px;margin:0}.upload-file-wrapper .files .file-item-wrapper .file-info .info{color:var(--Neutral-colors-500,#8d8d8d);font-size:12px;font-weight:400;line-height:18px;margin:0;gap:16px}.upload-file-wrapper .files .file-item-wrapper .error-number{margin-right:16px;color:var(--Danger-400,#f64c4c);font-size:12px;font-weight:400;line-height:18px}.upload-file-wrapper .files .file-item-wrapper .download-file-result{color:var(--Primary-colors-400,#4a69ff);font-size:12px;font-weight:600;line-height:18px;cursor:pointer}.upload-file-wrapper .files .file-item-wrapper .ant-progress-bg.ant-progress-bg-outer{background:var(--Success-500,#00a141)}.upload-file-wrapper .files .file-item-wrapper .ant-progress-text.ant-progress-text-end.ant-progress-text-outer svg{fill:var(--Success-500,#00a141)}.error-message-wrapper{gap:6px;margin-top:4px}.error-message-wrapper .icon{width:16px;height:16px;color:#c63636}.error-message-wrapper .message{font-size:14px;font-weight:400;line-height:20px;color:#c63636}.checkbox-items-wrapper{display:flex;flex-direction:column;row-gap:8px;width:100%}.checkbox-group.header-wrapper{margin-bottom:12px}.checkbox-group.header-wrapper .selected{color:var(--Neutral-colors-500,#8d8d8d);font-size:12px;font-weight:600;line-height:18px}.checkbox-group.header-wrapper .clear{color:var(--Primary-colors-400,#4a69ff);font-size:12px;font-weight:600;line-height:18px;cursor:pointer}.empty-user-wrapper{display:flex;align-items:center;-moz-column-gap:6px;column-gap:6px;cursor:pointer;padding:1px 4px}.empty-user-wrapper:hover .icon .user-icon{background-color:#d2d9ff}.empty-user-wrapper:hover .icon .user-icon path{fill:#fff}.empty-user-wrapper:hover .icon .plus-icon{background-color:var(--Primary-colors-400,#4a69ff)}.empty-user-wrapper:hover .note{color:var(--Primary-colors-400,#4a69ff)}.empty-user-wrapper .icon{position:relative}.empty-user-wrapper .icon .user-icon{padding:10px;border-radius:50%;background-color:#eee;width:32px;height:32px;flex-shrink:0}.empty-user-wrapper .icon .plus-icon{position:absolute;border-radius:100px;border:1px solid var(--black-white-white,#fff);background:var(--Neutral-colors-500,#8d8d8d);right:0;bottom:0;padding:2px}.empty-user-wrapper .note{color:var(--Neutral-colors-500,#8d8d8d);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.has-user-wrapper{max-width:130px;display:flex;align-items:center;position:relative}.has-user-wrapper .avatar{width:32px;height:32px;border:2px solid var(--black-white-white,#fff)}.has-user-wrapper .avatar:nth-child(2){transform:translateX(-4px)}.has-user-wrapper .avatar:nth-child(3){transform:translateX(-8px)}.has-user-wrapper .avatar-hidden{border-radius:32px;width:32px;height:32px;background-color:#dadada;color:var(--Neutral-colors-500,#8d8d8d);text-align:center;font-size:12px;font-weight:600;line-height:18px;transform:translateX(-12px);border:2px solid var(--black-white-white,#fff)}.select-user-content-wrapper{width:314px}.select-user-content-wrapper .header{padding:12px;display:flex;justify-content:space-between;-moz-column-gap:8px;column-gap:8px}.select-user-content-wrapper .header .selected-total{color:var(--Neutral-colors-500,#8d8d8d);font-size:12px;font-weight:600;line-height:18px;width:200px}.select-user-content-wrapper .header .clear{color:var(--Primary-colors-400,#4a69ff);font-size:12px;font-weight:600;line-height:18px;cursor:pointer}.select-user-content-wrapper .search{margin-bottom:12px}.select-user-content-wrapper .result .item-wrapper{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;padding:12px;cursor:pointer;border-radius:6px}.select-user-content-wrapper .result .item-wrapper:hover{border:0 solid var(--Neutral-colors-300,#e1e1e1);background:var(--Neutral-colors-100,#f5f5f5)}.select-user-content-wrapper .result .item-wrapper .avatar{width:32px;height:32px}.select-user-content-wrapper .result .item-wrapper .info{display:flex;flex-direction:column;flex:1}.select-user-content-wrapper .result .item-wrapper .info .name{color:var(--Neutral-colors-700,#2b2e48);font-size:14px;font-weight:400;line-height:20px}.select-user-content-wrapper .result .item-wrapper .info .code-role{display:flex;align-items:center}.select-user-content-wrapper .result .item-wrapper .info .code-role .code,.select-user-content-wrapper .result .item-wrapper .info .code-role .role-name{color:var(--Neutral-colors-500,#8d8d8d);font-size:12px;font-weight:400;line-height:18px}.select-user-content-wrapper .result .item-wrapper .info .code-role .divider{margin:0 8px;width:.5px;height:10px;background:var(--Neutral-colors-400,#cacaca)}.details-info-wrapper{padding:24px;border-radius:12px;border:1px solid var(--wsm-border-table);background-color:var(--white-bg-color)}.details-info-wrapper .heading-wrapper{-moz-column-gap:12px;column-gap:12px}.details-info-wrapper .heading-wrapper .title{font-size:16px;font-weight:600;line-height:24px;color:var(--primary-text-color)}.details-info-wrapper .heading-wrapper .icon{width:24px;height:24px;background-color:#4a69ff;padding:4px;border-radius:50%;display:flex;justify-content:center}.details-info-wrapper .heading-wrapper .icon svg{width:14px;height:14px}.details-info-wrapper .heading-wrapper .icon svg>*{stroke:#fff}.details-info-wrapper .divider{width:100%;height:1px;background-color:var(--wsm-border-table);margin:16px 0}.details-info-wrapper .content-wrapper .content-item-wrapper{-moz-column-gap:12px;column-gap:12px;display:flex;justify-content:space-between}.details-info-wrapper .content-wrapper .content-item-wrapper .label{max-height:356px;font-size:14px;font-weight:400;line-height:20px}.details-info-wrapper .content-wrapper .content-item-wrapper .value{font-size:14px;font-weight:500;line-height:20px}.select-chain-item-header-wrapper .ant-collapse-item.ant-collapse-item-active .ant-collapse-header{border-top-right-radius:10px;border-top-left-radius:10px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;background-color:var(--white-bg-color)}.select-chain-item-header-wrapper .ant-collapse-item .ant-collapse-header{padding:8px 16px;background-color:var(--white-bg-color);border-radius:10px!important}.select-chain-item-header-wrapper .ant-collapse-item .ant-collapse-header:hover{background-color:#f5f5f5}.select-chain-item-header-wrapper .ant-collapse-item .ant-collapse-content.ant-collapse-content-active{border-top:0}.select-chain-item-header-wrapper .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:12px}.select-chain-item-header-wrapper .workshop-list-wrapper{border-radius:10px;background:var(--Neutral-colors-50,#fafafa);row-gap:8px;padding:12px 16px}.select-chain-item-header-wrapper .workshop-list-wrapper .title{color:var(--Neutral-colors-700,#2b2e48);font-size:12px;font-weight:400;line-height:18px}.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper:not(:last-child){border-bottom:1px solid var(--Neutral-colors-200,#eee);margin-bottom:10px;padding-bottom:10px}.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper{gap:2px}.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper .stt{color:var(--Neutral-colors-600,#555);font-size:12px;font-weight:400;line-height:18px;width:28px}.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper .name{color:var(--Neutral-colors-700,#2b2e48);font-size:14px;font-weight:500;line-height:20px}.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper .address{color:var(--Neutral-colors-600,#555);font-size:12px;font-weight:400;line-height:18px}.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper.active:hover .address,.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper.active:hover .name,.select-chain-item-header-wrapper .workshop-list-wrapper .items-wrapper .item-wrapper.active:hover .stt{color:var(--Primary-colors-400,#4a69ff)}.dropdown-render-wrapper{padding:12px}.dropdown-render-wrapper .ant-select-item{padding:0}.dropdown-render-wrapper .ant-select-item .ant-select-item-option-content{margin:0!important}.dropdown-render-wrapper .header-wrapper{padding:12px;row-gap:8px}.dropdown-render-wrapper .header-wrapper .selected{color:var(--Neutral-colors-500,#8d8d8d);font-size:12px;font-weight:600;line-height:18px}.dropdown-render-wrapper .header-wrapper .clear{color:var(--Primary-colors-400,#4a69ff);font-size:12px;font-weight:600;line-height:18px;cursor:pointer}.panel-wrapper{border-radius:12px;border:1px solid var(--Neutral-colors-200,#eee)}.layout.container-wrapper{border-radius:12px;background:var(--black-white-white,#fff);box-shadow:0 1px 2px 0 rgba(11,23,64,.08);padding:24px}.base-modal .ant-modal-content .ant-modal-header{margin:0}.base-modal .ant-modal-content .ant-modal-header .ant-modal-title{padding:12px 24px;color:var(--primary-text-color);font-size:20px;font-weight:700;line-height:26px!important;margin-right:20px}.base-modal .ant-modal-content button.ant-modal-close{top:5px;right:10px}.base-modal .ant-modal-content .ant-modal-body{padding:20px;border-top:1px solid var(--wsm-border-table)!important}.base-modal .ant-modal-content .ant-modal-footer{display:flex;justify-content:end;padding:16px 24px;border-top:1px solid var(--wsm-border-table);background:var(--white-bg-color);margin:0;border-radius:12px;border-top-left-radius:0;border-top-right-radius:0}.base-modal .ok-btn{border-radius:8px;background:var(--menu-text-color);padding:7px 16px}.base-modal .cancel-btn,.base-modal .close-btn{border-radius:8px;background:var(--white-bg-color);padding:7px 16px}.select-chain-workshop-popup.ant-select-dropdown .ant-select-item-option-active{background-color:var(--white-bg-color)}.search-all-component .ant-select-selector{border-radius:6px!important;font-size:15px!important}.search-all-component .ant-select-selector::-moz-placeholder{font-size:14px!important}.search-all-component .ant-select-selector::placeholder{font-size:14px!important}.ant-select-dropdown{padding:10px!important;max-width:650px!important}.ant-select-item.ant-select-item-option.ant-select-item-option-grouped{padding:6px 14px!important;font-size:14px!important;border-radius:4px!important}.ant-select-item.ant-select-item-option.ant-select-item-option-grouped:hover{background-color:#f2f3f5!important}.repair-order-list-container{max-height:calc(100vh - 60px);height:100%}.repair-order-list-container .table-wrapper{flex:1;overflow:auto}.repair-order-list-container .repair-order-filter .wrapper{max-width:280px;min-width:280px;display:flex;flex-direction:column;max-height:calc(100vh - 60px)}.repair-order-detail .repair-order-detail-form-container{width:100%;overflow:auto;min-height:100%;-moz-column-gap:24px;column-gap:24px;min-height:calc(100vh - 165px)}.repair-order-detail .repair-order-detail-form-container .left-wrapper{width:70%;border-radius:12px;gap:24px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .form-heading-wrapper{-moz-column-gap:12px;column-gap:12px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .form-heading-wrapper .form-heading{color:var(--primary-text-color);font-size:24px;font-weight:700;line-height:36px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .form-heading-wrapper .status>.ant-select-selector{border:0;box-shadow:none}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content{display:flex;flex-direction:column;row-gap:24px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-1{display:flex;justify-content:space-between}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-1 .wrapper{display:flex;gap:10px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-1 .wrapper .content-wrapper{display:flex;flex-direction:column}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-1 .wrapper .content-wrapper .title{color:var(--primary-text-color);opacity:.8;font-size:14px;font-weight:400;line-height:20px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-1 .wrapper .content-wrapper .value{color:var(--primary-text-color);font-size:14px;font-weight:600;line-height:20px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-2{display:flex;flex-wrap:wrap;padding:16px 20px;border-radius:10px;border:1px solid var(--wsm-border-table);row-gap:12px;-moz-column-gap:80px;column-gap:80px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-2 .wrapper{display:flex;flex:1 1 calc(50% - 40px);row-gap:4px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-2 .wrapper .title{color:var(--primary-text-color);font-size:14px;font-weight:600;line-height:20px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .common-info .content .info-2 .wrapper .value{color:var(--primary-text-color);font-size:14px;font-weight:400;line-height:20px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .repair-order-list{gap:16px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .repair-order-list .content{border-radius:12px;border:1px solid var(--wsm-border-table);-moz-column-gap:16px;column-gap:16px;padding:20px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .matters-arising{gap:16px}.repair-order-detail .repair-order-detail-form-container .left-wrapper .matters-arising .content{border-radius:12px;border:1px solid var(--wsm-border-table);-moz-column-gap:16px;column-gap:16px;padding:20px}.repair-order-detail .repair-order-detail-form-container .right-wrapper{flex:1;row-gap:24px}.confirm-modal .ant-modal-content .ant-modal-title{padding:24px;border-bottom:1px solid var(--wsm-border-table)}.confirm-modal .ant-modal-content button.ant-modal-close{top:20px}.confirm-modal .ant-modal-content .ant-modal-body{padding:20px 24px}.confirm-modal .ant-modal-content .ant-modal-footer{display:flex;justify-content:end;padding:16px 24px;border-top:1px solid var(--wsm-border-table)}