@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes inAnimation{0%{opacity:0;max-height:0px}to{opacity:1;max-height:600px}}@keyframes outAnimation{0%{opacity:1;max-height:600px}to{opacity:0;max-height:0px}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-ext-400-normal-5cc4dcc1.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-400-normal-6a0b950c.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-greek-400-normal-575e5b3b.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-vietnamese-400-normal-09a4c493.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-ext-400-normal-3f23485d.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-400-normal-fcecb97c.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-cyrillic-ext-500-normal-7861d6e7.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-500-normal-c1a3291d.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-cyrillic-500-normal-1e1007b3.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-500-normal-c1a3291d.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-greek-500-normal-77b6e2e3.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-500-normal-c1a3291d.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-vietnamese-500-normal-3a3c34cd.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-500-normal-c1a3291d.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-latin-ext-500-normal-7bfde4b7.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-500-normal-c1a3291d.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-latin-500-normal-49791a69.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-500-normal-c1a3291d.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-cyrillic-ext-600-normal-1b6ffd03.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-600-normal-741b563b.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-cyrillic-600-normal-42d3c36a.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-600-normal-741b563b.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-greek-600-normal-12710100.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-600-normal-741b563b.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-vietnamese-600-normal-cdebb82b.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-600-normal-741b563b.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-latin-ext-600-normal-38b0dd9e.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-600-normal-741b563b.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-latin-600-normal-bf4eae92.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-600-normal-741b563b.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-cyrillic-ext-700-normal-c9888ad1.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-700-normal-624ff6e5.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-cyrillic-700-normal-723b434b.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-700-normal-624ff6e5.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-greek-700-normal-36f140bd.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-700-normal-624ff6e5.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-vietnamese-700-normal-138bc1b3.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-700-normal-624ff6e5.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-latin-ext-700-normal-913825e1.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-700-normal-624ff6e5.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-latin-700-normal-ea18ca3f.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-700-normal-624ff6e5.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-ext-400-normal-5cc4dcc1.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-400-normal-6a0b950c.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-greek-400-normal-575e5b3b.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-vietnamese-400-normal-09a4c493.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-ext-400-normal-3f23485d.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-400-normal-fcecb97c.woff2) format("woff2"),url(/assets/ibm-plex-sans-all-400-normal-d3d9f55b.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,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:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,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:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes 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) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes 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) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes 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) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes 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) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes 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) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes 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) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes 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) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes 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) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}:root{--color-fff: #fff;--color-f5f5: #f5f5f5;--color-1616: #161616;--color-999: #999999;--color-202020:#202020;--color-0061DD:#0061DD;--color-primary: #005FDB;--color-active:#0050A8;--color-6e6e: #6e6e6e;--color-eee: #eee;--color-primary-rgba: rgb(5, 157, 255);--color-primary-alt: #059DFF;--color-primary-light: #059DFF;--color-primary-lightest: #059DFF;--color-secondary: #FB5343;--color-tertiary: #6549D5;--color-tertiary-alt: #6549D5;--color-pink: #E33FA1;--color-light-green: #36C6F0;--color-primary-darker: #011827;--color-tertiary-darker: #150b40;--color-secondary-darker: #190301;--color-light-green-darker: #001f27;--color-pink-darker: #2f011d;--color-E5E5E5:#E5E5E5;--color-007AFF:#007AFF;--color-ccc:#CCCCCC;--F2F7FE:#F2F7FE;--388EFF:#388EFF;--a8a8a8:#a8a8a8;--color-body: #acacac;--color-dark: #060606;--color-darker: rgba(6, 6, 6, .7);--color-darkest: rgba(0, 0, 0, .3);--color-e2e2e2: #E2E2E2;--color-black: #000000;--color-blacker: rgba(15, 15, 17, 0);--color-blackest: #0f0f11;--color-border: hsla(0, 0%, 100%, .1);--table-row-color:#FCFCF9;--color-lessdark: #1e1e1e;--color-gray: #65676B;--color-midgray: #878787;--color-light: #E4E6EA;--color-lighter: #CED0D4;--color-lightest: #F0F2F5;--color-light-gray:#999999;--color-white: #ffffff;--color-dark-gray:#6E6E6E;--E5EFFC:#E5EFFC;--color-success: #3EB75E;--color-danger: #FF0003;--color-warning: #FF8F3C;--color-info: #1BA2DB;--color-facebook: #3B5997;--color-twitter: #1BA1F2;--color-youtube: #ED4141;--color-linkedin: #0077B5;--color-pinterest: #E60022;--color-instagram: #C231A1;--color-vimeo: #00ADEF;--color-twitch: #6441A3;--color-discord: #7289da;--color-extra01: #666666;--color-extra02: #606770;--color-extra03: #FBFBFD;--color-extra04: #1A1A1A;--color-extra05: #242424;--color-active1:#F2F7Fe;--border-width: 2px;--radius-small: 6px;--radius: 10px;--radius-big: 16px;--p-light: 300;--p-regular: 400;--p-medium: 500;--p-semi-bold: 600;--p-bold: 700;--p-extra-bold: 800;--p-black: 900;--shadow-primary: 0 0 20px 5px rgba(251,83,67, .2);--shadow-light: 1px 1px 6px rgba(0, 0, 0, .25);--shadow-lighter: 4px 4px 20px 20px rgba(0, 0, 0, .01);--transition: .3s;--transition-transform: transform .65s cubic-bezier(.23,1,.32,1);--font-primary: "IBM Plex Sans", sans-serif;--secondary-font: "Inter", sans-serif;--font-awesome: "Font Awesome 5 Pro";--font-size-b1: 18px;--font-size-b2: 16px;--font-size-b3: 14px;--font-size-b4: 12px;--font-size-b5: 13px;--line-height-30: 30px;--line-height-28: 28px;--line-height-24: 24px;--line-height-22: 22px;--line-height-17: 17px;--line-height-18: 18px;--line-height-19: 19px;--h1: 56px;--h2: 44px;--h3: 36px;--h4: 16px;--h5: 14px;--h6: 16px}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{font-size:var(--font-size-b3);font-family:IBM Plex Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-body);font-weight:var(--p-regular);font-style:normal}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,address,p,pre,blockquote,menu,ol,ul,table,hr{margin:0 0 20px}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{word-break:break-word;font-family:var(--font-primary);line-height:1.4074;color:var(--color-heading)}h1,.h1{font-size:var(--h1);line-height:1.19}h2,.h2{font-size:var(--h2);line-height:1.23}h3,.h3{font-size:var(--h3);line-height:1.4}h4,.h4{font-size:var(--h4)!important}h5,.h5{font-size:var(--h5)!important}h6,.h6{font-size:var(--h6);line-height:1.25}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{color:inherit;transition:.5s}a{text-decoration:none;outline:none}a:hover,a:focus,a:active{text-decoration:none;outline:none;color:var(--color-primary)}a:focus{outline:none}b,strong{font-weight:700}ul,ol{list-style:none;list-style-image:none}img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle;max-width:100%;height:auto}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{font-weight:var(--p-bold)}h6,.h6{font-weight:var(--p-medium)}.b1{font-size:var(--font-size-b1);line-height:var(--line-height-b1)}.b2{font-size:var(--font-size-b2);line-height:var(--line-height-b2)}.b3{font-size:var(--font-size-b3);line-height:var(--line-height-b3)}.b4{font-size:var(--font-size-b4);line-height:var(--line-height-b4)}table{border-collapse:collapse;border-spacing:0;margin:0 0 40px}table a,table a:link,table a:visited{text-decoration:none}cite,.wp-block-pullquote cite,.wp-block-pullquote.is-style-solid-color blockquote cite,.wp-block-quote cite{color:var(--color-heading)}var{font-family:"Courier 10 Pitch",Courier,monospace}ul{list-style:square}ul.liststyle.bullet li{font-size:var(--font-size-b1);line-height:var(--line-height-30);color:var(--color-body);position:relative;padding-left:30px}@media only screen and (max-width: 767px){ul.liststyle.bullet li{padding-left:19px}}ul.liststyle.bullet li:before{position:absolute;content:"";width:6px;height:6px;border-radius:100%!important;background:var(--color-body);left:0;top:10px}ul.liststyle.bullet li+li{margin-top:8px}ul li{color:var(--color-body);font-weight:400}ul li a{text-decoration:none;color:var(--color-body)}ul li a:hover{color:var(--color-primary)}ol li a{color:var(--heading-color);text-decoration:none}ol li a:hover{color:var(--color-primary)}ol ul{padding-left:30px}hr{display:block;height:0;margin:15px 0;border-top:1px solid var(--color-border)}kbd{background:var(--color-primary)}.global-h6{font-size:var(--font-size-b2);line-height:var(--line-height-17);color:var(--color-1616)}.color-1616{color:var(--color-1616)!important}.color-999{color:var(--color-999)}.color-primary{color:var(--color-primary)!important}.color-dark-gray{color:var(--color-dark-gray)!important}.color-primary-light{color:var(--color-primary-light)!important}.color-primary-alt{color:var(--color-primary-alt)!important}.color-secondary{color:var(--color-secondary)!important}.color-tertiary{color:var(--color-tertiary)!important}.color-tertiary-alt{color:var(--color-tertiary-alt)!important}.color-light-green{color:var(--color-light-green)!important}.color-pink{color:var(--color-pink)!important}.color-primary-darker{color:var(--color-primary-darker)!important}.color-secondary-darker{color:var(--color-secondary-darker)!important}.color-light-green-darker{color:var(--color-light-green-darker)!important}.color-pink-darker{color:var(--color-pink-darker)!important}.color-heading{color:var(--color-heading)!important}.color-body{color:var(--color-body)!important}.color-dark{color:var(--color-dark)!important}.color-darker{color:var(--color-darker)!important}.color-darkest{color:var(--color-darkest)!important}.color-black{color:var(--color-black)!important}.color-blacker{color:var(--color-blacker)!important}.color-blackest{color:var(--color-blackest)!important}.color-border{color:var(--color-border)!important}.color-gray{color:var(--color-gray)!important}.color-midgray{color:var(--color-midgray)!important}.color-light{color:var(--color-light)!important}.color-lighter{color:var(--color-lighter)!important}.color-lightest{color:var(--color-lightest)!important}.color-white{color:var(--color-white)!important}.radius-small{border-radius:var(--radius-small)}.radius,.post-scale{border-radius:var(--radius)}.radius-big{border-radius:var(--radius-big)}.w-300{font-weight:300!important}.w-400{font-weight:400!important}.w-500{font-weight:500!important}.w-600{font-weight:600!important}.w-700{font-weight:700!important}.w-800{font-weight:800!important}.w-900{font-weight:900!important}.shadow-primary{box-shadow:var(--shadow-primary)}.shadow-light{box-shadow:var(--shadow-light)}.shadow-lighter{box-shadow:var(--shadow-lighter)}.d-flex,.sorting_filter span,.sorting_filter,.my-custom-table .stock_info,.table_custom_style .stock_info,.my-custom-table .product_info,.table_custom_style .product_info,.my-custom-table #wrapper .no_sticky_table tr,.table_custom_style #wrapper .no_sticky_table tr,.my-custom-table #wrapper .sticky_table tr,.table_custom_style #wrapper .sticky_table tr,.my-custom-table #wrapper .sticky_table table thead th span,.table_custom_style #wrapper .sticky_table table thead th span,.my-custom-table #wrapper .no_sticky_table table thead th span,.table_custom_style #wrapper .no_sticky_table table thead th span,.my-custom-table #wrapper,.table_custom_style #wrapper,.my-custom-table .customer_filter .ant-btn,.table_custom_style .customer_filter .ant-btn,.my-custom-table .filters_btn .ant-btn,.table_custom_style .filters_btn .ant-btn,.generic_top_header.product-header .ant-page-header-heading-title,.adjustment-filter,.__report_tabs_align>.ant-space-item .ant-space,.__report_tabs_align,.__items_details_header .ant-page-header-heading-extra .btn-edit .edit-span,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-select-selector,.user-tabs .ant-tabs-nav .ant-tabs-extra-content,.left-side-bar .sidebar_main .main-menu .menu-item .ant-menu-title-content,.authcontainer,.global_breadcrumb .back-btn,.global_breadcrumb,.journal-tbl tr td .before-div .before-div-total,.button_flexbox,.main_wrapper .radio_group .align_label.ant-radio-wrapper span.ant-radio+*,.main_wrapper .switch_group .align_label.ant-radio-wrapper span.ant-radio+*,.main_wrapper .radio_group .align_label,.main_wrapper .switch_group .align_label,.main_wrapper .switch_group,.d-flex-all,.product_detail_pagination .breadcrumb_row .add_btn_outer .ant-btn,.__items_details_header .ant-page-header-heading-extra .btn-edit,.__items_details_header .ant-page-header-heading-extra .btn-trascation,.add-organization-form .upload_box .upload-wrapper .anticon,.upload-wrapper-main .upload-wrapper-inner .loader-default-img,.default_modal .ant-modal-content,.organization_img,.organization-card-widget .organization-img,.left-side-bar .sidebar_main .ant-layout-sider-trigger,.stepscontent .signup-upload-wrapper .loader-default-img{display:flex}.justify-center,.header-area .header-right .header-right-icon,.header-area .plus_icon,.d-flex-all,.product_detail_pagination .breadcrumb_row .add_btn_outer .ant-btn,.__items_details_header .ant-page-header-heading-extra .btn-edit,.__items_details_header .ant-page-header-heading-extra .btn-trascation,.add-organization-form .upload_box .upload-wrapper .anticon,.upload-wrapper-main .upload-wrapper-inner .loader-default-img,.default_modal .ant-modal-content,.organization_img,.organization-card-widget .organization-img,.left-side-bar .sidebar_main .ant-layout-sider-trigger,.stepscontent .signup-upload-wrapper .loader-default-img{justify-content:center!important}.align-center,.generic_top_header.product-header .ant-page-header-heading-title,.__items_details_header .ant-page-header-heading-extra .btn-edit .edit-span,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-select-selector,.user-tabs .ant-tabs-nav .ant-tabs-extra-content,.left-side-bar .sidebar_main .main-menu .menu-item .ant-menu-title-content,.header-area.ant-page-header .ant-page-header-heading,.inner_component_header .ant-page-header-heading,.global_breadcrumb .back-btn,.global_breadcrumb,.button_flexbox,.main_wrapper .radio_group .align_label.ant-radio-wrapper span.ant-radio+*,.main_wrapper .switch_group .align_label.ant-radio-wrapper span.ant-radio+*,.main_wrapper .radio_group .align_label,.main_wrapper .switch_group .align_label,.main_wrapper .switch_group,.d-flex-all,.product_detail_pagination .breadcrumb_row .add_btn_outer .ant-btn,.__items_details_header .ant-page-header-heading-extra .btn-edit,.__items_details_header .ant-page-header-heading-extra .btn-trascation,.add-organization-form .upload_box .upload-wrapper .anticon,.upload-wrapper-main .upload-wrapper-inner .loader-default-img,.default_modal .ant-modal-content,.organization_img,.organization-card-widget .organization-img,.left-side-bar .sidebar_main .ant-layout-sider-trigger,.stepscontent .signup-upload-wrapper .loader-default-img{align-items:center}.flex-end,.user-tabs .ant-tabs-nav .ant-tabs-extra-content{justify-content:flex-end!important}.flex-1{flex:1}.flex-column{flex-direction:column}ol li a{transition:var(--transition)}.bgImagePosition{background-repeat:no-repeat;background-size:cover;background-position:center center}.transition-transform{transition:var(--transition-transform)}.post-scale{overflow:hidden}.post-scale img{transition:.5s}.post-scale:hover img{transform:scale(1.1)}@keyframes customOne{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes customTwo{0%{transform:translate(0)}50%{transform:translate(100px)}to{transform:translate(50px,50px)}}.customOne{animation:customOne 2s infinite}@-webkit-keyframes headerSlideDown{0%{margin-top:-100px}to{margin-top:0}}@keyframes headerSlideDown{0%{margin-top:-100px}to{margin-top:0}}@-webkit-keyframes slideFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes slideFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.slideFadeInUp{-webkit-animation-name:slideFadeInUp;animation-name:slideFadeInUp}@-webkit-keyframes moveVertical{to{opacity:1;-webkit-transform:translateY(0)}}@keyframes moveVertical{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes scrollDown{0%{opacity:0}10%{transform:translateY(0);opacity:1}to{transform:translateY(10px);opacity:0}}.pl-0{padding-left:0}.p-5{padding:5px}.pr-0{padding-right:0}.pr-15{padding-right:15px!important}.pt-0{padding-top:0!important}.pt-8{padding-top:8px}.pl-5{padding-left:5px}.pb-8{padding-bottom:8px}.pl-9{padding-left:9px}.p-0{padding:0}.pb-10{padding-bottom:10px}.pb-0{padding-bottom:0}.py_4{padding:4px 0}.py-6{padding:6px 6px 6px 0}.mr-0{margin-right:0}.mr-10,.__customer_info svg,.btn_cancel{margin-right:10px}.mr-11{margin-right:11px}.mr-30{margin-right:30px}.mr-5{margin-right:5px}.mr-2{margin-right:2px}.ml-0{margin-left:0}.ml-5{margin-left:5px}.mt-0{margin-top:0}.mb-0,.email_form .email_editor .email_content .ql-editor h4:last-child,.email_form .email_editor,.email_form .button_flexbox .ant-form-item,.email_form .subject_field,.email_form .email_field,.generic_modal_style .button_flexbox .ant-form-item,.bill_box .final_payment .ant-typography,.button_flexbox .ant-form-item,.__details_tab_container table,.__customer_info h5,.__report_tabs_align>.ant-space-item .ant-form-item,.item-table table,.invite_user_form .ant-form-item,.role_form .role_field .ant-form-item,.role_form .role_box .ant-form-item,.upload-wrapper-main .upload-wrapper-inner .upload-hint p,.user-tabs .ant-tabs-nav:before,.stepscontent .signup-upload-wrapper .upload-hint p,.main_wrapper .switch_group .switch-handle,.main_wrapper .form_box .ant-form-item,ul ul{margin-bottom:0}.mt-2{margin-top:2px}.mb-15{margin-bottom:15px!important}.mb-5,._generic_popupover_main .form_group label,.main_wrapper .radio_group,.main_wrapper .switch_group{margin-bottom:5px}.mb-22{margin-bottom:22px!important}.mt-5{margin-top:5px}.mt-3{margin-top:3px}.mt-12{margin-top:12px}.mb-8,.user-tabs .ant-tabs-nav{margin-bottom:8px}.mb_30{margin-bottom:30px}.mb-35{margin-bottom:35px}.ml-10{margin-left:10px}.ml-8,.__items_details_header .ant-page-header-heading-extra .btn-trascation svg,.main_wrapper .radio_group .align_label svg,.main_wrapper .switch_group .align_label svg{margin-left:8px}.mr-15{margin-right:15px}.mb-10{margin-bottom:10px!important}.ml-20{margin-left:20px}.ml-auto{margin-left:auto}.mb-25{margin-bottom:25px!important}.mb-30,.role_form,.__sku_settings .ant-popover-title,.loading_block .center_text .warning_text,ol{margin-bottom:25px}.mb--30{margin-bottom:30px!important}.mb-20,.invite_user_form h5,.default_modal .ant-modal-content .ant-typography,.authcontainer .signup-form-heading{margin-bottom:20px}.mb-18{margin-bottom:18px}.py-10{padding:10px 0}.px-20{padding:0 20px!important}.mb-40{margin-bottom:40px}.w-36{width:36.2%}.max-wide{max-width:430px;width:100%;padding-left:1px}.w-90{width:90px}.pt-40{padding-top:40px}.pt-30{padding-top:30px}.pt-15{padding-top:15px}.h-36px,.__header_dropdown,.__items_details_header .ant-page-header-heading-extra .btn-edit,.__items_details_header .ant-page-header-heading-extra .btn-trascation{height:36px}.h-40px{height:40px}.w-96px{width:96px}.w-50{width:50%}.min-50{min-width:50%}.mt-33{margin-top:33px}.mt-18{margin-top:18px}.mt-25{margin-top:25px}.p--unset{padding:unset!important}.m--unset{margin-bottom:unset!important}.d-block{display:block!important}.pl-12{padding-left:12px}.pl-10{padding-left:10px}.pl-40{padding-left:40px}.mb-28{margin-bottom:28px!important}.w-break{word-break:break-word}.table-container{max-width:1102px;margin:0 auto}.text-center{text-align:center;width:100%;display:inline-block}.mb-0,.email_form .email_editor .email_content .ql-editor h4:last-child,.email_form .email_editor,.email_form .button_flexbox .ant-form-item,.email_form .subject_field,.email_form .email_field,.generic_modal_style .button_flexbox .ant-form-item,.bill_box .final_payment .ant-typography,.button_flexbox .ant-form-item,.__details_tab_container table,.__customer_info h5,.__report_tabs_align>.ant-space-item .ant-form-item,.item-table table,.invite_user_form .ant-form-item,.role_form .role_field .ant-form-item,.role_form .role_box .ant-form-item,.upload-wrapper-main .upload-wrapper-inner .upload-hint p,.user-tabs .ant-tabs-nav:before,.stepscontent .signup-upload-wrapper .upload-hint p,.main_wrapper .switch_group .switch-handle,.main_wrapper .form_box .ant-form-item,ul ul{margin-bottom:0!important}.h1{font-size:var(--h1)!important}.h2{font-size:var(--h2)!important}.h3{font-size:var(--h3)!important}.h4{font-size:var(--h4)!important}.h5{font-size:var(--h5)!important}.h6{font-size:var(--h6)!important}.vh-100-275{height:calc(100vh - 275px)}.w-200,.user-tabs .ant-tabs-nav .filter-field .ant-select-selector{width:200px!important}.no-transition .ant-input{background-color:transparent!important;transition:none}.no-transition .ant-input:hover,.no-transition .ant-input:focus{background-color:transparent!important}.no-transition .currency_symbol{color:#161616}.white-space-unset{white-space:unset!important}.close-icon-align{position:relative;top:1px}.close-icon-align.top-3{top:3px}.center-align-icon{display:flex;justify-content:center;align-items:center;flex-direction:column;height:calc(100vh - 251px)}.center-align-icon.vh-189{height:calc(100vh - 189px)}.center-align-icon.vh-239{height:calc(100vh - 239px)}.disabled-option{opacity:.8}.no-wrap{white-space:nowrap}.scale_x{transform:scale(1.2)}.container-1280{max-width:1280px;margin:0 auto}.margin-auto{margin:0 auto}.ant-popconfirm-message-title{word-break:break-word}.sticky_table .ant-popover .ant-popover-content{width:200px}.sticky_table .ant-popover.ant-popconfirm{z-index:1}.sticky_table .table-popup{width:600px}.sticky_table .table-popup.ant-popover .ant-popover-content{width:100%}.sticky_table .table-popup .ant-popconfirm-message{overflow-x:auto;max-height:500px;overflow-y:auto}.sticky_table .table-popup .account-table{width:1000px!important}.sticky_table .table-popup .account-table tbody td{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.generic-popover-width .sticky_table .ant-popover .ant-popover-content{width:215px}.customer_listing_main .sticky_table .ant-popover .ant-popover-content,.supplier_listing_main .sticky_table .ant-popover .ant-popover-content{width:198px}.btn-primary,.form_group .need .ant-input-group-addon{background-color:var(--color-0061DD);color:var(--color-fff);box-shadow:none;border:none;border-radius:3px!important}.btn-primary:not(:disabled,.ant-dropdown-open):hover,.form_group .need .ant-input-group-addon:not(:disabled,.ant-dropdown-open):hover{color:var(--color-fff)!important;background-color:var(--color-007AFF)}.btn-primary.ant-dropdown-open,.form_group .need .ant-dropdown-open.ant-input-group-addon{background-color:var(--color-active)}.btn-primary:disabled,.form_group .need .ant-input-group-addon:disabled{background-color:var(--color-0061DD);color:var(--color-fff)}.btn-primary.disabled-save-btn,.form_group .need .disabled-save-btn.ant-input-group-addon{color:#16161633}.btn-default{background-color:var(--color-eee);color:var(--color-1616);border:none;box-shadow:unset;border-radius:3px!important}.btn-default:not(:disabled):hover{color:var(--color-1616)!important;background-color:var(--color-f5f5)}.btn-default.btn-md{height:30px}.btn-form-size,.form_group .need .ant-input-group-addon{min-width:90px;height:36px;font-size:var(--font-size-b3);box-shadow:unset;padding:0 15px;transition:none}.btn-form-size.px-12,.form_group .need .px-12.ant-input-group-addon{padding:0 12px}.bulk-item-btn{height:30px}.cursor{cursor:pointer}.default-cursor{pointer-events:none!important}.border{border:1px solid #e5e5e5}.radius-5{border-radius:5px}.overflow{overflow:hidden}.no-border-btn{border:none;box-shadow:none}.flex-shrink-0{flex-shrink:0}.mw-250{max-width:200px}.mw-250.minimum--width{min-width:200px;width:100%}.scale-2x{transform:scale(2)}.filter-green{filter:brightness(0) saturate(100%) invert(76%) sepia(51%) saturate(6079%) hue-rotate(77deg) brightness(110%) contrast(129%)}.filter-red{filter:brightness(0) saturate(100%) invert(13%) sepia(83%) saturate(6656%) hue-rotate(359deg) brightness(106%) contrast(111%)}.align-self-center{align-self:center}.justify_between,.journal-tbl tr td .before-div .before-div-total{justify-content:space-between}.justify_around{justify-content:space-around}.justify_end{justify-content:end}.self-start,.item_dropdown .ant-select-item-option-content .ant-avatar,.select_item .ant-select-selection-item .ant-avatar{align-self:flex-start}.f-start{justify-content:flex-start}.f-end{justify-content:flex-end}.self-end{align-self:flex-end}.error-msg{color:#ff4d4f}.block,.default_modal .ant-modal-content .ant-typography{display:block}.radius-0,.generic-table.activity-tbl table .ant-table-thead th,.generic-table.activity-tbl table,.generic-table.assest-value-tbl table,.generic-table.transaction-tbl table,.generic-table.report-period-tbl table th.ant-table-cell,.generic-table.report-period-tbl table td,.generic-table.report-period-tbl table,.no-radius .ant-table-thead .ant-table-cell{border-radius:0!important}.w-300{width:300px}.w-48{width:48%}.h-30{height:30px}.mw-114{min-width:114px}.mw-151{min-width:151px}.mw-18{min-width:18px}.h-100,.item_dropdown .ant-select-item-option-content .ant-avatar .ant-image,.select_item .ant-select-selection-item .ant-avatar .ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar img,.select_item .ant-select-selection-item .ant-avatar img,.__product_image .ant-image .ant-image-img,.__customer_image .ant-image-img,.__items_details_header .ant-page-header-heading-extra .btn-edit .edit-span,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-form-item-no-colon,.left-side-bar .sidebar_main .main-menu .menu-item .ant-menu-title-content,.wh-100,.organization_img img,.organization-card-widget .organization-img .ant-image img{height:100%}.h-100px{height:100px}.vh-50{height:50vh}.vh-30{height:35vh}.w-100,.item_dropdown .ant-select-item-option-content .ant-avatar .ant-image,.select_item .ant-select-selection-item .ant-avatar .ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar img,.select_item .ant-select-selection-item .ant-avatar img,.__product_image .ant-image .ant-image-img,.__customer_image .ant-image-img,.product-details .product-details-right,.product-details .product-details-center,.product-details .product-details-left,.add-organization-form .ant-space-item .upload-text,.role_form .role_field,.role_form .role_box,.role_form,.user-tabs .ant-tabs-nav .ant-tabs-extra-content,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap,.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-submenu-title,.left-side-bar .sidebar_main .main-menu .menu-item,.header-area .search_box .ant-input-affix-wrapper .ant-input,.flex-46,.flex-25,.flex-32,.main_wrapper .ant-picker,.__items-details_container .ant-picker,.wh-100,.organization_img img,.organization-card-widget .organization-img .ant-image img,table{width:100%}.px-30{padding:0 30px}.mx-20{margin:0 20px}.asterisk{color:#b2001e!important}.label-set{font-size:var(--font-size-b2);line-height:var(--line-height-17);color:var(--color-1616)}.__main_content_side{height:calc(100vh - 130px);overflow-y:auto;padding-top:30px;padding-right:30px}.__main_content_side.item-detail-modal{padding-right:0}.__main_content_side.item-detail-modal .product-details .product-details-right{flex:1}.resize-none{resize:none}.ant-select-dropdown{background-color:var(--color-white);border:1px solid var(--color-e2e2e2);border-radius:3px;padding:0;z-index:1}.ant-select-dropdown .ant-select-item-option{border-radius:0;border-left:2px solid transparent}.ant-select-dropdown .ant-select-item-option:hover,.ant-select-dropdown .ant-select-item-option.ant-select-item-option-selected{background-color:#0061dd0d!important;border-color:var(--color-0061DD)}.ant-select-dropdown.py-10{padding:10px 0}.ant-picker-dropdown{z-index:100}.remove-select-icon .ant-select-clear{opacity:1;z-index:auto;width:16px;height:16px;right:10px;top:45%;border-radius:50%}.remove-select-icon .ant-select-clear svg{color:var(--color-1616);fill:var(--color-1616);width:16px!important;height:16px!important}.generic_item_dropdown{z-index:1050}.tax_dropdown{z-index:999}.payment_receipt_dropdown{position:fixed;z-index:1101}.generic_item_dropdown.item_dropdown{padding:16px 0 0!important}.generic_item_dropdown.item_dropdown .ant-form-item-row .ant-form-item-control-input{margin:0 12px}.generic_item_dropdown.item_dropdown.flex-unset .ant-select-item-option-content{display:block}.popupover---scroll-fix .rc-virtual-list-holder-inner{transform:unset!important}.rc-virtual-list-holder-inner .ant-select-item{padding:9px 12px!important;background-color:transparent!important}.rc-virtual-list-holder-inner .ant-select-item-option-content{color:var(--color-1616)}.invoice_billing_address{z-index:1000}.user_profile_icon{width:100%;height:100%;opacity:.5}.btn-custom{min-width:88px}.btn-trascation{padding:5px 10px}.btn-trascation span svg{color:#fff}.item_dropdown.billing_dropdown .ant-select-item-option-content{display:block}.transform_-Y{transform:translateY(-26px);z-index:1}.important-block{display:block}.important-block .block,.important-block .default_modal .ant-modal-content .ant-typography,.default_modal .ant-modal-content .important-block .ant-typography{display:block!important}.ant-popover.width_px{max-width:100%}.ant-popover.w-300x{width:300px}.scrollbar-fix .rc-virtual-list-holder{overflow-y:unset!important}.scrollbar-fix .rc-virtual-list-holder::-webkit-scrollbar{width:0!important}.scrollbar-fix .rc-virtual-list-holder::-webkit-scrollbar-track{display:none!important}#main-body .item-col{height:calc(100vh - 60px);overflow:auto}.rc-virtual-list-holder{overflow-y:auto!important}.email_dropdown .rc-virtual-list .rc-virtual-list-holder>div{min-height:40px}.scrollbar_container{display:flex;overflow-y:hidden;height:calc(100vh - 70px)}.scrollbar_container .full_screen{flex:1}.scrollbar_container .list{flex:0 0 20%;align-self:flex-end;max-width:387px}.scrollbar_container .item_listing .list{height:100%}.scrollbar_container .item_listing .sticky_table{height:calc(100vh - 180px);overflow-x:hidden;overflow-y:auto}.scrollbar_container .item_listing .sticky_table .product_info .product-title .ant-typography{color:var(--color-1616)}.scrollbar_container .content_side{flex:1;background-color:var(--color-fff);height:100%;overflow-y:auto;overflow-x:hidden;margin-left:10px}.scrollbar_container .content_side.__item--conent-side{overflow-y:hidden}.search_container .list .my-custom-table,.search_container .list .table_custom_style{height:calc(100vh - 257px)!important}.search_container .list .my-custom-table .customer_scroll_container #wrapper,.search_container .list .table_custom_style .customer_scroll_container #wrapper{height:auto}.product_detail_listing .search_container .list .my-custom-table,.product_detail_listing .search_container .list .table_custom_style,.product_detail_listing .search_container .list .my-custom-table .sticky_table,.product_detail_listing .search_container .list .table_custom_style .sticky_table{height:calc(100vh - 305px)!important}.sub-heading{font-size:var(--font-size-b5);line-height:var(--line-height-17);font-weight:var(--p-semi-bold);color:var(--color-1616)}.text-align{text-align:center}.text-right,.total-tax-and-discount label:nth-of-type(5),.total-tax-and-discount label:nth-of-type(4),.total-tax-and-discount label:nth-of-type(3),.total-tax-and-discount label:nth-of-type(2),.invoices-tbl .ant-table-cell[title=Discount],.__estimates_tab_container .ant-table-cell[title=Discount],.metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(2),.metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(3),.metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(4) input,.metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(4) input div,.metaphor .generic-table table .ant-table-thead .ant-table-cell:nth-child(3){text-align:right!important}.text-left,._display_name,.generic-table.activity-tbl table .ant-table-tbody tr .ant-table-cell:nth-child(2),.generic-table.activity-tbl table .ant-table-tbody tr .ant-table-cell:nth-child(3),.generic-table.activity-tbl table .ant-table-thead th:nth-child(3),.generic-table.activity-tbl table .ant-table-thead th:nth-child(2){text-align:left!important}.text-center{text-align:center!important}.font-bold{font-weight:700}.arrow{width:15px;height:15px;background-color:#fff;border-radius:50%;position:relative;margin-left:25px}.arrow:before{content:"";position:absolute;border-right:1px solid #000;width:1px;height:8px;bottom:3px;left:6px}.arrow:after{content:"";position:absolute;top:.225rem;left:5px;width:4px;height:4px;border:1px solid #000;border-left:0;border-top:0;transform:rotate(225deg)}.arrow.is-bottom:before{bottom:4px}.arrow.is-bottom:after{top:.48rem;transform:rotate(44deg)}.attachment_outer_container{padding-block:14px}.attachment_outer_container .attachment_inner{display:flex;justify-content:space-between;margin-bottom:10px}.attachment_outer_container .attachment_inner .attachment_tittle{padding-right:10px;display:flex;align-items:center}.attachment_outer_container .attachment_inner .attachment_tittle h5{margin-bottom:0;color:var(--color-1616)}.attachment_outer_container .attachment_inner .attachment_image_btn label{margin-right:10px;display:inline-block;vertical-align:middle;font-size:14px;color:var(--color-dark-gray);line-height:18px}.attachment_outer_container .attachment_inner .attachment_image_btn svg{width:15px;height:15px;fill:#6e6e6e;cursor:pointer}.attachment_outer_container .attachment_inner .attachment_detail{flex-direction:column}.attachment_outer_container .attachment_inner .attachment_detail .product_row{justify-content:space-between}.attachment_detail_text{max-width:89%}.image_filter{filter:brightness(50)}.truncated span{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;white-space:normal}.text_truncate,.bulk_items_modal .bulk_product_inner .product_title,.customer_name,.single_line_name,.custom-filter .filter-top .filter-badge .key,.custom-filter .filter_left .filter-badge .key,.journal-tbl tr .number-truncate,.journal-tbl tr .name-truncate{display:-webkit-box!important;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.amount-truncation{white-space:unset!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rate_box .ant-input-number-prefix,.rate_box .ant-input-prefix,.shipping_inputbox .ant-input-number-prefix,.shipping_inputbox .ant-input-prefix,.no-space{margin-inline-end:0}.no-space.ant-statistic .ant-statistic-content-prefix{margin-inline-end:2px}.no-space.truncate_amount .ant-statistic-content{display:flex;word-break:break-word;white-space:pre-wrap}.no-space.w-break .ant-statistic-content .ant-statistic-content-value-int{word-break:break-word;white-space:unset}.view_detail{width:100%;text-align:right;color:var(--color-0061DD)}.view_detail:hover{color:var(--color-007AFF)!important}.pending_invoice{width:100%;text-align:left;color:var(--color-0061DD)}.pending_invoice:hover{color:var(--color-007AFF)!important}.pending_invoice:hover span,.view_detail:hover span{text-decoration:underline}.chcekbox-size{width:18px;height:18px}input[type=checkbox].chcekbox-size{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;border:1px solid #ccc;border-radius:4px;position:relative;cursor:pointer;background-color:#fff}input[type=checkbox]:checked.chcekbox-size{background-color:#005fdb;border-color:#999;border-width:1px}input[type=checkbox]:checked.chcekbox-size:before{content:"";position:absolute;top:3px;left:4px;width:4px;height:7px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg)}.tile_checkbox .ant-checkbox-indeterminate .ant-checkbox-inner:after{height:1px;background-color:var(--color-1616)}.estimate_lg_modal .ant-modal-content,.estimate_md_modal .ant-modal-content{width:100%;overflow:auto;padding-bottom:0!important}.estimate_lg_modal .ant-modal-content ._spinner,.estimate_md_modal .ant-modal-content ._spinner,.estimate_lg_modal .ant-modal-content .ant-modal-body,.estimate_md_modal .ant-modal-content .ant-modal-body{height:calc(100% - 65px)!important}.estimate_lg_modal .ant-modal-content{height:84.4vh;overflow:hidden auto}.generic_md_modal .ant-modal-content{height:400px;max-height:400px;overflow:hidden auto}.tackle-tracker .ant-modal-content{height:unset;max-height:100%}.qty_adjustment_modal .ant-modal-content{height:586px!important}.qty_adjustment_modal.visible-buttons .ant-modal-content{max-height:681px;height:100%!important;min-height:631px}.qty_adjustment_modal .adjustment-popup .form_group .ant-row{display:block}.estimate_modal ._spinner{position:absolute}.unit-badge .ant-statistic-content-value .ant-statistic-content-value-int{color:var(--color-1616);font-size:14px}.unit-badge span{font-size:13px;color:#6e6e6e;line-height:20px}.icon-cursor{cursor:pointer}.space-right{margin-right:10px}.ant-dropdown-menu{padding:9px 0!important;border:1px solid #e2e2e2}.ant-dropdown-menu .ant-dropdown-menu-item{width:100%}.weight-regular{font-weight:var(--p-regular)!important}.ant-popover-title .ant-typography.dialog-heading{font-size:var(--font-size-b2)!important;font-weight:var(--p-bold);color:var(--color-202020);margin-bottom:10px}.ant-checkbox .ant-checkbox-inner{border-color:#999;width:18px;height:18px}.generic_dropdown .ant-dropdown-menu{padding:10px 0!important;min-width:135px}.generic_dropdown .ant-dropdown-menu .ant-dropdown-menu-item{border-left:2px solid transparent;border-radius:0}.generic_dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-active{border-color:var(--color-0061DD);background-color:rgba(var(--color-0061DD),.05)}.generic_dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled{opacity:.35}.credit-note-drop .ant-dropdown-menu{min-width:149px}.ellipses_icon{width:32px;height:32px;border-radius:50%;background-color:transparent;display:flex;justify-content:center;align-items:center}.ellipses_icon:hover{background-color:var(--color-f5f5)}.ellipses_icon.ant-dropdown-open{background-color:var(--color-ccc)}.ant-layout{background:#f6f6f6}.asyncPaginateParent .css-1jj59y3-MenuList2{overflow-x:hidden}.asyncPaginateParent .css-10wo9uf-option,.asyncPaginateParent .css-d7l1ni-option,.asyncPaginateParent .css-tr4s17-option{word-break:break-word;border-left:2px solid transparent!important}.asyncPaginateParent .css-11trb75-MenuList2 div:nth-of-type(1),.asyncPaginateParent .css-1p05h7y-menu div:nth-of-type(1){position:sticky;top:0;background-color:#fff;z-index:11}.asyncPaginateParent .css-11trb75-MenuList2 div,.asyncPaginateParent .css-1p05h7y-menu div{cursor:pointer}.asyncPaginateParent .css-d7l1ni-option{border-left:2px solid #0061dd!important}.asyncPaginateParent .css-d7l1ni-option:first-child{border-left:2px solid transparent!important;background-color:transparent}.asyncPaginateParent .css-d7l1ni-option{background-color:#0061dd0d;border-color:var(--color-0061DD)}.asyncPaginateParent .css-d7l1ni-option{border-color:#0061dd}.asyncPaginateParent .css-13cymwt-control,.asyncPaginateParent .css-t3ipsp-control{min-height:40px;border-color:var(--color-e2e2e2);border-radius:3px;cursor:pointer}.asyncPaginateParent .css-13cymwt-control:hover,.asyncPaginateParent .css-t3ipsp-control:hover{background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)}.asyncPaginateParent .css-13cymwt-control .css-feonkk-Input2 input,.asyncPaginateParent .css-t3ipsp-control .css-feonkk-Input2 input{padding-left:0!important}.asyncPaginateParent .css-t3ipsp-control{box-shadow:unset;border-color:var(--color-0061DD)}.asyncPaginateParent .css-t3ipsp-control:hover{background-color:var(--color-fff);border-color:var(--color-0061DD)}.asyncPaginateParent .css-d7l1ni-option .ant-form-item,.asyncPaginateParent .css-10wo9uf-option .ant-form-item{margin-bottom:0}.height{height:25px}.height .ant-form-item{margin-bottom:0}.receive_payment_modal .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:0px!important}.receive_payment_modal .flex-new .ant-input-affix-wrapper .ant-input,.receive_payment_modal .flex-new .ant-input-affix-wrapper.ant-input-affix-wrapper-focused .ant-input{padding-left:0!important;transition:none;background-color:transparent!important;font-size:14px}.receive_payment_modal .flexbox{flex-direction:row}.receive_payment_modal .flexbox .form_group .ant-input-affix-wrapper{margin-bottom:0!important}.receive_payment_modal .flexbox .ant-picker{max-width:100%}.l--h_17{line-height:17px}.ver_tic_al--top{vertical-align:top!important}.base--line{vertical-align:baseline}.f--bold{font-weight:700!important}.white-space--normal{white-space:normal}.white-circle{width:15px;height:15px;border-radius:50%;background-color:var(--color-fff);display:flex;justify-content:center;justify-items:center;margin-left:10px}.white-circle img{width:5px;height:15px}.hover-effect{filter:brightness(0) saturate(100%) invert(36%) sepia(89%) saturate(15%) hue-rotate(110deg) brightness(97%) contrast(83%)}.hover-effect:hover,.hover-effect.toggle{filter:brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(6001%) hue-rotate(0deg) brightness(102%) contrast(83%);cursor:pointer}.add-new-btn{display:flex!important;align-items:center;justify-content:center}.add-new-btn img{filter:brightness(100)}.menu-item,.sub-menu{vertical-align:middle}.menu-item .ant-menu-item-icon,.sub-menu .ant-menu-item-icon{width:18px;height:18px;display:block!important}.menu-item .ant-menu-item-icon img,.sub-menu .ant-menu-item-icon img{width:100%;height:100%;object-fit:contain}.form--label_style{color:var(--color-1616);font-size:var(--font-size-b3);line-height:var(--line-height-18);display:block;margin-bottom:9px}.rotate-180deg{transform:rotate(180deg)}.error-style{font-size:12px;line-height:19px;color:#b2001e}.brightness{filter:brightness(100)}.bill_box{margin-right:40px;margin-left:20px}.bill_box.mr-0{margin:0}.new_prod_btn .ant-dropdown-trigger{border-radius:0 3px 3px 0!important;border-left:1px solid #007aff}.new_prod_btn .ant-dropdown-trigger img{transition:transform .2s}.new_prod_btn .ant-dropdown-trigger.ant-dropdown-open{background-color:#0050a8}.new_prod_btn .ant-dropdown-trigger.ant-dropdown-open img{transform:rotate(180deg)}.new_prod_btn .ant-dropdown-trigger.disabled-svg{border-left:none}.btn-edit .ant-dropdown-trigger img{transition:transform .2s}.btn-edit .ant-dropdown-trigger.ant-dropdown-open img{transform:rotate(180deg)}.edit--style{height:14px;-webkit-text-stroke:currentColor;filter:brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(2195%) hue-rotate(203deg) brightness(88%) contrast(105%)}._items_term_and_conditions .product-details-right h5.ant-typography{margin-bottom:0!important;font-weight:600}.active--border{border:1px solid #0061dd!important}.cursor-pointer{cursor:pointer}.line-h-22{line-height:22px!important}input.ant-input,input.ant-select-selection-search-input,.ant-input-affix-wrapper{border-color:#e2e2e2}input.ant-input:hover:not(.ant-input-affix-wrapper-disabled),input.ant-select-selection-search-input:hover:not(.ant-input-affix-wrapper-disabled),.ant-input-affix-wrapper:hover:not(.ant-input-affix-wrapper-disabled){background-color:var(--color-f5f5);border-color:var(--color-e2e2e2);outline:none}input.ant-input:hover:not(.ant-input-affix-wrapper-disabled) .ant-input,input.ant-select-selection-search-input:hover:not(.ant-input-affix-wrapper-disabled) .ant-input,.ant-input-affix-wrapper:hover:not(.ant-input-affix-wrapper-disabled) .ant-input{background-color:inherit}input.ant-input:focus:not(.ant-input-affix-wrapper-disabled),input.ant-select-selection-search-input:focus:not(.ant-input-affix-wrapper-disabled),.ant-input-affix-wrapper:focus:not(.ant-input-affix-wrapper-disabled){background-color:var(--color-white);border-color:var(--color-0061DD)}input.ant-input:focus:not(.ant-input-affix-wrapper-disabled):hover,input.ant-select-selection-search-input:focus:not(.ant-input-affix-wrapper-disabled):hover,.ant-input-affix-wrapper:focus:not(.ant-input-affix-wrapper-disabled):hover{border-color:inherit;background-color:inherit}.product-details-right .note_cancel_btn{margin-left:auto}.product-details-right .note_cancel_btn .ant-btn span{color:#000}.form_reference input::placeholder{font-size:14px;color:#a8a8a8}.ant-input:focus-visible,.ant-input:focus-within,.ant-input:focus{outline:none}::placeholder{font-style:normal!important}.overflow-y-auto{overflow-y:auto;max-height:300px;padding:0!important;max-width:220px;background-color:#fff;scrollbar-width:thin}.overflow-y-auto.scroll-bar-width-auto{scrollbar-width:auto}.overflow-y-auto .ant-dropdown-menu{height:100%}.overflow-y-auto .ant-dropdown-menu .ant-dropdown-menu-item span{word-break:break-word}.category_list{border-left:none}.category_list .ant-dropdown-menu{border-right:none}.ant-input-textarea textarea{transition:all .1s ease}.ant-input-textarea textarea:hover{background-color:#f5f5f5}.ant-input-textarea textarea:focus:hover{background-color:unset}.transaction-subtabs .ant-table-thead .ant-table-column-sorters .ant-table-column-title>div{display:flex;align-items:center}.transaction-subtabs .ant-table-thead .justify-flex-end .ant-table-column-sorters .ant-table-column-title>div{justify-content:flex-end}.invoice_payments .transaction-subtabs:last-child .ant-table-container .ant-table-content table{padding-bottom:30px!important}.btn-cancel{padding:0 15px}.product--item__detail_tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{margin:0}.create_invoice_form .estimate-table.generic-table table .ant-table-tbody tr .ant-table-cell,.create_invoice_form .estimate-table.generic-table table .ant-table-thead tr .ant-table-cell,.credit-note-form .estimate-table.generic-table table .ant-table-tbody tr .ant-table-cell,.credit-note-form .estimate-table.generic-table table .ant-table-thead tr .ant-table-cell{padding:8px 5px!important}.create_invoice_modal .create_invoice_form .table_outer_container .table__hover--feature .ant-table-container .ant-table-thead .ant-table-cell:nth-child(4){text-align:end}.create_invoice_modal .create_invoice_form .table_outer_container .table__hover--feature .ant-table-container .ant-table-tbody tr .ant-table-cell .ant-input-affix-wrapper{line-height:30px}.create_invoice_modal .create_invoice_form .table_outer_container .table__hover--feature .ant-table-container .ant-table-tbody tr .ant-table-cell .qunatity_table_box{text-align:end}.create_invoice_modal .create_invoice_form .table_outer_container .table__hover--feature .ant-table-container .ant-table-tbody tr .product_table_empty_td .select_item .ant-select-selector{background-color:transparent!important;border:none}.create_invoice_modal .main_wrapper ._container{padding:10px 30px 30px}.create_invoice_modal .main_wrapper .left_spacing--req{margin:0}.top-bottom-space{padding-block:16px;padding-inline:16px}._info_icon--hover{filter:brightness(0) saturate(100%) invert(46%) sepia(0%) saturate(696%) hue-rotate(211deg) brightness(90%) contrast(80%)}._info_icon--hover:hover{filter:brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(6001%) hue-rotate(123deg) brightness(102%) contrast(83%);cursor:pointer}.spinner-main ._spinner{display:flex;align-items:center;justify-content:center;overflow:hidden;height:100%;height:calc(100vh - 71px)!important}.overlay--fix{z-index:1101}.dropdown--scroll.ant-select-dropdown{padding-top:10px;padding-bottom:10px}.dropdown--scroll .rc-virtual-list-scrollbar-thumb{background-color:var(--color-e2e2e2)!important;left:-7px!important;display:none}.dropdown--scroll.dropdown--scroll-nogap .rc-virtual-list-scrollbar-show .rc-virtual-list-scrollbar-thumb{margin:0}.dropdown--scroll .ant-select-dropdown{padding-top:10px;padding-bottom:10px}.dropdown--scroll .rc-virtual-list-scrollbar-vertical{display:none}.no-height-scroll .rc-virtual-list-holder{overflow-y:hidden!important}.no-height-scroll .rc-virtual-list-scrollbar-thumb{background-color:var(--color-e2e2e2)!important;left:-7px!important;margin-top:10px}.anticon-loading svg{fill:#fff!important}.form_group .ant-select:not(.ant-select.ant-select-disabled) .ant-select-selector{cursor:pointer!important}.form_group .ant-select:not(.ant-select.ant-select-disabled) .ant-select-selector .ant-select-selection-search .ant-select-selection-search-input{cursor:pointer!important;padding-right:12px}.ant-picker-active-bar{width:90px!important}.unique-diffrence .adjustment-field .ant-form-item-label label{margin-bottom:5px}.pr-7{padding-right:7px!important}.adjustment-field .ant-form-item-label{padding:unset}.adjustment-field .ant-form-item-label label{margin-bottom:2px}.ant-picker-suffix img[alt="calender Icon"]{height:16px;cursor:pointer}.f-16{font-size:16px!important}.color-6e6e6e .form--label_style{color:#6e6e6e}.table-container{max-width:1197px;margin:0 auto}.__delete-btn{background-color:transparent;box-shadow:none;border:0;padding:0!important}.__delete-btn:where(.ant-btn):focus-visible{outline:0!important}.__delete-btn .ant-btn{background-color:transparent;box-shadow:none;border:0;padding:0}.filter-toggle{display:flex;align-items:center;gap:5px;cursor:pointer}.filter-toggle.mr-10,.__customer_info svg.filter-toggle,.filter-toggle.btn_cancel{margin-right:30px}.filter-toggle:hover span{color:var(--color-1616)!important}.filter-toggle:hover img{filter:brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(6001%) hue-rotate(123deg) brightness(102%) contrast(83%)}.filter-toggle>span{display:flex;gap:5px;align-items:center}img[alt="close Icon"],img[alt="drag and drop"]{filter:brightness(0) saturate(100%) invert(78%) sepia(4%) saturate(74%) hue-rotate(329deg) brightness(88%) contrast(83%);transition:filter 0s ease}img[alt="close Icon"]:hover,img[alt="drag and drop"]:hover{filter:brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(10%) hue-rotate(336deg) brightness(95%) contrast(81%)}img[alt="drag and drop"]{cursor:grab}.__email-form--main .email_subject input#subject{padding-left:3px}.__email-form--main .email_subject input#subject:hover{background-color:unset}.__email-form--main.email_form .email-to--main{align-items:center;border-bottom:0;padding-right:0}.__email-form--main.email_form .email-to--main .ant-form-item{flex:1;margin:0}.__email-form--main.email_form .attachment_list{gap:7px}.__email-form--main.email_form .attachment_list .ant-typography{flex-shrink:0}.m-0{margin:0!important}.generic_invoice_modal_table{max-height:260px;overflow-y:auto;margin-bottom:24px}.generic_invoice_modal_table.mh-405{max-height:405px}.ant-table.ant-table-empty .ant-table-content .ant-table-placeholder:hover>td{background-color:var(--table-row-color)}.dropdown-alignment-generic .ant-dropdown-menu .ant-dropdown-menu-item{white-space:nowrap}.css-16xfy0z-control{border-radius:2px!important}.dashboard--charts .intital_screen .listing_section ul li a,.intialscreen_innerpages .actions_buttons a{background-color:var(--color-0061DD);color:#fff;padding:9px 10px;display:flex;align-items:center;border-radius:3px}.dashboard--charts .intital_screen .listing_section ul li a:hover,.intialscreen_innerpages .actions_buttons a:hover{background-color:var(--color-007AFF)}.dashboard--charts .intital_screen .listing_section ul li a svg,.intialscreen_innerpages .actions_buttons a svg{margin-right:8px;filter:brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7500%) hue-rotate(127deg) brightness(116%) contrast(113%)}.top-header.initial-page-header{background-color:var(--color-fff);padding:12px 15px;margin-bottom:11px}.top-header.initial-page-header span.layout--title.ellipsis{display:flex;align-items:center}.top-header.initial-page-header span.layout--title.ellipsis svg{margin-right:8px}.top-header.initial-page-header span.layout--title.ellipsis h3{margin-bottom:0;font-size:16px;font-weight:700;color:#161616}.intialscreen_innerpages{padding:30px;background-color:var(--color-fff);height:calc(100vh - 127px);margin:10px}.intialscreen_innerpages .left{position:relative;max-width:800px;padding-right:82px}.intialscreen_innerpages .left iframe{height:400px;margin-bottom:30px;max-width:700px;width:100%}.intialscreen_innerpages .left:after{content:"";height:100%;display:inline-block;box-shadow:10px 0 6px -7px #00000017;position:absolute;right:0;width:82px;top:0;border-radius:5px}.intialscreen_innerpages .right,.intialscreen_innerpages .items_flow,.intialscreen_innerpages .center_image,.intialscreen_innerpages svg{height:100%!important}.intialscreen_innerpages .our_goal h2{font-size:16px;font-style:italic;font-weight:400;line-height:21px;color:var(--color-6e6e)}.dashboard--charts.initial-screen{height:calc(100vh - 136px)}.dashboard--charts .intital_screen{gap:10px;height:100%}.dashboard--charts .intital_screen .left_section{max-width:369px;padding:0 20px}.dashboard--charts .intital_screen .onboarding-welcome--title{margin-bottom:22px;padding-top:10px}.dashboard--charts .intital_screen .onboarding-welcome--title p{font-size:16px;line-height:21px;color:var(--color-1616);margin-bottom:0}.dashboard--charts .intital_screen .our_goal{margin-bottom:27px}.dashboard--charts .intital_screen .our_goal h2{font-size:16px;line-height:21px;margin-bottom:0;color:#6e6e6e;font-style:italic;font-weight:400}.dashboard--charts .intital_screen .listing_section ul{list-style:none}.dashboard--charts .intital_screen .listing_section ul li{display:flex}.dashboard--charts .right_section.no-data{background-color:#fff;padding:20px;flex:1}.dashboard--charts .information_section_title h1{font-weight:700;font-size:16px;line-height:17px;color:#161616;margin-bottom:10px}.dashboard--charts .information_section_title p{max-width:470px;font-size:16px;line-height:21px;color:#161616}.dashboard--charts .information_section{margin-bottom:50px}.dashboard--charts .video_section{max-width:700px;padding-inline:16px;margin:0 auto}.dashboard--charts .video_section h3{font-weight:700;font-size:16px;line-height:17px;color:#161616}.loader_icon{display:flex;justify-content:center;align-items:center}.resizer{cursor:url(https://s3.us-west-2.amazonaws.com/ims-development/static/media/column-expand.svg),col-resize!important;-webkit-user-select:none!important;user-select:none!important}.ant-select.ant-select-open .ant-select-arrow{transform:rotate(-180deg)!important}.org_name{word-break:break-word!important;text-align:center;font-weight:700;margin:5px 0}.organization--name{font-weight:400;margin:0}.user-layout .ant-layout-has-sider{overflow:hidden!important}.new-org-btn svg{margin-right:5px}.pdf_spinner{background-color:#ffffff80;position:absolute;z-index:1;width:100%;height:100%;top:0;right:0}.ant-select-selector,.ant-select-selector input:hover{cursor:pointer!important}.ant-select-disabled,.ant-select-disabled input:hover{cursor:not-allowed!important}table tbody .loaction_column{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qty_adjustment_table{margin-bottom:10px}.qty_adjustment_table table{margin-bottom:0!important}.qty_adjustment_table table tbody .product-row .product-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:560px}.qty_adjustment_table table tbody .ant-table-cell:nth-last-child(3) span{white-space:break-spaces;word-break:break-word}.attachment_loader{width:100%;height:92vh;position:absolute;top:0;left:0;z-index:1;background:rgba(255,255,255,.8)}.access_denied .ant-result-icon{height:100px;display:flex;align-items:center;justify-content:center;position:relative}.access_denied .ant-result-icon svg{transform:scale(.5)}.custom-spinner{display:flex;justify-content:center;align-items:center;height:80vh}._product_breadcrumbs .min-width-133{max-width:133px;width:100%;min-width:133px!important}.tax_exemption_icon img{width:18px}.additional_address .product_key{flex:0 1 auto!important}.address_container:nth-child(odd):after{content:"";width:1px;background-color:#e5e5e5;margin:0 3.5% 0 6.5%;height:100%}.address_container:nth-child(odd) .product_row{flex:1;padding-right:0}.additional_address{flex:0 0 100%;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between}.additional_address .address_container{display:flex;flex:0 0 51.9%;margin-bottom:20px}.additional_address .address_container:nth-child(2n){flex:0 0 47.5%}.additional_address .address_container:nth-child(2n) .product_row{flex:1}.supplier-popup-main .additional_address .address_container:nth-child(2n){flex:0 0 44.5%}.w-227{width:215px}.category-dropdown{width:fit-content}.category-dropdown .ant-popconfirm{max-width:250px;width:100%;min-width:250px}.ledger-values-alignment .ant-statistic .ant-statistic-content,.billdetail-alignments .ant-statistic .ant-statistic-content{justify-content:flex-end}.ledger_item_table .journal-tbl tr .debit_col{border-right:1px solid rgb(204,204,204)}.ledger_item_table .journal-tbl .space-row{background-color:#fcfcf9}.value-align-right{width:50%;padding-right:0!important}.value-align-right .ant-statistic-content{justify-content:flex-end!important}.border--onfocuss .ant-form-item-row .ant-form-item-control .ant-form-item-control-input .ant-input-affix-wrapper-focused{border:1px solid #1170df}.border--onfocuss .ant-form-item-row .ant-form-item-control .ant-form-item-control-input .ant-input-affix-wrapper-focused:hover{background-color:transparent}.company_info{align-items:center!important}.company_info .company_icon{display:flex;align-self:baseline}.phone_info span{height:20px;display:flex;align-items:center}._bill_details_header .phone_info span{margin-top:2px}.__item_details_tab_container .ant-tabs-tabpane .generic-table .__product_info ._display_name:hover{text-decoration:underline}.ant-picker-status-error .ant-picker-input{cursor:pointer!important}.text_underline:hover{text-decoration:underline}.overflow-set .ant-table-wrapper .ant-table-cell-ellipsis:nth-child(7){overflow:unset!important}.overflow-set .ant-table-wrapper .ant-table-cell-ellipsis:nth-child(7) .generic_item_dropdown{filter:drop-shadow(0px 1px 1px rgba(0,0,0,.1))}.bill-table.overflow-set .ant-table-wrapper .ant-table-cell-ellipsis:nth-child(8){overflow:unset!important}.bill-table.overflow-set .ant-table-wrapper .ant-table-cell-ellipsis:nth-child(8) .generic_item_dropdown{filter:drop-shadow(0px 1px 1px rgba(0,0,0,.1))}.minimum-height .ant-modal-content{min-height:380px;max-height:380px}.read_more{white-space:nowrap;color:#0061dd;cursor:pointer;margin-left:5px}.generic-column-division .no-space .ant-statistic-content{justify-content:flex-end}.table-wrapper{overflow:auto;max-height:calc(100vh - 198px)}.table-wrapper table thead{position:sticky;top:0}.pdf_preference{flex-direction:column}.pdf_preference .adjustment-field .ant-form-item-row{display:flex;flex-direction:column}.pdf_preference .adjustment-field .ant-form-item-row .ant-form-item-control{flex:1;width:340px!important}.pdf_preference .form--label_style{font-size:20px;font-weight:600;margin-bottom:20px}.pdf_preference .form--label_style .time-span{font-size:12px;color:#8d8888;margin-left:4px}.pdf_preference .styled--store{gap:20px;margin-bottom:25px;padding:0 15px}.pdf_preference .styled--store .temp{box-shadow:0 0 4px #0006;cursor:pointer;padding:8px;position:relative;text-align:center;color:#161616}.pdf_preference .styled--store .temp .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.pdf_preference .styled--store .temp .selected{position:absolute;border:none;z-index:4;background-color:#1170ff;border-radius:45px!important;font-size:10px;text-transform:capitalize;color:#fff;top:15px;left:0;height:24px;line-height:10px;filter:drop-shadow(0 1px 0 #1170ff),0 10px 0 #1170ff;transform:rotate(321deg)}.pdf_preference .styled--store .temp .img_container{position:relative}.pdf_preference .styled--store .temp .img_container img{width:170px;height:200px}.pdf_preference .styled--store .temp .img_container .default_badge{position:absolute;top:6px;right:4px}.pdf_preference .styled--store .temp .img_container .default_badge .status{padding:5px 10px;text-align:center;white-space:nowrap;vertical-align:initial;font-size:11px!important;font-weight:700;word-break:keep-all;width:94px}.pdf_preference .styled--store .temp .img_container .default_badge .status--draft{border-radius:30px;color:#525d66;background:#e1e4e5;text-transform:capitalize;display:inline-block}.pdf_preference .styled--store .temp .text_area{display:none;position:absolute!important;top:50%;left:50%;cursor:pointer;transform:translate(-50%,-50%)}.pdf_preference .styled--store .temp .button--primary{display:flex;align-items:center;height:3.2rem;background:#0061dd!important;color:#fff;padding:.8rem 2rem .8rem 1.8rem;border-radius:2px;outline:none;border:0;box-shadow:0 2px 4px #00000029;line-height:1;transition:.3s;position:relative;margin-left:0;min-height:40px;font-size:12px;height:100%;cursor:pointer}.pdf_preference .styled--store .temp .button--primary:hover{background:#fff!important;box-shadow:var(--hover-box-shadow);color:#000}.pdf_preference .styled--store .temp:hover .text_area{display:block}.pdf_preference .button_flexbox{justify-content:flex-end}.pdf_preference h6{margin-bottom:22px;font-size:20px;text-transform:capitalize;color:#161616}.pdf_preference h6 .time-span{font-size:12px;color:#8d8888;margin-left:4px}table.journal-tbl.aging th :nth-child(1){white-space:nowrap}.modal_product_detail .ant-page-header-footer{padding:0 0 0 30px!important}.help_support_sidebar .ant-drawer-header{padding:15px}.help_support_sidebar .ant-drawer-header .ant-drawer-header-title .ant-drawer-title{font-size:14px;font-weight:700}.help_support_sidebar .ant-drawer-header .ant-drawer-header-title .ant-drawer-close{display:none}.help_support_sidebar .ant-drawer-body{padding:10px 0}.help_support_sidebar .help_support_list{padding:0 15px}.help_support_sidebar .help_support_list .hover_style{transition:.3s}.help_support_sidebar .help_support_list .hover_style .text_column{color:#161616;font-weight:500}.help_support_sidebar .help_support_list .hover_style:hover{color:#fff!important;background-color:#0061dd!important}.help_support_sidebar .help_support_list .hover_style:hover .text_column{color:#fff!important}.help_support_sidebar .assistance{color:#161616}.help_support_sidebar .assistance .text_area{font-weight:500}.help_support_sidebar .assistance .text_area:hover{color:#0061dd;text-decoration:underline}.help_support_sidebar .content_container{padding:0 15px}.help_support_sidebar .user_manual{border-top:3px solid #0061dd;padding:0 15px}.help_support_sidebar .user_manual .user_manual_header{height:50px;display:flex;justify-content:space-between;align-items:center}.help_support_sidebar .user_manual .user_manual_header span{font-family:Roboto;font-weight:700;font-size:16px;line-height:34px;text-align:left;color:#161616;font-family:IBM Plex Sans}.help_support_sidebar .user_manual .search_box{width:100%;border-radius:18px;height:36px;background:#f0f2f5;border:.5px solid grey;filter:drop-shadow(0 3px 6px rgba(0,0,0,0));padding:0 15px;margin-bottom:20px}.help_support_sidebar .user_manual .search_box img{filter:brightness(0) saturate(100%) invert(25%) sepia(97%) saturate(3525%) hue-rotate(206deg) brightness(91%) contrast(101%)}.help_support_sidebar .user_manual .ant-input-affix-wrapper-focused{border-color:transparent}.help_support_sidebar .user_manual .options--{height:calc(100vh - 326px);overflow:auto}.help_support_sidebar .user_manual .options-- .user_manual_options{width:100%}.help_support_sidebar .user_manual .options-- .user_manual_options a{font-weight:400;font-size:14px;line-height:34px;text-align:left;color:#000;transition:.3s}.help_support_sidebar .heading_inner{display:flex;margin-top:20px}.help_support_sidebar .heading_inner .horizontal_line{flex:1 0%;height:1px;background-color:#161616;margin:9px 0 0 15px}.help_support_sidebar .content_container .contact-num{width:15px;height:15px;margin-right:10px;display:flex;background-color:#1677ff;border-radius:50%;justify-content:center;align-items:center}.help_support_sidebar .content_container .contact-num svg{width:15px;fill:#fff;height:9px}.tax_customer_report .tax_customer_list .tax_name{width:22.2%}.tax_customer_report .tax_customer_list .tax_rate,.tax_customer_report .tax_customer_list .expected_tax{width:23.6%}.item_listing .tax-product-report thead .current-rate{width:11%}.item_listing .tax-product-report thead .price,.item_listing .tax-product-report thead .tax-name{width:11%!important}.item_listing .tax-product-report thead .expected-tax,.item_listing .tax-product-report thead .expected-pay-tax{min-width:170px}.item_listing .tax-product-report .inner-table td{width:16.66%}.item_listing .tax-product-report .inner-table td:nth-child(3),.item_listing .tax-product-report .inner-table td:nth-child(5){min-width:170px}.tax_supplier_report_table tbody tr td{width:16.33%}.tax_supplier_report_table .tax_report_inner_table{padding:0}.load_more_btn .ant-form-item{width:100%!important;justify-content:center;display:flex}.auth-form .auth-message{text-align:center;margin-bottom:20px}.auth-form .auth-message .form-tittle,.auth-form .auth-message p{color:#303940;font-weight:500}.auth-form .auth-message .form-tittle{font-size:18px;margin:10px 0 15px}.auth-form .auth-message p{font-size:14px}.auth-form .ant-form-item{margin-bottom:15px}.auth-form .ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):after{display:inline-block;margin-inline-start:2px;color:#ff4d4f;font-size:14px;top:-5px;line-height:1;content:"*"}.auth-form .ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:none}.auth-form .ant-form-item .name-input .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):after{display:none!important}.auth-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper{padding:0;height:40px;overflow:hidden}.auth-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper .ant-input-prefix{display:none}.auth-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper input{padding:0 8px!important;height:40px!important}.auth-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper .ant-input-suffix{margin-right:8px;position:absolute;right:0;top:11px}.auth-form .ant-checkbox-wrapper{display:flex}.auth-form .ant-checkbox-wrapper .ant-checkbox{order:1}.auth-form .login-btn{margin-top:20px;background:#0071bc;color:#fff;border-radius:4px;outline:none;border:0;height:34px;box-shadow:0 2px 4px #00000029}.auth-form .login-btn:hover{background:#0071bc;color:#fff}.auth-form .auth-form-btn .ant-form-item{text-align:center;margin-bottom:0}.auth-form .auth-form-btn .ant-form-item .ant-form-item-control-input{min-height:auto}.auth-form .auth-form-btn .ant-form-item .ant-form-item-control-input button{color:#0071bc;font-weight:500}.auth-form .auth-form-btn .sign-up-btn,.auth-form .auth-form-btn .sign-in-btn{display:flex;align-items:center;justify-content:center}.auth-form .auth-form-btn .sign-up-btn .ant-form-item,.auth-form .auth-form-btn .sign-in-btn .ant-form-item{margin-bottom:0}.auth-form .auth-form-btn .sign-up-btn .ant-form-item span,.auth-form .auth-form-btn .sign-in-btn .ant-form-item span{font-weight:500}.auth-form .auth-form-btn .sign-up-btn .ant-form-item .ant-btn,.auth-form .auth-form-btn .sign-in-btn .ant-form-item .ant-btn{padding:0 5px;height:auto}.auth-form .auth-form-btn .sign-in-btn{flex-direction:column}.auth-form .form-logo svg{height:43px!important;width:auto!important}.footer-text{width:400px;margin-top:20px;text-align:center;color:#525d66;font-size:12px}input[type=text],input[type=password],input[type=email],input[type=number],input[type=tel],.ps-20{padding-left:20px}input{padding-left:10px!important}input::placeholder{color:var(--color-999)!important;font-style:normal!important;font-size:14px}input{font-size:14px}input.ant-select-selection-search-input{padding-left:0!important}input.ant-input{height:40px;font-size:14px!important;color:var(--color-1616)!important}input.ant-input.ant-input-disabled{color:var(--color-dark-gray)!important}input.ant-input:focus{background-color:var(--color-fff)}.estimate_customer .asyn-paginate-custom .asyncPaginateParent input{padding-left:0!important}.ant-picker-input input:disabled,.ant-select-disabled .ant-select-selection-item{color:var(--color-dark-gray)!important}.ant-select.ant-select-disabled .ant-select-arrow img,.ant-picker.ant-picker-disabled .ant-picker-suffix img{filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(95%) contrast(93%)}.ant-select.ant-select-disabled,.ant-picker.ant-picker-disabled,.ant-select.ant-select-disabled .ant-select-selector,.ant-picker.ant-picker-disabled .ant-select-selector{cursor:not-allowed!important}.ant-form-item-label{padding:0!important}.ant-input-affix-wrapper .ant-input{height:auto!important;padding-left:0!important}.ant-input-affix-wrapper .ant-input-prefix{font-size:14px}.ant-input-affix-wrapper.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper .ant-input-affix-wrapper-focused:hover{background-color:var(--color-fff);border-color:var(--color-0061DD);box-shadow:unset}.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled .ant-input-prefix{color:var(--color-dark-gray)!important}.ms-20{margin-left:20px}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.overlap{z-index:1101}.business-tooltip{z-index:1102}.frontend_custom--changes :is(.ant-picker-dropdown .ant-picker-date-panel){max-width:300px;width:100%}.frontend_custom--changes :is(.ant-picker-dropdown .ant-picker-date-panel) .ant-picker-header{height:35px;align-items:center}.frontend_custom--changes :is(.ant-picker-dropdown .ant-picker-date-panel) .ant-picker-header .ant-picker-header-view .ant-picker-month-btn,.frontend_custom--changes :is(.ant-picker-dropdown .ant-picker-date-panel) .ant-picker-header .ant-picker-header-view .ant-picker-year-btn{font-size:14px}.frontend_custom--changes :is(.ant-picker-dropdown .ant-picker-date-panel) .ant-picker-body{max-height:245px}.frontend_custom--changes :is(.ant-picker-dropdown .ant-picker-date-panel) .ant-picker-body .ant-picker-content{width:100%}.frontend_custom--changes .ant-picker-footer{line-height:35px}.dashboard-select-box .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:40px}.dashboard-select-box .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item{line-height:38px}.custom_range{max-width:240px}.ant-input-textarea .ant-input,.ant-form-item-control-input .ant-input{border:1px solid var(--color-e2e2e2);font-size:14px}.ant-input-textarea .ant-input:focus,.ant-form-item-control-input .ant-input:focus{border-color:var(--color-0061DD)!important;box-shadow:unset!important}textarea{font-size:16px;padding:0 15px;border-radius:3px!important;color:var(--color-1616);border-color:var(--color-e2e2e2)!important}textarea::placeholder{font-size:var(--font-size-b3);color:var(--color-999)!important;line-height:var(--line-height-18);opacity:1}textarea:-ms-input-placeholder{font-size:var(--font-size-b3);color:#a8a8a8;opacity:1}textarea::-ms-input-placeholder{font-size:var(--font-size-b3);color:#a8a8a8;opacity:1}.new_cate_input input{height:40px}.item-details-transactions .ant-select .ant-select-selector,.ant-select:not(.ant-select-customize-input) .ant-select-selector{border:1px solid var(--color-e2e2e2);border-radius:3px}.item-details-transactions .ant-select .ant-select-selector .ant-select-selection-item,.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item{color:#161616;font-size:14px}.item-details-transactions .ant-select:hover:not(.ant-select-disabled) .ant-select-selector,.ant-select:not(.ant-select-customize-input):hover:not(.ant-select-disabled) .ant-select-selector{background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)}.refund-form .ant-form-item-label{padding:0}.refund-form .reference_number input{padding-left:10px;height:40px}.refund-form .reference_number input::placeholder{font-size:14px;color:var(--color-999)}.create-new-acc .flexbox .form_group .ant-form-item{margin-bottom:0}.create-new-acc .flexbox .form_group .ant-form-item input:not(.ant-select-selection-search-input){padding-left:10px}.create-new-acc .flexbox .form_group .ant-form-item .ant-form-item-label{padding-bottom:0}.create-new-acc .ant-input::placeholder{color:var(--color-999);font-size:14px}.create-new-acc .ant-picker{height:40px}.create-new-acc .ant-picker .ant-picker-input input{font-size:14px}.create-new-acc .balance_field .form_group .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:0px!important}.create-new-acc .ant-radio-wrapper{align-self:flex-start}.create-new-acc .ant-radio-wrapper:not(:last-child){margin-bottom:5px}.create-new-acc .ant-radio-wrapper span{padding-inline-end:0!important}.create-new-acc .ant-radio-wrapper:after{display:none}.main_wrapper{max-width:1360px;margin:0 auto}.main_wrapper ._container{background-color:var(--color-fff);padding:30px 30px 25px;min-height:848px}.main_wrapper ._container.px-30{padding:0 30px}.main_wrapper ._container.space-adj{padding:30px 50px 25px}.main_wrapper ._container.modal-form .form_box,.main_wrapper ._container.modal-form .form-row-container,.main_wrapper ._container.modal-form .form_box .ant-picker,.main_wrapper ._container.modal-form .form-row-container .ant-picker{max-width:100%}.main_wrapper ._container.modal-form .settings{right:-21px}.main_wrapper ._container .form_heading{margin:0 0 28px;font-weight:var(--p-medium);color:var(--color-1616);line-height:var(--line-height-17)}.main_wrapper ._container .form_heading.mb-18{margin-bottom:18px}.main_wrapper ._container .form--label_style{margin-bottom:9px}.main_wrapper ._container .sub_heading_payment{margin-bottom:10px;color:#161616}.main_wrapper ._container .sub_heading_payment span{font-weight:700;color:#000;margin-right:10px}.main_wrapper ._container .payment_received_form{width:100%}.main_wrapper .modules_form{min-height:540px}.main_wrapper.add_role_form .form_heading{margin-bottom:15px}.main_wrapper .form_box{max-width:1180px;margin:0 auto}.main_wrapper .form_box.mx-100{max-width:100%}.main_wrapper .form_box .settings{max-height:38px}.main_wrapper .form_box .switch-label{max-width:300px}.main_wrapper .form_box .ant-form-item .btn_save{background-color:var(--color-0061DD);color:#fff}.main_wrapper .form_box .ant-radio-wrapper .ant-radio-inner{width:18px;height:18px;border-color:var(--color-999)}.main_wrapper .form_box svg{fill:#6e6e6e}.main_wrapper .form_box svg.ant-tooltip-open{fill:#161616}.main_wrapper .form_box .btn-generate{width:126px;text-align:center;display:flex;align-items:center;justify-content:center;outline:none;outline-offset:0;height:40px}.main_wrapper .form_box .btn-generate svg{fill:#fff}.main_wrapper .form_box .btn-generate.ant-btn-loading{opacity:1}.main_wrapper .switch_group{display:flex;justify-content:space-between;max-width:400px}.main_wrapper .switch_group .switch-handle .switch-btn{height:20px;line-height:20px}.main_wrapper .switch_group .switch-handle .switch-btn .ant-switch-handle{top:.5%;left:56%}.main_wrapper .switch_group .switch-handle .switch-btn[aria-checked=false]{background-color:#e5e5e5;border:1px solid #ccc}.main_wrapper .switch_group .switch-handle .switch-btn[aria-checked=false] .ant-switch-handle{left:0;top:0}.main_wrapper .switch_group .switch-handle .ant-switch-checked{background-color:#0061dd;border:1px solid #0061dd}.main_wrapper .switch_group span{color:var(--color-1616)}.main_wrapper .bill-tab{margin-bottom:23px}.main_wrapper .radio_group .align_label svg,.main_wrapper .switch_group .align_label svg{fill:#6e6e6e}.main_wrapper .radio_group .align_label svg:hover,.main_wrapper .switch_group .align_label svg:hover{fill:var(--color-1616)}.main_wrapper .module-box{max-width:unset}.main_wrapper .module-box .categories_list{display:flex;flex-wrap:wrap}.main_wrapper .module-box .categories_list .category_check_list{width:25%;display:flex}.main_wrapper .module-box .categories_list .category_check_list label{width:auto!important}.main_wrapper .module-box .categories_list .category_check_list .category_check_name{min-width:16px;padding:0 8px;word-break:break-word}.main_wrapper .form_box .image_label,.__items-details_container .form_box .image_label{font-size:14px;font-weight:400;color:#161616;margin-bottom:10px;display:inline-block}.main_wrapper .form_box .image_label.mb-0,.main_wrapper .form_box .email_form .email_editor .email_content .ql-editor h4.image_label:last-child,.email_form .email_editor .email_content .ql-editor .main_wrapper .form_box h4.image_label:last-child,.main_wrapper .form_box .email_form .image_label.email_editor,.email_form .main_wrapper .form_box .image_label.email_editor,.main_wrapper .form_box .email_form .image_label.subject_field,.email_form .main_wrapper .form_box .image_label.subject_field,.main_wrapper .form_box .email_form .image_label.email_field,.email_form .main_wrapper .form_box .image_label.email_field,.main_wrapper .form_box .bill_box .final_payment .image_label.ant-typography,.bill_box .final_payment .main_wrapper .form_box .image_label.ant-typography,.main_wrapper .form_box .__details_tab_container table.image_label,.__details_tab_container .main_wrapper .form_box table.image_label,.main_wrapper .form_box .__customer_info h5.image_label,.__customer_info .main_wrapper .form_box h5.image_label,.main_wrapper .form_box .item-table table.image_label,.item-table .main_wrapper .form_box table.image_label,.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner .upload-hint p.image_label,.upload-wrapper-main .upload-wrapper-inner .upload-hint .main_wrapper .form_box p.image_label,.main_wrapper .form_box .user-tabs .image_label.ant-tabs-nav:before,.user-tabs .main_wrapper .form_box .image_label.ant-tabs-nav:before,.main_wrapper .form_box .stepscontent .signup-upload-wrapper .upload-hint p.image_label,.stepscontent .signup-upload-wrapper .upload-hint .main_wrapper .form_box p.image_label,.main_wrapper .form_box ul ul.image_label,ul .main_wrapper .form_box ul.image_label,.main_wrapper .form_box .image_label.ant-form-item,.main_wrapper .form_box .switch_group .image_label.switch-handle,.main_wrapper .switch_group .form_box .image_label.switch-handle,.__items-details_container .form_box .image_label.mb-0,.__items-details_container .form_box .email_form .email_editor .email_content .ql-editor h4.image_label:last-child,.email_form .email_editor .email_content .ql-editor .__items-details_container .form_box h4.image_label:last-child,.__items-details_container .form_box .email_form .image_label.email_editor,.email_form .__items-details_container .form_box .image_label.email_editor,.__items-details_container .form_box .email_form .image_label.subject_field,.email_form .__items-details_container .form_box .image_label.subject_field,.__items-details_container .form_box .email_form .image_label.email_field,.email_form .__items-details_container .form_box .image_label.email_field,.__items-details_container .form_box .bill_box .final_payment .image_label.ant-typography,.bill_box .final_payment .__items-details_container .form_box .image_label.ant-typography,.__items-details_container .form_box .button_flexbox .image_label.ant-form-item,.button_flexbox .__items-details_container .form_box .image_label.ant-form-item,.__items-details_container .form_box .__details_tab_container table.image_label,.__details_tab_container .__items-details_container .form_box table.image_label,.__items-details_container .form_box .__customer_info h5.image_label,.__customer_info .__items-details_container .form_box h5.image_label,.__items-details_container .form_box .__report_tabs_align>.ant-space-item .image_label.ant-form-item,.__report_tabs_align>.ant-space-item .__items-details_container .form_box .image_label.ant-form-item,.__items-details_container .form_box .item-table table.image_label,.item-table .__items-details_container .form_box table.image_label,.__items-details_container .form_box .invite_user_form .image_label.ant-form-item,.invite_user_form .__items-details_container .form_box .image_label.ant-form-item,.__items-details_container .form_box .role_form .role_field .image_label.ant-form-item,.role_form .role_field .__items-details_container .form_box .image_label.ant-form-item,.__items-details_container .form_box .role_form .role_box .image_label.ant-form-item,.role_form .role_box .__items-details_container .form_box .image_label.ant-form-item,.__items-details_container .form_box .upload-wrapper-main .upload-wrapper-inner .upload-hint p.image_label,.upload-wrapper-main .upload-wrapper-inner .upload-hint .__items-details_container .form_box p.image_label,.__items-details_container .form_box .user-tabs .image_label.ant-tabs-nav:before,.user-tabs .__items-details_container .form_box .image_label.ant-tabs-nav:before,.__items-details_container .form_box .stepscontent .signup-upload-wrapper .upload-hint p.image_label,.stepscontent .signup-upload-wrapper .upload-hint .__items-details_container .form_box p.image_label,.__items-details_container .form_box ul ul.image_label,ul .__items-details_container .form_box ul.image_label,.__items-details_container .form_box .main_wrapper .switch_group .image_label.switch-handle{margin-bottom:0}.main_wrapper .ant-picker,.__items-details_container .ant-picker{max-width:400px;border-color:var(--color-e2e2e2);height:40px;cursor:pointer}.main_wrapper .ant-picker:hover,.__items-details_container .ant-picker:hover{background-color:var(--color-f5f5)}.main_wrapper .ant-picker:disabled,.__items-details_container .ant-picker:disabled{background-color:var(--color-eee)}.main_wrapper .ant-picker input,.__items-details_container .ant-picker input{font-size:14px}.main_wrapper .ant-picker input,.__items-details_container .ant-picker input{cursor:pointer}.main_wrapper .ant-picker.ant-picker-disabled,.__items-details_container .ant-picker.ant-picker-disabled{background-color:var(--color-eee);border-color:var(--color-e2e2e2)}.main_wrapper .ant-picker.ant-picker-focused,.__items-details_container .ant-picker.ant-picker-focused{border-color:var(--color-0061DD)!important;box-shadow:none}.main_wrapper .ant-picker.ant-picker-focused:hover,.__items-details_container .ant-picker.ant-picker-focused:hover{background-color:var(--color-white)}.create-new-account-modal .ant-select-selector,.create-new-account-modal .ant-form-item-control-input input{height:40px!important}.create-new-account-modal .ant-select-selection-placeholder{line-height:38px!important}.create-new-account-modal .form_box .flexbox .form-group .ant-form-item{margin-bottom:0!important}._for_inline--mb7{display:inline-block;margin-bottom:9px}.form_box .form_group label{color:var(--color-1616)!important;font-size:var(--font-size-b3);line-height:var(--line-height-19)}.form_box .form_group .ant-input-textarea textarea:hover:not(.ant-input:focus,.ant-input-focused),.form_box .form_group .ant-form-item-control-input-content textarea:hover:not(.ant-input:focus,.ant-input-focused){background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)}.form_box .form_group .ant-select-single.ant-select-lg .ant-select-selector:hover{background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)}.form_box .form_group .ant-form-item.italic--styled .ant-input::placeholder{font-style:normal;color:var(--color-999)}.form_box .form_group .ant-form-item .ant-input{padding:6px 10px}.form_box .form_group .ant-form-item .ant-input::placeholder{font-size:14px}.form_box .form_group .select_box1 .ant-select-selector:hover:not(.ant-input:focus,.ant-input-focused),.form_box .form_group .select_box1 .ant-input:hover:not(.ant-input:focus,.ant-input-focused){background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)}.ant-select-focused .ant-select-selector{border-color:var(--color-0061DD)!important;box-shadow:none!important}.ant-select-focused .ant-select-selector:hover{border-color:var(--color-0061DD)!important;background-color:#fff!important}.form_box .ant-form-item-label,.form-row-container .ant-form-item-label{padding-bottom:0}.form_box .form_group .input_field,.form-row-container .form_group .input_field{margin-bottom:24px!important}.form_box .form_group .input_field .gray_border .ant-select.ant-select-disabled .ant-select-selector,.form_box .form_group .input_field .ant-select.ant-select-disabled .ant-select-selector,.form-row-container .form_group .input_field .gray_border .ant-select.ant-select-disabled .ant-select-selector,.form-row-container .form_group .input_field .ant-select.ant-select-disabled .ant-select-selector{background-color:var(--color-eee)!important;border-color:var(--color-e2e2e2)}.form_box .form_group .input_field .gray_border .ant-select.ant-select-disabled .ant-select-selector:hover,.form_box .form_group .input_field .ant-select.ant-select-disabled .ant-select-selector:hover,.form-row-container .form_group .input_field .gray_border .ant-select.ant-select-disabled .ant-select-selector:hover,.form-row-container .form_group .input_field .ant-select.ant-select-disabled .ant-select-selector:hover{background-color:var(--color-eee)}.form_box .form_group .input_field:focus,.form_box .form_group .input_field:focus-within,.form-row-container .form_group .input_field:focus,.form-row-container .form_group .input_field:focus-within{border-color:var(--color-0061DD);box-shadow:none}.form_box .form_group .ant-input-affix-wrapper,.form-row-container .form_group .ant-input-affix-wrapper{padding:0 15px;border-color:var(--color-e2e2e2);font-size:var(--font-size-b3)}.form_box .form_group .ant-input-affix-wrapper:hover,.form-row-container .form_group .ant-input-affix-wrapper:hover{border-color:var(--color-e2e2e2);background-color:var(--color-f5f5)}.form_box .form_group .legal_name_field input,.form-row-container .form_group .legal_name_field input{padding-left:10px;height:40px!important}.form_box .form_group .legal_name_field input::placeholder,.form-row-container .form_group .legal_name_field input::placeholder{color:var(--color-999);font-style:normal;font-size:14px}.form_box .form_group .legal_name_field input,.form-row-container .form_group .legal_name_field input{font-size:14px}.form_box .select_box .ant-select-selection-placeholder,.form-row-container .select_box .ant-select-selection-placeholder{line-height:40px;color:var(--color-999)!important}.form_box .select_box.custom_field .ant-select-selector,.form-row-container .select_box.custom_field .ant-select-selector{height:40px}.form_box .select_box.custom_field .ant-select-selector:hover,.form-row-container .select_box.custom_field .ant-select-selector:hover,.form_box .gray_border .ant-select:hover .ant-select-selector,.form_box .ant-select:hover .ant-select-selector,.form-row-container .gray_border .ant-select:hover .ant-select-selector,.form-row-container .ant-select:hover .ant-select-selector{background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)}.form_box .gray_border .ant-select.ant-select-disabled .ant-select-selector,.form_box .ant-select.ant-select-disabled .ant-select-selector,.form-row-container .gray_border .ant-select.ant-select-disabled .ant-select-selector,.form-row-container .ant-select.ant-select-disabled .ant-select-selector{background-color:var(--color-eee)!important;border-color:var(--color-e2e2e2)}.form_box .gray_border .ant-select.ant-select-disabled .ant-select-selector:hover,.form_box .ant-select.ant-select-disabled .ant-select-selector:hover,.form-row-container .gray_border .ant-select.ant-select-disabled .ant-select-selector:hover,.form-row-container .ant-select.ant-select-disabled .ant-select-selector:hover{background-color:var(--color-eee)}.form_box .ant-select-arrow svg,.form_box .anticon-close-circle svg,.form-row-container .ant-select-arrow svg,.form-row-container .anticon-close-circle svg{color:var(--color-1616);fill:var(--color-1616);width:16px;height:16px}.form_box.title-italic .ant-select-selection-placeholder,.form-row-container.title-italic .ant-select-selection-placeholder{font-style:normal}.form_box .ant-input-number.ant-input-number-focused,.form-row-container .ant-input-number.ant-input-number-focused{box-shadow:unset;background-color:#fff;border-color:#0061dd}.form_box .ant-input-number.ant-input-number-focused:hover,.form-row-container .ant-input-number.ant-input-number-focused:hover{background-color:#fff;border-color:#0061dd}.form_box .ant-input-number:hover,.form-row-container .ant-input-number:hover{border-color:#e2e2e2;background-color:#f5f5f5}.form_box .ant-input-number-input-wrap,.form-row-container .ant-input-number-input-wrap{border-radius:3px;outline:1px solid transparent!important}.form_box .ant-input-number-input-wrap:hover,.form-row-container .ant-input-number-input-wrap:hover{outline-color:#e2e2e2;border-color:#e2e2e2}.form_box .ant-select-selector #item-form_unit:hover,.form-row-container .ant-select-selector #item-form_unit:hover{background-color:transparent}.main_wrapper .form_box .form-row-container .form_group .custom_field .ant-select-selector .ant-select-selection-search-input{cursor:text!important}.ant-input-textarea #item-form_description::placeholder,.ant-input-textarea #item-form_purchase_description::placeholder,.ant-input-textarea #item-form_sales_description::placeholder,.ant-input-textarea #item-form_notes::placeholder{color:var(--color-999);font-weight:400}.ant-input-textarea #item-form_description:hover,.ant-input-textarea #item-form_purchase_description:hover,.ant-input-textarea #item-form_sales_description:hover,.ant-input-textarea #item-form_notes:hover{background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)}.ant-input-textarea #item-form_description:focus,.ant-input-textarea #item-form_description:focus-within,.ant-input-textarea #item-form_purchase_description:focus,.ant-input-textarea #item-form_purchase_description:focus-within,.ant-input-textarea #item-form_sales_description:focus,.ant-input-textarea #item-form_sales_description:focus-within,.ant-input-textarea #item-form_notes:focus,.ant-input-textarea #item-form_notes:focus-within{background-color:transparent;border-color:var(--color-0061DD);box-shadow:none}.new_bill_payment_modal .form-group .ant-form-item{margin-bottom:0}.new_bill_payment_modal .mt-40{margin-top:40px}.new_bill_payment_modal .mb-40{margin-bottom:40px}.new_bill_payment_modal .form_reference .ant-input{height:40px}.ant-input:focus,.ant-input-focused{border-color:var(--color-0061DD)}.form_box .ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{content:"";margin-inline-end:0}.ant-radio-wrapper span{color:var(--color-1616)!important;line-height:var(--line-height-18)}.ant-radio-wrapper.ant-radio-wrapper-disabled span{color:var(--color-dark-gray)!important}.adjust-filter-main ._generic_popupover_main .ant-radio-inner{top:3px}.adjust-filter-main h5{font-size:var(--font-size-b2)!important;color:var(--color-1616);margin-inline-end:10px;font-weight:700}.report_dropdown{max-width:239px!important}._generic_popupover_actions .btn-default{min-width:96px}.ant-radio-inner{border-color:var(--color-e2e2e2)}.flexbox{display:flex;flex-wrap:wrap}.form-row-container{max-width:840px}.form-row-container.modal-row-container{max-width:100%}.form-row-container.modal-row-container .ant-form-item-label{padding-bottom:0}.form-row-container.modal-row-container .ant-picker{max-width:100%}.form-row-sm-container{max-width:504px}.flex-47{flex:0 0 47.7%;width:47.7%}.flex-new{flex:0 0 30%}.flex-new .ant-form-item-label{padding:0 0 5px}.flex-new .ant-select-selector{height:40px!important}.flex-new .ant-select-selector #payement-received-form_payment_mode{color:#444;font-size:14px}.flex-new .ant-input-affix-wrapper .ant-input{padding-left:4px!important;color:#6e6e6e}.flex-new .ant-input-affix-wrapper .ant-input-prefix{color:#6e6e6e;font-size:14px}.flex-32{flex:0 0 32%}.flex-25{flex:0 0 calc(25% - 15px)}.flex-46{flex:0 0 46%}.justify-content-between,.user-tabs .ant-tabs-nav{justify-content:space-between}.ant-select-selection-placeholder{font-size:var(--font-size-b3);color:var(--color-999)!important;line-height:var(--line-height-18)}.lh-38 .ant-select-selection-item{line-height:38px!important}.estimate-table .ant-table-thead .product_table_empty_td{padding-left:0!important}.general_categories .form_box .form_group .ant-checkbox-group{margin:10px 0 0}.general_categories .form_box .form_group .ant-checkbox-group .ant-checkbox-wrapper{width:25%;margin-inline-start:0px;margin-bottom:5px}.general_categories .form_box .form_group .ant-checkbox-group .ant-checkbox-wrapper span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:16px}.category_modal{position:relative}.category_modal .ant-modal-header{margin-bottom:20px!important}.category_modal .ant-modal-header .ant-modal-title{text-align:left!important}.category_modal .ant-modal-header .ant-modal-title h3{color:#000}.category_modal .ant-modal-close{position:absolute;right:9px;top:9px}.category_modal .ant-modal-content{padding:30px 25px}.category_modal .ant-modal-body .inner_field{margin:auto auto 30px;max-width:400px}.category_modal .ant-modal-body .ant-form-item-label .title{color:var(--color-1616)}.category_modal .ant-modal-body ._spinner{height:290px!important}.category_modal .formin .ant-form-item-label{padding:0}.cate_cancel_btn{min-width:90px;margin-right:8px}.staric{margin-left:2px;color:red}.generate_sku .ant-input-status-success+.ant-input-group-addon{background-color:#0061dd}.generate_sku .ant-input-status-success+.ant-input-group-addon .btn-primary,.generate_sku .ant-input-status-success+.ant-input-group-addon .form_group .need .ant-input-group-addon,.form_group .need .generate_sku .ant-input-status-success+.ant-input-group-addon .ant-input-group-addon{background-color:inherit}.ant-btn-loading{background-color:#0050a8!important}.form_group .need{flex:1}.product-sku{position:relative}.product-sku svg:hover{fill:#000;cursor:pointer}.settings{position:absolute;right:-30px;height:50px;align-items:center;top:31px}.settings svg{width:24px;height:24px}.settings svg path{fill:#000}._generic_popupover_main .form_group label{font-size:var(--font-size-b3);line-height:var(--line-height-18);color:var(--color-1616);display:inline-block}._generic_popupover_main .form_group .ant-picker-range-separator label{margin-bottom:0}._generic_popupover_main .form_group input::placeholder{font-size:var(--font-size-b3);color:var(--color-999);line-height:var(--line-height-18);opacity:1}._generic_popupover_main .form_group .ant-picker{height:40px}._generic_popupover_main .ant-form-item{margin-bottom:0}._generic_popupover_main ._generic_popupover_actions{justify-content:flex-end}.handmade_asset{margin-left:20px}.handmade_asset .ant-form-item-control-input-content{margin-left:12px}.ant-picker-range{width:100%}.ant-picker-range .ant-picker-input:not(.ant-picker-input-active){display:flex;justify-content:space-between;width:100%}.extend_field{max-width:232px}.meteorite{margin-bottom:0}.metaphor{width:1152px!important;height:664px!important}.metaphor .ant-modal-content{padding-bottom:25px}.metaphor .ant-modal-title{text-align:center;margin-bottom:30px;color:#000}.metaphor .ant-modal-close{color:#444}.metaphor .ant-modal-close:hover{background-color:transparent}.metaphor .ant-modal-body .adjustment-popup .ant-form-item .ant-picker-input #date{font-size:14px}.metaphor .ant-modal-body .adjustment-popup .ant-form-item .ant-picker-input .ant-picker-suffix .anticon svg{height:16px;fill:#161616}.metaphor .ant-modal-body .adjustment-popup .ant-form-item .ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--color-999)}.metaphor .ant-modal-body .adjustment-popup .ant-form-item .ant-select .ant-select-selector .ant-select-selection-item{color:#161616;font-size:14px}.metaphor .ant-modal-body .adjustment-popup .ant-form-item .ant-select .ant-select-arrow svg{fill:#161616!important}.metaphor .ant-modal-body .adjustment-popup .ant-form-item .ant-form-item-control-input-content input{color:#161616;font-size:14px}.metaphor label{display:inline-block;margin-bottom:9px}.adjustment-popup .ant-form-item{margin-bottom:0}.adjustment-popup .ant-form-item .ant-form-item-control-input-content .ant-input-lg{font-size:14px;height:40px}.adjustment-popup .ant-form-item .ant-select .ant-select-selection-placeholder{color:var(--color-999)!important}.adjustment-popup .ant-form-item .ant-picker.ant-picker-focused{background-color:var(--color-white);border-color:var(--color-0061DD);box-shadow:none}.adjustment-popup .ant-form-item .ant-picker.ant-picker-focused:hover{background-color:var(--color-white)}.adjustment-popup .form-row-container .form_group .input_field .ant-picker-input input{padding-left:0}.adjustment-popup .description_box .ant-input{min-height:98px}.add-organization-form .upload_img .plus_icon,.upload-wrapper-customer .anticon,.image_upload .plus_icon{position:absolute;width:32px;height:32px;background-color:#fff;border-radius:50%;right:-10px;bottom:0;z-index:10;display:flex;justify-content:center;align-items:center;cursor:pointer}.add-organization-form .upload_img .plus_icon:hover,.upload-wrapper-customer .anticon:hover,.image_upload .plus_icon:hover{background-color:#f5f5f5}.add-organization-form .upload_img .plus_icon img,.upload-wrapper-customer .anticon svg,.image_upload .plus_icon img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1.25);fill:#000}.image_upload{width:102px;height:102px;border:1px solid #e2e2e2;position:relative;line-height:90px;border-radius:50%}.image_upload .plus_icon{border-radius:0}.image_upload .user_icon{display:flex;justify-content:center;align-items:center;height:100%}.image_upload .user_icon svg{transform:scale(3.5)}.customer_upload_img .image_upload .plus_icon{border-radius:10%}.customer_upload_img .image_upload .user_icon{width:100%}.customer_upload_img .image_upload .user_icon img.user_profile_icon{width:100%;height:100%;object-fit:contain;border-radius:50%}.upload-wrapper-customer{position:relative}.upload-wrapper-customer .ant-image-img{width:102px;height:102px;object-fit:cover;border:1px solid #e5e5e5;border-radius:50%}.upload-wrapper-customer .anticon{border-radius:10%}.left_spacing--req{margin-left:50px}.left-gap{margin-left:60px}.anticon>svg{color:#161616}._spinner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-sku .ant-input-group .ant-input-group-addon{padding:0}.btn-report{min-width:85px;padding:2px 12px;font-weight:var(--p-regular)}.sm-size{transform:scale(.65);position:relative;top:-3px}.ant-upload-text{color:var(--color-1616)}.payment-terms{padding:16px 9px 7px}.payment-terms .ant-form-item{margin-bottom:20px}.sku_icon{transition:transform .55s linear;width:17px;height:25px}.sku_icon.toggle-true{transform:rotate(360deg)}.form_reference input::placeholder{color:#999!important}.text_bg_color textarea{background-color:#fff!important;color:#161616!important}.ant-select:not(.ant-select-focused):hover .ant-select-selector{border-color:var(--color-e2e2e2)!important}#item-form_note:hover{background-color:var(--color-f5f5)}#item-form_note:focus{background-color:#fff}.close_icon{filter:none!important}.product_upload_image .upload-wrapper-main .upload-wrapper-inner,.product_upload_image .upload-wrapper-master .upload-wrapper-inner{min-width:400px}.create_invoice_form ._container .form_group .symbol_adj{margin-bottom:0!important}.credit-note-form ._container .form_group .ant-select-arrow{inset-inline-end:15px}.credit-note-form ._container .form_group .ant-select-clear{inset-inline-end:20px}.credit-note-form ._container .form_group .css-art2ul-ValueContainer2{margin-right:7px}.ant-tooltip-placement-right{padding-left:12px}.create_invoice_form .final_payment ._2px,.create_invoice_form .final_payment ._1px{position:relative;border-bottom:none}.create_invoice_form .final_payment ._2px:after,.create_invoice_form .final_payment ._1px:after{content:"";position:absolute;right:0;width:100%;background-color:#e5e5e5}.create_invoice_form .final_payment ._1px:after{bottom:0;height:1px}.create_invoice_form .final_payment ._2px:after{bottom:0;height:2px}.preference_tab .main_wrapper ._container{min-height:calc(100vh - 122px)!important}.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-main,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-master{flex-direction:column}.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-main .upload-wrapper-inner,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-master .upload-wrapper-inner{max-width:400px}.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-main .attachment_list,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-main .flex_master,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-master .attachment_list,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-master .flex_master{align-self:flex-start}.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-main .attachment_list,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-main .flex_master,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-main .upload-wrapper-images,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-master .attachment_list,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-master .flex_master,.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload-wrapper-master .upload-wrapper-images{gap:10px 15px!important}.add_product_modal .ant-modal-body .main_wrapper ._container .product_upload_image .upload_image .upload-wrapper-inner{margin-bottom:20px!important}.add_product_modal .ant-modal-body .main_wrapper ._container .upload_image_attachment .upload-wrapper-inner{margin-bottom:20px}.add_product_modal .ant-modal-close{top:12px!important}.customer-add-form .upload-wrapper-master .flex_master{display:flex;gap:20px}.add_supplier_modal .upload-wrapper-master,.form_generic_modal .upload-wrapper-master{flex-direction:column!important}.add_supplier_modal .upload-wrapper-master .upload-wrapper-inner,.form_generic_modal .upload-wrapper-master .upload-wrapper-inner{max-width:415px}.add_supplier_modal .upload-wrapper-master .upload-wrapper-inner .ant-upload-select,.form_generic_modal .upload-wrapper-master .upload-wrapper-inner .ant-upload-select{width:415px!important}.add_supplier_modal .upload-wrapper-master .flex_master,.form_generic_modal .upload-wrapper-master .flex_master{align-self:flex-start;display:flex;gap:20px}.add_supplier_modal .upload-wrapper-master .flex_master .upload-wrapper,.form_generic_modal .upload-wrapper-master .flex_master .upload-wrapper{margin-left:0!important}.add_supplier_modal .upload_image .upload-wrapper-inner,.form_generic_modal .upload_image .upload-wrapper-inner{margin-bottom:20px!important}.no-focused-bg.ant-select-focused .ant-select-selector:hover{background-color:unset!important}.no-hover-bg input.ant-input,.no-hover-bg input.ant-select-selection-search-input,.no-hover-bg .ant-input-affix-wrapper{border-color:#e2e2e2}.no-hover-bg input.ant-input:hover:not(.ant-input-affix-wrapper-disabled),.no-hover-bg input.ant-select-selection-search-input:hover:not(.ant-input-affix-wrapper-disabled),.no-hover-bg .ant-input-affix-wrapper:hover:not(.ant-input-affix-wrapper-disabled){background-color:var(--color-f5f5);border-color:var(--color-e2e2e2);outline:none}.no-hover-bg input.ant-input:hover:not(.ant-input-affix-wrapper-disabled) .ant-input,.no-hover-bg input.ant-select-selection-search-input:hover:not(.ant-input-affix-wrapper-disabled) .ant-input,.no-hover-bg .ant-input-affix-wrapper:hover:not(.ant-input-affix-wrapper-disabled) .ant-input{background-color:unset}.no-hover-bg input.ant-input:focus:not(.ant-input-affix-wrapper-disabled),.no-hover-bg input.ant-select-selection-search-input:focus:not(.ant-input-affix-wrapper-disabled),.no-hover-bg .ant-input-affix-wrapper:focus:not(.ant-input-affix-wrapper-disabled){background-color:var(--color-f5f5);border-color:var(--color-0061DD)}.no-hover-bg input.ant-input:focus:not(.ant-input-affix-wrapper-disabled):hover,.no-hover-bg input.ant-select-selection-search-input:focus:not(.ant-input-affix-wrapper-disabled):hover,.no-hover-bg .ant-input-affix-wrapper:focus:not(.ant-input-affix-wrapper-disabled):hover{border-color:unset;background-color:unset}.no-hover-bg input.ant-input.ant-input-affix-wrapper-focused,.no-hover-bg input.ant-select-selection-search-input.ant-input-affix-wrapper-focused,.no-hover-bg .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{background-color:var(--color-f5f5)!important}.no-hover-bg input.ant-input.ant-input-affix-wrapper-focused .ant-input,.no-hover-bg input.ant-select-selection-search-input.ant-input-affix-wrapper-focused .ant-input,.no-hover-bg .ant-input-affix-wrapper.ant-input-affix-wrapper-focused .ant-input{background-color:unset}.no-hover-bg input.ant-input:not(:hover).ant-input-affix-wrapper-focused,.no-hover-bg input.ant-select-selection-search-input:not(:hover).ant-input-affix-wrapper-focused,.no-hover-bg .ant-input-affix-wrapper:not(:hover).ant-input-affix-wrapper-focused{background-color:transparent!important}.no-hover-bg input.ant-input:not(:hover).ant-input-affix-wrapper-focused .ant-input,.no-hover-bg input.ant-select-selection-search-input:not(:hover).ant-input-affix-wrapper-focused .ant-input,.no-hover-bg .ant-input-affix-wrapper:not(:hover).ant-input-affix-wrapper-focused .ant-input{background-color:unset}.estimate_product_listing #estimate-form ._container #estimate-form_terms_and_condition,.estimate_product_listing #estimate-form ._container .estimate_form_estimat_number label,.estimate_product_listing #estimate-form ._container .estimate_form_estimat_number span{color:#161616}.table_outer_container .cate_cancel_btn{margin-right:20px}.table_outer_container .estimate-table .border_top{border-top:1px solid #e5e5e5}.table_outer_container .estimate-table .disabled-btn span{color:#16161633}.form_notes_field label,.terms_condition_field label{margin-bottom:9px!important}.add_role_form .__add_role_row .ant-row{margin-bottom:5px}.add_role_form .__add_role_row .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-color:var(--color-999)}.add_role_form .__add_role_row .ant-checkbox-wrapper .ant-checkbox:hover .ant-checkbox-inner{background-color:var(--color-f5f5)}.add_role_form .__add_role_row .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{border-color:#0061dd!important}.add_role_form .__add_role_row .ant-checkbox-wrapper .ant-checkbox-checked:hover .ant-checkbox-inner{background-color:#0061dd!important}.add_role_form .__add_role_row .ant-checkbox-wrapper-checked:hover .ant-checkbox-checked:after{border-color:#0061dd!important}.add_role_form .__add_role_row .ant-checkbox-wrapper-checked:hover .ant-checkbox-checked:after .ant-checkbox-input,.add_role_form .__add_role_row .ant-checkbox-wrapper-checked:hover .ant-checkbox-checked:after .ant-checkbox-inner{border-color:#0061dd!important}.add_role_form .form_box .ant-col{margin-bottom:5px}.form-action-btn{display:flex;gap:20px}.tax-group .ant-select-dropdown,.income_account .ant-select-dropdown,.expense_account .ant-select-dropdown{overflow-y:auto!important}.tax-group .ant-select-dropdown .ant-form-item .ant-form-item-control-input-content,.income_account .ant-select-dropdown .ant-form-item .ant-form-item-control-input-content,.expense_account .ant-select-dropdown .ant-form-item .ant-form-item-control-input-content,.input_generic_add_btn .ant-select-dropdown .ant-form-item .ant-form-item-control-input-content,.add-btn-generic .ant-select-dropdown .ant-form-item .ant-form-item-control-input-content{padding:8px 16px}.create_new_estimate_form .ant-select-dropdown{z-index:2}.create_new_estimate_form .final_payment .border_top{border-top:none}.create_new_estimate_form .final_payment ._2px{position:relative;border-bottom:none}.create_new_estimate_form .final_payment ._2px:before,.create_new_estimate_form .final_payment ._2px:after{content:"";position:absolute;right:0;width:100%;background-color:#e5e5e5}.create_new_estimate_form .final_payment ._2px:after{bottom:0;height:2px}.create_new_estimate_form .final_payment ._2px:before{top:0;height:1px}.create_new_product_from .form_box .form-row-container .form_group .input_field,.customer-add-form .form_box .form-row-container .form_group .input_field{margin-bottom:30px!important}.create_new_product_from .form_box .form-row-container .form_group .text_field,.customer-add-form .form_box .form-row-container .form_group .text_field{margin-bottom:10px!important}.create_new_product_from .form_box .upload-wrapper-main,.customer-add-form .form_box .upload-wrapper-main{max-height:100%}.create_new_product_from .form_box .upload-wrapper-main .upload-wrapper-inner,.customer-add-form .form_box .upload-wrapper-main .upload-wrapper-inner{width:400px;flex-shrink:0}.create_new_product_from .form_box .upload-wrapper-master .upload-wrapper-inner,.customer-add-form .form_box .upload-wrapper-master .upload-wrapper-inner{min-width:400px}.create_new_estimate_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-thead td,.create_new_estimate_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-thead th,.create_new_estimate_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-tbody td,.create_new_estimate_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-tbody th,.create_invoice_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-thead td,.create_invoice_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-thead th,.create_invoice_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-tbody td,.create_invoice_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-tbody th,.create_new_bill_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-thead td,.create_new_bill_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-thead th,.create_new_bill_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-tbody td,.create_new_bill_form .table_outer_container .generic-table .ant-table-wrapper .ant-table-container .ant-table-tbody th{padding:14px 5px!important}.create_new_estimate_form .form-row-container .form_group .input_field,.create_invoice_form .form-row-container .form_group .input_field,.create_new_bill_form .form-row-container .form_group .input_field,.credit-note-form .form-row-container .form_group .input_field,.add-organization-form .form-row-container .form_group .input_field,.preferance-left-tab .form-row-container .form_group .input_field,.create_payment_receipt_form .form-row-container .form_group .input_field{margin-bottom:30px!important}.create_new_estimate_form .form-row-container .form_group .text_field,.create_invoice_form .form-row-container .form_group .text_field,.create_new_bill_form .form-row-container .form_group .text_field,.credit-note-form .form-row-container .form_group .text_field,.add-organization-form .form-row-container .form_group .text_field,.preferance-left-tab .form-row-container .form_group .text_field,.create_payment_receipt_form .form-row-container .form_group .text_field{margin-bottom:10px!important}.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-color:var(--color-999)!important}.ant-checkbox-wrapper .ant-checkbox:hover .ant-checkbox-inner{background-color:var(--color-f5f5)}.upload_image_attachment .upload-wrapper-master .attachment_list .upload-wrapper{gap:0}.receive_payment_modal .modal_bill--detail .shipping_inputbox .ant-form-item-label{align-self:flex-start!important;padding-top:8px!important}.receive_payment_modal .modal_bill--detail .shipping_inputbox .ant-row.ant-form-item-row{align-items:flex-start!important}.receive_payment_modal .modal_bill--detail .ant-form-item-with-help .ant-form-item-control .ant-input-affix-wrapper .ant-input{color:#ff4d4f!important}.payment_received_form .form_group .amount_received_field .ant-input-affix-wrapper{min-height:40px!important}.filter_loader{width:308px;height:378px}.dropdown-option{align-self:flex-end}.dropdown-option .ant-select .ant-select-selector{height:40px;min-width:84px}.dropdown-option .ant-select .ant-select-selector .ant-select-selection-item{line-height:37px}.password-register-req{padding:5px 0 0 17px;margin-bottom:10px}.password-register-req ul{list-style:disc!important;margin:0}.password-register-req li{color:#1f5927!important;font-size:12px}@media (max-width: 992px){.create_payment_receipt_form .form-row-container .payment_detail_form .form_group:nth-child(1) .input_field{margin-bottom:10px!important}}.business_setup_llc{min-height:143px}.custome-tooltip-llc{top:732px!important}.business-tooltip .ant-tooltip-arrow{top:-10px}.business-tooltip .ant-tooltip-inner{top:-8px;position:relative}#map-account-form{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:space-between}#map-account-form .form-row-container{max-width:600px;width:100%}#map-account-form .map_form{width:100%}#map-account-form .map_form .field-container{display:flex;padding:0 20px;border-bottom:1px solid rgba(128,128,128,.26);margin-bottom:25px}#map-account-form .map_form .field-container .old-account-label{display:flex;justify-content:space-between;align-items:center;padding-right:20px}#map-account-form .map_form .field-container .old-account-label span{font-weight:600}#map-account-form .map_form .field-container .old-account-label span .required{color:#ad0707;font-weight:400}#map-account-form .map_form .field-container .old-account-label .arrow-icon{color:#777}#map-account-form .map_form .form_group .input_field{margin-bottom:15px!important}#map-account-form .map_form .form_group .input_field .ant-form-item-row{display:flex;justify-content:space-between;flex-flow:row nowrap}#map-account-form .map_form .form_group .input_field .ant-form-item-row .ant-form-item-control{flex-grow:0}#map-account-form .button_flexbox{display:flex;width:600px}.mapping-header{display:flex;align-items:center;background:#F3F4F6;border-radius:6px;padding:12px 20px;box-shadow:0 1px 2px #0000000a}.mapping-header .column{width:38%;font-weight:500;font-size:16px;color:#333}.mapping-header .swap-icon{margin:0 18px 0 16px;width:18px;color:#000}.generic-table .ant-table-thead .product_table_empty_td{padding-left:0!important}.generic-table .ant-table-thead .ant-table-cell{padding:9px 16px;font-size:var(--font-size-b5);line-height:var(--line-height-17);color:var(--color-black);font-weight:var(--p-semi-bold);background-color:var(--color-e2e2e2);height:40px;vertical-align:middle!important}.generic-table .ant-table-thead .ant-table-cell:before{all:unset!important}.generic-table .ant-table-thead .ant-table-cell.px-5{padding:9px 5px}.generic-table .ant-input-prefix{margin-right:0}.generic-table .ant-table-tbody tr .ant-table-cell{padding:12px 16px;font-size:var(--font-size-b3);line-height:var(--font-size-b1);border-bottom:1px solid var(--color-E5E5E5)!important;border-top:0!important;font-weight:var(--p-regular);color:var(--color-black)}.generic-table .ant-table-tbody tr .ant-table-cell .ant-statistic-content-value,.generic-table .ant-table-tbody tr .ant-table-cell .ant-statistic-content-prefix{color:var(--color-1616);word-break:break-word}.generic-table .ant-table-tbody tr .ant-table-cell .adjust-amount-width .ant-statistic-content-value{max-width:104px}.generic-table .ant-table-tbody tr:nth-child(odd){background-color:var(--table-row-color)}.generic-table .ant-table-tbody tr:nth-child(2n){background-color:var(--color-white)}.generic-table .ant-table-tbody .ant-table-row-selected .ant-table-cell{background-color:transparent!important}.generic-table.categorie_table .ant-table-container .ant-table-content .ant-table-tbody .ant-table-cell{padding:9px 16px}.generic-table.table-spacing-adjustment .ant-table-tbody tr .ant-table-cell:not(:first-child,:last-child),.generic-table.table-spacing-adjustment .ant-table-thead tr .ant-table-cell:not(:first-child,:last-child){padding-left:0!important}.custom-tax-modal table{overflow-y:auto;min-width:1080px}.custom-tax-modal table .ant-table-summary tr td{padding:14px 16px!important}.custom-tax-modal table .ant-table-tbody tr .ant-table-cell{padding:10px 16px;color:#161616}.custom-tax-modal .ant-table-content{overflow-y:auto}.custom-tax-modal .ant-table-content table{min-width:1080px}.metaphor table{margin-bottom:20px}.metaphor table .ant-table-thead .ant-table-cell,.metaphor table .ant-table-tbody .ant-table-cell,.metaphor table .ant-table-thead .ant-table-cell .ant-statistic-content-value,.metaphor table .ant-table-tbody .ant-table-cell .ant-statistic-content-value{color:var(--color-1616)}.product_heading{font-size:14px;font-weight:var(--p-regular);color:var(--color-1616);white-space:normal}.product-badge{font-size:13px;font-weight:400}.product-row{display:flex}.product-row .ant-image{width:40px;height:40px;flex-shrink:0;border:1px solid var(--color-E5E5E5);border-radius:3px;margin-right:7px}.product-row .ant-image img{width:100%;height:100%;object-fit:contain}.product-row-details{display:flex;flex-direction:column}.my-custom-table #wrapper .sticky_table table .detail-body td:nth-child(1),.table_custom_style #wrapper .sticky_table table .detail-body td:nth-child(1){align-self:flex-start;padding-top:15px}.journal-tbl{width:100%;position:relative}.journal-tbl th{background-color:var(--color-e2e2e2);height:40px;vertical-align:middle;font-size:var(--font-size-b5);font-weight:var(--p-semi-bold);color:var(--color-black);padding:10px 16px;text-align:left}.journal-tbl th:first-child{width:8%}.journal-tbl th:nth-child(3){width:8%}.journal-tbl tr{background-color:var(--color-fff)}.journal-tbl tr td{padding:10px 16px;color:var(--color-1616);vertical-align:top;word-break:break-word}.journal-tbl tr td .before-div:before{content:"";border:1px solid #ccc;left:0;right:0;position:absolute}.journal-tbl tr td .before-div .before-div-total{padding:8px 0;width:68%;margin-left:auto;border-bottom:2px solid #ccc}.journal-tbl tr td .before-div .no-space-first{width:53%;word-break:break-word;padding-right:3%}.journal-tbl tr td .before-div .no-space-second{word-break:break-word}.journal-tbl tr .name-truncate{width:260px;-webkit-line-clamp:2;word-break:break-word}.journal-tbl tr .number-truncate{-webkit-line-clamp:2;word-break:break-word}.journal-tbl tr:nth-child(odd){background-color:#fcfcf9}.journal-tbl tr .tble-summary-top{width:68%}.journal-tbl tr .tble-summary-bottom{margin-bottom:8px}.journal-tbl.generic-column-division thead{position:sticky;top:0}.journal-tbl.generic-column-division thead .item-name{width:30%;padding-right:10px;word-break:break-word}.journal-tbl.generic-column-division thead .item-name.w-20{width:20%}.journal-tbl.generic-column-division thead .sku,.journal-tbl.generic-column-division thead .est-date,.journal-tbl.generic-column-division thead .exp-date,.journal-tbl.generic-column-division thead .qty-order,.journal-tbl.generic-column-division thead .interval,.journal-tbl.generic-column-division thead .document-no,.journal-tbl.generic-column-division thead .method{width:10%}.journal-tbl.generic-column-division thead .date,.journal-tbl.generic-column-division thead .count{width:7%}.journal-tbl.generic-column-division thead .record-count{width:5%}.journal-tbl.generic-column-division thead .average-price,.journal-tbl.generic-column-division thead .qty-sold,.journal-tbl.generic-column-division thead .sale-amount,.journal-tbl.generic-column-division thead .tax,.journal-tbl.generic-column-division thead .sale,.journal-tbl.generic-column-division thead .price{width:16.33%}.journal-tbl.generic-column-division thead .average-price.w-10,.journal-tbl.generic-column-division thead .qty-sold.w-10,.journal-tbl.generic-column-division thead .sale-amount.w-10,.journal-tbl.generic-column-division thead .tax.w-10,.journal-tbl.generic-column-division thead .sale.w-10,.journal-tbl.generic-column-division thead .price.w-10,.journal-tbl.generic-column-division thead .sale{width:10%}.journal-tbl.generic-column-division thead .customer-name,.journal-tbl.generic-column-division thead .product-name{width:25%}.journal-tbl.generic-column-division thead .customer-name.w-20,.journal-tbl.generic-column-division thead .product-name.w-20{width:20%}.journal-tbl.generic-column-division thead .cus-price,.journal-tbl.generic-column-division thead .report-title-name,.journal-tbl.generic-column-division thead .item-title,.journal-tbl.generic-column-division thead .item-price,.journal-tbl.generic-column-division thead .total-price{width:14%}.journal-tbl.generic-column-division .no-break{white-space:nowrap}.journal-tbl.generic-column-division.customer-balance-table tbody tr td:not(:first-child,:nth-child(3)){cursor:pointer}.journal_item_table,.ledger_item_table{overflow:auto}.journal_item_table .journal-tbl,.ledger_item_table .journal-tbl{min-width:1500px;margin-bottom:0}.journal_item_table,.ledger_item_table{max-height:calc(100vh - 180px)}.journal_item_table .journal-tbl thead,.ledger_item_table .journal-tbl thead{position:sticky;top:0;z-index:20}.journal_item_table .infinite-scroll-component{max-height:calc(100vh - 180px)!important}.table__hover--feature .ant-table-content tbody tr .product_table_empty_td .ant-select-disabled .ant-select-selection-search-input{cursor:not-allowed!important}.table__hover--feature .ant-table-content tbody tr .product_table_empty_td .ant-select-show-search:not(.ant-select-open,.ant-select-disabled):hover .ant-select-selector{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell .ant-input,.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell .ant-select .ant-select-selector{background-color:#fcfcf9}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled){background-color:#fcfcf9}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell .qunatity_table_box .ant-input:not(.ant-input-disabled):hover{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell .qunatity_table_box .qty_units{color:var(--color-6e6e)}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .discount_dropdown .ant-select-selector{background-color:#eee!important}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover{background-color:#f5f5f5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .discount_dropdown.ant-select-open .ant-select-selector{background-color:#e5e5e5!important}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .discount_dropdown .ant-select-selector{background-color:#eee}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-input,.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-select .ant-select-selector{background-color:#f5f5f5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled{background-color:#f5f5f5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled .ant-input{background-color:#f5f5f5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled:hover{background-color:#f5f5f5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled){background-color:#f5f5f5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover .ant-input{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .estimate_select:not(.ant-select-disabled):hover .ant-select-selector{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-table-cell-row-hover .estimate_discount_field .discount_field:not(.ant-input-disabled):hover{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-input-affix-wrapper{background-color:#fcfcf9}.table__hover--feature .ant-table-content tbody tr:nth-child(odd) .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{background-color:#fff!important}.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-input-affix-wrapper,.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-input,.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-select-selector{background-color:#fff}.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .qunatity_table_box .ant-input{line-height:1.5714285714}.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .discount_dropdown .ant-select-selector{background-color:#eee}.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-table-cell-row-hover .discount_dropdown:hover .ant-select-selector,.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-table-cell-row-hover .discount_dropdown.ant-select-open .ant-select-selector{background-color:#e5e5e5!important}.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-table-cell-row-hover .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-table-cell-row-hover .ant-input:not(.ant-input-disabled):hover,.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-table-cell-row-hover .ant-select:not(.ant-select-disabled) .ant-select-selector:hover{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr:nth-child(2n) .ant-table-cell-row-hover .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover .ant-input{background-color:#e5e5e5}.table__hover--feature .ant-table-content tbody tr .ant-input:hover{border-color:#e2e2e2}.table__hover--feature .ant-table-content tbody tr .ant-input:focus{border-color:#0061dd!important;background-color:#fff!important}.table__hover--feature .ant-table-content tbody tr .ant-input:focus:hover{background-color:#fff!important}.table__hover--feature .ant-table-content tbody tr .ant-table-cell-ellipsis .ant-select-open .ant-select-selector:hover{background-color:#fff}.table__hover--feature .ant-table-content tbody tr .estimate_discount_field .ant-input,.table__hover--feature .ant-table-content tbody tr .qunatity_table_box .ant-input{border:1px solid #e2e2e2}.table__hover--feature .ant-table-content tbody tr .ant-select .ant-select-selector{border-color:#e2e2e2}.table__hover--feature .ant-table-content tbody tr .ant-select-open .ant-select-selector,.table__hover--feature .ant-table-content tbody tr .ant-select-open:hover .ant-select-selector{border-color:#0061dd!important;background-color:#fff!important}.table__hover--feature .ant-table-content tbody tr .ant-input-affix-wrapper-focused{border-color:#0061dd}.table__hover--feature .ant-table-content tbody tr .ant-input-affix-wrapper-focused:hover{background-color:#fff!important}.table__hover--feature .ant-table-content tbody tr .ant-input-affix-wrapper-focused:hover .ant-input{background-color:transparent!important}.categorie_table table .ant-table-tbody .ant-table-row td{padding-block:8.5px!important}.categorie_table th{transition:background-color .39s ease}.categorie_table th.ant-table-cell{background-color:#e2e2e2!important}.categorie_table th.ant-table-cell:hover{background-color:#eee!important}.categorie_table th.ant-table-cell:nth-child(1){background-color:#ccc!important}.categorie_table th.ant-table-cell:nth-child(1):hover{background-color:#dcdcdc!important}.categorie_table th.ant-table-cell:nth-child(2){border-right:2px solid #d9d9d9}.business_header{display:flex;justify-content:space-between;align-items:center;padding:0;border-bottom:1px solid var(--color-E5E5E5)}.business_header .global_breadcrumb{background-color:transparent;border-bottom:none}.business_header .global_breadcrumb{padding:0!important}.global_breadcrumb{margin-bottom:0}.global_breadcrumb span{font-size:var(--font-size-b3);line-height:var(--line-height-18);color:var(--color-0061DD);font-weight:var(--p-regular)}.global_breadcrumb .header-heading{font-weight:var(--p-bold);font-size:var(--font-size-b2);color:var(--color-202020);margin-left:5px}.global_breadcrumb .back-btn{min-width:60px}.global_breadcrumb .back-btn .btn img{transition:.3s ease}.global_breadcrumb .back-btn:hover .btn{min-width:57px}.global_breadcrumb .back-btn:hover .btn img{opacity:.5;margin-right:5px;transition:.3s ease}.global_breadcrumb .back-btn .btn{padding:0;color:var(--color-0061DD);display:flex;height:18px;align-items:center}.global_breadcrumb .back-btn .btn:hover{color:#007aff}.global_breadcrumb .back-btn svg{transition:.3s ease;margin-right:8px;width:14px;height:16px;color:var(--color-0061DD)}.global_breadcrumb .ant-breadcrumb{padding-left:30px}.global_breadcrumb .ant-breadcrumb span{color:var(--color-1616);font-weight:var(--p-bold);font-size:var(--font-size-b2)}.global_breadcrumb .ant-breadcrumb span a{color:var(--color-1616);font-weight:var(--p-bold)}.global_breadcrumb .ant-breadcrumb span a:hover{background-color:transparent}.global_breadcrumb.item_name{background-color:var(--color-fff);align-items:center;border-bottom:1px solid var(--color-E5E5E5);padding:13px 10px 12px}.global_breadcrumb.item_name .ant-breadcrumb{padding-left:30px;width:90%}.global_breadcrumb.item_name .ant-breadcrumb ol{width:inherit}.global_breadcrumb.item_name .ant-breadcrumb ol li{display:flex;width:inherit}.global_breadcrumb.item_name .ant-breadcrumb ol li .ant-breadcrumb-link{width:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block}.global_breadcrumb.item_name .ant-breadcrumb ol li span{color:var(--color-1616);font-weight:var(--p-bold);font-size:var(--font-size-b2)}.global_breadcrumb.item_name .ant-breadcrumb ol li span a{color:var(--color-1616);font-weight:var(--p-bold)}.global_breadcrumb.item_name .ant-breadcrumb ol li span a:hover{background-color:transparent}.global_breadcrumb.navigate{padding:2px 0 12px;min-height:46px}.global_breadcrumb.navigate .ant-breadcrumb ol li .ant-breadcrumb-link{vertical-align:middle}.global_breadcrumb.navigate .ant-breadcrumb ol li .ant-breadcrumb-link a{height:auto}.payment_terms{padding:0;min-height:60px;position:sticky;top:60px;background-color:#f6f6f6;z-index:1000}.preference_tab .payment-preference--tbl .ant-table-content thead{position:sticky;top:120px;background-color:#f6f6f6;z-index:1000}.preference_tab .term_preference .payment_terms{padding-top:10px}.tax-group .input_field{width:100%}.steps-register-toggle{transition:height .5s ease-in-out}.preference_text p{margin-bottom:0}.authwrapper{background-color:var(--color-f5f5)}.authcontainer{margin:0 auto;max-width:460px;min-height:100vh;flex-direction:column}.authcontainer .signup-logo{margin:84px 0 70px}.authcontainer .signup-form-heading{line-height:var(--line-height-17);font-weight:400;font-size:var(--font-size-b1);color:var(--color-1616);margin-top:0}.stepscontent{max-width:450px;background-color:var(--color-fff);padding:30px 25px}.stepscontent .signup-upload-wrapper{border:2px dashed var(--color-e2e2e2);padding:10px;text-align:center;border-radius:3px!important}.stepscontent .signup-upload-wrapper .loader-default-img{flex-direction:column}.stepscontent .signup-upload-wrapper .loader-default-img img{width:100px;height:100px;margin:0 auto 10px;object-fit:cover}.stepscontent .signup-upload-wrapper .loader-default-img .ant-progress-bg{background-color:#1677ff!important}.stepscontent .signup-upload-wrapper .upload-hint p{font-size:var(--font-size-b3)}.stepscontent .signup-upload-wrapper .img-format-hint{font-size:var(--font-size-b4)!important}.footer_area .ant-space-item .ant-divider{margin:0 3px}.loading_block{height:50dvh;margin:0 auto}.loading_block .center_text{text-align:center}.loading_block .center_text .final_text{font-size:var(--font-size-b1);color:var(--color-1616);margin-bottom:8px}.loading_block .center_text .warning_text{color:#b2001e;display:block}.form-progress-bar{line-height:0;margin-bottom:26px}.stepslabel{font-family:IBM Plex Sans;font-weight:var(--p-semi-bold);font-size:var(--font-size-b4)}.footertext{font-family:IBM Plex Sans;font-weight:var(--p-semi-bold);font-size:12px;text-align:left;color:var(--color-1616)}.formheading{font-family:IBM Plex Sans;font-size:var(--font-size-b1);line-height:var(--line-height-17);color:var(--color-1616)}.bussiness_setup_sec{display:flex;position:relative}.bussiness_setup_sec .tax_tooltip{position:absolute;right:-19px;top:23px}.bussiness_setup_sec>.ant-space-item:first-child{flex:1}.bussiness_setup_widget{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;display:flex;flex:1;margin-bottom:10px}.bussiness_setup_widget .business_type{padding:10px;flex:1}.bussiness_setup_widget .business_type .business_title{margin-bottom:0;line-height:18px;color:var(--color-1616);font-weight:var(--p-bold)}.bussiness_setup_widget .business_type ._type{font-size:12px;margin-bottom:0}.bussiness_setup_widget_active{background:#F2F7FE;border-color:#0061dd}.bussiness_setup_widget>.ant-space-item{width:100%}.upload-wrapper-signup{display:flex;justify-content:center;flex-direction:column;align-items:center}.upload-wrapper-signup .circle_image{position:relative;width:100px;height:100px;margin-bottom:15px}.upload-wrapper-signup .circle_image>:not(.anticon),.upload-wrapper-signup .circle_image .ant-image{height:100%;width:100%}.upload-wrapper-signup .circle_image>:not(.anticon) img,.upload-wrapper-signup .circle_image .ant-image img{width:100%;height:100%;object-fit:contain}.upload-wrapper-signup .circle_image .close_circle{position:absolute;right:0;top:-10px;width:30px;height:30px;border-radius:50%;background-color:#f5f5f5;box-shadow:0 0 3px #00000026;display:flex;justify-content:center;align-items:center;z-index:9;transition:.4s ease;transform:scale(1);cursor:pointer}.upload-wrapper-signup .circle_image .close_circle:hover{background-color:#f9f5f5;transition:.5s ease-out;transform:scale(1.2)}.upload-wrapper-signup .circle_image .crossIcon{transform:scale(1.5);fill:#000}.upload-wrapper-signup .close_btn{padding:0 8px;font-size:16px;color:#1677ff;display:flex;justify-content:center;align-items:center;cursor:pointer}.upload-wrapper-signup .close_btn:hover{text-decoration:underline}.__register_organization .custom-layout1{height:100vh;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1;scrollbar-base-color:#f1f1f1}.__register_organization .custom-layout1::-webkit-scrollbar{width:8px;border-radius:5px;scrollbar-width:thin}.__register_organization .custom-layout1::-webkit-scrollbar-thumb{border-radius:5px}.__register_organization .custom-layout1::-webkit-scrollbar-track{background-color:#f1f1f1}.__register_organization .custom-layout1::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}.__register_organization .custom-layout1::-webkit-scrollbar-thumb:hover{background-color:#595757}.__register_organization .custom-layout1::-ms-scrollbar{scrollbar-width:thin}.__register_organization .custom-layout1::-ms-scrollbar-track{background-color:#f1f1f1}.__register_organization .custom-layout1::-ms-scrollbar-thumb{background-color:#888;border-radius:5px}.__register_organization .custom-layout1::-ms-scrollbar-thumb:hover{background-color:#595757}.sign_up_form .ant-form .ant-space-item .ant-form-item-label{padding-bottom:0}.sign_up_form .ant-form .ant-space-item .ant-form-item-label .form--label_style{line-height:14px}.sign_up_form .ant-form .ant-space-item .input_field{margin-bottom:18px}.sign_up_form .ant-form .ant-space-item .ant-radio-group .ant-radio-wrapper .ant-radio-inner,.sign_up_form .ant-form .ant-space-item .ant-radio-group .ant-radio-wrapper:hover .ant-radio-inner{border-color:#999}.sign_up_form .ant-form .form_progress{margin-bottom:30px}.sign_up_form .ant-form .form_progress:first-child .ant-space-item{line-height:10px}.sign_up_form .ant-form .form_progress .upload_logo label{color:#161616;margin-bottom:5px}.sign_up_form .ant-form .form_progress .upload_logo .ant-form-item-row .ant-form-item-control .ant-form-item-control-input-content .signup-upload-wrapper .upload-hint p:first-child{line-height:21px}.sign_up_form .ant-form .form_progress .upload_logo .ant-form-item-row .ant-form-item-control .ant-form-item-control-input-content .signup-upload-wrapper .upload-hint p:nth-child(2){line-height:15px}.categorieHeader{background:var(--color-fff);margin-bottom:22px;padding-block:0;padding-inline:0}.categorieHeader .ant-page-header-heading{padding:3px 5px 3px 10px}.header-area .remove-btn-highlight.ant-select.ant-select-focused,.header-area .remove-btn-highlight.ant-select.ant-select-focused .ant-select-selector{background-color:transparent!important}.header-area .remove-btn-highlight.ant-select.ant-select-focused.ant-select-open .ant-select-selection-item{color:var(--color-0061DD)}.header-area .remove-btn-highlight.ant-select.ant-select-focused.ant-select-open .ant-select-arrow img{filter:brightness(0) saturate(100%) invert(20%) sepia(59%) saturate(4549%) hue-rotate(205deg) brightness(97%) contrast(100%)}.header-autocomplete{z-index:20}.main_header{background:var(--color-fff)!important;margin-bottom:10px;box-shadow:0 0 7px #00000021;position:sticky;top:0;z-index:1000;padding:0 28px 0 37px!important;width:100%}.main_header .header-area{padding:10px 0}.main_header .header-area .ant-page-header-heading-tags{max-width:651px;width:100%}.main_header .header-area .header_search{gap:0!important}.main_header .header-area .header_search .ant-space-item:first-child{border-right:0}.main_header .header-area .header_search .ant-space-item:first-child .remove-btn-highlight{min-width:157px;height:40px;border-radius:0;background-color:transparent!important}.main_header .header-area .header_search .ant-space-item:first-child .remove-btn-highlight .ant-select-selector{height:40px;border:1px solid var(--color-e2e2e2);border-radius:3px 0 0 3px;overflow:hidden;align-items:center;background-color:#eee;border-right:0}.main_header .header-area .header_search .ant-space-item:first-child .remove-btn-highlight:hover .ant-select-selector{color:#0061dd!important}.main_header .header-area .header_search .ant-select-focused{border-color:transparent}.main_header .header-area .header_search .ant-select-focused .ant-select-selector{border-color:#e2e2e2!important;background-color:#eee!important}.main_header .header-area .header_search .ant-select-focused img{filter:none!important}.main_header .header-area .header_search .ant-select-selection-search{cursor:text!important}.main_header .header-area .header_search .ant-select-selection-search .ant-input-affix-wrapper{border-color:#e2e2e2!important;border-radius:0 3px 3px 0}.main_header .header-area .header_search .ant-select-selection-search .ant-input-affix-wrapper:hover input{cursor:text!important;transition:0s}.main_header .header-area .header_search .ant-select-selection-search .ant-input-affix-wrapper img{filter:invert(65%) sepia(8%) saturate(25%) hue-rotate(5deg) brightness(94%) contrast(83%)}.main_header .header-area .header_search .ant-select-selection-item{text-align:center}.inner_component_header{background:#ffffff;padding:1px 5px 1px 15px!important;margin:0 10px;max-height:46px}.inner_component_header .ant-page-header-heading .ant-page-header-heading-title{font-size:var(--font-size-b2);font-weight:var(--p-bold)}.inner_component_header .ant-page-header-heading .ant-page-header-heading-title label{font-size:16px;font-weight:700;color:#161616;line-height:var(--line-height-17)}.inner_component_header .ant-page-header-heading .ant-page-header-heading-extra{line-height:36px}.inner_component_header .btn-default.ant-dropdown-open{background:#ccc}.inner_component_header .new_prod_btn .btn-primary.btn-form-size,.inner_component_header .new_prod_btn .form_group .need .ant-input-group-addon,.form_group .need .inner_component_header .new_prod_btn .ant-input-group-addon{-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.header-area{background-color:var(--color-fff)}.header-area .ant-page-header-heading-left,.header-area .ant-page-header-heading-extra{margin:0}.header-area .ant-page-header-heading-left{flex:1}.header-area.ant-page-header .ant-page-header-heading{width:100%}.header-area.ant-page-header .ant-page-header-heading-title{flex:0 0 25%;max-width:25%;line-height:0}.header-area .plus_icon{width:40px;height:40px;border-radius:50%!important;background-color:transparent;transition:all .5s;margin-right:25px;cursor:pointer}.header-area .plus_icon img{transition:transform .2s linear}.header-area .plus_icon:hover{background-color:#f5f5f5}.header-area .plus_icon:hover img{transform:rotate(45deg)}.header-area .search_box .ant-input-group-addon{background-color:var(--color-eee)}.header-area .search_box .ant-select{background-color:var(--color-eee)!important}.header-area .search_box .ant-select:focus{border:none!important}.header-area .search_box .ant-select:hover .ant-select-selection-item{color:var(--color-007AFF)}.header-area .search_box .ant-select:hover .ant-select-arrow img{filter:invert(40%) sepia(15%) saturate(3386%) hue-rotate(200deg) brightness(103%) contrast(109%)!important}.header-area .search_box .ant-select .ant-select-selector{min-width:157px;border:none!important}.header-area .search_box .ant-select .ant-select-arrow svg{color:var(--color-1616);transition:transform .3s linear}.header-area .search_box .ant-select.ant-select-open .ant-select-arrow svg{transform:rotate(180deg)}.header-area .search_box .ant-input-affix-wrapper{width:420px;height:40px;border:1px solid var(--color-e2e2e2);box-shadow:none}.header-area .search_box .ant-input-affix-wrapper input::placeholder{color:#a8a8a8;font-size:var(--font-size-b3)}.header-area .search_box .ant-input-affix-wrapper .ant-input-suffix svg{transform:scale(1.25);margin-right:5px;cursor:pointer}.header-area .search_box .ant-input-affix-wrapper .ant-input-suffix img{filter:invert(65%) sepia(8%) saturate(25%) hue-rotate(5deg) brightness(94%) contrast(83%)}.header-area .search_box .ant-input-affix-wrapper-focused .ant-input-suffix img{filter:none!important}.header-area .header-right .header-right-icon{width:40px;height:40px;border-radius:50%!important;background-color:transparent;transition:all .5s}.header-area .header-right .header-right-icon img{width:22px!important;height:22px;padding:1px}.header-area .header-right .header-right-icon:not(:last-child){margin-right:10px}.header-area .header-right .header-right-icon:hover{background-color:#f5f5f5}.header-area .header-right .header-right-img .ant-avatar-image{border:none;width:100%;height:100%}.header-area .header-right .header-right-img .ant-avatar-image img{width:100%!important;height:100%;border-radius:50%}.new_prod_btn .anticon-down{border-radius:0 3px 3px 0}.new_prod_btn .ant-btn-default{border-radius:3px 0 0 3px!important}.new_prod_btn .ant-btn-default:disabled{background-color:var(--color-eee)}.new_prod_btn .ant-form-item{margin-bottom:0}.ant-page-header{padding-top:0}.ant-page-header .ant-page-header-heading-title h5{margin:0}.__additem_product.more_btn{padding:0 12px}.__additem_product.more_btn span{margin:0 8px 0 0}.more_btn,.add_btn{display:flex;align-items:center}.more_btn span,.add_btn span{margin:0 4px}.more_btn{border:none;background:#eeeeee;border-color:#eee!important;color:#161616;padding:8px}.more_btn img{transition:transform .2s}.more_btn span{color:#161616}.more_btn:hover{background:#f5f5f5;border:none}.more_btn:hover span{color:#161616}.more_btn:focus-visible{outline:0!important}.more_btn.ant-dropdown-open img{transform:rotate(180deg)}.generic_top_header{background-color:var(--color-fff)!important;margin:0 8px 22px 10px;padding-block:unset;padding-inline:unset;height:46px;display:flex;align-items:center}.generic_top_header .ant-page-header-heading{padding:0 7px 0 15px;width:100%}.generic_top_header .ant-page-header-heading .ant-page-header-heading-left,.generic_top_header .ant-page-header-heading .ant-page-header-heading-extra{margin-block:0}.generic_top_header .product-cat-heading{color:var(--color-1616);font-weight:var(--p-bold);font-size:var(--font-size-b2);margin:0}.generic_top_header.cat_top_header{padding-right:6px;margin-right:10px!important;margin-bottom:12px!important}.cat-pagination .pagination_row{margin-right:15px}.mr-20{margin-right:20px}.custom-filter .filter-top .filter-badge .key,.custom-filter .filter_left .filter-badge .key{font-size:var(--font-size-b1);line-height:var(--line-height-17);font-weight:var(--p-semi-bold);color:var(--table-row-color);max-width:65%;-webkit-line-clamp:1}.custom-filter .filter-top .filter-badge .value,.custom-filter .filter_left .filter-badge .value{font-size:var(--font-size-b3);line-height:var(--line-height-17);font-weight:var(--p-medium);color:var(--table-row-color)}.custom-filter .filter-top .reset_btn,.custom-filter .filter_left .reset_btn,.custom-filter .filter-top .filter_listing,.custom-filter .filter_left .filter_listing{position:absolute;left:20px}.books-search--result .ant-alert-description a{cursor:unset}.product_list{display:flex;align-items:center;padding:9px 20px 10px 15px}.product_list .selected_product{margin-right:15px;margin-bottom:0;font-size:14px;font-weight:600;color:#161616;min-width:145px}.product_list .ant-dropdown-trigger{padding:9px 16px 11px 8px;cursor:pointer;background-color:#fff;color:#161616;border-radius:3px;border:1px solid var(--color-e2e2e2)}.product_list .ant-dropdown-trigger span{padding-right:8px}.product_list .ant-dropdown-trigger:hover{background-color:var(--color-f5f5)}.product_list .ant-dropdown-trigger .anticon-down{margin-left:16px}.product_list .ant-dropdown-trigger.ant-dropdown-open{background-color:var(--color-fff);border-color:var(--color-0061DD)}.product_list .ant-dropdown-trigger img{transition:transform .2s}.product_list .ant-dropdown-trigger.ant-dropdown-open img{transform:rotate(-180deg)}.product_list.product-detail-list{margin-left:10px;background-color:var(--color-eee)}.product_list.h-65{min-height:60px}.product_list.h-60{height:60px}.product_list.ml-10{margin-left:10px}.selected_payments .ant-dropdown-trigger .anticon-down{margin-left:4px}.selected_payments .ant-dropdown-trigger{flex-shrink:0}.gray-color{background-color:var(--color-eee)}.h-65{display:flex;padding:10px 20px 10px 15px;align-items:center}.h-65 .selected_product{margin-right:15px;font-size:14px;color:var(--color-1616);margin-bottom:0}.h-65 .batch_btn{color:var(--color-1616);background-color:#fff;height:40px;padding:0 10px;display:flex;justify-content:space-between;align-items:center;border-radius:3px;position:relative;cursor:pointer}.h-65 .batch_btn .anticon{position:absolute;bottom:0;top:0;right:19px}.h-65 .batch_btn .anticon svg{width:9px;height:10px}.h-65 .batch_btn img{margin-left:15px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-list{margin:0}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:4px 12px;text-align:left}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content{color:var(--color-1616)}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active,.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-active{background-color:#0061dd0d!important}.overlay_style .ant-dropdown-menu .ant-dropdown-menu-item{border-radius:0;border-left:2px solid transparent}.overlay_style .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:rgba(var(--color-0061DD),.05);border-color:var(--color-0061DD)}.overlay_style .ant-dropdown-menu-item-active .ant-dropdown-menu-title-content label{cursor:pointer!important}.overlay_style+.ant-dropdown-menu-submenu{background-color:#7fffd4}.overlay_style+.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item{border-radius:0;border-left:2px solid transparent}.overlay_style+.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:rgba(var(--color-0061DD),.05);border-color:var(--color-0061DD)}.light_orange{background-color:#ad6200;cursor:pointer}.light_orange.active:hover{background-color:#ad6200}.light_orange.active:before{background-color:#844b00}.light_orange:before{background-color:#844b00}.red_shade{background-color:#ad6200;cursor:pointer}.red_shade.active:hover{background-color:#b2001e}.red_shade.active:before{background-color:#8a0017}.red_shade:before{background-color:#8a0017}.blue_shade{background-color:#0078d4;cursor:pointer}.blue_shade.active:hover{background-color:#008ffc}.blue_shade.active:before{background-color:#006bbc}.blue_shade:before{background-color:#006bbc}.orange_shade{background-color:#c94e14;cursor:pointer}.orange_shade.active:hover{background-color:#e95b18}.orange_shade.active:before{background-color:#b14614}.orange_shade:before{background-color:#b14614}.purple_shade{background-color:#5374c2;cursor:pointer}.purple_shade.active:hover{background-color:#5d83dc}.purple_shade.active:before{background-color:#3b5cac}.purple_shade:before{background-color:#3b5cac}.green_shade{background-color:#0b8578;cursor:pointer}.green_shade.active:hover{background-color:#0f9f90}.green_shade.active:before{background-color:#086e63}.green_shade:before{background-color:#086e63}.newBluish_Shade{background-color:#006cbf;cursor:pointer}.newBluish_Shade.active:hover{background-color:#0081e5}.newBluish_Shade.active:before{background-color:#0060aa}.newBluish_Shade:before{background-color:#0060aa}.newRedish_Shade{background-color:#b2001e;cursor:pointer}.newRedish_Shade.active:hover{background-color:#dc0025}.newRedish_Shade.active:before{background-color:#8e0018}.newRedish_Shade:before{background-color:#8e0018}.newGrey_shade{background-color:#666;cursor:pointer}.newGrey_shade.active:hover{background-color:#7e7e7e}.newGrey_shade.active:before{background-color:#484848}.newGrey_shade:before{background-color:#484848}.newgreenish_shade{background-color:#0e7502;cursor:pointer}.newgreenish_shade.active:hover{background-color:#0e8a00}.newgreenish_shade.active:before{background-color:#0a6300}.newgreenish_shade:before{background-color:#0a6300}.credit--pla{background-color:#8e0018;cursor:pointer}.credit--pla.active:hover{background-color:#dc0025}.credit--pla.active:before{background-color:#8e0018}.credit--pla:before{background-color:#8e0018}.custom-filter{padding:22px 15px 0;position:relative}.custom-filter .filter-top,.custom-filter .filter_left{display:flex;gap:20px}.custom-filter .filter-top .filter-badge,.custom-filter .filter_left .filter-badge{display:flex;justify-content:space-between;border-radius:3px;height:40px;padding:10px;align-items:center;width:24.5%;max-width:396px}.custom-filter .filter-top .filter_listing,.custom-filter .filter_left .filter_listing{top:85px;cursor:pointer;color:var(--color-dark-gray)}.custom-filter .filter-top .filter_listing:hover,.custom-filter .filter_left .filter_listing:hover{color:#161616}.custom-filter .filter-top .reset_btn,.custom-filter .filter_left .reset_btn{top:75px}.custom-filter .filter-bottom{display:flex;justify-content:space-between;align-items:center;height:60px}.custom-filter .filter-bottom.flex-end,.custom-filter .user-tabs .ant-tabs-nav .filter-bottom.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .custom-filter .filter-bottom.ant-tabs-extra-content{justify-content:flex-end}.custom-filter .filter-bottom .pagination_row{margin-bottom:0}.custom-filter .avoid--wrapping{white-space:nowrap}.custom-filter .filter_opts{padding-right:40px}.custom-filter .filter_opts span{display:inline-block;font-size:var(--font-size-b3);cursor:pointer;color:#a8a8a8;transition:color .3s}.custom-filter .filter_opts span:first-child{margin-right:20px}.custom-filter .filter_opts span:hover{color:var(--color-black)}.custom-filter .filter_opts span:hover svg{fill:var(--color-black)}.custom-filter .filter_opts svg{margin-right:8px}.custom-filter .clear_filter{height:60px;display:flex;align-items:center;justify-content:space-between}.custom-filter .filter-top .filter-badge{background-color:#fff;position:relative;overflow:hidden;transition:ease-out .4s;padding:10px 20px}.custom-filter .filter-top .filter-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:8px;transition:.4s ease}.custom-filter .filter-top .filter-badge span{color:#262626!important}.custom-filter .filter-top .filter-badge:hover{background-color:#eee}.custom-filter .filter-top .filter-badge.active:before{width:100%}.custom-filter .filter-top .filter-badge.active span{color:#fff!important;z-index:1}.generic_filter .filter-bottom .btn-filter{padding:0}.filter-bottom .btn-filter,.clear_filter .btn-filter{background-color:unset;border:none;box-shadow:none}.customer_listing_page .custom-filter .filter-top .filter-badge,.supplier_listing_page .custom-filter .filter-top .filter-badge{width:24.5%}.customer_listing_page .custom-filter .clear_filter_btn,.supplier_listing_page .custom-filter .clear_filter_btn{top:0}.customer_listing_page .clear_filter svg,.supplier_listing_page .clear_filter svg{color:#6e6e6e}.customer_listing_page .clear_filter svg:hover,.supplier_listing_page .clear_filter svg:hover{color:#161616}.another-filter{transition:all .3s linear;cursor:pointer}.another-filter:hover{color:#161616}.credit--sideIcon :is(.ant-btn>svg){font-size:20px}.clear_filter_btn{color:#0061dd;padding:0;position:relative;left:10px;align-items:center}.clear_filter_btn:hover span{color:#007aff;text-decoration:underline}.ant-dropdown-open span svg{transform:rotate(180deg)}.customer-name--main{display:flex;align-items:center}.customer-name--main .customer--name{margin:0}.customer-name--main .customer--name{line-height:18px;font-size:14px;margin:0 5px}@media (max-width: 1600px){.main_header .header-area .header_search .ant-space-item:first-child .remove-btn-highlight{width:100%;min-width:100%}.customer-name--main .customer--name{word-wrap:break-word;white-space:normal;margin-bottom:0;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left}.ant-space-item .ant-select-single{width:100%!important}.main_header .header-area .ant-page-header-heading-tags .ant-space,.main_header .header-area .ant-page-header-heading-tags .ant-space .ant-space-item:not(:first-child),.main_header .header-area .ant-page-header-heading-tags .ant-space .ant-space-item .ant-select-single{width:100%}.main_header .header-area .ant-page-header-heading-tags .ant-space .ant-space-item:not(:first-child){padding-right:10px}}@media (max-width: 1366px){.customer-name--main{max-width:350px}}@media (max-width: 1138px){.customer-name--main{display:none}}.organization-badge{display:flex;align-items:center;gap:0 5px}.generic-badge{border-radius:3px;padding:3px 8px;font-size:14px;min-height:24px;line-height:17px;border:0;text-transform:capitalize;text-align:center}.generic-badge.inventory-badge{background-color:#e8f2ff;color:#0061dd!important}.generic-badge.non-inventory-badge{background-color:#e3e2ff;color:#5e5bb5!important}.generic-badge.service-badge,.generic-badge.prtl-applied{background-color:#e4f3ff;color:#3d7199!important}.generic-badge.bundle-badge{background-color:#eee2ff;color:#6034a2!important}.generic-badge.accepted,.generic-badge.paid,.generic-badge.shipped,.generic-badge.received,.generic-badge.consumed,.generic-badge.debit_badge,.generic-badge.applied{background-color:#e8ffe5;color:#0e7502!important}.generic-badge.rejected,.generic-badge.not-shipped,.generic-badge.cancelled{background-color:#ffe4e8;color:#b2001e!important}.generic-badge.expired,.generic-badge.partially-paid,.generic-badge.onhold,.generic-badge.partially-applied,.generic-badge.issued{background-color:#ffedd5;color:#9d5900!important}.generic-badge.closed,.generic-badge.void,.generic-badge.unapplied{background-color:#f1f1f1;color:#666!important}.generic-badge.sent,.generic-badge.open,.generic-badge.confirmed,.generic-badge.delivered{background-color:#def0ff;color:#006cbf!important}.generic-badge.draft{background-color:#f1e9ff;color:#5c00fa!important;border:0}.generic-badge.overdue,.generic-badge.credit_badge{background-color:#ffe4e8;color:#b2001e!important}.generic-badge.applied{color:#0e7502}.generic-badge.prtl-applied{color:#006cbf}.generic-badge.unapplied{color:var(--color-extra01)}.generic-badge.transparent-bg{background-color:transparent}.generic-badge.pr-0{padding-right:0}.action-preference{display:flex;justify-content:space-between}.w-100,.item_dropdown .ant-select-item-option-content .ant-avatar .ant-image,.select_item .ant-select-selection-item .ant-avatar .ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar img,.select_item .ant-select-selection-item .ant-avatar img,.__product_image .ant-image .ant-image-img,.__customer_image .ant-image-img,.product-details .product-details-right,.product-details .product-details-center,.product-details .product-details-left,.add-organization-form .ant-space-item .upload-text,.role_form .role_field,.role_form .role_box,.role_form,.user-tabs .ant-tabs-nav .ant-tabs-extra-content,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap,.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-submenu-title,.left-side-bar .sidebar_main .main-menu .menu-item,table,.wh-100,.organization_img img,.organization-card-widget .organization-img .ant-image img,.main_wrapper .ant-picker,.__items-details_container .ant-picker,.flex-32,.flex-25,.flex-46,.header-area .search_box .ant-input-affix-wrapper .ant-input{width:100%}.partially-paid,.partially.paid{min-width:80px;color:#9d5900;text-transform:none}.left-side-bar{background-color:var(--color-fff);align-self:flex-start;position:sticky;top:70px;height:calc(100vh - 70px);border-right:1px solid var(--color-eee);overflow-y:auto;overflow-x:hidden;z-index:100}.left-side-bar .sidebar_main{background:var(--color-fff);display:flex;flex-direction:column-reverse;padding-bottom:10px}.left-side-bar .sidebar_main .main-menu{margin:0 5px;border:none;width:calc(100% - 10px)}.left-side-bar .sidebar_main .main-menu .ant-divider-horizontal{margin:11px 0;border-color:#eee}.left-side-bar .sidebar_main .main-menu .menu-item{height:36px;margin:0 0 8px!important}.left-side-bar .sidebar_main .main-menu .menu-item,.left-side-bar .sidebar_main .main-menu .sub-menu{border:none;font-size:var(--font-size-b2)}.left-side-bar .sidebar_main .main-menu .menu-item .ant-menu-title-content,.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-title-content{margin-left:12px}.left-side-bar .sidebar_main .main-menu .menu-item a,.left-side-bar .sidebar_main .main-menu .menu-item span,.left-side-bar .sidebar_main .main-menu .menu-item i,.left-side-bar .sidebar_main .main-menu .sub-menu a,.left-side-bar .sidebar_main .main-menu .sub-menu span,.left-side-bar .sidebar_main .main-menu .sub-menu i{color:var(--color-202020);font-size:16px}.left-side-bar .sidebar_main .main-menu .menu-item:not(.ant-menu-item-selected,.ant-menu-submenu-open):hover{background-color:#0061dd0d!important}.left-side-bar .sidebar_main .main-menu .menu-item.ant-menu-item-selected{background-color:var(--color-0061DD)}.left-side-bar .sidebar_main .main-menu .menu-item.ant-menu-item-selected img{filter:invert(1)}.left-side-bar .sidebar_main .main-menu .menu-item.ant-menu-item-selected a,.left-side-bar .sidebar_main .main-menu .menu-item.ant-menu-item-selected i{color:var(--color-fff)}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu{background:var(--color-fff)}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu .ant-menu-item a{font-size:14px}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-submenu-title{line-height:36px;height:36px;margin:0}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-submenu-title:hover{background-color:unset}.left-side-bar .sidebar_main .main-menu .sub-menu .menu-item{padding-left:35px!important;font-size:var(--font-size-b3)}.left-side-bar .sidebar_main .main-menu .sub-menu .menu-item:hover{background-color:var(--color-fff)}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item{height:unset;line-height:var(--line-height-18);margin-bottom:10px;padding:7px}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item.ant-menu-item-selected{background-color:#fff}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item.ant-menu-item-selected a{color:var(--color-0061DD)}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item a:hover{color:var(--color-007AFF)}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item .ant-menu-title-content{margin-left:0}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item-active,.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item,.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item-only-child,.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-item-selected{background-color:#fff!important}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .ant-menu-title-content{margin-left:10px!important}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-sub .menu-item{margin:0!important}.left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-submenu-title:hover{background-color:#0061dd0d}.left-side-bar .sidebar_main .main-menu .ant-menu-submenu-open .ant-menu-submenu-title{background-color:var(--color-0061DD)!important}.left-side-bar .sidebar_main .main-menu .ant-menu-submenu-open .ant-menu-title-content,.left-side-bar .sidebar_main .main-menu .ant-menu-submenu-open .ant-menu-submenu-arrow{color:#fff}.left-side-bar .sidebar_main .main-menu .ant-menu-submenu-open .ant-menu-item-icon img{filter:invert(1)}.left-side-bar .sidebar_main .ant-layout-sider-trigger{position:static;color:#000;cursor:pointer;width:40px!important;margin-top:16px;height:25px;line-height:25px;transition:all .3s ease-in-out;border-top-left-radius:20px;border-bottom-left-radius:20px;background-color:transparent;align-self:flex-end}.left-side-bar .sidebar_main .ant-layout-sider-trigger:hover{background-color:#f2f2f2}.left-side-bar .sidebar_main .ant-menu-submenu-arrow{color:var(--color-fff)}.left-side-bar .sidebar_main.ant-layout-sider-collapsed .main-menu .menu-item svg,.left-side-bar .sidebar_main.ant-layout-sider-collapsed .main-menu .sub-menu svg{min-width:unset}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-collapsed .main-menu .menu-item.ant-menu-item-selected{border-radius:0 3px 3px 0}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-collapsed .menu-item .ant-menu-item-icon,.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-collapsed .sub-menu .ant-menu-item-icon{width:100%;line-height:34px}.preferance-left-tab .ant-tabs .ant-tabs-tab+.ant-tabs-tab:not(:first-child){margin:0}.organization_card:not(.default_organization){border:1px solid #e5e5e5}.organization_card .ant-card-body{padding:20px 10px 20px 21px}.organization_card.default_organization{background-color:var(--F2F7FE);border-color:var(--388EFF)}.organization_card.default_organization .ant-card-body{border:unset}.organization-card-widget .organization-img{width:100px;height:100px;object-fit:cover}.organization-card-widget .organization-img .ant-image{width:100%;height:100%}.organization-card-widget .organization-img .ant-image img{height:100%;object-fit:cover}.organization-card-widget .set_default{color:var(--color-0061DD);border-radius:13px!important;font-size:var(--font-size-b4);line-height:var(--line-height-17);font-weight:var(--p-medium);background-color:var(--E5EFFC);border:none;padding:3px 10px}.organization-card-widget .organization-level{font-size:var(--font-size-b2);font-weight:var(--p-bold);line-height:var(--line-height-22);color:var(--color-1616);margin:0 0 5px}.organization-card-widget .organization-details-list:not(:last-child){margin-bottom:6px}.organization-card-widget .organization-details-list .ant-col-3{max-width:104px;min-width:104px}.organization-card-widget .organization-details-list .organization-key{font-size:var(--font-size-b5);font-weight:var(--p-semi-bold);line-height:var(--line-height-17);color:var(--color-1616)}.organization-card-widget .organization-details-list .organization-value{font-size:var(--font-size-b3);line-height:var(--line-height-17);padding-left:10px;color:var(--color-1616)}.organization-card-widget .no-border-btn{color:var(--color-007AFF)}.organization-card-widget .no-border-btn:hover span{text-decoration:underline}.organization-card-widget .no-border-btn.link-btn{background-color:transparent}.organization-card-widget .btn-primary,.organization-card-widget .form_group .need .ant-input-group-addon,.form_group .need .organization-card-widget .ant-input-group-addon,.organization-card-widget .btn-default{padding:0 12px}.organization_img{width:auto;height:100px;border-radius:5px!important;border:1px solid var(--color-E5E5E5)}.organization_img img{object-fit:contain}.organization_img .ant-image-placeholder{position:relative;top:-7px}.organization_img .ant-image-mask{border-radius:unset}.default_modal .ant-modal-content{height:154px}.default_modal .ant-modal-content .ant-typography{color:#161616}.default_modal .switch_btn{width:82px}.default_modal .view_btn{width:78px}.mt-20{margin-top:20px}.mb-20,.invite_user_form h5,.authcontainer .signup-form-heading,.default_modal .ant-modal-content .ant-typography{margin-bottom:20px}.tabs-header{background-color:var(--color-fff);padding:2px 5px 2px 12px}._sku_actions .ant-btn-loading-icon svg,._sku_actions .ant-btn-loading-icon svg path{fill:#fff!important}._spinner-main{display:flex;align-items:center;justify-content:center;width:100%;height:55vh}.link-invoices-menu{z-index:999}.user-tabs .ant-tag{border-radius:11.5px;border-color:transparent;font-weight:500}.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap{flex:0 0 30%!important;padding-left:12px}.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab{min-width:64px;text-align:center;display:block;margin:0;cursor:pointer}.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab label{color:var(--color-dark-gray);font-size:var(--font-size-b3);line-height:var(--line-height-18);font-weight:var(--p-bold);cursor:pointer}.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active label{color:var(--color-1616)}.user-tabs .ant-tabs-nav .ant-tabs-ink-bar-animated{bottom:6px;border-radius:4px!important;height:2px}.user-tabs .ant-tabs-nav .ant-tabs-extra-content{flex:0 0 52%}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .fields_field input{height:30px!important;font-size:var(--font-size-b3);line-height:var(--line-height-18);background-color:var(--color-fff);color:#6e6e6e}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .fields_field input::placeholder{font-size:var(--font-size-b3);line-height:var(--line-height-18);color:var(--color-dark-gray)}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .fields_field .ant-input-suffix{font-size:22px;color:var(--color-1616);font-weight:var(--p-bold)}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-select-selector{border-radius:3px!important}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-input-affix-wrapper{border-radius:3px!important;border:1px solid var(--color-e2e2e2);background-color:var(--color-fff)}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{box-shadow:none;border:1px solid #0061DD}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-input-affix-wrapper.ant-input-affix-wrapper-focused:hover{background-color:var(--color-f5f5)!important}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-input-affix-wrapper:hover{background-color:var(--color-f5f5)}.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-input-affix-wrapper:hover input{background-color:var(--color-f5f5);border-color:var(--color-ccc)}.user-tabs .ant-tabs-nav .filter-field .ant-select-dropdown{z-index:2}.user-tabs .ant-tabs-nav:before{border-bottom:0}.user-tabs .elepsis--dropdown .ant-popover-content{width:175px}.user-tabs .elepsis--dropdown .ant-popover-content .ant-popconfirm-message-title{width:100%;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.organization-detail-page .company_logo{margin-bottom:18px}.organization-detail-page .ant-image-img{object-fit:cover}.organization-detail-page .form_box{margin:0 auto 22px}.organization-detail-page .mb-35{margin-bottom:35px}.organization-detail-page .mbx-30{margin-bottom:30px}.organization-detail-page h4{margin-bottom:22px;font-weight:500}.organization-detail-page h5{margin-bottom:2px;font-weight:var(--p-semi-bold)}.organization-detail-page .d-inline-block{display:inline-block}.users-table table{table-layout:unset!important}.users-table table .ant-table-thead .ant-table-cell svg{margin-left:11px}.users-table table .ant-table-thead .ant-table-cell:first-child{width:36%}.users-table table .ant-table-thead .ant-table-cell:nth-child(2){width:26.6%}.users-table table .ant-table-thead .ant-table-cell:nth-child(3){width:26%}.users-table table .ant-table-thead .ant-table-cell:nth-child(4){width:12%}.users-table table .ant-table-thead .ant-table-cell:nth-child(5){width:12%}.users-table table .ant-table-thead .ant-table-cell:nth-child(6){width:10%}.users-table table .ant-table-thead .ant-table-cell.ant-table-column-sort{background-color:var(--color-ccc)}.users-table table .ant-table-tbody tr .ant-table-cell .ant-checkbox-wrapper .ant-checkbox input{width:18px;height:18px;background-color:var(--color-fff)}.users-table table .ant-table-tbody tr .ant-table-cell .ant-checkbox-wrapper .ant-checkbox:hover input{background-color:var(--color-f5f5)}.users-table table .ant-table-tbody tr .ant-table-cell:nth-child(5)[title=Invited] .ant-tag{background:#FFE7C8;color:#9b5800;border-color:var(--color-fff)}.users-table table .ant-table-tbody tr .ant-table-cell:nth-child(5) .ant-tag{border-radius:13px!important;min-width:59px;text-align:center;font-size:var(--font-size-b4);line-height:var(--line-height-17);padding:3px 10px}.roles-table .ant-table-thead .ant-table-cell:nth-child(1){width:21.3%}.roles-table .ant-table-thead .ant-table-cell:nth-child(2){width:67%}.roles-table .ant-table-thead .ant-table-cell:nth-child(3){width:10%}.roles-table .ant-table-thead .ant-table-cell:nth-child(4){width:14%}.roles-table .ant-table-tbody tr .ant-table-cell{padding:8px 16px}.roles-table .ant-table-tbody tr .ant-table-cell .ant-checkbox-wrapper .ant-checkbox input{width:18px;height:18px;background-color:var(--color-fff)}.roles-table .ant-table-tbody tr .ant-table-cell .ant-checkbox-wrapper .ant-checkbox:hover input{background-color:var(--color-f5f5)}.roles-table .ant-table-container .ant-table-content .ant-table-tbody tr .roles_description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:150px}.roles-table table,.users-table table{margin-bottom:0}.roles-table .ant-table-tbody .ant-empty,.users-table .ant-table-tbody .ant-empty{height:calc(100vh - 323px);display:flex;flex-direction:column;justify-content:center}.filter-field label{color:var(--color-1616);font-size:var(--font-size-b3);line-height:var(--line-height-17)}.settings .__sku_settings{top:34.5px!important}.settings .__sku_settings .sku_form{margin:0;min-height:auto!important;padding:0}.settings .__sku_settings .sku_form .form_group .input_field{margin-bottom:20px!important}.__sku_settings{width:330px;padding-left:0;max-width:330px;left:-4px!important;border-radius:5px!important}.__sku_settings .ant-popover-title{text-align:center;font-size:var(--font-size-b2);font-weight:var(--p-bold);color:var(--color-202020)}.__sku_settings .color-black{color:var(--color-1616)}.__sku_settings .form_group .input_field{margin-bottom:0}.__sku_settings .ant-popover-inner{padding:30px 36px}.__sku_settings ._sku_actions{text-align:center}.__sku_settings ._sku_actions .ant-btn-loading-icon{scale:.5}.__sku_settings ._sku_actions .sku_form_btn{display:flex;justify-content:center;align-items:center;margin:0 auto}.__sku_settings ._sku_actions .ant-form-item-control-input{justify-content:center}.__sku_settings ._sku_actions .ant-form-item-control-input .ant-form-item-control-input-content{flex:none}.__sku_settings .sku_form .align_label span{padding-right:0}.__sku_settings .sku_form .disabled .input_field .ant-form-item-row .ant-form-item-label label{color:#6e6e6e!important}.__sku_settings .sku_form .disabled .input_field .ant-form-item-row .ant-input-disabled{background:#EEEEEE}.__sku_settings .sku_form .form_box{margin:0 auto!important}.add_product_modal .__sku_settings{right:0!important;left:auto!important}.add_product_modal .__sku_settings .sku_form{padding:0!important}.upload-wrapper-main .upload-wrapper-inner{border:2px dashed var(--color-ccc);padding:7px 10px;text-align:center;border-radius:3px;flex:unset;width:100%;align-self:flex-start}.upload-wrapper-main .upload-wrapper-inner .upload_box{width:100%;height:100%}.upload-wrapper-main .upload-wrapper-inner{border-radius:3px!important}.upload-wrapper-main .upload-wrapper-inner .loader-default-img{flex-direction:column}.upload-wrapper-main .upload-wrapper-inner .loader-default-img img{margin:0 auto 10px}.upload-wrapper-main .upload-wrapper-inner .loader-default-img .ant-progress-bg{background-color:#1677ff!important}.upload-wrapper-main .upload-wrapper-inner .upload-hint p{font-size:var(--font-size-b3)}.upload-wrapper-main .upload-wrapper-inner .img-format-hint{font-size:var(--font-size-b4)!important}.upload-wrapper-main .upload-wrapper-images{position:relative;display:flex;gap:10px 30px}.upload-wrapper-main .upload-wrapper-images svg{cursor:pointer}.upload-wrapper-main .upload-wrapper.item-image label,.upload-wrapper-main .upload-wrapper.item-image .ant-form-item button{min-width:60px;height:23px;line-height:23px;border-radius:13px;font-size:var(--font-size-b4);font-weight:var(--p-medium);left:50%;transform:translate(-50%)}.upload-wrapper-main .upload-wrapper{position:relative;border-radius:3px;border:1px solid #E5E5E5;text-align:center;display:flex;align-items:center;justify-content:center;width:100px;height:100px;gap:unset!important}.upload-wrapper-main .upload-wrapper.item-image{position:relative}.upload-wrapper-main .upload-wrapper.item-image .ant-image{width:100px;height:100px}.upload-wrapper-main .upload-wrapper.item-image .ant-image img{height:100%;width:100%;object-fit:cover;border-radius:3px;border:1px solid var(--color-E5E5E5)}.upload-wrapper-main .upload-wrapper.item-image .ant-form-item{position:absolute;bottom:0;width:100px;display:flex;justify-content:center}.upload-wrapper-main .upload-wrapper.item-image .ant-form-item button{background-color:var(--color-eee);border:none;height:23px;line-height:23px;padding:0 10px;border-radius:13px;color:var(--color-extra01)}.upload-wrapper-main .upload-wrapper.item-image .ant-form-item button:hover{color:var(--color-extra01)}.upload-wrapper-main .upload-wrapper.item-image label{bottom:5px;position:absolute;background-color:var(--E5EFFC);color:var(--color-0061DD)}.upload-wrapper{gap:unset!important}.space--adjust{width:100%;max-width:400px}.upload-wrapper-main{gap:0 28px;margin-bottom:30px}.ant-space-item .anticon .ant-space-item{position:absolute;top:0;right:0;background-color:#e5e5e5}.upload-wrapper{position:relative}.ant-space-item .anticon .ant-space-item{position:absolute;background-color:transparent;height:20px;border-radius:50%;display:flex;align-items:end;justify-content:center;z-index:1;width:20px}.ant-space-item .overlay .ant-space-item{height:100%;width:100%;display:flex;align-items:center;cursor:pointer}.ant-space-item .anticon .ant-space-item svg.crossIcon{color:#161616;font-weight:700;stroke-width:.5}.ant-space-item .anticon .ant-space-item svg.crossIcon path{font-weight:700}.attachment_list{display:flex;align-self:flex-end;gap:0 30px;flex-wrap:wrap}.attachment_gap{margin-bottom:40px!important}.upload-wrapper-master{align-items:flex-end;margin-bottom:24px;gap:0 22px}.upload-wrapper-master .ant-upload-select{width:400px!important;height:118px!important;border:1px solid rgba(204,204,204,.8);background-color:transparent!important;border:2px dashed var(--color-e2e2e2)!important}.upload-wrapper-master .ant-upload-select .ant-upload{display:block!important}.upload-wrapper-master .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select,.upload-wrapper-master .upload_box .ant-upload-wrapper .ant-upload-picture-card-wrapper.ant-upload-list .ant-upload.ant-upload-select,.upload_box .ant-upload-wrapper .upload-wrapper-master .ant-upload-picture-card-wrapper.ant-upload-list .ant-upload.ant-upload-select{margin-bottom:0}.upload-wrapper-master .optimistic{line-height:0;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.upload-wrapper-master .optimistic .ant-upload-drag-icon{margin-bottom:4px!important}.upload-wrapper-master .optimistic .ant-upload-drag-icon .logo{border:none;padding:0}.upload-wrapper-master .optimistic .ant-upload-hint{font-size:12px;color:var(--color-light-gray)}.upload-wrapper-master .ant-image-img{border:1px solid #E5E5E5;border-radius:3px;object-fit:contain}.custom_blocklevel{margin-left:47px}.custom_blocklevel .ant-space{padding-left:0!important}.custom_blocklevel._unset--ml{margin:unset}.custom_blocklevel .btn-primary,.custom_blocklevel .form_group .need .ant-input-group-addon,.form_group .need .custom_blocklevel .ant-input-group-addon{min-width:90px!important;width:auto}.image-container .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000bf;opacity:0;transition:opacity .3s ease-in-out;border-radius:3px}.image-container .overlay svg,.image-container .overlay svg.ant-tooltip-open{fill:#fff;font-size:15px}.image-container:hover .overlay{opacity:1;z-index:111}.ant-tooltip .ant-tooltip-arrow:before{background:#6E6E6E}.ant-tooltip .ant-tooltip-inner{background-color:#6e6e6e;min-width:auto;min-height:auto;padding:3px 10px}.upload-wrapper-images{flex-wrap:wrap}.upload-wrapper-images .ant-space-item .anticon .ant-space-item{position:absolute;top:-11%;right:-11%;background-color:#e5e5e5;cursor:pointer}.upload-wrapper-images img{object-fit:cover}.role_form{max-width:1180px;width:100%;flex-direction:column}.role_form .ant-form-item-row{max-width:400px}.role_form .sale_person .ant-form-item-row{max-width:1180px!important}.role_form .sale_person .sale_checkbox{display:flex}.role_form .sale_person .sale_checkbox .info_circle{display:flex;align-items:center}.role_form .sale_person .sale_checkbox .info_circle svg{margin-right:5px}.role_form #create-role-form_sales_person{width:100%;white-space:nowrap}.role_form #create-role-form_sales_person p{margin-bottom:0}.role_form .role_field .ant-form-item .ant-form-item-label>label,.role_form .role_box .ant-form-item .ant-form-item-label>label{color:var(--color-1616)}.role_form .role_field .ant-input{height:40px}.role_form .role_field .ant-form-item-control-input{min-height:auto}.role_form .ant-input:hover{background-color:var(--color-f5f5)}.role_form .ant-input:focus{border-color:var(--color-0061DD);box-shadow:none;background:transparent}.role_form .ant-input:disabled{background-color:var(--color-eee)}.role_form _input_style,.role_form .ant-input{border:1px solid var(--color-e2e2e2);border-radius:3px!important;outline:none}.access_heading{font-size:var(--font-size-b2)!important;font-weight:var(--p-medium);margin:0 0 18px;color:var(--color-1616)}.access_table_header{background-color:var(--table-row-color);padding:10px 0}.access_table_header .header_heading{font-size:var(--font-size-b5);font-weight:var(--p-semi-bold);line-height:var(--line-height-17);color:var(--color-black)}.access_table_header .header_heading.left{padding:0 20px}.access_table_header.roles-bottom{border-bottom:1px solid var(--color-E5E5E5);padding-block:8px}.access_table_header.roles-bottom .header_heading.left{padding:0 20px 0 10px}.btn_create{color:var(--color-fff);background-color:var(--color-0061DD)!important}.btn_create:hover{background-color:var(--color-007AFF)!important;color:var(--color-fff)!important}.btn_create:active{background-color:var(--color-active)!important}.btn_cancel{background-color:var(--color-eee)!important;color:#161616}.btn_cancel:hover{background-color:var(--color-f5f5)!important;color:#161616!important}.btn_cancel:hover a{color:inherit}.btn_cancel:active{background-color:var(--color-ccc)!important}.btn_cancel:active a{color:#161616}.btn_cancel>*{color:inherit}_btn,.btn_create,.btn_cancel{height:36px;padding:0 12px;box-shadow:none;border:none;width:auto;min-width:80px}.main_wrapper .__add_role_title span{font-size:var(--font-size-b3);line-height:var(--font-size-b1);color:var(--color-black)}.main_wrapper .__add_role_row{padding:3px 0}.main_wrapper .__add_role_row:nth-child(2n){background-color:var(--table-row-color);border-block:1px solid var(--color-e2e2e2)}.main_wrapper .__add_role_row .ant-row .ant-col-offset-8{margin-inline-start:32%}.main_wrapper .__add_role_row .ant-row .ant-col-offset-8 .ant-col-6{text-align:center}.main_wrapper .__add_role_row .ant-row .ant-col-offset-8 .ant-col-6:nth-child(2){padding-left:31px!important}.main_wrapper .__add_role_row .ant-row .ant-col-offset-8 .ant-col-6:nth-child(3){padding-left:44px!important}.main_wrapper .__add_role_row .ant-row .ant-col-offset-8 .ant-col-6:nth-child(4){padding-left:56px!important}.main_wrapper .roles-bottom .ant-col.ant-col-9{margin-inline-start:26%}.main_wrapper .roles-bottom .ant-col-6{text-align:center}.__user_roles_header .btn-form-size,.__user_roles_header .form_group .need .ant-input-group-addon,.form_group .need .__user_roles_header .ant-input-group-addon{padding:0 12px}.__user_roles_header h5{font-size:16px!important;line-height:17px;color:#161616;font-weight:700}.remove-select-icon .ant-select-selector{width:100%!important}.form-row-container .form_group .custom-mb.input_field{margin-bottom:0}.form--label-mb{margin-bottom:3px}.license--field .ant-col{margin-top:1px}.ant-picker-input:hover .anticon-close-circle svg{height:16px;width:16px;fill:#000;background-color:#f5f5f5}.add-organization-form .ant-space-item .upload-text{font-size:10px;line-height:17px;color:#9d9d9d;position:absolute;left:-8px;text-align:center;bottom:15px;margin-bottom:0}.add-organization-form .mb-35{margin-bottom:35px}.add-organization-form .mb-18{margin-bottom:18px}.add-organization-form h4{margin-bottom:22px;font-weight:500;color:#161616}.add-organization-form .flex_unset .ant-form-item-control-input-content{flex:unset!important}.add-organization-form .upload_box .upload-wrapper{flex-direction:row-reverse;position:relative}.add-organization-form .upload_box .upload-wrapper img{object-fit:cover;border-radius:5px;height:100px}.add-organization-form .upload_box .upload-wrapper .anticon{position:absolute;bottom:-7px;right:-3px;width:36px;height:36px;border-radius:50%!important;background-color:var(--color-f5f5);z-index:9;box-shadow:0 0 6px #00000029;cursor:pointer}.add-organization-form .upload_box .upload-wrapper .crossIcon{transform:scale(2);fill:var(--color-1616);margin-top:3px}.add-organization-form .upload_img .plus_icon{bottom:-11px;border-radius:50%;right:4px}.add-organization-form .upload_img .ant-space-item:first-child img{border:1px solid #e2e2e2;border-radius:4px}.add-organization-form .upload-wrapper-customer .anticon{border-radius:50%}.add-organization-form .form-row-container .form_group .ant-checkbox-wrapper:hover .ant-checkbox .ant-checkbox-inner{background-color:#f5f5f5!important;border-color:#999!important}.add-organization-form .form-row-container .form_group .ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner{background-color:#2580e8!important;border-color:transparent!important}.access_table_header.access-rights-container .header_heading.left{padding:0 10px}.upload_img{position:relative}.upload_img img{width:100px;height:100px;object-fit:contain}.upload_box .upload_img{width:100%;height:100%;position:relative}.upload_box .upload_img .ant-space-item{min-width:100%}.upload_box .upload_img .ant-space-item img{object-fit:cover}.upload_box .upload_img .ant-space-item .plus_icon{cursor:pointer}.upload_box .upload_img .ant-space-item .plus_icon img{position:absolute;left:50%;top:50%;width:12px;transform:translate(-50%,-50%) scale(1.25);height:12px}.upload_box .upload_img .ant-space-item .user_profile_icon{width:42px;height:42px;opacity:.5}.upload_box .upload_img .ant-space-item .user_profile_icon.default-customer-icon{width:100px;height:100px;border-radius:50%}.invite_user_form{margin:10px auto 0;padding-inline:22px}.invite_user_form .input_field{margin-bottom:15px!important}.invite_user_form .input_field:nth-of-type(3){margin-bottom:30px!important}.invite_user_form .ant-form-item-label{padding:unset}.invite_user_form h5{text-align:center}.custom-listing-tbl{table-layout:fixed;margin-bottom:7px}.custom-listing-tbl thead tr th{width:25%}.settings-sidebar-header .ant-drawer-header{padding:0;border:0}.settings-sidebar-header .ant-drawer-body{padding-top:20px!important;padding-right:2px!important}.settings-sidebar-header .organization-card-toggle .ant-card-body:empty{display:none}.extra-space-remove{position:relative;z-index:4}.extra-space-remove label{margin:0!important}.extra-space-remove .ant-select,.extra-space-remove .ant-select-selection-search,.extra-space-remove input{cursor:pointer}.flx-flow_setting .ant-row{flex-flow:unset!important}.flx-flow_setting .ant-row .ant-select-selection-search-input{height:40px!important}.profileTopSec{background-color:#f2f7fe;padding:20px 10px}.profileTopSec .orgImg{border:1px solid #E5E5E5;margin-left:auto;margin-right:auto}.profileTopSec .orgImg img{object-fit:cover}.profileTopSec .myAcc{font-family:IBM Plex Sans;font-weight:400;font-size:14px;text-align:left;color:#0061dd}.profileTopSec .myAcc:hover{color:#0061dd;text-decoration:underline}.profileTopSec .signOut{font-family:IBM Plex Sans;font-weight:400;font-size:14px;text-align:left;color:#cc0123}.profileTopSec .signOut:hover{color:#cc0123;text-decoration:underline}.myBussinessArea{margin:0 11px;padding:2px 0 10px;border-bottom:1px solid #E5E5E5}.myBussinessArea .myBussinessRight{gap:20px}.myBussinessArea .myBussinessRight .setting_filter{filter:brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(3088%) hue-rotate(203deg) brightness(89%) contrast(108%)}.myBussinessArea .myBussinessRight .bussiness_manage:hover .manageText{color:#2580e8;text-decoration:underline}.myBussinessArea .myBussinessRight .bussiness_manage:hover .setting_filter{filter:brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(845%) hue-rotate(183deg) brightness(111%) contrast(89%)}.myBussinessArea .busTitle{font-family:IBM Plex Sans;font-weight:700;font-size:16px;line-height:17px;text-align:left;color:#161616}.myBussinessArea .manageText{font-family:IBM Plex Sans;font-weight:400;font-size:14px;text-align:left;color:#0061dd}.myBussinessArea .manageText:hover{color:#0061dd;text-decoration:underline}.organization-list .ant-list-item-meta{align-items:center!important}.org-card-new{border-top:none;border-left:none;border-right:none;border-radius:0;border-color:#e5e5e5}.org-card-new:hover,.org-card-new .active{box-shadow:none;border-radius:5px;background:#a4c8ff}.org-card-new .listItem{padding:15px}.org-card-new .listItem .ant-list-item-meta-avatar{margin-inline-end:10px!important}.org-card-new .listItem .avt-logo{width:50px;height:50px}.org-card-new .listItem .card-sec{display:flex;align-items:center;justify-content:space-between}.org-card-new .listItem .card-sec .ant-typography{font-family:IBM Plex Sans;font-weight:700;font-size:14px;line-height:17px;text-align:left;color:#161616;margin-bottom:0}.org-card-new .listItem .card-sec .share-unshared{border-radius:3px;font-size:14px;font-weight:400;border:none;min-height:24px;line-height:1.6}.org-card-new .listItem .card-sec .organization-badge{background-color:#e8ffe5;color:#0e7502}.p-15{padding:15px 16px!important}.p-11,.generic-table.assest-value-tbl table .ant-table-cell,.generic-table.report-period-tbl table th.ant-table-cell{padding:11px 16px!important}.details-heading,.product-details .product-details-right .ant-typography,.product-details .product-details-center .available_stock .heading,.product-details .product-details-center .asset_value .heading{font-size:var(--font-size-b3);font-weight:var(--p-semi-bold)}.__items--details .__items_details_header .ant-page-header-footer{margin-block-start:0}.__items-details_container .product_details .text--no-capitalize .product_value{text-transform:unset}.__items-details_container .product_details .text--no-capitalize .product_value span{display:inline-block}.__items-details_container .product_details .text--no-capitalize .product_value span:first-letter{text-transform:capitalize}.item-col{background-color:var(--color-fff);min-height:92vh}.elepsis--dropdown{z-index:1}.category--block{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.item-table.generic-table .ant-table-tbody tr .ant-table-cell{padding:7px 16px}.item_details-inner{padding:2px 11px 12px}.item_details-inner h5{font-size:var(--font-size-b2)!important;line-height:var(--line-height-17);color:var(--color-1616);font-weight:var(--p-medium)}.__items_details_header{background-color:var(--color-fff)!important;padding:0}.__items_details_header .item_detail_header_actions{display:flex;gap:10px}.__items_details_header .ant-page-header-heading .ant-page-header-heading-left{margin:0;height:36px!important}.__items_details_header .ant-page-header-heading{border-bottom:1px solid var(--color-E5E5E5);background-color:var(--color-fff);top:0;z-index:2;flex-wrap:nowrap}.__items_details_header .ant-page-header-heading-extra{margin:0}.__items_details_header .ant-page-header-heading-extra .__items_details_actions .ant-select-selector .ant-select-selection-item{text-transform:capitalize}.__items_details_header .ant-page-header-footer{padding:0 0 30px 30px;margin-top:0}.__items_details_header.p-0 .ant-page-header-footer{padding:0}.__items_details_header .product-details{align-items:center}.__items_details_header .product-details.align-start{align-items:flex-start}.__items_details_header .ant-page-header-heading{padding:13px 20px 13px 15px}.__items_details_header .ant-page-header-footer .ant-page-header-heading-title,.__items_details_header .ant-page-header-heading .ant-page-header-heading-title{font-size:var(--font-size-b2);color:var(--color-1616);margin-inline-end:20px;font-weight:700;white-space:unset;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:18px}.__items_details_header .ant-page-header-heading{padding:12px 20px 11px}.__items_details_header .ant-page-header-heading .ant-page-header-heading-title{margin-inline-end:5px}.__items_details_header .ant-page-header-heading-extra .btn-trascation{min-width:144px!important;cursor:pointer}.__items_details_header .ant-page-header-heading-extra .btn-trascation svg{width:9px;height:10px;fill:var(--color-fff)}.__items_details_header .ant-page-header-heading-extra .btn-edit{min-width:72px;cursor:pointer}.__items_details_header .ant-page-header-heading-extra .btn-edit>.ant-btn{background-color:#eee;height:36px;box-shadow:none;border-color:transparent}.__items_details_header .ant-page-header-heading-extra .btn-edit>.ant-btn:hover:not(.ant-dropdown-open){background-color:#f5f5f5}.__items_details_header .ant-page-header-heading-extra .btn-edit>.ant-btn:hover:not(.ant-dropdown-open):not(.ant-dropdown-open){background-color:#ccc!important}.__items_details_header .ant-page-header-heading-extra .btn-edit>.ant-btn span{color:var(--color-1616)}.__items_details_header .ant-page-header-heading-extra .btn-edit>.ant-btn:focus-visible{outline:0}.__items_details_header .ant-page-header-heading-extra .btn-edit .ant-dropdown-open{background-color:#ccc}.__items_details_header .ant-page-header-heading-extra .btn-edit .ant-dropdown-open span svg{transform:rotate(180deg)}.__items_details_header .ant-page-header-heading-extra .btn-edit .ant-btn-compact-first-item{padding:4px 12px}.__items_details_header .ant-page-header-heading-extra .btn-edit .ant-dropdown-trigger{border-left:2px solid #e5e5e5;width:25px}.__items_details_header .ant-page-header-heading-extra .btn-edit .edit-span{border-right:2px solid var(--color-e2e2e2);padding-right:8px;text-align:center}.__items_details_header .ant-page-header-heading-extra .btn-edit.no-edit .ant-btn:nth-of-type(1){cursor:not-allowed!important}.__items_details_header .ant-page-header-heading-extra .btn-edit.no-edit .ant-btn:nth-of-type(1):hover{background-color:#f5f5f5!important}.__items_details_header .ant-page-header-heading-extra .btn-edit.no-edit .ant-btn:nth-of-type(1):hover .base-style{cursor:not-allowed}.ant-tabs .ant-tabs-tab+.ant-tabs-tab:not(:first-child){margin:0 0 0 15px}.__items-details_container{max-width:1100px;margin:0 auto}.__items-details_container.mx-100{max-width:100%}.__items-details_container .ant-tabs-nav{border-bottom:1px solid var(--color-e2e2e2);margin-bottom:16px}.__items-details_container .ant-tabs-nav .ant-tabs-tab{padding:5px 15px 8px}.__items-details_container .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-1616)}.__items-details_container .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn{font-size:var(--font-size-b3);line-height:var(--line-height-17);font-weight:var(--p-bold);color:var(--color-dark-gray);border-width:2px}.__items-details_container .ant-tabs-nav:not(:first-child){margin:0 0 0 12px}.__items-details_container .item-details-transactions .ant-form-item{margin-bottom:0}.__items-details_container .item-details-transactions .ant-select{width:100%;max-width:320px!important}.__items-details_container .item-details-transactions .ant-select-selector{height:40px!important;align-items:center}.__items-details_container.product--item__detail_tabs .item-details-transactions .ant-form-item:nth-child(2){width:105px}.__items-details_container.product--item__detail_tabs .item-details-transactions .ant-form-item:first-child{width:125px}.product--item__detail_tabs .transaction-tbl .ant-table-container .ant-table-tbody .ant-table-cell-ellipsis a:hover{text-decoration:underline!important}.__item--conent-side .__items-details_container,.__main_content_side .__items-details_container{margin-bottom:30px}.generic_modal_style .__items-details_container .ant-tabs-content-holder .ant-tabs-tabpane:not(:nth-of-type(4),:nth-of-type(5),:nth-of-type(6)){padding-right:15px}.generic_modal_style .__items-details_container.bill-detail-table .ant-tabs-content-holder .ant-tabs-tabpane,.generic_modal_style .__items-details_container.px-0 .ant-tabs-content-holder .ant-tabs-tabpane{padding-right:0}.product-details .custom_spacing{max-width:320px;width:100%}.product-details .custom_spacing .product_images{position:relative}.product-details .custom_spacing .product_images .ant-form-item{padding-bottom:0}.product-details .custom_spacing .product_images .image_inner{height:250px}.product-details .custom_spacing .product_images .image_inner .ant-form-item,.product-details .custom_spacing .product_images .image_inner .ant-btn,.product-details .custom_spacing .product_images .image_inner label{position:absolute;top:7px;right:7px;z-index:1;margin-bottom:0;font-size:12px;border-radius:18px}.product-details .custom_spacing .product_images .image_inner .ant-form-item{top:1px;right:0}.product-details .custom_spacing .product_images .image_inner .ant-form-item .ant-btn{height:23px;color:var(--color-extra01);border:none;background-color:var(--color-eee);padding:0 10px;font-weight:var(--p-semi-bold);box-shadow:none}.product-details .custom_spacing .product_images .image_inner .ant-form-item .ant-btn:hover{color:var(--color-extra01)}.product-details .custom_spacing .product_images .image_inner label{color:var(--color-0061DD);background-color:var(--E5EFFC);padding:0 11px;line-height:23px;font-weight:var(--p-semi-bold)}.product-details .custom_spacing .product_images .image_inner .ant-image{height:100%;border:1px solid var(--color-E5E5E5);border-radius:3px;width:100%}.product-details .custom_spacing .product_images .image_inner .ant-image img{height:100%;object-fit:cover}.product-details .custom_spacing .product_images .image_gallery{flex-direction:row;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.product-details .custom_spacing .product_images .image_gallery .image_list_item{border-radius:3px;width:42px;height:42px;display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer}.product-details .custom_spacing .product_images .image_gallery .image_list_item .ant-image{width:100%;height:100%}.product-details .custom_spacing .product_images .image_gallery .image_list_item:last-child{margin-right:0}.product-details .custom_spacing .product_images .image_gallery .image_list_item,.product-details .custom_spacing .product_images .image_gallery label{margin-bottom:10px;border:1px solid #e5e5e5;border-radius:3px}.product-details .custom_spacing .product_images .image_gallery .image_list_item .ant-image img,.product-details .custom_spacing .product_images .image_gallery label .ant-image img{height:100%;object-fit:cover}.product-details .custom_spacing .product_images .image_gallery label{display:flex;align-items:center;justify-content:center;width:38px;height:36px;background-color:#eee;cursor:pointer}.product-details .custom_spacing .product_images .image_gallery label svg{font-size:24px}.product-details .custom_spacing .product_images .image_gallery label svg path{stroke-width:10px}.product-details .custom_spacing .product_images .image_gallery label:hover{background-color:#f5f5f5!important}.product-details .custom_dot{max-width:335px;width:100%}.product-details .product-details-center{padding:0 10px}.product-details .product-details-center .available_stock .heading,.product-details .product-details-center .asset_value .heading{color:var(--color-1616);display:flex;align-items:center}.product-details .product-details-center .asset_value{display:flex;flex-direction:column}.product-details .product-details-right{flex:0 0 36%;position:relative;bottom:2px}.product-details .product-details-right .product_note{display:flex;justify-content:space-between;align-items:flex-start;align-items:center}.product-details .product-details-right .product_note .ant-col,.product-details .product-details-right .product_note .ant-col .ant-form-item-control-input{position:static!important}.product-details .product-details-right .ant-form-item{margin-bottom:0}.product-details .product-details-right .ant-form-item .edit_btn{padding:0;color:var(--color-0061DD)}.product-details .product-details-right .ant-form-item .edit_btn:focus-visible{outline:0}.product-details .product-details-right .ant-form-item .save_btn{color:var(--color-0061DD);padding:0}.product-details .product-details-right .ant-typography{color:var(--color-dark-gray);line-height:17px}.product-details .product-details-right .ant-form .ant-form-item textarea{color:#000}.product-details .product-details-right .ant-form .ant-input .ant-input-disabled{color:#6e6e6e}.__report_tabs_align .ant-picker{height:40px}.__report_tabs_align .ant-picker:hover{background-color:#f5f5f5;border-color:#e2e2e2}.__report_tabs_align label b{color:var(--color-1616);font-size:var(--font-size-b3);font-weight:var(--p-semi-bold);line-height:var(--line-height-17)}.__report_tabs_align>.ant-space-item:first-child{width:9%}.__report_tabs_align>.ant-space-item:nth-child(2){width:31.3%}.__report_tabs_align>.ant-space-item:nth-child(2) .ant-space-item:nth-child(2){width:100%}.__report_tabs_align>.ant-space-item:nth-child(3){width:29.5%}.__report_tabs_align>.ant-space-item:nth-child(3) .ant-space-item:nth-child(2){width:100%}.__report_tabs_align .ant-space-item label{color:var(--color-1616);font-size:var(--font-size-b3);font-weight:var(--p-regular);line-height:var(--line-height-17)}.__report_tabs_align .ant-form-item-control-input .ant-picker-input svg{fill:var(--color-1616)}.generic-table.report-period-tbl table{table-layout:unset!important}.generic-table.report-period-tbl table td{word-break:break-word}.generic-table.report-period-tbl table th.ant-table-cell:nth-child(1){width:18%}.generic-table.report-period-tbl table th.ant-table-cell:nth-child(2),.generic-table.report-period-tbl table th.ant-table-cell:nth-child(3),.generic-table.report-period-tbl table th.ant-table-cell:nth-child(4),.generic-table.report-period-tbl table th.ant-table-cell:nth-child(5){width:19%}.adjustment_table_modal table .ant-table-tbody .ant-table-row .ant-table-cell:nth-child(4){max-width:210px!important}.generic-table.transaction-tbl table{table-layout:unset!important}.generic-table.transaction-tbl table th:nth-child(1){width:8%}.generic-table.transaction-tbl table th:nth-child(2){width:13%}.generic-table.transaction-tbl table th:nth-child(3){width:40%}.generic-table.transaction-tbl table th:nth-child(4){text-align:center}.generic-table.transaction-tbl table td:nth-child(4){text-align:center}.adjustment-popup-main .ant-form-item{margin-bottom:20px!important}.adjustment-popup .form-row-container .form_group.date-field .input_field input{height:unset!important}.adjustment-popup .qty_adjustment_table .dropdown--scroll .product_image .ant-avatar-image{border-radius:3px}.adjustment-filter button{padding:0 0 0 8px}.adjustment-filter button svg{cursor:pointer}.popup-tooltip svg{cursor:pointer}.generic-table.assest-value-tbl table{table-layout:unset!important}.generic-table.assest-value-tbl table .ant-table-cell:nth-child(1){width:12.5%}.generic-table.assest-value-tbl table .ant-table-cell:nth-child(2){width:14.8%}.generic-table.assest-value-tbl table .ant-table-cell:nth-child(3){width:13%}.generic-table.assest-value-tbl table .ant-table-cell:nth-child(4){width:9.8%}.adjustment-filter svg{fill:#6e6e6e;width:14px;height:14px}.adjustment-filter span{font-size:var(--font-size-b3);line-height:var(--line-height-18);font-weight:var(--p-regular);color:var(--color-var(--color-0061DD))}.adjustment-filter span:hover{text-decoration:underline}.adjust-filter-main{max-width:332px}.adjust-filter-main.space-control .form_group:nth-last-of-type(2){margin-bottom:30px}.adjust-filter-main .ant-popover-title{color:#202020;font-weight:var(--p-bold)}.adjust-filter-main .ant-popover-inner{padding:20px 16px 30px}.adjust-filter-main .form_group{margin-bottom:18px}.adjust-filter-main .form_group .ant-select-arrow svg{color:#161616}.adjust-filter-main .form_group .ant-select-selector{border-color:#e2e2e2}.adjust-filter-main ._generic_popupover_main form .form_group:nth-last-of-type(2){margin-bottom:30px}.adjust-filter-main .ant-popover-arrow{display:none}.adjustment-field .ant-row .ant-col .ant-form-item-control-input .ant-form-item-control-input-content .ant-select-in-form-item .ant-select-selector{height:40px;display:flex;align-items:center}.adjustment-field .ant-row .ant-col .ant-form-item-control-input .ant-form-item-control-input-content .ant-select-in-form-item .ant-select-selector:hover{border-color:transparent;border:1px solid var(--color-e2e2e2);background:#f5f5f5}.adjustment-field .ant-row .ant-col .ant-form-item-control-input .ant-form-item-control-input-content .ant-select-in-form-item.ant-select-focused .ant-select-selector:hover{background:transparent;border-color:var(--color-0061DD)}.generic-table.activity-tbl table .ant-table-thead .ant-table-column-has-sorters{background-color:#ccc}.generic-table.activity-tbl table .ant-table-thead th:nth-child(1){width:17.3%}.generic-table.activity-tbl table .ant-table-thead th:nth-child(2){width:14.6%}.generic-table.activity-tbl table .ant-table-thead th:nth-child(3){width:54.5%}.generic-table.activity-tbl table .ant-table-thead th:last-child{width:15%}.generic-table.activity-tbl table .ant-table-tbody tr .action-field{word-break:break-word}.upload_box .ant-upload-wrapper,.upload_box .ant-upload-wrapper .ant-upload-list{display:flex}.category-description{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;border:0!important;word-break:break-word}.categorie_table .ant-table-header,.categorie_table .ant-table-body{max-height:calc(100vh - 260px)!important}.categorie_table .ant-table-header table,.categorie_table .ant-table-body table{margin-bottom:0!important}.categorie_table .ant-table .ant-table-thead tr .ant-table-cell{width:48%;padding-left:10px!important}.categorie_table .ant-table .ant-table-thead tr .ant-table-cell .ant-table-column-title div{display:flex;align-items:center}.categorie_table .ant-table .ant-table-thead tr .ant-table-cell .ant-table-column-title div svg{margin-left:10px}.categorie_table .ant-table .ant-table-thead tr .ant-table-cell[aria-label=Products] .ant-table-column-title{text-align:center}.categorie_table .ant-table .ant-table-thead tr .ant-table-cell:nth-child(2) .ant-table-column-title div{justify-content:center}.categorie_table .ant-table .ant-table-thead tr .ant-table-column-sort{background-color:#ccc}.categorie_table .ant-table .ant-table-tbody tr .ellipses_icon{cursor:pointer}.categorie_table .ant-table .ant-table-tbody .ant-table-row .ant-table-cell{padding-left:20px}.categorie_table .ant-table .ant-table-tbody .ant-table-row .ant-table-cell:nth-child(2){padding-right:36px}.__items_details_header .customer--details .product-details{align-items:unset}.generic_top_header.product-header{margin:0 8px 21px 10px}.create_invoice_modal .estimate_product_listing .ant-table-cell-ellipsis{overflow:unset}.adjustment-popup{padding-inline:30px}.adjustment-popup .flex-47 .ant-select-selection-search-input{cursor:pointer!important}.adjustment-popup .ant-table-cell-ellipsis{overflow:unset}.adjustment-popup .ant-table-cell-ellipsis .ant-select:not(.ant-select-disabled) .ant-select-selection-search-input{cursor:pointer!important}.adjustment-popup .ant-form-item-control-input-content .ant-picker{border:1px solid #e2e2e2;padding:8px 11px}.adjustment-popup .ant-form-item-control-input-content .ant-picker.ant-select-selector:hover{background-color:#f5f5f5!important}.adjustment-popup .ant-form-item-control-input-content .ant-picker:hover{background-color:#f5f5f5}.metaphor .generic-table table{table-layout:unset!important}.metaphor .generic-table table .ant-table-thead .ant-table-cell:nth-child(1){width:56%}.metaphor .generic-table table .ant-table-thead .ant-table-cell:nth-child(2){width:10%}.metaphor .generic-table table .ant-table-thead .ant-table-cell:nth-child(3){width:13%}.metaphor .generic-table table .ant-table-thead .ant-table-cell:nth-child(4){width:13%}.metaphor .generic-table table .ant-table-thead .ant-table-cell:nth-child(5){width:5%}.metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(5) button{border:0;background-color:#fcfcf9;box-shadow:none;color:#000;width:20px;height:20px}.product-details .img_holder{max-width:333px}.product-details .img_holder .ant-image{width:250px;height:250px;border-radius:50%}.product-details .img_holder .customer-dp{border-radius:inherit;width:100%;height:100%;object-fit:cover;border:1px solid #e5e5e5}.product-details .stock-heading{display:inline-block;line-height:18px;color:var(--color-1616);font-weight:var(--p-semi-bold);margin-bottom:10px}.product-details .stock-heading svg{margin-left:8px;fill:#6e6e6e;font-size:16px;vertical-align:middle}.product-details .stock-dues{display:block;color:var(--color-1616);line-height:17px}.customer-liscence-note{max-width:550px;width:100%;align-self:center}.customer-liscence-note .internal_fixer{max-width:400px}.customer-liscence-note .product-details-right .ant-form textarea{height:125px}.customer-liscence-note .product-details-center span,.product_arrangement .product-details-center span,.stock-values{color:var(--color-1616)}.__items--details .stock-values{color:var(--color-1616);min-width:130px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;white-space:normal}.btn-base-style{position:relative}.customer--details .product_arrangement{padding-top:12px}.product_arrangement{max-width:150px;width:100%}.__report_tabs_align{justify-content:space-between;align-items:center}.__report_tabs_align .date_picker_form{flex:0 0 70%}.__report_tabs_align .date_picker_form .flexbox{flex-wrap:unset;width:100%;align-items:center}.__report_tabs_align .date_picker_form .flexbox .form_group{display:flex;align-items:center;margin-right:10px}.__report_tabs_align .date_picker_form .flexbox .form_group .ant-form-item{width:100%}.__report_tabs_align .date_picker_form .flexbox .form_group label{margin-right:10px}.__report_tabs_align .date_picker_form .flexbox .ant-form-item{margin-bottom:0}.ml-15{margin-left:15px}.divider{border-bottom:1px solid #e2e2e2}.summary_list{min-width:315px;display:inline-block;margin-bottom:15px}.summary_list .product_row{margin-bottom:10px}.summary_list .product_row .product_key{min-width:unset;white-space:nowrap}.summary_list .product_row .product_value{text-align:right;flex:unset;padding-left:8px}.ant-typography.main_heading{margin-bottom:15px}.generic-table.tax_table thead tr th:not(:first-child),.generic-table.tax_table thead tr td:not(:first-child),.generic-table.tax_table tbody tr th:not(:first-child),.generic-table.tax_table tbody tr td:not(:first-child){text-align:right}.generic-table.tax_table thead tr td:first-child,.generic-table.tax_table tbody tr td:first-child{max-width:158px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product_name{color:var(--color-0061DD)}.avoid--wrapping{white-space:nowrap}.flex-start{align-items:flex-start}@media (max-width: 1366px){.product-details .img_holder{padding-right:17px}}.__additem_product{min-width:unset;padding-inline:11px}.__additem_product.more_btn span{margin:0 10px 0 2px}.fix--lft svg{left:-2px!important}.phone_icon{transform:rotate(90deg)}.generic_modal_style.qty_adjustment_modal .ant-table-thead .ant-table-cell{padding:9px 10px}.generic_modal_style.qty_adjustment_modal .ant-table-thead .ant-table-cell:nth-of-type(1){width:61%}.generic_modal_style.qty_adjustment_modal .ant-table-thead .ant-table-cell:nth-of-type(2){width:13%}.generic_modal_style.qty_adjustment_modal .ant-table-thead .ant-table-cell:nth-of-type(3){width:10%}.generic_modal_style.qty_adjustment_modal .ant-table-thead .ant-table-cell:nth-of-type(4){width:13%}.generic_modal_style.qty_adjustment_modal .ant-table-thead .ant-table-cell:last-child{width:3.5%;padding:0}.generic_modal_style.qty_adjustment_modal .ant-table-tbody .ant-table-cell{padding:9px 10px}.generic_modal_style.qty_adjustment_modal .ant-table-tbody .ant-table-cell:nth-of-type(5){padding:0}.generic_modal_style.qty_adjustment_modal .quantity_input{text-align:right}.generic_modal_style.qty_adjustment_modal.visible-buttons table{margin-bottom:20px}.elepsis--dropdown .ant-dropdown-menu-vertical,.popup-class .elepsis--dropdown .ant-dropdown-menu-vertical{min-width:135px;padding:5px 0!important}.category_modal ._product-title{margin:0;text-align:left}.category_modal .ant-modal-body{padding-inline:20px}.generic_modal_style .ant-modal-content .ant-modal-body .ant-page-header-heading{padding:4px 20px 3px}.details-pages--popup-noscroll .__main_content_side{overflow:unset}.a8a8a8{color:var(--a8a8a8)}.a8a8a8:hover{filter:brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(10%) hue-rotate(336deg) brightness(95%) contrast(81%)}.generic_modal_style.popup-header--linkfix .ant-modal-close{width:30px;display:flex;align-items:center;justify-content:flex-end;top:10px}.generic_modal_style.popup-header--linkfix .ant-modal-close .ant-modal-close-x>div{gap:13px;align-items:center}.generic_modal_style.popup-header--linkfix .ant-modal-close .ant-modal-close-x>div .close-icon--main{width:16px;height:21px}.generic_modal_style.popup-header--linkfix .ant-modal-close .ant-modal-close-x>div .close-icon--main img{width:100%;height:100%}.generic_modal_style.popup-header--linkfix .ant-modal-body .product_title{padding-right:35px}.product_img_container .ant-image-img{width:40px;height:40px;object-fit:cover}.product_detail_pagination{margin:0 0 0 10px}.product_detail_pagination .breadcrumb_row{display:flex;justify-content:space-between;padding:12px 12px 0 8px}.product_detail_pagination .breadcrumb_row.mb7{margin-bottom:7px}.product_detail_pagination .breadcrumb_row .add_btn_outer{display:flex;flex-direction:row-reverse;align-items:center}.product_detail_pagination .breadcrumb_row .add_btn_outer .plus-icon{filter:brightness(50)}.product_detail_pagination .breadcrumb_row .add_btn_outer>svg{margin-right:20px}.product_detail_pagination .breadcrumb_row .add_btn_outer>svg:hover path{fill:#161616}.product_detail_pagination .breadcrumb_row .add_btn_outer .popup-over{cursor:pointer;font-size:16px}.product_detail_pagination .breadcrumb_row .add_btn_outer .ant-btn{background-color:var(--color-0061DD);border-radius:3px;width:38px;height:36px;border:1px solid var(--color-0061DD)}.product_detail_pagination .breadcrumb_row .add_btn_outer .ant-btn svg{margin-right:0;fill:#fff}.product_detail_pagination .breadcrumb_row .add_btn_outer .ant-btn:hover{background-color:var(--color-007AFF)}.product_detail_pagination .pagination_row{justify-content:flex-start;margin-top:10px;padding:0 10px 0 9px}.product_detail_pagination .customer_detail_breadcrumb,.product_detail_pagination .supplier_detail_breadcrumb{padding-bottom:12px}.inner_spacing{padding:10px 30px 0}.status-input .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:38px}.generic-dropdown-icon{height:36px;display:flex;justify-content:center;align-items:center;padding:7px}.generic-dropdown-icon img{filter:brightness(100);transition:transform .2s}.generic-dropdown-icon.ant-dropdown-open{transform:rotate(0)}.generic-dropdown-icon.ant-dropdown-open img{transform:rotate(180deg)}.button_flexbox .generic-dropdown-icon.ant-dropdown-open img{transform:rotate(0)}.value_clr .ant-input::placeholder{color:#6e6e6e}.quantity_on_hand .action-preference{justify-content:center}.product_details{display:flex;justify-content:space-between;flex-wrap:wrap}.product_details.px-16{padding-inline:16px}.product_details textarea{border-color:#e2e2e2}.product_details .product_details-left{flex:0 0 60%;width:100%}.product_details .product_details-right{flex:0 0 40%;width:100%}.__items-details_container .product_details .product_details-left .product_key{flex:0 0 31.6%}.__items-details_container .product_details .product_key{display:flex;align-items:center;align-self:flex-start;padding-top:3px}.__items-details_container .product_details .product-name--main{max-width:298px;margin-right:auto}.__items-details_container .product_details .product_value>div{margin-bottom:0}.__items-details_container .product_details .product_details-right .product_row .product_key{flex:0 0 52%}.attachment_detail{padding-top:10px}.attachment_gallery,.attachment_inner{padding-left:16px}.product_row{display:flex;justify-content:space-between;margin-bottom:15px;padding-right:10px}.product_row .product_key{flex:0 0 29%;padding-right:10px}.product_row .product_key.flex-18{flex:0 0 18.9%}.product_row .product_value{width:100%;flex:1}.product_row .product_value span{color:var(--color-1616)}.product_row .image_attachment{flex:0;display:flex}.product_row .image_attachment svg{fill:#6e6e6e;cursor:pointer}.product_row .image_attachment svg:hover{fill:#161616}.product_row .product_key label,.product_row .product_value label{margin-right:10px}.product_row .product_key h5{color:var(--color-1616);font-weight:var(--p-semi-bold);line-height:var(--line-height-17);margin-bottom:0}.product_row .product_value span{font-size:var(--font-size-b3);line-height:var(--line-height-17)}.closing_balance{justify-content:flex-end;padding-right:0;margin-right:10px}.closing_balance .product_key{min-width:180px;text-align:right;margin-right:50px}.closing_balance .product_value{min-width:133px;width:unset;flex:unset;padding-right:5px;text-align:right;line-height:20px}.closing_balance .product_value.w-100,.closing_balance .item_dropdown .ant-select-item-option-content .ant-avatar .product_value.ant-image,.item_dropdown .ant-select-item-option-content .closing_balance .ant-avatar .product_value.ant-image,.closing_balance .select_item .ant-select-selection-item .ant-avatar .product_value.ant-image,.select_item .ant-select-selection-item .closing_balance .ant-avatar .product_value.ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar .closing_balance .product_value.ant-image,.select_item .ant-select-selection-item .ant-avatar .closing_balance .product_value.ant-image,.closing_balance .item_dropdown .ant-select-item-option-content .ant-avatar img.product_value,.item_dropdown .ant-select-item-option-content .closing_balance .ant-avatar img.product_value,.closing_balance .select_item .ant-select-selection-item .ant-avatar img.product_value,.select_item .ant-select-selection-item .closing_balance .ant-avatar img.product_value,.item_dropdown .ant-select-item-option-content .ant-avatar .closing_balance img.product_value,.select_item .ant-select-selection-item .ant-avatar .closing_balance img.product_value,.closing_balance .__product_image .ant-image .product_value.ant-image-img,.__product_image .ant-image .closing_balance .product_value.ant-image-img,.closing_balance .__customer_image .product_value.ant-image-img,.__customer_image .closing_balance .product_value.ant-image-img,.closing_balance table.product_value,.closing_balance .product_value.wh-100,.closing_balance .main_wrapper .product_value.ant-picker,.main_wrapper .closing_balance .product_value.ant-picker,.closing_balance .__items-details_container .product_value.ant-picker,.__items-details_container .closing_balance .product_value.ant-picker,.closing_balance .product_value.flex-32,.closing_balance .product_value.flex-25,.closing_balance .product_value.flex-46,.closing_balance .header-area .search_box .ant-input-affix-wrapper .product_value.ant-input,.header-area .search_box .ant-input-affix-wrapper .closing_balance .product_value.ant-input,.closing_balance .left-side-bar .sidebar_main .main-menu .product_value.menu-item,.left-side-bar .sidebar_main .main-menu .closing_balance .product_value.menu-item,.closing_balance .left-side-bar .sidebar_main .main-menu .sub-menu .product_value.ant-menu-submenu-title,.left-side-bar .sidebar_main .main-menu .sub-menu .closing_balance .product_value.ant-menu-submenu-title,.closing_balance .organization-card-widget .organization-img .ant-image img.product_value,.organization-card-widget .organization-img .ant-image .closing_balance img.product_value,.closing_balance .organization_img img.product_value,.organization_img .closing_balance img.product_value,.closing_balance .user-tabs .ant-tabs-nav .product_value.ant-tabs-nav-wrap,.user-tabs .ant-tabs-nav .closing_balance .product_value.ant-tabs-nav-wrap,.closing_balance .user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .product_value.ant-tabs-tab,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .closing_balance .product_value.ant-tabs-tab,.closing_balance .user-tabs .ant-tabs-nav .product_value.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .closing_balance .product_value.ant-tabs-extra-content,.closing_balance .product_value.role_form,.closing_balance .role_form .product_value.role_field,.role_form .closing_balance .product_value.role_field,.closing_balance .role_form .product_value.role_box,.role_form .closing_balance .product_value.role_box,.closing_balance .add-organization-form .ant-space-item .product_value.upload-text,.add-organization-form .ant-space-item .closing_balance .product_value.upload-text,.closing_balance .product-details .product_value.product-details-left,.product-details .closing_balance .product_value.product-details-left,.closing_balance .product-details .product_value.product-details-center,.product-details .closing_balance .product_value.product-details-center,.closing_balance .product-details .product_value.product-details-right,.product-details .closing_balance .product_value.product-details-right{width:100%}.container-400{width:46.5%}.container-400 h5{color:var(--color-1616);font-weight:var(--p-regular)}.container-400 span{color:var(--color-1616)}.container-400 span.mb-8,.container-400 .user-tabs span.ant-tabs-nav,.user-tabs .container-400 span.ant-tabs-nav{margin-bottom:8px;display:inline-block}.container-400.w-100,.item_dropdown .ant-select-item-option-content .ant-avatar .container-400.ant-image,.select_item .ant-select-selection-item .ant-avatar .container-400.ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar img.container-400,.select_item .ant-select-selection-item .ant-avatar img.container-400,.__product_image .ant-image .container-400.ant-image-img,.__customer_image .container-400.ant-image-img,table.container-400,.container-400.wh-100,.main_wrapper .container-400.ant-picker,.__items-details_container .container-400.ant-picker,.container-400.flex-32,.container-400.flex-25,.container-400.flex-46,.header-area .search_box .ant-input-affix-wrapper .container-400.ant-input,.left-side-bar .sidebar_main .main-menu .container-400.menu-item,.left-side-bar .sidebar_main .main-menu .sub-menu .container-400.ant-menu-submenu-title,.organization-card-widget .organization-img .ant-image img.container-400,.organization_img img.container-400,.user-tabs .ant-tabs-nav .container-400.ant-tabs-nav-wrap,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .container-400.ant-tabs-tab,.user-tabs .ant-tabs-nav .container-400.ant-tabs-extra-content,.container-400.role_form,.role_form .container-400.role_field,.role_form .container-400.role_box,.add-organization-form .ant-space-item .container-400.upload-text,.product-details .container-400.product-details-left,.product-details .container-400.product-details-center,.product-details .container-400.product-details-right{width:100%}.attachement_image{position:relative;border:1px solid var(--color-E5E5E5);border-radius:3px}.attachement_image .image_icon_overlay{border-radius:5px;width:100%;height:100%;justify-content:space-around;align-items:center;position:absolute;top:0;display:none;background-color:#16161699}.attachement_image .image_icon_overlay svg{fill:#fff;cursor:pointer}.attachement_image .ant-image img{border-radius:5px;object-fit:contain}.attachement_image:hover .image_icon_overlay{display:flex}.tax--detail{justify-content:unset}.tax--detail .flex-40{flex:0 0 calc(42% - .3rem)!important}.tax--detail .flex-40 .product_value span{vertical-align:bottom}.tax--detail .flex-50{flex:0 0 50%!important}@media (max-width: 1280px){.tax--detail .product_details-left .product_row .product_key{flex:0 0 50%!important}.tax--detail .product_row{max-width:500px}}.image-modal-heading{display:block;text-align:center;margin-bottom:30px}.adjust_image_modal .image_adjustment{padding:0 30px 10px}.adjust_image_modal .ant-modal-content{padding-bottom:0!important}.__item_module .btn-form-size,.__item_module .form_group .need .ant-input-group-addon,.form_group .need .__item_module .ant-input-group-addon{padding:4px 12px}.image_adjustment{max-width:950px;margin:0 auto}.image_adjustment .image_cropper_wrapper{width:100%}.image_adjustment .image_cropper_wrapper .cropper_side,.image_adjustment .image_cropper_wrapper .cropped_image{flex:0 0 49.5%}.image_adjustment .image_cropper_wrapper .cropper_side{display:flex;flex-direction:column}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box{max-width:100%;height:350px;background-color:#0000004d;display:flex;align-items:center;position:relative;margin-bottom:10px}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box .zoom-btn{width:30px;height:30px;position:absolute;right:10px;background-color:var(--color-eee);border-radius:3px;border:1px solid transparent;padding:0;line-height:37px}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box .zoom-btn:hover,.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box .zoom-btn:active{border-color:transparent;background-color:var(--color-f5f5)}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box .zoom-btn.zoom-out{bottom:50px}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box .zoom-btn.zoom-in{bottom:10px}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box .ant-col,.image_adjustment .image_cropper_wrapper .cropper_side .cropper_box .ant-form-item-control-input{position:unset}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_options .ant-form-item{margin-bottom:0}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_options .btn-form-size,.image_adjustment .image_cropper_wrapper .cropper_side .cropper_options .form_group .need .ant-input-group-addon,.form_group .need .image_adjustment .image_cropper_wrapper .cropper_side .cropper_options .ant-input-group-addon{display:flex;align-items:center}.image_adjustment .image_cropper_wrapper .cropper_side .cropper_options .btn-form-size svg,.image_adjustment .image_cropper_wrapper .cropper_side .cropper_options .form_group .need .ant-input-group-addon svg,.form_group .need .image_adjustment .image_cropper_wrapper .cropper_side .cropper_options .ant-input-group-addon svg{margin-right:5px}.image_adjustment .image_cropper_wrapper .cropped_image{max-width:100%;width:100%;height:350px;border:1px solid var(--color-E5E5E5);background-color:var(--color-white);border-radius:3px}.image_adjustment .image_cropper_wrapper .cropped_image img{width:100%;height:100%;object-fit:contain}.image_adjustment .image_adjustment_footer{display:flex;justify-content:flex-end}.image_adjustment .image_adjustment_footer .ant-form-item{margin-bottom:10px}.image_adjustment .image_adjustment_footer .cancel_btn{min-width:102px!important}.clear-white-space .ant-select-item-option-content{white-space:normal}.clear-white-space .ant-avatar-lg{flex-shrink:0}.pagination_row{display:flex;justify-content:end;height:40px;align-items:center;margin-bottom:10px}.pagination_row input:focus{box-shadow:none;border-color:var(--color-0061DD)}.pagination_row input:focus:hover{border-color:var(--color-0061DD);background-color:var(--color-fff)}.pagination_row .ant-select{margin-right:10px;height:100%}.pagination_row .ant-select .ant-select-selector{height:100%;width:70px;display:flex;align-items:center;color:#000;font-size:14px;line-height:18px;border-color:#e2e2e2}.pagination_row .ant-select .ant-select-arrow{color:#161616;font-size:10px}.pagination_row .ant-select:hover:not(.ant-select-focused) .ant-select-selector{background-color:var(-color-f5f5f5);border-color:var(--color-e2e2e2)!important}.pagination_row .ant-select-open:hover .ant-select-selector{background-color:var(--color-fff)!important;border-color:var(--color-0061DD)!important}.pagination_row .ant-select-open:hover .ant-select-selector .ant-select-selection-item{color:#000}.pagination_row .ant-select-open .ant-select-arrow svg{transform:rotate(180deg)}.pagination_row .ant-form-item{margin-bottom:0;margin-right:5px;height:100%}.pagination_row .ant-form-item .ant-form-item-row,.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input,.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content{height:100%}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn){width:36px;height:100%;padding:4px 9px}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn) span{height:16px;width:16px;color:#161616;display:flex;justify-content:center;align-items:center}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn):hover{color:#161616;border-color:#e2e2e2;background-color:#eee}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn):disabled{background-color:#e2e2e2;border-color:#ccc}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn):disabled span{color:#999}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn):disabled img{opacity:.3}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn).prevbtn{border-top-right-radius:0;border-bottom-right-radius:0;line-height:0}.pagination_row .ant-form-item .ant-form-item-row .ant-form-item-control-input .ant-form-item-control-input-content :where(.ant-btn).nextbtn{border-top-left-radius:0;border-bottom-left-radius:0;line-height:0}.pagination_row .ant-input{height:100%;width:60px;display:flex;align-items:center;margin-right:5px;border-color:#e2e2e2;padding-left:8px}.pagination_row .ant-input input{font-size:14;line-height:18px;color:#161616}.pagination_row .ant-input:hover{background-color:#f5f5f5;border-color:#ccc}.pagination_row .ant-input:focus{border-color:#0061dd;background-color:#fff}.pagination_row .ant-input:focus:hover{border-color:var(--color-0061DD)!important;background-color:var(--color-fff)!important}.pagination_row .ant-typography{font-size:14px;line-height:18px;color:#161616;margin-right:8px}.pagination_row .total-pages{margin:0 5px}.ant-table-column-sorter{display:none}.customer_breadcrumb{background-color:var(--color-fff)}.flex_unset .ant-form-item-control-input-content{flex:unset!important}.fz-13{color:var(--font-size-b5)!important;font-size:var(--p-semi-bold);color:var(--color-1616);display:inline-block}.btn-tax .ant-input-group-addon{background-color:#eee}.confirmation_name_modal .ant-modal-content{padding:10px 20px 20px}.confirmation_name_modal .ant-modal-content .ant-modal-close{top:10px}.confirmation_name_modal .ant-modal-content .ant-modal-header{border-bottom:1px solid #edf3f7;padding-bottom:8px;margin-bottom:10px}.confirmation_name_modal .ant-modal-content .ant-modal-header .ant-modal-title{font-weight:500;font-size:15px;color:#161616}.confirmation_name_modal .ant-modal-content .name_heading{font-weight:700;margin:15px 0}.confirmation_name_modal .ant-modal-content .text_area span{margin-right:5px}.confirmation_name_modal .ant-modal-content .text_area i{margin-bottom:20px;text-decoration:underline}.confirmation_name_modal .ant-modal-content .ant-modal-footer .ant-btn-default{background-color:var(--color-eee);color:var(--color-1616);border:none}.confirmation_name_modal .ant-modal-content .ant-modal-footer .ant-btn-default:hover{color:var(--color-1616)!important;background-color:var(--color-f5f5)}.pb-5{padding-bottom:5px}.__customers--address-popup .ant-modal-content .control--width{padding-bottom:20px}.__items-details_container.transaction-tab-main .transaction-tab-inner .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn{font-size:var(--font-size-b5)}.with_Required_Width .required_for_design{max-width:395px;width:100%}.with_Required_Width .pxP-width{padding:0 30px}.with_Required_Width .alignment{width:21px;height:21px}.with_Required_Width .same_alignment{margin:2px 0 0 12px}.with_Required_Width .alignment{margin:2px 12px 0 0}.with_Required_Width .fast_forward{white-space:nowrap}.with_Required_Width .internal{width:800px;flex-wrap:wrap;justify-content:space-between}.with_Required_Width .space_taker{width:390px}.customer-email{padding-inline:20px}.customer-email .email-container{max-width:1100px;margin:0 auto}.customer-email .email-container .email-inner-sec{border:1px solid var(--color-E5E5E5)}.customer-email .email-container .email-inner-sec .email-row label{width:60px;height:40px;border:1px solid #E2E2E2;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:3px}.email_form .email_editor .ql-container.ql-snow,.email_form .email_editor .ql-toolbar.ql-snow,.email_form .subject_field #subject{border-left:0;border-right:0;border-color:var(--color-E5E5E5)}.fixed_filter{position:fixed;bottom:50px;width:100%;left:0;display:flex;justify-content:center;z-index:30}.customer_detail_listing .list .sorting_filter,.supplier_detail_listing .list .sorting_filter{height:calc(100vh - 135px)}.contact_list_spinner{display:flex;min-width:100%;height:100%;justify-content:center;align-items:center}.account_receipt img{cursor:pointer;margin-right:30px}.account_receipt label img{margin-right:0}.detail_tab_label{cursor:pointer}.product_key.w-auto{flex:0 0 auto;width:fit-content}.user_default_image{width:250px;height:250px;border:1px solid var(--color-E5E5E5);border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden}.user_default_image svg{width:90%;height:90%;fill:#6e6e6e}html body .customer-heading{color:#161616}.form_box .customers-actions-top{margin-bottom:16px}.form_box .customers-actions-top .form_group .input_field{margin-bottom:0}.estimates-field{width:9%}.estimates-duration{width:15%}.customer_listing_main.my-custom-table #wrapper table thead th:nth-child(2) span,.customer_listing_main.table_custom_style #wrapper table thead th:nth-child(2) span,.supplier_listing_main.my-custom-table #wrapper table thead th:nth-child(2) span,.supplier_listing_main.table_custom_style #wrapper table thead th:nth-child(2) span{align-items:center}.customer_listing_main.my-custom-table #wrapper table tbody td,.customer_listing_main.table_custom_style #wrapper table tbody td,.supplier_listing_main.my-custom-table #wrapper table tbody td,.supplier_listing_main.table_custom_style #wrapper table tbody td,.customer_listing_main.my-custom-table #wrapper table tbody td .ant-typography,.customer_listing_main.table_custom_style #wrapper table tbody td .ant-typography,.supplier_listing_main.my-custom-table #wrapper table tbody td .ant-typography,.supplier_listing_main.table_custom_style #wrapper table tbody td .ant-typography{color:var(--color-1616)}.customer_listing_main.my-custom-table #wrapper table tbody td .product_info .ant-image,.customer_listing_main.table_custom_style #wrapper table tbody td .product_info .ant-image,.supplier_listing_main.my-custom-table #wrapper table tbody td .product_info .ant-image,.supplier_listing_main.table_custom_style #wrapper table tbody td .product_info .ant-image{border-radius:50%!important}.customer_listing_main.my-custom-table #wrapper table tbody td .product_info .ant-image .ant-image-img,.customer_listing_main.table_custom_style #wrapper table tbody td .product_info .ant-image .ant-image-img,.supplier_listing_main.my-custom-table #wrapper table tbody td .product_info .ant-image .ant-image-img,.supplier_listing_main.table_custom_style #wrapper table tbody td .product_info .ant-image .ant-image-img{object-fit:cover!important}.__customer_details-container .ant-tabs-content-holder .ant-tabs-tabpane#rc-tabs-0-panel-2,.__customer_details-container .ant-tabs-content-holder .ant-tabs-tabpane#rc-tabs-0-panel-2 #rc-tabs-1-panel-1{padding-left:0!important}.main_wrapper ._container.adjusting.customer-add-form .form_box .upload_box{margin-bottom:34px}.main_wrapper ._container.adjusting.customer-add-form .billing--address__modal{padding:0}.Suppliers-listing #wrapper .no_sticky_table table thead th:nth-child(3){text-align:right;justify-content:flex-end}.custom--statement-module.__items-details_container .ant-tabs-nav,.custom--statement-module .__items-details_container .ant-tabs-nav{margin-bottom:20px}.custom--statement-module .__items-details_container .product-details{align-items:flex-start}.custom--statement-module .__items-details_container .product-details .product_arrangement{padding-top:12px}.custom--statement-module .__report_tabs_align .date_picker_form .flexbox .form_group label{height:100%;margin-right:0}.custom--statement-module .__report_tabs_align .date_picker_form .flexbox .form_group label span{display:flex;width:100%;height:100%;align-items:center;margin:0}.customer-summary{min-width:246px;margin-bottom:19px}.customer-summary.summary_list .customer-sales--main{padding:3px 0}.customer-summary.summary_list .product_row{margin-bottom:4px;align-items:center;padding-right:0}.customer-summary.summary_list .product_row.divider:last-child{padding:7px 0;border-bottom:2px solid #e2e2e2}.supplier--details .__items_details_header .customer--details .product-details{align-items:unset}.supplier--details .__items_details_header .customer--details .product-details .product_arrangement{padding-top:13px}.supplier--details .__items_details_header .customer--details{margin-bottom:22px}.supplier--details .customer-liscence-note .product-details-right .ant-form textarea,.customer--details .customer-liscence-note .product-details-right .ant-form textarea{height:130px}.__items_details_header .__items-details_container table{margin-bottom:25px!important}.__items_details_header .__items-details_container .address-details-sec .supplier-detalis-left,.__items_details_header .__items-details_container .address-details-sec .supplier-detalis-right{width:50%}.supplier-detalis-left .product_row .product_value,.supplier-detalis-right .product_row .product_value,.additional_address .product_row .product_value{display:flex!important;flex-direction:column;position:relative}.supplier-detalis-left .product_row .product_value .address_detail .ant-space-item,.supplier-detalis-right .product_row .product_value .address_detail .ant-space-item,.additional_address .product_row .product_value .address_detail .ant-space-item{position:absolute;right:0}.supplier-detalis-left .product_row .product_value .address_detail .ant-space-item .ellipses_icon,.supplier-detalis-right .product_row .product_value .address_detail .ant-space-item .ellipses_icon,.additional_address .product_row .product_value .address_detail .ant-space-item .ellipses_icon{cursor:pointer}.supplier-detalis-left .product_row .product_value .bill_address_detail,.supplier-detalis-right .product_row .product_value .bill_address_detail,.additional_address .product_row .product_value .bill_address_detail{margin-bottom:10px!important}.supplier-detalis-left .product_row,.supplier-detalis-right .product_row,.additional_address .product_row{flex-direction:column}.supplier-detalis-left .product_row .product_value .address_detail .ant-space-item,.supplier-detalis-right .product_row .product_value .address_detail .ant-space-item,.additional_address .product_row .product_value .address_detail .ant-space-item{top:-20px}.supplier-detalis-left .product_row .product_value .bill_address_detail:first-of-type,.supplier-detalis-right .product_row .product_value .bill_address_detail:first-of-type,.additional_address .product_row .product_value .bill_address_detail:first-of-type{margin-top:0!important}.customer-details--balance{background-color:#fcfcf9;margin-right:0;padding-right:11px}.customer-details--balance>div{padding:15px 0}.custom--statement-module .__report_tabs_align .date_picker_form{flex:0 0 71.9%}.custom--statement-module .__report_tabs_align .date_picker_form .flexbox .form_group{flex-basis:100%}.custom--statement-module .transaction-tab-inner .transaction-subtabs .ant-table .ant-table-content{max-height:575px;overflow:auto}.custom--test .transaction-subtabs .ant-table .ant-table-content{max-height:575px;overflow:auto;height:calc(100vh - 576px)}.invoice_payment_receipt_table .ant-table-container{height:calc(100vh - 582px)}.custom--statement-module .__report_tabs_align.account-statement .date_picker_form{flex:0 0 100%}.custom--statement-module .__report_tabs_align.account-statement .date_picker_form .ant-picker{min-width:302px;max-width:302px}.custom--statement-module .__report_tabs_align.account-statement .date_picker_form .flexbox .form_group{flex-basis:unset}.ant-popover.ant-popconfirm.delete-customer-popover{width:400px}.uploading .__main_content_side{overflow-y:hidden!important}.overlap-fix .ant-select-selection-item{padding-inline-end:15px!important;margin-right:15px}.w--auto .ant-btn-primary span{color:#fff}.d-flex,.sorting_filter span,.sorting_filter,.my-custom-table .stock_info,.table_custom_style .stock_info,.my-custom-table .product_info,.table_custom_style .product_info,.my-custom-table #wrapper .no_sticky_table tr,.table_custom_style #wrapper .no_sticky_table tr,.my-custom-table #wrapper .sticky_table tr,.table_custom_style #wrapper .sticky_table tr,.my-custom-table #wrapper .sticky_table table thead th span,.table_custom_style #wrapper .sticky_table table thead th span,.my-custom-table #wrapper .no_sticky_table table thead th span,.table_custom_style #wrapper .no_sticky_table table thead th span,.my-custom-table #wrapper,.table_custom_style #wrapper,.my-custom-table .customer_filter .ant-btn,.table_custom_style .customer_filter .ant-btn,.my-custom-table .filters_btn .ant-btn,.table_custom_style .filters_btn .ant-btn,.d-flex-all,.main_wrapper .switch_group,.main_wrapper .radio_group .align_label,.main_wrapper .switch_group .align_label,.main_wrapper .radio_group .align_label.ant-radio-wrapper span.ant-radio+*,.main_wrapper .switch_group .align_label.ant-radio-wrapper span.ant-radio+*,.button_flexbox,.journal-tbl tr td .before-div .before-div-total,.global_breadcrumb,.global_breadcrumb .back-btn,.authcontainer,.stepscontent .signup-upload-wrapper .loader-default-img,.left-side-bar .sidebar_main .main-menu .menu-item .ant-menu-title-content,.left-side-bar .sidebar_main .ant-layout-sider-trigger,.organization-card-widget .organization-img,.organization_img,.default_modal .ant-modal-content,.user-tabs .ant-tabs-nav .ant-tabs-extra-content,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-select-selector,.upload-wrapper-main .upload-wrapper-inner .loader-default-img,.add-organization-form .upload_box .upload-wrapper .anticon,.__items_details_header .ant-page-header-heading-extra .btn-trascation,.__items_details_header .ant-page-header-heading-extra .btn-edit,.__items_details_header .ant-page-header-heading-extra .btn-edit .edit-span,.__report_tabs_align,.__report_tabs_align>.ant-space-item .ant-space,.adjustment-filter,.generic_top_header.product-header .ant-page-header-heading-title,.product_detail_pagination .breadcrumb_row .add_btn_outer .ant-btn{display:flex}.item_listing .my-custom-table #wrapper .no_sticky_table,.item_listing .table_custom_style #wrapper .no_sticky_table{overflow-x:auto}.item_listing .my-custom-table #wrapper.item_table .no_sticky_table,.item_listing .table_custom_style #wrapper.item_table .no_sticky_table{overflow-x:unset}.ant-checkbox{top:.3em}.my-custom-table,.table_custom_style{position:relative;height:calc(100dvh - 278px);overflow:auto}.my-custom-table.item-list-table,.item-list-table.table_custom_style,.my-custom-table.estimate_list_table,.estimate_list_table.table_custom_style{height:100%}.my-custom-table .customer_filter .ant-btn,.table_custom_style .customer_filter .ant-btn,.my-custom-table .filters_btn .ant-btn,.table_custom_style .filters_btn .ant-btn{align-items:center;background-color:transparent;border:none;color:var(--color-dark-gray);padding:4px 15px 2px 0;box-shadow:unset;outline:none}.my-custom-table .customer_filter .ant-btn:hover,.table_custom_style .customer_filter .ant-btn:hover,.my-custom-table .filters_btn .ant-btn:hover,.table_custom_style .filters_btn .ant-btn:hover{color:var(--color-1616)}.my-custom-table .customer_filter .ant-btn span,.table_custom_style .customer_filter .ant-btn span,.my-custom-table .filters_btn .ant-btn span,.table_custom_style .filters_btn .ant-btn span{padding-left:8px}.my-custom-table .filters_btn,.table_custom_style .filters_btn{position:absolute;top:-48px;right:330px}.my-custom-table .customer_filter,.table_custom_style .customer_filter{position:fixed;right:7px;top:185px}.my-custom-table #wrapper,.table_custom_style #wrapper{height:100%;position:relative;background-color:var(--color-fff);z-index:1}.my-custom-table #wrapper.bg-transparent,.table_custom_style #wrapper.bg-transparent{background-color:transparent}.my-custom-table #wrapper .no_sticky_table,.table_custom_style #wrapper .no_sticky_table{scrollbar-width:thin}.my-custom-table #wrapper.item_table,.table_custom_style #wrapper.item_table{height:calc(100vh - 278px);overflow:auto}.my-custom-table #wrapper.item_table::-webkit-scrollbar,.table_custom_style #wrapper.item_table::-webkit-scrollbar{height:8px}.my-custom-table #wrapper .sticky_table,.table_custom_style #wrapper .sticky_table,.my-custom-table #wrapper .no_sticky_table,.table_custom_style #wrapper .no_sticky_table{background-color:var(--color-fff)}.my-custom-table #wrapper .sticky_table table,.table_custom_style #wrapper .sticky_table table,.my-custom-table #wrapper .no_sticky_table table,.table_custom_style #wrapper .no_sticky_table table{background-color:var(--color-fff);margin-bottom:0;width:100%}.my-custom-table #wrapper .sticky_table table th,.table_custom_style #wrapper .sticky_table table th,.my-custom-table #wrapper .no_sticky_table table th,.table_custom_style #wrapper .no_sticky_table table th{min-height:40px}.my-custom-table #wrapper .sticky_table table th span,.table_custom_style #wrapper .sticky_table table th span,.my-custom-table #wrapper .no_sticky_table table th span,.table_custom_style #wrapper .no_sticky_table table th span{display:inline-block}.my-custom-table #wrapper .sticky_table table td,.table_custom_style #wrapper .sticky_table table td,.my-custom-table #wrapper .no_sticky_table table td,.table_custom_style #wrapper .no_sticky_table table td{min-height:50px;font-size:14px;color:var(--color-1616);word-break:break-word}.my-custom-table #wrapper .sticky_table table td .action-preference .ant-typography,.table_custom_style #wrapper .sticky_table table td .action-preference .ant-typography,.my-custom-table #wrapper .no_sticky_table table td .action-preference .ant-typography,.table_custom_style #wrapper .no_sticky_table table td .action-preference .ant-typography{color:var(--color-1616)}.my-custom-table #wrapper .sticky_table table thead,.table_custom_style #wrapper .sticky_table table thead,.my-custom-table #wrapper .no_sticky_table table thead,.table_custom_style #wrapper .no_sticky_table table thead{position:sticky;top:0;z-index:20}.my-custom-table #wrapper .sticky_table table thead .bg-color,.table_custom_style #wrapper .sticky_table table thead .bg-color,.my-custom-table #wrapper .no_sticky_table table thead .bg-color,.table_custom_style #wrapper .no_sticky_table table thead .bg-color{background-color:var(--color-ccc)}.my-custom-table #wrapper .sticky_table table thead .bg-color:hover,.table_custom_style #wrapper .sticky_table table thead .bg-color:hover,.my-custom-table #wrapper .no_sticky_table table thead .bg-color:hover,.table_custom_style #wrapper .no_sticky_table table thead .bg-color:hover{background-color:#dcdcdc}.my-custom-table #wrapper .sticky_table table thead .bg-color:hover .resizer,.table_custom_style #wrapper .sticky_table table thead .bg-color:hover .resizer,.my-custom-table #wrapper .no_sticky_table table thead .bg-color:hover .resizer,.table_custom_style #wrapper .no_sticky_table table thead .bg-color:hover .resizer{background-color:inherit}.my-custom-table #wrapper .sticky_table table thead th,.table_custom_style #wrapper .sticky_table table thead th,.my-custom-table #wrapper .no_sticky_table table thead th,.table_custom_style #wrapper .no_sticky_table table thead th{background-color:var(--color-e2e2e2);height:40px;vertical-align:middle;font-size:var(--font-size-b5);font-weight:var(--p-semi-bold);color:var(--color-black);text-align:left;display:flex!important;align-items:center}.my-custom-table #wrapper .sticky_table table thead th:not(.bg-color):hover,.table_custom_style #wrapper .sticky_table table thead th:not(.bg-color):hover,.my-custom-table #wrapper .no_sticky_table table thead th:not(.bg-color):hover,.table_custom_style #wrapper .no_sticky_table table thead th:not(.bg-color):hover{background-color:var(--color-eee)}.my-custom-table #wrapper .sticky_table table thead th:not(.bg-color):hover .resizer,.table_custom_style #wrapper .sticky_table table thead th:not(.bg-color):hover .resizer,.my-custom-table #wrapper .no_sticky_table table thead th:not(.bg-color):hover .resizer,.table_custom_style #wrapper .no_sticky_table table thead th:not(.bg-color):hover .resizer{background-color:inherit}.my-custom-table #wrapper .sticky_table table thead th.bg-color .resizer,.table_custom_style #wrapper .sticky_table table thead th.bg-color .resizer,.my-custom-table #wrapper .no_sticky_table table thead th.bg-color .resizer,.table_custom_style #wrapper .no_sticky_table table thead th.bg-color .resizer{background-color:var(--color-ccc)}.my-custom-table #wrapper .sticky_table table thead th.bg-color.right-align span,.table_custom_style #wrapper .sticky_table table thead th.bg-color.right-align span,.my-custom-table #wrapper .sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first span,.table_custom_style #wrapper .sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first span,.journal-tbl tr td .before-div .my-custom-table #wrapper .sticky_table table thead th.bg-color.no-space-first span,.journal-tbl tr td .before-div .table_custom_style #wrapper .sticky_table table thead th.bg-color.no-space-first span,.my-custom-table #wrapper .no_sticky_table table thead th.bg-color.right-align span,.table_custom_style #wrapper .no_sticky_table table thead th.bg-color.right-align span,.my-custom-table #wrapper .no_sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first span,.table_custom_style #wrapper .no_sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first span,.journal-tbl tr td .before-div .my-custom-table #wrapper .no_sticky_table table thead th.bg-color.no-space-first span,.journal-tbl tr td .before-div .table_custom_style #wrapper .no_sticky_table table thead th.bg-color.no-space-first span{flex-direction:row-reverse}.my-custom-table #wrapper .sticky_table table thead th.bg-color.right-align .white-circle,.table_custom_style #wrapper .sticky_table table thead th.bg-color.right-align .white-circle,.my-custom-table #wrapper .sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first .white-circle,.table_custom_style #wrapper .sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first .white-circle,.journal-tbl tr td .before-div .my-custom-table #wrapper .sticky_table table thead th.bg-color.no-space-first .white-circle,.journal-tbl tr td .before-div .table_custom_style #wrapper .sticky_table table thead th.bg-color.no-space-first .white-circle,.my-custom-table #wrapper .no_sticky_table table thead th.bg-color.right-align .white-circle,.table_custom_style #wrapper .no_sticky_table table thead th.bg-color.right-align .white-circle,.my-custom-table #wrapper .no_sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first .white-circle,.table_custom_style #wrapper .no_sticky_table table thead .journal-tbl tr td .before-div th.bg-color.no-space-first .white-circle,.journal-tbl tr td .before-div .my-custom-table #wrapper .no_sticky_table table thead th.bg-color.no-space-first .white-circle,.journal-tbl tr td .before-div .table_custom_style #wrapper .no_sticky_table table thead th.bg-color.no-space-first .white-circle{margin-right:10px}.my-custom-table #wrapper .sticky_table table thead th .lock,.table_custom_style #wrapper .sticky_table table thead th .lock,.my-custom-table #wrapper .no_sticky_table table thead th .lock,.table_custom_style #wrapper .no_sticky_table table thead th .lock{position:absolute;right:18px;height:100%;top:0}.my-custom-table #wrapper .sticky_table table tbody tr,.table_custom_style #wrapper .sticky_table table tbody tr,.my-custom-table #wrapper .no_sticky_table table tbody tr,.table_custom_style #wrapper .no_sticky_table table tbody tr{border-bottom:1px solid var(--color-E5E5E5);background-color:var(--color-fff)}.my-custom-table #wrapper .sticky_table table tbody tr.generic-tlb-row,.table_custom_style #wrapper .sticky_table table tbody tr.generic-tlb-row,.my-custom-table #wrapper .no_sticky_table table tbody tr.generic-tlb-row,.table_custom_style #wrapper .no_sticky_table table tbody tr.generic-tlb-row{border-left:6px solid transparent}.my-custom-table #wrapper .sticky_table table tbody tr.generic-tlb-row.out-of-stock,.table_custom_style #wrapper .sticky_table table tbody tr.generic-tlb-row.out-of-stock,.my-custom-table #wrapper .no_sticky_table table tbody tr.generic-tlb-row.out-of-stock,.table_custom_style #wrapper .no_sticky_table table tbody tr.generic-tlb-row.out-of-stock{border-left-color:#c12a43}.my-custom-table #wrapper .sticky_table table tbody tr.generic-tlb-row.low-stock,.table_custom_style #wrapper .sticky_table table tbody tr.generic-tlb-row.low-stock,.my-custom-table #wrapper .no_sticky_table table tbody tr.generic-tlb-row.low-stock,.table_custom_style #wrapper .no_sticky_table table tbody tr.generic-tlb-row.low-stock{border-left-color:#948116}.my-custom-table #wrapper .sticky_table table .no-resize:after,.table_custom_style #wrapper .sticky_table table .no-resize:after,.my-custom-table #wrapper .no_sticky_table table .no-resize:after,.table_custom_style #wrapper .no_sticky_table table .no-resize:after{content:"";position:absolute;top:0;right:0;bottom:0;width:10px;cursor:col-resize;z-index:1}.my-custom-table #wrapper .sticky_table table .resizer,.table_custom_style #wrapper .sticky_table table .resizer,.my-custom-table #wrapper .no_sticky_table table .resizer,.table_custom_style #wrapper .no_sticky_table table .resizer{background-color:#e2e2e2;width:10px;height:100%;position:absolute;right:5px;top:0;transform:translate(50%);z-index:1;touch-action:none}.my-custom-table #wrapper .no_sticky_table tr,.table_custom_style #wrapper .no_sticky_table tr,.my-custom-table #wrapper .sticky_table tr,.table_custom_style #wrapper .sticky_table tr{cursor:pointer}.my-custom-table #wrapper .no_sticky_table tr td,.table_custom_style #wrapper .no_sticky_table tr td,.my-custom-table #wrapper .sticky_table tr td,.table_custom_style #wrapper .sticky_table tr td{display:flex!important;align-items:center}.my-custom-table #wrapper .no_sticky_table tr th:first-child:after,.table_custom_style #wrapper .no_sticky_table tr th:first-child:after,.my-custom-table #wrapper .no_sticky_table tr th:first-child .no-resize:after,.table_custom_style #wrapper .no_sticky_table tr th:first-child .no-resize:after,.my-custom-table #wrapper .sticky_table tr th:first-child:after,.table_custom_style #wrapper .sticky_table tr th:first-child:after,.my-custom-table #wrapper .sticky_table tr th:first-child .no-resize:after,.table_custom_style #wrapper .sticky_table tr th:first-child .no-resize:after{content:"";width:0;display:none}.my-custom-table #wrapper .sticky_table tr th:first-child,.table_custom_style #wrapper .sticky_table tr th:first-child,.my-custom-table #wrapper .sticky_table tr td:first-child,.table_custom_style #wrapper .sticky_table tr td:first-child{justify-content:center;padding:0}.my-custom-table #wrapper table,.table_custom_style #wrapper table{border-collapse:collapse}.my-custom-table #wrapper table tbody tr,.table_custom_style #wrapper table tbody tr{border-bottom:1px solid var(--color-E5E5E5);background-color:var(--color-fff)}.my-custom-table #wrapper table tbody tr:nth-child(odd),.table_custom_style #wrapper table tbody tr:nth-child(odd){background-color:#fcfcf9}.my-custom-table #wrapper table tbody tr.changeColor,.table_custom_style #wrapper table tbody tr.changeColor{background-color:#d4d4d4}.my-custom-table #wrapper table tbody tr.changeColor td,.table_custom_style #wrapper table tbody tr.changeColor td{opacity:.5}.my-custom-table #wrapper .sticky_table,.table_custom_style #wrapper .sticky_table{left:0;z-index:20}.my-custom-table #wrapper .sticky_table.spinner,.table_custom_style #wrapper .sticky_table.spinner{width:100%}.my-custom-table #wrapper .sticky_table .hide_shadow tbody tr td .action-preference.mr-10,.my-custom-table #wrapper .sticky_table .hide_shadow tbody tr td .__customer_info svg.action-preference,.__customer_info .my-custom-table #wrapper .sticky_table .hide_shadow tbody tr td svg.action-preference,.table_custom_style #wrapper .sticky_table .hide_shadow tbody tr td .action-preference.mr-10,.table_custom_style #wrapper .sticky_table .hide_shadow tbody tr td .__customer_info svg.action-preference,.__customer_info .table_custom_style #wrapper .sticky_table .hide_shadow tbody tr td svg.action-preference,.my-custom-table #wrapper .sticky_table .hide_shadow tbody tr td .action-preference.btn_cancel,.table_custom_style #wrapper .sticky_table .hide_shadow tbody tr td .action-preference.btn_cancel{margin-right:0!important}.my-custom-table #wrapper .sticky_table tbody tr td:nth-child(3) .ant-space,.table_custom_style #wrapper .sticky_table tbody tr td:nth-child(3) .ant-space{cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:50%;line-height:16px}.my-custom-table #wrapper .sticky_table tbody tr td:nth-child(3) .ant-space:hover,.table_custom_style #wrapper .sticky_table tbody tr td:nth-child(3) .ant-space:hover{background-color:#f5f5f5}.my-custom-table #wrapper .sticky_table tbody tr td:nth-child(4),.table_custom_style #wrapper .sticky_table tbody tr td:nth-child(4){font-size:14px}.my-custom-table #wrapper .sticky_table tbody tr.active_row,.table_custom_style #wrapper .sticky_table tbody tr.active_row{background-color:#ebf3ff!important}.my-custom-table #wrapper .sticky_table tbody tr.inactive_row,.table_custom_style #wrapper .sticky_table tbody tr.inactive_row,.my-custom-table #wrapper .no_sticky_table tbody tr.inactive_row,.table_custom_style #wrapper .no_sticky_table tbody tr.inactive_row{background-color:#d4d4d4!important}.my-custom-table #wrapper .scroll_pos ._spinner,.table_custom_style #wrapper .scroll_pos ._spinner{display:flex;align-items:center;width:100%;position:relative}.my-custom-table #wrapper .sticky_table,.table_custom_style #wrapper .sticky_table{position:relative;position:sticky;isolation:isolate;height:fit-content}.my-custom-table #wrapper .sticky_table:after,.table_custom_style #wrapper .sticky_table:after{z-index:-1;position:absolute;content:"";bottom:8px;right:0;left:auto;width:50%;top:50px;max-width:300px;background-color:var(--color-black);filter:blur(60px);opacity:.13}.my-custom-table #wrapper .sticky_table.hide_shadow tbody tr,.table_custom_style #wrapper .sticky_table.hide_shadow tbody tr{background-color:transparent}.my-custom-table #wrapper .sticky_table.hide_shadow th:first-child,.table_custom_style #wrapper .sticky_table.hide_shadow th:first-child{padding:10px 0 10px 10px;width:auto!important}.my-custom-table #wrapper .sticky_table.hide_shadow td,.table_custom_style #wrapper .sticky_table.hide_shadow td{text-align:left}.my-custom-table #wrapper .sticky_table.hide_shadow td:first-child,.table_custom_style #wrapper .sticky_table.hide_shadow td:first-child{padding:10px 0 10px 10px;width:auto!important}.my-custom-table #wrapper .sticky_table.hide_shadow:after,.table_custom_style #wrapper .sticky_table.hide_shadow:after{background-color:unset;filter:unset;z-index:-1}.my-custom-table #wrapper .sticky_table.hide_shadow:last-child,.table_custom_style #wrapper .sticky_table.hide_shadow:last-child{width:100%}.my-custom-table #wrapper .sticky_table.hide_shadow:last-child .ant-space,.table_custom_style #wrapper .sticky_table.hide_shadow:last-child .ant-space{cursor:pointer}.my-custom-table #wrapper table td,.table_custom_style #wrapper table td,.my-custom-table #wrapper table th,.table_custom_style #wrapper table th{padding:10px}.my-custom-table #wrapper table td .ant-checkbox-inner,.table_custom_style #wrapper table td .ant-checkbox-inner,.my-custom-table #wrapper table th .ant-checkbox-inner,.table_custom_style #wrapper table th .ant-checkbox-inner{width:18px;height:18px;border-color:#999;border-radius:3px}.my-custom-table #wrapper table td .ant-checkbox:hover:not(.ant-checkbox-checked) .ant-checkbox-inner,.table_custom_style #wrapper table td .ant-checkbox:hover:not(.ant-checkbox-checked) .ant-checkbox-inner,.my-custom-table #wrapper table th .ant-checkbox:hover:not(.ant-checkbox-checked) .ant-checkbox-inner,.table_custom_style #wrapper table th .ant-checkbox:hover:not(.ant-checkbox-checked) .ant-checkbox-inner{background-color:#f5f5f5}.my-custom-table #wrapper table td .ant-checkbox.ant-checkbox-checked:after,.table_custom_style #wrapper table td .ant-checkbox.ant-checkbox-checked:after,.my-custom-table #wrapper table th .ant-checkbox.ant-checkbox-checked:after,.table_custom_style #wrapper table th .ant-checkbox.ant-checkbox-checked:after{border:none}.my-custom-table #wrapper table td,.table_custom_style #wrapper table td{padding:0 0 0 10px}.my-custom-table #wrapper table td code,.table_custom_style #wrapper table td code{all:unset}.my-custom-table #wrapper table td.right-align,.table_custom_style #wrapper table td.right-align,.my-custom-table #wrapper table .journal-tbl tr td .before-div td.no-space-first,.table_custom_style #wrapper table .journal-tbl tr td .before-div td.no-space-first,.journal-tbl tr td .before-div .my-custom-table #wrapper table td.no-space-first,.journal-tbl tr td .before-div .table_custom_style #wrapper table td.no-space-first{padding-left:0;padding-right:10px}.my-custom-table .product_info,.table_custom_style .product_info{align-items:center;width:100%;padding:5px 10px 5px 0}.my-custom-table .product_info.image_align .ant-image,.table_custom_style .product_info.image_align .ant-image{align-self:flex-start}.my-custom-table .product_info .ant-image,.table_custom_style .product_info .ant-image{margin-right:10px;flex-shrink:0}.my-custom-table .product_info .default_icon,.table_custom_style .product_info .default_icon{line-height:0}.my-custom-table .product_info .default_icon .user_icon,.table_custom_style .product_info .default_icon .user_icon{display:inline-block;width:40px;height:40px;border-radius:50%;margin-right:10px}.my-custom-table .product_info .default_icon .user_icon img,.table_custom_style .product_info .default_icon .user_icon img{border-radius:50%;object-fit:contain}.my-custom-table .product_info .ant-image,.table_custom_style .product_info .ant-image{border-radius:3px;overflow:hidden;border:1px solid var(--color-E5E5E5)}.my-custom-table .product_info .ant-image img,.table_custom_style .product_info .ant-image img{width:38px;height:38px;object-fit:cover;border-radius:5px}.my-custom-table .product_info .product-title,.table_custom_style .product_info .product-title{flex:1;align-self:center}.my-custom-table .product_info .product-title .ant-typography,.table_custom_style .product_info .product-title .ant-typography{line-height:18px}.my-custom-table .product_info .product-title ._title,.table_custom_style .product_info .product-title ._title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--color-1616);padding-right:10px}.my-custom-table .product_info .product-title ._title.single_line_name,.table_custom_style .product_info .product-title ._title.single_line_name{-webkit-line-clamp:1;max-width:180px}.my-custom-table .product_info .product-title ._title.line-clamp-one,.table_custom_style .product_info .product-title ._title.line-clamp-one{-webkit-line-clamp:1}.my-custom-table .product_info .product-title ._title.no-truncate,.table_custom_style .product_info .product-title ._title.no-truncate{display:block}.my-custom-table .product_info .product-title.item-detail-alignment,.table_custom_style .product_info .product-title.item-detail-alignment{position:relative}.my-custom-table .product_info .product-title.item-detail-alignment .ellipses_icon,.table_custom_style .product_info .product-title.item-detail-alignment .ellipses_icon{position:absolute;right:0;top:-3px}.my-custom-table .product_info .product-title.item-detail-alignment ._title,.table_custom_style .product_info .product-title.item-detail-alignment ._title{padding-right:38px}.my-custom-table .customer_line_clamp .product-title span,.table_custom_style .customer_line_clamp .product-title span{-webkit-line-clamp:1;color:var(--color-1616)}.my-custom-table .stock_info,.table_custom_style .stock_info{justify-content:space-between;align-items:flex-start;width:95%}.my-custom-table .stock_info span,.table_custom_style .stock_info span{color:var(--color-1616)}.my-custom-table .stock_info .stock-status,.table_custom_style .stock_info .stock-status{min-width:77px;flex:0;text-align:right}.my-custom-table .stock_info .unit_name,.table_custom_style .stock_info .unit_name{word-break:break-all}.my-custom-table .ant-typography.selected_product,.table_custom_style .ant-typography.selected_product{font-size:var(--font-size-b3);font-weight:var(--p-semi-bold);color:var(--color-1616)}.my-custom-table #wrapper .sticky_table,.table_custom_style #wrapper .sticky_table{z-index:1001}.cat-listing-table{height:calc(100vh - 218px);overflow:hidden}.cat-listing-table .ant-table-header{border-radius:0!important}.cat-listing-table table th{border-radius:0;border-start-start-radius:0!important}.cat-listing-table .ant-table-wrapper{width:100%}.table_custom_style{height:calc(100dvh - 228px)}.table_custom_style::-webkit-scrollbar-button:vertical:start:decrement{background:#efecec url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="4,1 7,6 1,6" fill="%23666"/></svg>') no-repeat center;background-size:8px}.table_custom_style::-webkit-scrollbar-button:vertical:end:increment{background:#efecec url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="1,2 7,2 4,7" fill="%23666"/></svg>') no-repeat center;background-size:8px}.table_custom_style .item_table{height:calc(100dvh - 216px)!important}.table_custom_style #wrapper.item_table{overflow:unset!important}.cof_listing_table,.cof_listing_table #wrapper.item_table{height:calc(100dvh - 216px)}.bill_payment_listing .product_list{padding:22px 20px 10px 15px}.custom-filter.pl-2+.my-custom-table .filters_btn,.custom-filter.pl-2+.table_custom_style .filters_btn{right:340px}.custom-filter.pl-3+.my-custom-table .filters_btn,.custom-filter.pl-3+.table_custom_style .filters_btn{right:350px}.custom-filter.pl-4+.my-custom-table .filters_btn,.custom-filter.pl-4+.table_custom_style .filters_btn{right:360px}.custom-filter.pl-5+.my-custom-table .filters_btn,.custom-filter.pl-5+.table_custom_style .filters_btn{right:370px}.product_detail_listing .scrollbar_container .sticky_table{margin:0 0 0 10px}.product_detail_listing .scrollbar_container .hide_shadow tr{max-width:369px}.product_detail_listing .scrollbar_container .hide_shadow tr th:nth-child(2),.product_detail_listing .scrollbar_container .hide_shadow tr td:nth-child(2){padding-left:10px}.list .item_listing #wrapper .sticky_table{height:calc(100vh - 180px);background-color:transparent}.list .my-custom-table,.list .table_custom_style{height:100%;overflow:unset}.list .my-custom-table .product_info,.list .table_custom_style .product_info{padding:7px 10px 7px 0}.list .my-custom-table .product_info .product-title>span,.list .table_custom_style .product_info .product-title>span{line-height:19px}.list .my-custom-table #wrapper .sticky_table:after,.list .table_custom_style #wrapper .sticky_table:after{opacity:0;display:none}.list .my-custom-table #wrapper .sticky_table table tr td,.list .table_custom_style #wrapper .sticky_table table tr td{color:var(--color-1616)}.list .my-custom-table #wrapper .sticky_table table tr td:not:first-child,.list .table_custom_style #wrapper .sticky_table table tr td:not:first-child{align-self:flex-start;margin-top:15px;align-items:flex-start}.list .my-custom-table #wrapper .sticky_table table tfoot tr td:nth-of-type(1),.list .table_custom_style #wrapper .sticky_table table tfoot tr td:nth-of-type(1){margin-top:0}.list .item-list-table .product_info .stock_info{margin-top:10px}.list #wrapper table tr th:nth-child(2){padding-left:0!important}.list #wrapper table tr td:nth-child(2){padding-left:1px}.list .unset-height #wrapper .sticky_table table td{min-height:unset}.customer_detail_listing .scrollbar_container .list .my-custom-table,.customer_detail_listing .scrollbar_container .list .table_custom_style,.supplier_detail_listing .scrollbar_container .list .my-custom-table,.supplier_detail_listing .scrollbar_container .list .table_custom_style{height:calc(100vh - 135px);overflow-x:hidden}.customer_detail_listing .scrollbar_container .list #wrapper,.supplier_detail_listing .scrollbar_container .list #wrapper{margin:0 0 0 10px}.customer_detail_listing .scrollbar_container .list #wrapper .hide_shadow tr,.supplier_detail_listing .scrollbar_container .list #wrapper .hide_shadow tr{max-width:350px}.customer_detail_listing .scrollbar_container .list #wrapper .sorting_filter,.supplier_detail_listing .scrollbar_container .list #wrapper .sorting_filter{height:calc(100dvh - 137px);position:sticky;top:0}.customer_scroll_container #wrapper table .bg-color .resizer{background-color:var(--color-ccc)}.single_line_name{-webkit-line-clamp:1;padding-right:5px;word-break:break-all}.single_line_name .ant-typography{word-break:break-all}.sorting_filter{flex-direction:column;justify-content:space-between;position:relative;position:sticky;align-items:center;right:0;top:0;z-index:15;background-color:var(--color-eee);height:calc(100vh - 280px)}.sorting_filter span{font-size:clamp(.55rem,4vw,.8125rem);min-width:30px;height:calc(100vh - 254px);color:#000;font-weight:var(--p-bold);justify-content:center;align-items:center;width:100%;height:30px}.sorting_filter span:not(:first-child){cursor:pointer}.sorting_filter span:not(:first-child):hover{background-color:#dbdbdb}.sorting_filter span:active:not(:disabled){background-color:#bfbfbf}.sorting_filter .custom_disabled{cursor:not-allowed!important;pointer-events:none}.sorting_filter .custom_disabled svg{pointer-events:none;fill:#808b96}.sorting_filter .custom_activated{cursor:pointer}.sorting_filter .custom_activated svg{pointer-events:auto;fill:#000}.listing_spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-self:center;align-items:center}.listing_spinner ._spinner{z-index:8}.more_customer_loader ._spinner{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%;position:relative;left:300px}.total_receipt{padding:21px 10px}.item_listing_count{display:flex;justify-content:flex-end;align-items:center;background-color:#f6f6f6;height:40px;padding-right:15px}.item_listing_count p{color:var(--color-1616);font-weight:var(--p-semi-bold);margin-bottom:0}.customer_scroll_container .custom-details-loading ._spinner,.supplier_scroll_container .custom-details-loading ._spinner{position:fixed;top:auto;left:21%;width:unset;height:unset}.list .my-custom-table .customer_scroll_container .product_info,.list .table_custom_style .customer_scroll_container .product_info,.list .my-custom-table .supplier_scroll_container .product_info,.list .table_custom_style .supplier_scroll_container .product_info{padding:6px 10px 6px 0}.listing-events{pointer-events:none}.main-customer-listing ._spinner{position:fixed;top:auto;left:54%;width:unset;height:unset}.item_filter{left:1386px}.item_filter .ant-popover-inner{padding:20px 10px}.item_filter .ant-popover-inner .product-filters{min-width:175px}.item_filter .ant-popover-inner .product-filters .col_name{margin-bottom:15px}.item_filter .ant-popover-inner .product-filters .col_name .__dragDrop{display:flex;align-items:center}.item_filter .ant-popover-inner .product-filters .col_name .__dragDrop .__dragDrop_iconParent{margin-right:5px;display:flex}.item_filter .ant-popover-inner .product-filters .col_name .__dragDrop .__dragDrop_iconParent svg{width:18px;height:18px}.item_filter .ant-popover-inner .product-filters .button_flexbox{padding-left:2px}.item_filter .ant-popover-inner .product-filters .button_flexbox .ant-form-item{margin-bottom:0}.item_filter .ant-popover-inner .product-filters .__drag-righ>label{display:flex;align-items:center;color:var(--color-1616)}.item_filter .ant-popover-inner .product-filters .__drag-righ>label .ant-checkbox-wrapper{margin-right:12px}.item_filter .ant-popover-inner .product-filters .__drag-righ .ant-checkbox-checked .ant-checkbox-inner{border-color:var(--color-0061DD);background-color:var(--color-0061DD)}.right-align,.journal-tbl tr td .before-div .no-space-first{justify-content:flex-end}.fixed_filter .loader_icon{width:100px;margin-left:12%}.my-custom-table #wrapper .sticky_table thead tr,.table_custom_style #wrapper .sticky_table thead tr,.my-custom-table #wrapper .sticky_table tfoot tr,.table_custom_style #wrapper .sticky_table tfoot tr{cursor:auto}@media (max-width: 1440px){.__dragDrop .__drag-righ{min-width:unset!important}}.big_chill .ant-image img{border-radius:50%;object-fit:cover;border-radius:1px solid #e5e5e5}.icon-radius{border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid #007aff;cursor:pointer}.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.w-100,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .item_dropdown .ant-select-item-option-content .ant-avatar td.ant-image,.item_dropdown .ant-select-item-option-content .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .ant-avatar td.ant-image,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .select_item .ant-select-selection-item .ant-avatar td.ant-image,.select_item .ant-select-selection-item .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .ant-avatar td.ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image,.select_item .ant-select-selection-item .ant-avatar .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__product_image .ant-image td.ant-image-img,.__product_image .ant-image .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image-img,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__customer_image td.ant-image-img,.__customer_image .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image-img,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.wh-100,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .main_wrapper td.ant-picker,.main_wrapper .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-picker,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__items-details_container td.ant-picker,.__items-details_container .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-picker,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-32,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-25,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-46,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .header-area .search_box .ant-input-affix-wrapper td.ant-input,.header-area .search_box .ant-input-affix-wrapper .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-input,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .left-side-bar .sidebar_main .main-menu td.menu-item,.left-side-bar .sidebar_main .main-menu .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.menu-item,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .left-side-bar .sidebar_main .main-menu .sub-menu td.ant-menu-submenu-title,.left-side-bar .sidebar_main .main-menu .sub-menu .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-menu-submenu-title,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav td.ant-tabs-nav-wrap,.user-tabs .ant-tabs-nav .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-nav-wrap,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav .ant-tabs-nav-wrap td.ant-tabs-tab,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-tab,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav td.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-extra-content,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_form,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .role_form td.role_field,.role_form .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_field,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .role_form td.role_box,.role_form .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_box,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .add-organization-form .ant-space-item td.upload-text,.add-organization-form .ant-space-item .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.upload-text,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-left,.product-details .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-left,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-center,.product-details .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-center,.product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-right,.product-details .product_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-right,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.w-100,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .item_dropdown .ant-select-item-option-content .ant-avatar td.ant-image,.item_dropdown .ant-select-item-option-content .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .ant-avatar td.ant-image,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .select_item .ant-select-selection-item .ant-avatar td.ant-image,.select_item .ant-select-selection-item .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .ant-avatar td.ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image,.select_item .ant-select-selection-item .ant-avatar .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__product_image .ant-image td.ant-image-img,.__product_image .ant-image .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image-img,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__customer_image td.ant-image-img,.__customer_image .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image-img,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.wh-100,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .main_wrapper td.ant-picker,.main_wrapper .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-picker,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__items-details_container td.ant-picker,.__items-details_container .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-picker,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-32,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-25,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-46,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .header-area .search_box .ant-input-affix-wrapper td.ant-input,.header-area .search_box .ant-input-affix-wrapper .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-input,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .left-side-bar .sidebar_main .main-menu td.menu-item,.left-side-bar .sidebar_main .main-menu .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.menu-item,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .left-side-bar .sidebar_main .main-menu .sub-menu td.ant-menu-submenu-title,.left-side-bar .sidebar_main .main-menu .sub-menu .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-menu-submenu-title,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav td.ant-tabs-nav-wrap,.user-tabs .ant-tabs-nav .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-nav-wrap,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav .ant-tabs-nav-wrap td.ant-tabs-tab,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-tab,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav td.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-extra-content,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_form,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .role_form td.role_field,.role_form .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_field,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .role_form td.role_box,.role_form .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_box,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .add-organization-form .ant-space-item td.upload-text,.add-organization-form .ant-space-item .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.upload-text,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-left,.product-details .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-left,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-center,.product-details .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-center,.customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-right,.product-details .customer_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-right,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.w-100,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .item_dropdown .ant-select-item-option-content .ant-avatar td.ant-image,.item_dropdown .ant-select-item-option-content .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .ant-avatar td.ant-image,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .select_item .ant-select-selection-item .ant-avatar td.ant-image,.select_item .ant-select-selection-item .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .ant-avatar td.ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image,.select_item .ant-select-selection-item .ant-avatar .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__product_image .ant-image td.ant-image-img,.__product_image .ant-image .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image-img,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__customer_image td.ant-image-img,.__customer_image .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-image-img,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.wh-100,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .main_wrapper td.ant-picker,.main_wrapper .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-picker,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .__items-details_container td.ant-picker,.__items-details_container .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-picker,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-32,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-25,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.flex-46,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .header-area .search_box .ant-input-affix-wrapper td.ant-input,.header-area .search_box .ant-input-affix-wrapper .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-input,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .left-side-bar .sidebar_main .main-menu td.menu-item,.left-side-bar .sidebar_main .main-menu .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.menu-item,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .left-side-bar .sidebar_main .main-menu .sub-menu td.ant-menu-submenu-title,.left-side-bar .sidebar_main .main-menu .sub-menu .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-menu-submenu-title,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav td.ant-tabs-nav-wrap,.user-tabs .ant-tabs-nav .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-nav-wrap,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav .ant-tabs-nav-wrap td.ant-tabs-tab,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-tab,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .user-tabs .ant-tabs-nav td.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.ant-tabs-extra-content,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_form,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .role_form td.role_field,.role_form .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_field,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .role_form td.role_box,.role_form .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.role_box,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .add-organization-form .ant-space-item td.upload-text,.add-organization-form .ant-space-item .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.upload-text,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-left,.product-details .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-left,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-center,.product-details .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-center,.supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr .product-details td.product-details-right,.product-details .supplier_detail_listing .scrollbar_container .list #wrapper tfoot.listing-count tr td.product-details-right{width:100%!important;text-align:right}.simple_visible{box-shadow:1px 1px 0 1px #00000009}.product_detail_listing .listing-count-inner,.customer_detail_listing .listing-count-inner,.supplier_detail_listing .listing-count-inner{display:block;text-align:right;width:100%;padding-right:18px;font-size:14px;font-weight:600;line-height:18px}.listing-count-main{position:fixed;bottom:0;z-index:0;background-color:#f6f6f6;text-align:right;width:calc(100% - 238px);right:0;padding:5px 15px}.listing-count-main.adj-spacing{display:flex;align-items:center}.listing-count-main p{font-size:14px;line-height:17px;color:#000;margin-bottom:0;font-weight:var(--p-semi-bold)}:where(.ant-dropdown-open svg,.new_prod_btn .ant-dropdown-open){transform:rotate(180deg)}.btn-filter svg{font-size:16px}.low_stock{position:relative}.low_stock:before{content:"";position:absolute;border-left:5px solid #c48d4a;height:50px}.outStock{position:relative}.outStock:before{content:"";position:absolute;border-left:5px solid #bb1f3a;height:50px}.add_btn_outer svg{cursor:pointer}.action-cell{position:relative}.action-cell .ant-space{position:absolute;left:-2px;top:12px}.customer_name{color:var(--color-black);font-weight:var(--p-bold);font-size:var(--font-size-b3);-webkit-line-clamp:1}.customer_name.link{color:var(--color-0061DD);cursor:pointer;font-weight:var(--p-regular)}.customer_name.link:hover{text-decoration:underline}.taxes_bg .ant-form-item .ant-input-disabled{background-color:var(--color-f5f5)!important;border-color:var(--color-e2e2e2)!important;outline:none}.checked_clr .ant-checkbox-inner{border:1px solid #999999}.taxes_bg .form_group .taxes_clr{color:#6e6e6e!important}.customer_listing .product_info svg,.supplier_listing .product_info svg{width:40px;height:40px;border:1px solid var(--color-E5E5E5);object-fit:contain;border-radius:50%;margin-right:10px;fill:#6e6e6e}.my-custom-table #wrapper.bg-transparent table tbody tr:nth-child(odd),.table_custom_style #wrapper.bg-transparent table tbody tr:nth-child(odd){background-color:#f9f9f9}.generic-table td.ant-table-column-sort{background:transparent!important}.generic-table .ant-table-header .ant-table-thead tr .ant-table-cell,.generic-table .ant-table-header .ant-table-tbody tr .ant-table-cell,.generic-table .ant-table-content .ant-table-thead tr .ant-table-cell,.generic-table .ant-table-content .ant-table-tbody tr .ant-table-cell,.generic-table .ant-table-body .ant-table-thead tr .ant-table-cell,.generic-table .ant-table-body .ant-table-tbody tr .ant-table-cell{padding:10px 16px!important}.truncate{-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word}.truncate-2{-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word}.receive_amount{height:35px}.pr-10{padding-right:10px!important}@media screen and (min-width: 2000px){.list .my-custom-table #wrapper .sticky_table:after,.list .table_custom_style #wrapper .sticky_table:after{display:none}.product_detail_listing .scrollbar_container .hide_shadow tbody tr{max-width:378px}.product_detail_listing .scrollbar_container .hide_shadow thead tr{max-width:100%!important;background-color:var(--color-e2e2e2)!important}.list #wrapper table tr td:nth-child(2),.customer_detail_listing .scrollbar_container .list #wrapper .hide_shadow tr th:nth-child(2),.customer_detail_listing .scrollbar_container .list #wrapper .hide_shadow tr td:nth-child(2),.supplier_listing_page .scrollbar_container .list #wrapper .hide_shadow tr th:nth-child(2),.supplier_listing_page .scrollbar_container .list #wrapper .hide_shadow tr td:nth-child(2){width:363px!important}.customer_detail_listing .customer_scroll_container,.supplier_listing_page .supplier_scroll_container{flex:1}.customer_scroll_container,.supplier_scroll_container{flex:0!important}}._estimate_detial_page .user_default_image,._invoice_detial_page .user_default_image,._bills_detial_page .user_default_image,._bill_payment_detial_page .user_default_image,._credit_note_detial_page .user_default_image,._payment_received_detial_page .user_default_image,._estimate_detial_page .ant-image,._invoice_detial_page .ant-image,._bills_detial_page .ant-image,._bill_payment_detial_page .ant-image,._credit_note_detial_page .ant-image,._payment_received_detial_page .ant-image{width:150px;height:150px;margin-right:40px}.__generic_content_side.dashboard--details{height:calc(100vh - 160px)}.error-text input{color:#ff4d4f!important}._estimate_detial_page,._invoice_detial_page,._bills_detial_page,._bill_payment_detial_page,._credit_note_detial_page,._payment_received_detial_page{max-width:1100px;margin:0 auto}._estimate_detial_page.gap-adj,._invoice_detial_page.gap-adj,._bills_detial_page.gap-adj,._bill_payment_detial_page.gap-adj,._credit_note_detial_page.gap-adj,._payment_received_detial_page.gap-adj{padding:0}._estimate_detial_page._payment_received_page,._invoice_detial_page._payment_received_page,._bills_detial_page._payment_received_page,._bill_payment_detial_page._payment_received_page,._credit_note_detial_page._payment_received_page,._payment_received_detial_page._payment_received_page{max-width:1110px;padding:0 5px}._estimate_detial_page h4,._invoice_detial_page h4,._bills_detial_page h4,._bill_payment_detial_page h4,._credit_note_detial_page h4,._payment_received_detial_page h4{color:var(--color-1616);font-weight:500}._estimate_detial_page .ant-image img,._invoice_detial_page .ant-image img,._bills_detial_page .ant-image img,._bill_payment_detial_page .ant-image img,._credit_note_detial_page .ant-image img,._payment_received_detial_page .ant-image img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:.5px solid #f9f6f6}._estimate_detial_page .user_default_image svg,._invoice_detial_page .user_default_image svg,._bills_detial_page .user_default_image svg,._bill_payment_detial_page .user_default_image svg,._credit_note_detial_page .user_default_image svg,._payment_received_detial_page .user_default_image svg{width:100%;height:100%;border-radius:50%}._status_label{display:flex;align-items:center;margin-right:10px;color:var(--color-1616)}.__status_dropdown .ant-select-selector{height:100%!important}.__status_dropdown .ant-select .ant-select-arrow{margin-top:-3px}.__status_dropdown .ant-select-selection-item{line-height:34px!important}.__status_dropdown:hover .ant-select-selector{border-color:var(--color-e2e2e2)!important;background-color:var(--color-f5f5)!important}.__header_dropdown .ant-dropdown-trigger .generic-dropdown-icon{padding:0;display:flex;justify-content:center;align-items:center}.__header_dropdown .ant-dropdown-trigger:before{height:100%!important;top:0!important}.__header_dropdown .ant-dropdown-trigger:hover .generic-dropdown-icon{background-color:#2580e8}.__header_dropdown .ant-btn{height:100%;background-color:var(--color-0061DD);color:var(--color-white);box-shadow:none;border:none}.__header_dropdown .ant-btn+.ant-btn{padding:0}.__header_dropdown .ant-btn+.ant-btn.ant-btn-icon-only>span{transform:scale(1)}.__header_dropdown .ant-btn.ant-btn-icon-only{border-radius:0 3px 3px 0;overflow:hidden}.__header_dropdown .ant-btn.ant-dropdown-trigger .generic-dropdown img{transition:transform .2s}.__header_dropdown .ant-btn.ant-dropdown-trigger.ant-dropdown-open img{transform:rotate(180deg)}.__customer_image{width:150px;height:150px;margin-right:40px}.__customer_image .ant-image{width:100%;height:100%}.__customer_image .ant-image-img{object-fit:contain;border-radius:50%}.__estimate_detials,.__invoice_detials,.__bill_detials,.__bill_payment_detials,.__credit_note_detials,.__payment_received_detials{flex:1}.__estimate_detials .__general_receipt,.__invoice_detials .__general_receipt,.__bill_detials .__general_receipt,.__bill_payment_detials .__general_receipt,.__credit_note_detials .__general_receipt,.__payment_received_detials .__general_receipt{justify-content:flex-end}.__estimate_detials .__general_receipt label,.__invoice_detials .__general_receipt label,.__bill_detials .__general_receipt label,.__bill_payment_detials .__general_receipt label,.__credit_note_detials .__general_receipt label,.__payment_received_detials .__general_receipt label{cursor:pointer}.__customer_info{display:flex;align-items:baseline;position:relative}.__customer_info>img{position:relative;top:3px}.__customer_info .fw-md{flex-shrink:0}.__customer_info .ref_title{margin-left:5px}.__customer_info span{color:var(--color-1616);word-break:break-word;line-height:var(--line-height-18)}.__customer_info .ant-statistic-content{font-size:var(--font-size-b3);color:var(--color-1616)}.__customer_info h5{margin-right:8px;color:var(--color-1616)}.__customer_info .ant-statistic{flex:1;text-align:right}.status_selection,.dropdown_btn_list{display:flex;align-items:center;gap:10px}.__generic_content_side{height:calc(100vh - 130px);overflow-y:auto;padding-top:30px;padding-right:30px}.__generic_content_side.vh-0{height:auto;overflow:unset}.__generic_content_side.pr-0{padding-right:0!important}.__generic_content_side.pt-20{padding-top:20px}.__generic_content_side.email-template-standalone{background-color:#fff;height:calc(100vh - 70px)}.pending_invoice_modal .ant-modal-header .ant-modal-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-inline-end:24px}.pending_invoice_modal .main_wrapper ._container{min-height:auto;padding-block:0}.pending_invoice_modal.pending-invoice .ant-modal-content{min-height:470px}.__details_tab_container table .ant-table-tbody .ant-table-cell-ellipsis{vertical-align:top}.credit-note-picker{z-index:999}.__items-details_container.__item_details_tab_container .ant-tabs-content-holder .ant-tabs-tabpane{padding-left:0}.__items-details_container.__item_details_tab_container.px-0 .ant-tabs-content-holder .ant-tabs-tabpane{padding-right:0}._items_term_and_conditions{flex:0 0 36%}._items_term_and_conditions .product_note h5{font-weight:600}._items_term_and_conditions ._btn{color:var(--color-0061DD);padding:0}._items_term_and_conditions ._btn svg{margin-right:5px}._items_term_and_conditions ._btn:hover{color:var(--color-0061DD)}.__product_image{display:flex;align-items:center}.__product_image .ant-image{width:54px;height:54px;margin-right:7px;flex-shrink:0;align-self:flex-start}.__product_image .ant-image .ant-image-img{border-radius:3px;border:1px solid var(--color-E5E5E5);object-fit:cover}._history_tab{display:block;max-width:65%}._history_tab .flex_root{flex:1}.w-200,.user-tabs .ant-tabs-nav .filter-field .ant-select-selector{min-width:200px}.w-102{min-width:102px}.fw-md{font-weight:var(--p-medium)}.__product_info ._display_name{line-height:19px}._display_name{color:var(--color-0061DD)!important}.fw-bold{font-weight:var(--p-black)}.bg-white{background-color:#fff}.text{color:var(--color-1616);display:block;line-height:18px}.__convert_invoice_btn .ant-btn-primary:nth-child(2) span svg{width:14px;height:10px}.__convert_invoice_btn .estimates-icon{display:flex;align-items:center;justify-content:center;height:100%;width:25px;padding:5px;margin:0 auto}._item_details_summary_sec{width:auto;min-width:300px;max-width:100%;margin-right:10px;padding:0 15px}._item_details_summary_sec .__customer_info.no-border{border-bottom:none}._item_details_summary_sec .__customer_info h5{padding-right:10px;word-break:break-word;white-space:normal;text-align:right;font-weight:700}._item_details_summary_sec .__customer_info h5.fw-regular{font-weight:400}._item_details_summary_sec .__customer_info .ant-statistic{text-align:right;word-break:break-word;white-space:normal}._item_details_summary_sec .__customer_info.bottom-line{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0!important;margin-top:25px;position:relative}._item_details_summary_sec .__customer_info.bottom-line:after{content:"";display:block;border-bottom:1px solid #ccc;width:100%;position:absolute;bottom:-5px}._item_details_summary_sec .__customer_info.border-bottom{border-bottom:1px solid #ccc;padding-bottom:10px}.__general_details_page_left{flex:0 0 62.4%}.estimates_names svg,.customer_detail_names svg{flex:0 0 2.5%;width:100%}.__general_details_page_right{padding-left:35px}.__general_details_page_right.credit_details--alignment{display:flex;flex-direction:column;flex:1;max-width:390px}.__general_details_page_right.credit_details--alignment .__customer_info{line-height:17px}.__general_details_page_right.credit_details--alignment .__customer_info span{width:50%}.__general_details_page_right.credit_details--alignment .__customer_info span:first-child{font-weight:600;width:136px;text-align:left}.estimates_reference svg,.__customer_info svg{margin-right:5px;position:relative;flex-shrink:0}._display_name._customer_info_name{max-width:400px;color:var(--color-0061DD);display:inline-block;cursor:pointer}._display_name._customer_info_name:hover{text-decoration:underline;color:var(--color-007AFF)}._display_name._customer_info_name:active{color:#0050a8}.profile_display_name{color:var(--color-0061DD)!important}.product_sku_detail{color:#6e6e6e;font-size:13px}.content_side.estimates-content,.content_side.invoice-content,.content_side.credit-note-content,.content_side.payment-received-content{overflow-y:hidden}._payment_received_page .estimates_reference svg,._payment_received_page .__customer_info svg{left:-1px}._payment_received_page .estimates_reference svg.customer_icon,._payment_received_page .__customer_info svg.customer_icon{align-self:flex-start}.mb_18{margin-bottom:18px}.ref_no{margin-left:5px}.lh-18{line-height:var(--line-height-18)}.lh-17{line-height:var(--line-height-17)}.__item_details_tab_container .ant-tabs .ant-tabs-tab+.ant-tabs-tab{margin:0!important}.rotate_180{transform:rotate(180deg)}.add_new_btn{margin-top:4px;display:flex;justify-content:flex-end;margin-bottom:10px}.__items_details_header .ant-page-header-heading-extra .btn-edit._detailpage_edit_btn .ant-btn-compact-first-item{padding:0}.__items_details_header .ant-page-header-heading-extra .btn-edit._detailpage_edit_btn .ant-btn-compact-first-item .base-style{height:100%;display:flex;justify-content:center;align-items:center;padding:5px 14px;color:var(--color-1616);cursor:pointer}.__items_details_header .ant-page-header-heading-extra .btn-edit._detailpage_edit_btn .ant-btn-compact-first-item .base-style.no-edit{cursor:not-allowed}.generic-table.detail_item_table.ant-table-wrapper .ant-table-cell-ellipsis{white-space:normal;vertical-align:top}.generic-table.detail_item_table.ant-table-wrapper table{margin-bottom:20px}.generic-table.detail_item_table.ant-table-wrapper table .ant-table-thead .ant-table-cell-ellipsis,.generic-table.detail_item_table.ant-table-wrapper table .ant-table-tbody .ant-table-cell-ellipsis{vertical-align:top}.generic-table.detail_item_table.ant-table-wrapper table .ant-table-thead .ant-table-cell-ellipsis:last-child,.generic-table.detail_item_table.ant-table-wrapper table .ant-table-tbody .ant-table-cell-ellipsis:last-child{padding:9px 16px!important;text-align:right!important}.generic-table.detail_item_table.ant-table-wrapper table .ant-table-tbody tr .ant-table-cell:nth-child(odd):not(:last-child),.generic-table.detail_item_table.ant-table-wrapper table .ant-table-thead tr .ant-table-cell:nth-child(odd):not(:last-child){padding-right:0}.generic-table.detail_item_table .ant-statistic .ant-statistic-content .ant-statistic-content-value{word-break:break-word;color:var(--color-1616)}.ant-statistic:has(.amount---fix) .ant-statistic-content .ant-statistic-content-value{text-align:left}.image_cell{vertical-align:top}.create_name{color:var(--color-black);line-height:20px;min-width:75px}.creator_role{color:var(--color-dark-gray);font-size:var(--font-size-b5);line-height:20px}.txt-rgt{text-align:right}.clr{color:#6e6e6e!important}.__estimate__table__main .ant-table-wrapper .ant-table-content .ant-table-thead .ant-table-cell:nth-child(4){text-align:left!important}.__estimate__table__main .ant-table-wrapper .ant-table-content .ant-table-thead .ant-table-cell:nth-child(6){text-align:right!important}.estimates-listing .no_sticky_table table thead th:nth-child(4),.estimates-listing .no_sticky_table table tbody td:nth-child(4){text-align:left!important;justify-content:unset!important}.pending-invoice .ant-table-cell:not(:nth-child(1)){text-align:right}.generic-table.detail_item_table .ant-table-wrapper table tbody .ant-table-cell-ellipsis:last-child{padding:12px 10px}.generic-table.detail_item_table .ant-table-wrapper table tbody .ant-table-cell-ellipsis:last-child .ant-statistic-content{padding:0!important}.receive-payment-checked .ant-input-affix-wrapper .ant-input,.receive-payment-checked .ant-input-affix-wrapper .ant-input-prefix{color:#a8a8a8!important}.align-right-info .__customer_info{justify-content:flex-start}.amount---fix .ant-statistic-content{display:flex;justify-content:flex-end}.invoices-tbl .ant-table-container table .ant-table-thead .image_cell{padding-left:10px}.invoices-tbl .ant-table-container table .ant-table-thead .qty_column,.invoices-tbl .ant-table-container table .ant-table-thead .amount_column,.invoices-tbl .ant-table-container table .ant-table-thead .discount_column{padding-right:5px}.invoices-tbl .ant-table-container table .ant-table-thead .tax_column{padding-left:5px}.invoices-tbl .ant-table-container table .ant-table-tbody tr .ant-table-cell{padding:12px 5px}.invoices-tbl .ant-table-container table .ant-table-tbody tr .tax_column{color:#161616}.invoices-tbl .ant-table-container table .ant-table-tbody tr .image_cell{padding-left:10px}.ant-table-tbody .discount_column,.ant-table-thead .discount_column{padding-right:16px!important}.ant-table-tbody .discount_column .ant-statistic-content,.ant-table-thead .discount_column .ant-statistic-content{line-height:18px}.generic-table.activity-tbl .ant-table-tbody tr.ant-table-row .ant-table-cell{padding:2px 16px;min-height:45px;height:45px}.estimates-data{margin-bottom:7px;display:flex;align-items:center}.__general_details_page_left .__customer_info ._display_name{color:var(--color-1616)!important}.__invoices-details--main .generic-table table .ant-table-cell:not(:last-child){width:23.9%}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(3) .ant-table-column-sorters .ant-table-column-title>div{justify-content:flex-end}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(4) .ant-table-column-sorters .ant-table-column-title>div{justify-content:flex-end}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(3){text-align:right}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(3)>div{justify-content:flex-end}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(4)>div{justify-content:flex-end}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(1),.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(3),.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(4) .__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(5){width:19.2%}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(2){width:18.2%}.__applied-invoices--tbl .ant-table .ant-table-container table .ant-table-cell:nth-child(6){width:5%}.estimat_modal .table-container{max-width:100%}.estimat_modal .bill_box{margin-right:0}.control--width{width:100%}.__invoices-estimates--modal .ant-page-header-footer{padding:0 30px 20px}.__invoices-estimates--modal .__items-details_container .ant-tabs-content-holder .ant-tabs-tabpane:not(:nth-of-type(4),:nth-of-type(5),:nth-of-type(6)){padding-right:0}.__invoices-estimates--modal .__items-details_container{padding-inline:0!important}.__invoices-estimates--modal .unit-badge span{white-space:nowrap;font-size:12px}.__invoices-estimates--modal ._estimate_detial_page{padding:0}.generic_modal_style .popup--spacing .generic_modal{padding-inline:30px}.generic_modal_style .product_row{margin-bottom:8px!important}.create_invoice_modal .estimate-table .generic-table table .ant-table-tbody tr .ant-table-cell .ant-select{width:100%!important}.create_invoice_modal .generic-table table .ant-table-tbody tr .ant-table-cell .ant-statistic{word-break:break-word}.invoice-credit--applied.generic-table table .ant-table-cell:not(:last-child){width:31%}._1px{border-bottom:1px solid var(--color-E5E5E5);padding-bottom:10px}._1px.pb-0{padding-bottom:0}._2px{border-bottom:2px solid var(--color-E5E5E5);padding-bottom:10px}.item_dropdown .ant-select-item-option-content,.select_item .ant-select-selection-item{display:flex;align-items:center}.item_dropdown .ant-select-item-option-content .ant-avatar,.select_item .ant-select-selection-item .ant-avatar{width:40px;height:40px;margin-right:7px;border-radius:0;flex-shrink:0}.item_dropdown .ant-select-item-option-content .ant-avatar img,.select_item .ant-select-selection-item .ant-avatar img{border:1px solid var(--color-E5E5E5);border-radius:3px;object-fit:cover}.item_dropdown .ant-select-item-option-content .product_name{color:var(--color-1616);font-size:var(--font-size-b3);line-height:20px}.h-40,.bulk_items_modal .bulk_item_search_box .search_box_input,.rate_box .ant-input-number-input,.qty_box .ant-input-number-input,.estimate_product_listing .discount_dropdown .ant-select-selector,.estimate_product_listing .discount_field .ant-input-number-input,.estimate_product_listing .discount_field,.estimate_product_listing .estimate_select .ant-select-selector .ant-select-selection-search-input,.estimate_product_listing .ant-select-selector .ant-select-selection-search-input,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-select-selector{height:40px}.ph-5,.rate_box .ant-input-number-input,.qty_box .ant-input-number-input{padding:0 5px}.estimate-table.generic-table .ant-table-content{margin-bottom:10px}.estimate-table.generic-table table{margin:0 auto}.estimate-table.generic-table table .ant-table-tbody tr .ant-table-cell{padding:14px 5px;vertical-align:top}.estimate-table.generic-table table .ant-table-tbody tr .ant-table-cell .text_center{padding:0;height:40px;display:flex;align-items:center}.estimate-table.generic-table table .ant-table-tbody tr .ant-table-cell .text_center .ant-statistic-content{width:100%}.estimate-table.generic-table table .ant-table-tbody tr .ant-table-cell .text_center .ant-statistic-content .ant-statistic-content-value{word-break:break-word}.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .select_item:hover .ant-select-selector input{cursor:pointer}.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .select_item:hover .ant-select-arrow,.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .estimate_select:hover .ant-select-arrow,.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .discount_dropdown:hover .ant-select-arrow{display:flex}.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .select_item .ant-select-selection-item,.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .estimate_select .ant-select-selection-item,.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .discount_dropdown .ant-select-selection-item{padding-inline-end:15px}.estimate-table.generic-table table .ant-table-tbody .ant-table-cell-ellipsis .estimate_select_items .ant-select-selection-search-input{height:100%}.estimate-table.generic-table table .ant-table-tbody td:first-child{padding-left:1px!important}.estimate-table.generic-table table .ant-table-tbody td:first-child svg{width:19px;height:40px}.estimate-table.generic-table table .ant-table-tbody td:first-child svg path{color:#a8a8a8}.estimate-table.generic-table table .ant-table-tbody td div.ant-statistic{align-items:center;justify-content:right;border-radius:4px;padding-right:5px}.estimate-table.generic-table table .ant-table-tbody td:nth-last-child(2){padding-right:8px}.estimate-table.generic-table table .ant-table-thead .ant-table-cell{padding:9px 16px 9px 5px}.estimate-table.generic-table table .ant-table-thead .ant-table-cell[title=Discount]{text-align:right}.form_group{position:relative}.form_group .edit_bill{position:absolute;right:0;top:5px;fill:var(--color-0061DD);cursor:pointer;z-index:10}.estimate_customer .css-1u9des2-indicatorSeparator{display:none}.estimate_customer>.ant-form-item{margin-bottom:0}.estimate_customer .ant-form-item-control-input-content>.ant-form-item{margin-bottom:0}.estimate_customer .ant-btn{padding:0}.estimate_customer .ant-btn span{cursor:pointer}.estimate_customer .flex_root{margin-bottom:0}.estimate_customer .invoice_btn{display:flex;justify-content:space-between}.estimate_customer .invoice_btn .ant-form-item{margin-bottom:0}.cursor_pointer .ant-form-item .ant-picker-large .ant-picker-input,.cursor_pointer .ant-form-item .ant-picker-large .ant-picker-input input{cursor:pointer}.label_custom_style{display:inline-block;margin-bottom:12px}.unselect_tax:hover .ant-select-arrow{display:flex!important}.bill_address_detail{word-break:break-word;display:block;line-height:18px}.bill_address_detail.cus_name{line-height:20px}.estimate_product_listing .ant-table-cell{white-space:unset}.estimate_product_listing .ant-select-selector .ant-select-selection-placeholder{line-height:40px!important}.estimate_product_listing .estimate_select .ant-select-selector{height:40px;border-color:var(--color-e2e2e2)}.estimate_product_listing .estimate_select .ant-select-selector .ant-select-selection-item{line-height:40px}.estimate_product_listing .discount_field{border-radius:4px 0 0 4px;width:100%;border-color:var(--color-e2e2e2);border-right:none;text-align:right;padding:0 10px}.estimate_product_listing .discount_field .ant-input-number-input{text-align:left}.estimate_product_listing .discount_field.no-border{border-right:1px solid #2580e8}.estimate_product_listing .discount_dropdown .ant-select-selector{border-color:var(--color-e2e2e2);border-radius:0 2px 2px 0;background-color:var(--color-eee);width:48px;padding:0 3px 0 10px;align-items:center}.estimate_product_listing .ant-select-arrow svg{fill:#161616}.select_item .ant-select-selector{min-height:unset!important;height:40px!important}.select_item .ant-select-selector .ant-select-selection-placeholder{line-height:40px;padding-left:6px}.select_item .ant-select-selection-item .product_name{color:var(--color-0061DD);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:20px}.my-text-area.ant-input-textarea .ant-input{border-color:transparent;background-color:#fafafa;height:auto}.my-text-area.ant-input-textarea .ant-input:hover{background-color:#f5f5f5}.item_dropdown{padding:16px 9px}.item_dropdown.flex-unset .ant-select-item-option-content{display:unset}.item_dropdown .ant-form-item{margin-bottom:19px}.item_dropdown .ant-select-item-option-content .product_name{display:block}.item_dropdown .ant-select-selection-item,.item_dropdown .ant-table-cell-ellipsis{white-space:unset}.estimate_biling_list .ant-select-item-option-content{display:block}.product_text_detail{text-align:left;max-width:85%;line-height:25px}.product_text_detail .product_sku{font-size:13px;color:#6e6e6e;line-height:20px}.shipping_input_field{height:100%}.shipping_input_field .ant-input-number-input{height:40px}.shipping_input_field .ant-input-prefix{margin-right:0}.confirm-popp--main .del_btn .ant-btn{background-color:transparent!important;border:none;box-shadow:unset;display:flex;align-items:center;padding:0}.confirm-popp--main .del_btn .ant-btn svg{fill:var(--color-black)}.confirm-popp--main .del_btn .ant-btn:hover(:disabled){cursor:pointer;border-color:transparent}.confirm-popp--main .del_btn .ant-btn:hover(:disabled) svg{fill:var(--color-black)}.confirm-popp--main .del_btn .ant-btn:disabled:hover{cursor:no-drop}.bill_box{display:flex}.bill_box .final_payment{min-width:320px;width:auto;max-width:100%;position:relative}.bill_box .final_payment .ant-statistic-content{font-size:14px}.bill_box .final_payment .ant-typography{font-size:var(--font-size-b3);font-weight:var(--p-bold);text-align:right;color:#000;min-width:120px;margin:0 10px}.bill_box .final_payment .ant-typography+svg{margin-left:8px;fill:var(--color-dark-gray)}.bill_box .final_payment .ant-typography+svg:hover{fill:var(--color-1616);cursor:pointer}.bill_box .final_payment .ant-statistic .ant-statistic-content-prefix,.bill_box .final_payment .ant-statistic .ant-statistic-content-value-int,.bill_box .final_payment .ant-statistic .ant-statistic-content-value{color:#161616!important;font-size:var(--font-size-b3);word-break:break-word;white-space:pre-wrap}.bill_box .final_payment .shipping_inputbox{width:100%;margin-bottom:0}.bill_box .final_payment .shipping_inputbox .ant-row.ant-form-item-row{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.bill_box .final_payment .shipping_inputbox .ant-row.ant-form-item-row .ant-form-item-label{padding-bottom:0}.bill_box .final_payment .shipping_inputbox .ant-row.ant-form-item-row .ant-form-item-control{max-width:150px}.bill_box .final_payment .shipping_inputbox .ant-row.ant-form-item-row .ant-form-item-control .ant-form-item-control-input,.bill_box .final_payment .shipping_inputbox .ant-row.ant-form-item-row .ant-form-item-control .ant-form-item-control-input-content,.bill_box .final_payment .shipping_inputbox .ant-row.ant-form-item-row .ant-form-item-control .ant-input-affix-wrapper{height:40px}.bill_box .final_payment .shipping_inputbox .ant-row.ant-form-item-row .ant-form-item-control .ant-input-number{border-color:var(--color-e2e2e2);width:100%}.bill_box .final_payment .shipping_inputbox .ant-input-number-affix-wrapper{width:100%}.bill_box .final_payment .bill_discount_field .w-100 .ant-form-item-control,.bill_box .final_payment .bill_discount_field table .ant-form-item-control,.bill_box .final_payment .bill_discount_field .wh-100 .ant-form-item-control,.bill_box .final_payment .bill_discount_field .main_wrapper .ant-picker .ant-form-item-control,.main_wrapper .bill_box .final_payment .bill_discount_field .ant-picker .ant-form-item-control,.bill_box .final_payment .bill_discount_field .__items-details_container .ant-picker .ant-form-item-control,.__items-details_container .bill_box .final_payment .bill_discount_field .ant-picker .ant-form-item-control,.bill_box .final_payment .bill_discount_field .flex-32 .ant-form-item-control,.bill_box .final_payment .bill_discount_field .flex-25 .ant-form-item-control,.bill_box .final_payment .bill_discount_field .flex-46 .ant-form-item-control,.bill_box .final_payment .bill_discount_field .header-area .search_box .ant-input-affix-wrapper .ant-input .ant-form-item-control,.header-area .search_box .ant-input-affix-wrapper .bill_box .final_payment .bill_discount_field .ant-input .ant-form-item-control,.bill_box .final_payment .bill_discount_field .left-side-bar .sidebar_main .main-menu .menu-item .ant-form-item-control,.left-side-bar .sidebar_main .main-menu .bill_box .final_payment .bill_discount_field .menu-item .ant-form-item-control,.bill_box .final_payment .bill_discount_field .left-side-bar .sidebar_main .main-menu .sub-menu .ant-menu-submenu-title .ant-form-item-control,.left-side-bar .sidebar_main .main-menu .sub-menu .bill_box .final_payment .bill_discount_field .ant-menu-submenu-title .ant-form-item-control,.bill_box .final_payment .bill_discount_field .organization-card-widget .organization-img .ant-image img .ant-form-item-control,.organization-card-widget .organization-img .ant-image .bill_box .final_payment .bill_discount_field img .ant-form-item-control,.bill_box .final_payment .bill_discount_field .organization_img img .ant-form-item-control,.organization_img .bill_box .final_payment .bill_discount_field img .ant-form-item-control,.bill_box .final_payment .bill_discount_field .user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-form-item-control,.user-tabs .ant-tabs-nav .bill_box .final_payment .bill_discount_field .ant-tabs-nav-wrap .ant-form-item-control,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .bill_box .final_payment .bill_discount_field .ant-tabs-tab .ant-form-item-control,.bill_box .final_payment .bill_discount_field .user-tabs .ant-tabs-nav .ant-tabs-extra-content .ant-form-item-control,.user-tabs .ant-tabs-nav .bill_box .final_payment .bill_discount_field .ant-tabs-extra-content .ant-form-item-control,.bill_box .final_payment .bill_discount_field .role_form .ant-form-item-control,.role_form .bill_box .final_payment .bill_discount_field .role_field .ant-form-item-control,.role_form .bill_box .final_payment .bill_discount_field .role_box .ant-form-item-control,.bill_box .final_payment .bill_discount_field .add-organization-form .ant-space-item .upload-text .ant-form-item-control,.add-organization-form .ant-space-item .bill_box .final_payment .bill_discount_field .upload-text .ant-form-item-control,.bill_box .final_payment .bill_discount_field .product-details .product-details-left .ant-form-item-control,.product-details .bill_box .final_payment .bill_discount_field .product-details-left .ant-form-item-control,.bill_box .final_payment .bill_discount_field .product-details .product-details-center .ant-form-item-control,.product-details .bill_box .final_payment .bill_discount_field .product-details-center .ant-form-item-control,.bill_box .final_payment .bill_discount_field .product-details .product-details-right .ant-form-item-control,.product-details .bill_box .final_payment .bill_discount_field .product-details-right .ant-form-item-control,.bill_box .final_payment .bill_discount_field .__customer_image .ant-image-img .ant-form-item-control,.__customer_image .bill_box .final_payment .bill_discount_field .ant-image-img .ant-form-item-control,.bill_box .final_payment .bill_discount_field .__product_image .ant-image .ant-image-img .ant-form-item-control,.__product_image .ant-image .bill_box .final_payment .bill_discount_field .ant-image-img .ant-form-item-control,.bill_box .final_payment .bill_discount_field .select_item .ant-select-selection-item .ant-avatar .ant-image .ant-form-item-control,.select_item .ant-select-selection-item .ant-avatar .bill_box .final_payment .bill_discount_field .ant-image .ant-form-item-control,.bill_box .final_payment .bill_discount_field .select_item .ant-select-selection-item .ant-avatar img .ant-form-item-control,.select_item .ant-select-selection-item .ant-avatar .bill_box .final_payment .bill_discount_field img .ant-form-item-control,.bill_box .final_payment .bill_discount_field .item_dropdown .ant-select-item-option-content .ant-avatar .ant-image .ant-form-item-control,.item_dropdown .ant-select-item-option-content .ant-avatar .bill_box .final_payment .bill_discount_field .ant-image .ant-form-item-control,.bill_box .final_payment .bill_discount_field .item_dropdown .ant-select-item-option-content .ant-avatar img .ant-form-item-control,.item_dropdown .ant-select-item-option-content .ant-avatar .bill_box .final_payment .bill_discount_field img .ant-form-item-control{max-width:110px!important}.bill_box .final_payment .discount_input_field .discount_label{justify-content:flex-end}.bill_box .final_payment .discount_input_field .estimate_discount_field .shipping_inputbox .ant-form-item-label{text-align:end}.qty_box{width:100%;height:40px;line-height:40px;border-color:var(--color-e2e2e2);text-align:left}.qty_box.box-perf{text-align:center;width:58px}.qty_box .ant-input-number-input{text-align:left}.qty_box{padding-left:11px!important}.rate_box{width:100%;height:40px;line-height:40px;border-color:var(--color-e2e2e2);text-align:left;background:#ffffff}.rate_box .ant-input-number-input{text-align:left}.rate_box .ant-input-number-prefix{height:40px}.rate_box .ant-input-prefix{margin-right:0}.rate_box.no-border,.rate_box.no-border .ant-input-prefix,.rate_box.no-border .ant-input{background-color:transparent}.ant-modal-wrap .ant-modal-content .ant-modal-close{color:#a8a8a8}.ant-modal-wrap .ant-modal-content .ant-modal-close:hover{background-color:transparent;color:#6e6e6e}.generic-table .ant-table-content .ant-table-tbody tr .item_delete_btn{padding:10px!important}.generic-table.tax_table .ant-table-thead .ant-table-cell:nth-of-type(1){width:285px}.generic-table.tax_table .ant-table-thead .ant-table-cell:nth-of-type(2){width:180px}.generic-table.tax_table .ant-table-thead .ant-table-cell:nth-of-type(3){width:112px}.generic-table.tax_table .ant-table-thead .ant-table-cell:nth-of-type(4){width:125px}.generic-table.tax_table .ant-table-thead .ant-table-cell:nth-of-type(5){width:120px}.generic-table.tax_table .ant-table-tbody .estimate_tax_detail{display:-webkit-box;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.total-tax-and-discount{display:flex;align-items:center}.total-tax-and-discount label:nth-of-type(1){width:270px}.total-tax-and-discount label:nth-of-type(2){width:172px}.total-tax-and-discount label:nth-of-type(3){width:202px}.total-tax-and-discount label:nth-of-type(4){width:130px}.total-tax-and-discount label:nth-of-type(5){flex:1}.estimate_product_listing .no-border.ant-input-number-affix-wrapper,.estimate_product_listing .no-border.ant-input,.estimate_product_listing .no-border.ant-input-number,.estimate_product_listing .no-border .ant-select-selector{border-color:transparent;background-color:transparent}.estimate_product_listing .no-border.ant-input-number-affix-wrapper:hover,.estimate_product_listing .no-border.ant-input:hover,.estimate_product_listing .no-border.ant-input-number:hover{border-color:#2580e8}.estimate-table.generic-table table .ant-table-tbody tr .product_table_empty_td .no-border .ant-select-selector:first-child{padding:0}.estimate-table.generic-table table .ant-table-tbody tr .product_table_empty_td:first-child{padding-left:0!important}.estimate-table.generic-table table .ant-table-tbody .ant-avatar-lg{flex-shrink:0}.estimate-table.generic-table table .ant-table-tbody .estimate_discount_field{border:1px solid #e2e2e2;border-radius:2px;height:40px}.estimate-table.generic-table table .ant-table-tbody .estimate_discount_field .discount_field,.estimate-table.generic-table table .ant-table-tbody .estimate_discount_field .adjustment_box,.estimate-table.generic-table table .ant-table-tbody .estimate_discount_field .discount_dropdown .ant-select-selector{border:none;height:38px}.estimate-table.generic-table table .ant-table-tbody .estimate_discount_field:focus-within{border-color:var(--color-0061DD)}.downLoad{color:#757171;cursor:pointer}.generic-dropdown-icon.ant-btn-default:disabled{background-color:var(--color-eee)!important}.disabled-svg{cursor:not-allowed;background-color:var(--color-eee);border-left:none;padding:5px 7px}.disabled-svg img{filter:opacity(.2)!important}.disabled-svg.ant-dropdown-trigger{border-right:none!important}.disabled-svg img{filter:brightness(0)}.generic-dropdown-icon.bg-blue{background-color:var(--color-0061DD)}.pl-2{padding-left:2px}.adjust-filter-main.width_332px{max-width:100%}.bulk_items_modal .anticon svg{color:#a8a8a8!important}.bulk_items_modal .bulk_item_search_box{max-width:49.5%;width:100%;position:relative}.bulk_items_modal .bulk_item_search_box .search_box_input{padding:0 25px 0 15px;border:1px solid #e2e2e2;outline:none;width:100%;font-size:14px;border-radius:4px;margin-bottom:10px}.bulk_items_modal .bulk_item_search_box .search_box_input::placeholder{text-transform:capitalize}.bulk_items_modal .bulk_item_search_box .search_box_input:hover{background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)!important}.bulk_items_modal .bulk_item_search_box .search_box_input:focus{box-shadow:0 0 0 2px #059bff1a;border-inline-end-width:1px;outline:0;border-color:#2580e8}.bulk_items_modal .bulk_item_search_box svg{position:absolute;right:10px;top:13px;fill:#7c7979}.bulk_items_modal .add_bulk_item .ant-table-thead tr .ant-table-cell:nth-child(2){position:absolute;width:100%;left:0;padding-left:10px!important}.bulk_items_modal .add_bulk_item .ant-table-thead tr .ant-table-cell:last-child{width:62px}.bulk_items_modal .add_bulk_item .ant-table-tbody{cursor:pointer}.bulk_items_modal .add_bulk_item .ant-table-tbody .ant-table-cell{border-bottom:none!important}.bulk_items_modal .add_bulk_item .ant-table-tbody .ant-table-cell:first-child{padding:12px 0 12px 10px}.bulk_items_modal .add_bulk_item .ant-table-tbody .ant-table-cell:nth-child(2){padding-left:10px}.bulk_items_modal .add_bulk_item .ant-table-tbody .ant-table-cell:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;vertical-align:center;text-align:end}.bulk_items_modal .add_bulk_item .ant-table-tbody tr.ant-table-row-selected{background-color:#ebf3ff}.bulk_items_modal .add_bulk_item .ant-table-tbody tr.ant-table-row-selected .ant-table-cell{border-color:transparent!important}.bulk_items_modal .bulk_items_col_two{overflow:auto}.bulk_items_modal .bulk_items_col_two .ant-table-thead tr .ant-table-cell:first-child{width:62%;min-width:162px}.bulk_items_modal .bulk_items_col_two .ant-table-thead tr .ant-table-cell:nth-child(2){padding-right:0!important;justify-content:flex-end}.bulk_items_modal .bulk_items_col_two .ant-table-thead tr .ant-table-cell:last-child{width:64px}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr{background-color:#fff}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell{border-bottom:none!important;cursor:pointer}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:first-child{vertical-align:baseline}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:last-child{padding:0}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:last-child .ant-form-item{margin-bottom:0}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:last-child .ant-form-item .ant-btn svg{background:var(--color-1616);border-radius:50px;color:#fff;padding:2px}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:nth-child(2){padding-right:0}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:nth-child(2) .ant-input-number{width:75px}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:nth-child(2) .bulk_item_input{max-width:90px;width:90px}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:nth-child(2) .bulk_item_unit{width:92px;flex:1;align-items:center;-webkit-line-clamp:3;word-break:break-all;margin:auto 5px}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell:nth-child(2){border-color:transparent!important}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-table-cell .ant-btn-link{padding-top:6px}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-input-number .ant-input-number-input{height:40px}.bulk_items_modal .bulk_items_col_two .ant-table-tbody tr .ant-input-number:hover{background-color:#f5f5f5;border-color:#ccc}.bulk_items_modal .bulk_items_col_one{overflow:hidden}.bulk_items_modal .bulk_items_col_one .ant-spin-spinning{max-height:61.5vh}.bulk_items_modal .bulk_items_col_two,.bulk_items_modal .bulk_items_col_one{height:63vh}.bulk_items_modal .bulk_items_col_two .ant-table-empty .ant-table-tbody .ant-empty,.bulk_items_modal .bulk_items_col_one .ant-table-empty .ant-table-tbody .ant-empty{height:49.2vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.bulk_items_modal .bulk_product_inner .ant-image{min-width:54px;width:54px;height:54px;margin-right:7px;border:1px solid var(--color-E5E5E5);border-radius:3px;padding:4px}.bulk_items_modal .bulk_product_inner .ant-image .ant-image-img{width:100%;height:100%;object-fit:cover}.bulk_items_modal .bulk_product_inner .product_title{color:var(--color-1616);align-self:flex-start;-webkit-line-clamp:2;word-break:break-all}.bulk_items_modal .bulk_product_inner .product_sku{color:var(--color-1616);font-size:var(--font-size-b5)}.bulk_items_modal .ant-table-thead{position:sticky;top:0;z-index:111111}.bulk_items_modal .table_outer_container{width:calc(50% - 5px)}.bulk_items_modal .table_outer_container table{margin-bottom:0}.bulk_items_modal ::-webkit-scrollbar{width:7px;height:200px}.ant-modal-root:has(.generic_modal_style) .ant-modal-mask{z-index:1101}.generic_modal_style .credit-note-modal .__items-details_container{padding-inline:0}.generic_modal_style .credit-note-modal .__items-details_container .ant-tabs-content-holder .ant-tabs-tabpane{padding-right:0}.generic_modal_style .payment-modal .__items-details_container{padding-inline:0}.generic_modal_style .payment-modal .__items-details_container .ant-tabs-content-holder .ant-tabs-tabpane{padding-right:0}.generic_modal_style ._payment_received_detial_page._payment_received_page{padding:0}.generic_modal_style.ant-modal-wrap{z-index:1101}.generic_modal_style .ant-modal-close{top:8px}.generic_modal_style.qty_adjustment_modal .ant-modal-content{overflow-x:hidden;overflow-y:auto}.generic_modal_style .ant-modal-content{padding:0 0 20px}.generic_modal_style .ant-modal-content .ant-modal-header{border-bottom:1px solid var(--color-E5E5E5);margin-bottom:20px}.generic_modal_style .ant-modal-content .ant-modal-header .ant-modal-title{font-size:var(--font-size-b2);color:var(--color-black);font-weight:var(--p-bold);padding:10px 20px;line-height:20px}.generic_modal_style .generic_modal{padding:0 20px}.generic_modal_style .generic_modal .tax_table table{margin-bottom:0}.generic_modal_style .generic_modal.px-30{padding:0 30px}.generic_modal_style .generic_modal.get-space{padding:0 50px}.generic_modal_style .generic_modal.some_spacing{padding:15px 58px}.generic_modal_style .generic_modal.some_spacing .ant-table-content table{margin:0}.generic_modal_style .generic_modal.some_spacing .ant-table-wrapper .ant-table-footer{border-bottom:2px solid #e2e2e2;border-radius:0}.generic_modal_style .generic_modal .flexbox .form_group .ant-form-item-label{min-width:100px}.generic_modal_style .modal_search{max-width:495px;height:40px;margin-bottom:10px;padding-left:20px}.generic_modal_style .modal_search *{height:100%}.generic_modal_style .modal_image{height:54px;width:54px;border:1px solid var(--color-E5E5E5);border-radius:3px}.generic_modal_style .custom_invoice_modal{flex-wrap:nowrap;position:relative}.generic_modal_style .custom_invoice_modal .delete_tool{position:absolute;top:7px;right:-7px;cursor:pointer}.generic_modal_style .custom_invoice_modal .Input_Num{width:100%}.generic_modal_style .custom_invoice_modal .form-group .ant-input,.generic_modal_style .custom_invoice_modal .form-group .ant-input-number-input{height:40px}.generic_modal_style .payment_term_form{margin-bottom:20px;align-items:unset}.generic_modal_style .payment_term_form .form-group{margin-bottom:0;flex:1}.generic_modal_style .payment_term_form .form-group .ant-form-item-row{display:flex;flex-direction:column}.generic_modal_style .payment_term_form .form-group .ant-form-item-row .ant-form-item-required{height:18px;display:flex;margin-bottom:5px}.generic_modal_style .payment_term_form .form-group .ant-form-item-row .ant-form-item-required:after{content:none}.generic_modal_style .payment_term_form .form-group .ant-form-item-row .ant-form-item-required span{margin-bottom:0}.generic_modal_style .payment_term_form .form-group .ant-form-item-row .ant-form-item-control{flex:1}.generic_modal_style.new_received_payment .ant-modal-content{height:595px;overflow-y:auto;overflow-x:hidden}.generic_modal_style.address_modal .ant-modal-content{height:578px}.generic_modal_style.address_modal .ant-modal-content .ant-modal-header{margin-bottom:15px}.generic_modal_style.address_modal.h-635 .ant-modal-content{height:635px}.generic_modal_style .__items-details_container{padding-inline:20px}.generic_modal_style .__items-details_container.responsive-modal,.generic_modal_style .__items-details_container.px-0{padding-inline:0}.generic_modal_style .__popup-actions{justify-content:flex-end}.height-adjustment .ant-modal-content{min-height:530px}#payement-received-form .form-row-container{max-width:920px;width:100%}#payement-received-form .form-row-container .flex-47{flex:0 0 30%}#payement-received-form .form-row-container .flex-47 .ant-select-selector{height:40px}#payement-received-form .form-row-container .receive_payment_text_area{width:65%}#payement-received-form .form-row-container .receive_payment_text_area .notes-label label{margin-bottom:8px}#payement-received-form .form-row-container .payment_mode input:hover{background-color:transparent}#payement-received-form .form-row-container .payment_mode .ant-select-selection-placeholder{line-height:38px}.form_box .ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{content:none}.tax_modal .input_field .ant-form-item-control-input-content .ant-input-affix-wrapper,.tax_modal .input_field .ant-input-group-wrapper .ant-input-wrapper .ant-input,.tax_modal .input_field.input-40px .ant-input{height:40px}.tax_modal .input_field .ant-input-affix-wrapper .ant-input{transition:none;background-color:transparent}.tax_modal .input_field .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:var(--color-0061DD);background-color:#fff}._product-title{font-size:16px;color:var(--color-black);font-weight:var(--p-bold)}#form_in_modal_description::placeholder,.remove-extra--space input[type=text]::placeholder{color:#999!important;font-size:14px;font-weight:400}.remove-extra--space input[type=text],#form_in_modal_description{padding-left:10px}.adjust-tbl-main .ant-form-item .ant-form-item-label>label{height:auto}.generic_modal.tax_modal .ant-form-item .ant-form-item-label{padding:0}.generic_modal.tax_modal .ant-form-item .ant-form-item-label .ant-form-item-required:before{display:none}.generic_modal.tax_modal .ant-form-item-margin-offset{display:none}.generic_modal.billing--address__modal .flexbox .form_group .ant-row{display:block}.generic_modal.billing--address__modal .flexbox .form_group .ant-row .ant-form-item-label{text-align:left}.generic_modal.billing--address__modal .flexbox .form_group .ant-row .ant-form-item-label label{height:auto}.generic_modal.billing--address__modal.px-30{padding:0 30px}._generic_popupover_main .item--filter__popover .ant-row{display:block}._generic_popupover_main .item--filter__popover .ant-row .ant-form-item-no-colon{margin-bottom:0;height:auto}.qty_adjustment_modal .quantity_adjustment{text-overflow:unset}.qty_adjustment_modal .ant-table-cell-row-hover{background:transparent!important}.create-account-modal .account_category_list .ant-radio-wrapper span:last-child{padding-right:0}.add-new-item--modal .__sku_settings{right:-3px!important;top:44px!important}.add-new-item--modal .__sku_settings .ant-popover-arrow{right:-2px!important}.adjust-according-space{transform:translate(-15px)}.business_modal .ant-modal-body{padding:0 20px 20px 0}.business_modal .ant-modal-body .bussiness_setup_sec .tax_tooltip{right:-30px}.generic_modal_style .transaction-tbl .ant-table-cell-ellipsis a:hover{text-decoration:underline!important}.custom-confirm-modal .ant-modal-body .ant-modal-confirm-body{display:flex;align-items:baseline}.custom-confirm-modal .ant-modal-body .ant-modal-confirm-body .anticon-exclamation-circle{position:relative;top:5px}.send-email .email_heading{margin-bottom:30px!important;color:var(--color-1616);font-weight:var(--p-medium);line-height:var(--line-height-17)}.email_form{position:relative;border:1px solid #e5e5e5;padding-bottom:10px;border-radius:3px;margin-bottom:30px}.email_form .ant-form-item-label{display:none}.email_form .to_mail{width:60px;height:40px;border:1px solid #e2e2e2;display:flex;justify-content:center;align-items:center;position:absolute;top:10px;z-index:10;left:10px;border-radius:3px;color:#161616}.email_form .email_field #email{height:60px;padding-left:84px;border-bottom:none;border-radius:0;border:none;color:#161616;font-size:14px;line-height:18px;font-family:var(--font-primary);font-style:italic}.email_form .email_field .ant-form-item-explain-error{padding-left:84px;margin-bottom:5px}.email_form .subject_field{width:88%}.email_form .subject_field #subject{border-radius:0;font-style:italic;font-size:14px;line-height:18px;border:none;font-family:var(--font-primary)}.email_form .subject_field #subject:focus{box-shadow:none}.email_form .email_subject .ant-form-item-required{display:none}.email_form .email_subject .email-to-text{flex:0 0 61px;padding-top:0!important;height:38px;align-self:flex-start;margin-top:5px;border:1px solid #e2e2e2;display:flex;justify-content:center;align-items:center;font-weight:400}.email_form .email-subj-dropdown{max-width:1000px}.email_form .email-subj-dropdown .ant-select-selector{border:none}.email_form .email-subj-dropdown .ant-select-selector .ant-select-selection-item{background:#E8F1FF;border-radius:20px;min-height:40px;line-height:40px;min-width:60px;border:none;margin-left:4px;padding:0 10px}.email_form .email-subj-dropdown .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content{flex:1;margin-right:20px;max-width:500px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.email_form .email-subj-dropdown .ant-select .ant-select-selector:hover{background:transparent}.email_form .email-subj-dropdown .ant-select-arrow{display:none}.email_form .email-to--main{border-bottom:1px solid var(--color-E5E5E5)!important}.email_form .email-to--main .ant-form-item-explain-error{font-size:10px}.email_form .attachment_list,.email_form .email_subject{display:flex;padding:3px 10px;border-bottom:1px solid var(--color-E5E5E5);min-height:41px;flex-wrap:wrap;gap:5px;align-items:center}.email_form .attachment_list .attachment,.email_form .email_subject .attachment{background-color:var(--color-eee);padding:4px 8px;display:flex;justify-content:space-between;align-items:center;border-radius:3px;min-width:222px}.email_form .attachment_list .attachment label,.email_form .email_subject .attachment label{display:inline-block;margin-right:20px;color:var(--color-0061DD);text-transform:capitalize}.email_form .attachment_list .attachment label:hover,.email_form .email_subject .attachment label:hover{text-decoration:underline;color:var(--color-007AFF);cursor:pointer}.email_form .attachment_list .attachment label:active,.email_form .email_subject .attachment label:active{color:var(--color-active)}.email_form .attachment_list .attachment svg,.email_form .email_subject .attachment svg{cursor:pointer}.email_form .email_subject>.ant-typography{padding-top:0}.email_form .email_subject .ant-form-item-explain-error{padding-left:12px}.email_form .button_flexbox{padding:10px 10px 0}.email_form .upload_btn .upload-icon{cursor:pointer;transform:rotate(45deg)}.email_form #toolbar{border-color:var(--color-E5E5E5);border-left:0;border-right:0}.email_form .email_editor .ql-toolbar.ql-snow{border-top:none}.email_form .email_editor #body .ql-container.ql-snow,.email_form .email_editor #body .ql-editor{border-top:0;border-bottom:0}.email_form .email_editor .email_content{display:flex;flex-direction:column-reverse}.email_form .email_editor .email_content .ql-editor *{color:var(--color-1616)}.email_form .email_editor .email_content .ql-editor p{font-size:var(--font-size-b3)}.email_form .email_editor .email_content .ql-editor h5{font-weight:var(--p-semi-bold)}.email_form .email_editor .email_content .ql-editor h5:nth-of-type(2){margin-block:8px}.email_form .email_editor .email_content .ql-editor h5:nth-of-type(3),.email_form .email_editor .email_content .ql-editor h5:nth-of-type(4),.email_form .email_editor .email_content .ql-editor h5:nth-of-type(5){margin-bottom:9px}.email_form .email_editor .email_content .ql-editor h5:nth-of-type(4){display:inline-block;padding-bottom:9px;border-bottom:1px solid var(--color-E5E5E5)}.email_form .email_editor .email_content .ql-editor h4{margin-bottom:20px}.email_form .email_editor .email_content .ql-editor h4:last-child{font-weight:var(--p-semi-bold);line-height:21px}.btn-discard{min-width:108px}.ql-snow .ql-picker.ql-expanded .ql-picker-options{bottom:26px;top:auto;height:175px;overflow-y:auto}._payment_received_page .bill_box{margin-right:0}._payment_received_page .bill_box .final_payment{width:auto;max-width:100%;padding-right:15px}._payment_received_page .bill_box .__general_details_page_right{display:flex;flex:0 0 71.75%;transform:unset;padding-left:0;width:100%;justify-content:space-between}._payment_received_page .bill_box .__general_details_page_right .amount-details{padding-right:15px}._payment_received_page .bill_box .__general_details_page_right .amount-details .min_width{text-align:right}._payment_received_page .bill_box .__general_details_page_right ._items_term_and_conditions{flex:0 0 50.75%;position:relative;top:-9px}._payment_received_page .bill_box .__general_details_page_right ._items_term_and_conditions .product-details-right .ant-typography{margin-bottom:0}._payment_received_page .bill_box .mb-14{margin-bottom:14px}._payment_received_page .__items-details_container{padding-right:0}._payment_received_page .ant-divider-horizontal{margin:20px 0 18px}.ant-typography.fw-bold,.ant-typography.fw-black{font-weight:var(--p-bold)}.payment_received_detail{display:flex;justify-content:space-between}.payment_received_detail .__customer_info{align-items:center}.payment_received_detail .product-details-right{padding-left:16px;min-width:30%}.payment_received_detail .product-details-right .__customer_info .ant-typography{color:var(--color-black);line-height:20px;min-width:170px}.payment_received_detail .product-details-right .__customer_info:first-child{align-items:flex-start}.payment_received_detail .product-details-right .__customer_info:first-child .padding-block{padding-top:0}.payment_received_detail .product-details-right .ant-statistic-content{color:var(--color-1616);line-height:20px}.payment_received_detail .payment-terms-box{max-width:400px;width:100%;margin-left:10px}.payment_received_detail .payment-terms-box .terms-condition-heading{font-weight:var(--p-semi-bold);font-size:14px;color:var(--color-dark-gray);margin-bottom:8px}.payment_received_detail .payment-terms-box .term_condition_detail{word-break:break-all}.border-block{border-block-start:1px solid var(--color-E5E5E5);border-block-end:2px solid var(--color-E5E5E5)}.padding-block{padding-block:7px}.total-charges.product_row h5{font-weight:var(--p-bold);color:var(--color-black);line-height:18px}.link-invoices table{margin-bottom:20px}.link-invoices .ant-table-cell,.link-invoices span{color:#000}.my-custom-table .product-title,.table_custom_style .product-title,.my-custom-table .product-title .payment-info,.table_custom_style .product-title .payment-info{width:100%}.my-custom-table .product-title .payment-info .customer_title,.table_custom_style .product-title .payment-info .customer_title{color:var(--color-1616);max-width:130px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:5px}.my-custom-table .product-title .payment-info .name,.table_custom_style .product-title .payment-info .name{color:var(--color-1616);line-height:19px;width:50%}.my-custom-table .product-title .payment-info .currency,.table_custom_style .product-title .payment-info .currency{color:var(--color-black);line-height:var(--line-height-18)}.product-title .customer_title{color:#000}.payment-details-row{display:flex;justify-content:space-between;align-items:center}.payment-details-row .payment-received-info{display:flex;justify-content:space-between;width:55%}.payment-details-row .payment-received-info.w-100,.payment-details-row table.payment-received-info,.payment-details-row .payment-received-info.wh-100,.payment-details-row .main_wrapper .payment-received-info.ant-picker,.main_wrapper .payment-details-row .payment-received-info.ant-picker,.payment-details-row .__items-details_container .payment-received-info.ant-picker,.__items-details_container .payment-details-row .payment-received-info.ant-picker,.payment-details-row .payment-received-info.flex-32,.payment-details-row .payment-received-info.flex-25,.payment-details-row .payment-received-info.flex-46,.payment-details-row .header-area .search_box .ant-input-affix-wrapper .payment-received-info.ant-input,.header-area .search_box .ant-input-affix-wrapper .payment-details-row .payment-received-info.ant-input,.payment-details-row .left-side-bar .sidebar_main .main-menu .payment-received-info.menu-item,.left-side-bar .sidebar_main .main-menu .payment-details-row .payment-received-info.menu-item,.payment-details-row .left-side-bar .sidebar_main .main-menu .sub-menu .payment-received-info.ant-menu-submenu-title,.left-side-bar .sidebar_main .main-menu .sub-menu .payment-details-row .payment-received-info.ant-menu-submenu-title,.payment-details-row .organization-card-widget .organization-img .ant-image img.payment-received-info,.organization-card-widget .organization-img .ant-image .payment-details-row img.payment-received-info,.payment-details-row .organization_img img.payment-received-info,.organization_img .payment-details-row img.payment-received-info,.payment-details-row .user-tabs .ant-tabs-nav .payment-received-info.ant-tabs-nav-wrap,.user-tabs .ant-tabs-nav .payment-details-row .payment-received-info.ant-tabs-nav-wrap,.payment-details-row .user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .payment-received-info.ant-tabs-tab,.user-tabs .ant-tabs-nav .ant-tabs-nav-wrap .payment-details-row .payment-received-info.ant-tabs-tab,.payment-details-row .user-tabs .ant-tabs-nav .payment-received-info.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .payment-details-row .payment-received-info.ant-tabs-extra-content,.payment-details-row .payment-received-info.role_form,.payment-details-row .role_form .payment-received-info.role_field,.role_form .payment-details-row .payment-received-info.role_field,.payment-details-row .role_form .payment-received-info.role_box,.role_form .payment-details-row .payment-received-info.role_box,.payment-details-row .add-organization-form .ant-space-item .payment-received-info.upload-text,.add-organization-form .ant-space-item .payment-details-row .payment-received-info.upload-text,.payment-details-row .product-details .payment-received-info.product-details-left,.product-details .payment-details-row .payment-received-info.product-details-left,.payment-details-row .product-details .payment-received-info.product-details-center,.product-details .payment-details-row .payment-received-info.product-details-center,.payment-details-row .product-details .payment-received-info.product-details-right,.product-details .payment-details-row .payment-received-info.product-details-right,.payment-details-row .__customer_image .payment-received-info.ant-image-img,.__customer_image .payment-details-row .payment-received-info.ant-image-img,.payment-details-row .__product_image .ant-image .payment-received-info.ant-image-img,.__product_image .ant-image .payment-details-row .payment-received-info.ant-image-img,.payment-details-row .select_item .ant-select-selection-item .ant-avatar .payment-received-info.ant-image,.select_item .ant-select-selection-item .ant-avatar .payment-details-row .payment-received-info.ant-image,.payment-details-row .select_item .ant-select-selection-item .ant-avatar img.payment-received-info,.select_item .ant-select-selection-item .ant-avatar .payment-details-row img.payment-received-info,.payment-details-row .item_dropdown .ant-select-item-option-content .ant-avatar .payment-received-info.ant-image,.item_dropdown .ant-select-item-option-content .ant-avatar .payment-details-row .payment-received-info.ant-image,.payment-details-row .item_dropdown .ant-select-item-option-content .ant-avatar img.payment-received-info,.item_dropdown .ant-select-item-option-content .ant-avatar .payment-details-row img.payment-received-info{width:100%}.payment-details-row .payment-received-info.w-67{width:67%}.payment-details-row .payment-link{color:var(--color-0061DD)!important;line-height:var(--line-height-18);flex-shrink:0;padding-right:5px;max-width:82px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.payment-details-row .payment-link:hover{color:var(--color-007AFF);text-decoration:underline}.payment-details-row .payment-link:active{color:var(--color-active)}.payment-details-row .payment-received-date{color:var(--color-dark-gray)!important;line-height:19px;flex-shrink:0}.my-custom-table #wrapper.payment-table .sticky_table tbody tr td:nth-of-type(3) .ant-space,.table_custom_style #wrapper.payment-table .sticky_table tbody tr td:nth-of-type(3) .ant-space{margin-left:8px}.my-custom-table #wrapper.payment-table .sticky_table tbody tr td:nth-of-type(2),.table_custom_style #wrapper.payment-table .sticky_table tbody tr td:nth-of-type(2){padding:4px 0}.my-custom-table #wrapper.payment-table tfoot tr td,.table_custom_style #wrapper.payment-table tfoot tr td{min-height:unset}.my-custom-table #wrapper.payment-table .action-ellipses,.table_custom_style #wrapper.payment-table .action-ellipses{align-self:flex-start}.__items_details_header.payment_received_header .ant-page-header-heading-title{margin-inline-end:10px}.payment--receipt__memo{flex:0 0 36.5%;position:relative;top:-5px}.payment--receipt__memo ._items_term_and_conditions{flex:1}.transaction-subtabs .ant-table-thead .right-align_amount .ant-table-column-sorters .ant-table-column-title>div{justify-content:flex-end}.payment_receipt_container{padding-bottom:86px!important}.payment_receipt_container .sub_heading_payment{margin-bottom:20px!important}.payment_receipt_container .sub_heading_payment .ant-statistic-content .ant-statistic-content-prefix{margin:0;margin-inline-end:0}.payment_receipt_container .sub_heading_payment .ant-statistic-content .ant-statistic-content-value span{margin:0}.payment_receipt_container .sub_heading_payment .ant-statistic-content span{color:var(--color-1616);font-weight:400}.payment_receipt_container .payment_received_form .invoice_number{display:flex;line-height:40px;align-items:center;justify-content:space-evenly;top:23px;height:fit-content;max-width:250px}.payment_receipt_container .payment_received_form .invoice_number .text_area{margin:0 10px;padding:0;color:#000}.payment_receipt_container .payment_received_form .invoice_number .invoice_popover{width:88%;align-items:center}.payment_receipt_container .payment_received_form .invoice_number .invoice_popover .ant-form-item{margin-bottom:0;margin-right:10px}.payment_receipt_container .payment_received_form .invoice_number .invoice_popover .ant-form-item .ant-btn{padding:9px 12px;align-items:center;height:40px;display:flex}.payment_receipt_container .payment_received_form .invoice_number .invoice_popover svg{fill:var(--color-dark-gray)}.payment_receipt_container .payment_received_form .invoice_number .invoice_popover svg:hover{fill:var(--color-1616);cursor:pointer}.payment_receipt_container .payment_received_form .payment_detail_form .ant-form-item-control-input-content .ant-typography{color:#000}.payment_receipt_container .payment_received_form .payment_detail_form .amount_received{font-size:14px;padding:9px 11px}.payment_receipt_container .payment_received_form .payment_detail_form .amount_received .ant-input-prefix{color:var(--color-1616);margin-right:0}.payment_receipt_container .payment_received_form .payment_detail_form .amount_received .ant-input{padding-left:0}.payment_receipt_container .payment_received_form .payment_detail_form .ant-input-affix-wrapper-disabled .ant-input-prefix{color:#00000040}.payment_receipt_container .payment_received_form .estimate_customer .css-art2ul-ValueContainer2{padding:4px 8px}.payment_receipt_container .payment_received_form .estimate_customer .css-1dimb5e-singleValue{color:var(--color-1616)}.payment_receipt_container .payment_received_form .estimate_customer .view_detail:hover span{text-decoration:underline!important}.payment_receipt_container .estimate_customer .css-art2ul-ValueContainer2{padding:4px 8px}.invoice_item_search_box{min-width:400px}.invoice_item_search_box .invoice_list_search{margin-bottom:10px;height:40px}.invoice_item_search_box .invoice_list_search input{background-color:transparent}.invoice_item_search_box .invoice_list_search:hover{background-color:var(--color-f5f5);border-color:var(--color-e2e2e2)!important}.invoice_item_search_box .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{box-shadow:unset;border:1px solid #0061dd}.invoice_item_search_box .ant-input-affix-wrapper.ant-input-affix-wrapper-focused:hover{background-color:transparent;border:1px solid #0061dd!important}.invoice_item_clear_filter{flex:1;display:flex;align-items:center;margin-bottom:10px}.invoice_item_clear_filter svg{padding:6px;width:30px;height:30px;margin:0 10px;fill:var(--color-dark-gray)}.invoice_item_clear_filter svg:hover{fill:var(--color-1616);cursor:pointer}.invoice_item_clear_filter .invoice_filter_popup.filter_applied{width:32px;height:32px;background-color:#ccc;border-radius:50%;display:flex;align-items:center;justify-content:center}.invoice_item_clear_filter .invoice_filter_popup.filter_applied img{filter:brightness(.1)}.invoice_item_clear_filter .filter_date{margin:0 10px 0 5px;color:#000;font-size:14px}.invoice_item_clear_filter .ant-btn{cursor:default;color:#0061dd}.invoice_item_clear_filter .ant-btn span{text-decoration:underline}.invoice_item_clear_filter .ant-btn:hover{color:#0061dd}.payment_invoice_table .ant-table-content table .ant-table-thead .ant-table-cell:nth-child(4) .ant-table-column-sorters .ant-table-column-title>div,.payment_invoice_table .ant-table-content table .ant-table-thead .ant-table-cell:nth-child(5) .ant-table-column-sorters .ant-table-column-title>div{justify-content:flex-end}.payment_invoice_table .ant-table-content table{margin-bottom:10px}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-row td{cursor:pointer}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-row td:first-child{color:#0061dd}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-row td:first-child:hover{color:#007aff;text-decoration:underline}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .flex_root{text-align:right}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .flex_root input{min-height:40px;text-align:right}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .flex_root input::placeholder{text-align:right;color:var(--color-1616)}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .flex_root .ant-btn{padding:0;color:#0061dd;font-size:14px;height:18px}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .flex_root .ant-btn:hover{color:#007aff}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .flex_root .ant-btn span{text-decoration:underline}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .flex_root.payment span{color:var(--color-active)}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell .ant-statistic-content{color:#000;font-size:var(--font-size-b3)!important}.payment_invoice_table .ant-table-content table .ant-table-thead .ant-table-cell,.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell{padding:8px 10px}.payment_invoice_table .ant-table-content table .ant-table-thead .ant-table-cell:nth-child(n+4),.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-cell:nth-child(n+4){text-align:end}.payment_invoice_table .text_area{margin-bottom:35px}.payment_invoice_table .text_area .ant-typography{color:#000}.payment_invoice_table.ant-table-wrapper .ant-table-thead th.ant-table-column-sort[aria-sort=descending],.payment_invoice_table.ant-table-wrapper .ant-table-thead th.ant-table-column-sort[aria-sort=ascending]{background-color:#ccc}.payment_invoice_table.ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background-color:var(--color-e2e2e2)}.status{display:flex;flex-direction:column}.status .status_value{border:none;background:transparent;color:#666;font-size:14px;padding:0}.status .status_custom_style{color:#b2001e;font-style:italic}.bill_box .final_payment{margin-bottom:25px}.bill_box .final_payment .final_amount_received .ant-statistic .ant-statistic-content{line-height:26px}.bill_box .final_payment .final_amount_received .ant-statistic .ant-statistic-content span{color:#b2001e!important}.bill_box .final_payment .final_payment_heading{font-weight:400}.bill_box .final_payment .credit_amount h5{font-weight:700}.bill_box .final_payment .credit_amount .ant-statistic{width:47%;text-align:end}.bill_box .final_payment .credit_amount .ant-statistic.width-auto{width:auto}.bill_box .final_payment .credit_amount .ant-statistic .ant-statistic-content{padding:5px 0;border-bottom:2px solid #e5e5e5;border-top:1px solid #e5e5e5;line-height:27px}.payment_table_outer .text_area{margin-bottom:35px}.payment_table_outer .text_area .ant-typography{color:#000;line-height:18px;font-size:14px}.payment_table_outer .button_flexbox .cate_cancel_btn{margin-right:20px}.payment_calendar{width:332px}.payment_calendar .ant-popover-inner{padding:20px 16px}.payment_calendar .ant-popover-inner .ant-form label{display:flex;color:var(--color-1616)}.payment_calendar .ant-popover-inner .ant-form label:not(:last-child){margin-bottom:5px}.payment_calendar .ant-popover-inner .ant-form .ant-form-item{margin-bottom:15px}.payment_calendar .ant-popover-inner .ant-form .ant-form-item .ant-picker{padding:11px 8px}.payment_calendar .ant-popover-inner .ant-form .ant-form-item .ant-picker .ant-picker-input input{font-size:14px;color:#161616}.payment_calendar .ant-popover-inner .ant-form .ant-form-item .ant-btn.btn-primary,.payment_calendar .ant-popover-inner .ant-form .ant-form-item .form_group .need .ant-btn.ant-input-group-addon,.form_group .need .payment_calendar .ant-popover-inner .ant-form .ant-form-item .ant-btn.ant-input-group-addon{border-radius:0 3px 3px 0}.payment_receipt_form_table .bill_box{margin-left:10px;margin-right:10px}.width-332{width:332px}.width-332 #findbyinvoice{padding-inline:5px}.width-332 #findbyinvoice .button_flexbox .cate_cancel_btn{margin-right:10px}.invoice_num_modal{top:296px!important;z-index:10}.invoice_num_modal .ant-form-item-label{padding:unset}.invoice_num_modal .ant-form-item-has-error .ant-form-item-control-input,.invoice_num_modal .ant-form-item-has-success .ant-form-item-control-input{margin-bottom:unset}.invoice_num_modal .ant-form-item-control-input{margin-bottom:10px}.invoice_num_modal .ant-form .ant-form-item-control-input-content input{padding-left:10px}.invoice_num_modal .ant-form .ant-form-item-control-input-content input::placeholder{font-size:14px;color:#999}.italic_font textarea::placeholder,.italic_font input::placeholder{font-style:italic;color:#999;font-size:14px}.payment-receipt-tooltip{min-width:350px}.ant-table-cell-row-hover .ant-input:focus{border-color:#0061dd}.ant-table-cell-row-hover .ant-input:focus:hover{border-color:#0061dd!important}.invoice_detail_modal .__invoice_details_header .ant-page-header-footer{padding:13px 50px 27px}.invoice_detail_modal .__invoice_details_header.px-30 .ant-page-header-footer{padding:0 30px}.invoice_detail_modal .__invoice_details_header .ant-page-header-heading .ant-page-header-heading-left{justify-content:flex-start!important}.invoice_detail_modal ._invoice_detial_page,.invoice_detail_modal ._bills_detial_page,.invoice_detail_modal ._bill_payment_detial_page,.invoice_detail_modal ._credit_note_detial_page,.invoice_detail_modal ._payment_received_detial_page,.invoice_detail_modal .__items-details_container{padding:0}.invoice_detail_modal .__items-details_container .ant-tabs-content-holder .ant-tabs-tabpane:not(:nth-of-type(4),:nth-of-type(5),:nth-of-type(6)){padding-right:unset}._payment_received_detial_page .product-details .bill_box{flex-wrap:wrap}._payment_received_detial_page .product-details .bill_box .final_payment{max-width:300px}._payment_received_detial_page .product-details .bill_box .payment--receipt__memo{min-width:350px}.payment-preference--tbl .ant-table .ant-table-content table{border-radius:0}.payment-preference--tbl .ant-table .ant-table-content table th:nth-child(1){width:50%}.payment-preference--tbl .ant-table .ant-table-content table th:nth-child(3){text-align:right}.payment-preference--tbl .ant-table .ant-table-content table th:nth-child(2),.payment-preference--tbl .ant-table .ant-table-content table th:nth-child(3){width:25%}.payment-preference--tbl .ant-table .ant-table-content table .ant-table-row .ant-table-cell{padding:8px 16px!important}.payment-preference--tbl .ant-table .ant-table-content table .ant-table-row .ant-table-cell:nth-child(1){width:50%;word-break:break-all}.payment-preference--tbl .ant-table .ant-table-content table .ant-table-row .ant-table-cell:nth-child(2),.payment-preference--tbl .ant-table .ant-table-content table .ant-table-row .ant-table-cell:nth-child(3){width:25%}.payment-preference--tbl .ant-table .ant-table-content table .ant-table-row .ant-table-cell:nth-child(3){text-align:right}.payment-preference-actions{z-index:1}.generic_attachment_list{display:flex;align-items:center;margin-bottom:30px}.generic_attachment_list .attachement_image{width:80px;height:80px;margin-right:10px}.generic_attachment_list .attachement_image .ant-image{width:inherit;height:inherit;border:1px solid var(--color-E5E5E5)}.generic_attachment_list .attachement_image .ant-image .attachment_file_box{width:100%;height:100%;border-radius:0}.generic_attachment_list .attachment_name,.generic_attachment_list .attachment_size{display:block;width:100%}.generic_attachment_list .attachment_name{margin-bottom:4px;line-height:18px;word-wrap:break-word}.generic_attachment_list .attachment_size{margin-bottom:8px;font-size:var(--font-size-b5);color:var(--color-dark-gray);line-height:var(--line-height-17)}.generic_attachment_list .image_icon_overlay img:nth-of-type(1){margin-right:20px}.attachment_outer_container .attachment_inner .all-download-attachment label:hover{color:var(--color-1616)}.border-bottom-e5e5e5{border-bottom:1px solid var(--color-E5E5E5)}.sticky_table .ant-popover .ant-popover-content .ant-popconfirm-message .ant-popconfirm-message-title{word-break:break-word;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.pb-2{padding-bottom:2px}.recharts-layer{outline:none}.receivable_container .card-layout{height:100%}.receivable_container .card-layout .ant-card-body{display:flex;flex-direction:column;height:100%}.receivable_container .card-layout .ant-card-body .stateHeader{max-height:98px;flex:1}.receivable_container .card-layout .ant-card-body .stateHeader .ant-page-header-heading-title{margin:10px 0}.receivable_container .top-selling--main .h-100-60{height:calc(100% - 60px)}.receivable_container .top-selling--main .slick-dots-bottom{bottom:0}.receivable_container .top-selling--main .ant-carousel,.receivable_container .top-selling--main .slick-slider,.receivable_container .top-selling--main .slick-list,.receivable_container .top-selling--main .slick-track,.receivable_container .top-selling--main .slick-slide{height:100%}.receivable_container .top-selling--main .slick-slide>div{height:100%}.receivable_container .top-selling--main .card-layout .ant-card-body .stateHeader{flex:unset}.ant-carousel .dashboard_carousel .slick-dots-bottom{display:flex!important}.ant-carousel .dashboard_carousel .slick-dots-bottom li{width:15px;height:15px}.ant-carousel .dashboard_carousel .slick-dots-bottom li button{background-color:#e2e2e2;border-radius:50%;width:15px;opacity:1;height:15px}.ant-carousel .dashboard_carousel .slick-dots-bottom .slick-active button{background-color:#fff;border:2px solid #005fdb;border-radius:50%;width:15px;opacity:1;height:15px;transition:none}.top_customer .ant-carousel .dashboard_carousel .slick-dots-bottom{display:flex!important;bottom:0%}.dashboard--charts{margin:10px 10px 25px}.dashboard--charts .card-layout{border:none;border-radius:5px}.dashboard--charts .card-layout.h-318{height:318px}.dashboard--charts .card-layout.h-318 .ant-card-body{height:100%}.dashboard--charts .card-layout.h-318 .h-100-60{height:calc(100% - 60px)}.dashboard--charts .card-layout.h-318 .h-100-60 .ant-carousel,.dashboard--charts .card-layout.h-318 .h-100-60 .slick-slider,.dashboard--charts .card-layout.h-318 .h-100-60 .slick-list,.dashboard--charts .card-layout.h-318 .h-100-60 .slick-track,.dashboard--charts .card-layout.h-318 .h-100-60 .slick-slide{cursor:pointer;height:100%;box-shadow:0 0 .9PX #0000001a}.dashboard--charts .card-layout.h-318 .h-100-60 .slick-slide>div{height:100%}.dashboard--charts .card-layout .ant-card-body{padding:0}.dashboard--charts .card-layout .ant-card-body .stateHeader{padding:9px 10px 9px 15px;border-bottom:1px solid #e5e5e5}.dashboard--charts .card-layout .ant-card-body .stateHeader .ant-picker-range{height:40px}.dashboard--charts .card-layout .ant-card-body .stateHeader .ant-page-header-heading-extra{margin:0}.dashboard--charts .card-layout .ant-card-body .stateHeader .ant-page-header-heading-left .ant-page-header-heading-title{font-family:IBM Plex Sans;font-weight:var(--p-bold);font-size:16px;line-height:17px;text-align:left;color:#161616}.dashboard--charts .card-layout .ant-card-body .stateHeader .ant-page-header-heading-left .ant-page-header-heading-title span{font-size:14px;font-weight:400}.dashboard--charts .card-layout .ant-card-body .stateHeader .ant-page-header-heading-left{margin:0}.dashboard--charts .card-layout .ant-card-body .stateHeader .ant-form-item{margin-bottom:0;min-width:140px}.estimateSec{padding:20px;min-height:214px}.estimateSec .dashboard-invoice-sec{border-left:1px solid #e5e5e5;padding-left:30px}.estimateSec .dashboard-invoice-sec .dashboard-invoice-top{text-align:center;margin-bottom:20px}.estimateSec .dashboard-invoice-sec .dashboard-invoice-top h4{font-family:IBM Plex Sans;font-weight:700;font-size:14px!important;line-height:17px;text-align:center;color:#161616;margin-bottom:0}.estimateSec .dashboard-invoice-sec>.d-flex,.estimateSec .dashboard-invoice-sec>.d-flex-all,.estimateSec .main_wrapper .dashboard-invoice-sec>.switch_group,.main_wrapper .estimateSec .dashboard-invoice-sec>.switch_group,.estimateSec .main_wrapper .radio_group .dashboard-invoice-sec>.align_label,.main_wrapper .radio_group .estimateSec .dashboard-invoice-sec>.align_label,.estimateSec .main_wrapper .switch_group .dashboard-invoice-sec>.align_label,.main_wrapper .switch_group .estimateSec .dashboard-invoice-sec>.align_label,.estimateSec .main_wrapper .radio_group .align_label.ant-radio-wrapper .dashboard-invoice-sec>span.ant-radio+*,.main_wrapper .radio_group .align_label.ant-radio-wrapper .estimateSec .dashboard-invoice-sec>span.ant-radio+*,.estimateSec .main_wrapper .switch_group .align_label.ant-radio-wrapper .dashboard-invoice-sec>span.ant-radio+*,.main_wrapper .switch_group .align_label.ant-radio-wrapper .estimateSec .dashboard-invoice-sec>span.ant-radio+*,.estimateSec .dashboard-invoice-sec>.button_flexbox,.estimateSec .journal-tbl tr td .before-div .dashboard-invoice-sec>.before-div-total,.journal-tbl tr td .before-div .estimateSec .dashboard-invoice-sec>.before-div-total,.estimateSec .dashboard-invoice-sec>.global_breadcrumb,.estimateSec .global_breadcrumb .dashboard-invoice-sec>.back-btn,.global_breadcrumb .estimateSec .dashboard-invoice-sec>.back-btn,.estimateSec .dashboard-invoice-sec>.authcontainer,.estimateSec .stepscontent .signup-upload-wrapper .dashboard-invoice-sec>.loader-default-img,.stepscontent .signup-upload-wrapper .estimateSec .dashboard-invoice-sec>.loader-default-img,.estimateSec .left-side-bar .sidebar_main .main-menu .menu-item .dashboard-invoice-sec>.ant-menu-title-content,.left-side-bar .sidebar_main .main-menu .menu-item .estimateSec .dashboard-invoice-sec>.ant-menu-title-content,.estimateSec .left-side-bar .sidebar_main .dashboard-invoice-sec>.ant-layout-sider-trigger,.left-side-bar .sidebar_main .estimateSec .dashboard-invoice-sec>.ant-layout-sider-trigger,.estimateSec .organization-card-widget .dashboard-invoice-sec>.organization-img,.organization-card-widget .estimateSec .dashboard-invoice-sec>.organization-img,.estimateSec .dashboard-invoice-sec>.organization_img,.estimateSec .default_modal .dashboard-invoice-sec>.ant-modal-content,.default_modal .estimateSec .dashboard-invoice-sec>.ant-modal-content,.estimateSec .user-tabs .ant-tabs-nav .dashboard-invoice-sec>.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .estimateSec .dashboard-invoice-sec>.ant-tabs-extra-content,.estimateSec .user-tabs .ant-tabs-nav .ant-tabs-extra-content .dashboard-invoice-sec>.ant-select-selector,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .estimateSec .dashboard-invoice-sec>.ant-select-selector,.estimateSec .upload-wrapper-main .upload-wrapper-inner .dashboard-invoice-sec>.loader-default-img,.upload-wrapper-main .upload-wrapper-inner .estimateSec .dashboard-invoice-sec>.loader-default-img,.estimateSec .add-organization-form .upload_box .upload-wrapper .dashboard-invoice-sec>.anticon,.add-organization-form .upload_box .upload-wrapper .estimateSec .dashboard-invoice-sec>.anticon,.estimateSec .__items_details_header .ant-page-header-heading-extra .dashboard-invoice-sec>.btn-trascation,.__items_details_header .ant-page-header-heading-extra .estimateSec .dashboard-invoice-sec>.btn-trascation,.estimateSec .__items_details_header .ant-page-header-heading-extra .dashboard-invoice-sec>.btn-edit,.__items_details_header .ant-page-header-heading-extra .estimateSec .dashboard-invoice-sec>.btn-edit,.estimateSec .__items_details_header .ant-page-header-heading-extra .btn-edit .dashboard-invoice-sec>.edit-span,.__items_details_header .ant-page-header-heading-extra .btn-edit .estimateSec .dashboard-invoice-sec>.edit-span,.estimateSec .dashboard-invoice-sec>.__report_tabs_align,.estimateSec .__report_tabs_align>.ant-space-item .dashboard-invoice-sec>.ant-space,.__report_tabs_align>.ant-space-item .estimateSec .dashboard-invoice-sec>.ant-space,.estimateSec .dashboard-invoice-sec>.adjustment-filter,.estimateSec .generic_top_header.product-header .dashboard-invoice-sec>.ant-page-header-heading-title,.generic_top_header.product-header .estimateSec .dashboard-invoice-sec>.ant-page-header-heading-title,.estimateSec .product_detail_pagination .breadcrumb_row .add_btn_outer .dashboard-invoice-sec>.ant-btn,.product_detail_pagination .breadcrumb_row .add_btn_outer .estimateSec .dashboard-invoice-sec>.ant-btn,.estimateSec .my-custom-table .filters_btn .dashboard-invoice-sec>.ant-btn,.my-custom-table .filters_btn .estimateSec .dashboard-invoice-sec>.ant-btn,.estimateSec .my-custom-table .customer_filter .dashboard-invoice-sec>.ant-btn,.my-custom-table .customer_filter .estimateSec .dashboard-invoice-sec>.ant-btn,.estimateSec .my-custom-table .dashboard-invoice-sec>#wrapper,.my-custom-table .estimateSec .dashboard-invoice-sec>#wrapper,.estimateSec .my-custom-table #wrapper .sticky_table table thead th .dashboard-invoice-sec>span,.my-custom-table #wrapper .sticky_table table thead th .estimateSec .dashboard-invoice-sec>span,.estimateSec .my-custom-table #wrapper .no_sticky_table table thead th .dashboard-invoice-sec>span,.my-custom-table #wrapper .no_sticky_table table thead th .estimateSec .dashboard-invoice-sec>span,.estimateSec .my-custom-table #wrapper .no_sticky_table .dashboard-invoice-sec>tr,.my-custom-table #wrapper .no_sticky_table .estimateSec .dashboard-invoice-sec>tr,.estimateSec .my-custom-table #wrapper .sticky_table .dashboard-invoice-sec>tr,.my-custom-table #wrapper .sticky_table .estimateSec .dashboard-invoice-sec>tr,.estimateSec .my-custom-table .dashboard-invoice-sec>.product_info,.my-custom-table .estimateSec .dashboard-invoice-sec>.product_info,.estimateSec .my-custom-table .dashboard-invoice-sec>.stock_info,.my-custom-table .estimateSec .dashboard-invoice-sec>.stock_info,.estimateSec .table_custom_style .filters_btn .dashboard-invoice-sec>.ant-btn,.table_custom_style .filters_btn .estimateSec .dashboard-invoice-sec>.ant-btn,.estimateSec .table_custom_style .customer_filter .dashboard-invoice-sec>.ant-btn,.table_custom_style .customer_filter .estimateSec .dashboard-invoice-sec>.ant-btn,.estimateSec .table_custom_style .dashboard-invoice-sec>#wrapper,.table_custom_style .estimateSec .dashboard-invoice-sec>#wrapper,.estimateSec .table_custom_style #wrapper .sticky_table table thead th .dashboard-invoice-sec>span,.table_custom_style #wrapper .sticky_table table thead th .estimateSec .dashboard-invoice-sec>span,.estimateSec .table_custom_style #wrapper .no_sticky_table table thead th .dashboard-invoice-sec>span,.table_custom_style #wrapper .no_sticky_table table thead th .estimateSec .dashboard-invoice-sec>span,.estimateSec .table_custom_style #wrapper .no_sticky_table .dashboard-invoice-sec>tr,.table_custom_style #wrapper .no_sticky_table .estimateSec .dashboard-invoice-sec>tr,.estimateSec .table_custom_style #wrapper .sticky_table .dashboard-invoice-sec>tr,.table_custom_style #wrapper .sticky_table .estimateSec .dashboard-invoice-sec>tr,.estimateSec .table_custom_style .dashboard-invoice-sec>.product_info,.table_custom_style .estimateSec .dashboard-invoice-sec>.product_info,.estimateSec .table_custom_style .dashboard-invoice-sec>.stock_info,.table_custom_style .estimateSec .dashboard-invoice-sec>.stock_info,.estimateSec .dashboard-invoice-sec>.sorting_filter,.estimateSec .sorting_filter .dashboard-invoice-sec>span,.sorting_filter .estimateSec .dashboard-invoice-sec>span{flex-direction:column;width:100%;justify-content:center}.estimateSec .dashboard-invoice-sec .textStyle span:first-child{font-family:IBM Plex Sans;font-weight:600;font-size:13px;line-height:17px;text-align:left;color:#161616}.no_data_icon{display:flex;justify-content:center;align-items:center;height:218px;width:100%}.dash-purchase-info{padding:26px 30px 27px;min-height:258px}.dash-purchase-info .border-container{border-bottom:1px solid #e5e5e5;margin-bottom:10px}.dash-purchase-info .purch-info-row{margin-bottom:10px}.dash-purchase-info .purch-info-row span{font-family:IBM Plex Sans;font-weight:400;font-size:14px;line-height:20px;color:#161616}.dash-purchase-info .purch-info-row span:first-child{font-weight:600}.dash-purchase-info .purchase-progress{height:100%;flex-direction:column;padding-left:53px;cursor:pointer}.dash-purchase-info .purchase-progress h5{font-family:IBM Plex Sans;font-weight:600;font-size:13px;line-height:17px;text-align:center;color:#161616;flex-shrink:0}.dash-purchase-info .purchase-progress .active-item-bar h5{margin-bottom:0}.dash-purchase-info .purchase-progress .active-item-bar .ant-progress{margin-bottom:0;margin-left:8px}.dash-purchase-info .purchase-progress .active-item-bar .ant-progress .ant-progress-bg{background-color:#118e03}.rec-pay-progress-sec{padding:20px 10px 22px;min-height:274px}.rec-pay-progress-sec .progress-sec{max-width:122px;flex-direction:column;margin:0 auto}.rec-pay-progress-sec .progress-sec .ant-typography{font-family:IBM Plex Sans;font-weight:600;font-size:13px!important;line-height:17px;text-align:left;color:#161616}.rec-pay-progress-sec .progress-sec .ant-progress{margin-left:0!important;margin-top:8px;margin-bottom:8px}.rec-pay-progress-sec .progress-sec .ant-progress .ant-progress-text{font-weight:600;font-size:14px;line-height:17px;text-align:center;color:#161616}.rec-pay-progress-sec .rec-progress-bar-sec{max-width:170px;margin:0 auto}.rec-pay-progress-sec .rec-progress-bar-sec .ant-progress{margin:0}.rec-pay-progress-sec .rec-progress-bar-sec .ant-progress .ant-progress-inner{height:6px}.rec-pay-progress-sec .rec-progress-bar-sec .ant-progress .ant-progress-text{font-weight:600;font-size:12px}.dashboard--amount .mini-heading,.dashboard--amount h5.carousel-value,.dashboard--amount h5.carousel-heading,.dashboard--amount .number-value{flex:1 0 20%}.dashboard--amount .number-value{flex:1;word-wrap:break-word;word-break:break-word;text-align:right;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-row .card-total-status .so_sum_data h3.ant-typography,.card-row .card-total-status .so_sum_data h4.ant-typography,.card-row .card-total-status .so_sum_data h4{line-height:var(--line-height-17);color:var(--color-1616)}.dashboard-heading-sm{font-weight:var(--p-bold);font-size:var(--font-size-b2)}.mini-heading,h5.carousel-value,h5.carousel-heading,.number-value{font-weight:var(--p-semi-bold);font-size:var(--font-size-b5)!important;line-height:var(--line-height-17);color:var(--color-1616)}.card-row{display:flex}.card-row .card-chart-view{flex:0 0 80%;padding:15px 20px}.card-row .card-total-status{padding-top:20px;flex:0 0 16%;padding-inline:10px}.card-row .card-total-status .so_sum_data{margin-bottom:20px}.card-row .card-total-status .so_sum_data h4.ant-typography,.card-row .card-total-status .so_sum_data h4{font-weight:400;font-size:var(--font-size-b3)!important;margin-bottom:5px}.card-row .card-total-status .so_sum_data h3.ant-typography{font-weight:var(--p-bold);font-size:var(--font-size-b2);margin:0}.number-value{font-weight:var(--p-regular)}.salesOrderHead .stateHeader .ant-page-header-heading-extra{opacity:0}.pos-relative{position:relative}.ant-carousel .slick-dots{display:none!important}.carousel-wrapper{display:flex;padding:20px 40px}.carousel-image{margin-right:20px}.carousel-image .ant-image{width:100px;height:100px;border:1px solid var(--color-E5E5E5);border-radius:3px;overflow:hidden}.carousel-image .ant-image .ant-image-img{width:100%;height:100%;object-fit:contain}.carousel-image.circle-image .ant-image{border-radius:50%;border-color:transparent}.carousel-content{flex:1}h3.carousel-item-title{font-weight:var(--p-semi-bold);font-size:var(--font-size-b3);line-height:var(--line-height-19);color:var(--color-1616);margin-bottom:0;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}h5.carousel-heading,h5.carousel-value{margin-top:0!important;margin-bottom:0}h5.carousel-heading{min-width:100px}h5.carousel-value{font-weight:var(--p-regular);word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.carousel-arrow-prev,.carousel-arrow-next{position:absolute;top:50%;transform:translate(-50%,-50%);cursor:pointer}.carousel-arrow-prev svg,.carousel-arrow-next svg{transform:scale(1.45);filter:brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(1692%) hue-rotate(330deg) brightness(95%) contrast(83%)}.carousel-arrow-prev{left:15px}.carousel-arrow-next{right:0}.sales-tabs .ant-tabs-nav{margin-bottom:13px}.sales-tabs .ant-tabs-nav:before{border-color:#e5e5e5}.sales-tabs .ant-tabs-nav .ant-tabs-tab{padding:14px 15px 8px;color:#6e6e6e;font-weight:700}.sales-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#161616}.sales-tabs .ant-tabs-content-holder{min-height:530px}.sales-tabs .dashboard-table .ant-table-tbody>tr>td{padding:13px 15px!important;word-break:break-word}.sales-tabs .dashboard-table .ant-table-thead tr>th{padding-left:15px!important;padding-right:15px!important}.sales-tabs .dashboard-table .ant-table-empty .ant-table-tbody .ant-empty{display:flex;flex-direction:column;justify-content:center;margin:0;height:463px}.sales-tabs .empty_table .ant-table-empty table{margin-bottom:0}.est-summary-graph .recharts-wrapper{max-height:230px!important}@media (max-width: 1366px){.sales-tabs .dashboard-table .ant-table-content{overflow-x:auto}.sales-tabs .dashboard-table .ant-table-content table{margin-bottom:0;width:1103px}}.welcome-note-card{display:flex;flex-direction:column;align-items:center;background-color:#fff;box-shadow:#64646f33 0 7px 29px;padding:40px 60px;border-radius:18px 0}.welcome-note-card p{background-color:#2ecc71;color:#fff;padding:6px 14px;border-radius:8px;font-size:1rem;font-weight:500;box-shadow:0 3px 8px #2ecc7140;text-align:center;line-height:1.4;max-width:535px}.typing{font-size:3rem;font-weight:600;color:#202020;display:inline-block;white-space:nowrap;overflow:hidden;border-right:.12em solid transparent;animation:typing 1.1s steps(16,end) forwards,blink .7s step-end infinite}@keyframes typing{0%{width:0}to{width:15ch}}@keyframes blink{50%{border-right-color:transparent}}.align-top-values--payments{width:100%}.align-top-values--payments .__customer_info{margin:5px 0 10px}.align-top-values--payments .__customer_info .info_detail{width:150px}.align-top-values--payments .__customer_info .aligned-dots{margin-right:15px;font-weight:700;opacity:.6}.product_row .no-cap{text-transform:unset!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.ant-select .ant-select-arrow{transition:transform .2s ease-in}.ant-select.ant-select-open .ant-select-arrow{transform:rotate(180deg)}.credit-note-form .ant-drawer .ant-drawer-mask{background-color:#eeeeeeb5}.credit-note-form .ant-drawer .ant-drawer-content-wrapper{width:369px!important}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-body .invoices-list{height:calc(100vh - 128px);overflow:hidden auto;padding-right:10px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper:before{content:"";position:absolute;left:-40px;background-image:url(https://s3-us-west-2.amazonaws.com/ims-development/static/media/sidenav_expand.svg);background-repeat:no-repeat;width:40px;height:26px;background-color:#fff;border-radius:20px 0 0 20px;display:flex;justify-content:center;align-items:center;background-position:center;cursor:pointer}.credit-note-form .ant-drawer .ant-drawer-content-wrapper:before:hover{background-color:#f5f5f5}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header{padding:12px 10px;border-color:var(--color-E5E5E5)}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-title{color:var(--color-1616);line-height:var(--line-height-17);font-weight:var(--p-bold)}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body{padding:12px 0 12px 10px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .filter{display:block;font-size:var(--font-size-b3);line-height:var(--line-height-18);color:var(--color-1616);margin-bottom:10px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .ant-select{width:100%;margin-bottom:8px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .ant-select .ant-select-selector{border-color:var(--color-e2e2e2);border-radius:3px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box{padding:15px;border:1px solid var(--color-dark-gray);border-radius:3px;position:relative}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box .ant-typography.total-payment{color:var(--color-1616);line-height:19px;margin-bottom:5px;font-weight:var(--p-bold)}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box .payment-paid,.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box .payment-date{color:var(--color-dark-gray);font-size:var(--font-size-b4);line-height:19px;display:block;margin-bottom:3px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box .ant-typography.invoice-no{font-size:var(--font-size-b3);color:var(--color-dark-gray);line-height:19px;font-weight:var(--p-medium);margin-bottom:2px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box .payment-date{margin-bottom:16px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box .ant-form-item{margin-bottom:0}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box:not(:last-child){margin-bottom:10px}.credit-note-form .ant-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .invoice-box .selected-invoice{position:absolute;top:16px;right:15px;fill:green}.credit-note-form{position:relative;overflow:hidden}.credit-note-form .ant-form-item{margin-bottom:0}.credit-note-form .drawer-btn{display:flex;justify-content:center;align-items:center;width:40px;height:26px;border:none;padding:0;border-radius:20px 0 0 20px;background-color:#ccc}.credit-note-form .drawer-btn img{position:relative;top:-1px}.credit-note-form .linked-invoice-btn .ant-form-item{position:absolute;right:0}.credit-note-form .credit_note_num .ant-form-item-control-input{align-items:baseline!important}.credit-note-form .credit_note_num .ant-form-item-control-input .ant-form-item-control-input-content{height:18px!important;display:flex;align-items:flex-end}.get-perf-gap.estimate-table.generic-table .ant-table-thead .ant-table-cell{padding:7px 16px 6PX 5px;line-height:13px;vertical-align:top!important}.get-perf-gap.estimate-table.generic-table .ant-table-thead .ant-table-cell:not(:nth-child(2)){vertical-align:top!important}.get-perf-gap.estimate-table.generic-table .ant-table-tbody .ant-table-cell:not(:first-child){padding:7px 16px 6PX 5px}.get-perf-gap.estimate-table.generic-table .ant-table-tbody .credit-disc{margin-left:auto}.get-perf-gap.estimate-table.generic-table .ant-table-tbody .qty_units{color:var(--color-6e6e)}.bill_box .final_payment{margin-bottom:40px}.credit-note-label{color:var(--color-1616);line-height:var(--line-height-18)}.border-clr .asyn-paginate-custom #paginate-select .css-13cymwt-control{border-color:#e2e2e2}.border-clr .asyn-paginate-custom #paginate-select .css-13cymwt-control .css-1jqq78o-placeholder{color:#a8a8a8}.billing .ant-select-selector{border-color:#e2e2e2!important}._txt--Stylecatcher textarea::placeholder{font-style:normal}.credit-disc{height:40px;border:1px solid #e2e2e2;border:-radius;border-radius:4px;max-width:101px}.credit-disc .adjustment_box{border:none;text-align:right;padding:0 10px}.credit-disc .ant-select .ant-select-arrow{color:#161616;top:45%;right:6px}.credit-disc .ant-select .ant-select-selector{border:none;background-color:#eee;height:100%;border-radius:unset;width:40px;padding:2px 4px}.v-align{vertical-align:baseline!important}.width--req{width:57%;display:inline-block}.symbol_adj .ant-picker-input{color:#161616}.symbol_adj .ant-picker-input input{padding-left:0!important}.symbol_adj .ant-picker-input .ant-picker-suffix{font-size:16px;padding:0 3px}.symbol_adj .ant-picker-input .ant-picker-clear{padding:0 3px;background-color:transparent;top:50%;inset-inline-end:0px}.product_table_empty_td{white-space:unset!important}.product_table_empty_td .ant-avatar-lg{border-radius:3px}.product_table_empty_td .ant-image{height:100%}.product_table_empty_td .ant-image .ant-image-img{height:100%;object-fit:cover;border:1px solid var(--color-E5E5E5);border-radius:3px}.product_table_empty_td .product_text_detail{line-height:20px}.generic-table.credit-note-table table{margin-bottom:20px;width:1072px}.remaining-credits{position:relative;top:-4px}.credit-label{color:var(--color-1616);font-weight:var(--p-medium)}.credit-note-no,.available-credits{font-size:var(--font-size-b3);color:var(--color-1616);font-weight:var(--p-regular)}.credit-note-no:before,.available-credits:before{content:"|";display:inline-block;padding-inline:5px}.credit-note-form .ant-drawer{z-index:999}.credit-note-form .ant-select-selector .ant-select-selection-placeholder{line-height:40px!important}.button_flexbox .new_prod_btn{position:relative}.button_flexbox .new_prod_btn .ant-dropdown{min-width:116px!important;left:auto!important;right:0}.credit_note_num .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-typography{color:var(--color-1616)}.credit__note--quantity{display:flex;align-items:flex-end;flex-direction:column}.generic-table .ant-table-content .ant-table-tbody tr .ant-table-cell:has(.del_btn){padding:8px 5px!important}.invoice--creditNotes .left-gap{margin-left:0}.credit_note_listing .item_listing .filter-bottom .downLoad{stroke-width:.8px;color:#6e6e6e;margin-right:5px}.credit_note_listing .item_listing .filter-bottom .downLoad:hover{color:#000}.refund-popup-left{flex:0 0 50%}.refund-popup-right{flex:1;justify-content:flex-end}.refund-popup-inner label{color:var(--color-black);font-size:14px;font-weight:700;margin-right:10px}.refund-popup-inner p{font-size:14px;color:var(--color-1616);margin:0}.refund_modal .ant-modal-content{height:555px!important;max-height:555px!important;margin-bottom:0}.refund_modal .ant-modal-content .ant-modal-header{margin-bottom:14px}.refund_modal .ant-modal-content .ant-modal-header .ant-modal-title{padding:10px 20px}.refund_modal .ant-modal-content .ant-modal-body .refund-popup-bottom{max-width:320px;margin-left:auto;padding-right:0}.refund_modal .ant-modal-content .ant-modal-body .refund-popup-bottom .final_payment{margin-bottom:27px}.refund_modal .ant-modal-content .ant-modal-body .refund-popup-bottom .final_payment span.ant-typography{font-weight:400;min-width:52%}.refund_modal .ant-modal-content .ant-modal-body .refund-popup-bottom .final_payment .credit_amount span{border-bottom:2px solid #e5e5e5;border-top:1px solid #e5e5e5;margin:0}.refund_modal .ant-modal-content .ant-modal-body .refund-popup-bottom .final_payment .ant-form-item-control-input-content .ant-input-number-in-form-item .ant-input-number-input{height:38px}.refund_modal .ant-modal-content .ant-modal-body .refund-popup-bottom .final_payment .shipping_inputbox .ant-form-item-control{min-width:52%}.refund_modal .ant-modal-content .ant-modal-body .button_flexbox .new_prod_btn .ant-btn-default{border-radius:3px}.refund_modal .ant-modal-content .ant-modal-body .form_group .ant-picker{max-width:100%;border-color:var(--color-e2e2e2);height:40px}.refund_modal .ant-modal-content .ant-modal-body .form_group .ant-picker:hover{background-color:var(--color-f5f5)}.refund_modal .ant-modal-content .ant-modal-body .form_group .ant-picker .ant-picker-input input{cursor:pointer;font-size:14px}.refund_modal .ant-modal-content .ant-modal-body .form_group .ant-picker-focused{border-color:var(--color-0061DD)}.refund_modal .ant-modal-content .ant-modal-body .form_group .credit_info h5{color:var(--color-black);margin-right:10px;font-weight:700}.refund_modal .ant-modal-content .ant-modal-body .form_group .credit_info span{color:var(--color-1616)}.refund_modal .ant-modal-content .ant-modal-body .bill_box{margin-right:0}.credit_refund_modal .ant-modal-content{height:auto!important;padding-bottom:20px!important}.refund-popup-bottom h5{font-size:var(--font-size-b3);font-weight:var(--p-bold);text-align:right;color:#000;min-width:130px!important;line-height:40px}.m--unset{margin:unset}.m--unset table{margin-bottom:15px}.sort_modal_title{color:#202020!important}.disabled-button{background-color:#eee!important}.applied_invoice_modal .ant-modal-content{min-height:475px;height:unset!important}.applied_invoice_modal .ant-modal-content .bill_box{margin:unset}.applied_invoice_modal .ant-modal-content .main_wrapper ._container{min-height:auto;padding:0}.applied_invoice_modal .ant-modal-content .main_wrapper ._container .invoice_sub_heading{padding:10px 0}.applied_invoice_modal .ant-modal-content .main_wrapper ._container .invoice_sub_heading .form_group{font-size:var(--font-size-b3);color:var(--color-black);font-weight:var(--p-bold)}.applied_invoice_modal .ant-modal-content .main_wrapper ._container .invoice_sub_heading .form_group:last-child{text-align:end}.generic_modal_style.applied_invoice_modal .ant-modal-content{height:565px}.payment-title{justify-content:end}.applied_invoice_modal .bill_box .final_payment{margin-bottom:20px}.__journal--details .generic-table .ant-table-thead .ant-table-cell:nth-child(4)>div{text-align:right;justify-content:flex-end}._bill_payment_detial_page .truncate-2,._bills_detial_page .truncate-2{word-break:break-all;white-space:normal}.create-payment--popup .flex-column.text-right.bill_amount_paid,.create-payment--popup .metaphor .generic-table table .ant-table-thead .flex-column.bill_amount_paid.ant-table-cell:nth-child(3),.metaphor .generic-table table .ant-table-thead .create-payment--popup .flex-column.bill_amount_paid.ant-table-cell:nth-child(3),.create-payment--popup .metaphor .generic-table table .ant-table-tbody tr .flex-column.bill_amount_paid.ant-table-cell:nth-child(2),.metaphor .generic-table table .ant-table-tbody tr .create-payment--popup .flex-column.bill_amount_paid.ant-table-cell:nth-child(2),.create-payment--popup .metaphor .generic-table table .ant-table-tbody tr .flex-column.bill_amount_paid.ant-table-cell:nth-child(3),.metaphor .generic-table table .ant-table-tbody tr .create-payment--popup .flex-column.bill_amount_paid.ant-table-cell:nth-child(3),.create-payment--popup .metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(4) input.flex-column.bill_amount_paid,.metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(4) .create-payment--popup input.flex-column.bill_amount_paid,.create-payment--popup .metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(4) input div.flex-column.bill_amount_paid,.metaphor .generic-table table .ant-table-tbody tr .ant-table-cell:nth-child(4) input .create-payment--popup div.flex-column.bill_amount_paid,.create-payment--popup .invoices-tbl .flex-column.bill_amount_paid.ant-table-cell[title=Discount],.invoices-tbl .create-payment--popup .flex-column.bill_amount_paid.ant-table-cell[title=Discount],.create-payment--popup .__estimates_tab_container .flex-column.bill_amount_paid.ant-table-cell[title=Discount],.__estimates_tab_container .create-payment--popup .flex-column.bill_amount_paid.ant-table-cell[title=Discount],.create-payment--popup .total-tax-and-discount label.flex-column.bill_amount_paid:nth-of-type(2),.total-tax-and-discount .create-payment--popup label.flex-column.bill_amount_paid:nth-of-type(2),.create-payment--popup .total-tax-and-discount label.flex-column.bill_amount_paid:nth-of-type(3),.total-tax-and-discount .create-payment--popup label.flex-column.bill_amount_paid:nth-of-type(3),.create-payment--popup .total-tax-and-discount label.flex-column.bill_amount_paid:nth-of-type(4),.total-tax-and-discount .create-payment--popup label.flex-column.bill_amount_paid:nth-of-type(4),.create-payment--popup .total-tax-and-discount label.flex-column.bill_amount_paid:nth-of-type(5),.total-tax-and-discount .create-payment--popup label.flex-column.bill_amount_paid:nth-of-type(5){display:flex;align-items:center;flex-direction:row;justify-content:space-between}.discount--err{color:red;font-size:11px;line-height:12px}.estimate_product_listing .discount_dropdown .ant-select-selector{width:44px}.description--main,.refrence--main{display:flex;align-items:center}.description--main span:nth-child(2),.refrence--main span:nth-child(2){flex:1;word-break:break-all}.description--main{flex-direction:column;align-items:initial}.refrence--main{align-items:flex-start}._bill_details_header .ant-page-header-heading{background-color:#ebf3ff}._bill_details_header .ant-page-header-footer ._bills_detial_page,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page,._bill_details_header .ant-page-header-footer ._credit_note_detial_page,._bill_details_header .ant-page-header-footer ._payment_received_detial_page{padding:0}._bill_details_header .ant-page-header-footer ._bills_detial_page .credit_header,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .credit_header,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .credit_header,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .credit_header{font-weight:700}._bill_details_header .ant-page-header-footer ._bills_detial_page .credit_header .ant-statistic,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .credit_header .ant-statistic,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .credit_header .ant-statistic,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .credit_header .ant-statistic{font-weight:400}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details{gap:10px;margin-bottom:20px}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column{padding:20px;flex:1;align-items:flex-start}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .bills_profile_info{width:56.5%}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .product-details-right h5,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .product-details-right h5,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .product-details-right h5,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .product-details-right h5{font-weight:600}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .user_default_image,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .user_default_image,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .user_default_image,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .user_default_image{margin-right:20px;flex-shrink:0}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_detials,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_payment_detials,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__credit_note_detials,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__payment_received_detials,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_detials,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_payment_detials,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__credit_note_detials,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__payment_received_detials,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_detials,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_payment_detials,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__credit_note_detials,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__payment_received_detials,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_detials,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_payment_detials,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__credit_note_detials,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__payment_received_detials{margin-right:20px}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info:last-child{margin-bottom:0}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info img,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info img{align-self:flex-start}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info svg,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info svg{left:-2px;transform:rotate(90deg)}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__bill_payment_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__credit_note_detials .__customer_info .mail_icon,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .__payment_received_detials .__customer_info .mail_icon{width:17px;height:15px}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions{flex:0 0 43.53333%;align-self:baseline;position:relative}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item{margin-bottom:0}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item .ant-input-textarea .ant-input,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item .ant-input-textarea .ant-input,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item .ant-input-textarea .ant-input,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions .product-details-right .ant-form-item .ant-input-textarea .ant-input{border:1px solid var(--color-e2e2e2);background-color:#fff}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_right_column,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_right_column,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_right_column,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_right_column{width:28.1%;padding:20px;min-height:242px}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_right_column .bill_customer_info,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_right_column .bill_customer_info,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_right_column .bill_customer_info,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_right_column .bill_customer_info{width:100%}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info{align-items:flex-start;margin-bottom:11px}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info:last-child,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info:last-child{margin-bottom:0}._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info .info_detail,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info .info_detail,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info .info_detail,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_right_column .bill_customer_info .__customer_info .info_detail{min-width:125px;margin-right:5px}._bill_details_header .ant-page-header-footer ._bills_detial_page .bill_top_header,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .bill_top_header,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .bill_top_header,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .bill_top_header{padding:10px 10px 10px 15px}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right ._item_details_summary_sec .bills_payment_mode span{color:#b2001e}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right ._item_details_summary_sec .__customer_info:nth-child(n+2):nth-child(-n+3){border-bottom:none;padding-bottom:0}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right ._item_details_summary_sec .__customer_info .bills_value{padding-bottom:7px}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right ._item_details_summary_sec .bill_balance_due{padding:0}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right ._item_details_summary_sec .bill_balance_due .ant-statistic{padding:7px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right ._item_details_summary_sec .bill_balance_due .ant-statistic .ant-statistic-content span{font-weight:700}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right .payment-terms-box{width:50%;margin-right:30px}._bill_details_header .ant-page-header-footer .__item_details_tab_container .product-details-right .payment-terms-box .bills_term_condition{max-width:410px}.bill_filter .custome-filter .filter-top .filter-badge{-webkit-transition:ease-out .4s;-moz-transition:ease-out .4s;transition:ease-out .4s}.bill_filter .custome-filter .filter-top .newBluish_Shade{background-color:transparent!important;box-shadow:inset 10px 0 red!important}.bill_filter .custome-filter .filter-top .newBluish_Shade:hover{background-color:transparent!important;box-shadow:inset 100% 0 0 0 red!important}.create_bill_payment .estimate_md_modal{width:1280px!important}.create_bill_payment .estimate_md_modal .ant-modal-content{height:508px}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-header .ant-modal-title{padding:8px 20px}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal{max-width:1220px}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .form-row-container{max-width:840px!important}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .form-row-container .flex-new{flex:0 0 47.62%}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .form-row-container .input_field{margin-bottom:18px}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box{width:300px;margin-right:0}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment>.ant-typography{margin-bottom:20px}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .ant-form-item-required,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .ant-typography{min-width:auto!important}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment h5,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment label{font-weight:500}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .bill_amount_paid .ant-typography{font-size:16px;color:#161616;font-weight:500}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .bill_amount_paid .ant-statistic-content{line-height:17px;font-weight:700}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .bill_amount_paid .ant-statistic-content span,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .bill_amount_paid .ant-statistic-content .ant-statistic-content-prefix,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .bill_amount_paid .ant-statistic-content .ant-statistic-content-value-int,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .bill_amount_paid .ant-statistic-content .ant-statistic-content-value-decimal{font-size:16px;color:#161616}.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .credit_amount .ant-form-item-control,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .credit_amount .ant-statistic,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .shipping_inputbox .ant-form-item-control,.create_bill_payment .estimate_md_modal .ant-modal-content .ant-modal-body .main_wrapper .receive_payment_modal .bill_box .final_payment .shipping_inputbox .ant-statistic{max-width:200px;width:100%}.bill_payment_listing .breadcrumb_row{padding:24px 7px 10px 10px}.bill_payment_listing .custom-filter{padding:12px 15px 0 20px}.bill_payment_listing .my-custom-table .my-custom-table tbody tr,.bill_payment_listing .table_custom_style .my-custom-table tbody tr,.bill_payment_listing .my-custom-table .table_custom_style tbody tr,.bill_payment_listing .table_custom_style .table_custom_style tbody tr{padding:6px 0}.bill_payment_listing .my-custom-table .my-custom-table tbody tr .payment-info .customer_title,.bill_payment_listing .table_custom_style .my-custom-table tbody tr .payment-info .customer_title,.bill_payment_listing .my-custom-table .table_custom_style tbody tr .payment-info .customer_title,.bill_payment_listing .table_custom_style .table_custom_style tbody tr .payment-info .customer_title,.bill_payment_listing .my-custom-table .my-custom-table tbody tr .payment-details-row,.bill_payment_listing .table_custom_style .my-custom-table tbody tr .payment-details-row,.bill_payment_listing .my-custom-table .table_custom_style tbody tr .payment-details-row,.bill_payment_listing .table_custom_style .table_custom_style tbody tr .payment-details-row,.bill_payment_listing .my-custom-table .my-custom-table tbody tr .payment-details-row .center-badge,.bill_payment_listing .table_custom_style .my-custom-table tbody tr .payment-details-row .center-badge,.bill_payment_listing .my-custom-table .table_custom_style tbody tr .payment-details-row .center-badge,.bill_payment_listing .table_custom_style .table_custom_style tbody tr .payment-details-row .center-badge{line-height:18px}.bill_payment_listing .my-custom-table .my-custom-table tbody .product_info,.bill_payment_listing .table_custom_style .my-custom-table tbody .product_info,.bill_payment_listing .my-custom-table .table_custom_style tbody .product_info,.bill_payment_listing .table_custom_style .table_custom_style tbody .product_info{padding:10px 10px 10px 0}@media (max-width: 1500px){._bill_details_header .ant-page-header-footer .user_bill_details{flex-direction:column}._bill_details_header .ant-page-header-footer .user_bill_details .bill_left_column{margin-bottom:0}._bill_details_header .ant-page-header-footer .user_bill_details .bill_right_column{width:100%!important}}.batch--btn .ant-dropdown-menu{padding:14px 0!important}.form_group.receive_payment_text_area.mb-10{flex:0 0 65%}.form_group.receive_payment_text_area.mb-10 .ant-form-item-label{padding-bottom:0}.payment-reference .ant-form-item-control-input{height:100%;min-height:100%}.payment-reference .ant-form-item-control-input input{height:40px;padding-left:10px}.expence_account{padding-left:5px!important}.bills--details{word-break:break-all;white-space:normal}.bill_form .form_group label{line-height:var(--line-height-18);color:var(--color-1616)}.bill_form .bill_box .final_payment{max-width:100%;min-width:385px;width:auto;margin-right:10px}.bill_form .bill_box .final_payment .ant-typography{text-align:right}.bill_form .bill_box .final_payment .estimate_discount_field .shipping_inputbox .ant-form-item-control{max-width:90px}.bill_form .bill_box .final_payment .estimate_discount_field .shipping_inputbox .ant-form-item-control .discount_field{padding-left:12px}.bill_form .bill_box .final_payment .estimate_discount_field .ant-form-item{margin-bottom:0}.bill_form .bill_box .final_payment .bill_rounding .ant-form-item-label{text-align:right}.bill_form .bill_box .final_payment .bill_rounding .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{box-shadow:none;border:1px solid #0061dd}.bill_form .bill_box .final_payment .bill_rounding .ant-input-affix-wrapper.ant-input-affix-wrapper-focused:hover{background-color:#fff}.bill_form .bill_box .final_payment .bill_rounding .ant-input-affix-wrapper .ant-input,.bill_form .bill_box .final_payment .bill_rounding .ant-input-affix-wrapper .ant-input-prefix{font-size:14px!important}.bill_form .bill_box .final_payment .bill_total_amount .ant-statistic-content{text-align:right;min-width:150px;padding-left:10px;margin-top:10px;font-weight:700;border-top:1px solid #e5e5e5;border-bottom:2px solid #e5e5e5;padding-bottom:0}.pending_bill_modal ._container{padding-top:5px}.pending_bill_modal ._container .generic-table{margin-top:5px}.pending_bill_modal ._container .generic-table .pending_bill_status{text-align:center}.tax_discount{color:#6e6e66}.bill-table .final_payment{max-width:100%;min-width:300px;width:auto}.bill-table .final_payment .bill_discount_field{min-width:525px}.bill-table .final_payment .bill_discount_field .estimate_discount_field{max-width:273px;min-width:auto!important}.bill-table .final_payment .bill_discount_field .ant-statistic{min-width:auto!important}.bill-table .final_payment .subtotal .ant-typography{min-width:262px}.bill-table .final_payment .subtotal .ant-statistic{min-width:auto!important}.bill-table .final_payment .tax-container .ant-typography{min-width:262px}.bill-table .final_payment .adjustment_value .ant-typography{min-width:296px}.bill-table .final_payment .bill-total .ant-typography{min-width:262px}.modal_bill--detail .final_payment .shipping_inputbox .ant-form-item-row .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{box-shadow:none;border-color:#0061dd}.modal_bill--detail .final_payment .shipping_inputbox .ant-form-item-row .ant-input-affix-wrapper.ant-input-affix-wrapper-focused:hover{background:transparent}.modal_bill--detail .final_payment .bill_paid_form.ant-typography{margin-bottom:20px!important}.modal_bill--detail .opening-balance .ant-statistic-content{display:flex}.__credit--refund--details .fw-md{min-width:150px;display:inline-block}.__credit--refund--details .ant-divider-horizontal{margin:5px 0}.product_list.bill_payment_list .ant-dropdown-trigger{justify-content:space-between}.bill_payment_detail .__items_details_header .ant-page-header-heading .ant-page-header-heading-title{line-height:20px}.bill_payment_detail .__items_details_header .ant-page-header-heading .ant-page-header-heading-extra{display:flex;align-items:center}.my-custom-table th,.table_custom_style th{cursor:pointer}.bill_payment_popup .ant-modal-content{overflow:hidden auto;height:75vh}.bill_payment_popup .ant-modal-content .__items_details_header .ant-page-header-heading .ant-page-header-heading-left .ant-page-header-heading-title{color:#000}.supplier-details-border{position:relative;flex:0 0 5%;display:flex;justify-content:center}.supplier-details-border span:before{position:absolute;content:"";background-color:#e5e5e5;width:1px;height:100%;display:inline-block}.generic_modal_style .supplier-popup-main{padding:20px 30px 0;margin:0}.generic_modal_style .supplier-popup-main.__items-details_container .ant-tabs-nav{margin-bottom:18px}.generic_modal_style .supplier-popup-main.__items-details_container .ant-tabs-content-holder .ant-tabs-tabpane:not(:nth-of-type(4),:nth-of-type(5),:nth-of-type(6)){padding-right:0;padding-left:0}.generic_modal_style .supplier-popup-main .supplier-details-popup{border-bottom:1px solid #e5e5e5;padding-bottom:8px}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info{gap:0 21px}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-left .user_default_image{width:100px;height:100px}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .supplier-name{font-weight:700}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .mb-5,.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .main_wrapper .radio_group,.main_wrapper .generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .radio_group,.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .main_wrapper .switch_group,.main_wrapper .generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .switch_group,.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right ._generic_popupover_main .form_group label,._generic_popupover_main .form_group .generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right label{gap:0 8px}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .stock-dues,.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .stock-heading{color:#161616}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .stock-heading{font-weight:600}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .stock-dues{font-weight:400}.generic_modal_style .supplier-popup-main .supplier-details-popup .supplier-profile-info .supplier-info-right .stock-dues .supplier-value{margin:0;color:#0061dd;font-weight:400}.generic_modal_style .supplier-popup-main .suppiler-payable-sec{padding-top:8px;padding-bottom:10px;justify-content:space-between}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .suppiler-payable-left{flex:0 0 44%}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .suppiler-payable-left .product_row{justify-content:unset;min-height:22px}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .suppiler-payable-left .product_row .product_key{min-width:140px}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .suppiler-payable-right{flex:0 0 44%}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .suppiler-payable-right .product_row{justify-content:unset;min-height:22px}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .suppiler-payable-right .product_row .product_key{min-width:150px;padding:0}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .product_row{margin-bottom:6px}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .product_row .product_key{flex:unset}.generic_modal_style .supplier-popup-main .suppiler-payable-sec .product_row{align-items:center}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-header{padding:10px;background-color:#e2e2e2;font-size:13px;line-height:17px;font-weight:600}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner{padding:10px 0 12px 10px;justify-content:space-between}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .supplier-detalis-left{flex:0 0 43.5%}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .supplier-detalis-right{flex:0 0 44.5%;padding-right:0!important}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .supplier-detalis-right .product_row .product_key{max-width:77px}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .supplier-detalis-right .product_row .product_value{text-align:left}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .product_row{align-items:center;margin-bottom:4px;line-height:18px}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .product_row .product_key h5{font-size:13px!important}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .additional_address{flex:0 0 100%;display:flex;flex-wrap:wrap;justify-content:space-between}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .additional_address .product_row{flex:0 0 44.5%;margin-bottom:20px}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .additional_address .product_row .product_key{max-width:140px}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .additional_address .product_row .product_key h5{line-height:30px}.generic_modal_style .supplier-popup-main .supplier-details-sec .supplier-details-inner .additional_address .product_row:nth-child(odd){padding-right:0;flex:0 0 88.5%;margin-bottom:0}.generic_modal_style .supplier-popup-main .address-details-sec .supplier-details-inner .product_row{align-items:start}.generic_modal_style .supplier-popup-main .address-details-sec .supplier-details-inner .product_row .product_key{flex:unset;max-width:123px}.generic_modal_style .supplier-popup-main .address-details-sec .supplier-details-inner .supplier-detalis-right .product_row .product_key{max-width:123px}.billpayments--wrapper .bill_left_column .bills_profile_info .ant-image{margin-right:20px}.billpayments--wrapper .height{margin-bottom:4px}.supplier-popup-main .main_heading{margin-bottom:10px}.supplier-popup-main .summary_list .product_row{margin-bottom:10px;padding-right:0}.supplier-popup-main .summary_list .supplier_closing_balance{padding:5px 0}.supplier-popup-main :is(.ant-tabs-left) .ant-tabs-content-holder{border-left:none;margin-left:10px}.supplier-popup-main :is(.ant-tabs-left) .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{padding:0!important}.supplier-popup-main .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{margin:0}.supplier-popup-main .ant-tabs-content-holder .ant-tabs-nav{border-bottom:none;height:calc(100vh - 380px)}.supplier-popup-main .ant-tabs-content-holder .ant-tabs-nav-wrap .ant-tabs-nav-list{min-width:198px;width:100%;background-color:#f6f6f6}.supplier-popup-main .ant-tabs-content-holder .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-ink-bar-animated{display:none!important}.supplier-popup-main .ant-tabs-content-holder .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{margin:0 10px;padding:0}.supplier-popup-main .ant-tabs-content-holder .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:not([data-node-key="4"]){border-bottom:.5px solid #e5e5e5}.supplier-popup-main .ant-tabs-content-holder .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:800;color:#0050a8}.supplier-popup-main .ant-tabs-content-holder .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{color:#161616;font-size:14px;line-height:17px;font-weight:400;padding:10px 11px}h4.summary{font-size:14px!important;font-weight:700}.bill--ls .product_row h5,.bill--ls .product_row span{font-weight:400}.bill--ls .statements--border{border-bottom:1px solid #e5e5e5;position:relative}.bill--ls .statements--border:last-child{border-bottom:none}.bill--ls .statements--border:last-child:after,.bill--ls .statements--border:last-child:before{content:"";position:absolute;height:1px;width:100%;background-color:#e5e5e5;bottom:0}.bill--ls .statements--border:last-child:after{bottom:-2px}.bill--ls .statements--border h5,.bill--ls .statements--border span{margin-bottom:10px}.space--fixer .ant-popover-inner{padding:20px 16px 25px}.dir-col--unset .product_row{flex-direction:unset}.journal-tbl.__general--Ledger th:first-child,.journal-tbl.__general--Ledger th:nth-child(3){width:20%}.__items_details_header .back-to-deatial-mobile,.__items_details_header .badge-on-mobile{display:none}.invoice--badge{height:57px;display:flex;align-items:center;justify-content:center}@media (max-width: 1366px){.res--top{top:40px!important}.generic-table.estimate-table .ant-table-wrapper .ant-table-content table tbody tr{height:365px}.generic-table.estimate-table .ant-table-wrapper .ant-table-content table tbody tr .item_dropdown{top:43px}.table-wrapper{overflow-x:auto}.full_screen .my-custom-table .lock,.full_screen .table_custom_style .lock{width:10px}.full_screen .my-custom-table table thead th span,.full_screen .table_custom_style table thead th span{font-size:12px}.full_screen .my-custom-table .unlock,.full_screen .table_custom_style .unlock{width:14px}.full_screen .my-custom-table .white-circle,.full_screen .table_custom_style .white-circle{width:12px;height:12px;margin-left:5px;margin-top:3px}.full_screen .my-custom-table .white-circle img,.full_screen .table_custom_style .white-circle img{width:5px;height:12px}.overflow-y-auto{left:365px!important}.journal-tbl{width:1282px}.res-100{width:100%}.__items_details_header .ant-page-header-footer{padding:0 0 20px 16px}.__items_details_header .ant-page-header-footer .__main_content_side,.__items_details_header .ant-page-header-footer .__generic_content_side{padding-right:16px}.custom-layout .user-tabs{height:calc(100vh - 131px);overflow:hidden auto}.custom-layout .user-tabs .ant-tabs-nav-operations{display:none}.custom-layout .user-tabs .ant-tabs-nav-wrap:after{display:none}.custom-layout .user-tabs .w-300{width:200px}.custom-layout .user-tabs .ant-tabs-nav-list{transform:translate(0)!important}.custom-layout .user-tabs .ant-tabs-nav{padding-bottom:14px}.custom-layout .user-tabs .ant-tabs-nav .filter-field .ant-select-selector{min-width:200px}.custom-layout .user-tabs .ant-tabs-extra-content .ant-form-item-label{display:none}.custom-layout{position:relative}.custom-layout .main_header{position:fixed;width:100%}.custom-layout .categorie_table{height:calc(100vh - 200px)}.custom-layout .categorie_table .ant-table-column-title div{justify-content:flex-start!important}.custom-layout .listing-count-main{width:100%}.custom-layout .left-side-bar{position:fixed;top:70px;margin-right:4px}.custom-layout .left-side-bar .sidebar_main .main-menu .menu-item{margin:8px 0}.custom-layout .left-side-bar .default .ant-divider-horizontal{display:none}.custom-layout .ant-layout-content{margin:70px 0 0 54px}.res--scroll .generic-table{overflow-x:scroll}.res--scroll .generic-table .ant-table-container{width:1130px}.res-f--wrap{flex-wrap:wrap}.res-d-block{display:flex;flex-direction:column}.product_row.res--adj .product_key{flex:0 0 26%!important}.product_row .product_key.flex-md-31{flex:0 0 31.6%}.item_details-inner h5{font-weight:500}.product--item__detail_tabs .ant-tabs-nav .ant-tabs-nav-operations .ant-tabs-nav-more{display:none}.product--item__detail_tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{min-width:135px;justify-content:center}.product--item__detail_tabs .ant-tabs-content-holder{width:100%}.custom-filter{padding-top:14px}.custom-filter .filter-top{scroll-snap-type:x mandatory;overflow-x:auto}.custom-filter .filter-top .filter-badge{min-width:396px;scroll-snap-align:center}.custom-filter .filter-top .filter-badge:before{width:5px}.low_stock:before,.outStock:before{border-width:3px}.preference_text>p{font-size:12px}.global_breadcrumb.navigate{margin:10px 0;flex-wrap:wrap}.global_breadcrumb.navigate .ant-breadcrumb ol>li .ant-breadcrumb-link{font-size:14px}.main_wrapper{max-width:1226px;margin:0 10px}.main_wrapper.mx-0{margin:0}.main_wrapper .form_box{max-width:1025px}.main_wrapper .form_box .upload-wrapper-main{gap:0 20px}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-images,.main_wrapper .form_box .upload-wrapper-main .attachment_list{gap:10px 20px}.main_wrapper .form_box .customers-actions-top{margin-bottom:10px}.main_wrapper .product_upload_image .upload-wrapper-master{align-items:flex-end!important;gap:0 20px}.main_wrapper .product_upload_image .upload-wrapper-master .upload-wrapper-inner .ant-upload-select{margin-right:0!important;width:100%!important}.main_wrapper .attachment_list{gap:0px 20px;min-width:580px}.main_wrapper .preferance-left-tab .preference_tab .main_wrapper .form_box .estimates-field,.main_wrapper .preferance-left-tab .preference_tab .main_wrapper .form_box .estimates-duration{min-width:105px}.main_wrapper .payment_invoice_table .ant-table-content table .ant-table-tbody .perfect--alignments,.main_wrapper .payment_invoice_table .ant-table-content table .ant-table-tbody .qunatity_table_box,.main_wrapper .estimate-table .ant-table-content table .ant-table-tbody .perfect--alignments,.main_wrapper .estimate-table .ant-table-content table .ant-table-tbody .qunatity_table_box{display:flex;flex-direction:column}.main_wrapper .payment_invoice_table .ant-table-content table .ant-table-tbody .perfect--alignments,.main_wrapper .estimate-table .ant-table-content table .ant-table-tbody .perfect--alignments{align-items:flex-end}.table_outer_container .estimate-table .ant-table-wrapper .ant-table-content{overflow:auto;margin-bottom:10px}.table_outer_container .estimate-table .ant-table-wrapper .ant-table-content table{min-width:1170px;margin-bottom:0}.table_outer_container .payment_invoice_table .ant-table-content{overflow:auto;margin-bottom:10px}.table_outer_container .payment_invoice_table .ant-table-content table{min-width:1170px;margin-bottom:0}.create_invoice_modal .table_outer_container .estimate-table .ant-table-wrapper{overflow:auto;margin-bottom:10px}.create_invoice_modal .table_outer_container .estimate-table .ant-table-wrapper .ant-spin-nested-loading{min-width:1220px}.create_invoice_modal .table_outer_container .estimate-table .ant-table-wrapper .ant-spin-nested-loading table{margin-bottom:0}}@media screen and (max-width: 1280px){.summary-dashboard.card-row .card-chart-view{flex:0 0 75%}.adjustment-popup .qty_adjustment_table{height:380px}.adjustment-popup .qty_adjustment_table .ant-select-dropdown{top:43px!important}.card-row .card-total-status{flex:1}.min-md-120{min-width:120px!important}.product-details-right.terms-and-condition-wrapper ._items_term_and_conditions,.__general_details_page_left.flex-md-50,._items_term_and_conditions.flex-md-50{flex:0 0 50%}.generic-table.estimate-table .ant-table-wrapper .ant-table-content{overflow-x:auto}.generic-table.estimate-table .ant-table-wrapper .ant-table-content table{width:1217px}.payment_received_detail .product-details-right{min-width:unset}.refund_modal .ant-modal-content .ant-modal-body .refund-popup-bottom .final_payment{flex:unset}.__items_details_header .ant-page-header-heading .ant-page-header-heading-sub-title{flex-shrink:0;margin-inline-end:0}.__items_details_header .ant-page-header-heading .ant-page-header-heading-sub-title .ant-tag{margin-inline-end:0}.__items_details_header .ant-page-header-heading .__items_details_actions .ant-select{width:auto;min-width:unset;margin-right:10px}.ant-select-dropdown.width-md-120{min-width:120px!important}.bill_box{flex-wrap:wrap}.bill_box>div:not(.final_payment){flex:0 0 50%}.bill_box .product-details-right{max-width:100%}.product-details-right .__customer_info .ant-statistic-content{display:flex;justify-content:flex-end}.bill-table .bill_box,.estimate-table .bill_box{flex-wrap:nowrap}.bill-table .bill_box>div,.estimate-table .bill_box>div{flex:unset}.payment_receipt_container .payment_table_outer .bill_box .final_payment{margin-top:5px}.reports_list_page .report_listing{margin:22px 10px}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner{flex-shrink:1;flex:0 1 37%}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-images{min-width:580px}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-images .error-style{flex-basis:100%}.main_wrapper .product_upload_image .upload-wrapper-inner{min-width:400px!important;width:100%;min-width:auto}.add_role_form .access_table_header{justify-content:space-between}.add_role_form .access_table_header .ant-col-9{margin-inline-start:0%!important;min-width:430px}.add_role_form .access_table_header .ant-col-9 .ant-col-6{padding:0!important}.add_role_form .__add_role_row{margin-left:5%}.add_role_form .__add_role_row .form_box{max-width:1100px}.add_role_form .__add_role_row .ant-checkbox-group .ant-row{justify-content:space-between}.add_role_form .__add_role_row .ant-checkbox-group .ant-row .ant-col-offset-8 .ant-col-6:nth-child(n+2):nth-child(-n+4){padding-left:15px!important}.add_role_form .__add_role_row .ant-checkbox-group .ant-row .ant-col-offset-8{margin-inline-start:0%!important;min-width:430px}.add_role_form .__add_role_row .ant-checkbox-group .ant-row .ant-col-offset-8 .ant-row-middle{margin:0!important}.add_role_form .__add_role_row .ant-checkbox-group .ant-row .ant-col-offset-8 .ant-col-6{padding:0!important}.preferance-left-tab .preference_tab .general_categories .module-box .category_check_list{width:33%}.preferance-left-tab .preference_tab .preference_list_table{overflow:auto;margin-bottom:10px}.preferance-left-tab .preference_tab .preference_list_table .custom-listing-tbl{min-width:930px}.attachment_outer_container{padding-block-start:12px}.container-1280{padding:0 12px}.container-1280.px-0{padding:0}.transaction-tab-main .transaction-tab-inner .ant-tabs-content-holder .transaction-subtabs .ant-table .ant-table-container .ant-table-content{overflow:auto}.transaction-tab-main .transaction-tab-inner .ant-tabs-content-holder .transaction-subtabs .ant-table .ant-table-container .ant-table-content table{min-width:734px;margin-bottom:10px}.transaction-tab-main .generic-table .ant-table .ant-table-container .ant-table-content{overflow:auto}.transaction-tab-main .generic-table .ant-table .ant-table-container .ant-table-content table{min-width:942px;margin-bottom:10px}.__report_tabs_align.customer-details{align-items:flex-start}.__report_tabs_align.customer-details .date_picker_form{flex:0 0 70%}.__report_tabs_align.customer-details .date_picker_form .flexbox{flex-direction:column;align-items:flex-start}.__report_tabs_align.customer-details .date_picker_form .flexbox .form_group{flex:0 0 60%;width:100%;margin-right:0;margin-bottom:10px}.__report_tabs_align.customer-details .date_picker_form .flexbox .form_group .ant-form-item-row{flex-direction:column;align-items:flex-start}.__report_tabs_align.customer-details .date_picker_form .flexbox .form_group .ant-form-item-control{width:100%;height:46px;min-height:unset}.__report_tabs_align.customer-details .btn-report{margin-left:0}.supplier-popup-main .__report_tabs_align.customer-details .date_picker_form .flexbox .form_group{flex-direction:column;align-items:flex-start}.__items_details_header .ant-page-header-heading{max-height:60px}.res-p-unset .__items-details_container{padding-inline:unset}.product-details{padding:0 0 0 14px}.product-details .custom_spacing{max-width:250px;margin-right:48px}.product-details .custom_spacing .product_images{width:100%!important}.product-details .custom_dot{max-width:130px;margin-right:42px;white-space:nowrap}.product-details .product-details-right{flex:unset;width:100%}#payement-received-form{padding:10px 0}.summary_list{margin-bottom:15px}.dashboard--charts{padding:12px;margin:0}.adjustment-popup .generic-table.qty_adjustment_table{overflow-x:scroll}.adjustment-popup .generic-table.qty_adjustment_table table{min-width:1000px}.new_bill_payment_modal .res-f--wrap{flex-direction:column}.new_bill_payment_modal .res-f--wrap .modal_bill--detail{margin-left:auto}.new_bill_payment_modal .res-f--wrap .modal_bill--detail .final_payment{flex:0 0 100%;margin-bottom:0}.applied_invoice_modal .ant-table-content{overflow:auto}.applied_invoice_modal .ant-table-content table{min-width:940px}}@media (max-width: 1200px){.main_wrapper .form_box .upload-wrapper-main,.main_wrapper .form_box .upload-wrapper-master{flex-direction:column}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-inner{max-width:400px}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner .form_box,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-inner .form_box{margin-left:0}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner .ant-upload-select,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-inner .ant-upload-select{width:100%!important}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper,.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-images,.main_wrapper .form_box .upload-wrapper-main .attachment_list,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-images,.main_wrapper .form_box .upload-wrapper-master .attachment_list{align-self:flex-start}.main_wrapper .form_box .upload-wrapper-main .flex_master,.main_wrapper .form_box .upload-wrapper-master .flex_master{gap:19px;display:flex;flex-wrap:wrap}.main_wrapper .form_box .upload-wrapper-main .flex_master .upload-wrapper,.main_wrapper .form_box .upload-wrapper-master .flex_master .upload-wrapper{margin-left:0!important}.main_wrapper .form_box .upload-wrapper-master{align-items:flex-start;margin-bottom:24px}.main_wrapper .form_box .upload-wrapper-main{max-height:none}.main_wrapper .product_upload_image,.main_wrapper .form_box{margin-right:auto}.main_wrapper .product_upload_image .upload_image .upload-wrapper-inner,.main_wrapper .form_box .upload_image .upload-wrapper-inner{margin-bottom:30px}.main_wrapper .product_upload_image .upload-wrapper-main .upload-wrapper-images,.main_wrapper .product_upload_image .upload-wrapper-master .upload-wrapper-images{max-height:none}.create_new_product_from .upload_image_attachment .upload-wrapper-inner{margin-bottom:20px}.res_scroll .ant-tabs-content-holder .generic-table{overflow-x:scroll}.res_scroll .ant-tabs-content-holder .generic-table .ant-table-container{width:1130px}.res_scroll .header-area .plus_icon{margin-right:5px}.res_scroll .header-area .search_box{max-width:450px;width:100%}.res_scroll .header-area .search_box .ant-input-affix-wrapper{width:290px;max-width:100%}}@media (max-width: 1130px){.__items-details_container .ant-tabs-content-holder .ant-tabs-tabpane:not(:nth-of-type(4),:nth-of-type(5),:nth-of-type(6)){padding-left:0;margin-bottom:50px}.__items_details_header .back-to-deatial-mobile{display:flex!important;flex-shrink:0;min-width:150px}.__items_details_header .badge-on-mobile{display:flex!important;flex-shrink:0}.__items_details_header .ant-page-header-heading-extra{display:flex;justify-content:flex-end}.__items_details_header .ant-page-header-heading-extra .ant-space-item,.__items_details_header .ant-page-header-heading-extra .ant-space{flex:1}.__items_details_header .item_detail_header_actions{justify-content:space-between}.payment_received_header .back-to-listing .back-to-deatial-mobile{min-width:190px}._bill_details_header .back-to-listing .back-to-deatial-mobile{min-width:165px}.bill_header .back-to-listing .back-to-deatial-mobile{min-width:110px}.creditdetail--head .back-to-listing .back-to-deatial-mobile{min-width:155px}.header-area .search_box .ant-input-affix-wrapper{width:auto}.custom-layout .header-area .plus_icon{margin-right:5px}.custom-layout .header-area .search_box{max-width:450px;width:100%;padding-right:10px}.custom-layout .header-area .search_box .ant-input-affix-wrapper{width:290px;max-width:100%}.custom-layout .scrollbar_container .list{display:none}.product-details .custom_dot{margin-right:65px}.product-details .product-details-right{max-width:400px}.product--item__detail_tabs .ant-tabs-nav,.product--item__detail_tabs .ant-tabs-content-holder{width:100%}.adjustment-popup{padding:0 20px}.item_details-inner h5,.product-details,._estimate_detial_page,._invoice_detial_page,._bills_detial_page,._bill_payment_detial_page,._credit_note_detial_page,._payment_received_detial_page{padding-left:0}.__main_content_side .mb--30{margin-bottom:15px!important}.content_side.__item--conent-side .ant-page-header-footer{margin:0}.receive_payment_modal{padding-block:14px}.__items_details_header .ant-page-header-heading{padding:12px 10px 11px}.__items_details_header .ant-page-header-heading .ant-page-header-heading-left{justify-content:space-between}.__items_details_header.flex-md-column .ant-page-header-heading{flex-direction:column;max-height:100%}.__items_details_header.flex-md-column .ant-page-header-heading .ant-page-header-heading-left{width:100%;justify-content:space-between;margin-block:0;margin-bottom:10px}.__items_details_header.flex-md-column .ant-page-header-heading-extra{justify-content:space-between}.__items_details_header.flex-md-column.justify-md-end .ant-page-header-heading-extra{align-self:flex-end}.__items_details_header.flex-md-column.flex-md-unset .ant-page-header-heading-extra .ant-space .ant-space-item:not(:first-child){flex:unset}.journal_item_detail_modal .__journal--details .ant-page-header-heading .ant-page-header-heading-left,.journal_item_detail_modal .__items_details_header .ant-page-header-heading .ant-page-header-heading-left{justify-content:flex-start!important;margin-bottom:0!important}.report_listing .tax-summary .report_list .reports_item:nth-child(4){width:55%!important}.back-to-listing{display:flex;align-items:center;gap:10px}.back-to-listing .customer_title,.back-to-listing .product_title,.back-to-listing ._no{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all;max-width:450px}.back-to-listing .product_title{max-width:250px}}.product_title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}@media (max-width: 1024px){.main_wrapper .form_box .flexbox{flex-direction:column}.main_wrapper .form_box .flexbox .form_group .category_select_box{margin-bottom:24px!important}.main_wrapper .form_box .flexbox .bill_number{margin-bottom:20px}.main_wrapper .form_box .upload-wrapper-main,.main_wrapper .form_box .upload-wrapper-master{flex-direction:column}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-inner{max-width:400px;width:400px}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner .form_box,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-inner .form_box{margin-left:0}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-inner .ant-upload-select,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-inner .ant-upload-select{width:100%!important}.main_wrapper .form_box .upload-wrapper-main .upload-wrapper,.main_wrapper .form_box .upload-wrapper-main .upload-wrapper-images,.main_wrapper .form_box .upload-wrapper-main .attachment_list,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper,.main_wrapper .form_box .upload-wrapper-master .upload-wrapper-images,.main_wrapper .form_box .upload-wrapper-master .attachment_list{align-self:flex-start}.main_wrapper .form_box .upload-wrapper-main .flex_master,.main_wrapper .form_box .upload-wrapper-master .flex_master{gap:19px;display:flex;flex-wrap:wrap}.main_wrapper .form_box .upload-wrapper-main .flex_master .upload-wrapper,.main_wrapper .form_box .upload-wrapper-master .flex_master .upload-wrapper{margin-left:0!important}.main_wrapper .form_box .upload-wrapper-master{align-items:flex-start;margin-bottom:24px}.main_wrapper .product_upload_image,.main_wrapper .form_box{margin-left:40px;margin-right:auto}.main_wrapper .product_upload_image .upload_image .upload-wrapper-inner,.main_wrapper .form_box .upload_image .upload-wrapper-inner{margin-bottom:30px}.main_wrapper .product_upload_image .upload-wrapper-main .upload-wrapper-images,.main_wrapper .product_upload_image .upload-wrapper-master .upload-wrapper-images{max-height:none}.main_wrapper .flexbox{flex-direction:column}.main_wrapper .flexbox .flex-47,.main_wrapper .flexbox .flex-32{max-width:400px;width:100%}.main_wrapper .estimate_customer{margin-bottom:24px!important}.main_wrapper .payment_receipt_container .payment_received_form .estimate_customer{margin-bottom:0!important}.main_wrapper .payment_receipt_container .payment_received_form .invoice_number{top:0;justify-content:flex-start;flex-direction:column;align-items:flex-start;margin-top:0}.main_wrapper .payment_receipt_container .payment_received_form .invoice_number .text_area{margin:0 0 20px;line-height:20px}.main_wrapper .payment_receipt_container .payment_received_form .form_group .form_reference{margin-bottom:24px!important}.main_wrapper .payment_receipt_container .payment_received_form .mb-30,.main_wrapper .payment_receipt_container .payment_received_form ol,.main_wrapper .payment_receipt_container .payment_received_form .loading_block .center_text .warning_text,.loading_block .center_text .main_wrapper .payment_receipt_container .payment_received_form .warning_text,.main_wrapper .payment_receipt_container .payment_received_form .__sku_settings .ant-popover-title,.__sku_settings .main_wrapper .payment_receipt_container .payment_received_form .ant-popover-title,.main_wrapper .payment_receipt_container .payment_received_form .role_form{margin-bottom:0}.main_wrapper .payment_receipt_container .payment_table_outer .bill_box{flex-wrap:nowrap}.main_wrapper .payment_table_outer .text_area{flex-direction:column}.main_wrapper .tax_discount_column{margin-top:20px!important}.main_wrapper .tax_discount_column .form_group{max-width:400px}.main_wrapper .tax_discount_column .discount_title{margin-left:0;width:400px;justify-content:flex-end}.main_wrapper .receive_payment_modal{margin-left:0}.main_wrapper .receive_payment_modal .flexbox{flex-direction:row}.main_wrapper .receive_payment_modal .flexbox .form_group .ant-input-affix-wrapper{margin-bottom:0!important}.main_wrapper .customer-add-form .form_box .form_group .ant-input-textarea{margin-bottom:36px}.main_wrapper .inventory-date{margin-bottom:24px!important}.create_new_bill_form .tax-discount-preferences .flexbox{max-width:400px}.add-organization-form .form-row-container .ant-radio-group,.add-organization-form .form-row-sm-container .ant-radio-group,.preference_prefixes_form .form-row-container .ant-radio-group,.preference_prefixes_form .form-row-sm-container .ant-radio-group,.preference_tab .form-row-container .ant-radio-group,.preference_tab .form-row-sm-container .ant-radio-group,.preference_form .form-row-container .ant-radio-group,.preference_form .form-row-sm-container .ant-radio-group{margin-bottom:24px!important}.preference_prefixes_form .form-row-sm-container .ant-radio-group{margin-bottom:0!important}.bulk_items_modal .ant-modal-body>div{margin:0 10px}.bulk_items_modal .ant-modal-body .bulk_items_col_two{overflow-y:auto;overflow-x:hidden}.address_modal .button_flexbox{margin-right:20px}.pending_invoice_modal .main_wrapper ._container .ant-table-wrapper{overflow:auto}.pending_invoice_modal .main_wrapper ._container .ant-table-wrapper .ant-spin-nested-loading{min-width:960px}.pending_invoice_modal .main_wrapper ._container .ant-table-wrapper .ant-spin-nested-loading .ant-table-content table{margin-bottom:0}.invoice_sub_heading{flex-direction:row!important}.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-row .perfect--alignments,.payment_invoice_table .ant-table-content table .ant-table-tbody .ant-table-row .qunatity_table_box{display:flex;flex-direction:column;align-items:flex-end}.payment_invoice_table .text_area{margin-bottom:35px}.payment_invoice_table .text_area .ant-typography{color:#000}.add_role_form .access_table_header .ant-col-offset-1{margin-left:0;padding-left:0}.add_role_form .access_table_header .ant-col-9{min-width:350px;width:50%}.add_role_form .__add_role_row{margin-left:10px}.add_role_form .__add_role_row .ant-checkbox-group .ant-row .ant-col-offset-8{min-width:350px;width:50%}.preferance-left-tab .preference_tab .main_wrapper .form_box .max_estimate_expire,.preferance-left-tab .preference_tab .main_wrapper .form_box .min_estimate_expire{flex-wrap:wrap}.preferance-left-tab .preference_tab .main_wrapper .form_box .max_estimate_expire label,.preferance-left-tab .preference_tab .main_wrapper .form_box .min_estimate_expire label{flex-shrink:0;width:100%;margin-bottom:10px}.preferance-left-tab .preference_tab .general_categories .form_box{margin-left:0}.preferance-left-tab .preference_tab .general_categories .form_box .module-box .category_check_list{width:50%}.supplier-details-inner .supplier-detalis-left .product_row .product_key{white-space:nowrap}.refund_modal .ant-modal-content .ant-modal-body ._container .form-row-container{margin:0 10px!important}.refund_modal .ant-modal-content .ant-modal-body ._container .refund-popup-bottom{margin-right:10px!important}.create_new_product_from .form_box .form-row-container .form_group .text_field{margin-bottom:5px!important}.create_new_product_from .upload_image_attachment .ant-upload-wrapper,.create_new_product_from .upload_image_attachment .upload_box .ant-upload-wrapper .ant-upload-list,.upload_box .ant-upload-wrapper .create_new_product_from .upload_image_attachment .ant-upload-list{margin-bottom:10px}.create_payment_receipt_form .payment_receipt_form_table .flexbox{flex-direction:row!important}.reports_list_page .report_listing{margin:22px 10px;justify-content:center}.reports_list_page .report_listing .report_card{flex:1 0 calc(50% - 19px)}.reports_list_page .report_listing .tax-summary .report_list .reports_item:nth-child(4){width:65%!important}}@media (max-width: 992px){.global_breadcrumb.navigate{padding-left:25px}.final_payment{min-width:unset!important}#create-role-form_sales_person .info_circle{max-width:350px}#create-role-form_sales_person p{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intialscreen_innerpages{height:auto}.intialscreen_innerpages .flex-md-column{flex-direction:column}.intialscreen_innerpages .left{max-width:100%;padding-right:0}.intialscreen_innerpages .left iframe{max-width:100%}.intialscreen_innerpages .left:after{display:none}.intital_screen{flex-direction:column}.dashboard--charts .intital_screen .left_section{padding-left:20px}.res-f-wrap{flex-direction:column-reverse}.product-details-right .gap-md-15{gap:15px}.product-details-right ._items_term_and_conditions,.product-details-right ._item_details_summary_sec{flex-grow:1}.invoices-tbl{margin-bottom:15px!important}.res-gap{gap:35px}._item_details_summary_sec .__customer_info h5{text-align:left}.custom-layout .user_default_image{width:150px;height:150px}.custom-layout .header-area .search_box .ant-input-affix-wrapper{width:auto}.item-details-transactions{display:flex}.product-details .img_holder{max-width:270px}.product-details .custom_spacing{margin-right:unset}.product-details .custom_spacing .product_images{width:220px!important}.product-details .custom_spacing .product_images .image_gallery .image_list_item{width:35px;height:35px}.product-details .custom_dot{max-width:100px}.product--item__detail_tabs .ant-tabs-nav,.product--item__detail_tabs .ant-tabs-content-holder{width:100%}.payment_received_detail{flex-wrap:wrap}.payment_received_detail>div{flex:0 0 100%}.payment_received_detail .payment-terms-box{max-width:100%;margin-left:0}._payment_received_page{padding:0 12px 0 0!important}.__report_tabs_align{align-items:flex-start}.__report_tabs_align .date_picker_form .flexbox .resp-viewport--dynamics{flex:unset;width:80%}.__report_tabs_align .date_picker_form .flexbox .resp-viewport--dynamics .ant-col:first-child{display:none}.__report_tabs_align .date_picker_form .flexbox .resp-viewport--dynamics .ant-picker-middle{margin-bottom:12px}.__report_tabs_align .date_picker_form .flexbox .viewport--adjustments{width:72%}.flex-new{flex:0 0 49%}#payement-received-form{padding:0}.show_column{display:none!important}.bulk_items_modal .ant-modal-body>div{margin:20px 0 0}.bulk_items_modal .bulk_item_search_box{max-width:100%}.bulk_items_modal .table_outer_container:first-child,.bulk_items_modal .table_outer_container:nth-child(2){width:100%}.bulk_item_modal_column{flex-direction:column}}@media (max-width: 769px){.summary-dashboard.card-row{flex-direction:row}.summary-dashboard.card-row .card-chart-view{flex:0 0 70%}.card-row{flex-direction:column}.filter-toggle.mr-10,.filter-toggle.btn_cancel,.__customer_info svg.filter-toggle{margin-right:15px}.flex-md-column-reverse{flex-direction:column-reverse}._item_details_summary_sec{flex:unset}.product-details.d-flex,.product-details.d-flex-all,.main_wrapper .product-details.switch_group,.main_wrapper .radio_group .product-details.align_label,.main_wrapper .switch_group .product-details.align_label,.main_wrapper .radio_group .align_label.ant-radio-wrapper span.ant-radio+.product-details,.main_wrapper .switch_group .align_label.ant-radio-wrapper span.ant-radio+.product-details,.product-details.button_flexbox,.journal-tbl tr td .before-div .product-details.before-div-total,.product-details.global_breadcrumb,.global_breadcrumb .product-details.back-btn,.product-details.authcontainer,.stepscontent .signup-upload-wrapper .product-details.loader-default-img,.left-side-bar .sidebar_main .main-menu .menu-item .product-details.ant-menu-title-content,.left-side-bar .sidebar_main .product-details.ant-layout-sider-trigger,.organization-card-widget .product-details.organization-img,.product-details.organization_img,.default_modal .product-details.ant-modal-content,.user-tabs .ant-tabs-nav .product-details.ant-tabs-extra-content,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .product-details.ant-select-selector,.upload-wrapper-main .upload-wrapper-inner .product-details.loader-default-img,.add-organization-form .upload_box .upload-wrapper .product-details.anticon,.__items_details_header .ant-page-header-heading-extra .product-details.btn-trascation,.__items_details_header .ant-page-header-heading-extra .product-details.btn-edit,.__items_details_header .ant-page-header-heading-extra .btn-edit .product-details.edit-span,.product-details.__report_tabs_align,.__report_tabs_align>.ant-space-item .product-details.ant-space,.product-details.adjustment-filter,.generic_top_header.product-header .product-details.ant-page-header-heading-title,.product_detail_pagination .breadcrumb_row .add_btn_outer .product-details.ant-btn,.my-custom-table .filters_btn .product-details.ant-btn,.my-custom-table .customer_filter .product-details.ant-btn,.my-custom-table .product-details#wrapper,.my-custom-table #wrapper .sticky_table table thead th span.product-details,.my-custom-table #wrapper .no_sticky_table table thead th span.product-details,.my-custom-table #wrapper .no_sticky_table tr.product-details,.my-custom-table #wrapper .sticky_table tr.product-details,.my-custom-table .product-details.product_info,.my-custom-table .product-details.stock_info,.table_custom_style .filters_btn .product-details.ant-btn,.table_custom_style .customer_filter .product-details.ant-btn,.table_custom_style .product-details#wrapper,.table_custom_style #wrapper .sticky_table table thead th span.product-details,.table_custom_style #wrapper .no_sticky_table table thead th span.product-details,.table_custom_style #wrapper .no_sticky_table tr.product-details,.table_custom_style #wrapper .sticky_table tr.product-details,.table_custom_style .product-details.product_info,.table_custom_style .product-details.stock_info,.product-details.sorting_filter,.sorting_filter span.product-details{flex-wrap:wrap;padding-left:0}.product-details.d-flex .customer-liscence-note,.product-details.d-flex-all .customer-liscence-note,.main_wrapper .product-details.switch_group .customer-liscence-note,.main_wrapper .radio_group .product-details.align_label .customer-liscence-note,.main_wrapper .switch_group .product-details.align_label .customer-liscence-note,.main_wrapper .radio_group .align_label.ant-radio-wrapper span.ant-radio+.product-details .customer-liscence-note,.main_wrapper .switch_group .align_label.ant-radio-wrapper span.ant-radio+.product-details .customer-liscence-note,.product-details.button_flexbox .customer-liscence-note,.journal-tbl tr td .before-div .product-details.before-div-total .customer-liscence-note,.product-details.global_breadcrumb .customer-liscence-note,.global_breadcrumb .product-details.back-btn .customer-liscence-note,.product-details.authcontainer .customer-liscence-note,.stepscontent .signup-upload-wrapper .product-details.loader-default-img .customer-liscence-note,.left-side-bar .sidebar_main .main-menu .menu-item .product-details.ant-menu-title-content .customer-liscence-note,.left-side-bar .sidebar_main .product-details.ant-layout-sider-trigger .customer-liscence-note,.organization-card-widget .product-details.organization-img .customer-liscence-note,.product-details.organization_img .customer-liscence-note,.default_modal .product-details.ant-modal-content .customer-liscence-note,.user-tabs .ant-tabs-nav .product-details.ant-tabs-extra-content .customer-liscence-note,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .product-details.ant-select-selector .customer-liscence-note,.upload-wrapper-main .upload-wrapper-inner .product-details.loader-default-img .customer-liscence-note,.add-organization-form .upload_box .upload-wrapper .product-details.anticon .customer-liscence-note,.__items_details_header .ant-page-header-heading-extra .product-details.btn-trascation .customer-liscence-note,.__items_details_header .ant-page-header-heading-extra .product-details.btn-edit .customer-liscence-note,.__items_details_header .ant-page-header-heading-extra .btn-edit .product-details.edit-span .customer-liscence-note,.product-details.__report_tabs_align .customer-liscence-note,.__report_tabs_align>.ant-space-item .product-details.ant-space .customer-liscence-note,.product-details.adjustment-filter .customer-liscence-note,.generic_top_header.product-header .product-details.ant-page-header-heading-title .customer-liscence-note,.product_detail_pagination .breadcrumb_row .add_btn_outer .product-details.ant-btn .customer-liscence-note,.my-custom-table .filters_btn .product-details.ant-btn .customer-liscence-note,.my-custom-table .customer_filter .product-details.ant-btn .customer-liscence-note,.my-custom-table .product-details#wrapper .customer-liscence-note,.my-custom-table #wrapper .sticky_table table thead th span.product-details .customer-liscence-note,.my-custom-table #wrapper .no_sticky_table table thead th span.product-details .customer-liscence-note,.my-custom-table #wrapper .no_sticky_table tr.product-details .customer-liscence-note,.my-custom-table #wrapper .sticky_table tr.product-details .customer-liscence-note,.my-custom-table .product-details.product_info .customer-liscence-note,.my-custom-table .product-details.stock_info .customer-liscence-note,.table_custom_style .filters_btn .product-details.ant-btn .customer-liscence-note,.table_custom_style .customer_filter .product-details.ant-btn .customer-liscence-note,.table_custom_style .product-details#wrapper .customer-liscence-note,.table_custom_style #wrapper .sticky_table table thead th span.product-details .customer-liscence-note,.table_custom_style #wrapper .no_sticky_table table thead th span.product-details .customer-liscence-note,.table_custom_style #wrapper .no_sticky_table tr.product-details .customer-liscence-note,.table_custom_style #wrapper .sticky_table tr.product-details .customer-liscence-note,.table_custom_style .product-details.product_info .customer-liscence-note,.table_custom_style .product-details.stock_info .customer-liscence-note,.product-details.sorting_filter .customer-liscence-note,.sorting_filter span.product-details .customer-liscence-note{width:100%;order:3;padding-top:20px;max-width:100%}.product-details.d-flex .customer-liscence-note .internal_fixer,.product-details.d-flex-all .customer-liscence-note .internal_fixer,.main_wrapper .product-details.switch_group .customer-liscence-note .internal_fixer,.main_wrapper .radio_group .product-details.align_label .customer-liscence-note .internal_fixer,.main_wrapper .switch_group .product-details.align_label .customer-liscence-note .internal_fixer,.main_wrapper .radio_group .align_label.ant-radio-wrapper span.ant-radio+.product-details .customer-liscence-note .internal_fixer,.main_wrapper .switch_group .align_label.ant-radio-wrapper span.ant-radio+.product-details .customer-liscence-note .internal_fixer,.product-details.button_flexbox .customer-liscence-note .internal_fixer,.journal-tbl tr td .before-div .product-details.before-div-total .customer-liscence-note .internal_fixer,.product-details.global_breadcrumb .customer-liscence-note .internal_fixer,.global_breadcrumb .product-details.back-btn .customer-liscence-note .internal_fixer,.product-details.authcontainer .customer-liscence-note .internal_fixer,.stepscontent .signup-upload-wrapper .product-details.loader-default-img .customer-liscence-note .internal_fixer,.left-side-bar .sidebar_main .main-menu .menu-item .product-details.ant-menu-title-content .customer-liscence-note .internal_fixer,.left-side-bar .sidebar_main .product-details.ant-layout-sider-trigger .customer-liscence-note .internal_fixer,.organization-card-widget .product-details.organization-img .customer-liscence-note .internal_fixer,.product-details.organization_img .customer-liscence-note .internal_fixer,.default_modal .product-details.ant-modal-content .customer-liscence-note .internal_fixer,.user-tabs .ant-tabs-nav .product-details.ant-tabs-extra-content .customer-liscence-note .internal_fixer,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .product-details.ant-select-selector .customer-liscence-note .internal_fixer,.upload-wrapper-main .upload-wrapper-inner .product-details.loader-default-img .customer-liscence-note .internal_fixer,.add-organization-form .upload_box .upload-wrapper .product-details.anticon .customer-liscence-note .internal_fixer,.__items_details_header .ant-page-header-heading-extra .product-details.btn-trascation .customer-liscence-note .internal_fixer,.__items_details_header .ant-page-header-heading-extra .product-details.btn-edit .customer-liscence-note .internal_fixer,.__items_details_header .ant-page-header-heading-extra .btn-edit .product-details.edit-span .customer-liscence-note .internal_fixer,.product-details.__report_tabs_align .customer-liscence-note .internal_fixer,.__report_tabs_align>.ant-space-item .product-details.ant-space .customer-liscence-note .internal_fixer,.product-details.adjustment-filter .customer-liscence-note .internal_fixer,.generic_top_header.product-header .product-details.ant-page-header-heading-title .customer-liscence-note .internal_fixer,.product_detail_pagination .breadcrumb_row .add_btn_outer .product-details.ant-btn .customer-liscence-note .internal_fixer,.my-custom-table .filters_btn .product-details.ant-btn .customer-liscence-note .internal_fixer,.my-custom-table .customer_filter .product-details.ant-btn .customer-liscence-note .internal_fixer,.my-custom-table .product-details#wrapper .customer-liscence-note .internal_fixer,.my-custom-table #wrapper .sticky_table table thead th span.product-details .customer-liscence-note .internal_fixer,.my-custom-table #wrapper .no_sticky_table table thead th span.product-details .customer-liscence-note .internal_fixer,.my-custom-table #wrapper .no_sticky_table tr.product-details .customer-liscence-note .internal_fixer,.my-custom-table #wrapper .sticky_table tr.product-details .customer-liscence-note .internal_fixer,.my-custom-table .product-details.product_info .customer-liscence-note .internal_fixer,.my-custom-table .product-details.stock_info .customer-liscence-note .internal_fixer,.table_custom_style .filters_btn .product-details.ant-btn .customer-liscence-note .internal_fixer,.table_custom_style .customer_filter .product-details.ant-btn .customer-liscence-note .internal_fixer,.table_custom_style .product-details#wrapper .customer-liscence-note .internal_fixer,.table_custom_style #wrapper .sticky_table table thead th span.product-details .customer-liscence-note .internal_fixer,.table_custom_style #wrapper .no_sticky_table table thead th span.product-details .customer-liscence-note .internal_fixer,.table_custom_style #wrapper .no_sticky_table tr.product-details .customer-liscence-note .internal_fixer,.table_custom_style #wrapper .sticky_table tr.product-details .customer-liscence-note .internal_fixer,.table_custom_style .product-details.product_info .customer-liscence-note .internal_fixer,.table_custom_style .product-details.stock_info .customer-liscence-note .internal_fixer,.product-details.sorting_filter .customer-liscence-note .internal_fixer,.sorting_filter span.product-details .customer-liscence-note .internal_fixer{max-width:100%}.product-details.d-flex .product_arrangement,.product-details.d-flex-all .product_arrangement,.main_wrapper .product-details.switch_group .product_arrangement,.main_wrapper .radio_group .product-details.align_label .product_arrangement,.main_wrapper .switch_group .product-details.align_label .product_arrangement,.main_wrapper .radio_group .align_label.ant-radio-wrapper span.ant-radio+.product-details .product_arrangement,.main_wrapper .switch_group .align_label.ant-radio-wrapper span.ant-radio+.product-details .product_arrangement,.product-details.button_flexbox .product_arrangement,.journal-tbl tr td .before-div .product-details.before-div-total .product_arrangement,.product-details.global_breadcrumb .product_arrangement,.global_breadcrumb .product-details.back-btn .product_arrangement,.product-details.authcontainer .product_arrangement,.stepscontent .signup-upload-wrapper .product-details.loader-default-img .product_arrangement,.left-side-bar .sidebar_main .main-menu .menu-item .product-details.ant-menu-title-content .product_arrangement,.left-side-bar .sidebar_main .product-details.ant-layout-sider-trigger .product_arrangement,.organization-card-widget .product-details.organization-img .product_arrangement,.product-details.organization_img .product_arrangement,.default_modal .product-details.ant-modal-content .product_arrangement,.user-tabs .ant-tabs-nav .product-details.ant-tabs-extra-content .product_arrangement,.user-tabs .ant-tabs-nav .ant-tabs-extra-content .product-details.ant-select-selector .product_arrangement,.upload-wrapper-main .upload-wrapper-inner .product-details.loader-default-img .product_arrangement,.add-organization-form .upload_box .upload-wrapper .product-details.anticon .product_arrangement,.__items_details_header .ant-page-header-heading-extra .product-details.btn-trascation .product_arrangement,.__items_details_header .ant-page-header-heading-extra .product-details.btn-edit .product_arrangement,.__items_details_header .ant-page-header-heading-extra .btn-edit .product-details.edit-span .product_arrangement,.product-details.__report_tabs_align .product_arrangement,.__report_tabs_align>.ant-space-item .product-details.ant-space .product_arrangement,.product-details.adjustment-filter .product_arrangement,.generic_top_header.product-header .product-details.ant-page-header-heading-title .product_arrangement,.product_detail_pagination .breadcrumb_row .add_btn_outer .product-details.ant-btn .product_arrangement,.my-custom-table .filters_btn .product-details.ant-btn .product_arrangement,.my-custom-table .customer_filter .product-details.ant-btn .product_arrangement,.my-custom-table .product-details#wrapper .product_arrangement,.my-custom-table #wrapper .sticky_table table thead th span.product-details .product_arrangement,.my-custom-table #wrapper .no_sticky_table table thead th span.product-details .product_arrangement,.my-custom-table #wrapper .no_sticky_table tr.product-details .product_arrangement,.my-custom-table #wrapper .sticky_table tr.product-details .product_arrangement,.my-custom-table .product-details.product_info .product_arrangement,.my-custom-table .product-details.stock_info .product_arrangement,.table_custom_style .filters_btn .product-details.ant-btn .product_arrangement,.table_custom_style .customer_filter .product-details.ant-btn .product_arrangement,.table_custom_style .product-details#wrapper .product_arrangement,.table_custom_style #wrapper .sticky_table table thead th span.product-details .product_arrangement,.table_custom_style #wrapper .no_sticky_table table thead th span.product-details .product_arrangement,.table_custom_style #wrapper .no_sticky_table tr.product-details .product_arrangement,.table_custom_style #wrapper .sticky_table tr.product-details .product_arrangement,.table_custom_style .product-details.product_info .product_arrangement,.table_custom_style .product-details.stock_info .product_arrangement,.product-details.sorting_filter .product_arrangement,.sorting_filter span.product-details .product_arrangement{order:2;max-width:250px;width:100%}.main_header{padding:0 18px!important}.custom-layout .compact--margin{margin:unset!important}.custom-layout .header-area .plus_icon{width:35px;height:35px}.custom-layout .header-area .search_box .ant-input-affix-wrapper{width:190px}.custom-layout .ant-space-item:nth-child(1) .ant-input-group-addon{max-width:67px}.custom-layout .ant-space-item:nth-child(1) .ant-input-group-addon .ant-select-selection-item{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:25px}.custom-layout .product-details-center{margin-bottom:10px}.custom-layout .__items_details_header .product-details.align-start{flex-wrap:wrap;gap:0 18px}.custom-layout ._payment_received_page .bill_box,.custom-layout ._payment_received_page .__general_details_page_right{display:block;margin-left:0}.custom-layout .__general_details_page_right,.payment_received_detail .product-details-right{padding-left:0}.product-details .img_holder{max-width:100%;width:unset}.product-details .custom_spacing{width:40%}.product-details .custom_dot{max-width:unset;width:40%}.product-details .product-details-right{max-width:unset;margin-bottom:10px;width:100%}.product-details .product-details-right .ant-typography{color:#161616}.product--item__detail_tabs{padding-left:0}.product--item__detail_tabs .ant-tabs-nav,.product--item__detail_tabs .ant-tabs-content-holder{width:100%}.customer-liscence-note .internal_fixer{max-width:250px}.account_receipt{margin-bottom:15px}.account_receipt img{margin-right:12px}.__items_details_actions{margin-bottom:0}.__items_details_actions .w-200,.__items_details_actions .user-tabs .ant-tabs-nav .filter-field .ant-select-selector,.user-tabs .ant-tabs-nav .filter-field .__items_details_actions .ant-select-selector{min-width:295px}.__generic_content_side{padding-right:6px}._bill_details_header .ant-page-header-footer ._estimate_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._invoice_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column{flex-wrap:wrap}._bill_details_header .ant-page-header-footer ._estimate_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._invoice_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column ._items_term_and_conditions{flex:unset;width:100%}._bill_details_header .ant-page-header-footer ._estimate_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._invoice_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._bills_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._bill_payment_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._credit_note_detial_page .user_bill_details .bill_left_column .bills_profile_info,._bill_details_header .ant-page-header-footer ._payment_received_detial_page .user_bill_details .bill_left_column .bills_profile_info{width:100%}.product_row .product_key{white-space:nowrap}.product_row .product_key h5{overflow:hidden;text-overflow:ellipsis}.res--x{padding-right:33px}.res-spacing{margin-bottom:20px!important}#refund-form .form-row-container{max-width:650px}.organization-card-widget .organization-details-list{white-space:nowrap}.attachment_outer_container .attachment_inner{margin-bottom:20px}.generic_attachment_list{gap:8px}.main_wrapper ._container{padding:25px 15px}.main_wrapper .product_upload_image,.main_wrapper .form_box,.main_wrapper .left_spacing--req{margin:0}.main_wrapper .product_upload_image .upload-wrapper-images,.main_wrapper .product_upload_image .attachment_list,.main_wrapper .form_box .upload-wrapper-images,.main_wrapper .form_box .attachment_list,.main_wrapper .left_spacing--req .upload-wrapper-images,.main_wrapper .left_spacing--req .attachment_list{gap:10px 15px!important;min-width:100%!important}.main_wrapper .product_upload_image .upload-wrapper-inner,.main_wrapper .form_box .upload-wrapper-inner,.main_wrapper .left_spacing--req .upload-wrapper-inner{width:100%}.main_wrapper .custom_blocklevel{margin-left:0}.main_wrapper .custom_blocklevel .ant-space{padding-left:0!important}.credit-note-form ._container .left-gap{margin-left:0!important}.bill_box{margin-right:0}.applied_invoice_modal .ant-modal-content .ant-modal-body .main_wrapper{margin:0 4px}.applied_invoice_modal .ant-modal-content .ant-modal-body .main_wrapper ._container{padding:0!important}.preferance-left-tab .preference_tab .general_categories .form_box .module-box .category_check_list{width:100%}.__items_details_header .ant-page-header-footer{padding:0 0 20px 16px}.bill_form .bill_box .final_payment .tax_value .ml-10,.bill_form .bill_box .final_payment .discount_label .ml-10{margin-left:8px}.reports_list_page .report_listing .tax-summary .report_list .reports_item:nth-child(4){width:55%!important}}.pending-popup--email{background-color:#fff;padding:0;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:center}.pending-popup--email .pending-popup--inner{width:100%;max-width:1280px}.pending-popup--email .pending-popup--inner .__items-details_container{max-width:1199px}.pending-popup--email .pending-popup--inner .__items-details_container .pending-popup--inner{max-width:1274px;margin:0 auto}.bold{font-weight:700}.no-line-height{line-height:0}.gap-10{gap:10px}.create-account-modal .ant-modal-content{min-height:770px;max-height:700px;padding-bottom:0;overflow-y:auto}.required_clr--white{filter:brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(1130%) hue-rotate(222deg) brightness(120%) contrast(100%)}.modals-header .ant-page-header-heading{display:flex;align-items:center}.modals-header .ant-page-header-heading .ant-page-header-heading-left{height:32px}.adjust-gap{gap:7px}:is(.ant-form label){color:#161616}.shared-icon{margin-right:4px}.adjust_symmetical--gap .__items_details_header .ant-page-header-footer,.main_wrapper ._container.px-30{padding:0 30px}.main_wrapper ._container.px-30.pb-20{padding-bottom:20px}.get-space .flex-new{flex:0 0 33%}.get-spacing .main_wrapper ._container{padding:0 30px 20px}.pdf--popup{display:flex;align-items:center}.pdf--popup .ant-modal-close-x{top:10px}.journal-tbl.generic-column-division.__payment-receipt--report thead th:nth-child(2){width:9%}.journal-tbl.generic-column-division.__payment-receipt--report thead th:nth-child(3){width:8%}.journal-tbl.generic-column-division.__payment-receipt--report thead th:nth-child(4){width:20%}.__report-status--main{text-align:center}.__report-status--main .generic-badge{display:inline-block}.pdf-popup--main button.ant-modal-close{top:17px}.report_listing{max-width:1260px;margin:22px auto;display:flex;flex-wrap:wrap;gap:19px}.report_listing .report_card{display:flex;flex-direction:column;flex:0 0 calc(33.81% - 19px);min-height:254px;background-color:#fff;filter:drop-shadow(0px 0px 10px rgba(0,0,0,.08));border-radius:5px}.report_listing .report_card .reports_title{padding:7px 15px;font-size:18px;font-weight:700;border-bottom:1px solid #EEEEEE;color:var(--color-1616)}.report_listing .report_card .report_list{height:100%;display:flex;align-items:flex-end;justify-content:space-between}.report_listing .report_card .report_list .report_item_list{padding:0 15px;z-index:1;align-self:flex-start;width:100%}.report_listing .report_card .report_list .report_item_list .reports_item{display:flex;padding:5px 0 0;align-items:baseline}.report_listing .report_card .report_list .report_item_list .reports_item .item_title{font-size:16px;color:#0061dd;margin-left:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.report_listing .report_card .report_list .report_item_list .reports_item .item_title:hover{text-decoration:underline;color:#007aff}.report_listing .report_card .report_list .report_item_list .reports_item .list_icon{min-width:7px;height:9px;line-height:9px}.report_listing .report_card .report_list .report_icon{width:196px;height:121px;position:absolute;right:0}.report_listing .report_card .report_list .report_icon img{width:100%;height:100%}.report_listing .purchase_card .report_list .report_icon,.report_listing .payments_received_card .report_list .report_icon{right:30px}.report_listing .tax-summary .report_list .reports_item:last-child{width:50%;max-width:200px}.report_listing .tax-summary .report_list .reports_item:nth-child(4){width:65%}.report_listing .payment_receipt_card .report_list .reports_item:nth-child(4){width:60%}.pdf-popup--main .estimate_lg_modal .ant-modal-content{overflow:hidden}.global_breadcrumb .reports_header_heading{color:#161616;font-weight:700;font-size:16px;padding-left:5px;width:90%}.aging_summary_report .generic-column-division tbody .ant-statistic .ant-statistic-content{justify-content:flex-end}.aging-sumary_report--fixer table thead th{white-space:nowrap}.aging-sumary_report--fixer table tbody td:not(:nth-child(1)):not(:nth-child(2)){white-space:nowrap}.email--template-wrapper{background-color:#fff;height:calc(100vh - 70px)}.email--template-wrapper .send-email{text-align:right;width:346px}.reports--refund-modal .generic_modal{padding:0 25px!important}.reports--refund-modal .ant-modal-content{height:375px!important}.reports--refund-modal .ant-modal-content table{box-shadow:0 0 .5px .5px #0000001a}.reports--refund-modal .ant-modal-content table .ant-table-cell .ant-empty-normal{height:178px;display:flex;flex-direction:column;justify-content:center}.reports--refund-modal .ant-modal-content .balance--badges{display:inline-block}.reports--refund-modal .ant-modal-content .data-list tbody td{text-transform:capitalize}.sharing-business{border-bottom:1px solid #e2e2e2;margin-bottom:20px}.sharing-business p{font-size:var(--font-size-b2);color:var(--color-black);font-weight:var(--p-medium);line-height:20px;margin-bottom:0;padding:0 15px 10px 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.sharing-business strong{font-weight:900}.gray-text{font-size:var(--font-size-b3);color:var(--color-202020)}::-webkit-scrollbar-track{background-color:#efecec}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{background-color:silver;border-radius:20px;box-shadow:inset 0 0 6px silver}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}::-webkit-scrollbar-button:vertical:start:decrement{background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="4,1 7,6 1,6" fill="%23666"/></svg>') no-repeat center;background-size:8px}::-webkit-scrollbar-button:vertical:end:increment{background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="1,2 7,2 4,7" fill="%23666"/></svg>') no-repeat center;background-size:8px}
