:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dashboard-container .ant-skeleton.ant-skeleton-element{height:335px;width:450px}.dashboard-container .holder-box{overflow:hidden;position:relative}.dashboard-container .holder-box .overly{border-radius:50%;height:21.93838rem;left:50%;position:absolute;top:1%;-webkit-transform:translate(-50%,-65%);transform:translate(-50%,-65%);width:44.04738rem;z-index:0}.dashboard-container .holder-box .box-text{padding:1.5rem;position:relative;z-index:1}.dashboard-container .holder-box .box-text .head-title .hold-text{position:absolute;right:1.5rem;top:0}.dashboard-container .holder-box .box-text .head-title .hold-text h3{font-size:1.5625rem;font-style:normal;font-weight:500}.dashboard-container .holder-box .box-text .head-title .hold-icon{display:flex;margin-top:1.5rem}.dashboard-container .holder-box .box-text .head-title .hold-icon .under-icon{flex:auto;margin:auto;text-align:center}.dashboard-container .holder-box .box-text .body-text{padding:1rem 0 1.5rem;text-align:center}.dashboard-container .holder-box .box-text .body-text>span{font-size:.875rem;font-style:normal;font-weight:500}.dashboard-container .holder-box .box-text .body-text h3{font-size:1.9375rem;font-style:normal;font-weight:400;line-height:normal}.dashboard-container .holder-box .box-text .body-text h3 span{direction:ltr}.dashboard-container .holder-box .box-text .footer-button{display:flex;gap:1rem}.dashboard-container .holder-box .box-text .footer-button .btn{border:1px solid #fff;border-radius:.5rem;box-shadow:0 0 2px 0 rgba(0,0,0,.25);color:#fff;flex:auto;height:2.53625rem}.dashboard-container .holder-box .box-text .holder-box-sales{align-items:center;display:flex;gap:1rem;justify-content:center}.dashboard-container .holder-box .box-text .holder-box-sales .item-box{border-radius:9px;box-shadow:0 0 4px 0 rgba(0,0,0,.25);flex-basis:33%;padding:1rem;text-align:center}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon{margin-bottom:1rem}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold{align-items:center;border-radius:.1875rem;box-shadow:0 0 1px 0 rgba(0,0,0,.04),0 2px 6px 0 rgba(0,0,0,.04),0 16px 24px 0 rgba(0,0,0,.06);display:flex;flex-direction:column;height:2.71506rem;justify-content:center;margin:auto;width:2.63388rem}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold i{font-size:2rem}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold.red{background:#ffeada}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold.red i{color:#e64225}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold.green{background:#ddf9e4}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold.green i{color:#37b399}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold.blue{background:#e4f0ff}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .holder-icon .hold.blue i{color:#61aaff}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .title{color:#4a4a4a;font-size:.75rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:1rem;text-align:center}.dashboard-container .holder-box .box-text .holder-box-sales .item-box .price{color:#303030;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-align:center}.dashboard-container .holder-box .box-text .holder-box-pie-chart{border-top:2px solid #e1e1e1;margin:2rem 0 0;padding-top:1rem}.dashboard-container .holder-box.sales{background:#fff;background:var(--Color-Palette-White,#fff);border-radius:.375rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);color:#000}.dashboard-container .holder-box.sales .overly{background:hsla(0,0%,85%,.18)}.dashboard-container .holder-box.sales .body-text{color:#000}.dashboard-container .holder-box.wallet{background:linear-gradient(233deg,#80170e,#c3291c);border-radius:1.0625rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);color:#fff}.dashboard-container .holder-box.wallet .overly{background:rgba(76,30,30,.18)}.dashboard-container .holder-box.wallet .body-text{color:#fff}.dashboard-container .holder-box .tab-holder .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list{background:#f5f5f5;border-radius:1.875rem;margin:1.5rem 0}.dashboard-container .holder-box .tab-holder .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{margin:.5rem;padding:0;position:relative;z-index:2}.dashboard-container .holder-box .tab-holder .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab>div{border-radius:1.69781rem;padding:.5rem 1rem}.dashboard-container .holder-box .tab-holder .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:hover{color:#3d3d3d}.dashboard-container .holder-box .tab-holder .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active>div{background:transparent;color:#fff}.dashboard-container .holder-box .tab-holder .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-ink-bar{background:#b01116;border-radius:1.69781rem;height:80%;-webkit-transform:translate(-5%,-12%);transform:translate(-5%,-12%);z-index:1}.dashboard-container .holder-box .tab-holder .ant-tabs-nav:before{border:none}.dashboard-container .box-inprogress{background:#fff;border-radius:.375rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);margin:1rem 0;padding:1rem}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-nav{margin-bottom:0}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-nav .ant-tabs-tab:hover{color:#e64225}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-nav .ant-tabs-ink-bar{background:#e64225}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-content-holder .ant-tabs-tabpane .holder-list-progress{padding:1rem}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-content-holder .ant-tabs-tabpane .holder-list-progress h3{color:#303030;font-size:1.2625rem;font-style:normal;font-weight:500;line-height:normal;text-align:right}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-content-holder .ant-tabs-tabpane .holder-list-progress ul{list-style-type:none;margin:0;padding:0}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-content-holder .ant-tabs-tabpane .holder-list-progress ul li{border-bottom:1px solid #e1e1e1;display:flex;font-size:1rem;margin-bottom:1rem;padding-bottom:1rem}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-content-holder .ant-tabs-tabpane .holder-list-progress ul li .label{flex:auto;text-align:right}.dashboard-container .box-inprogress .holder-tab .tab-report .ant-tabs-content-holder .ant-tabs-tabpane .holder-list-progress ul li .value{color:#0a7bff;font-style:normal;font-weight:500;line-height:normal;text-align:left}.holder-purchase-chart{background:#fff;border-radius:.375rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);padding:2rem}.holder-purchase-chart .title-purchase h2{color:#303030;font-size:1.5625rem;font-style:normal;font-weight:500;line-height:normal;margin:0;text-align:right}.holder-show-locker-account .holder-icon{text-align:center}.holder-show-locker-account .holder-icon .show-icon{background-color:#e64225;border-radius:50%;display:flex;height:4rem;margin:auto;width:4rem}.holder-show-locker-account .holder-icon .show-icon i{color:#fff;font-size:2.5rem;margin:auto}.holder-show-locker-account .holder-title{margin:2rem 0 0}.holder-show-locker-account .holder-title h3{color:#303030;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:0;text-align:center}.holder-show-locker-account .holder-body{margin:1.5rem 0}.holder-show-locker-account .holder-body p{color:#303030;font-size:.9rem;font-style:normal;line-height:1.5rem}.holder-modal-success .holder-icon .holder-show{background-color:#37b399;border-radius:50%;display:flex;height:4rem;margin:auto;width:4rem}.holder-modal-success .holder-icon .holder-show i{color:#fff;font-size:2.5rem;margin:auto}.holder-modal-success .holder-body h3{color:#303030;font-style:normal;font-weight:400;line-height:normal;text-align:center}.security-container{background:#fafafa;display:flex;flex-direction:column;height:100%;justify-content:center}.security-container .security-box{background:#fff;border-radius:.6875rem;box-shadow:0 0 5px 0 rgba(0,0,0,.25);height:100%;margin:1rem;padding:1rem}.security-container .security-box .Row,.security-container .security-box .Row .col{height:100%}.security-container .security-box .Row .col .holder-box{display:flex;flex-direction:column;height:100%;justify-content:center}.security-container .security-box .Row .col .holder-box .holder-fix-middle{height:100%}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle{margin:auto}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .holder-title-form h3{color:#303030;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:-.0175rem;line-height:normal}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .holder-title-form h3 span{font-weight:700}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .holder-icon{margin-bottom:1rem}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .holder-icon img{display:block;margin:auto;padding-bottom:1rem}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .login-form-forgot{float:left}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .holder-counter-down{font-size:.89rem}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .holder-counter-down .remaintime{display:inline-block;font-weight:500;width:2.5rem}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .form-box-handle .holder-counter-down .span{color:#303030;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:-.0175rem;line-height:normal}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div .banner-box-handle{margin:auto;max-height:510px}.security-container .security-box .Row .col .holder-box .holder-fix-footer{flex:20% 1}.security-container .security-box .Row .col .holder-box .holder-fix-footer .form-box-handle{width:50%}.security-container .security-box .Row .col .holder-box .holder-fix-footer .form-box-handle .holder-notis ul{list-style:none;margin:0;padding:0}.security-container .security-box .Row .col .holder-box .holder-fix-footer .form-box-handle .holder-notis ul li{margin:0 0 .5rem}.security-container .security-box .Row .col .holder-box .holder-fix-footer .form-box-handle .holder-notis ul li a{color:#303030;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-align:right;text-decoration-color:#303030;text-decoration-line:underline;text-underline-offset:.5rem}.security-container .security-box .Row .col .holder-box .holder-fix-footer .form-box-handle .holder-notis ul li a i{color:#e64225;display:inline-block;font-size:1.2rem;margin:0 0 0 .5rem;vertical-align:bottom}.security-container .security-box .Row .col .holder-box .holder-fix-footer .holder-footer{border-top:.0625rem solid #000;margin:1rem 0}@media screen and (max-width:1200px){.security-container .security-box .Row .col .holder-box .form-box-handle{width:90%}.security-container .security-box .Row .col .holder-box .holder-fix-middle>div{width:100%}.security-container .col-slider{display:none}.security-container .col-form{flex:100% 1;max-width:100%;width:100%}}.arrowslide{color:#fff;cursor:pointer;font-size:2.625rem;position:absolute;top:43%;transition:all .5s;z-index:1}.rightSlide{right:-100%;transition:all .5s}.prevSlide{left:-100%;-webkit-transform:scaleX(-1);transform:scaleX(-1);transition:all .5s}.banner-login:hover .rightSlide{right:3%}.banner-login:hover .prevSlide{left:3%}.slick-dots-bottom li{width:auto!important}.slick-dots-bottom li button{border-radius:50%!important;display:block!important;height:.57719rem!important;width:.61363rem!important}.slick-dots-bottom li:slick-active button:after{content:""}.loading-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.holder-header-layout{display:flex;gap:1rem}.holder-header-layout .holder-brand{margin:auto auto auto 6rem}.holder-header-layout .holder-brand .holder-row-brand{display:flex;gap:1rem}.holder-header-layout .holder-brand .holder-row-brand .holder-burger-menu{align-items:center;background:#3d3d3d;color:#fff;display:flex;flex-direction:column;font-size:1.5rem;justify-content:center;width:80px}.holder-header-layout .holder-brand .holder-row-brand .holder-icon{margin:auto}.holder-header-layout .holder-brand .holder-row-brand .holder-icon img{display:block;margin:auto;width:100%}.holder-header-layout .holder-brand .holder-row-brand .holder-text-icon{margin:auto}.holder-header-layout .holder-brand .holder-row-brand .holder-text-icon img{display:block;margin:auto;width:100%}.holder-header-layout .holder-action-header{display:flex;flex:auto}.holder-header-layout .holder-action-header .holder-searcharea{flex:auto}.holder-header-layout .holder-action-header .holder-searcharea input{height:1.5rem}.holder-header-layout .holder-action-header .holder-show-info{flex:auto}.holder-header-layout .holder-action-header .holder-show-info .row-item-info{direction:ltr;display:flex}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-profile{margin:auto 1rem auto 0}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-profile .profile-item{border-right:1px solid #e1e1e1;padding:0 1rem 0 0}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-profile .profile-item .holder-icon{background:#bfbfbf;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:3rem;justify-content:center;margin:auto;width:3rem}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-profile .profile-item .holder-icon i{font-size:1.5rem;margin:auto}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-notifi{cursor:pointer;margin:auto 1rem auto 0;width:1.5rem}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-notifi .notifi-item i{font-size:1.21875rem}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-wallet{margin:auto 1rem auto 0}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-wallet button{border-radius:.5rem;direction:rtl;display:flex;height:2.5rem;line-height:2.5rem;margin:0;padding:0 1rem}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-wallet button span{display:block;margin:auto 0 auto .5rem}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-wallet button span i{font-size:1.5rem}.expand-overlay-profile-menu ul.ant-dropdown-menu{background:#fff;background:var(--color-palette-white,#fff);border-radius:.375rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);min-width:15.625rem;padding:0}.expand-overlay-profile-menu ul.ant-dropdown-menu .item-profile-menu{align-items:center;display:flex;gap:.5625rem;padding:.8rem 1rem}.expand-overlay-profile-menu ul.ant-dropdown-menu .item-profile-menu:hover{background:#ffeada;color:#e64225}.expand-overlay-profile-menu ul.ant-dropdown-menu .item-profile-menu:hover .ant-dropdown-menu-title-content,.expand-overlay-profile-menu ul.ant-dropdown-menu .item-profile-menu:hover i{color:#e64225}.expand-overlay-profile-menu ul.ant-dropdown-menu .item-profile-menu i{font-size:1.5rem;margin:auto}.expand-overlay-profile-menu ul.ant-dropdown-menu .item-profile-menu .ant-dropdown-menu-title-content{color:#4a4a4a;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:-.04375rem}.slide-layout{box-shadow:0 2px 4px 0 rgba(0,0,0,.25)}.slide-layout .menu-sidebar{border-right:0;height:100%;padding-left:2rem}.slide-layout .menu-sidebar>li>ul{background:none!important}.slide-layout .menu-sidebar .ant-menu-item{border-radius:.375rem!important}.slide-layout .menu-sidebar .ant-menu-item:hover{background:#ffeada!important;color:#e64225!important}.slide-layout .menu-sidebar .ant-menu-item:before{background:none;border-radius:0 .375rem .375rem 0;content:"";display:inline-block;height:100%;position:absolute;right:0;top:0;transition:all .5s;width:.4375rem}.slide-layout .menu-sidebar .ant-menu-submenu-title:hover{background:#ffeada!important;color:#e64225!important}.slide-layout .menu-sidebar .ant-menu-item-icon{font-size:1.5rem!important}.slide-layout .menu-sidebar i.icon-service360.ant-menu-item-icon{font-size:1rem!important}.slide-layout .menu-sidebar .ant-menu-item-selected{background:#ffeada;color:#e64225}.slide-layout .menu-sidebar .ant-menu-item-selected:before{background:#e64225;transition:all .5s}.slide-layout .menu-sidebar .ant-menu-submenu-selected .ant-menu-submenu-title{color:#e64225}.breadcrumbs{padding:1rem 0}.breadcrumbs ol li>span{color:#303030}.breadcrumbs ol li a{color:#919191}@media screen and (max-width:1024px){.ant-layout-header{padding-inline:10px 20px!important}.slide-layout .menu-sidebar{padding-left:0}}@media screen and (max-width:991px){.holder-header-layout .holder-brand{margin:0;padding:0}.holder-header-layout .holder-brand .holder-row-brand{height:100%}.ant-layout-header{padding-inline:0 .5rem!important}.slide-layout{height:100%;position:fixed!important;z-index:9}.slide-layout .menu-sidebar{overflow-y:scroll;padding-bottom:5rem}.overlay-layout{position:relative}.overlay-layout:before{fill:rgba(0,0,0,.8);background-color:rgba(0,0,0,.8);content:"";-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:100%;left:0;position:absolute;top:0;transition:all .5s;width:100%;z-index:8}.slide-layout .menu-sidebar .ant-menu-item i{font-size:3rem}}@media screen and (max-width:550px){.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-wallet button .ant-btn-icon,.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-wallet button span:nth-child(2){display:none}.holder-header-layout .holder-action-header .holder-show-info .row-item-info .holder-profile{margin-right:.5rem}.holder-header-layout .holder-brand .holder-row-brand .holder-text-icon{display:none}}.container-sp{height:100%}.container-sp .header-of-form{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.container-sp .holder-result{color:var(--green);font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.container-sp .kit-container .hold-kit-box h3{font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.container-sp .kit-container .hold-kit-box .btn-green{height:3.125rem}.container-sp .kit-container .hold-opration{border-top:1px solid #e1e1e1;margin:2rem 0;padding:1.5rem 0}.container-sp .kit-container .hold-opration .holder-checked{padding:2rem 0}.container-sp .kit-container .hold-opration .holder-checked .row-checked{display:flex;gap:1rem}.container-sp .kit-container .hold-opration .holder-checked .row-checked .label-hold{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.container-sp .kit-container .hold-opration .holder-checked .row-checked .checked-hold{margin:auto 0;text-align:left}.container-sp .kit-container .hold-opration .holder-search-msisdn input{width:19rem}.switcherOpration.ant-switch-checked{background:#eb6750;border-radius:1rem}.switcherOpration.ant-switch-checked:hover{background:#eb6750!important}.container-modal-barcode .wrapper-barcode{padding:1rem 1rem 0}.container-modal-barcode .wrapper-barcode .component-barcode-scanner{height:20rem;position:relative}.container-modal-barcode .wrapper-barcode .holder-footer{direction:ltr;display:flex;gap:1rem}.container-modal-barcode .wrapper-barcode .holder-footer .btn-normal{display:inline-block}.component-barcode-scanner{height:100%;position:relative;resize:both;width:100%}.dce-bg-loading{-webkit-animation:dce-rotate 1s linear infinite;animation:dce-rotate 1s linear infinite}.dce-bg-camera,.dce-bg-loading{fill:#aaa;bottom:0;display:none;height:40%;left:0;margin:auto;position:absolute;right:0;top:0;width:40%}.dce-scanarea,.dce-video-container{height:100%;left:0;position:absolute;top:0;width:100%}.dce-scanlight{-webkit-animation:dce-scanlight 3s infinite;animation:dce-scanlight 3s infinite;background:#fff;border-radius:50%;box-shadow:0 0 2vw 1px #00e5ff;display:none;height:3%;position:absolute;width:100%}.div-select-container{left:0;position:absolute;top:0}.dce-sel-camera{display:block}.dce-sel-resolution{display:block;margin-top:5px}.dbr-msg-poweredby{bottom:10%;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@-webkit-keyframes dce-rotate{0%{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dce-rotate{0%{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dce-scanlight{0%{top:0}to{top:97%}}@keyframes dce-scanlight{0%{top:0}to{top:97%}}.sp-container .msisdn-container .pickup-kit{padding:.5rem}.sp-container .msisdn-container .pickup-kit p{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.sp-container .msisdn-container .pickup-kit p span{color:#37b399;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.sp-container .msisdn-container .holder-search-area{margin-top:1rem}.sp-container .msisdn-container .holder-search-area .searchbox .ant-form-item-control-input-content .ant-input{direction:ltr;font-size:1.45163rem;height:3.6875rem;margin:0 .5rem;text-align:center;width:3.6875rem}.sp-container .msisdn-container .holder-search-area .searchbox .holder-prefix{align-items:center;color:#3d3d3d;display:flex;flex-direction:column;font-size:1.45163rem;font-style:normal;font-weight:400;height:3.6875rem;justify-content:center;line-height:normal}.sp-container .msisdn-container .holder-search-area .searchbox .holder-prefix h3{margin:0;padding:0}.sp-container .msisdn-container .holder-search-area .searchbox .holder-button .btn-normal{float:right}.sp-container .msisdn-container .holder-search-area .show-list{margin:2rem 0}.sp-container .msisdn-container .holder-search-area .show-list .ant-list-items{display:flex;flex-wrap:wrap;gap:0 1rem;justify-content:space-between}.sp-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item{background:#fff;border:none;border-radius:.125rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);direction:ltr;flex-basis:calc(50% - 1rem);margin:.5rem 0;padding:.6875rem .625rem .6875rem 1.125rem}.sp-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item .radio-list{width:100%}.sp-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item label:hover .ant-radio-inner{border-color:#000}.sp-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item .ant-radio-wrapper{flex-direction:row-reverse;width:100%}.sp-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-disabled button{background:#fff!important;border:1px solid #d9d9d9;border-radius:.125rem}.sp-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-next button,.sp-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-prev button{background:#fff;border:1px solid #d9d9d9;border-radius:.125rem}.sp-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item{border:none}.sp-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item a{background:#fff;border:1px solid #d9d9d9;border-radius:.125rem}.sp-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item-active{border:none}.sp-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item-active a{border-color:#37b399;color:#37b399}.component-datepicker{display:flex;gap:1rem}.component-datepicker .ant-select{flex:1 1}.modal-otp-container .ant-modal-close{left:auto;right:1.5rem}.modal-otp-container .holder-otp-confirm .holder-box-area{text-align:center}.modal-otp-container .holder-otp-confirm .holder-box-area h3{color:#e64225;font-size:1.125rem}.modal-otp-container .holder-otp-confirm .holder-box-area p{color:#4d4d4d;font-size:.9rem;line-height:30px}.modal-otp-container .holder-otp-confirm .holder-box-area p span{text-wrap:nowrap;color:#4d4d4d;font-size:.98rem;font-weight:700}.modal-otp-container .holder-otp-confirm .holder-box-area .holder-form{padding:0 2rem}.modal-otp-container .holder-otp-confirm .holder-box-area .holder-form .input-list .ant-form-item-control-input-content>div{align-items:center;direction:ltr;display:none;display:flex;gap:.5rem;justify-content:center;padding:0 2rem}.modal-otp-container .holder-otp-confirm .holder-box-area .holder-form .input-list .ant-form-item-control-input-content>div input{border:none;border-bottom:.0625rem solid #000;border-radius:0;direction:ltr;text-align:center}.modal-otp-container .holder-otp-confirm .holder-box-area .holder-form .input-list .ant-form-item-control-input-content>div input:focus{box-shadow:none}.modal-otp-container .holder-otp-confirm-button Button{border-radius:.25rem;width:100%}.container-print{display:none}@media print{.ant-layout{display:none}.container-print{display:block;-webkit-print-color-adjust:exact!important;width:100%}.container-print .holder-box{border:1px solid #000;border-radius:.5rem;margin:1rem;padding:1rem 1rem 0}.container-print .holder-box .holder-head{border-bottom:1px solid #000}.container-print .holder-box .holder-head h3{font-size:1.5rem;text-align:center}.container-print .holder-box .holder-body .holder-list-pay ul{list-style-type:none;margin:0;padding:0}.container-print .holder-box .holder-body .holder-list-pay ul li{display:flex;padding:1rem}.container-print .holder-box .holder-body .holder-list-pay ul li .label{flex:auto}.container-print .holder-box .holder-body .holder-list-pay ul li .value{direction:ltr;text-align:left}.container-print .holder-box .holder-body .holder-list-pay ul li:nth-child(2n){background-color:hsla(0,0%,78%,.502)}.container-print .holder-box .holder-body .holder-list-pay ul li:last-child .label,.container-print .holder-box .holder-body .holder-list-pay ul li:last-child .value{font-size:1.1rem;font-weight:700}}.modal-incress .ant-modal-close{right:1.5rem}.modal-incress .holder-incress-wallet h3{color:#e64225;font-size:1.125rem;font-style:normal;font-weight:700;letter-spacing:-.01125rem;line-height:normal;text-align:center}.modal-incress .holder-incress-wallet p{color:#4d4d4d;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.modal-incress .holder-incress-wallet form .ant-select .ant-select-selection-placeholder{line-height:45px}.modal-incress .holder-incress-wallet form .ant-select .ant-select-selector{border-radius:2px;height:45px}.modal-incress .holder-incress-wallet form .ant-select .ant-select-selector input{height:45px!important;line-height:45px}.modal-incress .holder-incress-wallet form .ant-select .ant-select-selector .ant-select-selection-item{line-height:45px}.modal-incress .holder-incress-wallet form .ant-form-item{margin-bottom:.5rem}.modal-incress .holder-incress-wallet form .label-check label{color:#4d4d4d;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.modal-incress .holder-incress-wallet form .label-check .ant-row{display:flex;flex-direction:row-reverse;gap:.5rem}.modal-incress .holder-incress-wallet form .label-check .ant-row .ant-col{width:auto}.modal-incress .holder-incress-wallet form .label-check .ant-row .ant-col:first-child{flex:auto;margin:auto;padding:0;text-align:right}.modal-incress .holder-incress-wallet form .label-check .ant-row .ant-col:last-child{flex-grow:0;text-align:right}.modal-incress .holder-incress-wallet form .label-check .ant-row .ant-checkbox-inner{height:1.5rem;width:1.5rem}.modal-incress .holder-incress-wallet form .label-check .ant-row .ant-checkbox-input:checked+.ant-checkbox-inner{background-color:transparent;border-color:#4a4a4a}.modal-incress .holder-incress-wallet form .label-check .ant-row .ant-checkbox-input:checked+.ant-checkbox-inner:after{border-color:#4a4a4a;inset-inline-start:25.5%}.modal-incress .holder-incress-wallet form input{border:1px solid #d9d9d9;border:1px solid var(--neutral-5,#d9d9d9);border-radius:.125rem;box-sizing:border-box;direction:ltr;height:3.125rem;padding:.5rem .75rem;text-align:left;width:100%}.modal-incress .holder-incress-wallet form input:focus{border-color:#4096ff;border-inline-end-width:1px;box-shadow:0 0 0 2px rgba(5,145,255,.1);outline:0}.modal-incress .holder-incress-wallet form input:disabled{color:#000;opacity:1}.modal-incress .holder-incress-wallet form button{align-items:center;background:#e64225;display:flex;flex-shrink:0;height:3.125rem;justify-content:center;width:100%}.modal-incress .holder-callback h3{font-size:1.125rem;font-style:normal;font-weight:700;letter-spacing:-.01125rem;line-height:normal;text-align:center}.modal-incress .holder-callback.success h3{color:#37b399}.modal-incress .holder-callback.error h3{color:#e64225}.modal-incress .holder-callback p{color:#4d4d4d;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;text-align:center}.modal-incress .holder-callback .holder-list-pay{margin-bottom:2rem}.modal-incress .holder-callback .holder-list-pay ul{list-style-type:none;margin:0;padding:0}.modal-incress .holder-callback .holder-list-pay ul li{border-bottom:1px solid hsla(0,0%,85%,.4);color:#4d4d4d;display:flex;font-size:.875rem;margin:.5rem 0;padding:.5rem 0}.modal-incress .holder-callback .holder-list-pay ul li:last-child{border-bottom:none}.modal-incress .holder-callback .holder-list-pay ul li .label{flex:auto}.modal-incress .holder-callback .holder-list-pay ul li .value{direction:ltr;text-align:left}.sp-container .holder-document-page .holder-document .item-step{margin-bottom:4.5rem}.sp-container .holder-document-page .holder-document .item-step p{color:#303030;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}.sp-container .holder-document-page .holder-document .item-step .btn-print{margin:0;width:auto}.sp-container .holder-document-page .holder-document .item-step .uploadDocument{min-height:41.4375rem}.ReactCrop{cursor:crosshair;display:inline-block;max-width:100%;overflow:hidden;position:relative}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-height:inherit;max-width:100%}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080;cursor:move;left:0;position:absolute;top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;color:#fff}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{border-color:#00f;border-style:solid;outline:none}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{background-color:#fff6;content:"";display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{height:100%;width:1px}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{height:1px;width:100%}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{background-color:#0003;border:1px solid hsla(0,0%,100%,.7);content:"";display:block;height:10px;outline:1px solid transparent;position:absolute;width:10px}.ReactCrop__drag-handle:focus:after{background:#2dbfff;border-color:#00f}.ReactCrop .ord-nw{cursor:nw-resize;left:0;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-nw:after{left:0;top:0}.ReactCrop .ord-n{cursor:n-resize;left:50%;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{cursor:ne-resize;margin-right:-5px;margin-top:-5px;right:0;top:0}.ReactCrop .ord-ne:after{right:0;top:0}.ReactCrop .ord-e{cursor:e-resize;margin-right:-5px;margin-top:-5px;right:0;top:50%}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;cursor:se-resize;margin-bottom:-5px;margin-right:-5px;right:0}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;cursor:s-resize;left:50%;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;cursor:sw-resize;left:0;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{cursor:w-resize;left:0;margin-left:-5px;margin-top:-5px;top:50%}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{height:6px;left:0;margin-top:-3px;top:0;width:100%}.ReactCrop__drag-bar.ord-e{height:100%;margin-right:-3px;right:0;top:0;width:6px}.ReactCrop__drag-bar.ord-s{bottom:0;height:6px;left:0;margin-bottom:-3px;width:100%}.ReactCrop__drag-bar.ord-w{height:100%;left:0;margin-left:-3px;top:0;width:6px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{height:24px;width:24px}}.handle-Upload .row-item{display:flex}.handle-Upload .row-item .label{color:rgba(0,0,0,.85);font-size:.9rem;margin:auto;width:70px}.handle-Upload .row-item .slider{flex:auto;flex-grow:1}.handle-Upload-footer{text-align:center}.handle-Upload-footer button{background:#e64225;border-radius:.25rem}.print-document-sp{display:none}.canvas-document .print-document-sp{display:block!important}.canvas-document .print-document-sp .sp-header{border:1px solid #000}.canvas-document .print-document-sp .sp-header .row-header{display:flex;gap:.5rem}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head{display:flex;flex:50% 1}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right{display:flex;width:100%}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold{display:flex;flex-grow:1}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo{flex:auto;margin:auto;width:auto}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo img{display:block;margin:auto;width:36px}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text{flex:auto;margin:auto 0;position:relative}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text h3{font-size:.55rem}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold{align-items:flex-end;display:flex;flex-direction:column;margin:auto 0;padding-left:.5rem;text-align:left}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold[dir=ltr]{padding-left:0;padding-right:.5rem}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold p{font-size:.45rem;margin:0;text-align:center}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img{text-align:center}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img img{height:50px;width:100px}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold h3{font-size:.65rem;letter-spacing:.3rem;margin:0;text-align:center}.canvas-document .print-document-sp .sp-header .row-header .holder-right-head:after{background:#000;content:"";height:90%;margin:auto 0;width:1px}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head{flex:50% 1;margin:auto;padding:.5rem 0 .5rem .5rem}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head[dir=ltr]{padding:.5rem .5rem .5rem 0}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head>p{font-size:.4rem;margin:0}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-row{display:flex;flex-wrap:nowrap}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-row .item{flex:auto;font-size:.45rem}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-row .item:nth-child(2){text-align:center}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-row .item:last-child{text-align:left}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-list ul{list-style-type:none;margin:0;padding:0}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-list ul li{display:flex;font-size:.4rem}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-list ul li .label{flex:auto}.canvas-document .print-document-sp .sp-header .row-header .holder-left-head .holder-list ul li .value{text-align:left}.canvas-document .print-document-sp .under-header .row-under{display:flex;gap:.5rem;padding:.5rem 0}.canvas-document .print-document-sp .under-header .row-under .item{flex:auto;font-size:.45rem}.canvas-document .print-document-sp .under-header .row-under .item:nth-child(2){text-align:center}.canvas-document .print-document-sp .under-header .row-under .item:last-child{text-align:left}.canvas-document .print-document-sp .holder-body .holder-item-border{margin-bottom:0}.canvas-document .print-document-sp .holder-body .holder-item-border .item ul{border:1px solid #000;border-bottom:none;display:flex;list-style-type:none;margin:0;padding:0}.canvas-document .print-document-sp .holder-body .holder-item-border .item ul li{display:flex;flex:auto;font-size:.6rem;gap:1rem}.canvas-document .print-document-sp .holder-body .holder-item-border .item ul li .label{padding:.5rem}.canvas-document .print-document-sp .holder-body .holder-item-border .item ul li .value{flex:auto;padding:.5rem;text-align:right}.canvas-document .print-document-sp .holder-body .holder-item-border .item:last-child ul{border:1px solid #000}.canvas-document .print-document-sp .holder-body .holder-borderd .item{border:1px solid #000;border-top:none;font-size:.7rem;padding:.5rem}.canvas-document .print-document-sp .holder-body .holder-borderd .item ul{display:flex;gap:1rem;list-style-type:none;margin:2rem 0 0;padding:0}.canvas-document .print-document-sp .holder-body .holder-borderd .item ul li{flex:auto;font-size:.6rem}.canvas-document .print-document-sp .holder-body .holder-borderd .item p{margin:0;padding:0}.canvas-document .print-document-sp .holder-body .holder-borderd .item .holder-img{text-align:center}.canvas-document .print-document-sp .holder-body .holder-borderd .item .holder-img img{width:300px}.canvas-document .print-document-sp .holder-body .holder-borderd .item-question{border:1px solid #000;border-top:none;font-size:.6rem;padding-right:.5rem}.canvas-document .print-document-sp .holder-body .holder-borderd .item-question label{margin:0;padding:0}.canvas-document .print-document-sp .holder-body .holder-borderd .item-question label input{margin:0 .3rem 0 .8rem;padding:0;vertical-align:middle}.canvas-document .print-document-sp[dir=ltr]{font-family:var(--font-ltr)!important;line-height:normal;text-align:left}.canvas-document .print-document-sp[dir=ltr] .sp-header{border:1px solid #000}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header{display:flex;gap:.5rem}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head{display:flex;flex:50% 1}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right{display:flex;width:100%}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold{display:flex;flex-grow:1}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo{flex:auto;margin:auto;width:auto}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo img{display:block;margin:auto;width:36px}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text{flex:auto;margin:auto 0;position:relative}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text h3{font-size:.55rem}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold{align-items:flex-end;display:flex;flex-direction:column;margin:auto 0;padding-left:0;padding-right:.5rem;text-align:left}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold p{font-size:.45rem;margin:0;text-align:center}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img{text-align:center}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img img{height:50px;width:100px}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold h3{font-size:.65rem;letter-spacing:.3rem;margin:0;text-align:center}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head:after{background:#000;content:"";height:90%;margin:auto 0;width:1px}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head{flex:50% 1;margin:auto;padding:.5rem .5rem .5rem 0}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head>p{font-size:.5rem;margin:0}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row{display:flex;flex-wrap:nowrap}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row .item{flex:auto;font-size:.55rem}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row .item:nth-child(2){text-align:center}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row .item:last-child{text-align:left}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul{list-style-type:none;margin:0;padding:0}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul li{display:flex;font-size:.55rem}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul li .label{flex:auto}.canvas-document .print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul li .value{text-align:left}.canvas-document .print-document-sp[dir=ltr] .under-header .row-under{display:flex;gap:.5rem;padding:.5rem 0}.canvas-document .print-document-sp[dir=ltr] .under-header .row-under .item{flex:auto;font-size:.5rem}.canvas-document .print-document-sp[dir=ltr] .under-header .row-under .item:nth-child(2){text-align:center}.canvas-document .print-document-sp[dir=ltr] .under-header .row-under .item:last-child{text-align:left}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-item-border{margin-bottom:0}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul{border:1px solid #000;border-bottom:none;display:flex;list-style-type:none;margin:0;padding:0}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul li{display:flex;flex:auto;font-size:.6rem;gap:1rem}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul li .label{padding:.5rem}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul li .value{flex:auto;padding:.5rem;text-align:left}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-item-border .item:last-child ul{border:1px solid #000}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item{border:1px solid #000;border-top:none;font-size:.7rem;padding:.5rem}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item ul{display:flex;gap:1rem;list-style-type:none;margin:2rem 0 0;padding:0}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item ul li{flex:auto;font-size:.6rem}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item p{margin:0;padding:0}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item .holder-img{text-align:center}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item .holder-img img{width:300px}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item-question{border:1px solid #000;border-top:none;font-size:.5rem;padding-left:.5rem;padding-right:0}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item-question label{margin:0;padding:0}.canvas-document .print-document-sp[dir=ltr] .holder-body .holder-borderd .item-question label input{margin:0 .3rem 0 .8rem;padding:0;vertical-align:middle}@media print{@page{size:auto}.ant-layout{display:none}.print-document-sp{size:A5;display:block;margin:auto;page-break-before:always;-webkit-print-color-adjust:exact!important}.print-document-sp .sp-header{border:1px solid #000}.print-document-sp .sp-header .row-header{display:flex;gap:.5rem}.print-document-sp .sp-header .row-header .holder-right-head{display:flex;flex:50% 1}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right{display:flex;width:100%}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold{display:flex;flex-grow:1}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo{flex:auto;margin:auto;width:auto}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo img{display:block;margin:auto;width:36px}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text{flex:auto;margin:auto 0;position:relative}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text h3{font-size:.55rem}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold{align-items:flex-end;display:flex;flex-direction:column;margin:auto 0;padding-left:.5rem;text-align:left}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold[dir=ltr]{padding-left:0;padding-right:.5rem}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold p{font-size:.45rem;margin:0;text-align:center}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img{text-align:center}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img img{height:50px;width:100px}.print-document-sp .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold h3{font-size:.65rem;letter-spacing:.3rem;margin:0;text-align:center}.print-document-sp .sp-header .row-header .holder-right-head:after{background:#000;content:"";height:90%;margin:auto 0;width:1px}.print-document-sp .sp-header .row-header .holder-left-head{flex:50% 1;margin:auto;padding:.5rem 0 .5rem .5rem}.print-document-sp .sp-header .row-header .holder-left-head[dir=ltr]{padding:.5rem .5rem .5rem 0}.print-document-sp .sp-header .row-header .holder-left-head>p{font-size:.4rem;margin:0}.print-document-sp .sp-header .row-header .holder-left-head .holder-row{display:flex;flex-wrap:nowrap}.print-document-sp .sp-header .row-header .holder-left-head .holder-row .item{flex:auto;font-size:.45rem}.print-document-sp .sp-header .row-header .holder-left-head .holder-row .item:nth-child(2){text-align:center}.print-document-sp .sp-header .row-header .holder-left-head .holder-row .item:last-child{text-align:left}.print-document-sp .sp-header .row-header .holder-left-head .holder-list ul{list-style-type:none;margin:0;padding:0}.print-document-sp .sp-header .row-header .holder-left-head .holder-list ul li{display:flex;font-size:.4rem}.print-document-sp .sp-header .row-header .holder-left-head .holder-list ul li .label{flex:auto}.print-document-sp .sp-header .row-header .holder-left-head .holder-list ul li .value{text-align:left}.print-document-sp .under-header .row-under{display:flex;gap:.5rem;padding:.5rem 0}.print-document-sp .under-header .row-under .item{flex:auto;font-size:.45rem}.print-document-sp .under-header .row-under .item:nth-child(2){text-align:center}.print-document-sp .under-header .row-under .item:last-child{text-align:left}.print-document-sp .holder-body .holder-item-border{margin-bottom:0}.print-document-sp .holder-body .holder-item-border .item ul{border:1px solid #000;border-bottom:none;display:flex;list-style-type:none;margin:0;padding:0}.print-document-sp .holder-body .holder-item-border .item ul li{display:flex;flex:auto;font-size:.6rem;gap:1rem}.print-document-sp .holder-body .holder-item-border .item ul li .label{padding:.5rem}.print-document-sp .holder-body .holder-item-border .item ul li .value{flex:auto;padding:.5rem;text-align:right}.print-document-sp .holder-body .holder-item-border .item:last-child ul{border:1px solid #000}.print-document-sp .holder-body .holder-borderd .item{border:1px solid #000;border-top:none;font-size:.7rem;padding:.5rem}.print-document-sp .holder-body .holder-borderd .item ul{display:flex;gap:1rem;list-style-type:none;margin:2rem 0 0;padding:0}.print-document-sp .holder-body .holder-borderd .item ul li{flex:auto;font-size:.6rem}.print-document-sp .holder-body .holder-borderd .item p{margin:0;padding:0}.print-document-sp .holder-body .holder-borderd .item .holder-img{text-align:center}.print-document-sp .holder-body .holder-borderd .item .holder-img img{width:300px}.print-document-sp .holder-body .holder-borderd .item-question{border:1px solid #000;border-top:none;font-size:.6rem;padding-right:.5rem}.print-document-sp .holder-body .holder-borderd .item-question label{margin:0;padding:0}.print-document-sp .holder-body .holder-borderd .item-question label input{margin:0 .3rem 0 .8rem;padding:0;vertical-align:middle}.print-document-sp[dir=ltr]{font-family:var(--font-ltr)!important;line-height:normal;text-align:left}.print-document-sp[dir=ltr] .sp-header{border:1px solid #000}.print-document-sp[dir=ltr] .sp-header .row-header{display:flex;gap:.5rem}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head{display:flex;flex:50% 1}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right{display:flex;width:100%}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold{display:flex;flex-grow:1}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo{flex:auto;margin:auto;width:auto}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-logo img{display:block;margin:auto;width:36px}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text{flex:auto;margin:auto 0;position:relative}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .logo-text-hold .hold-text h3{font-size:.55rem}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold{align-items:flex-end;display:flex;flex-direction:column;margin:auto 0;padding-left:0;padding-right:.5rem;text-align:left}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold p{font-size:.45rem;margin:0;text-align:center}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img{text-align:center}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold .hold-img img{height:50px;width:100px}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head .holder-row-right .barcode-hold h3{font-size:.65rem;letter-spacing:.3rem;margin:0;text-align:center}.print-document-sp[dir=ltr] .sp-header .row-header .holder-right-head:after{background:#000;content:"";height:90%;margin:auto 0;width:1px}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head{flex:50% 1;margin:auto;padding:.5rem .5rem .5rem 0}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head>p{font-size:.5rem;margin:0}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row{display:flex;flex-wrap:nowrap}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row .item{flex:auto;font-size:.55rem}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row .item:nth-child(2){text-align:center}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-row .item:last-child{text-align:left}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul{list-style-type:none;margin:0;padding:0}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul li{display:flex;font-size:.55rem}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul li .label{flex:auto}.print-document-sp[dir=ltr] .sp-header .row-header .holder-left-head .holder-list ul li .value{text-align:left}.print-document-sp[dir=ltr] .under-header .row-under{display:flex;gap:.5rem;padding:.5rem 0}.print-document-sp[dir=ltr] .under-header .row-under .item{flex:auto;font-size:.5rem}.print-document-sp[dir=ltr] .under-header .row-under .item:nth-child(2){text-align:center}.print-document-sp[dir=ltr] .under-header .row-under .item:last-child{text-align:left}.print-document-sp[dir=ltr] .holder-body .holder-item-border{margin-bottom:0}.print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul{border:1px solid #000;border-bottom:none;display:flex;list-style-type:none;margin:0;padding:0}.print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul li{display:flex;flex:auto;font-size:.6rem;gap:1rem}.print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul li .label{padding:.5rem}.print-document-sp[dir=ltr] .holder-body .holder-item-border .item ul li .value{flex:auto;padding:.5rem;text-align:left}.print-document-sp[dir=ltr] .holder-body .holder-item-border .item:last-child ul{border:1px solid #000}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item{border:1px solid #000;border-top:none;font-size:.7rem;padding:.5rem}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item ul{display:flex;gap:1rem;list-style-type:none;margin:2rem 0 0;padding:0}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item ul li{flex:auto;font-size:.6rem}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item p{margin:0;padding:0}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item .holder-img{text-align:center}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item .holder-img img{width:300px}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item-question{border:1px solid #000;border-top:none;font-size:.5rem;padding-left:.5rem;padding-right:0}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item-question label{margin:0;padding:0}.print-document-sp[dir=ltr] .holder-body .holder-borderd .item-question label input{margin:0 .3rem 0 .8rem;padding:0;vertical-align:middle}}.holder-box-result .box{border:1px solid #c8c8c8;border-radius:.6875rem;padding:3rem}.holder-box-result .box .hold-head{margin-bottom:2.5rem}.holder-box-result .box .hold-head .icon-head{align-items:center;border-radius:50%;display:flex;height:5.125rem;justify-content:center;margin:auto;text-align:center;width:5.125rem}.holder-box-result .box .hold-head .icon-head i{color:#fff;font-size:2.5rem}.holder-box-result .box .hold-head .icon-head[data-state=true]{background-color:#37b399}.holder-box-result .box .hold-head .icon-head[data-state=false]{background-color:#e64225}.holder-box-result .box .hold-head h3{color:#4d4d4d;font-size:1.875rem;font-style:normal;font-weight:400;line-height:normal;margin:.5rem;text-align:center}.holder-box-result .box .hold-body .list-result{list-style-type:none;padding:0}.holder-box-result .box .hold-body .list-result li{border-bottom:1px solid hsla(0,0%,85%,.4);color:#4d4d4d;display:flex;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem;padding-bottom:1rem}.holder-box-result .box .hold-body .list-result li .label{flex:auto}.holder-box-result .box .hold-body .list-result li .value{text-align:left}.holder-box-result .box .hold-body .list-result li:last-child{border-bottom:none}.holder-box-result .box .hold-body .box-message{background:#f0f0f0;border-radius:.5625rem;margin-top:2.5rem;padding:1rem;text-align:center}.holder-box-result .box .hold-body .box-message p{color:#4d4d4d;line-height:2.5rem;margin:0}.print-container-recept{display:none}@media print{.print-container-recept{display:block;-webkit-print-color-adjust:exact!important}}.container-cs{height:100%}.cs-container .holder-valid{margin:3rem 0}.cs-container .holder-valid p{color:#303030;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-top:3rem}.cs-container .holder-valid .holder-form{margin-top:1rem}.cs-container .holder-new-kit{margin:3rem 0}.cs-prefactor-container .holder-prefactor{margin:2rem 0}.cs-prefactor-container .holder-prefactor .holder-pay-client>h3{color:#303030;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;padding:2rem}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview>h3{color:#303030;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview>h3 i{font-size:1.125rem}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;justify-content:start}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li{display:flex;flex-basis:calc(33% - 16px);flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .label{font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .value{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .value .show-document button{padding:0}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .value .show-document button span{color:#0770c1;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-underline-offset:.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-client .holder-box .divider{background:#d9d9d9;height:1px;width:100%}.cs-prefactor-container .holder-prefactor .holder-pay-agent>h3{color:#303030;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;padding:2rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-form-dicount .ant-input-affix-wrapper{padding-left:.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-form-dicount .btn-normal{border-radius:.25rem;height:2.7rem;width:5.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul{list-style-type:none;margin:0;padding:0}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li{border-bottom:1px solid #e1e1e1;display:flex;margin-bottom:1.5rem;padding-bottom:1.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li .label{flex-basis:calc(50% - 1rem);flex-grow:1}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li .value{flex-basis:calc(50% - 1rem);text-align:left}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li:last-child{border-bottom:none}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message{border-radius:.25rem;min-height:5rem;padding:1.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.success{align-items:center;background:#37b399;color:#fff;display:flex;flex-direction:column;justify-content:center}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error{background:#ffeada;border:1px solid #e64225;border:1px solid var(--color-palette-red,#e64225);border-radius:.25rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message{display:flex;gap:1rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text{color:#e64225;flex:auto}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text h3{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul{margin:0;padding:0}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul li{display:flex}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul li .value{font-weight:700}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul li .value span{margin:0 .5rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-acction .holder-button button{border-radius:.25rem;padding:0 1.5rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message p{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:1rem}.cs-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message h3{font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.5rem;margin:0;padding:0}.cs-container .holder-document-page .holder-document .item-step{margin-bottom:4.5rem}.cs-container .holder-document-page .holder-document .item-step p{color:#303030;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}.cs-container .holder-document-page .holder-document .item-step .btn-print{margin:0;width:auto}.cs-container .holder-document-page .holder-document .item-step .uploadDocument{min-height:41.4375rem}.print-document-cp{display:none}.canvas-document .print-document-cp{size:A5;display:block}.canvas-document .print-document-cp .border-row{border:1px solid #000;border-bottom:none}.canvas-document .print-document-cp .header-doc{font-size:.9rem}.canvas-document .print-document-cp .header-doc .row-doc{display:flex;gap:1rem}.canvas-document .print-document-cp .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.canvas-document .print-document-cp .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.canvas-document .print-document-cp .header-doc .row-doc .item-title{border-left:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.canvas-document .print-document-cp .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.canvas-document .print-document-cp .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.canvas-document .print-document-cp .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.canvas-document .print-document-cp .under-header{padding:.5rem}.canvas-document .print-document-cp .under-header p{font-size:.59rem}.canvas-document .print-document-cp .under-header p,.canvas-document .print-document-cp .under-header p label{line-height:20px;margin:0;padding:0;vertical-align:middle}.canvas-document .print-document-cp .under-header p label input{height:auto;line-height:20px;vertical-align:middle}.canvas-document .print-document-cp .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.canvas-document .print-document-cp .holder-with-label .item-block .item-block-prefix{border-left:1px solid #000;position:relative;width:1.5rem}.canvas-document .print-document-cp .holder-with-label .item-block .item-block-prefix span{text-wrap:nowrap;display:block;font-size:.5rem;padding:1rem .5rem;position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:100%;word-break:break-word}.canvas-document .print-document-cp .holder-with-label .item-block:last-child{border-bottom:none}.canvas-document .print-document-cp .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;display:none;font-size:.8rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.canvas-document .print-document-cp .hold-personal{border-bottom:1px solid #000;font-size:.65rem;padding:.5rem}.canvas-document .print-document-cp .hold-personal .holder-sign-cld{padding-left:4.5rem;text-align:left}.canvas-document .print-document-cp[dir=ltr]{direction:ltr;text-align:left}.canvas-document .print-document-cp[dir=ltr] .border-row{border:1px solid #000;border-bottom:none}.canvas-document .print-document-cp[dir=ltr] .header-doc{font-size:.9rem}.canvas-document .print-document-cp[dir=ltr] .header-doc .row-doc{display:flex;gap:1rem}.canvas-document .print-document-cp[dir=ltr] .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.canvas-document .print-document-cp[dir=ltr] .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.canvas-document .print-document-cp[dir=ltr] .header-doc .row-doc .item-title{border-right:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.canvas-document .print-document-cp[dir=ltr] .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.canvas-document .print-document-cp[dir=ltr] .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.canvas-document .print-document-cp[dir=ltr] .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.canvas-document .print-document-cp[dir=ltr] .under-header{padding:.5rem}.canvas-document .print-document-cp[dir=ltr] .under-header p{font-size:.59rem;line-height:20px;margin:0;padding:0;vertical-align:middle}.canvas-document .print-document-cp[dir=ltr] .under-header p label{line-height:20px;margin:0;padding:0;vertical-align:middle}.canvas-document .print-document-cp[dir=ltr] .under-header p label input{height:auto;line-height:20px;vertical-align:middle}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .item-block-prefix{border-right:1px solid #000;position:relative;width:1.5rem}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .item-block-prefix span{text-wrap:nowrap;display:block;font-size:.5rem;padding:1rem .5rem;position:absolute;top:4rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:100%;word-break:break-word}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block:last-child{border-bottom:none}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;display:none;font-size:.8rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.canvas-document .print-document-cp[dir=ltr] .hold-personal{border-bottom:1px solid #000;font-size:.65rem;padding:.5rem}.canvas-document .print-document-cp[dir=ltr] .hold-personal .holder-sign-cld{padding-right:4.5rem;text-align:right}@media print{.ant-layout{display:none}.print-document-cp{size:A5;display:block}.print-document-cp .border-row{border:1px solid #000;border-bottom:none}.print-document-cp .header-doc{font-size:.9rem}.print-document-cp .header-doc .row-doc{display:flex;gap:1rem}.print-document-cp .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.print-document-cp .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.print-document-cp .header-doc .row-doc .item-title{border-left:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.print-document-cp .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.print-document-cp .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.print-document-cp .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.print-document-cp .under-header{padding:.5rem}.print-document-cp .under-header p{font-size:.59rem}.print-document-cp .under-header p,.print-document-cp .under-header p label{line-height:20px;margin:0;padding:0;vertical-align:middle}.print-document-cp .under-header p label input{height:auto;line-height:20px;vertical-align:middle}.print-document-cp .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.print-document-cp .holder-with-label .item-block .item-block-prefix{display:none}.print-document-cp .holder-with-label .item-block:last-child{border-bottom:none}.print-document-cp .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;font-size:.8rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.print-document-cp .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cp .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.print-document-cp .hold-personal{border-bottom:1px solid #000;font-size:.65rem;padding:.5rem}.print-document-cp .hold-personal .holder-sign-cld{padding-left:4.5rem;text-align:left}.print-document-cp[dir=ltr]{direction:ltr;text-align:left}.print-document-cp[dir=ltr] .border-row{border:1px solid #000;border-bottom:none}.print-document-cp[dir=ltr] .header-doc{font-size:.9rem}.print-document-cp[dir=ltr] .header-doc .row-doc{display:flex;gap:1rem}.print-document-cp[dir=ltr] .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.print-document-cp[dir=ltr] .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.print-document-cp[dir=ltr] .header-doc .row-doc .item-title{border-right:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.print-document-cp[dir=ltr] .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.print-document-cp[dir=ltr] .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.print-document-cp[dir=ltr] .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.print-document-cp[dir=ltr] .under-header{padding:.5rem}.print-document-cp[dir=ltr] .under-header p{font-size:.59rem}.print-document-cp[dir=ltr] .under-header p,.print-document-cp[dir=ltr] .under-header p label{line-height:20px;margin:0;padding:0;vertical-align:middle}.print-document-cp[dir=ltr] .under-header p label input{height:auto;line-height:20px;vertical-align:middle}.print-document-cp[dir=ltr] .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.print-document-cp[dir=ltr] .holder-with-label .item-block .item-block-prefix{display:none}.print-document-cp[dir=ltr] .holder-with-label .item-block:last-child{border-bottom:none}.print-document-cp[dir=ltr] .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;font-size:.8rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cp[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.print-document-cp[dir=ltr] .hold-personal{border-bottom:1px solid #000;font-size:.65rem;padding:.5rem}.print-document-cp[dir=ltr] .hold-personal .holder-sign-cld{padding-right:4.5rem;text-align:right}}.csfinal-container{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);padding:1.5rem}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.holder-view-profile .profile-top{border-bottom:1px solid #e1e1e1;display:flex;gap:1rem;margin-bottom:2.5rem;padding-bottom:2.5rem}.holder-view-profile .profile-top .holder-profile-pic .avatar,.holder-view-profile .profile-top .holder-profile-pic .avatar .ant-avatar-string{align-items:center;display:flex;flex-direction:column;justify-content:center;vertical-align:middle}.holder-view-profile .profile-top .holder-profile-pic .avatar .ant-avatar-string{position:static;-webkit-transform:none!important;transform:none!important}.holder-view-profile .profile-top .holder-profile-pic .avatar .ant-avatar-string i{font-size:2.5rem;margin:auto}.holder-view-profile .profile-top .holder-profile-person{margin:auto 0}.holder-view-profile .profile-top .holder-profile-person h3{color:#303030;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal;margin:0;padding:0}.holder-view-profile .profile-top .holder-profile-person ul{list-style-type:none;margin:0;padding:0}.holder-view-profile .profile-top .holder-profile-person ul li{color:#303030;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.holder-view-profile .profile-top .holder-profile-person ul li .label{display:inline-flex;margin-left:.3rem}.holder-view-profile .profile-top .holder-profile-person ul li .value{display:inline-flex}.holder-view-profile .holder-body-profile .holder-list-item{margin-bottom:2.5rem;padding-bottom:2.5rem}.holder-view-profile .holder-body-profile .holder-list-item ul{list-style-type:none;margin:0;padding:0}.holder-view-profile .holder-body-profile .holder-list-item ul li{margin-bottom:.3rem;padding-bottom:.3rem}.holder-view-profile .holder-body-profile .holder-list-item ul li .label{color:#303030;direction:rtl;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-align:right}.holder-view-profile .holder-body-profile .holder-list-item ul li .label i{font-size:1.5rem;margin-left:.82rem;margin-top:1rem;position:relative}.leaflet-container{height:100vh;width:100%}.holder-changepassword{margin:3rem 0}:root{--green:#37b399;--aptel:#e64225;--error:#ff4d4f}.container-main{display:flex;flex-direction:column}.container-main .g-hold-title-of-page{background:#fff;padding:1rem 24px}.container-main .g-hold-title-of-page .breadcrumbs a.ant-breadcrumb-link{color:#919191}.container-main .g-hold-title-of-page .breadcrumbs .ant-breadcrumb-link{color:#303030;font-size:.75rem}.container-main .g-hold-title-of-page .title-page h3{color:#303030;font-size:1.5625rem;font-style:normal;font-weight:500;line-height:normal;margin:0;padding:0}.container-main .g-hold-title-of-page .title-page p{margin:.5rem 0 0;padding:0}.container-main .g-layout-content{flex:1 1;padding:1.5rem}.container-main .g-layout-content .g-layout-main{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.container-main .g-layout-content .g-layout-main .g-format-steps{background:#f9f9f9;overflow:auto;text-align:center;width:auto}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step{display:inline-block;padding:1.5rem 0;width:auto}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item{min-width:13.75rem;min-width:auto;padding:0 .5rem 0 2rem}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item .ant-steps-item-container .ant-steps-item-icon{background-color:transparent;border:1px solid rgba(0,0,0,.25);border-radius:2rem}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item .ant-steps-item-container .ant-steps-item-icon span{color:rgba(0,0,0,.25)}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title{color:#4a4a4a;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title:after{background-color:#e1e1e1}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-process .ant-steps-item-icon{background:#37b399;background:var(--green);border:1px solid #37b399}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-process .ant-steps-item-icon span{color:#fff}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-process .ant-steps-item-title{font-weight:800}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-process .ant-steps-item-title:after{background-color:#37b399!important;background-color:var(--green)!important}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon{background-color:transparent;border:1px solid #37b399;border:1px solid var(--green);border-radius:2rem}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon span{color:#37b399;color:var(--green)}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-title{font-weight:800}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-title:after{background-color:#37b399!important;background-color:var(--green)!important}.container-main .g-layout-content .g-format-page{display:flex;flex-direction:column;height:100%}.container-main .g-layout-content .g-format-page .g-body-format-page{flex-grow:1}.container-main .g-layout-content .g-format-page .g-footer-format-page{border-top:1px solid #e1e1e1;padding-top:1rem}.container-main .g-layout-content .g-format-page .g-footer-format-page button{display:inline-block;width:13.5rem}.container-main .g-layout-content .g-format-page .g-footer-format-page>.holder-button{direction:ltr;text-align:left}.container-main .g-layout-content .g-format-page .g-footer-format-page>.holder-button button{margin:.5rem}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button{display:flex}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button .holder-button{flex:auto;margin:auto}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button .holder-button:last-child{direction:ltr;text-align:left}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button .holder-button:last-child button{margin:.5rem}.modal-confirm-global .ant-modal-content{padding:1rem 1rem .5rem}.modal-confirm-global .ant-modal-content .modal-confirm .modal-body .confirm-body{text-align:center}.modal-confirm-global .ant-modal-content .modal-confirm .modal-body .confirm-body .holder-icon{color:#ff900d}.modal-confirm-global .ant-modal-content .modal-confirm .modal-body .confirm-body .holder-icon span{font-size:3rem}.modal-confirm-global .ant-modal-content .modal-confirm .modal-body .confirm-body p{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.modal-confirm-global .ant-modal-content .modal-confirm .modal-footer{border-top:1px solid #a0a0a0;padding-top:1rem}.modal-confirm-global .ant-modal-content .modal-confirm .modal-footer .holder-button{direction:ltr;text-align:left}.modal-confirm-global .ant-modal-content .modal-confirm .modal-footer .holder-button .btn-normal{display:inline-block;height:2.31381rem!important;line-height:0;width:5.4475rem!important}.modal-confirm-global .ant-modal-content .modal-confirm .modal-footer .holder-button .btn-normal.btn-green{margin-right:.5rem;min-width:5.4475rem!important}.g-list-bundle .item{background:#fbfbfb;border-radius:.74494rem;box-shadow:0 0 4.9662213326px 0 rgba(0,0,0,.35);margin:1.5rem 0;position:relative}.g-list-bundle .item .row-item{display:flex;margin:auto 0;padding:1rem}.g-list-bundle .item .row-item .special{min-width:5%}.g-list-bundle .item .row-item .special svg{position:absolute;right:0;top:0;z-index:1}.g-list-bundle .item .row-item .special .arrow-right{display:flex;flex-direction:column-reverse;height:100px;position:absolute;right:-48px;top:-48px;-webkit-transform:rotate(45deg);width:100px;z-index:1}.g-list-bundle .item .row-item .special .arrow-right span{color:#f5f5f5;font-size:.9em;text-align:center}.g-list-bundle .item .row-item .title-sim{flex-grow:1;margin:auto;min-width:25%}.g-list-bundle .item .row-item .title-sim h3{font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin:0 0 .5rem}.g-list-bundle .item .row-item .title-sim .gift{color:#37b399;display:flex;gap:.5rem}.g-list-bundle .item .row-item .title-sim .gift .hold-gift{background:#37b399;border-radius:50%;display:flex;flex-direction:column;height:1.525rem;justify-content:center;text-align:center;width:1.525rem}.g-list-bundle .item .row-item .title-sim .gift .hold-gift i{color:#fff;font-size:.7rem}.g-list-bundle .item .row-item .title-sim .gift>span{font-size:.94rem;font-style:normal;font-weight:400;line-height:normal}.g-list-bundle .item .row-item .hold-desc{flex-grow:1;margin:auto;min-width:30%}.g-list-bundle .item .row-item .hold-desc h3{font-size:1.11738rem;font-style:normal;font-weight:400;line-height:normal;margin:0}.g-list-bundle .item .row-item .hold-desc p{font-size:.74494rem;font-style:normal;font-weight:400;line-height:normal}.g-list-bundle .item .row-item .hold-price{flex-grow:1;margin:auto;min-width:20%;text-align:left}.g-list-bundle .item .row-item .hold-price span{font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.g-list-bundle .item .row-item .hold-price span.oldprice{display:block;text-decoration:line-through}.g-list-bundle .item .row-item .hold-price span.oldprice+span,.g-list-bundle .item .row-item .hold-price span.oldprice+span span{font-size:1.175rem;font-weight:700}.g-list-bundle .item .row-item .hold-price span span{direction:ltr}.g-list-bundle .item .row-item .hold-aciton{flex-grow:1;margin:auto;min-width:20%;text-align:left}.g-list-bundle .item .row-item .hold-aciton .btn-package{border:1px solid #000;border-radius:.25rem;color:#1a1a1a;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.g-prefactor .holder-row-prefactor .for-pay-client>h3{color:#303030;font-size:1.15rem;font-style:normal;font-weight:500;line-height:normal}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;margin-bottom:1.5rem;padding:2rem}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .divider{background-color:#d9d9d9;height:1px;margin:1.5rem 0}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard{display:flex}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn{flex:auto}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item{margin-bottom:1.5rem}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item{display:flex;gap:1rem}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-icon{margin:auto 0}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-icon i{font-size:2rem}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text{flex:auto}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text h4{font-size:1rem;margin:0}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text h4 span{font-weight:900}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text p{color:#3d3d3d;font-size:.89rem;margin:0}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item.gift .holder-icon i{color:#e64225}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-gift .holder-option .switch-gift.ant-switch-checked{background:#eb6750;border-radius:1rem}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile h4,.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile h4 a{color:#303030}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile h4 i{font-size:1rem;padding:0 .5rem}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;justify-content:start}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item{display:flex;flex-basis:calc(33% - 16px);flex-direction:column;gap:1rem;margin-bottom:1.5rem}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .label{font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .value{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .value .show-document button{padding:0}.g-prefactor .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .value .show-document button span{color:#0770c1;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-underline-offset:.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent>h3{color:#303030;font-size:1.15rem;font-style:normal;font-weight:500;line-height:normal}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;padding:2rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery h3{color:#000;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal;text-align:right}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod{margin-bottom:1.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod{display:flex;flex-wrap:wrap;gap:1rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper{border:1px solid transparent;border-radius:.375rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);display:flex;flex:auto;gap:1rem;padding-right:1rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper.ant-radio-wrapper-checked{border:1px solid #000}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-inner{background-color:#fff;border-color:#000}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-checked .ant-radio-inner:after{background-color:#e64225;-webkit-transform:scale(.475);transform:scale(.475)}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper>span:last-child{flex:auto;padding:.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper>span:last-child .holder-item .row-item{display:flex;gap:1rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper>span:last-child .holder-item .row-item .hold-title{flex:auto;margin:auto}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper>span:last-child .holder-item .row-item .hold-title h4{color:#303030;font-size:1.1rem;font-style:normal;font-weight:500;line-height:normal;margin:0;padding:0;text-align:right}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper>span:last-child .holder-item .row-item .hold-title span{color:#e64225;font-size:.925rem;font-style:normal;font-weight:500;line-height:normal}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper>span:last-child .holder-item .row-item .hold-icon{margin:auto}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-delivery .deliverymethod .holdDeliveryMethod .ant-radio-wrapper>span:last-child .holder-item .row-item .hold-icon img{display:block}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-form-dicount .ant-input-affix-wrapper{padding-left:.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-form-dicount .btn-normal{border-radius:.25rem;height:2.7rem;width:5.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul{list-style-type:none;margin:0;padding:0}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li{border-bottom:1px solid #e1e1e1;display:flex;margin-bottom:1.5rem;padding-bottom:1.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li .label{flex-basis:calc(50% - 1rem);flex-grow:1}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li .value{flex-basis:calc(50% - 1rem);text-align:left}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li:last-child{border-bottom:none}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message{border-radius:.25rem;min-height:5rem;padding:1.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.success{align-items:center;background:#37b399;color:#fff;display:flex;flex-direction:column;justify-content:center}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error{background:#ffeada;border:1px solid #e64225;border:1px solid var(--color-palette-red,#e64225);border-radius:.25rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message{display:flex;gap:1rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text{color:#e64225;flex:auto}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text h3{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul{margin:0;padding:0}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul li{display:flex}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul li .value{font-weight:700}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul li .value span{margin:0 .5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-acction .holder-button button{border-radius:.25rem;padding:0 1.5rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message p{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:1rem}.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message h3{font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.5rem;margin:0;padding:0}.input-normal{margin-bottom:2.5rem}.input-normal .ant-form-item-control-input input{color:#303030;font-size:1.05rem;height:3.125rem}.input-normal .ant-form-item-control-input input::-webkit-input-placeholder{color:#919191;font-size:.99rem;font-style:normal;font-weight:400}.input-normal .ant-form-item-control-input input::placeholder{color:#919191;font-size:.99rem;font-style:normal;font-weight:400}.input-normal .ant-form-item-control-input input[dir=ltr]{direction:ltr;text-align:left}.input-normal .ant-form-item-control-input input[dir=ltr]::-webkit-input-placeholder{direction:rtl;text-align:right}.input-normal .ant-form-item-control-input input[dir=ltr]::placeholder{direction:rtl;text-align:right}.input-normal .ant-form-item-control-input .ant-input-group-wrapper .ant-input-wrapper input{border-bottom-left-radius:0;border-top-left-radius:0}.input-normal .ant-form-item-control-input .ant-input-affix-wrapper{padding-bottom:0;padding-top:0}.input-normal .ant-form-item-control-input .msisdn-input input::-webkit-input-placeholder{direction:ltr;text-align:left}.input-normal .ant-form-item-control-input .msisdn-input input::placeholder{direction:ltr;text-align:left}.input-normal .ant-form-item-control-input .msisdn-mask{background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;color:#303030;display:inline-block;font-size:1.05rem;height:3.125rem;list-style:none;margin:0;min-width:0;padding:4px 11px;position:relative;transition:all .2s;width:100%}.input-normal .ant-form-item-control-input .msisdn-mask:focus{border-color:#4096ff;border-inline-end-width:1px;box-shadow:0 0 0 2px rgba(5,145,255,.1);outline:0}.input-normal .ant-select-selector{height:3.125rem!important}.input-normal .ant-select-selector .ant-select-selection-search input.ant-select-selection-search-input{height:3.125rem;line-height:3.125rem}.input-normal .ant-select-selector .ant-select-selection-item,.input-normal .ant-select-selector .ant-select-selection-placeholder{line-height:3.125rem}.input-normal .ant-form-item-explain-error{font-size:.9rem;padding:.3rem 0 0}.input-normal .ant-input-suffix,.input-normal .ant-input-suffix .ant-form-item-feedback-icon,.input-normal .ant-input-suffix .ant-input-clear-icon{font-size:1rem}.input-normal .ant-input-prefix{color:#667085;font-size:1rem}.input-normal .ant-radio-checked .ant-radio-inner{background-color:#fff;border-color:#000}.input-normal .ant-radio-checked .ant-radio-inner:after{background-color:#e64225;-webkit-transform:scale(.475);transform:scale(.475)}.input-normal .ant-switch-checked{background-color:#e64225}.input-normal .ant-switch-checked:hover{background-color:#e64225!important}.btn-normal{-webkit-font-feature-settings:"ss03";font-feature-settings:"ss03";align-items:center;background:#fff;border:1px solid #000;border-radius:.25rem;display:flex;font-size:1rem;height:3.85rem;justify-content:center;line-height:3rem;margin:auto;text-align:center;width:100%}.btn-normal.btn-green{background:#37b399;background:var(--green);border:1px solid transparent;border-radius:.25rem;color:#fff;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;max-width:100%;min-width:13.5rem;width:auto}.btn-normal.btn-green:hover{background:#fff;border-color:#37b399!important;border-color:var(--green)!important;color:#37b399!important;color:var(--green)!important}.btn-normal.btn-green:disabled{background:#acacac!important}.btn-normal.btn-green:disabled:hover{background:#acacac!important;border:none!important;color:#fff!important}.btn-normal.btn-aptel{background-color:#e64225;background-color:var(--aptel);border:1px solid transparent;color:#fff;transition:all .5s}.btn-normal.btn-aptel:hover{background-color:transparent!important;border-color:#e64225!important;border-color:var(--aptel)!important;color:#e64225!important;color:var(--aptel)!important}.btn-normal.btn-red{background:linear-gradient(233deg,#80170e,#c3291c);border-color:transparent;box-shadow:0 0 2px 0 rgba(0,0,0,.25);color:#fff}.btn-normal.btn-print{direction:rtl;display:flex;min-width:12.6875rem}.btn-normal.btn-print span{margin:auto 0 auto auto;text-align:center}.btn-normal.btn-print span.ant-btn-icon{margin:auto auto auto 0;vertical-align:middle}.btn-normal.btn-print span.ant-btn-icon i{font-size:1.5rem}.btn-normal.btn-nrm{background:#e1e1e1;border:none!important;border-radius:.25rem;color:#303030;font-size:.875rem;font-style:normal;font-weight:700;height:2.8rem;line-height:normal;text-align:center}.btn-normal:disabled,.btn-normal:disabled:hover{background-color:#919191!important}.btn-normal:disabled:hover{border-color:#919191!important;color:#fff!important}.checked-normal:hover .ant-checkbox-inner{border-color:#000!important}.checked-normal:hover input:checked+.ant-checkbox-inner{background-color:transparent!important}.checked-normal .ant-checkbox-inner{border-color:#000;height:1.5rem;width:1.5rem}.checked-normal input:checked+.ant-checkbox-inner{background-color:transparent;border-color:#000}.checked-normal input:checked+.ant-checkbox-inner:after{border-color:#000;height:13.1428571429px;top:40%;width:7.7142857143px}.uploadDocument{background-color:transparent;background:#fff;border:1px dashed #979797;border-radius:.75rem;display:flex;flex-direction:column;height:300px;justify-content:center;min-height:200px;overflow:hidden;position:relative;text-align:center;width:100%}.uploadDocument .lbl-overly{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.uploadDocument input{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.uploadDocument .ant-upload{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}.uploadDocument .ant-upload .holder-upload-document .ant-upload-hint{color:#4d4d4d;font-size:.85rem}.uploadDocument .ant-upload .lbl-btn{background:#4d4d4d;border-radius:1.25rem;color:#fff;display:block;height:auto;margin:0 auto;padding:.5rem 1.5rem;width:150px}.uploadDocument .holder-action-img{display:flex;gap:1rem}.uploadDocument .holder-action-img button{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:hsla(0,0%,100%,.19);border:1px solid hsla(0,0%,100%,.3);box-shadow:0 4px 30px rgba(0,0,0,.1);color:#fff}.uploadDocument .holder-action-img button:hover{border-color:#e64225;color:#e64225}.uploadDocument.disabled,.uploadDocument:disabled{background:#f4f4f4;border:1px dashed #979797;border-radius:.75rem}.uploadDocument.disabled .lbl-overly,.uploadDocument:disabled .lbl-overly{cursor:not-allowed}.uploadDocument.disabled .ant-upload .lbl-btn,.uploadDocument:disabled .ant-upload .lbl-btn{background:#a0a0a0}.ant-form-item-has-error .uploadDocument{border-color:#ff4d4f;border-color:var(--error)}.ant-form-item-has-error .uploadDocument .holder-upload-document .ant-upload-hint{color:#ff4d4f;color:var(--error)}.ant-form-item-has-error .uploadDocument .lbl-btn{background:transparent;border:1px solid #ff4d4f;border:1px solid var(--error);border-radius:1.25rem;color:#ff4d4f;color:var(--error);display:block;height:auto;margin:0 auto;padding:.5rem 1.5rem;width:150px}.ant-form-item-has-error .msisdn-mask{border-color:#ff4d4f!important;border-color:var(--error)!important}.g-layout-report .holder-table .ant-table td{overflow-wrap:normal}.g-layout-report .holder-table .holder-top-table{display:flex;margin:.5rem 0 1rem}.g-layout-report .holder-table .holder-top-table .holder-search{flex:1 1}.g-layout-report .holder-table .holder-top-table .holder-search .input-normal .ant-input-suffix{color:#acacac;font-size:1.5rem!important}.g-layout-report .holder-table .holder-top-table .holder-button .btn-normal{height:3.125rem;line-height:2rem}.holder-signature-on-document{border:1px dashed #979797;border-radius:.75rem;margin:3rem 0;padding:2rem}.holder-signature-on-document .box-signature{position:relative}.holder-signature-on-document .box-signature canvas{height:100%;left:0;position:absolute;top:0;width:100%}.holder-signature-on-document .holder-button button{display:inline-block;font-size:1rem;width:10rem}.holder-signature-on-document .holder-button button:first-child{margin-left:.5rem}.final-container{height:100%}.result-sucess{color:#37b399;color:var(--green)}.result-unsucess{color:#e64225;color:var(--aptel)}.ant-picker-month-btn,.ant-picker-year-btn{-webkit-font-feature-settings:"ss03";font-feature-settings:"ss03";font-family:var(--font-rtl)!important}main.ant-layout-content .row-content-form{display:flex;flex-direction:column;height:100%}main.ant-layout-content .row-content-form .content-area{flex-grow:1}main.ant-layout-content .row-content-form .footer-area{border-top:1px solid #e1e1e1;padding-top:1rem}main.ant-layout-content .row-content-form .footer-area>.row-button{display:flex}main.ant-layout-content .row-content-form .footer-area>.row-button>.holder-button:first-child{direction:rtl;flex:auto;text-align:right}main.ant-layout-content .row-content-form .footer-area>.row-button>.holder-button:last-child{text-align:left}main.ant-layout-content .row-content-form .footer-area .holder-button{direction:ltr;text-align:left}main.ant-layout-content .row-content-form .footer-area .holder-button button{border-radius:.25rem;height:3.125rem;margin-right:1rem;width:13.5rem}main.ant-layout-content .row-content-form .footer-area .holder-button button.ant-btn-primary{background:#e64225}main.ant-layout-content .row-content-form .footer-area .holder-button button.ant-btn-default{background:#fff;border:1px solid #000;border-radius:.25rem}.color-orange{color:#ff900d}.tbl-normal .ant-table-thead{border-radius:.25rem}.tbl-normal .ant-table-thead tr .ant-table-cell{background:#e1e1e1;text-align:center}.tbl-normal .ant-table-thead tr .ant-table-cell:before{display:none}.tbl-normal .ant-table-tbody .ant-table-cell{border-bottom:1px solid #e1e1e1;text-align:center}@media screen and (max-width:768px){.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#37b399;background-color:var(--green);border-color:#37b399;border-color:var(--green)}.container-main .g-layout-content .g-layout-main .g-format-steps .holder-step .ant-steps .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#37b399;color:var(--green)}}@media screen and (max-width:575px){.g-list-bundle .item .row-item{display:block;text-align:center}.g-list-bundle .item .row-item .hold-price{display:inline-block;margin:0 .5rem}.g-list-bundle .item .row-item .hold-aciton{display:inline-block}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button,.g-prefactor .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message{flex-direction:column}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button .holder-button{margin:0}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button .holder-button button{margin-bottom:.5rem;width:100%}.container-main .g-layout-content .g-format-page .g-footer-format-page .row-button .holder-button:last-child button{margin-left:0;margin-right:0}.container-main .g-layout-content .g-format-page .g-footer-format-page>.holder-button{text-align:center}.container-main .g-layout-content .g-format-page .g-footer-format-page>.holder-button button{width:100%}.g-layout-report .holder-table .holder-top-table{flex-direction:column}}.page_title{color:#000;display:flex;font-size:1.125rem;font-style:normal;font-weight:700;gap:.5rem;line-height:normal;text-align:right}.page_title:before{background:#e64225;content:"";display:block;height:1.3125rem;width:.3125rem}.holder-account-info-page{margin:3rem 0}.holder-account-info-page .selectdrd .ant-select-selection-placeholder,.holder-account-info-page .selectdrd .ant-select-selector{height:50px;line-height:50px}.holder-account-info-page input{border:1px solid #d9d9d9;border-radius:.125rem;height:50px;line-height:50px;transition:all .2s;width:100%}.holder-account-info-page input:focus,.holder-account-info-page input:hover{border-color:#4096ff;border-inline-end-width:1px;box-shadow:0 0 0 2px rgba(5,145,255,.1);outline:0}.holder-account-info-page input[dir=ltr]{direction:ltr;text-align:left}.holder-account-info-page input[dir=ltr]::-webkit-input-placeholder{direction:rtl;text-align:right}.holder-account-info-page input[dir=ltr]::placeholder{direction:rtl;text-align:right}.holder-account-info-page input.maskinput{box-sizing:border-box;padding:4px 11px}.holder-account-info-page input.maskinput::-webkit-input-placeholder{color:#acacac;opacity:.65}.holder-account-info-page input.maskinput::placeholder{color:#acacac;opacity:.65}.opt-select .ant-select-item-option-content{height:40px;line-height:40px}.container-dc{height:100%}.dc-container .charge-container .holder-charge{margin:3rem 0}.dc-container .charge-container .holder-charge .title-page h3{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;text-align:right}.dc-container .charge-container .holder-charge .title-page p{margin:0;padding:0}.dc-container .charge-container .holder-charge .holder-form .opt-charge{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.dc-container .charge-container .holder-charge .holder-form .opt-charge label{border-radius:.125rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);flex-basis:45.5%;padding:.5rem 1rem}.profile_profile__Rx6h1{border-bottom:1px solid #d9d9d9;padding-bottom:1rem}.profile_profile__Rx6h1 .profile_row__OASdM,.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk-{display:flex;gap:1rem;width:100%}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_avatar__fWGiD{background-color:#acacac;border-radius:50%;color:#fff;display:flex;flex-direction:column;font-size:1.5rem;height:4rem;justify-content:center;text-align:center;width:4rem}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_text_prof__BUSAd .profile_name__HiUlR{color:#000;font-size:1rem;font-style:normal;font-weight:600;letter-spacing:-.05rem;line-height:normal;text-align:right}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_text_prof__BUSAd .profile_row_name__v9Yhu{display:flex;gap:1rem}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_text_prof__BUSAd .profile_row_name__v9Yhu h3{font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:0;text-align:right}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_text_prof__BUSAd .profile_row_name__v9Yhu .profile_state__nEDTk{align-items:center;border-radius:1.38813rem;display:inline-flex;gap:.625rem;justify-content:center;padding:.5rem 1.0625rem}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_text_prof__BUSAd .profile_row_name__v9Yhu .profile_state__nEDTk.profile_success__-B2q8{background:rgba(55,179,153,.13);color:#37b399}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_text_prof__BUSAd .profile_row_name__v9Yhu .profile_sim_state__7h5o3{align-items:center;background:hsla(0,0%,67%,.13);border-radius:1.38813rem;color:#4a4a4a;display:inline-flex;font-size:.875rem;font-style:normal;font-weight:700;gap:.625rem;justify-content:center;letter-spacing:-.04375rem;line-height:normal;padding:.5rem 1.0625rem;text-align:right}.profile_profile__Rx6h1 .profile_row__OASdM .profile_prof_role__i8FGT .profile_row_item__GbVk- .profile_text_prof__BUSAd .profile_has_sim__I3rqj{color:#37b399;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;margin-top:1rem;text-align:right}.profile_profile__Rx6h1 .profile_row__OASdM .profile_action_role__CfM8d{margin:auto auto auto 0}.profile_profile__Rx6h1 .profile_row__OASdM .profile_action_role__CfM8d .profile_hold_button__hXBZv{display:flex;gap:1rem;width:100%}.dc-container .dc-final-container{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.container-spf{height:100%}.container-spf .header-of-form{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.container-spf .holder-result{color:var(--green);font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.container-spf .kit-container .hold-kit-box h3{font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.container-spf .kit-container .hold-kit-box .btn-green{height:3.125rem}.container-spf .kit-container .hold-opration{border-top:1px solid #e1e1e1;margin:2rem 0;padding:1.5rem 0}.container-spf .kit-container .hold-opration .holder-checked{padding:2rem 0}.container-spf .kit-container .hold-opration .holder-checked .row-checked{display:flex;gap:1rem}.container-spf .kit-container .hold-opration .holder-checked .row-checked .label-hold{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.container-spf .kit-container .hold-opration .holder-checked .row-checked .checked-hold{margin:auto 0;text-align:left}.container-spf .kit-container .hold-opration .holder-checked .row-checked .checked-hold .switcherOpration.ant-switch-checked{background:#eb6750;border-radius:1rem}.container-spf .kit-container .hold-opration .holder-search-msisdn input{width:19rem}.spf-container .msisdn-container .pickup-kit{padding:.5rem}.spf-container .msisdn-container .pickup-kit p{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.spf-container .msisdn-container .pickup-kit p span{color:#37b399;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.spf-container .msisdn-container .holder-search-area{margin-top:1rem}.spf-container .msisdn-container .holder-search-area .searchbox .ant-form-item-control-input-content .ant-input{direction:ltr;font-size:1.45163rem;height:3.6875rem;margin:0 .5rem;text-align:center;width:3.6875rem}.spf-container .msisdn-container .holder-search-area .searchbox .holder-prefix{align-items:center;color:#3d3d3d;display:flex;flex-direction:column;font-size:1.45163rem;font-style:normal;font-weight:400;height:3.6875rem;justify-content:center;line-height:normal}.spf-container .msisdn-container .holder-search-area .searchbox .holder-prefix h3{margin:0;padding:0}.spf-container .msisdn-container .holder-search-area .searchbox .holder-button .btn-normal{float:right}.spf-container .msisdn-container .holder-search-area .show-list{margin:2rem 0}.spf-container .msisdn-container .holder-search-area .show-list .ant-list-items{display:flex;flex-wrap:wrap;gap:0 1rem;justify-content:space-between}.spf-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item{background:#fff;border:none;border-radius:.125rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);direction:ltr;flex-basis:calc(50% - 1rem);margin:.5rem 0;padding:.6875rem .625rem .6875rem 1.125rem}.spf-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item .radio-list{width:100%}.spf-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item label:hover .ant-radio-inner{border-color:#000}.spf-container .msisdn-container .holder-search-area .show-list .ant-list-items .ant-list-item .ant-radio-wrapper{flex-direction:row-reverse;width:100%}.spf-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-disabled button{background:#fff!important;border:1px solid #d9d9d9;border-radius:.125rem}.spf-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-next button,.spf-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-prev button{background:#fff;border:1px solid #d9d9d9;border-radius:.125rem}.spf-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item{border:none}.spf-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item a{background:#fff;border:1px solid #d9d9d9;border-radius:.125rem}.spf-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item-active{border:none}.spf-container .msisdn-container .holder-search-area .page-pagination .ant-pagination-item-active a{border-color:#37b399;color:#37b399}.authentication-container .container-authen-form .ant-form-item-extra{color:var(--green);font-size:.9rem}.spf-container .spf-document-container{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);padding:1.5rem}.spf-container .spf-document-container .holder-document-page .holder-document .item-step{margin-bottom:4.5rem}.spf-container .spf-document-container .holder-document-page .holder-document .item-step p{color:#303030;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}.container-ep{height:100%}.ep-container .valid-container .holder-validExtraPackage{margin:3rem 0}.ep-container .valid-container .holder-validExtraPackage .title-page h3{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.ep-container .valid-container .holder-validExtraPackage .holder-form .input-normal .msisdn-mask{border-radius:.2rem;height:3.725rem;width:20rem}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages{border-top:1px solid #e1e1e1;margin:1.5rem 0}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show{padding:1rem 0}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show>h3{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-type-filter{padding:1rem 0}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item{background:#fbfbfb;border-radius:.74494rem;box-shadow:0 0 4.96622px 0 rgba(0,0,0,.35);margin-bottom:1.5rem;padding:1.5rem}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item{display:flex;gap:1rem}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-tag{flex-basis:10%;margin:auto 0}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-tag span{text-wrap:nowrap;border-radius:1.3rem;color:#f0f2f5;font-size:.9rem;font-style:normal;font-weight:400;line-height:normal;padding:.8rem}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-tag span.roaming{background:linear-gradient(180deg,#437fec,#0770c1)}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-tag span.internet{background:linear-gradient(266deg,#80170e 5.08%,#c3291c 94.96%)}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-tag span.combo{background:linear-gradient(180deg,#37b399,#11705c)}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-title{color:#000;flex-basis:40%;margin:auto 0;text-align:right}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-title h3{font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-title p{font-size:.9rem;font-style:normal;font-weight:400;line-height:normal}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-type{color:#000;flex-basis:10%;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin:auto 0}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-price{color:#000;display:flex;flex-basis:20%;font-size:1rem;font-style:normal;font-weight:400;gap:.5rem;line-height:normal;margin:auto 0;text-align:left}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-price>span{display:flex;flex-direction:column;margin:auto 0}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-price>span .old{color:#c1c1c1;text-decoration:line-through}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-button{flex-basis:20%;margin:auto 0;text-align:left}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-button button{border:1px solid #000;border-radius:.25rem;color:#1a1a1a;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width:575px){.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item{flex-direction:column;text-align:center}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-button,.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-price,.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-title{text-align:center}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-button button{width:100%}.ep-container .valid-container .holder-validExtraPackage .holder-show-packages .packages-list-show .show-packages .item .row-item .hold-tag span{display:block;width:100%}}.ep-container .ep-prefactor-container{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client h3{color:#303030;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;margin-bottom:1.5rem;padding:2rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .divider{background-color:#d9d9d9;height:1px;margin:1.5rem 0}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard{display:flex}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn{flex:auto}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item{margin-bottom:1.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item{display:flex;gap:1rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-icon{margin:auto 0}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-icon i{font-size:2rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text{flex:auto}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text h4{font-size:1rem;margin:0}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text h4 span{font-weight:900}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item .row-item .holder-text p{color:#3d3d3d;font-size:.89rem;margin:0}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-list-msisdn .item.gift .holder-icon i{color:#e64225}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-simcard .holder-gift .holder-option .switch-gift.ant-switch-checked{background:#eb6750;border-radius:1rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile h4,.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile h4 a{color:#303030}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile h4 i{font-size:1rem;padding:0 .5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;justify-content:start}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item{display:flex;flex-basis:calc(33% - 16px);flex-direction:column;gap:1rem;margin-bottom:1.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .label{font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .value{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .value .show-document button{padding:0}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-client .holder-box .holder-profile .list-item .item .value .show-document button span{color:#0770c1;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-underline-offset:.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent>h3{color:#303030;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;padding:2rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-form-dicount .ant-input-affix-wrapper{padding-left:.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-form-dicount .btn-normal{border-radius:.25rem;height:2.7rem;width:5.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul{list-style-type:none;margin:0;padding:0}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li{border-bottom:1px solid #e1e1e1;display:flex;margin-bottom:1.5rem;padding-bottom:1.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li .label{flex-basis:calc(50% - 1rem);flex-grow:1}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li .value{flex-basis:calc(50% - 1rem);text-align:left}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li .value span{margin:0 .5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay>ul>li:last-child{border-bottom:none}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message{border-radius:.25rem;min-height:5rem;padding:1.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.success{align-items:center;background:#37b399;color:#fff;display:flex;flex-direction:column;justify-content:center}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error{background:#ffeada;border:1px solid #e64225;border:1px solid var(--color-palette-red,#e64225);border-radius:.25rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message{display:flex;gap:1rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text{color:#e64225;flex:auto}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text h3{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul{margin:0;padding:0}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul li{display:flex}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul li .value{font-weight:700}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-text ul li .value span{margin:0 .5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message.error>.row-message .holder-acction .holder-button button{border-radius:.25rem;padding:0 1.5rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message p{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:1rem}.ep-container .ep-prefactor-container .holder-row-prefactor .for-pay-agent .holder-box .holder-list-pay .hold-message h3{font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.5rem;margin:0;padding:0}.ep-container .ep-final-container{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.sp-pending-document-upload .header-box{margin:2rem 0 3rem}.sp-pending-document-upload .header-box .row-item{display:flex;gap:1rem}.sp-pending-document-upload .header-box .row-item .profile{flex:auto;text-align:right}.sp-pending-document-upload .header-box .row-item .profile .row-profile{display:flex;gap:1rem}.sp-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon{align-items:center;background:#bfbfbf;border-radius:5.65013rem;display:flex;flex-direction:column;height:3.6rem;justify-content:center;margin:auto 0;width:3.6rem}.sp-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon i{color:#fff;font-size:1.80806rem}.sp-pending-document-upload .header-box .row-item .profile .row-profile .hold-text{margin:auto 0}.sp-pending-document-upload .header-box .row-item .profile .row-profile .hold-text h4{color:#303030;font-size:1.1rem;margin:0}.sp-pending-document-upload .header-box .row-item .holder-action{flex:auto;margin:auto auto auto 0;text-align:left}.sp-pending-document-upload .header-box .row-item .holder-action .holder-button{display:flex;flex-direction:row-reverse}.sp-pending-document-upload .header-box .row-item .holder-action .holder-button button{margin:auto 0;width:auto}.container-da .da-valid-container,.sp-pending-document-upload .holder-form{margin:2rem 0}.container-da .da-valid-container .btn-green{height:3.125rem}.container-da .holder-show-image{margin:2rem auto;text-align:center}.container-da{height:100%}.container-da .header-of-form{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.container-da .holder-result{color:var(--green);font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.container-da .da-kit-container{margin:2rem 0}.da-container .holder-document-page .holder-document .item-step{margin-bottom:4.5rem}.da-container .holder-document-page .holder-document .item-step p{color:#303030;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}.da-container .holder-document-page .holder-document .item-step .btn-print{margin:0;width:auto}.da-container .holder-document-page .holder-document .item-step .uploadDocument{min-height:41.4375rem}.container-da .da-final-container{display:flex;flex-direction:column;height:100%;justify-content:center}.container-cw{height:100%}.container-cw .cw-information-seller{margin:2rem 0}.container-cw .holder_alert_payment ul{list-style:none;margin:0;padding:0}.container-cw .holder_alert_payment ul li{display:flex}.container-cw .holder_alert_payment ul li .label{padding-left:.5rem}.container-cw .holder_alert_payment ul li .label,.container-cw .holder_alert_payment ul li .value{font-style:normal;font-weight:500;line-height:normal}.container-cw .holder_alert_payment .holder_alert{border-bottom:1px solid #e64225;display:flex;padding-bottom:1rem}.container-cw .holder_alert_payment .holder_alert .payment_alert{color:#e64225;flex:auto;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.5rem;margin:auto 0;text-align:right}.container-cw .holder_alert_payment .holder_alert .holder-button{text-align:left}.container-cw .holder_alert_payment .holder_message_alert p{color:#303030;font-style:normal;font-weight:500;line-height:normal}.container-cw .holder_alert_payment .holder_message_alert p span{color:#e64225;font-weight:700}.container-cw .cw-document,.container-cw .cw-prefactor,.container-cw .cw-profile,.container-cw .cw-swap-document{margin:2rem 0}.container-cw .cw-document .holder-document .item-step{margin-bottom:4.5rem}.container-cw .cw-document .holder-document .item-step p{color:#303030;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}.container-cw .cw-document .holder-document .item-step .btn-print{margin:0;width:auto}.container-cw .cw-document .holder-document .item-step .uploadDocument{min-height:41.4375rem}.print-document-cw{display:none}.canvas-document{height:49rem;width:32rem}.canvas-document .print-document-cw{size:A5;display:block!important}.canvas-document .print-document-cw .border-row{border:1px solid #000;border-bottom:none}.canvas-document .print-document-cw .header-doc{font-size:.9rem}.canvas-document .print-document-cw .header-doc .row-doc{display:flex;gap:1rem}.canvas-document .print-document-cw .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.canvas-document .print-document-cw .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.canvas-document .print-document-cw .header-doc .row-doc .item-title{border-left:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.canvas-document .print-document-cw .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.canvas-document .print-document-cw .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.canvas-document .print-document-cw .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.canvas-document .print-document-cw .under-header{padding:.5rem}.canvas-document .print-document-cw .under-header .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cw .under-header .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cw .under-header .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cw .under-header .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.canvas-document .print-document-cw .under-header .holder-item-row ul li .label,.canvas-document .print-document-cw .under-header .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cw .under-header .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cw .under-header .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cw .under-header .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cw .under-header .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cw .under-header .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.canvas-document .print-document-cw .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.canvas-document .print-document-cw .holder-with-label .item-block .item-block-prefix{border-left:1px solid #000;position:relative;width:3rem}.canvas-document .print-document-cw .holder-with-label .item-block .item-block-prefix span{text-wrap:nowrap;display:block;font-size:.5rem;padding:1rem .5rem;position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:100%;word-break:break-word}.canvas-document .print-document-cw .holder-with-label .item-block:last-child{border-bottom:none}.canvas-document .print-document-cw .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;display:none;font-size:.8rem;height:6rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.55rem;margin:auto}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.55rem;margin:auto 0;padding:.5rem}.canvas-document .print-document-cw .hold-personal{border-top:1px solid #000;font-size:.65rem;padding:.5rem}.canvas-document .print-document-cw .hold-personal .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cw .hold-personal .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cw .hold-personal .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cw .hold-personal .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.canvas-document .print-document-cw .hold-personal .holder-item-row ul li .label,.canvas-document .print-document-cw .hold-personal .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cw .hold-personal .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cw .hold-personal .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cw .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cw .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cw .holder-notes{border:1px solid #000;padding:.5rem}.canvas-document .print-document-cw .holder-notes p{font-size:.65rem;margin:0;text-align:justify}.canvas-document .print-document-cw[dir=ltr]{direction:ltr;text-align:left}.canvas-document .print-document-cw[dir=ltr] .border-row{border:1px solid #000;border-bottom:none}.canvas-document .print-document-cw[dir=ltr] .header-doc{font-size:.9rem}.canvas-document .print-document-cw[dir=ltr] .header-doc .row-doc{display:flex;gap:1rem}.canvas-document .print-document-cw[dir=ltr] .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.canvas-document .print-document-cw[dir=ltr] .header-doc .row-doc .item-title{border-right:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.canvas-document .print-document-cw[dir=ltr] .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.canvas-document .print-document-cw[dir=ltr] .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.canvas-document .print-document-cw[dir=ltr] .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.canvas-document .print-document-cw[dir=ltr] .under-header{padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row ul li .label,.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cw[dir=ltr] .under-header .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .item-block-prefix{border-left:1px solid #000;position:relative;width:3rem}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .item-block-prefix span{text-wrap:nowrap;display:block;font-size:.5rem;padding:1rem .5rem;position:absolute;top:5rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:100%;word-break:break-word}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block:last-child{border-bottom:none}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;display:none;font-size:.8rem;height:6rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.55rem;margin:auto}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.55rem;margin:auto 0;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .hold-personal{border-top:1px solid #000;font-size:.65rem;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row:last-child{border-bottom:none}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row ul li .label,.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row ul li .value{display:inline}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.canvas-document .print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.canvas-document .print-document-cw[dir=ltr] .holder-notes{border:1px solid #000;padding:.5rem}.canvas-document .print-document-cw[dir=ltr] .holder-notes p{font-size:.65rem;margin:0;text-align:justify}@media print{.ant-layout{display:none}.print-document-cw{size:A5;display:block}.print-document-cw .border-row{border:1px solid #000;border-bottom:none}.print-document-cw .header-doc{font-size:.9rem}.print-document-cw .header-doc .row-doc{display:flex;gap:1rem}.print-document-cw .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.print-document-cw .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.print-document-cw .header-doc .row-doc .item-title{border-left:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.print-document-cw .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.print-document-cw .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.print-document-cw .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.print-document-cw .under-header{padding:.5rem}.print-document-cw .under-header .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cw .under-header .holder-item-row:last-child{border-bottom:none}.print-document-cw .under-header .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cw .under-header .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.print-document-cw .under-header .holder-item-row ul li .label,.print-document-cw .under-header .holder-item-row ul li .value{display:inline}.print-document-cw .under-header .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cw .under-header .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cw .under-header .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cw .under-header .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cw .under-header .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.print-document-cw .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.print-document-cw .holder-with-label .item-block:last-child{border-bottom:none}.print-document-cw .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;font-size:.8rem;height:6rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.print-document-cw .holder-with-label .item-block .item-block-prefix,.print-document-cw .holder-with-label .item-block.item-none:before{display:none}.print-document-cw .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.55rem;margin:auto}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cw .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.55rem;margin:auto 0;padding:.5rem}.print-document-cw .hold-personal{border-top:1px solid #000;font-size:.65rem;padding:.5rem}.print-document-cw .hold-personal .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cw .hold-personal .holder-item-row:last-child{border-bottom:none}.print-document-cw .hold-personal .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cw .hold-personal .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.print-document-cw .hold-personal .holder-item-row ul li .label,.print-document-cw .hold-personal .holder-item-row ul li .value{display:inline}.print-document-cw .hold-personal .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cw .hold-personal .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cw .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cw .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cw .holder-notes{border:1px solid #000;padding:.5rem}.print-document-cw .holder-notes p{font-size:.65rem;margin:0;text-align:justify}.print-document-cw[dir=ltr]{direction:ltr;text-align:left}.print-document-cw[dir=ltr] .border-row{border:1px solid #000;border-bottom:none}.print-document-cw[dir=ltr] .header-doc{font-size:.9rem}.print-document-cw[dir=ltr] .header-doc .row-doc{display:flex;gap:1rem}.print-document-cw[dir=ltr] .header-doc .row-doc>div{flex-basis:33.3%;padding:.5rem}.print-document-cw[dir=ltr] .header-doc .row-doc .item-logo{border-left:1px solid #000;text-align:center}.print-document-cw[dir=ltr] .header-doc .row-doc .item-title{border-right:1px solid #000;display:flex;flex-basis:40%;flex-direction:column;justify-content:center;justify-items:center;text-align:center}.print-document-cw[dir=ltr] .header-doc .row-doc .item-title .hold-title h2{font-size:.7rem;margin:0;padding:0 0 .5rem}.print-document-cw[dir=ltr] .header-doc .row-doc .item-title .hold-title>div{font-size:.6rem}.print-document-cw[dir=ltr] .header-doc .row-doc .item-date{font-size:.6rem;margin:auto}.print-document-cw[dir=ltr] .under-header{padding:.5rem}.print-document-cw[dir=ltr] .under-header .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cw[dir=ltr] .under-header .holder-item-row:last-child{border-bottom:none}.print-document-cw[dir=ltr] .under-header .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cw[dir=ltr] .under-header .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.print-document-cw[dir=ltr] .under-header .holder-item-row ul li .label,.print-document-cw[dir=ltr] .under-header .holder-item-row ul li .value{display:inline}.print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cw[dir=ltr] .under-header .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cw[dir=ltr] .under-header .holder-item-row .item-sign{font-size:.65rem;margin:auto 0;padding:.5rem}.print-document-cw[dir=ltr] .holder-with-label .item-block{border-bottom:1px solid #000;display:flex}.print-document-cw[dir=ltr] .holder-with-label .item-block:last-child{border-bottom:none}.print-document-cw[dir=ltr] .holder-with-label .item-block:before{border:1px solid #000;border-bottom:none;border-top:none;content:attr(data-content);display:inline-block;font-size:.8rem;height:6rem;line-height:1.2;padding:1rem .5rem;text-align:center;text-orientation:mixed;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.print-document-cw[dir=ltr] .holder-with-label .item-block.item-none:before{display:none}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list{display:flex;flex:auto;flex-direction:column}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row:last-child{border-bottom:none}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li{flex:auto;font-size:.55rem;margin:auto}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .label,.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row ul li .value{display:inline}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cw[dir=ltr] .holder-with-label .item-block .holder-list .holder-item-row .item-sign{font-size:.55rem;margin:auto 0;padding:.5rem}.print-document-cw[dir=ltr] .hold-personal{border-top:1px solid #000;font-size:.65rem;padding:.5rem}.print-document-cw[dir=ltr] .hold-personal .holder-item-row{border-bottom:1px solid #000;clear:both;display:flex;flex-basis:33.3%;flex-direction:column;justify-content:center}.print-document-cw[dir=ltr] .hold-personal .holder-item-row:last-child{border-bottom:none}.print-document-cw[dir=ltr] .hold-personal .holder-item-row ul{display:flex;gap:1rem;list-style-type:none;margin:0;padding:.5rem}.print-document-cw[dir=ltr] .hold-personal .holder-item-row ul li{flex:auto;font-size:.65rem;margin:auto}.print-document-cw[dir=ltr] .hold-personal .holder-item-row ul li .label,.print-document-cw[dir=ltr] .hold-personal .holder-item-row ul li .value{display:inline}.print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .label{font-size:.65rem;padding:.5rem .5rem 0}.print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .otions ul{display:flex;flex-direction:row-reverse;gap:1rem;list-style-type:none;margin:0;padding:0 .3rem .5rem}.print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label{margin:0;padding:0}.print-document-cw[dir=ltr] .hold-personal .holder-item-row .holder-place-deliver .otions ul li .item label input{height:auto;vertical-align:middle}.print-document-cw[dir=ltr] .holder-notes{border:1px solid #000;padding:.5rem}.print-document-cw[dir=ltr] .holder-notes p{font-size:.65rem;margin:0;text-align:justify}}.container-wa{height:100%}.container-wa .g-hold-title-of-page{padding-bottom:0}.container-wa .holder-tab .tab-wallet .ant-tabs-nav{margin-bottom:0}.container-wa .holder-tab .tab-wallet .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.container-wa .holder-tab .tab-wallet .ant-tabs-nav .ant-tabs-tab:hover{color:#e64225}.container-wa .holder-tab .tab-wallet .ant-tabs-nav .ant-tabs-ink-bar{background:#e64225}.container-wa .wa-container .holder-wallet-list .holder-box-wallet{background:linear-gradient(266deg,#80170e 5.08%,#c3291c 94.96%);background:var(--Red-Gr,linear-gradient(266deg,#80170e 5.08%,#c3291c 94.96%));border-radius:.5rem}.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item{display:flex;gap:1rem;padding:3rem}.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item .holder-text{color:#fff;flex:auto;margin:auto}.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item .holder-text p{font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;margin:0}.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item .holder-text h2{font-size:1.9375rem;font-style:normal;font-weight:400;line-height:normal;margin:0}.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item .holder-action .holder-button{display:flex;flex-direction:row-reverse;gap:1rem}.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item .holder-action .holder-button .btn-normal{background-color:transparent;border-color:#fff;color:#fff}.container-wa .wa-container .holder-wallet-list .holder-search-area{margin:3rem 0}.container-wa .wa-container .holder-wallet-list .holder-search-area .holder-result .holder-table{border-top:1px solid #c8c8c8;padding-top:2rem}.container-wa .wa-container .holder-wallet-list .holder-search-area .holder-result .holder-table .holder-top-table{direction:ltr;margin:0 0 2rem;text-align:left}.container-wa .wa-container .holder-wallet-list .holder-search-area .holder-result .holder-table .holder-top-table .holder-button{width:10rem}@media screen and (max-width:575px){.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item{flex-direction:column}.container-wa .wa-container .holder-wallet-list .holder-box-wallet .row-item .holder-text{text-align:center}}.container-wa .holder-withDrawal{padding:1rem 0}.container-wa .holder-withDrawal .holder-withDrawal-price p{font-family:IRANSansX;font-size:1rem;font-style:normal;font-weight:400;line-height:2.59375rem;text-align:right}.cw-pending-document-upload .header-box{margin:2rem 0 3rem}.cw-pending-document-upload .header-box .row-item{display:flex;gap:1rem}.cw-pending-document-upload .header-box .row-item .profile{flex:auto;text-align:right}.cw-pending-document-upload .header-box .row-item .profile .row-profile{display:flex;gap:1rem}.cw-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon{align-items:center;background:#bfbfbf;border-radius:5.65013rem;display:flex;flex-direction:column;height:3.6rem;justify-content:center;margin:auto 0;width:3.6rem}.cw-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon i{color:#fff;font-size:1.80806rem}.cw-pending-document-upload .header-box .row-item .profile .row-profile .hold-text{margin:auto 0}.cw-pending-document-upload .header-box .row-item .profile .row-profile .hold-text h4{color:#303030;font-size:1.1rem;margin:0}.cw-pending-document-upload .header-box .row-item .holder-action{flex:auto;margin:auto auto auto 0;text-align:left}.cw-pending-document-upload .header-box .row-item .holder-action .holder-button{display:flex;flex-direction:row-reverse}.cw-pending-document-upload .header-box .row-item .holder-action .holder-button button{margin:auto 0;width:auto}.cw-pending-document-upload .holder-form{margin:2rem 0}.cs-pending-document-upload .header-box{margin:2rem 0 3rem}.cs-pending-document-upload .header-box .row-item{display:flex;gap:1rem}.cs-pending-document-upload .header-box .row-item .profile{flex:auto;text-align:right}.cs-pending-document-upload .header-box .row-item .profile .row-profile{display:flex;gap:1rem}.cs-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon{align-items:center;background:#bfbfbf;border-radius:5.65013rem;display:flex;flex-direction:column;height:3.6rem;justify-content:center;margin:auto 0;width:3.6rem}.cs-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon i{color:#fff;font-size:1.80806rem}.cs-pending-document-upload .header-box .row-item .profile .row-profile .hold-text{margin:auto 0}.cs-pending-document-upload .header-box .row-item .profile .row-profile .hold-text h4{color:#303030;font-size:1.1rem;margin:0}.cs-pending-document-upload .header-box .row-item .holder-action{flex:auto;margin:auto auto auto 0;text-align:left}.cs-pending-document-upload .header-box .row-item .holder-action .holder-button{display:flex;flex-direction:row-reverse}.cs-pending-document-upload .header-box .row-item .holder-action .holder-button button{margin:auto 0;width:auto}.cs-pending-document-upload .holder-form{margin:2rem 0}.da-pending-document-upload .header-box{margin:2rem 0 3rem}.da-pending-document-upload .header-box .row-item{display:flex;gap:1rem}.da-pending-document-upload .header-box .row-item .profile{flex:auto;text-align:right}.da-pending-document-upload .header-box .row-item .profile .row-profile{display:flex;gap:1rem}.da-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon{align-items:center;background:#bfbfbf;border-radius:5.65013rem;display:flex;flex-direction:column;height:3.6rem;justify-content:center;margin:auto 0;width:3.6rem}.da-pending-document-upload .header-box .row-item .profile .row-profile .hold-icon i{color:#fff;font-size:1.80806rem}.da-pending-document-upload .header-box .row-item .profile .row-profile .hold-text{margin:auto 0}.da-pending-document-upload .header-box .row-item .profile .row-profile .hold-text h4{color:#303030;font-size:1.1rem;margin:0}.da-pending-document-upload .header-box .row-item .holder-action{flex:auto;margin:auto auto auto 0;text-align:left}.da-pending-document-upload .header-box .row-item .holder-action .holder-button{display:flex;flex-direction:row-reverse}.da-pending-document-upload .header-box .row-item .holder-action .holder-button button{margin:auto 0;width:auto}.da-pending-document-upload .holder-form{margin:2rem 0}.holder-account-list-page .holder-row-top-page{display:flex}.holder-account-list-page .holder-row-top-page .holder-info-page{flex:auto}.holder-account-list-page .holder-row-top-page .holder-acction-page{margin:auto}.holder-account-list-page .holder-table{margin:3rem 0}.arrow-naghs{color:#000}.container-na{height:100%}.container-na .container-notification .header-notification{border-bottom:1px solid #e1e1e1}.container-na .container-notification .header-notification .row-header{display:flex;gap:1rem}.container-na .container-notification .header-notification .row-header .holder-categories{flex:auto;margin:auto;overflow-x:auto;padding:.5rem 0}.container-na .container-notification .header-notification .row-header .holder-categories::-webkit-scrollbar{width:0}.container-na .container-notification .header-notification .row-header .holder-categories .row-item{display:flex;gap:1rem}.container-na .container-notification .header-notification .row-header .holder-categories .row-item .item{border:1px solid transparent;border-radius:2rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);color:#8e8e8e;cursor:pointer;font-size:1rem;padding:.5rem .8rem;transition:all .5s;white-space:nowrap}.container-na .container-notification .header-notification .row-header .holder-categories .row-item .item.active{background:#fff;border:1px solid #000;border-radius:2rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);color:#303030}.container-na .container-notification .header-notification .row-header .holder-unread{margin:.8rem auto}.container-na .container-notification .header-notification .row-header .holder-unread .input-normal{margin-bottom:0}.container-na .container-notification .header-notification .row-header .holder-unread .input-normal .ant-form-item-row{display:flex;flex-wrap:nowrap}.container-na .container-notification .body-notification{margin:2rem 0}.container-na .container-notification .body-notification .show-list .item{border:1px solid transparent;border-radius:.8125rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);margin-bottom:1rem;padding:1rem;transition:all .5s}.container-na .container-notification .body-notification .show-list .item.read{background:#f9f9f9;border:1px solid #000}.container-na .container-notification .body-notification .show-list .item:hover{border:1px solid #000}.container-na .container-notification .body-notification .show-list .item .row-item{display:flex;gap:1rem}.container-na .container-notification .body-notification .show-list .item .row-item .holder-icon{margin:auto 0}.container-na .container-notification .body-notification .show-list .item .row-item .holder-icon .box-icon{background:hsla(0,0%,81%,.39);border-radius:.375rem;padding:1rem}.container-na .container-notification .body-notification .show-list .item .row-item .holder-icon .box-icon i{color:#e64225;font-size:2.5rem}.container-na .container-notification .body-notification .show-list .item .row-item .holder-title-notifi{flex-grow:2;margin:auto 0}.container-na .container-notification .body-notification .show-list .item .row-item .holder-title-notifi .date-category{color:#4d4d4d;font-size:.85rem;font-style:normal;font-weight:500;line-height:normal;text-align:right}.container-na .container-notification .body-notification .show-list .item .row-item .holder-title-notifi .date-category span{direction:ltr}.container-na .container-notification .body-notification .show-list .item .row-item .holder-title-notifi .show-title h3{font-size:1rem;font-weight:700;margin:0;padding:0;text-align:right}.container-na .container-notification .body-notification .show-list .item .row-item .holder-action .holder-button .btn-normal{background:#e1e1e1!important;border-radius:.25rem!important}.container-na .container-notification .body-notification .show-list .item .row-item .holder-action .holder-show-more{color:#4a4a4a;cursor:pointer;font-size:1rem;font-weight:700;padding-top:1rem;text-align:center}.container-na .container-notification .body-notification .show-list .item .row-item .holder-action .holder-show-more .anticon{margin-right:.5rem}.container-na .container-notification .body-notification .show-list .item .holder-collapse .collapse-item .ant-collapse-header{display:none;height:0;margin:0;padding:0}.container-na .container-notification .body-notification .show-list .item .holder-collapse .collapse-item .ant-collapse-content-box{padding:0}.container-na .container-notification .body-notification .show-list .item .holder-collapse .collapse-item .ant-collapse-content-box div.holder-content{border-top:1px solid #e1e1e1;margin:1rem 0 0;padding:.5rem 0 0}.container-post{height:100%}.container-post .g-hold-title-of-page{padding-bottom:0}.container-post .holder-tab .tab-postcartable .ant-tabs-nav{margin-bottom:0}.container-post .holder-tab .tab-postcartable .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.container-post .holder-tab .tab-postcartable .ant-tabs-nav .ant-tabs-tab:hover{color:#e64225}.container-post .holder-tab .tab-postcartable .ant-tabs-nav .ant-tabs-ink-bar{background:#e64225}.container-post .holder-export-group-print{direction:ltr;padding:0 0 1rem 1rem;text-align:left}.container-post .holder-export-group-print .btn-normal{display:inline-block!important;margin:0;width:3.75rem}.container-post .holder-export-group-print .btn-normal:first-child{margin-right:.5rem}.container-post .holder-button-on-table{display:flex;gap:1rem}.holder-print-barcode{display:none}@media print{.ant-layout{display:none}.holder-print-barcode{size:A5;display:block;margin:auto;page-break-before:always}@page{.holder-print-barcode.large{size:landscape;margin:2.1cm 3.88cm 4.1cm .89cm}}@page small{.holder-print-barcode.small{size:landscape;margin:5.18cm 3.88cm 1.1cm .89cm}}.holder-print-barcode .header{border-bottom:2px dashed #666;display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;padding:1rem}.holder-print-barcode .header .kit-barcode{display:flex;flex:auto}.holder-print-barcode .header .kit-barcode .holder-img,.holder-print-barcode .header .kit-barcode span{flex:auto}.holder-print-barcode .header .post-barcode{display:flex;flex:auto}.holder-print-barcode .header .post-barcode span{flex:auto}.holder-print-barcode .header .post-barcode .holder-img{flex:auto;text-align:center}.holder-print-barcode .header .post-barcode .holder-img svg{display:block;margin:auto}.holder-print-barcode .header .post-barcode .holder-img span{display:block}.holder-print-barcode .body-post{border-bottom:2px dashed #666;margin-bottom:1rem;padding:1rem}.holder-print-barcode .holder-address{font-size:1.2rem;padding:1rem;text-align:center}.holder-print-barcode .holder-footer-box{border:2px solid #666;padding:1rem;text-align:center}.holder-print-barcode .holder-footer-box p{margin:0}}.da-prefactor-container .holder-prefactor{margin:2rem 0}.da-prefactor-container .holder-prefactor .holder-pay-client>h3{color:#303030;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;padding:2rem}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview>h3{color:#303030;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview>h3 i{font-size:1.125rem}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;justify-content:start}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li{display:flex;flex-basis:calc(33% - 16px);flex-direction:column;gap:1rem;margin-bottom:1.5rem}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .label{font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .value{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .value .show-document button{padding:0}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .holder-preview .holder-list ul li .value .show-document button span{color:#0770c1;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-underline-offset:.5rem}.da-prefactor-container .holder-prefactor .holder-pay-client .holder-box .divider{background:#d9d9d9;height:1px;width:100%}.da-prefactor-container .holder-prefactor .holder-pay-agent>h3{color:#303030;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box{border:1px solid #d1d1d1;border-radius:.25rem;padding:2rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-form-dicount .ant-input-affix-wrapper{padding-left:.5rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-form-dicount .btn-normal{border-radius:.25rem;height:2.7rem;width:5.5rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul{list-style-type:none;margin:0;padding:0}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li{border-bottom:1px solid #e1e1e1;display:flex;margin-bottom:1.5rem;padding-bottom:1.5rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li .label{flex-basis:calc(50% - 1rem);flex-grow:1}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li .value{flex-basis:calc(50% - 1rem);text-align:left}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>ul li:last-child{border-bottom:none}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message{border-radius:.25rem;min-height:5rem;padding:1.5rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.success{align-items:center;background:#37b399;color:#fff;display:flex;flex-direction:column;justify-content:center}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error{background:#ffeada;border:1px solid #e64225;border:1px solid var(--color-palette-red,#e64225);border-radius:.25rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message{display:flex;gap:1rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text{color:#e64225;flex:auto}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text h3{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul{margin:0;padding:0}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul li{display:flex}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul li .value{font-weight:700}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-text ul li .value span{margin:0 .5rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message.error>.row-message .holder-acction .holder-button button{border-radius:.25rem;padding:0 1.5rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message p{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:1rem}.da-prefactor-container .holder-prefactor .holder-pay-agent .holder-box .holder-list-pay>.hold-message h3{font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.5rem;margin:0;padding:0}.search_container_360__yZyvO{height:100%}.search_container_360__yZyvO .search_service360_container__elxgf{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.search_container_360__yZyvO .search_service360_container__elxgf .search_notemessage__u1Kpq{margin-bottom:2rem}.List_container_list__WoRNO{height:100%}.List_container_list__WoRNO .List_list_container__-gun4{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7{border-bottom:1px solid #d9d9d9;padding-bottom:1rem}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy,.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba{display:flex;gap:1rem;width:100%}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_avatar__MkuCW{background-color:#acacac;border-radius:50%;color:#fff;display:flex;flex-direction:column;font-size:1.5rem;height:4rem;justify-content:center;text-align:center;width:4rem}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_text_prof__eeV8t .List_name__wTmE\+{color:#000;font-size:1rem;font-style:normal;font-weight:600;letter-spacing:-.05rem;line-height:normal;text-align:right}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_text_prof__eeV8t .List_row_name__RFctz{display:flex;gap:1rem}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_text_prof__eeV8t .List_row_name__RFctz h3{font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:0;text-align:right}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_text_prof__eeV8t .List_row_name__RFctz .List_state__TBMms{align-items:center;border-radius:1.38813rem;display:inline-flex;gap:.625rem;justify-content:center;padding:.5rem 1.0625rem}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_text_prof__eeV8t .List_row_name__RFctz .List_state__TBMms.List_success__pCyH1{background:rgba(55,179,153,.13);color:#37b399}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_text_prof__eeV8t .List_row_name__RFctz .List_sim_state__PKp2y{align-items:center;background:hsla(0,0%,67%,.13);border-radius:1.38813rem;color:#4a4a4a;display:inline-flex;font-size:.875rem;font-style:normal;font-weight:700;gap:.625rem;justify-content:center;letter-spacing:-.04375rem;line-height:normal;padding:.5rem 1.0625rem;text-align:right}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_prof_role__ItNk\+ .List_row_item__J3qba .List_text_prof__eeV8t .List_has_sim__y\+6Gi{color:#37b399;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;margin-top:1rem;text-align:right}.List_container_list__WoRNO .List_list_container__-gun4 .List_profile__Wu3K7 .List_row__fAeqy .List_action_role__6elZI{margin:auto auto auto 0}.tables_reload__KaHPF{color:#0a7bff;cursor:pointer}.holder-tab .segment-class{display:block}.holder-tab .segment-class .ant-segmented-group .ant-segmented-item{padding:.5rem}.holder-tab .tab-wallet .ant-tabs-nav{margin-bottom:0}.holder-tab .tab-wallet .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.holder-tab .tab-wallet .ant-tabs-nav .ant-tabs-tab:hover{color:#e64225}.holder-tab .tab-wallet .ant-tabs-nav .ant-tabs-ink-bar{background:#e64225}.purchase_detail_360{padding:2rem 0}.purchase_detail_360 .page_title{color:#000;display:flex;font-size:1.125rem;font-style:normal;font-weight:700;gap:.5rem;line-height:normal;text-align:right}.purchase_detail_360 .page_title:before{background:#e64225;content:"";display:block;height:1.3125rem;width:.3125rem}.purchase_detail_360 .page_body{margin:1rem 0 2rem}.purchase_detail_360 .page_body .label{color:#303030;display:block;font-size:1rem;font-style:normal;font-weight:700;margin-bottom:1rem;margin-right:1rem;margin-top:1rem;text-align:right}.purchase_detail_360 .page_body .value{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;word-break:break-word}.purchase_detail_360 .page_body .noteMsg{display:flex;gap:.5rem}.purchase_detail_360 .page_body .noteMsg:before{background-color:#e64225;border-radius:50%;content:"";height:.5625rem;margin:auto 0;width:.5625rem}.divider{background-color:#c8c8c8;height:1px;margin:1rem 0}.container-paybill{height:100%}.paybill-container .bill-container .holder-paybill{margin:3rem 0}.paybill-container .bill-container .holder-paybill .title-page h3{color:#303030;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;text-align:right}.paybill-container .bill-container .holder-paybill .title-page p{margin:0;padding:0}.paybill-container .bill-container .holder-paybill .holder-form .opt-charge{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.paybill-container .bill-container .holder-paybill .holder-form .opt-charge label{border-radius:.125rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25);flex-basis:45.5%;padding:.5rem 1rem}.SearchCorporate_container_corporate__k6Gb8{height:100%}.SearchCorporate_container_corporate__k6Gb8 .SearchCorporate_corporate_container__2vKf4{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.SearchCorporate_container_corporate__k6Gb8 .SearchCorporate_corporate_container__2vKf4 .SearchCorporate_notemessage__KzMcw{margin-bottom:2rem}.UpdateNetwork_container_list__VzeEj{height:100%}.UpdateNetwork_container_list__VzeEj .UpdateNetwork_list_container__o5OhI{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.UpdateNetwork_container_list__VzeEj .UpdateNetwork_list_container__o5OhI .UpdateNetwork_container_update_network__aB0\+p{-webkit-margin-before:3rem;margin-block-start:3rem}.UpdateNetwork_container_list__VzeEj .UpdateNetwork_list_container__o5OhI .UpdateNetwork_container_update_network__aB0\+p .UpdateNetwork_response_message__cA2ZJ{font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.UpdateNetwork_container_list__VzeEj .UpdateNetwork_list_container__o5OhI .UpdateNetwork_container_update_network__aB0\+p .UpdateNetwork_response_message__cA2ZJ.UpdateNetwork_success__lFGLj{color:#37b399}.UpdateNetwork_container_list__VzeEj .UpdateNetwork_list_container__o5OhI .UpdateNetwork_container_update_network__aB0\+p .UpdateNetwork_response_message__cA2ZJ.UpdateNetwork_failed__JhWlk{color:#e64225}.ActionSubscriber_container_list__Z7v\+V{height:100%}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi{padding:2rem 0}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi .ActionSubscriber_page_title__w1fd0{color:#000;display:flex;font-size:1.125rem;font-style:normal;font-weight:700;gap:.5rem;line-height:normal;text-align:right}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi .ActionSubscriber_page_title__w1fd0:before{background:#e64225;content:"";display:block;height:1.3125rem;width:.3125rem}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi .ActionSubscriber_page_body__vhak2{margin:1rem 0 2rem}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi .ActionSubscriber_page_body__vhak2 .ActionSubscriber_label__Xsbv5{color:#303030;display:block;font-size:1rem;font-style:normal;font-weight:700;margin-bottom:1rem;margin-right:1rem;margin-top:1rem;text-align:right}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi .ActionSubscriber_page_body__vhak2 .ActionSubscriber_value__MKPLC{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-right:1rem;word-break:break-word}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi .ActionSubscriber_page_body__vhak2 .ActionSubscriber_noteMsg__LNHjt{display:flex;gap:.5rem}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_purchase_detail__hBCSi .ActionSubscriber_page_body__vhak2 .ActionSubscriber_noteMsg__LNHjt:before{background-color:#e64225;border-radius:50%;content:"";height:.5625rem;margin:auto 0;width:.5625rem}.ActionSubscriber_container_list__Z7v\+V .ActionSubscriber_list_container__9PzQg .ActionSubscriber_divider__cr35h{background-color:#c8c8c8;height:1px;margin:1rem 0}.CowReview_purchase_detail__TV-uS{padding:2rem 0}.CowReview_purchase_detail__TV-uS .CowReview_page_title__1rsly{color:#000;display:flex;font-size:1.125rem;font-style:normal;font-weight:700;gap:.5rem;line-height:normal;text-align:right}.CowReview_purchase_detail__TV-uS .CowReview_page_title__1rsly:before{background:#e64225;content:"";display:block;height:1.3125rem;width:.3125rem}.CowReview_purchase_detail__TV-uS .CowReview_page_body__cLWSH{margin:1rem 0 2rem}.CowReview_purchase_detail__TV-uS .CowReview_page_body__cLWSH .CowReview_label__XgByE{color:#303030;display:block;font-size:1rem;font-style:normal;font-weight:700;margin-bottom:1rem;margin-right:1rem;margin-top:1rem;text-align:right}.CowReview_purchase_detail__TV-uS .CowReview_page_body__cLWSH .CowReview_value__dQyXJ{color:#4d4d4d;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-right:1rem;word-break:break-word}.CowReview_purchase_detail__TV-uS .CowReview_page_body__cLWSH .CowReview_noteMsg__7Tw0z{display:flex;gap:.5rem}.CowReview_purchase_detail__TV-uS .CowReview_page_body__cLWSH .CowReview_noteMsg__7Tw0z:before{background-color:#e64225;border-radius:50%;content:"";height:.5625rem;margin:auto 0;width:.5625rem}.CowReview_divider__jytQx{background-color:#c8c8c8;height:1px;margin:1rem 0}.list_button__SoN5w{height:45px}.card_cardino__XpPcm{padding:2rem 0}.DCBulk_row_input__xIHEi div:first-child button{height:45px;width:150px}.DCBulk_row_input__xIHEi div:last-child{width:150px}.DCBulk_uploadFile__xaQku{border:1px solid #ccc;display:flex;height:300px}.DCBulk_calAmount__RaYxu .DCBulk_row_amount__pmDE5{align-content:space-between;align-items:baseline;display:flex;flex-wrap:wrap;margin-bottom:2rem}.DCBulk_calAmount__RaYxu .DCBulk_row_amount__pmDE5>div{flex:auto;margin:auto}.DCBulk_calAmount__RaYxu .DCBulk_row_amount__pmDE5>div:last-child{text-align:left}.DCBulk_calAmount__RaYxu .DCBulk_row_amount__pmDE5>div>button{margin:auto auto 0 0;width:150px}.DCBulk_row_button__0qGnn{display:flex;gap:1rem}.DCBulk_row_button__0qGnn>*{margin:auto}.DCBulk_row_button__0qGnn>span{display:block;flex:1 1;margin:auto;text-align:left}.DCBulk_row_button__0qGnn>button{width:150px}.DCBulk_holder_button__KAsKa{direction:ltr;margin:1rem 0;text-align:left}.DCBulk_holder_button__KAsKa button{display:inline!important;min-width:150px!important;width:auto}.coChangeSimStatus_container_list__Wa5HU{height:100%}.coChangeSimStatus_container_list__Wa5HU .coChangeSimStatus_list_container__xSf21{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);height:100%;padding:1.5rem}.coChangeSimStatus_container_list__Wa5HU .coChangeSimStatus_list_container__xSf21 .coChangeSimStatus_container_update_network__qNGMF{-webkit-margin-before:3rem;margin-block-start:3rem}.coChangeSimStatus_container_list__Wa5HU .coChangeSimStatus_list_container__xSf21 .coChangeSimStatus_container_update_network__qNGMF .coChangeSimStatus_response_message__89DaJ{font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.coChangeSimStatus_container_list__Wa5HU .coChangeSimStatus_list_container__xSf21 .coChangeSimStatus_container_update_network__qNGMF .coChangeSimStatus_response_message__89DaJ.coChangeSimStatus_success__S52e1{color:#37b399}.coChangeSimStatus_container_list__Wa5HU .coChangeSimStatus_list_container__xSf21 .coChangeSimStatus_container_update_network__qNGMF .coChangeSimStatus_response_message__89DaJ.coChangeSimStatus_failed__DPSbW{color:#e64225}.coChangeSimStatus_result_modal_root__Gplf0 .ant-modal-content{border-radius:14px;padding:20px 20px 16px}.coChangeSimStatus_result_modal_root__Gplf0 .ant-modal-close{inset-block-start:10px;inset-inline-end:10px}.coChangeSimStatus_result_wrap__-\+G5q{text-align:center}.coChangeSimStatus_result_title__Ov35A{color:#e34234;font-size:16px;font-weight:800;margin:4px 0 10px}.coChangeSimStatus_result_text__McOZ7{color:#333;font-size:14px;margin-bottom:14px}.coChangeSimStatus_result_text__McOZ7 strong{font-weight:800}.coChangeSimStatus_btn_result_confirm__q5BmK{background:#f35a47!important;border-color:#f35a47!important;font-weight:700;height:40px}.coChangeSimStatus_btn_result_confirm__q5BmK:focus,.coChangeSimStatus_btn_result_confirm__q5BmK:hover{-webkit-filter:brightness(.95);filter:brightness(.95)}
/*# sourceMappingURL=main.2efecd28.css.map*/