@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: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}.whole-wrapper{height:100dvh;width:100%;display:flex;flex-direction:column}.whole-wrapper .whole-wrapper-without-header{display:flex;flex-direction:row;width:100%;height:100%}.whole-wrapper .whole-wrapper-without-header .main-body-masters-form{height:calc(100vh - 46px);width:calc(100vw - 50px);background-color:#fff}.whole-wrapper .ginie-wrapper{position:fixed;bottom:25px;right:25px;left:45px;height:60px;width:40px;border-radius:5px;transition:all .5s ease-in-out}.whole-wrapper .ginie-wrapper img{height:100%;width:100%;object-fit:cover}.whole-wrapper .ginie-wrapper:hover{cursor:pointer;transform:scale(1.5)}.ant-switch-checked{background-color:#e65100!important}.custom-radio-group .ant-radio{transform:scale(.7)!important}.custom-radio-group{display:flex;gap:15px;align-items:center;border:1.5px solid #bbbbbb;padding:4px 2px;border-radius:5px}.custom-radio-group .ant-radio{transform:scale(.85)!important}.custom-radio-group .ant-radio-wrapper{display:flex;align-items:center;margin:0!important}.custom-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner{width:16px;height:16px;border-width:1.5px;border-color:#ccc}.custom-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner:after{width:8px;height:8px;top:100%;left:100%;transform:translate(-30%,-30%)!important;background-color:#d84226}.custom-radio-group .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner{border-color:#d84226!important;background-color:transparent}.custom-radio-group .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner:after{background-color:#d84226;transform:translate(-50%,-50%) scale(1)}.custom-radio-group .ant-radio-wrapper .ant-radio.ant-radio-checked:after{border:none!important}.custom-radio-group .ant-radio-wrapper .ant-radio:hover .ant-radio-inner{border-color:#d84226}.custom-radio-group .ant-radio-wrapper span:not(.ant-radio){color:#bbb!important;font-size:12px!important;font-weight:400!important;padding-left:6px!important;transition:color .3s ease;line-height:1}.custom-radio-group .ant-radio-wrapper.ant-radio-wrapper-checked span:not(.ant-radio){color:#d84226!important;font-weight:600!important}.custom-radio-group .ant-radio-wrapper:hover span:not(.ant-radio){color:#d84226!important}.custom-radio-group .ant-radio-wrapper-disabled{cursor:not-allowed}.custom-radio-group .ant-radio-wrapper-disabled .ant-radio .ant-radio-inner{border-color:#d9d9d9!important;background-color:#f5f5f5!important}.custom-radio-group .ant-radio-wrapper-disabled .ant-radio.ant-radio-checked .ant-radio-inner:after{background-color:#d9d9d9!important}.custom-radio-group .ant-radio-wrapper-disabled span:not(.ant-radio){color:#d9d9d9!important}.custom-radio-group .ant-radio-wrapper-disabled:hover span:not(.ant-radio){color:#d9d9d9!important}.ant-select-item-option-content{font-size:12px;color:#5c6370}.custom-collapse .ant-collapse-item{margin-bottom:5px}.custom-collapse .ant-collapse-item:last-child{margin-bottom:0}.button-icon-size{height:18px;width:18px}.small-button-icon-size{height:15px;width:15px}.field-height{height:26px}.error-boundary{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#f3f4f6}.error-boundary__card{width:100%;max-width:28rem;background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center}.error-boundary__logo{width:7rem;margin-bottom:1.5rem}.error-boundary__icon svg{height:4rem;width:4rem;margin:0 auto 1.5rem;fill:none;stroke:#ef4444;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.error-boundary__title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.error-boundary__message{color:#6b7280;margin-bottom:1.5rem}.error-boundary__support{font-size:.875rem;color:#6b7280;margin-top:1.5rem}.error-boundary__details{background:#f9fafb;border-radius:.5rem;padding:.75rem;margin-bottom:1.5rem;text-align:left}.error-boundary__details summary{font-weight:500;color:#1f2937;cursor:pointer;outline:none}.error-boundary__details pre{margin-top:.75rem;font-size:.75rem;color:#ef4444;white-space:pre-wrap;word-wrap:break-word}.error-boundary__button{width:100%;background:#3b82f6;color:#fff;font-weight:500;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s}.error-boundary__button:hover{background:#2563eb}.error-boundary__button:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}.not-found{height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#f3f4f6}.not-found__card{width:100%;max-width:32rem;background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-align:center}.not-found__logo{height:6.5rem;width:auto}.not-found__illustration svg{width:12rem;height:auto;margin:0 auto 2rem}.not-found__title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.not-found__message{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.not-found__support{font-size:.875rem;color:#6b7280;margin-top:2rem}.not-found__support a{color:#fb5e1a;text-decoration:none;font-weight:500}.not-found__support a:hover{text-decoration:underline}.not-found__actions{display:flex;gap:1rem;justify-content:center}.not-found__button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.not-found__button--secondary{background:#fff;color:#1f2937;border:1px solid #d1d5db}.not-found__button--secondary:hover{background:#f9fafb}.not-found__button:not(.not-found__button--secondary){background:#fb5e1a;color:#fff}.not-found__button:not(.not-found__button--secondary):hover{background:#fb5e1a,8%}.not-found__button:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.custom-btn{height:26px}.custom-btn.custom-btn--primary{background-color:#fb5e1a!important;color:#fff!important;border-color:#fb5e1a!important;border-radius:4px!important;font-size:14px!important}.custom-btn.custom-btn--outline{background-color:#fff!important;border-color:#bbb!important;color:#5c6370!important;display:flex;align-items:center}.custom-btn.custom-btn--outline:hover,.custom-btn.custom-btn--outline:focus{background-color:#fff4ef!important;border-color:#bbb!important;color:#5c6370!important}.ant-select-selection-placeholder{color:#5c6370!important;opacity:1}.ant-select-selector{outline:none!important;border:none!important;border-radius:6px}.ant-select:hover .ant-select-selector{border:none!important}.ant-select-focused .ant-select-selector{box-shadow:none!important;border:none!important}.ant-select-multiple .ant-select-selector{max-height:26px}.role-select-dropdown{min-width:250px;width:auto;max-width:400px}.ant-select-item-option-selected{background-color:#ffeddf!important;font-weight:600;color:#fb5e1a!important}.ant-select-item-option-active.ant-select-item-option-selected{background-color:#f9f4ec!important}.ant-select-item-option-selected .ant-select-item-option-state{color:#fb5e1a!important;font-size:12px!important}.ant-select-prefix{padding:0 4px!important;display:flex;align-items:center;justify-content:center}.custom-select .ant-select-selection-placeholder,.custom-select .ant-select-selection-item{font-size:12px!important;line-height:1!important}.role-select-dropdown .ant-select-item-option-content{font-size:12px!important}.custom-select.ant-select-open .ant-select-arrow>span{transform:rotate(180deg);transition:transform .2s ease}.custom-select{border:1.5px solid #bbbbbb;border-radius:6px}.ant-select-selection-wrap{line-height:1!important;max-height:20px!important;display:flex;align-items:center}.ant-select-selection-overflow{line-height:1!important;max-height:24px!important;display:flex;align-items:center}.custom-table{display:flex;flex-direction:column;height:100%}.custom-table .ant-table-wrapper,.custom-table .ant-spin-nested-loading,.custom-table .ant-spin-container,.custom-table .ant-table{display:flex;flex-direction:column;flex:1;min-height:0}.custom-table .ant-table-container{flex:1;min-height:0;display:flex;flex-direction:column}.custom-table .ant-table-thead>tr>th{background-color:#f3f3f3;font-size:12px;font-weight:600;color:#5c6370;padding:6px 12px}.custom-table .ant-table-tbody>tr>td{font-size:12px;padding:5px 12px;font-weight:500}.custom-table .ant-table-body{overflow-y:auto!important;overflow-x:auto;flex:1}.custom-table .ant-table-pagination{margin:8px 0;font-size:12px;padding-top:5px;margin-top:auto!important}.custom-table .ant-pagination{margin:8px 0;font-size:12px}.custom-table .ant-pagination-options .ant-select-selector{font-size:12px;height:26px!important;padding:0 8px!important;display:flex;align-items:center}.custom-table .ant-pagination-options .ant-select-selection-item{font-size:12px;line-height:24px!important}.custom-table .ant-pagination-options .ant-select-dropdown{font-size:12px}.custom-textfield::placeholder{color:#626f86;opacity:.8}.custom-textfield:disabled{color:#000!important;-webkit-text-fill-color:#000!important;opacity:.7!important}.custom-textfield,.custom-textfield textarea{font-size:12px!important}.custom-textfield::placeholder,.custom-textfield textarea::placeholder{font-size:12px!important}.audit-logs{width:100%;display:flex;flex-direction:column;gap:5px;height:calc(100vh - 80px);border-radius:5px;background-color:#fff;padding:5px}.audit-logs .audit-log-section{height:100%;width:100%;border-radius:5px;background-color:#fff;padding:10px;display:flex;flex-direction:column;gap:10px}.audit-logs .audit-log-section .audit-log-top-section{display:flex;flex-direction:row;justify-content:space-between}.audit-logs .audit-log-section .audit-log-top-section .audit-log-top-section-left,.audit-logs .audit-log-section .audit-log-top-section .audit-log-top-section-right{display:flex;flex-direction:row;gap:10px}.audit-logs .audit-log-section .audit-log-table-section{display:flex;flex-direction:column;flex-grow:1}.audit-view-modal{display:flex;flex-direction:column;gap:10px}.audit-view-modal .audit-view-modal-top{display:flex;flex-direction:row;align-items:center}.audit-view-modal .audit-view-modal-top .audit-view-modal-top-img-wrap{width:60px;height:60px;border-radius:50%;color:#fff;font-size:40px;display:flex;justify-content:center;align-items:center}.audit-view-modal .audit-view-modal-top .audit-view-modal-top-content{display:flex;flex-direction:column;margin-left:10px}.audit-view-modal .audit-view-modal-top .audit-view-modal-top-content .audit-view-modal-top-content-name{font-weight:600;font-size:14px;color:#5c6370;line-height:normal}.audit-view-modal .audit-view-modal-top .audit-view-modal-top-content .audit-view-modal-top-content-email{font-size:12px;color:#9e9e9e;line-height:normal}.audit-view-modal .audit-view-modal-profile-wrap{display:flex;flex-direction:column;gap:5px}.audit-view-modal .audit-view-modal-profile-wrap .audit-view-modal-profile{display:flex;flex-direction:column;gap:5px;padding-bottom:6px;border-bottom:1px solid #d9d9d9}.audit-view-modal .audit-view-modal-profile-wrap .audit-view-modal-profile .audit-view-modal-profile-title{font-weight:600;font-size:14px;color:#5c6370;line-height:normal}.audit-view-modal .audit-view-modal-profile-wrap .audit-view-modal-profile .audit-view-modal-profile-details{display:flex;flex-direction:row;justify-content:space-between}.audit-view-modal .audit-view-modal-profile-wrap .audit-view-modal-profile .audit-view-modal-profile-details .audit-view-modal-profile-details-label{font-size:12px;color:#9e9e9e;line-height:normal;flex:1}.audit-view-modal .audit-view-modal-profile-wrap .audit-view-modal-profile .audit-view-modal-profile-details .audit-view-modal-profile-details-value{font-size:12px;color:#5c6370;line-height:normal;flex:1}.audit-view-modal-history-wrap{padding:10px;min-height:300px;overflow-y:auto;overflow-x:hidden!important}.audit-view-modal-history-wrap ol{margin-block-start:0!important;margin-block-end:0!important;padding-inline-start:0!important}.audit-view-modal-history-wrap .ant-timeline-item-label{width:100px!important;max-width:100px!important;min-width:100px!important;padding-right:4px!important;text-align:right;font-size:12px;color:#5c6370;font-weight:600;line-height:normal}.audit-view-modal-history-wrap .ant-timeline-item-tail,.audit-view-modal-history-wrap .ant-timeline-item-head{left:110px!important}.audit-view-modal-history-wrap .ant-timeline-item-content{margin-left:0!important;width:calc(100% - 80px)!important;max-width:calc(100% - 80px)!important;box-sizing:border-box;overflow:hidden;inset-inline-start:calc(38% - 4px)!important}.ant-tabs .ant-tabs-nav{margin:0;border-bottom:1px solid rgb(197,196,196)}.ant-tabs .ant-tabs-tab{font-size:12px;padding:8px!important;font-weight:500;color:#555;transition:all .3s ease;display:flex;justify-content:center;align-items:center;min-width:150px!important}.ant-tabs .ant-tabs-tab:hover{color:#f60!important}.ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#f60!important;font-weight:600}.ant-tabs .ant-tabs-ink-bar{background:#f60!important;height:3px;border-radius:2px}.custom-btn{border-radius:4px!important;font-weight:600;height:26px;padding-left:8px!important;padding-right:8px!important;display:flex!important;align-items:center!important;justify-content:center!important}.custom-btn>span{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px;line-height:1!important}.custom-btn.custom-btn--primary{background-color:#fb5e1a!important;border-color:#fb5e1a!important;color:#fff!important}.custom-btn.custom-btn--primary:hover,.custom-btn.custom-btn--primary:focus{background-color:#e74804!important;border-color:#e74804!important;color:#fff!important}.custom-btn.custom-btn--primary[disabled],.custom-btn.custom-btn--primary.ant-btn-disabled{background-color:#ffb08c!important;border-color:#ffb08c!important;color:#fff!important;opacity:1!important}.custom-btn.custom-btn--danger{background-color:#ef4444!important;border-color:#ef4444!important;color:#fff!important}.custom-btn.custom-btn--danger:hover,.custom-btn.custom-btn--danger:focus{background-color:#dc2626!important;border-color:#dc2626!important;color:#fff!important}.custom-btn.custom-btn--danger[disabled],.custom-btn.custom-btn--danger.ant-btn-disabled{background-color:#f59b9b!important;border-color:#f59b9b!important;color:#fff!important;opacity:1!important}.custom-btn.custom-btn--outline{background-color:transparent!important;border-color:#5c6370!important;color:#5c6370!important;display:flex;align-items:center}.custom-btn.custom-btn--outline:hover,.custom-btn.custom-btn--outline:focus{background-color:#fff4ef!important;border-color:#5c6370!important;color:#5c6370!important}.custom-btn.custom-btn--outline[disabled],.custom-btn.custom-btn--outline.ant-btn-disabled{background-color:#f3f3f3!important;border-color:#c9c9c9!important;color:#9a9a9a!important;opacity:1!important}.custom-btn.custom-btn--secondary{background-color:#ffeddf!important;border-color:#5c6370!important;color:#5c6370!important;display:flex;align-items:center}.custom-btn.custom-btn--secondary:hover,.custom-btn.custom-btn--secondary:focus{background-color:#fff4ef!important;border-color:#5c6370!important;color:#5c6370!important}.custom-btn.custom-btn--secondary[disabled],.custom-btn.custom-btn--secondary.ant-btn-disabled{background-color:#f3f3f3!important;border-color:#c9c9c9!important;color:#9a9a9a!important;opacity:1!important}.normal{font-size:14px!important}.small,.small span{font-size:12px!important}.bolton-wrap{width:100%;display:flex;flex-direction:column;gap:5px;height:calc(100vh - 70px);border-radius:5px;background-color:#fff;padding:5px}.bolton-wrap .bolton-wrap-top{width:100%;height:48x;background-color:#f3f3f3;display:flex;align-items:center;gap:10px;padding:10px;border-radius:5px;border:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-top label{font-size:12px;color:#5c6370;font-weight:600;white-space:nowrap}.bolton-wrap .bolton-wrap-top .bolton-desc-textfield-style-wrap{height:26px;display:flex;border:1px solid #e65100;border-radius:6px;overflow:hidden;flex:1}.bolton-wrap .bolton-wrap-top .bolton-desc-textfield-style-wrap .bolton-desc-textfield-style{border:none!important;height:24px}.bolton-wrap .bolton-wrap-top .bolton-desc-textfield-style-wrap .bolton-desc-search-icon{height:100%;width:50px;display:flex;align-items:center;justify-content:center;padding:0 15px;cursor:pointer;background-color:#fb5e1a}.bolton-wrap .bolton-wrap-top .bolton-desc-textfield-style-wrap .bolton-desc-search-icon,.bolton-wrap .bolton-wrap-top .bolton-desc-textfield-style-wrap .bolton-desc-search-icon path,.bolton-wrap .bolton-wrap-top .bolton-desc-textfield-style-wrap .bolton-desc-search-icon rect,.bolton-wrap .bolton-wrap-top .bolton-desc-textfield-style-wrap .bolton-desc-search-icon circle{fill:#fff}.bolton-wrap .bolton-wrap-bottom{width:100%;flex-grow:1;display:flex;flex-direction:column;padding:5px;border-radius:5px;border:1px solid #bbbbbb;height:75vh;overflow:hidden}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-n-m-uom-it{width:100%;display:flex;gap:10px;padding:0 5px 5px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-n-m-uom-it .bolton-wrap-bottom-n-m-uom-it-input-wrap{display:flex;flex-direction:column;gap:5px;width:25%}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-n-m-uom-it .bolton-wrap-bottom-n-m-uom-it-input-wrap label{font-size:12px;color:#5c6370;font-weight:600}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap{display:flex;flex-direction:row;gap:5px;padding:0 5px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap{display:flex;flex-direction:column;height:calc(100vh - 228px);padding:0 5px 5px;overflow-y:auto;width:55%}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap-range{background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5px 0 6px;position:sticky;top:0;z-index:2}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap-range .bolton-wrap-bottom-char-header-wrap-range-line{display:flex;flex-direction:row;align-items:center;width:300px;gap:10px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap-range .bolton-wrap-bottom-char-header-wrap-range-line p{font-size:12px;color:#5c6370;font-weight:600;white-space:nowrap}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap-range .bolton-wrap-bottom-char-header-wrap-range-line .custom-progress .ant-progress-text{color:#5c6370!important;font-size:12px!important;font-weight:600}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap-range label{font-size:12px;color:#5c6370;font-weight:600}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap{width:100%;display:flex;flex-direction:row;background-color:#e6e6e6;border-radius:4px 4px 0 0;font-size:12px;padding:0;border:1px solid #bbbbbb;position:sticky;top:33px;z-index:2}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap .bolton-wrap-bottom-char-header-wrap-title-char{width:27%;height:100%;padding:6px 0 6px 10px;color:#5c6370;font-weight:600;border-right:1px solid #bbbbbb;display:flex}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap .bolton-wrap-bottom-char-header-wrap-title-resource{width:15%;height:100%;padding:6px 0;color:#5c6370;font-weight:600;display:flex;justify-content:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap .bolton-wrap-bottom-char-header-wrap-title-value{width:30%;height:100%;padding:6px 0;font-weight:600;color:#5c6370;border-right:1px solid #bbbbbb;display:flex;justify-content:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap .bolton-wrap-bottom-char-header-wrap-title-abbreviation{width:15%;height:100%;padding:6px 0;font-weight:600;color:#5c6370;border-right:1px solid #bbbbbb;display:flex;justify-content:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-header-wrap .bolton-wrap-bottom-char-header-wrap-title-unit{width:13%;height:100%;padding:6px 0;font-weight:600;color:#5c6370;border-right:1px solid #bbbbbb;display:flex;justify-content:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap{display:flex;flex-direction:column}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row-more-info{color:#5c6370;font-size:12px;font-weight:600;padding:5px 0;border-bottom:1px solid #bbbbbb;margin-top:5px;display:flex;align-items:center;justify-content:space-between}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row{display:flex;align-items:center;padding:0;width:100%;border:1px solid #bbbbbb;border-top:none;background-color:#f7f7f7}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row .bolton-wrap-bottom-char-body-wrap-row-attribute{width:27%;height:100%;font-size:12px;color:#000;display:flex;align-items:center;padding:4px 10px;border-right:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row .bolton-wrap-bottom-char-body-wrap-row-resource{width:15%;height:100%;font-size:12px;color:#000;padding:4px 2px;display:flex;align-items:center;justify-content:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row .bolton-wrap-bottom-char-body-wrap-row-resource .bolton-wrap-bottom-char-body-wrap-row-resource-value{display:flex;align-items:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row .bolton-wrap-bottom-char-body-wrap-row-value{width:30%;display:flex;align-items:center;justify-content:center;padding:4px 10px;height:100%;border-right:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row .bolton-wrap-bottom-char-body-wrap-row-abbrivation{width:15%;display:flex;align-items:center;justify-content:center;padding:4px 10px;height:100%;border-right:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row .bolton-wrap-bottom-char-body-wrap-row-unit{width:13%;display:flex;align-items:center;justify-content:center;padding:4px 10px;height:100%;border-right:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-char-wrap .bolton-wrap-bottom-char-body-wrap .bolton-wrap-bottom-char-body-wrap-row:last-child{border-bottom:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap{display:flex;flex-direction:column;gap:8px;width:45%;margin-top:5px;height:calc(100vh - 228px);padding:5px 2px 5px 0;overflow-y:auto}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap label{font-size:12px;color:#5c6370;font-weight:600}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid{display:flex;flex-direction:row;gap:5px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main{position:relative;width:86%;aspect-ratio:2/1;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;border:2px dashed #bbbbbb;border-style:dashed;border-radius:8px;overflow:hidden}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-wrap-grid-main-title{font-size:12px;color:#5c6370;font-weight:600}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-wrap-grid-main-text{font-size:10px;color:#737c8c;font-weight:600}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-wrap-grid-main-img{max-width:100%;max-height:100%;min-height:100%;min-width:100%;object-fit:contain}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-action-btn-full{position:absolute;right:10px;bottom:10px;cursor:pointer;opacity:.7}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-action-btn-full .bolton-wrap-bottom-img-action-btn-svg{width:18px;height:18px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-action-btn-left{width:28px;height:28px;position:absolute;left:10px;top:46%;cursor:pointer;background-color:#fff;border-radius:50%;transform:rotate(90deg);box-shadow:1px 1px 3px #0003;display:flex;align-items:center;justify-content:center;border:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-action-btn-left .bolton-wrap-bottom-img-action-btn-svg{width:22px;height:22px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-action-btn-right{width:28px;height:28px;position:absolute;right:10px;top:46%;cursor:pointer;background-color:#fff;border-radius:50%;transform:rotate(270deg);box-shadow:1px 1px 3px #0003;display:flex;align-items:center;justify-content:center;border:1px solid #bbbbbb}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-main .bolton-wrap-bottom-img-action-btn-right .bolton-wrap-bottom-img-action-btn-svg{width:22px;height:22px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option{width:14%;display:flex;flex-direction:column;gap:5px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option .bolton-wrap-bottom-img-wrap-grid-option-img{width:100%;aspect-ratio:1/1;border:1px solid #bbbbbb;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option .bolton-wrap-bottom-img-wrap-grid-option-img .bolton-wrap-bottom-img-wrap-grid-option-img-text{font-size:10px;color:#5c6370;font-weight:600;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option .bolton-wrap-bottom-img-wrap-grid-option-img .bolton-wrap-bottom-img{max-width:100%;max-height:100%;min-height:100%;min-width:100%;object-fit:contain}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option .bolton-wrap-bottom-img-wrap-grid-option-img .img-action-btn{display:none}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option .bolton-wrap-bottom-img-wrap-grid-option-img:hover .img-action-btn{position:absolute;top:5px;right:5px;height:20px;width:20px;padding:3px;cursor:pointer;background-color:#fff;border-radius:3px;display:flex;align-items:center;justify-content:center}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option .bolton-wrap-bottom-img-wrap-grid-option-img:hover .img-action-btn .img-action-btn-svg{fill:#5c6370;height:16px;width:16px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-img-wrap-grid .bolton-wrap-bottom-img-wrap-grid-option .active{border:1.5px solid #e65100}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-item-desc-title{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-item-desc{padding:10px;border:1px solid #bbbbbb;border-radius:5px;display:flex;flex-direction:column;gap:10px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-item-desc .bolton-wrap-bottom-item-desc-input-wrap{display:flex;flex-direction:column;gap:5px}.bolton-wrap .bolton-wrap-bottom .bolton-wrap-bottom-char-img-wrap .bolton-wrap-bottom-img-wrap .bolton-wrap-bottom-item-desc .bolton-wrap-bottom-item-desc-input-wrap label{font-size:12px;color:#5c6370;font-weight:600}.bolton-wrap .bolton-wrap-bottom-action{display:flex;flex-direction:row;gap:5px;justify-content:flex-end;padding:0}.bolton-collapse-label{font-size:12px;color:#5c6370;font-weight:600}.custom-collapse .ant-collapse-content-box{background-color:#f3f3f3;border-radius:0 0 5px 5px}.custom-collapse .ant-collapse-content-active{border:none}.bolton-vendor-details{display:flex;flex-direction:column}.bolton-vendor-details .bolton-vendor-details-title{display:flex;background-color:#e6e6e6;padding:5px;gap:3px;border-radius:4px 4px 0 0}.bolton-vendor-details .bolton-vendor-details-title .bolton-vendor-details-title-big{flex:24;font-size:10px;color:#5c6370;font-weight:600}.bolton-vendor-details .bolton-vendor-details-title .bolton-vendor-details-title-big-two{flex:20;font-size:10px;color:#5c6370;font-weight:600}.bolton-vendor-details .bolton-vendor-details-title .bolton-vendor-details-title-small{flex:3;font-size:10px;color:#5c6370;font-weight:600}.bolton-vendor-details .bolton-vendor-details-data{background-color:#fff;display:flex;gap:5px;align-items:center;padding:5px;border-bottom:1px solid #bbbbbb}.bolton-vendor-details .bolton-vendor-details-data .bolton-vendor-details-data-item{border:1px solid #737c8c;border-radius:6px;min-width:43%;max-width:43%;height:28px;display:flex;align-items:center;overflow:hidden}.bolton-vendor-details .bolton-vendor-details-data .bolton-vendor-details-data-item-two{border:1px solid #737c8c;border-radius:6px;min-width:38%;max-width:38%;height:28px;display:flex;align-items:center;overflow:hidden}.bolton-vendor-details .bolton-vendor-details-data .bolton-vendor-add-icon{cursor:pointer}.bolton-equipment-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;column-gap:15px}.bolton-equipment-details .bolton-equipment-details-input-wrap{display:flex;flex-direction:column;gap:2px}.bolton-equipment-details .bolton-equipment-details-input-wrap label{font-size:12px;color:#5c6370;font-weight:600}.bolton-vendor-detail-custom-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#ff4d00!important;border:1px solid #9e9e9e!important}.bolton-vendor-detail-custom-checkbox .ant-checkbox-inner{border:2px solid #9e9e9e!important}.bolton-wrap-bottom-item-desc-input-wrap{display:flex;flex-direction:column;gap:5px}.bolton-wrap-bottom-item-desc-input-wrap label{font-size:12px;color:#5c6370;font-weight:600}.bolton-textfield-style{border:1px solid #737c8c!important;border-radius:6px;height:26px}.auto-catalogue-magic-wound,.auto-catalogue-magic-wound path,.auto-catalogue-magic-wound rect,.auto-catalogue-magic-wound circle{fill:#5c6370!important}.save-as-draft-dark-color,.save-as-draft-dark-color path,.save-as-draft-dark-color rect,.save-as-draft-dark-color circle{fill:#5c6370!important}.custom-green-textfield::placeholder{color:#319b61;opacity:1}.custom-green-textfield{background-color:#f3fcf7!important}.compare-view-container{width:100%;overflow-x:auto;max-height:500px;overflow-y:auto;border-radius:5px}.compare-view-empty{display:flex;align-items:center;justify-content:center;padding:40px}.compare-view-empty p{color:#737c8c;font-size:14px}.compare-table{width:100%;border-collapse:collapse;background:#fff}.compare-table thead{position:sticky;top:0;background:#c8c8c8;z-index:10}.compare-table thead tr th{padding:12px 16px;text-align:left;font-weight:600;font-size:14px;color:#000;border-bottom:1px solid #e0e0e0;border-right:1px solid rgba(2,2,2,.408)}.compare-table thead tr th.field-column{background:#c8c8c8;min-width:180px;position:sticky;left:0;z-index:11}.compare-table thead tr th.field-column-two{background:#eee0c9;min-width:180px;position:sticky;left:181px;z-index:11}.compare-table thead tr th.material-column{background:#e6e6e6;min-width:250px}.compare-table thead tr th.material-column .material-column-text{display:flex;align-items:center;justify-content:space-between}.compare-table thead tr th.material-column .material-column-text .material-column-score{padding:1px 3px;background-color:#fff;margin-left:5px;border-radius:5px;font-size:12px;color:red;font-weight:600}.compare-table tbody tr:nth-child(2n){background:#f9f9f9}.compare-table tbody tr:hover{background:#f3f3f3}.compare-table tbody tr td{padding:12px 16px;font-size:13px;color:#2c2c2c;border-bottom:1px solid #e8e8e8;vertical-align:top;border-right:1px solid rgba(2,2,2,.408)}.compare-table tbody tr td.field-label{font-weight:600;min-width:180px;position:sticky;left:0;z-index:9;border-right:2px solid #e0e0e0;background-color:#ededed}.compare-table tbody tr td.field-label-two{font-weight:600;background:#f9f4ec;min-width:180px;position:sticky;left:181px;z-index:9;border-right:2px solid #e0e0e0}.compare-table tbody tr td.material-value{min-width:250px;line-height:1.5;background-color:#fff}.compare-table tbody tr td.material-value span{display:-webkit-box;display:box;word-break:break-word;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.compare-view-container::-webkit-scrollbar{width:8px;height:8px}.compare-view-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.compare-view-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.compare-view-container::-webkit-scrollbar-thumb:hover{background:#555}.auto-catalogue-message{display:flex;flex-direction:column;gap:5px;align-items:center}.auto-catalogue-message .auto-catalogue-message-title{font-size:20px;font-weight:500;text-align:center}.auto-catalogue-message .auto-catalogue-message-text{font-size:14px;font-weight:500;color:#8692a6;text-align:center;width:80%}.propedia-dialog-container{min-height:40dvh;max-height:55dvh;position:relative}.propedia-dialog-container .multi-view-container{display:flex;flex-direction:row;gap:10px;width:100%}.propedia-dialog-container .multi-view-container .multi-view-material-list{display:flex;flex-direction:column;width:50%;min-height:50dvh;max-height:60dvh;overflow-x:hidden;overflow-y:auto;flex-grow:1;border:1px solid #bbbbbb;border-radius:8px;box-shadow:1px 1px 3px #0003;padding:10px}.propedia-dialog-container .multi-view-container .multi-view-material-list .multi-view-material-list-title{padding:5px 10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.propedia-dialog-container .multi-view-container .multi-view-material-list .multi-view-material-list-title .multi-view-material-list-title-text{font-size:12px;font-weight:600;color:#5c6370}.propedia-dialog-container .multi-view-container .multi-view-material-list .multi-view-material-list-item{width:100%;padding:5px 0;border-bottom:1px solid #bbbbbb}.propedia-dialog-container .multi-view-container .multi-view-material-list .multi-view-material-list-item .multi-view-material-list-item-text{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;color:#5c6370;border-radius:5px}.propedia-dialog-container .multi-view-container .multi-view-material-list .multi-view-material-list-item .multi-view-material-list-item-text span:first-child{display:-webkit-box;display:box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:80%}.propedia-dialog-container .multi-view-container .multi-view-material-list .multi-view-material-list-item .multi-view-material-list-item-text:hover{background-color:#f9f4ec}.propedia-dialog-container .multi-view-container .multi-view-material-list .multi-view-material-list-item .active{background-color:#ffeddf}.propedia-dialog-container .multi-view-container .multi-view-attribute-list{display:flex;flex-direction:column;width:50%;min-height:50dvh;max-height:55dvh;overflow-x:hidden;overflow-y:auto;flex-grow:1;border:1px solid #bbbbbb;border-radius:8px;box-shadow:1px 1px 3px #0003}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-title{width:100%;background-color:#e6e6e6;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;color:#5c6370;position:sticky;top:0;z-index:2}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-title .multi-view-attribute-list-title-text-1{width:60%}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-title .multi-view-attribute-list-title-text-2{width:40%}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-item{display:flex;flex-direction:row;gap:5px;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;color:#5c6370;border-bottom:1px solid #bbbbbb}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-item:hover{background-color:#f9f4ec}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-item .multi-view-attribute-list-item-value,.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-item .multi-view-attribute-list-item-attribute{display:-webkit-box;display:box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-item .multi-view-attribute-list-item-attribute{width:60%}.propedia-dialog-container .multi-view-container .multi-view-attribute-list .multi-view-attribute-list-item .multi-view-attribute-list-item-value{width:40%}.propedia-dialog-container .loading-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:5;background-color:#fff;opacity:.7}.propedia-dialog-container .single-view-container-table{border:1px solid #bbbbbb;border-radius:5px;overflow:hidden}.unspsc-code-dialog{border:1.5px solid #737c8c;border-radius:6px;height:30px;display:flex;gap:10px;overflow:hidden;align-items:center;width:350px}.bolton-comp-wrap{width:100%;height:100dvh;display:flex;flex-direction:column}.bolton-comp-wrap .bolton-comp-wrap-hearder{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:50px;padding:0 20px;box-shadow:0 2px 2px #0000001a;background-color:#fbf8f2}.bolton-comp-wrap .bolton-comp-wrap-hearder .navbar-logo{width:120px;height:50px}.bolton-comp-wrap .bolton-comp-wrap-hearder .bolton-comp-wrap-credits-wrap{display:flex;flex-direction:row;gap:10px;align-items:center}.bolton-comp-wrap .bolton-comp-wrap-hearder .bolton-comp-wrap-credits-wrap .bolton-comp-wrap-credits{display:flex;flex-direction:row;align-items:center;padding:5px 10px;border:1px solid red;border-radius:40px;gap:5px}.bolton-comp-wrap .bolton-comp-wrap-hearder .bolton-comp-wrap-credits-wrap .bolton-comp-wrap-credits .bolton-comp-wrap-credits-text{font-size:12px;color:#5c6370;font-weight:600}.bolton-comp-wrap .bolton-comp-wrap-hearder .bolton-comp-wrap-credits-wrap .bolton-comp-wrap-credits .bolton-comp-wrap-credits-text span{font-size:14px;font-weight:700}.bolton-comp-wrap .bolton-comp-wrap-main{width:100%;height:calc(100vh - 50px);padding:10px}.credits-and-billing-wrap{display:flex;flex-direction:column;gap:10px;padding:0 10px}.credits-and-billing-wrap .credits-and-billing-wallet{display:flex;flex-direction:column;gap:5px}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-title{font-size:16px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-subtitle{font-size:12px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right{display:flex;flex-direction:column;gap:5px;padding:10px;border:1px solid #bbbbbb;border-radius:5px;position:relative}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-header,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-header{display:flex;flex-direction:column;gap:2px}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-header .credits-and-billing-wallet-content-title,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-header .credits-and-billing-wallet-content-title{font-size:14px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-header .credits-and-billing-wallet-content-subtitle,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-header .credits-and-billing-wallet-content-subtitle{font-size:12px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-credits-wrap,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-credits-wrap{display:flex;flex-direction:column;gap:3px}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-credits-wrap .credits-and-billing-wallet-content-credits,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-credits-wrap .credits-and-billing-wallet-content-credits{font-size:28px;color:#e65100;font-weight:700}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-credits-wrap .credits-and-billing-wallet-content-credits span,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-credits-wrap .credits-and-billing-wallet-content-credits span{font-size:12px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-credits-wrap .credits-and-billing-wallet-content-status,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-credits-wrap .credits-and-billing-wallet-content-status{font-size:10px;background-color:#c4ecd4;padding:2px 5px;border-radius:5px;width:fit-content}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-progress-wrap,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-progress-wrap{display:flex;flex-direction:column;margin-bottom:25px}.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-left .credits-and-billing-wallet-content-progress-wrap .credits-and-billing-wallet-content-progress-text,.credits-and-billing-wrap .credits-and-billing-wallet .credits-and-billing-wallet-content .credits-and-billing-wallet-content-right .credits-and-billing-wallet-content-progress-wrap .credits-and-billing-wallet-content-progress-text{display:flex;flex-direction:row;justify-content:space-between;font-size:12px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .top-up-history-wrap{display:flex;flex-direction:column;gap:5px}.credits-and-billing-wrap .top-up-history-wrap .top-up-history-title{font-size:16px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .top-up-history-wrap .top-up-history-subtitle{font-size:12px;color:#5c6370;font-weight:600}.credits-and-billing-wrap .top-up-history-wrap .top-up-history-filter{display:flex;align-items:center;gap:5px}.credits-and-billing-wallet-content-fields{display:flex;flex-direction:column;gap:5px}.credits-and-billing-wallet-content-fields .credits-and-billing-wallet-content-fields-input{display:grid;grid-template-columns:2fr 3fr;gap:5px;align-items:center}.credits-and-billing-wallet-content-fields .credits-and-billing-wallet-content-fields-input label{font-size:12px;font-weight:600;color:#5c6370}.credits-and-billing-wallet-content-left{display:flex;justify-content:space-between}.topup-proceed-icon{fill:#fff}.topup-proceed-icon,.topup-proceed-icon path,.topup-proceed-icon rect,.topup-proceed-icon circle{fill:#fff!important}.top-up-dialog-wrap{display:flex;flex-direction:column}.top-up-dialog-wrap .top-up-dialog-packages{height:67vh;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px}.top-up-dialog-wrap .top-up-dialog-packages .top-up-dialog-packages-card{display:flex;flex-direction:column;gap:10px;background-color:#f3f3f3;border-radius:8px;width:200px;height:180px;overflow:hidden}.top-up-dialog-wrap .top-up-dialog-packages .top-up-dialog-packages-card .top-up-dialog-packages-card-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px}.top-up-dialog-wrap .top-up-dialog-packages .top-up-dialog-packages-card .top-up-dialog-packages-card-header .top-up-dialog-packages-card-header-title{font-size:14px;color:#5c6370;font-weight:600}.top-up-dialog-wrap .top-up-dialog-packages .top-up-dialog-packages-card .top-up-dialog-packages-card-content{display:flex;flex-direction:column;padding:0 10px 10px}.top-up-dialog-wrap .top-up-dialog-packages .top-up-dialog-packages-card .top-up-dialog-packages-card-content .top-up-dialog-packages-card-credits{display:flex;flex-direction:row;align-items:center;width:fit-content;padding:5px;background-color:#fff;border-radius:5px;font-weight:600;font-size:14px;gap:5px}.top-up-dialog-wrap .top-up-dialog-packages .top-up-dialog-packages-card .top-up-dialog-packages-card-content .top-up-dialog-packages-card-price{font-size:20px;font-weight:700}.top-up-dialog-wrap .top-up-dialog-packages .top-up-dialog-packages-card .top-up-dialog-packages-card-content .top-up-dialog-packages-card-discount{font-size:12px;color:#5c6370;font-weight:600;margin-top:5px}.top-up-dialog-wrap .top-up-dialog-custom-amount{height:67vh;overflow-y:auto;border:1px solid #bbbbbb;border-radius:5px;padding:10px;display:flex;flex-direction:column;gap:5px}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-text{font-size:12px;font-weight:600}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-subtext{font-size:10px;color:#5c6370}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick{display:flex;flex-direction:column;gap:3px;margin-top:10px}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-text{font-size:12px;font-weight:600}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap{display:flex;flex-direction:row;gap:5px}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap .top-up-dialog-custom-amount-quick-item{flex:1;display:flex;gap:5px;align-items:center;justify-content:center;padding:3px 8px;border-radius:5px;border:1.5px solid #bbbbbb;font-size:12px;font-weight:600;cursor:pointer}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap .top-up-dialog-custom-amount-quick-item .top-up-dialog-custom-amount-quick-icon{width:15px;height:15px;fill:#5c6370}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap .top-up-dialog-custom-amount-quick-item .top-up-dialog-custom-amount-quick-icon,.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap .top-up-dialog-custom-amount-quick-item .top-up-dialog-custom-amount-quick-icon path,.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap .top-up-dialog-custom-amount-quick-item .top-up-dialog-custom-amount-quick-icon rect,.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap .top-up-dialog-custom-amount-quick-item .top-up-dialog-custom-amount-quick-icon circle{fill:#5c6370!important}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-quick .top-up-dialog-custom-amount-quick-wrap .top-up-dialog-custom-amount-quick-item:hover{background-color:#f9f4ec}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-divider{border-color:#bbb!important;border-top-width:1px!important;margin:10px 0}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-cost{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-cost .top-up-dialog-custom-amount-cost-text{font-size:12px;font-weight:600;color:#5c6370}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-cost .top-up-dialog-custom-amount-cost-value{font-size:12px;font-weight:600}.top-up-dialog-wrap .top-up-dialog-custom-amount .top-up-dialog-custom-amount-cost .big-txt{font-size:14px;font-weight:700}.create-email-template-dialog{display:flex;flex-direction:column;gap:10px;padding:10px}.create-email-template-dialog .create-email-template-dialog-input-set{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.create-email-template-dialog .create-email-template-dialog-input-set .create-email-template-dialog-input-wrap{width:49%;display:flex;flex-direction:column;gap:5px;font-size:12px}.create-email-template-dialog .create-email-template-dialog-input-set .create-email-template-dialog-input-wrap label{font-weight:600;color:#5c6370}.create-email-template-dialog .create-email-template-dialog-input-wrap{display:flex;flex-direction:column;gap:5px;font-size:12px}.create-email-template-dialog .create-email-template-dialog-input-wrap label{font-weight:600;color:#5c6370}.create-email-template-dialog-input-wrap-key{padding:5px;border:1px solid #bbbbbb;border-radius:5px;font-size:12px;color:#767d89;font-weight:600}.email-template-wrap{display:flex;flex-direction:column;gap:10px;padding:0 10px 10px}.email-template-wrap .email-template-wrap-top{display:flex;flex-direction:row;justify-content:space-between}.global-integration-tab-wrap{display:flex;flex-direction:column;width:100%}.global-integration-tab-wrap .global-integration-wrap{display:flex;flex-direction:row;gap:10px;width:100%;padding:2px 10px}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right{width:50%;display:flex;flex-direction:column;flex:1;gap:5px}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration{padding:5px 10px;border:1px solid #bbbbbb;border-radius:5px}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-header-table,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-header-table{display:flex;flex-direction:row;justify-content:space-around;font-size:12px;color:#5c6370;font-weight:600;padding:5px;background-color:#f3f3f3;margin-bottom:5px;border-radius:4px 4px 0 0}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-header-table p,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-header-table p{display:flex;flex-direction:row;align-items:center;justify-content:center}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-wrap-title,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-wrap-title{font-size:16px;color:#5c6370;font-weight:600}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-wrap-sub-title,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-wrap-sub-title{font-size:12px;color:#5c6370;font-weight:600;margin-bottom:10px}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap-two,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap-two{display:flex;flex-direction:column;width:100%;gap:5px;margin:10px 0}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap label,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap-two label,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap label,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap-two label{width:40%;font-size:12px;color:#5c6370;font-weight:600}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap .global-integration-url-input-icon-wrap,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap-two .global-integration-url-input-icon-wrap,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap .global-integration-url-input-icon-wrap,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap-two .global-integration-url-input-icon-wrap{display:flex;flex-direction:row;align-items:center;gap:10px}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap .global-integration-url-input-icon-wrap .global-integration-url-input-icon,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap-two .global-integration-url-input-icon-wrap .global-integration-url-input-icon,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap .global-integration-url-input-icon-wrap .global-integration-url-input-icon,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap-two .global-integration-url-input-icon-wrap .global-integration-url-input-icon{padding:2px;border:1.5px solid #bbbbbb;border-radius:5px;cursor:pointer;height:26px;width:26px}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap-two,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap-two{display:flex;flex-direction:row!important;align-items:center}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-url-input-wrap-two .global-integration-url-input-icon-wrap,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-url-input-wrap-two .global-integration-url-input-icon-wrap{width:61%}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-wrap-status,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-wrap-status{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2px;background-color:#f5f5f5;border-radius:5px;padding:10px;margin-bottom:8px}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-wrap-status .global-integration-wrap-status-top,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-wrap-status .global-integration-wrap-status-top{display:flex;flex-direction:column}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-wrap-status .global-integration-wrap-status-top p,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-wrap-status .global-integration-wrap-status-top p{color:#000;font-size:12px;font-weight:600}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-wrap-status .global-integration-wrap-status-top .global-integration-wrap-status-top-text,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-wrap-status .global-integration-wrap-status-top .global-integration-wrap-status-top-text{color:#5c6370;font-size:12px;font-weight:600}.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-left .global-integration-wrap-url-integration .global-integration-action,.global-integration-tab-wrap .global-integration-wrap .global-integration-wrap-right .global-integration-wrap-url-integration .global-integration-action{display:flex;flex-direction:row;gap:10px}.global-integration-input-wrap{display:flex;flex-direction:row;align-items:center!important;height:26px;gap:8px;margin-bottom:10px}.global-integration-input-wrap .label-textbox{width:50%;font-size:12px;color:#5c6370;font-weight:600}.credit-package-dialog{display:flex;flex-direction:column;gap:10px}.credit-package-dialog .credit-package-dialog-input{display:grid;grid-template-columns:2fr 3fr;gap:10px;width:100%;align-items:center}.credit-package-dialog .credit-package-dialog-input label{font-size:12px;font-weight:600;color:#5c6370}.package-and-billing{display:flex;flex-direction:column;gap:8px;padding:0 10px}.package-and-billing .package-and-billing-header{display:flex;flex-direction:column;gap:5px}.package-and-billing .package-and-billing-header .package-and-billing-header-title{font-size:16px;color:#5c6370;font-weight:600}.package-and-billing .package-and-billing-header .package-and-billing-header-subtitle{font-size:12px;color:#5c6370;font-weight:600}.package-and-billing .package-and-billing-packages{display:flex;flex-direction:column;gap:10px;padding:10px;border:1px solid #bbbbbb;border-radius:5px}.package-and-billing .package-and-billing-packages .package-and-billing-packages-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.package-and-billing .package-and-billing-packages .package-and-billing-packages-header .package-and-billing-packages-title{font-size:16px;color:#5c6370;font-weight:600}.package-and-billing .package-and-billing-packages .package-and-billing-packages2{display:flex;flex-direction:row;align-items:center;gap:10px}.package-and-billing .package-and-billing-packages .package-and-billing-packages2 .package-and-billing-packages-card{display:flex;flex-direction:column;gap:10px;background-color:#f3f3f3;border-radius:8px;width:200px;overflow:hidden}.package-and-billing .package-and-billing-packages .package-and-billing-packages2 .package-and-billing-packages-card .package-and-billing-packages-card-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px}.package-and-billing .package-and-billing-packages .package-and-billing-packages2 .package-and-billing-packages-card .package-and-billing-packages-card-header .package-and-billing-packages-card-header-title{font-size:14px;color:#5c6370;font-weight:600}.package-and-billing .package-and-billing-packages .package-and-billing-packages2 .package-and-billing-packages-card .package-and-billing-packages-card-content{display:flex;flex-direction:column;padding:0 10px 10px}.package-and-billing .package-and-billing-packages .package-and-billing-packages2 .package-and-billing-packages-card .package-and-billing-packages-card-content .package-and-billing-packages-card-credits{display:flex;flex-direction:row;align-items:center;width:fit-content;padding:5px;background-color:#fff;border-radius:5px;font-weight:600;font-size:14px;gap:5px}.package-and-billing .package-and-billing-packages .package-and-billing-packages2 .package-and-billing-packages-card .package-and-billing-packages-card-content .package-and-billing-packages-card-price{font-size:20px;font-weight:700;margin-top:20px}.package-and-billing .package-and-billing-packages .package-and-billing-packages2 .package-and-billing-packages-card .package-and-billing-packages-card-content .package-and-billing-packages-card-discount{font-size:12px;color:#5c6370;font-weight:600;margin-top:5px}.package-and-billing .package-and-billing-form{display:flex;gap:5px}.package-and-billing .package-and-billing-form .package-and-billing-consumption{display:flex;flex-direction:column;gap:6px;padding:5px 10px;border:1px solid #bbbbbb;border-radius:5px;width:50%}.package-and-billing .package-and-billing-form .package-and-billing-consumption .package-and-billing-consumption-title{font-size:16px;color:#5c6370;font-weight:600}.package-and-billing .package-and-billing-form .package-and-billing-consumption .package-and-billing-consumption-input{display:grid;grid-template-columns:1fr 1fr;gap:5px}.package-and-billing .package-and-billing-form .package-and-billing-consumption .package-and-billing-consumption-input label{font-size:12px;color:#5c6370;font-weight:600}.package-loading-text{font-size:14px;color:#5c6370;font-weight:600;margin:0 auto}.configration-wrap{padding:0;width:100%;height:100%;border-radius:5px;display:flex;flex-direction:row;overflow-y:auto;gap:10px}.configration-wrap .configration-sidebar{width:15%;height:100%;border-radius:5px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;gap:10px;background-color:#fff}.configration-wrap .configration-sidebar .configration-sidebar-title{font-size:16px;color:#5c6370;font-weight:600;padding:10px}.configration-wrap .configration-sidebar .configration-sidebar-list{width:100%;display:flex;flex-direction:column;gap:3px;padding:0 5px}.configration-wrap .configration-sidebar .configration-sidebar-list .configration-sidebar-list-item{padding:6px 10px;cursor:pointer;font-size:12px;color:#5c6370;font-weight:600;border-radius:5px;display:flex;flex-direction:row;align-items:center;gap:5px}.configration-wrap .configration-sidebar .configration-sidebar-list .configration-sidebar-list-item:hover{background-color:#f9f4ec}.configration-wrap .configration-sidebar .configration-sidebar-list .active{background-color:#ffeddf;border-radius:6px;color:#fb5e1a}.configration-wrap .configration-sidebar .configration-sidebar-list .active .navbar-icon{fill:#fb5e1a}.configration-wrap .configration-sidebar .configration-sidebar-list .active .navbar-icon,.configration-wrap .configration-sidebar .configration-sidebar-list .active .navbar-icon path,.configration-wrap .configration-sidebar .configration-sidebar-list .active .navbar-icon rect,.configration-wrap .configration-sidebar .configration-sidebar-list .active .navbar-icon circle{fill:#fb5e1a!important}.configration-wrap .configration-content{width:85%;height:100%;border-radius:5px;display:flex;flex-direction:column;overflow-y:auto;gap:10px;background-color:#fff;padding-top:10px}.configration-wrap .configration-content .configration-content-title{font-size:16px;color:#5c6370;font-weight:600;padding:10px}.box-tabs{align-self:center}.box-tabs .ant-tabs-nav{margin:0!important;background:#e9e9e9!important;border-radius:8px!important;overflow:hidden!important;padding:4px!important;width:fit-content!important;border:none!important}.box-tabs .ant-tabs-nav-list{width:100%!important;display:flex!important;justify-content:flex-start!important;gap:5px}.box-tabs .ant-tabs-tab{border:none!important;border-radius:6px!important;padding:4px 16px!important;transition:all .3s ease!important;font-weight:500!important;color:#444!important;margin:0!important;height:30px}.box-tabs .ant-tabs-tab-active{background:#fff!important;color:#000!important;font-weight:600!important}.box-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#000!important}.box-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#000!important;font-weight:600}.box-tabs .ant-tabs-tab:hover{color:#000!important}.box-tabs .ant-tabs-ink-bar{display:none!important}.box-tabs .ant-tabs-content{margin-top:16px!important;padding:0!important}.box-tabs .ant-tabs-tab-btn{font-size:12px!important;text-transform:none!important}.tenant-dashboard-wrap{padding:0 15px;width:100%;height:100%;border-radius:5px;display:flex;flex-direction:column;overflow-y:auto}.tenant-dashboard-wrap .tenant-dashboard-top-tab{margin:0 auto}.tenant-dashboard-overview-left-bottom-feature-cards{display:flex;gap:10px}.tenant-dashboard-overview-left-bottom-feature-card{width:220px;height:200px;padding:10px;border:1px solid #bbbbbb;border-radius:8px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.tenant-dashboard-overview-left-bottom-feature-card-header{display:flex;justify-content:space-between;align-items:center}.tenant-dashboard-overview-left-bottom-feature-card-header h3{font-size:12px;margin:0;font-weight:600}.tenant-dashboard-overview-left-bottom-feature-card-header .status{background:#c4ecd4;color:#027a48;font-size:10px;padding:2px 8px;border-radius:6px}.tenant-dashboard-overview-left-bottom-feature-card-description{font-size:12px;color:#667085;margin:0}.tenant-dashboard-overview-left-bottom-feature-card-credits{border:1px solid #bbbbbb;padding:10px;border-radius:8px}.tenant-dashboard-overview-left-bottom-feature-card-credits label{font-size:11px;color:#667085}.tenant-dashboard-overview-left-bottom-feature-card-credits p{margin:6px 0 0;font-size:14px}.tenant-dashboard-overview{display:flex;flex-direction:row;gap:10px}.tenant-dashboard-overview .tenant-dashboard-overview-left{width:70%;display:flex;flex-direction:column;gap:10px}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-top-card-wrap{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:15px}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-top-card-wrap .tenant-dashboard-overview-top-card{background-color:#fff;display:flex;flex-direction:column;gap:6px;padding:15px;border-radius:8px}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-top-card-wrap .tenant-dashboard-overview-top-card .tenant-dashboard-overview-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-top-card-wrap .tenant-dashboard-overview-top-card .tenant-dashboard-overview-card-header .tenant-dashboard-overview-card-header-icon{height:24px;display:flex;font-size:12px;align-items:center;color:#5c6370;font-weight:600}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-top-card-wrap .tenant-dashboard-overview-top-card .tenant-dashboard-overview-card-header .tenant-dashboard-overview-card-title{font-size:14px;font-weight:600;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-top-card-wrap .tenant-dashboard-overview-top-card .tenant-dashboard-overview-card-value{font-size:18px;font-weight:700}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-top-card-wrap .tenant-dashboard-overview-top-card .tenant-dashboard-overview-card-subtitle{font-weight:600;font-size:12px;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bar-chart{width:100%;height:350px;background-color:#fff;padding:10px;display:flex;flex-direction:column;gap:5px;border-radius:8px}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bar-chart .tenant-dashboard-overview-left-bar-chart-title{font-size:14px;font-weight:600;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom{display:flex;flex-direction:row;gap:10px;padding:10px;background-color:#fff;border-radius:8px}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-feature{display:flex;flex-direction:column;gap:5px;width:65%}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-feature .tenant-dashboard-overview-left-bottom-title{font-size:14px;font-weight:600;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet{display:flex;flex-direction:column;gap:5px;width:35%}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-title{font-size:14px;font-weight:600;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-wallet-card{display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:10px;border-radius:8px;height:200px;border:1px solid #bbbbbb}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-wallet-card .tenant-dashboard-overview-left-bottom-wallet-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-wallet-card .tenant-dashboard-overview-left-bottom-wallet-card-action{display:flex;flex-direction:row;gap:5px}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-wallet-card .tenant-dashboard-overview-left-bottom-wallet-card-status{display:flex;flex-direction:column;gap:2px;background-color:#f5f5f5;border-radius:5px;padding:10px}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-wallet-card .tenant-dashboard-overview-left-bottom-wallet-card-status .tenant-dashboard-overview-left-bottom-wallet-card-status-top{display:flex;flex-direction:row;justify-content:space-between}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-wallet-card .tenant-dashboard-overview-left-bottom-wallet-card-status .tenant-dashboard-overview-left-bottom-wallet-card-status-top p{color:#000}.tenant-dashboard-overview .tenant-dashboard-overview-left .tenant-dashboard-overview-left-bottom .tenant-dashboard-overview-left-bottom-wallet .tenant-dashboard-overview-left-bottom-wallet-card .tenant-dashboard-overview-left-bottom-wallet-card-status p{color:#5c6370;font-size:12px;font-weight:600}.tenant-dashboard-overview .tenant-dashboard-overview-right{width:30%;display:flex;flex-direction:column;gap:10px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-right-quick-links{display:flex;flex-direction:column;gap:10px;padding:10px;background-color:#fff;border-radius:8px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-right-quick-links .tenant-dashboard-overview-right-quick-links-header{font-size:14px;font-weight:600;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-right-quick-links .tenant-dashboard-overview-right-quick-links-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-right-quick-links .tenant-dashboard-overview-right-quick-links-wrap .tenant-dashboard-overview-right-quick-link-card{padding:10px;display:flex;flex-direction:column;gap:5px;background-color:#f5f7ff;align-items:center;justify-content:center;border-radius:5px;cursor:pointer}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-right-quick-links .tenant-dashboard-overview-right-quick-links-wrap .tenant-dashboard-overview-right-quick-link-card .tenant-dashboard-overview-right-quick-link-card-icon{height:24px;width:24px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-right-quick-links .tenant-dashboard-overview-right-quick-links-wrap .tenant-dashboard-overview-right-quick-link-card .tenant-dashboard-overview-right-quick-link-card-title{font-size:10px;font-weight:600;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:5px;padding:12px;position:relative;height:522px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-refresh-icon{position:absolute;top:10px;right:10px;height:20px;width:20px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-card-header-text{font-size:14px;color:#5c6370;font-weight:600}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-item-wrap{overflow-y:auto;height:480px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-item-wrap .tenant-dashboard-overview-notification-type{color:#bbb;font-weight:600;font-size:12px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-item-wrap .tenant-dashboard-overview-notification-item{display:flex;flex-direction:row;gap:5px;align-items:center;width:100%;border-bottom:1px solid #bbbbbb;padding:9px 3px}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-item-wrap .tenant-dashboard-overview-notification-item .tenant-dashboard-overview-notification-item-content{display:flex;flex-direction:column;gap:5px;width:80%}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-item-wrap .tenant-dashboard-overview-notification-item .tenant-dashboard-overview-notification-item-content .tenant-dashboard-overview-notification-item-title{font-size:12px;font-weight:600}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-item-wrap .tenant-dashboard-overview-notification-item .tenant-dashboard-overview-notification-item-content .tenant-dashboard-overview-notification-item-subtitle{font-size:10px;color:#5c6370}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-item-wrap .tenant-dashboard-overview-notification-item .tenant-dashboard-overview-notification-item-time{font-size:10px;width:20%;font-weight:600}.tenant-dashboard-overview .tenant-dashboard-overview-right .tenant-dashboard-overview-notification .tenant-dashboard-overview-notification-all{padding:0 10px;text-align:center;font-size:12px;font-weight:600;color:red;text-decoration:underline;cursor:pointer}.tenant-performanace-dashboard{display:flex;flex-direction:column;gap:10px}.tenant-performanace-dashboard .tenant-performanace-dashboard-top-card-wrap{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:15px}.tenant-performanace-dashboard .tenant-performanace-dashboard-top-card-wrap .tenant-performanace-dashboard-top-card{background-color:#fff;display:flex;flex-direction:column;gap:6px;padding:15px;border-radius:8px}.tenant-performanace-dashboard .tenant-performanace-dashboard-top-card-wrap .tenant-performanace-dashboard-top-card .tenant-performanace-dashboard-top-card-icon{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tenant-performanace-dashboard .tenant-performanace-dashboard-top-card-wrap .tenant-performanace-dashboard-top-card .tenant-performanace-dashboard-top-card-icon .tenant-performanace-dashboard-top-card-icon-text{font-size:12px;font-weight:600;color:#319b61;display:flex;flex-direction:row;gap:5px;align-items:center}.tenant-performanace-dashboard .tenant-performanace-dashboard-top-card-wrap .tenant-performanace-dashboard-top-card .tenant-performanace-dashboard-top-card-title{font-size:12px;font-weight:600;color:#5c6370}.tenant-performanace-dashboard .tenant-performanace-dashboard-top-card-wrap .tenant-performanace-dashboard-top-card .tenant-performanace-dashboard-top-card-value{font-size:18px;font-weight:700}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap{display:flex;flex-direction:row;gap:15px}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap .tenant-performanace-dashboard-middle-wrap-chart{width:75%;padding:10px;background-color:#fff;border-radius:8px;height:350px}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap .tenant-performanace-dashboard-middle-wrap-chart .tenant-performanace-dashboard-middle-wrap-chart-title{font-size:14px;font-weight:600;color:#5c6370}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap .tenant-performanace-dashboard-middle-wrap-card{width:25%;padding:10px;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:10px}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap .tenant-performanace-dashboard-middle-wrap-card .tenant-performanace-dashboard-middle-wrap-card-title{font-size:14px;font-weight:600;color:#5c6370}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap .tenant-performanace-dashboard-middle-wrap-card .tenant-performanace-dashboard-middle-wrap-card-content{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:space-between;padding:6px;border:1px solid #bbbbbb;border-radius:5px}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap .tenant-performanace-dashboard-middle-wrap-card .tenant-performanace-dashboard-middle-wrap-card-content .tenant-performanace-dashboard-middle-wrap-card-content-label{font-size:12px;font-weight:600;color:#5c6370}.tenant-performanace-dashboard .tenant-performanace-dashboard-middle-wrap .tenant-performanace-dashboard-middle-wrap-card .tenant-performanace-dashboard-middle-wrap-card-content .tenant-performanace-dashboard-middle-wrap-card-content-value{font-size:12px;font-weight:600}.tenant-performanace-dashboard .tenant-performanace-dashboard-bottom-wrap{display:flex;flex-direction:row;gap:15px}.tenant-performanace-dashboard .tenant-performanace-dashboard-bottom-wrap .tenant-performanace-dashboard-bottom-wrap-left{width:50%;padding:10px;background-color:#fff;border-radius:8px;height:400px}.tenant-performanace-dashboard .tenant-performanace-dashboard-bottom-wrap .tenant-performanace-dashboard-bottom-wrap-left .tenant-performanace-dashboard-bottom-wrap-left-title{font-size:14px;font-weight:600;color:#5c6370}.tenant-performanace-dashboard .tenant-performanace-dashboard-bottom-wrap .tenant-performanace-dashboard-bottom-wrap-right{width:50%;padding:10px;background-color:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;gap:10px}.tenant-performanace-dashboard .tenant-performanace-dashboard-bottom-wrap .tenant-performanace-dashboard-bottom-wrap-right .tenant-performanace-dashboard-bottom-wrap-right-title{font-size:14px;font-weight:600;color:#5c6370}.user-engagement-dashboard{display:flex;flex-direction:column;gap:10px;background-color:#fff;border-radius:8px;padding:10px}.user-engagement-dashboard .user-engagement-dashboard-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.dashboard-details-wrap{display:flex;flex-direction:column;gap:10px;height:100%;width:100%;overflow-y:auto}.dashboard-details-wrap .dashboard-details-wrap-top{min-height:300px;max-height:300px;width:100%;display:flex;flex-direction:row;gap:10px}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-left{background-color:#fff;padding:10px 15px;border-radius:8px;width:82%;display:flex;flex-direction:column;gap:5x}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-right{background-color:#fff;padding:10px 15px;border-radius:8px;width:18%;display:flex;flex-direction:column;gap:10px}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-right .dashboard-details-wrap-top-right-card{display:flex;flex-direction:row;align-items:center;gap:15px;padding:8px 10px;border-radius:5px;box-shadow:1px 1px 3px #0003}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-right .dashboard-details-wrap-top-right-card .dashboard-details-wrap-top-right-card-left{height:40px;width:40px;border-radius:5px}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-right .dashboard-details-wrap-top-right-card .dashboard-details-wrap-top-right-card-right{display:flex;flex-direction:column;gap:5px}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-right .dashboard-details-wrap-top-right-card .dashboard-details-wrap-top-right-card-right .dashboard-details-wrap-top-right-card-title{font-weight:600;font-size:12px;color:#5c6370}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-right .dashboard-details-wrap-top-right-card .dashboard-details-wrap-top-right-card-right .dashboard-details-wrap-top-right-card-value{font-weight:700;font-size:16px}.dashboard-details-wrap .dashboard-details-wrap-top .dashboard-details-wrap-top-right .dashboard-details-wrap-top-right-card .dashboard-details-wrap-top-right-card-right .dashboard-details-wrap-top-right-card-percentage{font-weight:600;font-size:10px;color:red}.dashboard-details-wrap .dashboard-details-wrap-bottom{min-height:450px;max-height:450px;width:100%;background-color:#fff;padding:10px 15px;border-radius:8px;display:flex;flex-direction:column;gap:10px}.dashboard-details-wrap-title{font-weight:600;font-size:16px;color:#5c6370}.dashboard-wrap{padding:0 15px;width:100%;height:100%;border-radius:5px;display:flex;flex-direction:column;overflow-y:auto}.dashboard-wrap .dashboard-top-tab{margin:0 auto}.dashboard-wrap .dashboard-overview{display:flex;flex-direction:column;gap:10px}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:15px}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap .dashboard-overview-top-card{background-color:#fff;display:flex;flex-direction:column;gap:6px;padding:15px;border-radius:8px}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap .dashboard-overview-top-card .dashboard-overview-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap .dashboard-overview-top-card .dashboard-overview-card-header .dashboard-overview-card-header-icon{height:24px;width:24px}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap .dashboard-overview-top-card .dashboard-overview-card-header .dashboard-overview-card-header-count{display:flex;gap:5px;align-items:center;font-size:12px;font-weight:600}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap .dashboard-overview-top-card .dashboard-overview-card-title{font-size:14px;font-weight:600;color:#5c6370}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap .dashboard-overview-top-card .dashboard-overview-card-value{font-size:20px;font-weight:700}.dashboard-wrap .dashboard-overview .dashboard-overview-top-card-wrap .dashboard-overview-top-card .dashboard-overview-card-subtitle{font-size:12px;font-weight:600;color:#5c6370}.dashboard-wrap .dashboard-overview .dashboard-overview-content{width:100%;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(4,1fr);grid-column-gap:15px;grid-row-gap:15px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-credits-usage{grid-area:1/1/3/4;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:5px;padding:12px;height:300px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-credits-usage .dashboard-overview-card-header-text{font-size:14px;color:#5c6370;font-weight:600}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-feature-usage{grid-area:1/4/3/6;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:5px;padding:12px;height:300px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-feature-usage .dashboard-overview-card-header-text{font-size:14px;color:#5c6370;font-weight:600}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification{grid-area:1/6/5/8;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:5px;padding:12px;position:relative;height:615px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-refresh-icon{position:absolute;top:10px;right:10px;height:20px;width:20px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-card-header-text{font-size:14px;color:#5c6370;font-weight:600}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-item-wrap{overflow-y:auto;height:575px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-item-wrap .dashboard-overview-notification-type{color:#bbb;font-weight:600;font-size:12px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-item-wrap .dashboard-overview-notification-item{display:flex;flex-direction:row;gap:5px;align-items:center;width:100%;border-bottom:1px solid #bbbbbb;padding:10px 3px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-item-wrap .dashboard-overview-notification-item .dashboard-overview-notification-item-content{display:flex;flex-direction:column;gap:5px;width:80%}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-item-wrap .dashboard-overview-notification-item .dashboard-overview-notification-item-content .dashboard-overview-notification-item-title{font-size:12px;font-weight:600}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-item-wrap .dashboard-overview-notification-item .dashboard-overview-notification-item-content .dashboard-overview-notification-item-subtitle{font-size:10px;color:#5c6370}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-item-wrap .dashboard-overview-notification-item .dashboard-overview-notification-item-time{font-size:10px;width:20%;font-weight:600}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-notification .dashboard-overview-notification-all{padding:10px;text-align:center;font-size:12px;font-weight:600;color:red;text-decoration:underline;cursor:pointer}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview{grid-area:3/1/5/6;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:5px;padding:12px;height:300px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-card-header-text{font-size:14px;color:#5c6370;font-weight:600}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content{display:flex;flex-direction:row;gap:10px;width:100%}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-service{display:flex;flex-direction:column;gap:6px;width:50%}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-service .dashboard-overview-system-overview-content-service-title{font-size:12px;font-weight:600;color:#5c6370}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-service .dashboard-overview-system-overview-content-service-part{padding:8px;border-radius:5px;background-color:#f5f5f5;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-service .dashboard-overview-system-overview-content-service-part .dashboard-overview-system-overview-content-service-part-title{font-size:12px;font-weight:600;color:#5c6370;display:flex;align-items:center}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-service .dashboard-overview-system-overview-content-service-part .dashboard-overview-system-overview-content-service-part-status{font-size:12px;font-weight:600;color:#fff;display:flex;align-items:center;background-color:#3dc078;padding:3px 5px;border-radius:5px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-service .dashboard-overview-system-overview-content-service-part .warning{background-color:#f7c32a;color:#000}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-system{display:flex;flex-direction:column;gap:8px;width:50%}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-system .dashboard-overview-system-overview-content-system-title{font-size:12px;font-weight:600;color:#5c6370}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-system .dashboard-overview-system-overview-content-system-flex{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-system .dashboard-overview-system-overview-content-system-flex .dashboard-overview-system-overview-content-system-flex-card{display:flex;flex-direction:column;gap:10px;width:48%;border:1px solid #bbbbbb;border-radius:8px;padding:15px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-system .dashboard-overview-system-overview-content-system-flex .dashboard-overview-system-overview-content-system-flex-card .dashboard-overview-system-overview-content-system-flex-card-title{font-size:12px;font-weight:600;color:#5c6370;display:flex;align-items:center;gap:5px}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-system .dashboard-overview-system-overview-content-system-flex .dashboard-overview-system-overview-content-system-flex-card .dashboard-overview-system-overview-content-system-flex-card-value{font-size:18px;font-weight:700}.dashboard-wrap .dashboard-overview .dashboard-overview-content .dashboard-overview-system-overview .dashboard-overview-system-overview-content .dashboard-overview-system-overview-content-system .dashboard-overview-system-overview-content-system-flex .dashboard-overview-system-overview-content-system-flex-card .dashboard-overview-system-overview-content-system-flex-card-reason{font-size:10px;font-weight:600;color:#5c6370}.forgot-container{height:100dvh;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px}.forgot-container .forgot-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;overflow:hidden;max-width:900px;width:100%;display:grid;grid-template-columns:1fr 1fr;height:500px}@media(max-width:768px){.forgot-container .forgot-card{grid-template-columns:1fr;max-width:400px}}.forgot-container .forgot-form-section{padding:40px;display:flex;flex-direction:column;justify-content:center;gap:20px}@media(max-width:768px){.forgot-container .forgot-form-section{padding:40px 24px}}.forgot-container .forgot-illustration-section{background:linear-gradient(135deg,#ff5722,#ff7043);position:relative}.forgot-container .forgot-illustration-section .forgot-illustration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:300px;width:350px}@media(max-width:768px){.forgot-container .forgot-illustration-section{display:none}}.forgot-container .forgot-header{display:flex;flex-direction:column;gap:10px}.forgot-container .forgot-header .logo{display:flex;justify-content:center;margin-bottom:10px}.forgot-container .forgot-header .logo .forgot-logo{height:120px;width:180px}.forgot-container .forgot-header .forgot-title{font-size:24px;font-weight:700;color:#333}.forgot-container .forgot-header .forgot-subtitle{color:#666;font-size:12px;line-height:1.5;margin:0}.forgot-container .forgot-form{margin-top:10px}.forgot-container .forgot-form .ant-form-item{margin-bottom:10px}.forgot-container .forgot-form .ant-form-item-label{padding-bottom:5px}.forgot-container .forgot-form .ant-form-item-label>label{color:#333;font-weight:500;font-size:14px}.forgot-container .forgot-form .forgot-input{border-radius:8px;border:1px solid #d9d9d9;transition:border-color .3s ease}.forgot-container .forgot-form .forgot-input:hover,.forgot-container .forgot-form .forgot-input:focus{border-color:#ff5722}.forgot-container .forgot-form .forgot-input.ant-input-affix-wrapper-focused{border-color:#ff5722;box-shadow:0 0 0 2px #ff572233}.forgot-container .forgot-form .forgot-input .ant-input{font-size:14px;color:#333}.forgot-container .forgot-form .forgot-input .ant-input::placeholder{color:#bfbfbf}.forgot-container .forgot-form .ant-input-password .ant-input{padding-right:40px}.forgot-container .forgot-form .ant-input-password .ant-input-suffix .anticon{color:#666}.forgot-container .forgot-form .form-options{display:flex;justify-content:space-between;align-items:center;margin:0 0 40px;padding:0;height:15px}.forgot-container .forgot-form .form-options .ant-form-item{margin-bottom:0}.forgot-container .forgot-form .form-options .remember-checkbox .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#ff5722;border-color:#ff5722}.forgot-container .forgot-form .form-options .remember-checkbox .ant-checkbox:hover .ant-checkbox-inner,.forgot-container .forgot-form .form-options .remember-checkbox .ant-checkbox.ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#ff5722}.forgot-container .forgot-form .form-options .remember-checkbox .ant-checkbox+span{color:#666;font-size:14px}.forgot-container .forgot-form .forgot-button{background:#ff5722;border:none;border-radius:8px;height:40px;font-size:16px;font-weight:500;margin-top:15px;transition:background .3s ease}.forgot-container .forgot-form .forgot-button:hover:not(:disabled){background:#ff7043}.forgot-container .forgot-form .forgot-button:focus:not(:disabled){background:#ff5722;box-shadow:0 0 0 2px #ff57224d}.forgot-container .forgot-form .forgot-button:active:not(:disabled){background:#e64a19}.forgot-container .forgot-form .forgot-button.ant-btn-loading .ant-btn-loading-icon .anticon{color:#fff}.forgot-container .ant-form-item-has-error .forgot-input{border-color:#ff4d4f}.forgot-container .ant-form-item-has-error .forgot-input:hover,.forgot-container .ant-form-item-has-error .forgot-input:focus,.forgot-container .ant-form-item-has-error .forgot-input.ant-input-affix-wrapper-focused{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f33}.forgot-container .ant-form-item-explain-error{color:#ff4d4f;font-size:12px;margin-top:4px}.forgot-container .ant-spin-nested-loading>.ant-spin .ant-spin-dot .ant-spin-dot-item{background-color:#ff5722}@media(max-width:480px){.forgot-container{padding:12px}.forgot-container .forgot-form-section{padding:32px 20px}.forgot-container .forgot-form-section .forgot-header{margin-bottom:32px}.forgot-container .forgot-form-section .forgot-header .forgot-title{font-size:24px}.forgot-container .forgot-form-section .forgot-header .forgot-subtitle{font-size:13px}.forgot-container .form-options{flex-direction:column;align-items:flex-start;gap:12px}}@media(prefers-color-scheme:dark){.forgot-container .forgot-title{color:#fff}.forgot-container .forgot-subtitle{color:#bfbfbf}.forgot-container .ant-form-item-label>label{color:#fff}.forgot-container .forgot-input{border-color:#434343}.forgot-container .forgot-input:hover,.forgot-container .forgot-input:focus{border-color:#ff5722}.forgot-container .forgot-input .ant-input{background:transparent;color:#fff}.forgot-container .forgot-input .ant-input::placeholder{color:#8c8c8c}}.back-to-forgot{text-align:center;margin-top:10px;color:#000;cursor:pointer}.change-password-modal{display:flex;flex-direction:column;gap:10px}.change-password-modal .change-password-input{display:flex;flex-direction:column;gap:2px}.change-password-modal .change-password-input label{font-size:12px;color:#5c6370;font-weight:600}.header{width:100%;height:52px;padding:0 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#4d4d4d;box-shadow:0 2px 2px #0000001a}.header .header-title-wrap{display:flex;flex-direction:column;gap:5px}.header .header-title-wrap .header-title{font-size:16px;font-weight:700}.header .header-title-wrap .header-subtitle{font-size:10px;font-weight:600}.header .header-content-wrap{display:flex;flex-direction:row;align-items:center;gap:10px}.header .header-content-wrap .header-content-wrap-credits{display:flex;flex-direction:row;align-items:center;padding:2px 10px;border:1px solid red;border-radius:40px;gap:5px}.header .header-content-wrap .header-content-wrap-credits .header-content-wrap-credits-text{font-size:10px;color:#5c6370;font-weight:600}.header .header-content-wrap .header-content-wrap-credits .header-content-wrap-credits-text span{font-size:12px;font-weight:700}.header .header-content-wrap .header-icon-search{cursor:pointer;height:20px;width:20px}.header .header-content-wrap .header-icon-wrap{cursor:pointer;height:32px;width:32px;display:flex;justify-content:center;align-items:center}.header .header-content-wrap .header-icon-wrap .header-icon{height:20px;width:20px}.header .header-content-wrap .header-icon-wrap .header-icon-active{fill:#fb5e1a}.header .header-content-wrap .header-icon-wrap .header-icon-active,.header .header-content-wrap .header-icon-wrap .header-icon-active path,.header .header-content-wrap .header-icon-wrap .header-icon-active rect,.header .header-content-wrap .header-icon-wrap .header-icon-active circle{fill:#fb5e1a!important}.header .header-content-wrap .header-icon-wrap:hover{background-color:#fff;border-radius:3px}.header .header-content-wrap .header-icon-wrap:active{background-color:#ffeddf;border-radius:3px}.header .header-content-wrap .user-avather-name{display:flex;flex-direction:row;gap:10px;align-items:center;padding-right:10px;cursor:pointer}.header .header-content-wrap .user-avather-name .user-avather{height:28px;width:28px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff}.header .header-content-wrap .user-avather-name .name-destination{display:flex;flex-direction:column}.header .header-content-wrap .user-avather-name .name-destination .user-name{font-size:12px;font-weight:700}.header .header-content-wrap .user-avather-name .name-destination .user-destination{font-size:10px;font-weight:600}.header .header-content-wrap .user-avather-name .arrow-icon{height:20px;width:20px}.header-warm{background-color:#fbf8f2}.header-cool{background-color:#e5f0f9}.header-dark{background-color:#141414}.header-nature{background-color:#e5f0f9}.header-dropdown-overlay .ant-dropdown-menu{padding:0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:240px}.header-dropdown-profile-item{padding:0!important;cursor:default!important}.header-dropdown-profile-item:hover{background:transparent!important}.header-dropdown-profile-item.ant-dropdown-menu-item-disabled{cursor:default!important}.header-dropdown-profile-item.ant-dropdown-menu-item-disabled:hover{background:transparent!important}.header-dropdown-profile-item .ant-dropdown-menu-title-content{width:100%}.header-dropdown-profile{display:flex;align-items:center;gap:12px;padding:6px 16px;background:#fff;border-bottom:1px solid #f0f0f0}.header-dropdown-profile .header-dropdown-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:600;color:#fff;flex-shrink:0}.header-dropdown-profile .header-dropdown-user-info{flex:1;min-width:0}.header-dropdown-profile .header-dropdown-user-info .header-dropdown-name{font-size:14px;font-weight:600;color:#2c2c2c;margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-dropdown-profile .header-dropdown-user-info .header-dropdown-role{font-size:12px;font-weight:600;color:#737c8c;margin:0;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-dropdown-email-item{padding:12px 16px!important}.header-dropdown-email-item .ant-dropdown-menu-title-content{font-size:13px;color:#2c2c2c}.header-dropdown-email-item .anticon{color:#737c8c}.header-dropdown-email-item:hover{background:#f5f5f5!important}.header-dropdown-logout-item{padding:12px 16px!important}.header-dropdown-logout-item .ant-dropdown-menu-title-content{font-size:13px;color:#ff4d4f;font-weight:500}.header-dropdown-logout-item .anticon{color:#ff4d4f}.header-dropdown-logout-item:hover{background:#fff1f0!important}.header-dropdown-list-item-wrap{display:flex;flex-direction:column;padding:10px;gap:3px;position:relative}.header-dropdown-list-item-wrap .header-dropdown-list-item-label{font-size:12px;color:#737c8c;font-weight:600;line-height:1}.header-dropdown-list-item-wrap .header-dropdown-list-item-value{font-size:14px;font-weight:600;line-height:1}.header-dropdown-list-item-wrap .header-dropdown-list-item-change{position:absolute;top:10px;right:10px;cursor:pointer;font-weight:600;color:#00f;font-size:12px}.notification-dropdown{width:330px;height:80vh;background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:5px}.notification-dropdown-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;padding-bottom:8px;border-bottom:1px solid #f0f0f0;color:#686868}.notification-dropdown-header em{font-style:normal;color:#e65100;margin-left:4px;background-color:#ffeddf;padding:0 4px;border-radius:4px}.notification-dropdown-header .mark-all{background:none;border:none;color:#1560ea;cursor:pointer;font-size:12px}.notification-section-title{font-size:10px;color:#bbb;font-weight:600;margin:8px 0}.notification-item{display:flex;justify-content:space-between;gap:8px;padding:8px;border-radius:6px;cursor:auto}.notification-item.unread{background:#fff7e6}.notification-item:hover{background:#f5f5f5}.notification-title{font-weight:600;font-size:12px;color:#000}.notification-desc{font-size:10px;color:#5c6370}.notification-time{font-size:8px;color:#767d89}.notification-actions{display:flex;flex-direction:column;gap:6px;font-size:11px}.notification-actions .mark-read{color:#1677ff;cursor:pointer}.notification-actions .delete{color:#cd0d0d;font-weight:600;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:4px}.notification-actions .delete .delete-icon{height:15px;width:15px}.notification-actions .delete .delete-icon,.notification-actions .delete .delete-icon path,.notification-actions .delete .delete-icon rect,.notification-actions .delete .delete-icon circle{fill:#cd0d0d!important}.notification-dropdown-overlay .ant-dropdown-menu{padding:0}.notification-dropdown-overlay .ant-dropdown-menu-item-disabled{cursor:default;padding:0;background:transparent}.navbar{width:70px;height:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:5px;border-right:1px solid rgba(48,47,47,.4862745098);box-shadow:-3px -3px 4px #00000016 inset}.navbar .navbar-logo{width:53px;height:58px;margin-bottom:8px;cursor:pointer}.navbar .coda-logo{margin-top:auto}.navbar .navbar-item{height:52px;width:55px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer}.navbar .navbar-item .navbar-icon{width:16px;height:16px;fill:#5c6370;transition:fill .3s}.navbar .navbar-item .navbar-item-name{font-size:10px;color:#5c6370;font-weight:500;transition:color .3s}.navbar .navbar-item:hover{background-color:#f9f4ec;border-radius:6px}.navbar .navbar-item-active{background-color:#ffeddf;border-radius:6px}.navbar .navbar-item-active .navbar-icon{fill:#fb5e1a}.navbar .navbar-item-active .navbar-icon,.navbar .navbar-item-active .navbar-icon path,.navbar .navbar-item-active .navbar-icon rect,.navbar .navbar-item-active .navbar-icon circle{fill:#fb5e1a!important}.navbar .navbar-item-active .navbar-item-name{color:#fb5e1a}@media(min-width:1441px){.navbar{width:94px}.navbar .navbar-logo{width:74px;height:80px;margin-bottom:15px}.navbar .navbar-item{width:80px}.navbar .navbar-item .navbar-item-name{font-size:12px}.navbar .navbar-item .navbar-icon{width:20px;height:20px}}.more-tab-popover{width:200px;height:200px;display:flex;flex-direction:column;gap:10px}.more-tab-popover .more-tab-popover-modules{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;overflow-y:auto}.more-tab-popover .more-tab-popover-modules .navbar-item{height:52px;width:55px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;border:1px solid #bbbbbb;border-radius:6px}.more-tab-popover .more-tab-popover-modules .navbar-item .navbar-icon{width:16px;height:16px;fill:#5c6370;transition:fill .3s}.more-tab-popover .more-tab-popover-modules .navbar-item .navbar-item-name{font-size:10px;color:#5c6370;font-weight:500;transition:color .3s}.more-tab-popover .more-tab-popover-modules .navbar-item:hover{background-color:#f9f4ec;border-radius:6px}.more-tab-popover .more-tab-popover-modules .navbar-item-active{background-color:#ffeddf;border-radius:6px}.more-tab-popover .more-tab-popover-modules .navbar-item-active .navbar-icon{fill:#fb5e1a}.more-tab-popover .more-tab-popover-modules .navbar-item-active .navbar-icon,.more-tab-popover .more-tab-popover-modules .navbar-item-active .navbar-icon path,.more-tab-popover .more-tab-popover-modules .navbar-item-active .navbar-icon rect,.more-tab-popover .more-tab-popover-modules .navbar-item-active .navbar-icon circle{fill:#fb5e1a!important}.more-tab-popover .more-tab-popover-modules .navbar-item-active .navbar-item-name{color:#fb5e1a}.home-wrapper{width:100%;height:100dvh;display:flex;flex-direction:row}.home-wrapper .home-wrapper-body{display:flex;flex-direction:column;width:calc(100% - 70px);height:100%}.home-wrapper .home-wrapper-body .home-wrapper-body-content{width:100%;height:calc(100vh - 52px);padding:10px}.home-wrapper-warm{background-color:#fcf4ee}.home-wrapper-cool{background-color:#e5f0f9}.home-wrapper-dark{background-color:#141414}.home-wrapper-nature{background-color:#e5f0f9}@media(min-width:1441px){.home-wrapper .home-wrapper-body{width:calc(100% - 94px)}}.login-container{height:100dvh;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px}.login-container .login-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;overflow:hidden;max-width:900px;width:100%;display:grid;grid-template-columns:1fr 1fr;height:550px}@media(max-width:768px){.login-container .login-card{grid-template-columns:1fr;max-width:400px}}.login-container .login-form-section{padding:20px 40px;display:flex;flex-direction:column;justify-content:center;gap:10px}@media(max-width:768px){.login-container .login-form-section{padding:20px 24px}}.login-container .login-illustration-section{background:linear-gradient(180deg,#fb5e1a,#95380f);height:100%;width:100%;position:relative}.login-container .login-illustration-section .login-illustration-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:10px;align-items:center}.login-container .login-illustration-section .login-illustration-wrap .login-illustration{height:150px;width:150px}.login-container .login-illustration-section .login-illustration-wrap .login-illustration-text{white-space:nowrap;font-size:20px;font-weight:700;color:#fff}.login-container .login-illustration-section .login-illustration-wrap .login-illustration-subtext{font-size:12px;text-align:center;color:#fff}@media(max-width:768px){.login-container .login-illustration-section{display:none}}.login-container .login-header{display:flex;flex-direction:column;gap:5px}.login-container .login-header .logo{display:flex;justify-content:center}.login-container .login-header .logo .login-logo{height:120px;width:180px}.login-container .login-header .login-title{font-size:24px;font-weight:700;color:#333}.login-container .login-header .login-subtitle{color:#666;font-size:12px;line-height:1.5;margin:0}.login-container .login-form{margin-top:10px}.login-container .login-form .ant-form-item{margin-bottom:10px}.login-container .login-form .ant-form-item-label{padding-bottom:5px}.login-container .login-form .ant-form-item-label>label{color:#333;font-weight:500;font-size:14px}.login-container .login-form .login-input{border-radius:8px;border:1px solid #d9d9d9;transition:border-color .3s ease}.login-container .login-form .login-input:hover,.login-container .login-form .login-input:focus{border-color:#ff5722}.login-container .login-form .login-input.ant-input-affix-wrapper-focused{border-color:#ff5722;box-shadow:0 0 0 2px #ff572233}.login-container .login-form .login-input .ant-input{font-size:14px;color:#333}.login-container .login-form .login-input .ant-input::placeholder{color:#bfbfbf}.login-container .login-form .ant-input-password .ant-input{padding-right:40px}.login-container .login-form .ant-input-password .ant-input-suffix .anticon{color:#666}.login-container .login-form .form-options{display:flex;justify-content:flex-end;align-items:center;margin:0 0 40px;padding:0;height:15px}.login-container .login-form .form-options .ant-form-item{margin-bottom:0}.login-container .login-form .form-options .remember-checkbox .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#ff5722;border-color:#ff5722}.login-container .login-form .form-options .remember-checkbox .ant-checkbox:hover .ant-checkbox-inner,.login-container .login-form .form-options .remember-checkbox .ant-checkbox.ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#ff5722}.login-container .login-form .form-options .remember-checkbox .ant-checkbox+span{color:#666;font-size:14px}.login-container .login-form .form-options .forgot-password-btn{color:#ff5722;font-size:14px;padding:0;height:auto;transition:color .3s ease}.login-container .login-form .form-options .forgot-password-btn:hover{color:#e64a19}.login-container .login-form .form-options .forgot-password-btn:focus{color:#ff5722}.login-container .login-form .login-button{background:#ff5722;border:none;border-radius:8px;height:40px;font-size:16px;font-weight:500;transition:background .3s ease}.login-container .login-form .login-button:hover:not(:disabled){background:#ff7043}.login-container .login-form .login-button:focus:not(:disabled){background:#ff5722;box-shadow:0 0 0 2px #ff57224d}.login-container .login-form .login-button:active:not(:disabled){background:#e64a19}.login-container .login-form .login-button.ant-btn-loading .ant-btn-loading-icon .anticon{color:#fff}.login-container .ant-form-item-has-error .login-input{border-color:#ff4d4f}.login-container .ant-form-item-has-error .login-input:hover,.login-container .ant-form-item-has-error .login-input:focus,.login-container .ant-form-item-has-error .login-input.ant-input-affix-wrapper-focused{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f33}.login-container .ant-form-item-explain-error{color:#ff4d4f;font-size:12px;margin-top:4px}.login-container .ant-spin-nested-loading>.ant-spin .ant-spin-dot .ant-spin-dot-item{background-color:#ff5722}@media(max-width:480px){.login-container{padding:12px}.login-container .login-form-section{padding:32px 20px}.login-container .login-form-section .login-header{margin-bottom:32px}.login-container .login-form-section .login-header .login-title{font-size:24px}.login-container .login-form-section .login-header .login-subtitle{font-size:13px}.login-container .form-options{flex-direction:column;align-items:flex-start;gap:12px}}@media(prefers-color-scheme:dark){.login-container .login-title{color:#fff}.login-container .login-subtitle{color:#bfbfbf}.login-container .ant-form-item-label>label{color:#fff}.login-container .login-input{border-color:#434343}.login-container .login-input:hover,.login-container .login-input:focus{border-color:#ff5722}.login-container .login-input .ant-input{background:transparent;color:#fff}.login-container .login-input .ant-input::placeholder{color:#8c8c8c}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.master-wrap{padding:0 15px;width:100%;height:100%;border-radius:5px;background-color:#fff;display:flex}.master-wrap .master-navbar{height:100%;width:23%;border-right:1px solid rgba(27,26,26,.4862745098);display:flex;flex-direction:column;gap:10px;padding:10px}.master-wrap .master-navbar .master-navbar-title{font-size:14px;font-weight:700;color:#5c6370}.master-wrap .master-navbar .header-icon{height:18px;width:18px}.master-wrap .master-navbar .master-navbar-module{font-size:12px;color:#5c6370;cursor:pointer;font-weight:600}.master-wrap .master-navbar .master-navbar-module-list{padding-left:5px;display:flex;flex-direction:column;gap:5px}.master-wrap .master-navbar .master-navbar-module-list .master-navbar-module-list-item{font-size:12px;color:#5c6370;cursor:pointer;font-weight:500;border-radius:5px;padding:5px 10px}.master-wrap .master-navbar .master-navbar-module-list .master-navbar-module-list-item:hover{background-color:#f9f4ec}.master-wrap .master-navbar .master-navbar-module-list .active{background-color:#ffeddf;color:#e65100}.master-wrap .master-content{height:100%;width:77%;padding:10px}.master-wrap .master-content .master-content-title{font-size:16px;font-weight:600;width:100%;padding:10px;border-bottom:1px solid rgba(27,26,26,.4862745098)}.ant-collapse-content-box{padding-top:0!important}.industry-type-wrap,.location-type-wrap,.organization-type-wrap{display:flex;flex-direction:column;gap:10px;padding:10px 0}.industry-type-wrap .industry-type-wrap-top,.industry-type-wrap .location-type-wrap-top,.industry-type-wrap .organization-type-wrap-top,.location-type-wrap .industry-type-wrap-top,.location-type-wrap .location-type-wrap-top,.location-type-wrap .organization-type-wrap-top,.organization-type-wrap .industry-type-wrap-top,.organization-type-wrap .location-type-wrap-top,.organization-type-wrap .organization-type-wrap-top{display:flex;flex-direction:row;justify-content:space-between}.organization-type-modal-wrap{display:flex;flex-direction:column;gap:10px;padding:10px}.organization-type-modal-wrap .organization-type-modal-wrap-input{display:flex;flex-direction:column}.organization-type-modal-wrap .organization-type-modal-wrap-input p{font-size:12px;font-weight:600;color:#5c6370}.organization-type-modal-wrap .organization-type-modal-wrap-status{display:flex;flex-direction:column;gap:2px;background-color:#f5f5f5;border-radius:5px;padding:10px}.organization-type-modal-wrap .organization-type-modal-wrap-status .organization-type-modal-wrap-status-top{display:flex;flex-direction:row;justify-content:space-between}.organization-type-modal-wrap .organization-type-modal-wrap-status .organization-type-modal-wrap-status-top p{color:#000}.organization-type-modal-wrap .organization-type-modal-wrap-status p{color:#5c6370;font-size:12px;font-weight:600}.my-profile-wrap{width:100%;display:flex;flex-direction:column;gap:5px;height:calc(100vh - 80px);border-radius:5px;background-color:#fff;padding:10px}.my-profile-wrap .my-profile-wrap-image{height:100px;width:100%;display:flex;align-items:center;gap:5px;border-radius:5px;border:1px solid #bbbbbb;padding:10px}.my-profile-wrap .my-profile-wrap-image .my-profile-image{height:80px;width:80px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:600;color:#fff;flex-shrink:0}.my-profile-wrap .my-profile-wrap-image .my-profile-text{display:flex;flex-direction:column}.my-profile-wrap .my-profile-wrap-image .my-profile-text .my-profile-name{font-size:16px;font-weight:600}.my-profile-wrap .my-profile-wrap-image .my-profile-text .my-profile-email{font-size:12px;font-weight:500;color:#5c6370}.my-profile-wrap .my-profile-wrap-image .my-profile-action{display:flex;flex-direction:row;gap:10px;margin-left:10px}.my-profile-wrap .my-profile-wrap-content{display:flex;flex-direction:column;width:100%}.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row{display:flex;flex-direction:row;gap:10px;width:100%;padding:2px}.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-left,.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-right{width:50%;display:flex;flex-direction:column;gap:6px;padding:10px;border:1px solid #bbbbbb;border-radius:5px}.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-left .my-profile-wrap-content-row-title,.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-right .my-profile-wrap-content-row-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-transform:uppercase}.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-left .my-profile-wrap-content-row-title .my-profile-wrap-content-row-title-text,.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-right .my-profile-wrap-content-row-title .my-profile-wrap-content-row-title-text{font-size:12px;font-weight:700}.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-left .my-profile-wrap-content-row-input-wrap,.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-right .my-profile-wrap-content-row-input-wrap{display:flex;gap:5px;flex-wrap:wrap;width:100%}.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-left .my-profile-wrap-content-row-input-wrap .my-profile-wrap-content-row-input,.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-right .my-profile-wrap-content-row-input-wrap .my-profile-wrap-content-row-input{display:flex;flex-direction:column;gap:2px;width:49%}.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-left .my-profile-wrap-content-row-input-wrap .my-profile-wrap-content-row-input label,.my-profile-wrap .my-profile-wrap-content .my-profile-wrap-content-row .my-profile-wrap-content-row-right .my-profile-wrap-content-row-input-wrap .my-profile-wrap-content-row-input label{font-size:12px;color:#5c6370;font-weight:600}.antd-error-text{color:#ff4d4f;font-size:12px;font-weight:600}.new-credential-container{height:100dvh;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px}.new-credential-container .new-credential-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;display:grid;grid-template-columns:1fr 1fr;max-width:900px;width:100%;height:500px;overflow:hidden}@media(max-width:768px){.new-credential-container .new-credential-card{grid-template-columns:1fr;max-width:400px}}.new-credential-container .new-credential-illustration{background:linear-gradient(135deg,#ff5722,#ff7043);display:flex;align-items:center;justify-content:center}.new-credential-container .new-credential-illustration svg{width:80%;height:auto}@media(max-width:768px){.new-credential-container .new-credential-illustration{display:none}}.new-credential-container .new-credential-form-section{padding:10px 40px;display:flex;flex-direction:column;justify-content:center;gap:20px}.new-credential-container .new-credential-form-section .form-header{display:flex;flex-direction:column;text-align:left}.new-credential-container .new-credential-form-section .form-header .form-logo{height:120px;width:180px;margin:0 auto 10px}.new-credential-container .new-credential-form-section .form-header .form-title{font-size:24px;font-weight:700;color:#333}.new-credential-container .new-credential-form-section .form-header .form-subtitle{font-size:13px;color:#666}.new-credential-container .new-credential-form-section .back-to-login{text-align:center;cursor:pointer;color:#333;font-size:14px}.new-credential-container .new-credential-form-section .back-to-login:hover{color:#ff5722}.notification-wrap{width:100%;display:flex;flex-direction:column;gap:5px;height:calc(100vh - 80px);border-radius:5px;background-color:#fff;padding:5px 10px}.notification-wrap .notification-wrap-header{padding:10px;border-bottom:1px solid #bbbbbb;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.notification-wrap .notification-wrap-header p{font-size:12px;color:#5c6370;font-weight:600}.notification-wrap .notification-wrap-header .notification-wrap-header-action{justify-self:flex-end;display:flex;flex-direction:row;gap:5px}.notification-wrap .notification-wrap-content{display:flex;flex-direction:column;gap:5px;overflow-y:auto;padding:5px}.notification-wrap .notification-wrap-content .notification-wrap-content-title{font-size:12px;color:#5c6370;font-weight:600;margin:5px 0}.notification-wrap .notification-wrap-content .notification-wrap-content-item{padding:10px;border-bottom:1px solid #bbbbbb;display:flex;gap:5px}.notification-wrap .notification-wrap-content .notification-wrap-content-item .notification-wrap-content-item-title{display:flex;flex-direction:column;gap:3px;width:88%}.notification-wrap .notification-wrap-content .notification-wrap-content-item .notification-wrap-content-item-title .notification-wrap-content-item-title-bold{font-size:12px;font-weight:600}.notification-wrap .notification-wrap-content .notification-wrap-content-item .notification-wrap-content-item-title .notification-wrap-content-item-title-message{font-size:10px;color:#5c6370}.notification-wrap .notification-wrap-content .notification-wrap-content-item .notification-wrap-content-item-date{font-size:10px;color:#5c6370;width:10%}.notification-wrap .notification-wrap-content .notification-wrap-content-item .notification-wrap-content-item-checkbox{width:2%}.sequence-wrap{display:flex;flex-direction:column;gap:5px;position:relative}.sequence-wrap .box-tabs-container{width:100%!important;border-bottom:none!important;padding:0!important;margin:10px 0 3px!important}.sequence-wrap .long-sequence-wrap{display:flex;gap:10px}.sequence-wrap .long-sequence-wrap .long-sequence-wrap-left{display:flex;flex-direction:column;gap:5px;flex:1;border:1px solid #bbbbbb;border-radius:5px;padding:10px}.sequence-wrap .long-sequence-wrap .long-sequence-wrap-right .sequence-edit-btn{width:100px;align-self:flex-end}.sequence-wrap .long-sequence-wrap .long-sequence-wrap-right{flex:1}.sequence-wrap .short-sequence-wrap{display:flex;flex-direction:column;gap:10px}.sequence-wrap .short-sequence-wrap .short-sequence-length-input{display:flex;flex-direction:row;gap:10px;align-items:center}.sequence-wrap .short-sequence-wrap .short-sequence-length-input .short-sequence-length-text{font-size:12px;font-weight:600}.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row{display:flex;flex-direction:row;gap:10px}.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-left,.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-right{display:flex;flex-direction:column;flex:1;border:1px solid #bbbbbb;border-radius:5px;gap:5px;padding:5px 10px}.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-left .short-sequence-wrap-title-wrap,.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-right .short-sequence-wrap-title-wrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-left .short-sequence-wrap-title-wrap .short-sequence-wrap-title,.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-right .short-sequence-wrap-title-wrap .short-sequence-wrap-title{font-size:14px;font-weight:600}.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-left .short-sequence-wrap-title-wrap .sequence-edit-btn,.sequence-wrap .short-sequence-wrap .short-sequence-wrap-row .short-sequence-wrap-right .short-sequence-wrap-title-wrap .sequence-edit-btn{height:25px}.sequence-wrap-left-top{display:flex;flex-direction:row;gap:10px;background-color:#f3f3f3;padding:10px;border-radius:4px 4px 0 0;color:#616161;font-weight:600;font-size:12px}.sequence-wrap-left-top .sequence-seq-title{flex:1}.sequence-wrap-left-top .edit{flex:1.5}.sequence-wrap-left-top .sequence-category-title{flex:5}.sequence-wrap-left-top .sequence-required-title{flex:2}.sequence-wrap-left-top .sequence-separation-title{flex:4}.sequence-wrap-left-bottom{display:flex;flex-direction:column;gap:5px;padding:10px;height:57dvh;overflow-y:auto}.sequence-wrap-left-bottom .sequence-single-row{display:flex;flex-direction:row;gap:5px;font-size:12px;align-items:center}.sequence-wrap-left-bottom .sequence-single-row .sequence-seq-value{flex:1;display:flex;align-items:center}.sequence-wrap-left-bottom .sequence-single-row .sequence-seq-value .drag-icon-wrap{display:flex;align-items:center}.sequence-wrap-left-bottom .sequence-single-row .sequence-seq-value .sequence-seq-value-text{border:1px solid #bbbbbb;border-radius:5px;display:flex;justify-content:center;height:20px;width:20px}.sequence-wrap-left-bottom .sequence-single-row .edit{flex:1.5}.sequence-wrap-left-bottom .sequence-single-row .sequence-category-value{flex:5}.sequence-wrap-left-bottom .sequence-single-row .sequence-required-value{flex:2;display:flex;justify-content:center}.sequence-wrap-left-bottom .sequence-single-row .sequence-separation-value{flex:4}.short-height{height:47dvh}.template-wrap{width:100%;height:100%;border-radius:5px;background-color:#fff;padding:0 15px}.ant-steps-item-process .ant-steps-item-icon{background-color:transparent!important;border:2px solid #ff4d00!important}.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon{color:#ff4d00!important;font-weight:700}.ant-steps-item-finish .ant-steps-item-tail:after{background-color:#ff4d00!important}.ant-steps-item-process .ant-steps-item-title{color:#ff4d00!important;font-weight:700;font-size:14px;white-space:nowrap}.ant-steps-item-process .ant-steps-item-icon{display:flex!important;align-items:center!important;justify-content:center!important}.ant-steps-item-finish .ant-steps-item-icon{background-color:#ff4d00!important;border-color:#ff4d00!important}.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#fff!important}.ant-steps-item-finish .ant-steps-item-title{color:#ff4d00!important;font-size:14px;white-space:nowrap}.ant-steps-item-wait .ant-steps-item-icon{border-color:#d9d9d9!important;color:#8c8c8c!important}.ant-steps-item-wait .ant-steps-item-title{color:#8c8c8c!important;font-size:14px;white-space:nowrap}.ant-steps-item .ant-steps-item-content{margin-top:0!important}.template-dialog,.template-dialog .template-details-comp{display:flex;flex-direction:column;gap:10px}.template-dialog .template-details-comp .template-details-comp-top{display:flex;flex-direction:row;gap:10px}.template-dialog .template-details-comp .template-details-comp-bottom{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:2px solid #5c6370;border-radius:8px;border-style:dashed}.template-dialog .template-details-comp .template-details-comp-bottom p{font-size:12px}.template-dialog .template-details-comp .template-export-text{font-size:12px;color:#5c6370}.template-dialog .template-details-comp .template-export-text a{color:#010159;text-decoration:underline;font-weight:600}.template-dialog .identity-fields-comp{display:flex;height:400px;overflow-y:auto;border:1px solid #bbbbbb;border-radius:8px}.template-dialog .identity-fields-comp .excel-columns-arrow{display:flex;flex-direction:column;gap:5px;width:30px}.template-dialog .identity-fields-comp .excel-columns-arrow .template-columns-title-arrow{width:100%;height:40px;padding:12px 8px;font-weight:600;font-size:12px;background-color:#f3f3f3;position:sticky;top:0;z-index:2}.template-dialog .identity-fields-comp .excel-columns-arrow .template-columns-body-arrow{display:flex;flex-direction:column;gap:5px;padding:5px 10px}.template-dialog .identity-fields-comp .excel-columns-arrow .template-columns-body-arrow .template-columns-body-arrow{display:flex;align-items:center;justify-content:center;height:33px}.template-dialog .identity-fields-comp .template-meta-columns,.template-dialog .identity-fields-comp .excel-columns{display:flex;flex-direction:column;gap:5px;flex:1}.template-dialog .identity-fields-comp .template-meta-columns .template-columns-title,.template-dialog .identity-fields-comp .excel-columns .template-columns-title{width:100%;height:40px;padding:12px 15px;font-weight:600;font-size:12px;background-color:#f3f3f3;position:sticky;top:0;z-index:2}.template-dialog .identity-fields-comp .template-meta-columns .template-columns-body,.template-dialog .identity-fields-comp .excel-columns .template-columns-body{display:flex;flex-direction:column;gap:5px;padding:5px 10px}.template-dialog .preview-import-comp{display:flex;flex-direction:column;gap:5px;height:62dvh;overflow-y:auto}.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap,.template-dialog .preview-import-comp .preview-import-comp-error-wrap{display:flex;flex-direction:column;gap:5px;border-radius:8px;border:1px solid #bbbbbb;padding:10px}.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-top,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-top{display:flex;flex-direction:row;justify-content:space-between}.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-top .preview-import-comp-excel-template,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-top .preview-import-comp-excel-template{color:#5c6370!important;fill:#5c6370;font-size:12px;font-weight:600}.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-top .preview-import-comp-excel-template,.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-top .preview-import-comp-excel-template path,.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-top .preview-import-comp-excel-template rect,.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-top .preview-import-comp-excel-template circle,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-top .preview-import-comp-excel-template,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-top .preview-import-comp-excel-template path,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-top .preview-import-comp-excel-template rect,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-top .preview-import-comp-excel-template circle{fill:#5c6370!important}.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-bottom,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-bottom{display:flex;flex-direction:column;border-radius:5px 5px 0 0;overflow:hidden}.template-dialog .preview-import-comp .preview-import-comp-sucess-wrap .preview-import-comp-error-bottom .preview-import-comp-error-bottom-error-message,.template-dialog .preview-import-comp .preview-import-comp-error-wrap .preview-import-comp-error-bottom .preview-import-comp-error-bottom-error-message{height:40px;width:100%;display:flex;align-items:center;padding-left:10px;background-color:#3dc078;color:#fff;font-size:12px;font-weight:600}.preview-import-comp-text{color:#5c6370;font-size:12px;font-weight:600}.add-template-import-icon{fill:#fff}.add-template-import-icon,.add-template-import-icon path,.add-template-import-icon rect,.add-template-import-icon circle{fill:#fff!important}.selected-template-screen{display:flex;flex-direction:column;gap:10px;padding:10px}.selected-template-screen .selected-template-screen-top{padding:10px;background-color:#fcf4ee;display:flex;flex-direction:column;border-radius:5px;gap:5px}.selected-template-screen .selected-template-screen-top .selected-template-screen-top-title{font-size:14px;font-weight:600;color:#5c6370;display:flex;flex-direction:row;gap:5px;align-items:center}.selected-template-screen .selected-template-screen-top .selected-template-screen-top-subtitle{font-size:12px;font-weight:500;padding-left:20px}.selected-template-screen .selected-template-screen-bottom{display:flex;flex-direction:column;gap:5px;padding:10px;background-color:#f3f3f3;border-radius:5px}.selected-template-screen .selected-template-screen-bottom .selected-template-screen-bottom-title{font-size:14px;font-weight:600;color:#5c6370;display:flex;flex-direction:row;gap:5px;align-items:center}.selected-template-screen .selected-template-screen-bottom .selected-template-screen-bottom-subtitle{font-size:12px;font-weight:500}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap{width:210px;display:flex;flex-direction:column;gap:8px;margin-top:20px;margin-left:10px;border-radius:8px;border:1px solid #bbbbbb;font-size:12px;padding:10px;background-color:#fff}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap:hover{box-shadow:1px 1px 3px #0003}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-icon-wrap{display:flex;flex-direction:column;gap:5px;align-items:center}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-img{height:40px;width:40px;border-radius:50%;overflow:hidden;background-color:#fbf8f2;display:flex;justify-content:center;align-items:center}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-text-wrap{display:flex;flex-direction:column;gap:5px;align-items:center}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-text-wrap .tenant-card-icon-text-title{font-weight:600;font-size:12px;color:#5c6370}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-text-wrap .tenant-card-icon-text{font-size:10px;background-color:#d9d9d9;padding:3px 5px;border-radius:3px;width:fit-content}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-name-wrap{display:flex;flex-direction:column;gap:2px}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-name-wrap .tenant-card-name-wrap-label{font-weight:600;font-size:12px}.selected-template-screen .selected-template-screen-bottom .tenant-card-wrap .tenant-card-name-wrap .tenant-card-name-wrap-value{overflow:hidden;text-overflow:ellipsis}.dictionary-wrap{display:flex;flex-direction:column;gap:5px;height:78dvh}.dictionary-wrap .dictionary-wrap-top{display:flex;flex-direction:row;justify-content:space-between}.dictionary-wrap .dictionary-wrap-top .dictionary-wrap-top-left{display:flex;flex-direction:column;color:#5c6370;padding:10px 0}.dictionary-wrap .dictionary-wrap-top .dictionary-wrap-top-left .dictionary-wrap-top-left-title{font-weight:700;font-size:14px}.dictionary-wrap .dictionary-wrap-top .dictionary-wrap-top-left .dictionary-wrap-top-left-text{font-size:12px}.dictionary-wrap .dictionary-wrap-top .dictionary-wrap-top-right{display:flex;flex-direction:row;gap:10px;align-items:center}.dictionary-wrap .dictionary-wrap-bottom{padding:10px;height:100%;background-color:#f3f3f3;border-radius:5px;overflow-y:auto}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap{width:210px;display:flex;flex-direction:column;gap:8px;border-radius:8px;border:1px solid #bbbbbb;font-size:12px;padding:10px;background-color:#fff}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap:hover{box-shadow:1px 1px 3px #0003}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-icon-wrap{display:flex;flex-direction:column;gap:5px;align-items:center}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-img{height:40px;width:40px;border-radius:50%;overflow:hidden;background-color:#fbf8f2;display:flex;justify-content:center;align-items:center}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-text-wrap{display:flex;flex-direction:column;gap:5px;align-items:center}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-text-wrap .tenant-card-icon-text-title{font-weight:600;font-size:12px;color:#5c6370}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-icon-wrap .tenant-card-icon-text-wrap .tenant-card-icon-text{font-size:10px;background-color:#d9d9d9;padding:3px 5px;border-radius:3px;width:fit-content}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-name-wrap{display:flex;flex-direction:column;gap:2px}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-name-wrap .tenant-card-name-wrap-label{font-weight:600;font-size:12px}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-grid .tenant-card-wrap .tenant-card-name-wrap .tenant-card-name-wrap-value{overflow:hidden;text-overflow:ellipsis}.dictionary-wrap .dictionary-wrap-bottom .dictionary-wrap-bottom-table{background-color:#fff;border-radius:5px;border:1px solid #bbbbbb}.compact-select-26 .ant-select-selection-placeholder{color:#5c6370!important;opacity:1;font-size:12px!important;line-height:1!important}.compact-select-26 .ant-select-selector{outline:none!important;border-radius:6px;height:22px!important;padding:0!important;display:flex!important;align-items:center!important}.compact-select-26.ant-select-focused .ant-select-selector{box-shadow:none!important}.compact-select-26.ant-select-multiple .ant-select-selector{min-height:20px!important;max-height:20px!important;overflow:hidden!important;padding:0!important}.compact-select-26 .ant-select-selection-overflow{display:flex!important;align-items:center!important;height:20px!important;gap:0!important}.compact-select-26 .ant-select-selection-overflow-item{display:flex!important;align-items:center!important;height:24px!important;margin:0!important}.compact-select-26 .ant-select-selection-search{display:flex!important;align-items:center!important;height:26px!important;margin:0!important}.compact-select-26 .ant-select-selection-search-input{height:24px!important;margin:0!important;padding:0!important;font-size:12px!important}.compact-select-26 .ant-select-selection-item{font-size:12px!important;line-height:24px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important}.compact-select-26 .ant-select-arrow{display:flex!important;align-items:center!important;height:26px!important;top:0!important;margin-top:0!important}.compact-select-26.ant-select-open .ant-select-arrow>span{transform:rotate(180deg);transition:transform .2s ease}.compact-select-dropdown{min-width:250px;width:auto;max-width:400px}.compact-select-dropdown .ant-select-item-option-selected{background-color:#ffeddf!important;font-weight:600;color:#fb5e1a!important}.compact-select-dropdown .ant-select-item-option-active.ant-select-item-option-selected{background-color:#f9f4ec!important}.compact-select-dropdown .ant-select-item-option-selected .ant-select-item-option-state{color:#fb5e1a!important;font-size:12px!important}.compact-select-dropdown .ant-select-item-option-content{font-size:12px!important}.edit-template{display:flex;flex-direction:column;gap:10px;padding:10px}.edit-template .edit-template-top{display:flex;flex-direction:row;gap:10px}.edit-template .edit-template-top .edit-template-top-input-wrap{display:flex;flex-direction:column;gap:5px;font-size:12px}.edit-template .edit-template-top .edit-template-top-input-wrap label{color:#5c6370}.edit-template .edit-template-bottom{display:flex;flex-direction:row;gap:10px;width:100%;height:calc(100vh - 125px)}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap{height:100%;display:flex;flex-direction:column;gap:5px;border-radius:8px;box-shadow:1px 1px 3px #0003;padding:6px}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap{flex:2}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .header-icon{height:18px;width:18px}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list{display:flex;flex-direction:column;gap:5px}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list .edit-template-bottom-noun-modifier-list-item{display:flex;justify-content:space-between;justify-content:center;font-size:10px;color:#5c6370;font-weight:600;padding:3px 3px 3px 8px;border-radius:5px;transition:background-color .2s ease;cursor:pointer}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list .edit-template-bottom-noun-modifier-list-item p{text-align:start;width:42%}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list .edit-template-bottom-noun-modifier-list-item span{width:8%}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list .edit-template-bottom-noun-modifier-list-item:hover{background-color:#f9f4ec}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list .list-item-active{background-color:#ffeddf}.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list .edit-template-bottom-loading,.edit-template .edit-template-bottom .edit-template-bottom-noun-search-wrap .edit-template-bottom-noun-modifier-list .edit-template-bottom-end{text-align:center;padding:6px;color:#999;font-size:11px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap{flex:6;overflow-y:auto;display:flex;flex-direction:column;gap:5px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap{display:flex;flex-direction:row;height:130px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap{height:130px;min-width:130px;max-width:130px;position:relative}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap .edit-template-bottom-img{height:100%;width:100%;background-color:#fff;border-radius:5px;box-shadow:1px 1px 3px #0003}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap .edit-template-bottom-img-text{height:100%;width:100%;background-color:#fff;border-radius:5px;box-shadow:1px 1px 3px #0003;font-size:14px;font-weight:600;color:#5c6370;display:flex;align-items:center;justify-content:center;text-align:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap .img-action-btn,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap .img-action-btn-2,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap .img-action-btn-3{display:none}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-2,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-3{position:absolute;height:25px;width:25px;padding:3px;cursor:pointer;background-color:#fff;border-radius:3px;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn .img-action-btn-svg,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-2 .img-action-btn-svg,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-3 .img-action-btn-svg{fill:#5c6370;height:16px;width:16px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn .img-action-btn-svg,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn .img-action-btn-svg path,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn .img-action-btn-svg rect,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn .img-action-btn-svg circle,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-2 .img-action-btn-svg,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-2 .img-action-btn-svg path,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-2 .img-action-btn-svg rect,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-2 .img-action-btn-svg circle,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-3 .img-action-btn-svg,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-3 .img-action-btn-svg path,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-3 .img-action-btn-svg rect,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-3 .img-action-btn-svg circle{fill:#5c6370!important}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn{top:10px;left:10px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-2{top:50px;left:10px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-img-wrap:hover .img-action-btn-3{bottom:10px;right:10px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-noun-modifier-container-wrap{width:100%;display:flex;flex-direction:column;padding:0 10px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-noun-modifier-container-wrap .edit-template-bottom-noun-modifier-container-top{display:flex;flex-direction:row;justify-content:space-between;color:#5c6370}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-noun-modifier-container-wrap .edit-template-bottom-noun-modifier-container-top p{font-size:16px;font-weight:600}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-noun-modifier-container-wrap .edit-template-bottom-noun-modifier-container-top .edit-template-bottom-noun-modifier-container-top-right{display:flex;gap:5px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-noun-modifier-container-wrap .edit-template-bottom-noun-modifier-container{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-noun-modifier-container-wrap .edit-template-bottom-noun-modifier-container .edit-template-bottom-input-wrap{display:flex;flex-direction:column;gap:5px;font-size:12px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-img-noun-modifier-wrap .edit-template-bottom-noun-modifier-container-wrap .edit-template-bottom-noun-modifier-container .edit-template-bottom-input-wrap label{color:#5c6370;font-weight:600}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute{display:flex;flex-direction:column;border-radius:5px;overflow:hidden;font-size:12px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading{display:flex;flex-direction:row;color:#5c6370;background-color:#f3f3f3;align-items:center;padding:5px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading p{font-size:12px;font-weight:700;text-align:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading .edit-template-bottom-attribute-heading-seq{flex:1;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading .edit-template-bottom-attribute-heading-characteristics{flex:4;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading .edit-template-bottom-attribute-heading-definition{flex:3;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading .edit-template-bottom-attribute-heading-required{flex:2;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading .edit-template-bottom-attribute-heading-uom{flex:3;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading .edit-template-bottom-attribute-heading-uom-required{flex:1.8;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-heading .edit-template-bottom-attribute-heading-action{flex:1.5;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content{display:flex;flex-direction:column;overflow-y:auto}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row{display:flex;flex-direction:row;align-items:center;padding:5px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row div{padding:2px 5px;font-size:12px;font-weight:600}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-seq{flex:1;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-seq .drag-icon-wrap{display:flex;align-items:center;justify-content:center;cursor:grab}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-seq p{display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-characteristics{flex:3;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-definition{flex:4;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-required{flex:2;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-uom{flex:2;height:26px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-uom-required,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .edit-template-bottom-attribute-content-row .edit-template-bottom-attribute-content-row-action{flex:2;display:flex;align-items:center;justify-content:center}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .add-characteristic-icon{color:#e65100;height:18px;width:18px}.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .add-characteristic-icon,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .add-characteristic-icon path,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .add-characteristic-icon rect,.edit-template .edit-template-bottom .edit-template-bottom-material-wrap .edit-template-bottom-attribute .edit-template-bottom-attribute-content .add-characteristic-icon circle{fill:#e65100!important}.tenants-container{width:100%;display:flex;flex-direction:column;gap:10px;height:calc(100vh - 80px);border-radius:5px}.tenants-container .tenants-dashboard-section{display:flex;flex-direction:row;gap:10px}.tenants-container .tenants-dashboard-section .tenants-dashboard-item{height:80px;flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:10px;border-radius:8px;background-color:#fff}.tenants-container .tenants-dashboard-section .tenants-dashboard-item .tenants-dashboard-item-name{font-size:14px;display:flex;align-items:center;justify-content:space-between}.tenants-container .tenants-dashboard-section .tenants-dashboard-item .tenants-dashboard-item-value{font-weight:600;font-size:20px}.tenants-container .tenants-dashboard-section .tenants-dashboard-item .tenants-dashboard-item-value span{font-size:16px}.tenants-container .tenants-list-section{height:calc(100vh - 170px);width:100%;border-radius:5px;background-color:#fff;padding:10px;display:flex;flex-direction:column;gap:10px}.tenants-container .tenants-list-section .tenant-list-top-section{display:flex;flex-direction:row;justify-content:space-between}.tenants-container .tenants-list-section .tenant-list-top-section .tenant-list-top-section-left,.tenants-container .tenants-list-section .tenant-list-top-section .tenant-list-top-section-right{display:flex;flex-direction:row;gap:10px}.tenants-container .tenants-list-section .tenant-list-table-section{display:flex;flex-direction:column;flex-grow:1}.tenant-table-column-icon{fill:#5c6370}.tenant-table-column-icon,.tenant-table-column-icon path,.tenant-table-column-icon rect,.tenant-table-column-icon circle{fill:#5c6370!important}.create-tenant-dialog{display:flex;flex-direction:column;gap:10px;overflow:hidden}.create-tenant-dialog .tenant-details{display:flex;flex-direction:column;gap:5px;color:#5c6370}.create-tenant-dialog .tenant-details .tenant-details-title{font-weight:600}.create-tenant-dialog .tenant-details .tenant-details-wrap{padding:5px 16px;border:1px solid #bbbbbb;border-radius:8px}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section{display:flex;flex-direction:row;align-items:center;gap:8px}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section .tenant-details-img-wrap{height:80px;width:80px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid #bbbbbb}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section .tenant-details-img-wrap .tenant-details-icon{height:40px;width:40px}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section .tenant-details-icon-button{height:16px;width:16px}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section .tenant-details-icon-button,.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section .tenant-details-icon-button path,.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section .tenant-details-icon-button rect,.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-top .tenant-details-section .tenant-details-icon-button circle{fill:#5c6370!important}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-bottom{padding:5px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-bottom .input-field-wrapper{display:flex;flex-direction:column;gap:2px}.create-tenant-dialog .tenant-details .tenant-details-wrap .tenant-details-wrap-bottom .input-field-wrapper label{color:#5c6370}.create-tenant-dialog .tenant-contact-details{display:flex;flex-direction:column;gap:5px;height:62dvh;overflow-y:auto}.create-tenant-dialog .tenant-contact-details .contact-details-title{font-weight:600}.create-tenant-dialog .tenant-contact-details .contact-details-wrap{position:relative;padding:8px;display:grid;grid-template-columns:repeat(2,1fr);gap:5px;border:1px solid #bbbbbb;border-radius:8px}.create-tenant-dialog .review-and-confirm{display:flex;flex-direction:column;gap:5px}.create-tenant-dialog .review-and-confirm .review-and-confirm-top{display:flex;flex-direction:row;gap:10px;align-items:center}.create-tenant-dialog .review-and-confirm .review-and-confirm-top .review-and-confirm-img-wrap{height:80px;width:80px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid #d9d9d9;background-color:#00f}.create-tenant-dialog .review-and-confirm .review-and-confirm-top .review-and-confirm-img-wrap .review-and-confirm-icon{height:40px;width:40px}.create-tenant-dialog .review-and-confirm .review-and-confirm-top .review-and-confirm-text-wrap{display:flex;flex-direction:column}.create-tenant-dialog .review-and-confirm .review-and-confirm-top .review-and-confirm-text-wrap .review-and-confirm-tenant-name{font-weight:600}.create-tenant-dialog .review-and-confirm .review-and-confirm-top .review-and-confirm-text-wrap .review-and-confirm-tenant-email{color:#5c6370;font-size:12px;font-weight:600}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom{display:flex;flex-direction:row;gap:10px}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right{display:flex;flex-direction:column;gap:5px;flex:1}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left .review-and-confirm-bottom-left-title,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left .review-and-confirm-bottom-right-title,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right .review-and-confirm-bottom-left-title,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right .review-and-confirm-bottom-right-title{font-weight:600;color:#5c6370}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left .review-and-confirm-bottom-container,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right .review-and-confirm-bottom-container{display:flex;flex-direction:column;gap:2px;border:1px solid #bbbbbb;border-radius:8px;flex-grow:1;padding:5px 10px}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left .review-and-confirm-bottom-container .review-and-confirm-bottom-subtitle,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right .review-and-confirm-bottom-container .review-and-confirm-bottom-subtitle{font-size:10px;font-weight:600;width:100%;border-bottom:1px solid #bbbbbb}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left .review-and-confirm-bottom-container .review-and-confirm-bottom-name-value,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right .review-and-confirm-bottom-container .review-and-confirm-bottom-name-value{display:flex;flex-direction:row;gap:5px}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left .review-and-confirm-bottom-container .review-and-confirm-bottom-name-value .review-and-confirm-bottom-name,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right .review-and-confirm-bottom-container .review-and-confirm-bottom-name-value .review-and-confirm-bottom-name{flex:1;color:#5c6370;font-size:12px}.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-left .review-and-confirm-bottom-container .review-and-confirm-bottom-name-value .review-and-confirm-bottom-value,.create-tenant-dialog .review-and-confirm .review-and-confirm-bottom .review-and-confirm-bottom-right .review-and-confirm-bottom-container .review-and-confirm-bottom-name-value .review-and-confirm-bottom-value{flex:1;font-weight:600;font-size:12px;text-align:left}.input-field-wrapper{display:flex;flex-direction:column;gap:2px}.input-field-wrapper label{color:#5c6370}.contact-phone-input-wrap{display:flex;flex-direction:row;gap:8px;border-radius:6px;border:1.5px solid #bbbbbb;overflow:hidden}.tenant-credit-value-dialog{display:flex;flex-direction:column;gap:10px;padding:10px}.tenant-credit-value-dialog .tenant-credit-value-dialog-input{display:grid;grid-template-columns:2fr 3fr;gap:10px;width:100%;align-items:center}.tenant-credit-value-dialog .tenant-credit-value-dialog-input label{font-size:12px;font-weight:600;color:#5c6370}.full-view-tenant-dialog{display:flex;flex-direction:column;padding:10px;height:80dvh;gap:10px;overflow-y:auto}.full-view-tenant-dialog .full-view-tenant-dialog-header{display:flex;flex-direction:row;gap:5px;align-items:center}.full-view-tenant-dialog .full-view-tenant-dialog-header .profile-avatar{height:80px;width:80px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid #d9d9d9;background-color:#00f}.full-view-tenant-dialog .full-view-tenant-dialog-header .profile-avatar-alt{height:60px;width:60px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid #d9d9d9}.full-view-tenant-dialog .full-view-tenant-dialog-header .full-view-tenant-dialog-header-right{display:flex;flex-direction:column}.full-view-tenant-dialog .full-view-tenant-dialog-header .full-view-tenant-dialog-header-right .profile-name{font-size:14px;font-weight:600}.full-view-tenant-dialog .full-view-tenant-dialog-header .full-view-tenant-dialog-header-right .profile-role{font-size:12px;color:#5c6370}.full-view-tenant-dialog .full-view-tenant-dialog-content-title{font-size:14px;font-weight:600;color:#5c6370;padding-left:5px}.full-view-tenant-dialog .full-view-tenant-dialog-top{display:flex;flex-direction:row;gap:10px;padding:10px 5px}.full-view-tenant-dialog .full-view-tenant-dialog-top .full-view-tenant-dialog-top-card{flex:1;display:flex;flex-direction:column;gap:10px;padding:10px;border:1px solid #bbbbbb;border-radius:8px}.full-view-tenant-dialog .full-view-tenant-dialog-top .full-view-tenant-dialog-top-card .full-view-tenant-dialog-top-card-title{font-size:14px;color:#5c6370;font-weight:600;display:flex;justify-content:space-between;align-items:center}.full-view-tenant-dialog .full-view-tenant-dialog-top .full-view-tenant-dialog-top-card .full-view-tenant-dialog-top-card-title .full-view-tenant-dialog-top-card-title-icon{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background-color:#f9f4ec;padding:2px 5px;border-radius:50%}.full-view-tenant-dialog .full-view-tenant-dialog-top .full-view-tenant-dialog-top-card .full-view-tenant-dialog-top-card-content{display:flex;flex-direction:column}.full-view-tenant-dialog .full-view-tenant-dialog-top .full-view-tenant-dialog-top-card .full-view-tenant-dialog-top-card-content .full-view-tenant-dialog-top-card-content-value{font-size:16px;font-weight:600}.full-view-tenant-dialog .full-view-tenant-dialog-top .full-view-tenant-dialog-top-card .full-view-tenant-dialog-top-card-content .full-view-tenant-dialog-top-card-content-text{font-size:12px;color:#5c6370}.full-view-tenant-dialog .full-view-tenant-dialog-content{display:flex;flex-direction:row;gap:10px}.full-view-tenant-dialog .full-view-tenant-dialog-content .full-view-tenant-dialog-content-card{flex:1;display:flex;flex-direction:column;gap:10px;border:1px solid #bbbbbb;border-radius:8px;padding:10px}.full-view-tenant-dialog .full-view-tenant-dialog-content .full-view-tenant-dialog-content-card .full-view-tenant-dialog-content-card-title{font-size:14px;font-weight:600}.full-view-tenant-dialog .full-view-tenant-dialog-content .full-view-tenant-dialog-content-card .full-view-tenant-dialog-content-card-row{display:flex;flex-direction:row;justify-content:space-between;padding:0 10px}.full-view-tenant-dialog .full-view-tenant-dialog-content .full-view-tenant-dialog-content-card .full-view-tenant-dialog-content-card-row .full-view-tenant-dialog-content-card-row-key{font-size:12px;color:#5c6370;flex:1}.full-view-tenant-dialog .full-view-tenant-dialog-content .full-view-tenant-dialog-content-card .full-view-tenant-dialog-content-card-row .full-view-tenant-dialog-content-card-row-value{font-size:12px;font-weight:600;text-align:start;flex:1}.full-view-tenant-dialog .full-view-tenant-dialog-bottom{display:flex;flex-direction:column;gap:10px;border:1px solid #bbbbbb;border-radius:8px;padding:10px}.full-view-tenant-dialog .full-view-tenant-dialog-bottom .full-view-tenant-dialog-bottom-title{font-size:14px;font-weight:600}.full-view-tenant-dialog .full-view-tenant-dialog-bottom .full-view-tenant-dialog-bottom-card-wrap{flex-direction:row;gap:10px;display:flex;flex-wrap:wrap;width:100%}.full-view-tenant-dialog .full-view-tenant-dialog-bottom .full-view-tenant-dialog-bottom-card-wrap .full-view-tenant-dialog-bottom-card-row{width:40%;display:flex;flex-direction:row}.full-view-tenant-dialog .full-view-tenant-dialog-bottom .full-view-tenant-dialog-bottom-card-wrap .full-view-tenant-dialog-bottom-card-row .full-view-tenant-dialog-bottom-card-row-key{color:#5c6370;font-size:12px;flex:1}.full-view-tenant-dialog .full-view-tenant-dialog-bottom .full-view-tenant-dialog-bottom-card-wrap .full-view-tenant-dialog-bottom-card-row .full-view-tenant-dialog-bottom-card-row-value{font-size:12px;flex:1;text-align:start;font-weight:600}.assign-ticket-title{font-size:14px;font-weight:600;color:#525a69}.assign-ticket-footer{justify-content:flex-end;padding-top:4px}.assign-ticket-action-btn{display:flex;align-items:center;gap:5px}.assign-ticket-modal{display:flex;flex-direction:column;gap:10px;height:400px}.assign-ticket-summary{border-radius:6px;background-color:#f5f5f5;padding:12px}.assign-ticket-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.assign-ticket-label{margin:0;font-size:10px;color:#5c6370}.assign-ticket-value{margin:2px 0 0;font-size:14px;font-weight:700;color:#131722}.assign-ticket-ticket-title{margin:2px 0 0;font-size:12px;font-weight:700;color:#131722;line-height:1.3}.assign-ticket-search{height:40px;border-radius:6px;border:1px solid #c9ced6;display:flex;align-items:center;gap:8px;padding:0 10px;background-color:#fff}.assign-ticket-search-icon{width:18px;height:18px;color:#9ca3af}.assign-ticket-search-input{border:none;outline:none;width:100%;font-size:12px;line-height:12px;color:#364152;background-color:transparent}.assign-ticket-user-list{border-radius:6px;border:1px solid #c9ced6;padding:8px;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.assign-ticket-user-row{border:none;background-color:transparent;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:100%}.assign-ticket-user-row.selected{background-color:#f3f4f6}.assign-ticket-user-left{display:flex;align-items:center;gap:8px;color:#4e596a;font-size:11px;font-weight:500}.assign-ticket-avatar{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:9px}.assign-ticket-user-count{color:#4e596a;font-size:11px;font-weight:500}.assign-ticket-empty-state{margin:0;padding:14px 8px;color:#6b7280;font-size:11px;text-align:center}.ticket-system-wrap{width:100%;display:flex;flex-direction:column;gap:10px;height:calc(100vh - 80px);border-radius:5px}.ticket-system-wrap .ticket-dashboard-section{display:flex;flex-direction:row;gap:10px}.ticket-system-wrap .ticket-dashboard-section .ticket-dashboard-item{height:80px;flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:10px;border-radius:8px;background-color:#fff}.ticket-system-wrap .ticket-dashboard-section .ticket-dashboard-item .ticket-dashboard-item-name{font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.ticket-system-wrap .ticket-dashboard-section .ticket-dashboard-item .ticket-dashboard-item-value{font-weight:600;font-size:20px}.ticket-system-wrap .ticket-dashboard-section .ticket-dashboard-item .ticket-dashboard-item-value span{font-size:16px}.ticket-system-wrap .tickets-list-section{height:calc(100vh - 170px);width:100%;border-radius:5px;background-color:#fff;padding:10px;display:flex;flex-direction:column;gap:10px}.ticket-system-wrap .tickets-list-section .ticket-list-top-section{display:flex;flex-direction:row;justify-content:space-between}.ticket-system-wrap .tickets-list-section .ticket-list-top-section .ticket-list-top-section-left,.ticket-system-wrap .tickets-list-section .ticket-list-top-section .ticket-list-top-section-right{display:flex;flex-direction:row;gap:10px}.ticket-system-wrap .tickets-list-section .ticket-list-table-section{display:flex;flex-direction:column;flex-grow:1}.create-ticket-modal{display:flex;flex-direction:column;gap:5px}.create-ticket-modal .input-field-wrapper{display:flex;flex-direction:column;padding:0 10px;gap:1px}.create-ticket-modal .input-field-wrapper label{font-size:12px;font-weight:500;color:#5c6370}.create-ticket-modal .input-field-wrapper .ticket-attachment-wrap{width:100%;aspect-ratio:8/2;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;border:2px dashed #bbbbbb;border-style:dashed;border-radius:8px;overflow:hidden}.create-ticket-modal .input-field-wrapper .ticket-attachment-wrap .ticket-attachment-wrap-title{font-size:12px;color:#5c6370;font-weight:600}.create-ticket-modal .input-field-wrapper .ticket-attachment-wrap .ticket-attachment-item-wrap{width:100%;display:flex;flex-direction:row;justify-content:center;gap:5px}.create-ticket-modal .input-field-wrapper .ticket-attachment-wrap .ticket-attachment-item-wrap .ticket-attachment-item{position:relative;box-shadow:1px 1px 3px #0003;border-radius:4px}.create-ticket-modal .input-field-wrapper .ticket-attachment-wrap .ticket-attachment-item-wrap .ticket-attachment-item .ticket-attachment-item-icon{height:15px;width:15px;position:absolute;top:5px;right:5px;cursor:pointer;color:red;font-size:12px}.create-ticket-modal .input-field-wrapper .ticket-attachment-wrap .ticket-attachment-item-wrap .ticket-attachment-item img{width:80px;height:80px;object-fit:cover}.view-ticket-header{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#485260}.view-ticket-header .view-ticket-severity-badge{font-size:11px;font-weight:500;color:#d41414;border:1px solid #f7cece;background-color:#fdecec;border-radius:4px;padding:2px 8px}.view-ticket-modal{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-height:470px;overflow:hidden}.view-ticket-modal .view-ticket-modal-left{padding-right:12px;border-right:1px solid #d6d6d6;overflow-y:auto}.view-ticket-modal .view-ticket-modal-right{padding-left:4px;display:flex;flex-direction:column;min-height:100%;overflow:hidden}.view-ticket-modal .view-ticket-modal-title{font-size:12px;font-weight:600;color:#5a616f;margin:0 0 3px}.view-ticket-modal .view-ticket-modal-divider{width:100%;height:1px;background-color:#aeb2b9;margin-bottom:10px}.view-ticket-modal .view-ticket-modal-grid{display:grid;grid-template-columns:165px 1fr;row-gap:10px;column-gap:10px}.view-ticket-modal .view-ticket-modal-label{margin:0;font-size:12px;color:#66707f;font-weight:600;line-height:1.2;height:24px}.view-ticket-modal .view-ticket-modal-value{margin:0;font-size:12px;color:#222a35;font-weight:600;line-height:1.2}.view-ticket-modal .view-ticket-person{display:flex;align-items:center;gap:7px}.view-ticket-modal .view-ticket-person .view-ticket-person-avatar{width:24px;height:24px;min-width:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.view-ticket-modal .view-ticket-person .view-ticket-person-avatar.tenant{background-color:#6d4dff}.view-ticket-modal .view-ticket-person .view-ticket-person-avatar.requester{background-color:#0f172a}.view-ticket-modal .view-ticket-person .view-ticket-person-avatar.assignee{background-color:#7c3aed}.view-ticket-modal .view-ticket-person .view-ticket-person-image{width:24px;height:24px;border-radius:50%;object-fit:cover}.view-ticket-modal .view-ticket-person .view-ticket-person-name{margin:0;font-size:12px;color:#222a35;font-weight:600}.view-ticket-modal .view-ticket-attachments{display:flex;align-items:center;gap:16px}.view-ticket-modal .view-ticket-attachments .view-ticket-attachment-link{color:#1f4aa3;text-decoration:underline;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;background:transparent;border:0;padding:0;cursor:pointer}.view-ticket-modal .view-ticket-description{margin:0;color:#5f6774;font-size:12px;line-height:1.3;max-width:100%}.view-ticket-modal .view-ticket-comments-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:240px;padding-right:6px;margin-bottom:6px}.view-ticket-modal .view-ticket-comment-item{display:flex;gap:10px}.view-ticket-modal .view-ticket-comment-line{width:15px;display:flex;flex-direction:column;align-items:center}.view-ticket-modal .view-ticket-comment-line .view-ticket-comment-dot{width:9px;height:9px;border-radius:50%;background-color:#e05c03;margin-top:4px}.view-ticket-modal .view-ticket-comment-line .view-ticket-comment-bar{width:2px;flex:1;background-color:#c5c5c5;margin-top:3px}.view-ticket-modal .view-ticket-comment-body{display:flex;flex-direction:column;gap:3px}.view-ticket-modal .view-ticket-comment-head{margin:0;font-size:12px;color:#444d5e;display:flex;align-items:center;gap:8px;font-weight:600}.view-ticket-modal .view-ticket-comment-head .view-ticket-comment-name{color:#1e252f;font-weight:700}.view-ticket-modal .view-ticket-comment-text{margin:0;color:#333a46;font-size:12px;line-height:1.25;white-space:pre-line}.view-ticket-modal .view-ticket-comment-box{border:1px solid #aeb6c2;border-radius:8px;margin-top:4px;display:flex;flex-direction:column;overflow:hidden}.view-ticket-modal .view-ticket-comment-box .view-ticket-comment-input{border:0;outline:none;resize:none;font-size:12px;padding:10px 12px;min-height:86px;color:#3f4958}.view-ticket-modal .view-ticket-comment-box .view-ticket-comment-input::placeholder{color:#818a99}.view-ticket-modal .view-ticket-comment-box .view-ticket-comment-tools{border-top:1px solid #aeb6c2;display:flex;align-items:center;justify-content:space-between;padding:8px 10px}.view-ticket-modal .view-ticket-comment-box .view-ticket-comment-tools .view-ticket-comment-tools-left{display:flex;align-items:center;gap:16px;font-size:14px;color:#111722}@media(max-width:980px){.view-ticket-header{font-size:13px}.view-ticket-modal{grid-template-columns:1fr;max-height:72vh}.view-ticket-modal .view-ticket-modal-left{border-right:0;border-bottom:1px solid #d6d6d6;padding-right:0;padding-bottom:12px}.view-ticket-modal .view-ticket-modal-right{padding-left:0;padding-top:8px}.view-ticket-modal .view-ticket-modal-grid{grid-template-columns:150px 1fr}.view-ticket-modal .view-ticket-comments-list{max-height:220px}}.input-field-wrapper-nested{display:flex;flex-direction:row;align-items:center;gap:5px;width:100%}.input-field-wrapper-nested .input-field-wrapper{display:flex;flex-direction:column;padding:0 10px;gap:1px;width:35%}.input-field-wrapper-nested .input-field-wrapper label{font-size:12px;font-weight:500;color:#5c6370}.input-field-wrapper-nested .two{width:65%}.remove-user-role-details{display:flex;flex-direction:column;flex:1;gap:2px;color:#5c6370;padding:5px 16px;border:1px solid #bbbbbb;border-radius:8px}.remove-user-role-details .role-detail-top-wrap h3{font-weight:600}.remove-user-role-details .role-detail-top-wrap p{font-size:12px}.remove-user-role-details .remove-user-role-details-user-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.remove-user-role-details .remove-user-role-details-user-tags .user-tag{display:flex;flex-direction:row;align-items:center;gap:10px;padding:5px;margin-top:10px}.remove-user-role-details .remove-user-role-details-user-tags .table-profile-alt-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;color:#fff;font-size:10px;display:flex;justify-content:center;align-items:center}.remove-user-role-details .remove-user-role-details-user-tags .table-profile-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;object-fit:contain}.role-dialog{display:flex;flex-direction:column;gap:10px;height:75dvh}.role-dialog .edit-role-details{display:flex;flex-direction:column;flex:1;gap:2px;color:#5c6370;padding:5px 16px;border:1px solid #bbbbbb;border-radius:8px}.role-dialog .edit-role-details .role-detail-top-wrap h3{font-size:15px;font-weight:600}.role-dialog .edit-role-details .role-detail-top-wrap p{font-size:12px}.role-dialog .edit-role-details .role-detail-input-wrap{display:flex;flex-direction:column;gap:3px}.role-dialog .edit-role-details .role-detail-input-wrap label{width:200px;font-size:12px;align-self:flex-start}.role-dialog .edit-role-details .role-detail-input-wrap .role-detail-copy-permision{width:200px}.role-dialog .edit-role-details .role-detail-input-wrap .role-detail-copy-permision p{font-size:12px}.role-dialog .edit-role-details .role-detail-input-wrap .role-detail-copy-permision .role-detail-copy-permision-text{font-size:9px}.role-dialog .edit-role-details .role-detail-remaining{align-self:flex-end;font-size:10px}.role-dialog .role-details{display:flex;flex-direction:column;gap:8px;color:#5c6370}.role-dialog .role-details .role-detail-top-wrap h3{font-size:15px;font-weight:600}.role-dialog .role-details .role-detail-top-wrap p{font-size:12px}.role-dialog .role-details .role-detail-input-wrap{display:flex;gap:5px;align-items:center}.role-dialog .role-details .role-detail-input-wrap label{width:200px;font-size:12px}.role-dialog .role-details .role-detail-input-wrap .role-detail-copy-permision{width:200px}.role-dialog .role-details .role-detail-input-wrap .role-detail-copy-permision p{font-size:12px;font-weight:600}.role-dialog .role-details .role-detail-input-wrap .role-detail-copy-permision .role-detail-copy-permision-text{font-size:11px;font-weight:400}.role-dialog .role-details .role-detail-remaining{align-self:flex-end;font-size:10px}.role-dialog table{width:100%;height:100%;padding:0;border-collapse:collapse}.role-dialog table th{font-weight:600}.role-dialog table td,.role-dialog table th{color:#5c6370;border:1px solid #bbbbbb;padding:5px;font-size:12px;text-align:center}.role-dialog .review-details{display:flex;gap:5px}.role-dialog .review-details .review-details-role-desc{width:30%;min-height:300px;display:flex;flex-direction:column;gap:5px;border:1px solid #bbbbbb;border-radius:8px;color:#5c6370}.role-dialog .review-details .review-details-role-desc .review-detail-top-wrap{padding:5px 10px}.role-dialog .review-details .review-details-role-desc .review-detail-top-wrap h3{font-size:15px;font-weight:600}.role-dialog .review-details .review-details-role-desc .review-detail-top-wrap p{font-size:12px}.role-dialog .review-details .review-details-role-desc .review-detail-bottom-wrap{display:flex;flex-direction:column;gap:5px;padding:5px 10px}.role-dialog .review-details .review-details-role-desc .review-detail-bottom-wrap .review-detail-bottom-wrap-two{display:flex;flex-direction:column;font-size:12px}.role-dialog .review-details .review-details-role-desc .review-detail-bottom-wrap .review-detail-bottom-wrap-two span{color:#000}.role-dialog .review-details .review-details-previlege-list{width:70%;border:1px solid #bbbbbb;border-radius:8px;min-height:300px;overflow:hidden}.role-dialog .review-details .review-details-previlege-list table{max-height:100px;overflow-y:auto;padding:0;border-collapse:collapse}.role-dialog .review-details .review-details-previlege-list table td,.role-dialog .review-details .review-details-previlege-list table th{color:#5c6370;border:1px solid #bbbbbb;padding:5px;font-size:12px;text-align:center}.edit-role-details-user-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.edit-role-details-user-tags .user-tag{display:flex;flex-direction:row;align-items:center;gap:10px;padding:5px}.edit-role-details-user-tags .table-profile-alt-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;color:#fff;font-size:10px;display:flex;justify-content:center;align-items:center}.edit-role-details-user-tags .table-profile-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;object-fit:contain}.role-view-dialog{display:flex;flex-direction:column;gap:10px;height:55dvh}.role-view-dialog table{width:100%;height:100%;padding:0;border-collapse:collapse}.role-view-dialog table th{font-weight:600}.role-view-dialog table td,.role-view-dialog table th{color:#5c6370;border:1px solid #bbbbbb;padding:5px;font-size:12px;text-align:center}.role-view-dialog .review-details{display:flex;gap:5px}.role-view-dialog .review-details .review-details-role-desc{width:30%;min-height:300px;display:flex;flex-direction:column;gap:5px;border:1px solid #bbbbbb;border-radius:8px;color:#5c6370}.role-view-dialog .review-details .review-details-role-desc .review-detail-top-wrap{padding:5px 10px}.role-view-dialog .review-details .review-details-role-desc .review-detail-top-wrap h3{font-weight:600}.role-view-dialog .review-details .review-details-role-desc .review-detail-top-wrap p{font-size:12px}.role-view-dialog .review-details .review-details-role-desc .review-detail-bottom-wrap{display:flex;flex-direction:column;gap:5px;padding:5px 10px}.role-view-dialog .review-details .review-details-role-desc .review-detail-bottom-wrap .review-detail-bottom-wrap-two{display:flex;flex-direction:column;font-size:12px;font-weight:600}.role-view-dialog .review-details .review-details-role-desc .review-detail-bottom-wrap .review-detail-bottom-wrap-two span{color:#000;font-weight:400}.role-view-dialog .review-details .review-details-previlege-list{width:70%;border:1px solid #bbbbbb;border-radius:8px;min-height:300px;overflow:hidden}.role-view-dialog .review-details .review-details-previlege-list table{max-height:100px;overflow-y:auto;padding:0;border-collapse:collapse}.role-view-dialog .review-details .review-details-previlege-list table td,.role-view-dialog .review-details .review-details-previlege-list table th{color:#5c6370;border:1px solid #bbbbbb;padding:5px;font-size:12px;text-align:center}.review-detail-user-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;width:100%}.review-detail-user-tags .user-tag{display:flex;flex-direction:row;align-items:center;gap:5px;padding:5px}.review-detail-user-tags .table-profile-alt-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;color:#fff;font-size:10px;display:flex;justify-content:center;align-items:center}.review-detail-user-tags .table-profile-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;object-fit:contain}.Role-section{width:100%;display:flex;flex-direction:column;gap:8px;height:calc(100vh - 125px);overflow:hidden}.Role-section .top-Role-section{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0 0}.Role-section .top-Role-section .header-icon{cursor:pointer;height:20px;width:20px;display:flex;justify-content:center;align-items:center}.Role-section .top-Role-section .header-icon:hover{background-color:#fff;border-radius:3px}.Role-section .top-Role-section .header-icon:active{background-color:#ffeddf;border-radius:3px}.Role-section .top-Role-section .top-Role-section-right-side,.Role-section .top-Role-section .top-Role-section-left-side{display:flex;flex-direction:row;gap:10px}.Role-section .Role-table-section{display:flex;flex-direction:column;flex:1}.modal-footer{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px}.modal-footer .modal-footer-left{justify-self:flex-start}.modal-footer .modal-footer-right{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end;gap:10px}.create-Role-modal{display:flex;flex-direction:column;gap:10px}.create-Role-modal .Role-personal-details{display:flex;flex-direction:column;gap:10px;overflow-y:auto;border:1px solid #bbbbbb;border-radius:8px;padding-bottom:10px}.create-Role-modal .Role-personal-details .Role-detail-title{width:100%;height:40px;padding:12px 8px;font-weight:600;font-size:12px;background-color:#f3f3f3;position:sticky;top:0;z-index:2}.create-Role-modal .Role-personal-details .input-field-wrapper{display:flex;flex-direction:column;padding:0 10px;gap:5px}.Role-profile-section{display:flex;flex-direction:row;align-items:center;gap:8px}.Role-profile-section .Role-profile-img-wrap{height:80px;width:80px;border-radius:50%;overflow:hidden;background-color:#d9d9d9;display:flex;justify-content:center;align-items:center}.Role-profile-section .Role-profile-img-wrap .Role-profile-icon{height:40px;width:40px}.Role-profile-section .Role-profile-icon-button{height:16px;width:16px}.Role-profile-section .Role-profile-icon-button,.Role-profile-section .Role-profile-icon-button path,.Role-profile-section .Role-profile-icon-button rect,.Role-profile-section .Role-profile-icon-button circle{fill:#5c6370!important}.remove-user-user-details{display:flex;flex-direction:column;flex:1;gap:2px;color:#5c6370;padding:5px 16px;border:1px solid #bbbbbb;border-radius:8px}.remove-user-user-details .user-detail-top-wrap h3{font-weight:600}.remove-user-user-details .user-detail-top-wrap p{font-size:12px}.remove-user-user-details .remove-user-user-details-user-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.remove-user-user-details .remove-user-user-details-user-tags .user-tag{display:flex;flex-direction:row;align-items:center;gap:10px;padding:5px;margin-top:10px}.remove-user-user-details .remove-user-user-details-user-tags .table-profile-alt-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;color:#fff;font-size:10px;display:flex;justify-content:center;align-items:center}.remove-user-user-details .remove-user-user-details-user-tags .table-profile-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;object-fit:contain}.user-permission{border:1px solid #bbbbbb;border-bottom:none;color:#5c6370}.user-permission table{width:100%;height:100%;padding:0;border-collapse:collapse}.user-permission table th{font-weight:600}.user-permission table td,.user-permission table th{color:#5c6370;border:1px solid #bbbbbb;padding:5px;font-size:12px;text-align:center}.user-profile-modal{right:0!important}.user-profile-modal .profile-header{text-align:center;margin-bottom:16px}.user-profile-modal .profile-header .profile-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover}.user-profile-modal .profile-header .profile-avatar-alt{width:90px;height:90px;border-radius:50%;color:#fff;font-size:40px;display:flex;justify-content:center;align-items:center;margin:0 auto}.user-profile-modal .profile-header .profile-name{font-size:18px;font-weight:600;color:#5c6370}.user-profile-modal .profile-header .profile-role{color:#999;font-size:12px}.user-profile-modal .divider{border:none;border-top:1px solid #eee;margin:16px 0}.user-profile-modal .profile-section{margin-bottom:16px}.user-profile-modal .profile-section .section-title{font-size:14px;font-weight:600;margin-bottom:8px;color:#5c6370}.user-profile-modal .profile-section .section-item{font-size:12px;margin:4px 0;display:flex;align-items:center;justify-content:space-between}.user-profile-modal .profile-section .section-item .section-item-title{color:#999;flex:1}.user-profile-modal .profile-section .section-item .section-item-value{flex:1;font-weight:600;color:#5c6370;display:flex;gap:5px;align-items:center;text-wrap:nowrap}.user-profile-modal .profile-section .section-item .section-item-value .section-item-value-status{height:8px;width:8px;background-color:green;border-radius:50%}.user-section{width:100%;display:flex;flex-direction:column;gap:10px;height:calc(100vh - 125px);overflow:hidden}.user-section .top-user-section{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0 0}.user-section .top-user-section .header-icon{cursor:pointer;height:20px;width:20px;display:flex;justify-content:center;align-items:center}.user-section .top-user-section .header-icon:hover{background-color:#fff;border-radius:3px}.user-section .top-user-section .header-icon:active{background-color:#ffeddf;border-radius:3px}.user-section .top-user-section .top-user-section-right-side,.user-section .top-user-section .top-user-section-left-side{display:flex;flex-direction:row;gap:10px}.user-section .user-table-section{display:flex;flex-direction:column;flex:1}.modal-footer{display:flex;flex-direction:row;justify-content:flex-end;gap:10px}.create-user-modal{display:flex;flex-direction:column;gap:5px}.create-user-modal .user-personal-details{display:flex;flex-direction:column;gap:5px;overflow-y:auto;border:1px solid #bbbbbb;border-radius:8px;padding-bottom:10px}.create-user-modal .user-personal-details .user-detail-title{width:100%;height:40px;padding:12px 8px;font-weight:600;font-size:12px;background-color:#f3f3f3;position:sticky;top:0;z-index:2}.create-user-modal .user-personal-details .input-field-wrapper{display:flex;flex-direction:column;padding:0 10px;gap:1px}.create-user-modal .user-personal-details .input-field-wrapper label{font-size:12px;font-weight:500;color:#5c6370}.create-user-modal .user-personal-details .input-field-wrapper .user-phone-with-code{display:flex;gap:8px;border-radius:6px;border:1.5px solid #bbbbbb;overflow:hidden}.user-profile-section{display:flex;flex-direction:row;align-items:center;gap:8px}.user-profile-section .user-profile-img-wrap{height:80px;width:80px;border-radius:50%;overflow:hidden;background-color:#d9d9d9;display:flex;justify-content:center;align-items:center}.user-profile-section .user-profile-img-wrap .user-profile-icon{height:40px;width:40px}.user-profile-section .user-profile-icon-button{height:16px;width:16px}.user-profile-section .user-profile-icon-button,.user-profile-section .user-profile-icon-button path,.user-profile-section .user-profile-icon-button rect,.user-profile-section .user-profile-icon-button circle{fill:#5c6370!important}.reset-password-sent-dialog{display:flex;flex-direction:column;gap:10px;align-items:center}.reset-password-sent-dialog .reset-password-sent-dialog-text{font-size:12px;font-weight:500;color:#8692a6;text-align:center}.table-profile-wrap{display:flex;flex-direction:row;align-items:center;gap:10px}.table-profile-wrap .table-profile-alt-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;color:#fff;font-size:10px;display:flex;justify-content:center;align-items:center}.table-profile-wrap .table-profile-avatar{height:20px;width:20px;border-radius:50%;overflow:hidden;object-fit:contain}.table-profile-wrap .table-profile-name-id{display:flex;flex-direction:column;font-size:10px}.table-profile-wrap .table-profile-name-id .table-profile-name{font-weight:600;font-size:12px}.table-profile-wrap .table-profile-name-id .table-profile-id{color:#8692a6}.user-status-change{display:flex;flex-direction:column;gap:10px;border:1px solid #bbbbbb;border-radius:8px;color:#5c6370;padding:10px;font-size:12px}.ant-form-item-explain-error{font-size:12px;line-height:1.2}.user-management{padding:0 15px;width:100%;height:100%;border-radius:5px;background-color:#fff}*{box-sizing:border-box;padding:0;margin:0}html,body{max-width:100dvw;overflow:hidden}p,span{padding:0;margin:0}body{background:#f1f4f6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-user-select:none;user-select:none}a{color:inherit;text-decoration:none}li{list-style:none;cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}*::-webkit-scrollbar{width:8px!important;height:8px;background-color:transparent!important}*::-webkit-scrollbar-thumb{background-color:#cacaca!important;border-radius:4px!important}.custom-dropdown-menu .ant-dropdown-menu-item{font-size:12px!important;color:#5c6370!important}.custom-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#ff4d00!important;border:1px solid #9e9e9e!important}.custom-checkbox .ant-checkbox-inner{border:2px solid #9e9e9e!important}.ant-modal-title{border-bottom:1px solid #d9d9d9;padding-bottom:10px}.modal-footer{padding-top:10px;border-top:1px solid #d9d9d9}.ant-modal-content{padding:10px 15px!important}
