@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap);.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.toast{padding:15px 30px;opacity:1;display:flex;justify-content:center;align-content:center;align-items:center;animation:fadein .5s,fadeout .5s 2.5s}.toast-icon{padding-right:20px}.toast-header{font-weight:700;margin-bottom:8px;font-size:14px}.toast-message{margin-top:8px;font-size:12px;font-weight:700}.toast.error{background-color:#f44336;background:rgba(255,231,230,.7);border:solid #ff5757;border-width:0 0 0 6px;color:#ff5757;margin:0 0 1rem;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes fadein{0%{opacity:0;transform:translateY(-20px)}to{opacity:.9;transform:translateY(0)}}.preloader{position:fixed;z-index:999999;background:#edf1f5;width:100%;height:100%}.preloader-content{border:0 solid transparent;border-radius:50%;width:150px;height:150px;position:absolute;top:calc(50vh - 75px);left:calc(50vw - 75px)}.preloader-content:after,.preloader-content:before{content:"";border:1em solid var(--primary-color);border-radius:50%;width:inherit;height:inherit;position:absolute;top:0;left:0;animation:loader 2s linear infinite;opacity:0}.preloader-content:before{animation-delay:.5s}@keyframes loader{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}*{box-sizing:border-box}html{height:100%;font-size:10px}body,html{overflow:auto}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--surface-ground);margin:0;padding:0;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:var(--primary-color)}.layout-theme-light{background-color:#edf1f5}.layout-topbar{position:fixed;height:5rem;z-index:997;left:0;top:0;width:100%;padding:0 2rem;background-color:var(--surface-card);transition:left .2s;display:flex;align-items:center;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)}.layout-topbar .layout-topbar-logo{display:flex;align-items:center;color:var(--surface-900);width:176px}.layout-topbar .layout-topbar-logo img{height:3.5rem;margin-right:.5rem;width:350px}.layout-topbar .layout-topbar-logo:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button{display:inline-flex;justify-content:center;align-items:center;position:relative;color:var(--text-color-secondary);border-radius:50%;width:3rem;height:3rem;cursor:pointer;transition:background-color .2s}.layout-topbar .layout-topbar-button:hover{color:var(--text-color);background-color:var(--surface-hover)}.layout-topbar .layout-topbar-button:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.layout-topbar .layout-topbar-button span{font-size:1rem;display:none}.layout-topbar .layout-menu-button{margin-left:2rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-menu{margin:0 0 0 auto;padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:1rem}@media(max-width:991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{width:110px;order:2}.layout-topbar .layout-menu-button{margin-left:0;order:1}.layout-topbar .layout-topbar-menu-button{display:inline-flex;margin-right:10;order:3}.layout-topbar .layout-topbar-menu{margin-left:0;position:absolute;flex-direction:column;background-color:var(--surface-overlay);box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08);border-radius:12px;padding:1rem;right:2rem;top:5rem;min-width:15rem;display:none;animation:scalein .15s linear}.layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active{display:block}.layout-topbar .layout-topbar-menu .layout-topbar-button{display:flex;width:100%;height:auto;justify-content:flex-end;border-radius:12px;padding:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button i{position:relative;font-size:1rem;margin-right:.5rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{position:fixed;width:275px;height:calc(100vh - 5rem);z-index:999;overflow-y:auto;-webkit-user-select:none;user-select:none;top:71.2px;left:0;transition:transform .2s,left .2s;background-color:var(--surface-overlay);border-radius:0 12px 12px 0;padding:1.5rem;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)}.layout-menu{list-style-type:none;margin:0;padding:0}.layout-menu li.layout-menuitem-category{margin-top:.75rem}.layout-menu li.layout-menuitem-category:first-child{margin-top:0}.layout-menu li .layout-menuitem-root-text{text-transform:uppercase;color:var(--text-color-secondary);font-weight:600;margin-bottom:.5rem;font-size:.875rem}.layout-menu li a{cursor:pointer;text-decoration:none;display:flex;align-items:center;color:var(--text-color);transition:color .2s;border-radius:12px;padding:.75rem 1rem;transition:background-color .15s}.layout-menu li a span{margin-left:.5rem}.layout-menu li a .menuitem-toggle-icon{margin-left:auto}.layout-menu li a:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:inset var(--focus-ring)}.layout-menu li a:hover{background-color:var(--surface-hover)}.layout-menu li a.router-link-exact-active{font-weight:700}.layout-menu li.active-menuitem>a .menuitem-toggle-icon:before{content:""}.layout-menu li ul{list-style-type:none;margin:0;padding:0}.layout-menu li ul.layout-submenu-wrapper-enter{max-height:0}.layout-menu li ul.layout-submenu-wrapper-enter-active{overflow:hidden;max-height:1000px;transition:max-height 1s ease-in-out}.layout-menu li ul.layout-submenu-wrapper-enter-done{transform:none}.layout-menu li ul.layout-submenu-wrapper-exit{max-height:1000px}.layout-menu li ul.layout-submenu-wrapper-exit-active{overflow:hidden;max-height:0;transition:max-height .45s cubic-bezier(.86,0,.07,1)}.layout-menu li ul ul{padding-left:1rem}.layout-config{position:absolute;float:right;top:50%;right:43px;z-index:5;transform:translateX(100%);transition:transform .2s}.layout-config.layout-config-active{transform:translateX(0)}.layout-config .layout-config-button{display:none;position:relative;width:43px;height:35px;line-height:37px;background-color:var(--primary-color);color:var(--primary-color-text);text-align:center;top:0;left:0;z-index:-1;overflow:hidden;cursor:pointer;outline:0!important;border:none!important;box-shadow:none!important;border-top-left-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0;transition:background-color .2s}.layout-config .layout-config-button i{font-size:20px;line-height:inherit;cursor:pointer;transform:rotate(0deg);transition:color .2s,transform 1s}.layout-config .layout-config-close{position:relative;right:1rem;top:1rem;z-index:1}.layout-config .layout-config-content{position:relative}.layout-config .config-scale{display:flex;align-items:center;margin:1rem 0 2rem}.layout-config .config-scale .p-button{margin-right:.5rem}.layout-config .config-scale i{margin-right:.5rem;font-size:.75rem;color:var(--text-color-secondary)}.layout-config .config-scale i.scale-active{font-size:1.25rem;color:var(--primary-color)}.layout-config .free-themes{flex-direction:column;align-content:flex-start;justify-content:space-between;align-items:center}.layout-config .free-themes .p-link{box-shadow:none!important}.layout-config .free-themes .p-link,.layout-config .free-themes .p-link:hover{outline:0!important;border:none!important}.layout-config .free-themes i{transition:transform .2s;display:block}.layout-config .free-themes i:hover{transform:scale(1.1)}.layout-config .free-themes span{font-size:.75rem;margin-top:.25rem}.dark,.light{color:#fff!important}.pi-moon{font-size:18px!important}.pi-moon,.pi-sun{margin-left:7px!important}.pi-sun{font-size:20px!important}@media screen and (max-width:990px){.layout-config{top:24px!important;right:100px!important}}@media only screen and (min-device-width:415px)and (max-device-width:450px)and (orientation:portrait){.layout-config{top:24px!important;right:80px!important}}@media only screen and (min-device-width:41px)and (max-device-width:414px)and (orientation:portrait){.layout-config{top:24px!important;right:40px!important}}@media screen and (max-width:280px){.layout-topbar .layout-topbar-logo img{width:207px!important}}.layout-main-container{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between;padding:7rem 2rem 2rem;transition:margin-left .2s}.layout-main{flex:1 1 auto}.layout-footer{transition:margin-left .2s;display:flex;align-items:center;justify-content:center;padding-top:1rem;border-top:1px solid var(--surface-border)}@media(min-width:992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{transform:translateX(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper.layout-overlay.layout-overlay-sidebar-active .layout-sidebar{transform:translateX(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:300px}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-sidebar{transform:translateX(-100%);left:0}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}@media(max-width:991px){.layout-wrapper .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-sidebar{transform:translateX(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper .layout-mask{z-index:998;background-color:rgba(0,0,0,.4)}.layout-wrapper .layout-mask.layout-mask-enter-from,.layout-wrapper .layout-mask.layout-mask-leave-to{background-color:transparent}.layout-wrapper.layout-mobile-sidebar-active .layout-sidebar{transform:translateX(0)}.layout-wrapper.layout-mobile-sidebar-active .layout-mask{display:block}.body-overflow-hidden{overflow:hidden}}.card{background-color:var(--surface-card);padding:1.5rem;margin-bottom:1rem;border-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)!important}.card.card-w-title{padding-bottom:2rem}.cardx{background-color:var(--surface-card,.15);padding:1rem;margin-bottom:1rem;border-radius:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;height:100%}.cardx.cardx-w-title{padding-bottom:.5rem}@keyframes mymove{50%{box-shadow:0 3px 5px rgba(17,221,214,.25),0 0 2px hsla(0,0%,68.6%,.05),0 1px 4px rgba(228,0,0,.08)}}.cardx:hover{background-color:#2b82fc;transform:scale(1.02);color:#fff}h1,h2,h3,h4,h5,h6{margin:.5rem 0 0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;padding:.25rem .4rem;border-radius:12px;font-family:monospace}blockquote{margin:1rem 0;padding:0 2rem;border-left:4px solid #90a4ae}hr{border-top:solid var(--surface-border);border-width:1px 0 0;margin:1rem 0}p{margin:0 0 1rem;line-height:1.5}p:last-child{margin-bottom:0}.scrollpanel-demo .p-scrollpanel.custombar1 .p-scrollpanel-bar{opacity:.1}.scrollpanel-demo .p-scrollpanel.custombar2 .p-scrollpanel-bar{opacity:.5}@media(min-width:992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{transform:translateX(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0;overflow-y:hidden!important}.layout-wrapper.layout-overlay.layout-overlay-sidebar-active .layout-sidebar{transform:translateX(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:275px}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-sidebar{transform:translateX(-100%);left:0}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}html,html body{height:100vh}html body .mt-6{margin-top:6px!important}html body #root{height:100vh}.display-flex-rules-start{display:flex;justify-content:flex-start;align-content:center;align-items:flex-start}.w-percent-90{width:90%}.w-percent-25{width:25%}.h-percent-90{height:90%}.statusBodyStyle{color:#fff;font-size:8px;font-weight:bolder;display:flex;align-items:center;justify-content:center;padding:3px;border-radius:10px}.trendyolHeader{width:100%}.trendyolHeader,.trendyolHeaderWarning{display:flex;justify-content:flex-start;align-content:center;align-items:center}.trendyolHeaderWarning{margin-left:10px}.logMarketPlaceStyle{height:100%;min-width:-webkit-max-content;min-width:max-content;display:table;line-height:12px;font-size:9px;padding:2px 10px;color:#fff}.logProductOperationStyle{font-size:9px;font-weight:bolder}.logBarcodeTypeStyle{font-size:11px;font-weight:bolder}.logDescriptionTypeStyle{font-size:10px;font-weight:bolder}.color-939495{color:#939495}.minWidth-115{min-width:115px}.card-logStyle{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center}.latestStatus{font-weight:700;color:#152b71;font-size:13px}.logTableStyle{border:1px solid rgba(21,43,113,.568627451);color:#152b71;margin-top:10px;justify-content:center;align-items:flex-start}.logTableBox,.logTableStyle{display:flex;align-content:center}.logTableBox{flex-direction:column;align-items:center;justify-content:space-around;font-size:9px;height:110px;width:111px;position:relative}.logTableBoxInfo{bottom:2px;left:4px}.logTableBoxInfo,.logTableBoxMarketplace{position:absolute;font-weight:700;font-size:8px}.logTableBoxMarketplace{top:0;right:4px}.dagonal-line{border-bottom:1px solid #152b71;width:129px;transform:rotate(45deg);transform-origin:left;position:inherit;margin-bottom:91px;margin-left:39px}.dataLastStatusStoreMarketplaceTypeStyle{display:flex;flex-direction:column;align-items:stretch}.dataLastStatusStoreMarketplaceTypeTr{height:116px;border-left:1px solid rgba(21,43,113,.568627451)}.dataLastStatus,.dataLastStatusStoreMarketplaceTypeTr{display:flex;justify-content:center;align-items:center;align-content:center}.dataLastStatus{padding:7px;flex-direction:column}.dataLastStatusPassive{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;padding:4px 7px 7px}.log-filter{padding:0;display:flex;flex-direction:column;align-content:flex-start;justify-content:flex-start;align-items:flex-start}.h-120{height:120px}.h-93{height:93px}.dataLastStatusStoreMarketplaceTypeSpan{display:flex;flex-direction:column-reverse;align-content:center;justify-content:center;align-items:center}.dataLastStatusIcon{font-size:20px;cursor:pointer;color:#ffcc37;font-weight:700}.dataLastStatusIconTooltip{font-size:12px;cursor:pointer;color:#041460;font-weight:700}.dataLastStatusMarketPlaceName,.dataLastStatusMarketPlaceNamePassive{font-size:10px;margin-top:6px;width:auto;margin-bottom:6px}.dataLastStatusMarketPlaceNamePassive{color:#aaa7a7}.dataLastStatusImg{height:27px}.dataLastStatusTr{display:flex;flex-direction:column;align-items:stretch;border-left:1px solid rgba(21,43,113,.568627451);border-top:1px solid rgba(21,43,113,.568627451)}.productStatusTd{flex-direction:column}.productStatusSpan,.productStatusTd{padding:5px;display:flex;align-items:center;justify-content:center}.productStatusSpaninSpan{color:#fff;font-size:9px;padding:10px;font-weight:700;display:flex;align-items:center;align-content:center;justify-content:center;border-radius:10px}.productStatusIcon{margin-left:10px;font-size:10px}.currentPageReport{color:#495057;font-size:10px}.statusBody2Style{color:#fff;font-size:9px;font-weight:bolder;display:flex;align-items:center;justify-content:center;padding:3px;border-radius:10px}.statusIcon{margin-left:10px;font-size:10px}.statusIcon2{margin-left:3px;font-size:10px}.w-3rem{width:3rem!important}.pl-12rem{padding-left:1.2rem!important}.file-uploader-button{width:48px!important;align-content:center!important;align-items:center!important;padding-left:1.7rem!important}.butonImg{padding:0!important;background:transparent!important;margin-top:2px!important;margin-right:5px!important;border-radius:6px!important}.butonImg:hover{box-shadow:0 0 0 2px #e1e7ff,0 0 0 4px #b1b3f8,0 1px 2px 0 #000!important}.conditional-header{font-size:17px;font-weight:700;padding-left:10px;color:#05197b;margin-bottom:5px}.conditional-img-card{display:flex!important;justify-content:flex-start!important;align-content:center!important;align-items:inherit!important}.mr-20{margin-right:20px}.flex-box{justify-content:center;align-content:center;align-items:center;flex-direction:column}.conditionals-subtitle{font-size:12px;font-weight:700;padding-top:5px}.conditional-li{color:#495057;font-size:10px;font-weight:600}.template-einvoice{padding-left:0!important;display:flex;justify-content:center!important;padding-right:0!important}.mt-6{margin-top:6px!important}.maxHeight32{max-height:32px}.filter-grid{width:25%;margin-right:10px}.flex-end-build{display:flex;flex-wrap:nowrap;place-content:center;align-content:center;justify-content:center;align-items:flex-end}.custom-label{display:inline-block;margin-bottom:.5rem}.filter-form-grid{display:flex;justify-content:flex-start;align-content:center;align-items:flex-end}.display-contents{display:"contents"}.transparent-background{background:transparent}.transparent-border-color{border-color:transparent}.red-color{color:red}.blueIconnedButton{background:transparent;border-color:transparent;color:#00f}.w-50{width:50px}.w-91{width:91px}.h-28{height:28px}.w-350{width:350px}.w-150{width:150px}.margin-minus-five{margin:-5px}.margin-top-minus-ten{margin-top:-10px}.color-152b71{color:#152b71}.color-2548f2{color:#2548f2}.background-color-6388f1{background-color:#6388f1}.border-color-6388f1{border-color:#6388f1}.background-color-2548f2{background-color:#2548f2}.border-1px-2548f2{border:1px solid #2548f2}.padding-0{padding:0}.font-size-9-half{font-size:9.5px}.font-size-14{font-size:14px}.font-size-10{font-size:10px}.width-percent-30{width:30%}.font-weight-600{font-weight:600}.font-weight-500{font-weight:500}.m-0{margin:0!important}.p-0{padding:0!important}.ml-2{margin-left:2px}.ml-3{margin-left:3px}.ml-4{margin-left:4px}.ml-5{margin-left:5px}.mt-5{margin-top:5px}.mt-1{margin-top:1px}.mb-37{margin-bottom:37px!important}.width-percent-70{width:70%}.width-percent-100{width:100%}.padding-10{padding:10px}.border-radius-12{border-radius:12px}.list-style-none{list-style:none}.jc-flex-start-build{justify-content:"flex-start"}.jc-flex-center-build,.jc-flex-start-build{display:"flex";align-content:"center";align-items:"center"}.jc-flex-center-build{justify-content:"center"}.color-495057{color:#495057}.ml-10{margin-left:10px}.align-items-flex-start{align-items:"flex-start"}.align-content-center{align-content:"center"}.flex-direction-column{flex-direction:column}.flex-direction-row{flex-direction:row}.border-radius-6{border-radius:6px}.justify-content-space-between{justify-content:space-between}.list-style{font-weight:700;color:#2548f2!important}.list-style,.list-style-left{padding:10px 0;font-size:13px}.list-style-left{font-weight:600;color:#495057}.card-modal{background-color:var(--surface-card);padding:1.5rem;margin-bottom:1rem;border-radius:6px;box-shadow:0 3px 5px rgba(14,48,206,.85),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)!important}.p-inputtextNumber{margin:0;width:76px!important}.info-of-product{flex-direction:column;align-items:stretch}.info-of-product,.info-of-product th{display:flex;border-top:1px solid rgba(21,43,113,.568627451)}.info-of-product th{font-size:9px;width:auto;height:46px;justify-content:center;align-content:center;align-items:center}.info-of-product th:first-child{border-top:1px solid transparent}.info-of-product td{font-size:9px;border-top:1px solid rgba(21,43,113,.568627451);width:auto;height:46px}.info-of-product td:first-child{border-top:1px solid transparent}.offerLoader .p-dialog-content{height:230px;display:flex;flex-flow:column wrap;place-content:stretch center;align-items:stretch;border-radius:6px}.dataTableImgList .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-tbody .row-warning{background-color:rgba(255,109,109,.5411764706)!important}.dataTableImgList .p-datatable .p-datatable-header{color:#152b71;padding:1rem;font-weight:700;border-top-left-radius:12px;border-top-right-radius:12px;border:solid #dee2e6;border-width:0 0 1px}.offers-subtable .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-thead tr th{text-align:left!important;padding:1rem 2rem!important;border:solid #f1f1f1!important;border-width:0 0 1px!important;font-weight:700!important;color:#152b71!important;background:#f1f1f1!important;transition:box-shadow .2s!important;font-size:.7rem}.offers-subtable .p-datatable{border-bottom:1px solid #f1f1f1!important;border-left:1px solid #f1f1f1!important;border-right:1px solid #f1f1f1!important}.offers-subtable .p-datatable .p-datatable-wrapper{border-width:1px!important;border-color:#fff!important;border-radius:0!important}.offers-subtable .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-tbody tr{font-size:12px!important}.offers-subtable .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-tbody tr td{padding:1rem 2rem!important}.dataTableImgList .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-thead tr th{text-align:left;padding:1rem;border:solid #2548f2;border-width:0 0 1px;font-weight:700;color:#fff;background:#2548f2;transition:box-shadow .2s}.layout-wrapper .layout-sidebar .layout-menu-container .scrollpanel-demo .p-scrollpanel.custombar1 .p-scrollpanel-bar-x{display:none}.dataTableImgList .p-datatable .p-datatable-wrapper{border-width:1px;border-color:#fff;border-radius:12px}.dataTableImgList .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-tbody tr{font-size:12px!important}.dataTableImgList .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-tbody tr:last-child td{border-bottom-color:transparent}.diagonal-line{border-bottom:3px solid red;width:45%;transform:rotate(45deg);transform-origin:left}.barcode-class-error{color:red;font-size:9px;font-weight:bolder;background-color:transparent;border:1px solid red}.barcode-class-error:hover{background-color:red!important;color:#fff;border:1px solid red!important}.barcode-class-none-style{font-size:9px;font-weight:bolder;background-color:transparent;color:#fff;border:1px solid transparent;padding:7px 10px}.barcode-class-none-style:enabled:active,.p-button:not(button):not(a):not(.p-disabled):active{background:transparent!important;color:#fff!important;border-color:transparent!important}.barcode-class-none-style:enabled:hover,.p-button:not(button):not(a):not(.p-disabled):hover{border:1px solid transparent}.barcode-class-none-style:focus{box-shadow:none!important;outline:0 none!important;outline-offset:0!important}.barcode-class-done{color:green;font-size:9px;font-weight:bolder;background-color:transparent;border:1px solid green}.barcode-class-done:hover{background-color:green!important;color:#fff;border:1px solid green!important}.barcode-class-pending{color:#fff;font-size:9px;font-weight:bolder;background-color:transparent;border:1px solid #2548f2;padding:8px 10px;background:#2548f2;border-radius:18px}.barcode-class-pending:hover{border:1px solid #152b71!important;background-color:#152b71!important;color:#fff}.barcode-class-cancel{color:#f79009;font-size:9px;font-weight:bolder;background-color:transparent;border:1px solid #f79009}.barcode-class-cancel:hover{background-color:#f79009!important;color:#fff;border:1px solid #f79009!important}.barcode-class{color:rgba(113,120,126,.7215686275);font-size:9px;font-weight:bolder;background-color:transparent;border:1px solid rgba(113,120,126,.7215686275)}.barcode-class:hover{background-color:rgba(113,120,126,.7215686275)!important;color:#fff;border:1px solid rgba(113,120,126,.7215686275)!important}.orderlist-demo .p-orderlist-controls{display:none}.layout-theme-light{background-color:rgba(172,174,177,.24)!important}.special-grid{height:100vh;width:100vw;overflow:auto;margin-right:0;margin-left:0;margin-top:0}.invoices-filter-buton-parent{display:flex;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center}.p-datepicker table td{padding:0!important}.p-datepicker-calendar,.p-datepicker-group,.p-datepicker-header button span{font-size:10px!important}.p-accordion-tab{width:100%!important}.invoice-form-group .invoice-form .p-datatable .p-datatable-footer .block-autoComplete{color:#001a67!important}.invoice-form-group .invoice-form .p-datatable .p-datatable-footer .block-autoComplete .p-autocomplete-loader{visibility:visible!important}.invoice-form-group .invoice-form .p-datatable .p-datatable-footer .hidden-autoComplete .p-autocomplete-loader{visibility:hidden!important}.invoice-form-group .invoice-form .p-datatable .p-datatable-footer .block-small{visibility:visible!important}.invoice-form-group .invoice-form .p-datatable .p-datatable-footer .hidden-small{visibility:hidden!important}.formgrid{display:flex;align-content:center;align-items:center}.country-city-button{width:100%;background-color:transparent;color:#333;font-size:11px;border:1px solid #ced4da}.country-city-button:hover{background-color:#ced4da!important;color:#000!important;border:1px solid #ced4da!important}.accordion-custom{display:flex;flex-wrap:nowrap;align-content:center;align-items:center}.product-grid{display:flex;flex-wrap:nowrap;margin-right:-.5rem;margin-left:-.5rem;margin-top:-.5rem;flex-direction:column}.accordion-custom-parent:has(.p-accordion-tab-active){width:100%!important}.p-accordion-tab-active .p-toggleable-content{display:block!important}.p-accordion-tab .p-toggleable-content{display:none}.accordion-custom-parent:has(.p-accordion-tab){width:10%}.p-paginator-bottom{border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important}.card .details-product{background:hsla(0,0%,80%,.1411764706);border-radius:6px;color:#112857;width:100%;padding:20px!important}.card .details-product .header-product{font-size:18px;font-weight:700}.layout-theme-light .wrapper-class{padding:1rem;border:1px solid #ced4da;border-radius:6px}.layout-theme-light .details-product{background:hsla(0,0%,80%,.1411764706);border-radius:6px;padding:20px;color:#112857;width:100%}.layout-theme-light .details-product .header-product{font-size:18px;font-weight:700}.layout-theme-light .rdw-editor-wrapper,.layout-theme-light .rdw-editor-wrapper .rdw-editor-toolbar,.layout-theme-light .rdw-editor-wrapper .rdw-editor-toolbar .rdw-dropdown-wrapper,.layout-theme-light .rdw-editor-wrapper .rdw-editor-toolbar .rdw-option-wrapper{background-color:transparent!important}.layout-theme-light .editor-class{padding:1rem}.layout-theme-light .editor-class,.layout-theme-light .toolbar-class{border:1px solid #ced4da;border-radius:6px}.layout-theme-light .img-card{background-color:var(--surface-card);padding:1.5rem;margin-bottom:1rem;border-radius:12px}.layout-theme-light .p-datatable-emptymessage{font-size:11px}.layout-theme-light .unauthorized{background:#fff!important;display:flex;flex-direction:column;align-content:center;justify-content:space-around;align-items:center;height:75vh;color:#0b578b}.layout-theme-light .unauthorized .unauth-h1{color:#0b578b;position:absolute;top:30%;left:54%}.layout-theme-light .unauthorized .unauth-span{color:#0b578b;position:absolute;top:40%;left:55%;font-size:14px;font-weight:600}.layout-theme-light .unauthorized h5{color:#0b578b}.layout-theme-light .credit-card{color:#18022a;background:#fff;font-family:"Nunito",sans-serif;align-content:center;align-items:center;justify-content:center;border-radius:24px;height:auto;width:100%;padding:24px;display:flex;flex-direction:column}.layout-theme-light .credit-card:not(:last-child){margin-right:2rem}.layout-theme-light .credit-card .title{margin-top:18px;overflow-wrap:break-word;display:flex;flex-direction:column;align-items:center;letter-spacing:-.6px;text-align:center;height:100px;justify-content:space-evenly}.layout-theme-light .credit-card .title h1{margin-top:-40px;font-size:17px;color:#19a3fa;font-weight:700;text-align:center;margin-bottom:-4px}.layout-theme-light .credit-card .title h2{margin-top:4px;font-size:28px;font-weight:500;color:#112857;margin-bottom:-16px;line-height:1;text-align:center}.layout-theme-light .credit-card .title h6{margin-bottom:-4px;font-size:16px;font-weight:400;text-align:center}.layout-theme-light .credit-card .title h5{font-size:1.2rem;margin-bottom:-4px;font-weight:400;color:#88d125;margin-left:8px;text-align:center}.layout-theme-light .credit-card .body3{display:flex;justify-content:center;align-content:center;align-items:flex-start;margin-bottom:48px;position:absolute;top:155px;flex-direction:column;width:80%}.layout-theme-light .credit-card p{overflow-wrap:break-word;font-size:14px;font-weight:500;margin-bottom:8px}.layout-theme-light .credit-card .pi{padding-right:12px;font-size:1rem;color:#00ce12;margin-bottom:8px}.layout-theme-light .credit-card .btn{cursor:pointer;color:#fff;background:#19a3fa;border:none;border-radius:50px;width:auto;outline:none;padding:8px;font-size:12px;margin-top:auto;text-align:center}.layout-theme-light .p-datatable .p-datatable-thead tr:first-child th{font-weight:700;color:#fff;background:#2548f2;padding:12px}.layout-theme-light .p-datatable .p-datatable-thead tr:first-child th:first-child{border-top-left-radius:12px}.layout-theme-light .p-datatable .p-datatable-thead tr:first-child th:last-child{border-top-right-radius:12px}.layout-theme-light .p-datatable .p-datatable-tbody .p-datatable-row-expansion,.layout-theme-light .p-datatable .p-datatable-thead tr:nth-child(2) th{background-color:#fff}.layout-theme-light .p-datatable .p-datatable-tbody .p-datatable-row-expansion:hover{background-color:#fff!important}.layout-theme-light .p-datatable .p-datatable-tbody .p-datatable-row-expansion thead tr th{color:#152b71;background-color:#f0eff2;font-size:.75rem;font-family:Poppins;font-weight:600;border-radius:0!important}.layout-theme-light .p-datatable .p-datatable-tbody .p-datatable-row-expansion tbody tr td{color:#152b71;background-color:#fff;font-size:10px;font-family:Poppins;font-weight:400}.layout-theme-light .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(odd){background:#fff}.layout-theme-light .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(odd):hover{background-color:#e1e7ff!important;color:#2548f2!important}.layout-theme-light .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(2n){background-color:rgba(127,158,235,.4392156863)!important;color:#112857!important;outline-color:rgba(127,158,235,.4392156863)!important}.layout-theme-light .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(2n):hover{background:#e1e7ff!important;color:#2548f2!important}.layout-theme-light .order-list .p-datatable-tbody .p-selectable-row:nth-of-type(2n){background:#fff!important}.layout-theme-light .order-list .p-datatable-tbody .p-selectable-row:nth-of-type(2n):hover{background-color:#e1e7ff!important;color:#2548f2!important}.layout-theme-light .order-list .p-datatable-tbody .p-selectable-row:nth-of-type(odd){background-color:rgba(127,158,235,.4392156863);color:#112857;outline-color:rgba(127,158,235,.4392156863)}.layout-theme-light .order-list .p-datatable-tbody .p-selectable-row:nth-of-type(odd):hover{background:#e1e7ff!important;color:#2548f2!important}.layout-theme-light .p-datatable .p-datatable-tbody>tr.p-highlight{background:rgba(172,174,177,.24)!important;color:#495057!important}.layout-theme-light .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{background:#ccc7f6;border-color:#ccc7f6;color:#112857}.invoice-form-group{display:flex;align-content:center;justify-content:flex-start;align-items:flex-end}.invoice-form-group .invoice-form{color:#333;padding:0;margin-left:-10px}.invoice-form-group .invoice-form .p-datatable .p-datatable-thead tr:first-child th{font-size:1rem;font-weight:600;padding:1.3rem 1rem}.invoice-form-group .invoice-form .p-datatable-tbody tr{font-weight:500;font-size:12px}.invoice-form-group .invoice-form .p-datatable-tbody tr td{padding:5px!important}.invoice-form-group .invoice-form .p-datatable table{border-collapse:inherit}.p-datatable-footer .footer-description{font-size:11px;display:flex;justify-content:space-around;align-items:center;color:red;font-weight:400}.invoice-product-description{display:flex;position:relative;color:red;font-size:10px;font-weight:400;top:-17px}.invoice-product{display:flex!important;align-content:center;justify-content:flex-end;align-items:center}.invoice-product .invoice-product-customer-button{padding:0}.invoice-product .p-dropdown{width:70%}.invoice-product .invoice-product-invoice-date{padding-right:8px}.invoice-product .invoice-product-payment{min-width:85px;padding-left:20px}.invoice-product .invoice-product-invoice-number{min-width:92px;padding-left:20px}.invoice-product input,.invoice-product span{width:70%}.invoice-product span input{width:100%}.invoice-product label{font-size:12px;font-weight:500}.hw-110{min-height:110px!important}.proforma-product{display:flex!important;align-content:center;justify-content:flex-end;align-items:center}.proforma-product .invoice-product-customer-button{padding:0}.proforma-product .p-dropdown{width:60%;margin-left:10px}.proforma-product .p-autocomplete,.proforma-product .p-autocomplete input{width:100%}.proforma-product span{width:62%}.proforma-product span input{margin-left:10px}.proforma-product span .p-autocomplete-input{margin-left:0!important}.proforma-product label{font-size:12px;font-weight:500}.f-right{float:right}.pr-40{padding-right:40px}.pr-20{padding-right:20px}.justify-content-center{justify-content:center!important}.justify-content-flex-start{justify-content:flex-start!important}.justify-content-flex-end{justify-content:flex-end!important}.pt-9{padding-top:9px}.invoice-product-textarea{display:flex!important;align-content:center;justify-content:center;align-items:flex-start}.invoice-product-textarea .p-inputtext,.invoice-product-textarea span,.invoice-product-textarea span input{width:100%}.invoice-product-textarea label{font-size:12px;font-weight:500}.invoice-drop{width:70%}@media only screen and (max-width:1155px){.invoice-box{width:100%!important}.invoice-drop,.invoice-product input,.invoice-product span{width:84%!important}.disabled-col{display:none!important}}@media(max-width:991px)and (min-width:900px){.layout-topbar .layout-menu-button{margin-left:67%!important;order:1}}@media(max-width:900px)and (min-width:700px){.layout-topbar .layout-menu-button{margin-left:60%!important;order:1}}@media(max-width:700px){.layout-topbar{justify-content:flex-end}.layout-topbar .layout-topbar-logo{width:110px;order:2;margin-right:50px;margin-left:30px}}@media only screen and (max-width:765px){.main-invoice-comp{flex-direction:column;align-content:center;justify-content:center;align-items:center}.main-invoice-comp .p-inputtext{width:85%!important}.main-invoice-comp .invoice-custom-label{width:25%!important}.main-invoice-comp .invoice-product .p-dropdown{width:85%!important}.main-invoice-comp .invoice-product .p-inputtext{width:100%}.main-invoice-comp .invoice-product span{width:70%}.main-invoice-comp .invoice-product span input{width:100%}.main-invoice-comp .invoice-product input{width:70%}.main-invoice-comp .invoice-product .invoice-product-invoice-number{width:100%}.proforma-product{display:flex!important;align-content:center;justify-content:flex-end;align-items:center}.proforma-product .invoice-product-customer-button{padding:0}.proforma-product .p-dropdown{width:85%;margin-left:10px}.proforma-product .p-autocomplete,.proforma-product .p-autocomplete input{width:100%}.proforma-product span{width:86%}.proforma-product span input{margin-left:10px}.proforma-product span .p-autocomplete-input{margin-left:0!important}.proforma-product label{font-size:12px;font-weight:500}}@media only screen and (max-width:580px){.main-invoice-comp{flex-direction:column;align-content:center;justify-content:center;align-items:center}.main-invoice-comp .p-inputtext,.main-invoice-comp .proforma-customer{width:100%!important}.main-invoice-comp .invoice-custom-label{width:33.3333%!important}.main-invoice-comp .invoice-product .p-inputtext{width:100%}.main-invoice-comp .invoice-product span{width:70%}.main-invoice-comp .invoice-product span input{width:100%}.main-invoice-comp .invoice-product input{width:70%}.main-invoice-comp .invoice-product .invoice-product-invoice-number{width:100%}.proforma-product{display:flex!important;align-content:center;justify-content:flex-end;align-items:center}.proforma-product .invoice-product-customer-button{padding:0}.proforma-product .p-dropdown{width:85%;margin-left:10px}.proforma-product .p-autocomplete,.proforma-product .p-autocomplete input{width:100%}.proforma-product span{width:86%}.proforma-product span input{margin-left:10px}.proforma-product span .p-autocomplete-input{margin-left:0!important}.proforma-product label{font-size:12px;font-weight:500}}.layout-theme-dark .unauthorized{background:#1d1e27!important;display:flex;flex-direction:column;align-content:center;justify-content:space-around;align-items:center;height:75vh;color:#fff}.layout-theme-dark .unauthorized .unauth-h1{color:#fff;position:absolute;top:30%;left:54%}.layout-theme-dark .unauthorized .unauth-span{color:#fff;position:absolute;top:40%;left:55%;font-size:14px;font-weight:600}.layout-theme-dark .unauthorized h5{color:#fff}.layout-theme-dark .credit-card{color:#fff;background:#22272d;font-family:"Nunito",sans-serif;align-content:center;align-items:center;justify-content:center;border-radius:24px;height:210.8px;width:100%;padding:24px;display:flex;flex-direction:column}.layout-theme-dark .credit-card:not(:last-child){margin-right:2rem}.layout-theme-dark .credit-card button{color:#fff;background-color:#19a3fa}.layout-theme-dark .credit-card .credit-card-title-h1{letter-spacing:.2px;font-weight:500;line-height:1}.layout-theme-dark .credit-card .credit-card-title-h3{color:#fff;font-weight:700;font-size:28px}.layout-theme-dark .credit-card .title{margin-top:18px;overflow-wrap:break-word;display:flex;flex-direction:column;align-items:center;letter-spacing:-.6px;text-align:center;height:100px;justify-content:space-evenly}.layout-theme-dark .credit-card .title h1{margin-top:-40px;font-size:17px;color:#19a3fa;font-weight:700;text-align:center;margin-bottom:-4px}.layout-theme-dark .credit-card .title h2{margin-top:4px;font-size:28px;font-weight:500;color:#112857;margin-bottom:-16px;line-height:1;text-align:center}.layout-theme-dark .credit-card .title h6{margin-bottom:-4px;font-size:16px;font-weight:400;text-align:center}.layout-theme-dark .credit-card .title h5{font-size:1.2rem;margin-bottom:-4px;font-weight:400;color:#88d125;margin-left:8px;text-align:center}.layout-theme-dark .credit-card .body3{display:flex;justify-content:center;align-content:center;align-items:flex-start;margin-bottom:48px;position:absolute;top:155px;flex-direction:column;width:80%}.layout-theme-dark .credit-card p{overflow-wrap:break-word;font-size:14px;font-weight:500;margin-bottom:8px}.layout-theme-dark .credit-card .pi{padding-right:12px;font-size:1rem;color:#00ce12;margin-bottom:8px}.layout-theme-dark .credit-card .btn{cursor:pointer;color:#fff;background:#19a3fa;border:none;border-radius:50px;width:auto;outline:none;padding:8px;font-size:12px;margin-top:auto;text-align:center}.layout-theme-dark .p-datatable .p-datatable-thead tr:first-child th{font-size:1rem;font-weight:800;color:#fff;background:#1a1c23;padding:1.3rem .7rem}.layout-theme-dark .p-datatable .p-datatable-thead tr:first-child th:first-child{border-top-left-radius:12px}.layout-theme-dark .p-datatable .p-datatable-thead tr:first-child th:last-child{border-top-right-radius:12px}.layout-theme-dark .p-datatable .p-datatable-thead tr:nth-child(2) th{background-color:#292f36}.layout-theme-dark .p-datatable .p-datatable-tbody .p-datatable-row-expansion{background-color:#22272d}.layout-theme-dark .p-datatable .p-datatable-tbody .p-datatable-row-expansion:hover{background-color:#22272d!important}.layout-theme-dark .p-datatable .p-datatable-tbody .p-datatable-row-expansion thead tr th{color:#fff;background-color:#292f36;font-size:.75rem;font-family:Poppins;font-weight:600;border-radius:0!important}.layout-theme-dark .p-datatable .p-datatable-tbody .p-datatable-row-expansion tbody tr td{color:#fff;background-color:#22272d;font-size:10px;font-family:Poppins;font-weight:400}.layout-theme-dark .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(2n){color:#d5d6e7!important}.layout-theme-dark .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(2n):hover{background-color:#586271!important;color:#fff!important}.layout-theme-dark .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(odd){background-color:#474f5c!important;color:#d5d6e7!important;outline-color:#474f5c!important}.layout-theme-dark .p-datatable .p-datatable-tbody .p-selectable-row:nth-of-type(odd):hover{background:#586271!important;color:#fff!important}.layout-theme-dark .order-list .p-datatable-tbody .p-selectable-row:nth-of-type(odd){color:#d5d6e7!important;background-color:#22272d!important}.layout-theme-dark .order-list .p-datatable-tbody .p-selectable-row:nth-of-type(2n){background-color:#474f5c!important;color:#d5d6e7!important;outline-color:#474f5c!important}.layout-theme-dark .order-list .p-datatable-tbody .p-selectable-row:hover{background-color:#586271!important;color:#fff!important}.layout-theme-dark .invoice-form .p-datatable .p-datatable-thead tr:first-child th{font-size:1rem;font-weight:800;color:#fff!important;background:#1a1c23!important;padding:1.3rem 1rem}.layout-theme-dark .invoice-form .p-datatable .p-datatable-thead tr:first-child th:first-child{border-top-left-radius:12px}.layout-theme-dark .invoice-form .p-datatable .p-datatable-thead tr:first-child th:last-child{border-top-right-radius:12px}.layout-theme-dark .invoice-form .p-datatable .p-datatable-thead tr:nth-child(2) th{color:#fff!important;background:#1a1c23!important}.layout-theme-dark .invoice-form .p-datatable-tbody tr{color:#fff!important;background:transparent!important}.layout-theme-dark .p-datatable .p-datatable-tbody>tr.p-highlight{background:#586271!important;color:#fff!important}.layout-theme-dark .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{color:#fff;background:#1a1c23}.email-confirmation{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center}@media only screen and (max-width:960px){.accordion-custom-parent{display:none}}@media only screen and (max-width:1450px)and (min-width:1110px){.accordion-custom-parent:has(.p-accordion-tab){width:13%}}@media only screen and (max-width:1115px)and (min-width:1050px){.accordion-custom-parent:has(.p-accordion-tab){width:15%}}@media only screen and (max-width:1050px)and (min-width:665px){.accordion-custom-parent:has(.p-accordion-tab){width:17%}}@media only screen and (max-width:665px)and (min-width:550px){.accordion-custom-parent:has(.p-accordion-tab){width:20%}}.p-fileupload-buttonbar .p-button-label{display:none!important}.p-button-label{font-size:12px}@media only screen and (max-width:550px)and (min-width:460px){.accordion-custom-parent:has(.p-accordion-tab){width:25%}}@media only screen and (max-width:460px){.accordion-custom-parent:has(.p-accordion-tab){width:30%}}.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus{box-shadow:0 0 0 0 transparent!important}.warning{color:red}.default-info,.warning{padding:10px;border-radius:4px;display:flex;width:50%;justify-content:center;align-content:center;align-items:center}.default-info{color:#495057}.email-item-content{padding:10px 0;display:block}.file-button{display:flex;align-content:center;justify-content:space-between;align-items:center;flex-wrap:nowrap}.file-custom-button{width:45%!important}.drop-files{padding:40px 6px;border-radius:7px;border:1px solid rgba(108,117,125,.3490196078);color:#6c757d;margin-bottom:20px}.info{color:#d97706;display:flex;width:50%;justify-content:center;align-content:center;align-items:center}.view-button{width:60%!important;display:flex!important;flex-direction:row!important;align-content:center!important;justify-content:flex-start!important;align-items:center!important;border-radius:4px!important;font-size:10px!important}.w-100{width:100px}.success{padding:10px;border-radius:4px;color:#22c55e;display:flex;width:50%;justify-content:center;align-content:center;align-items:center}.subs-card{background-color:var(--surface-card,.15);padding:1rem;margin-bottom:1rem;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);width:100%;height:100%;border-radius:24px;color:#112857;font-family:Nunito,sans-serif}.subs-card span{letter-spacing:.5px;font-weight:500;font-size:12px;color:#112857}.subs-card h6{font-family:Nunito,sans-serif;font-weight:700;color:#112857}.subs-card-active{background:#001a67;color:#fff;padding:1rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;height:100%;border-radius:24px}.subs-card-active .pi-check-circle{color:#22c55e}.auth-login-logo-comp{height:100vh!important;overflow:hidden;background-color:#0074dd;display:flex;align-items:center;justify-content:center}.h-percent-80{height:80%}.font-size-12{font-size:12px!important}.user-select-none{user-select:none;-webkit-user-select:none}.br-24{border-radius:24px}.chart-card{height:97%!important}.p-0{padding:0}.temp-img{overflow-y:none!important}.p-dialog-content{overflow-x:hidden!important}.h-440{height:440px!important}.h-100vh{height:100vh}.h-percent-100{height:100%}.h-12{height:12px!important}.h-32{height:32px!important}.vw-25{width:25vw}.vw-45{width:45vw!important}.vw-50{width:50vw!important}.vw-55{width:55vw!important}.vw-60{width:60vw!important}.vw-70{width:70vw!important}.vw-75{width:75vw!important}.vw-80{width:80vw!important}.vw-90{width:90vw!important}.w-percent-30{width:30%!important}.w-450{width:450px}.w-500{width:500px}.w-3em{width:3em!important}.w-percent-100{width:100%}.h-476{height:476px}.max-height-32{max-height:32px!important}.max-height-110{max-height:110px}.max-height-300{max-height:300px}.column-style{font-size:1rem!important;font-weight:700!important;min-width:auto!important;max-width:auto!important}.invoice-sub-info{display:flex;justify-content:flex-end;align-items:center;align-content:center;font-size:12px;flex-wrap:nowrap;padding:0;font-weight:600}.invoice-sub-group{display:flex!important;align-content:center;justify-content:center;align-items:flex-end}.edited-productname{font-size:10px}.edited-column{width:90px}.edited-column input{width:90px;font-size:9.5px}.edited-column-quantity{width:90%}.edited-column-quantity input{width:100%;font-size:10px}.invoice-dropdown .p-dropdown-label,.invoice-dropdown .p-inputtext{font-size:10px}.font-family-poppins{font-family:"Poppins"}.pagination-span{color:var(--text-color);user-select:none;-webkit-user-select:none}.customers-filter-button{font-size:.75em;margin-bottom:8px;margin-right:4px}.list-button{height:32px!important;width:32px!important;border-radius:4px!important;margin-right:4px!important}.list-buttonRoundded{height:14px!important;width:22px!important;border-radius:50%;margin-right:4px!important;cursor:default;margin-bottom:3px}.list-buttonRoundded,.list-buttonRoundded:hover{background-color:#add8e6!important;border-color:#add8e6!important}.list-button-invoice-form{height:30px!important;border-radius:4px!important;margin-right:4px!important}.customers-card{max-height:550px}.tenant-credit-info{letter-spacing:.5px;font-weight:500;font-size:14px}.info-circle{margin-top:4px;color:grey}.color-grey{color:grey}.pb-20{padding-bottom:20px}.filter-form-button{height:32px!important}.filter-form-button,.filter-form-button-invoice-type{font-size:.8rem!important;padding-left:2px!important;padding-right:2px!important}.filter-form-button-invoice-type{height:30px!important;margin-right:12px!important;margin-top:24px!important}.skeleton-dashcard-icon{width:2.5rem;height:2.5rem;background-color:rgba(50,195,252,.03)}.revenue-sales-data-chart-card,.skeleton-dashcard-icon{display:flex;align-items:center;justify-content:space-between}.revenue-sales-data-chart-card{margin-top:-6px;max-height:440px}.revenue-sales-chart-card{display:flex;align-items:start;justify-content:space-between;margin-top:-6px}.creationLoader{justify-content:center;align-items:center}.cursor-pointer{cursor:pointer}.mt-16{margin-top:16px}.mb-10{margin-bottom:10px}.mt-4px{margin-top:4px}.mt-8{margin-top:8px}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-24{margin-top:24px}.mb-20{margin-bottom:20px}.mr-2{margin-right:4px!important}.mr-0{margin-right:0}.ml-0{margin-left:0}.mt-0{margin-top:0}.ml-minus-4{margin-left:-4px}.reset-password-rule{line-height:1.5}.pt-2{padding-top:2px}.container{height:100vh}.list-demo .product-name{font-size:1.5rem;font-weight:700}.list-demo .product-description{margin:0 0 1rem}.list-demo .product-category-icon{vertical-align:middle;margin-right:.5rem}.list-demo .product-category{font-weight:600;vertical-align:middle}.list-demo .product-list-item{display:flex;align-items:center;padding:1rem;width:100%}.list-demo .product-list-item img{width:150px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);margin-right:2rem}.list-demo .product-list-item .product-list-detail{flex:1 1}.list-demo .product-list-item .p-rating{margin:0 0 .5rem}.list-demo .product-list-item .product-price{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;align-self:flex-end}.list-demo .product-list-item .product-list-action{display:flex;flex-direction:column}.list-demo .product-list-item .p-button{margin-bottom:.5rem}.list-demo .product-badge{border-radius:2px;padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.3px}.list-demo .product-badge.status-instock{background:#c8e6c9;color:#256029}.list-demo .product-badge.status-outofstock{background:#ffcdd2;color:#c63737}.list-demo .product-badge.status-lowstock{background:#feedaf;color:#8a5340}.list-demo .product-grid-item{margin:.5em;border:1px solid #dee2e6}.list-demo .product-grid-item .product-grid-item-bottom,.list-demo .product-grid-item .product-grid-item-top{display:flex;align-items:center;justify-content:space-between}.list-demo .product-grid-item img{width:75%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);margin:2rem 0}.list-demo .product-grid-item .product-grid-item-content{text-align:center}.list-demo .product-grid-item .product-price{font-size:1.5rem;font-weight:600}@media screen and (max-width:576px){.list-demo .product-list-item{flex-direction:column;align-items:center}.list-demo .product-list-item img{width:75%;margin:2rem 0}.list-demo .product-list-item .product-list-detail{text-align:center}.list-demo .product-list-item .product-price{align-self:center}.list-demo .product-list-item .product-list-action{display:flex;flex-direction:column;margin-top:2rem;flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.table-demo .p-progressbar{height:.5rem;background-color:#d8dadc}.table-demo .p-progressbar .p-progressbar-value{background-color:#607d8b}.table-demo .p-datatable .p-column-filter{display:none}.table-demo .table-header{font-size:1.25rem;display:flex;justify-content:space-between}.table-demo .p-datatable.p-datatable-customers .p-datatable-header{padding:1rem;text-align:left;font-size:1.5rem}.table-demo .p-datatable.p-datatable-customers .p-paginator{padding:1rem}.table-demo .p-datatable.p-datatable-customers .p-datatable-thead>tr>th{text-align:left}.table-demo .p-datatable.p-datatable-customers .p-datatable-tbody>tr>td{cursor:auto}.table-demo .p-datatable.p-datatable-customers .p-dropdown-label:not(.p-placeholder){text-transform:uppercase}.table-demo .p-datatable-customers .p-datatable-tbody>tr>td>.p-column-title{display:none}.table-demo .customer-badge{border-radius:2px;padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.3px}.table-demo .customer-badge.status-qualified{background:#c8e6c9;color:#256029}.table-demo .customer-badge.status-unqualified{background:#ffcdd2;color:#c63737}.table-demo .customer-badge.status-negotiation{background:#feedaf;color:#8a5340}.table-demo .customer-badge.status-new{background:#b3e5fc;color:#23547b}.table-demo .customer-badge.status-renewal{background:#eccfff;color:#694382}.table-demo .customer-badge.status-proposal{background:#ffd8b2;color:#805b36}.table-demo .p-progressbar-value.ui-widget-header{background:#607d8b}@media(max-width:640px){.table-demo .p-progressbar{margin-top:.5rem}}.table-demo .product-image{width:100px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.table-demo .orders-subtable{padding:1rem}.table-demo .product-badge{border-radius:2px;padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.3px}.table-demo .product-badge.status-instock{background:#c8e6c9;color:#256029}.table-demo .product-badge.status-outofstock{background:#ffcdd2;color:#c63737}.table-demo .product-badge.status-lowstock{background:#feedaf;color:#8a5340}.table-demo .order-badge{border-radius:2px;padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.3px}.table-demo .order-badge.order-delivered{background:#c8e6c9;color:#256029}.table-demo .order-badge.order-cancelled{background:#ffcdd2;color:#c63737}.table-demo .order-badge.order-pending{background:#feedaf;color:#8a5340}.table-demo .order-badge.order-returned{background:#eccfff;color:#694382}@media screen and (max-width:960px){.table-demo .p-datatable.p-datatable-customers .p-datatable-tfoot>tr>td,.table-demo .p-datatable.p-datatable-customers .p-datatable-thead>tr>th{display:none!important}.table-demo .p-datatable.p-datatable-customers .p-datatable-tbody>tr>td{text-align:left;display:block;border:0!important;width:100%!important;float:left;clear:left;border:0}.table-demo .p-datatable.p-datatable-customers .p-datatable-tbody>tr>td .p-column-title{padding:.4rem;min-width:30%;display:inline-block;margin:-.4rem 1rem -.4rem -.4rem;font-weight:700}.table-demo .p-datatable.p-datatable-customers .p-datatable-tbody>tr>td .p-progressbar{margin-top:.5rem}.table-demo .p-datatable.p-datatable-customers colgroup{display:none}.table-demo .p-datatable .p-datatable-header .table-header{flex-direction:column!important}}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.height-percent-100{height:100%}.font-size-10{font-size:10px!important}.font-size-9{font-size:9px!important}.font-size-8{font-size:8px!important}.font-size-13{font-size:13px!important}.display-inline-block{display:inline-block}.email-card{display:flex;align-items:flex-start;align-content:flex-start;flex-direction:column;justify-content:space-evenly;color:#112857;height:91vh}.mt{margin-top:0!important}.mb{margin-bottom:0!important}.credit-card-title-h1{letter-spacing:.2px;font-weight:500;line-height:1}.credit-card-title-h3{font-weight:700;font-size:28px;color:#152b71}.credit-infos-item{width:19%;min-width:18%}.card-in-box-email{background-color:#eff3f8;padding:2rem;margin-bottom:1rem;border-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)!important;width:80%;height:30%}.hidden{display:none!important}.crud-demo .p-toolbar{flex-wrap:wrap}.crud-demo .product-badge{border-radius:2px;padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.3px}.crud-demo .product-badge.status-instock{background:#c8e6c9;color:#256029}.crud-demo .product-badge.status-outofstock{background:#ffcdd2;color:#c63737}.crud-demo .product-badge.status-lowstock{background:#feedaf;color:#8a5340}.crud-demo .datatable-responsive .p-datatable-tbody>tr>td .p-column-title{display:none}@media screen and (max-width:960px){.crud-demo .p-datatable.datatable-responsive .p-datatable-tfoot>tr>td,.crud-demo .p-datatable.datatable-responsive .p-datatable-thead>tr>th{display:none!important}.crud-demo .p-datatable.datatable-responsive .p-datatable-tbody>tr{border-bottom:1px solid var(--surface-d)}.crud-demo .p-datatable.datatable-responsive .p-datatable-tbody>tr>td{text-align:left;display:flex;align-items:center;border:0!important;width:100%!important;float:left;clear:left;border:0}.crud-demo .p-datatable.datatable-responsive .p-datatable-tbody>tr>td .p-column-title{padding:.4rem;min-width:30%;display:inline-block;margin:-.4rem 1rem -.4rem -.4rem;font-weight:700}.crud-demo .p-datatable.datatable-responsive .p-datatable-tbody>tr>td .p-progressbar{margin-top:.5rem}.crud-demo .p-datatable.datatable-responsive .p-datatable-tbody>tr>td .actions{display:flex;flex-grow:1;justify-content:center}}.docs i:not([class~=pi]){background-color:transparent;color:#2196f3;font-family:Monaco,courier,monospace;font-style:normal;font-size:12px;font-weight:500;padding:0 4px;letter-spacing:.5px;font-weight:600;margin:0 2px;display:inline-flex}.docs a{font-weight:500}pre[class*=language-]:after,pre[class*=language-]:before{display:none!important}pre[class*=language-] code{border-left:6px solid var(--surface-border)!important;box-shadow:none!important;background:var(--surface-ground)!important;margin:1em 0;color:var(--text-color);font-size:14px}pre[class*=language-] .token.attr-name,pre[class*=language-] .token.attr-string,pre[class*=language-] .token.keyword,pre[class*=language-] .token.tag{color:#2196f3!important}pre[class*=language-] .token.attr-value{color:#4caf50!important}pre[class*=language-] .token.punctuation{color:var(--text-color)}pre[class*=language-] .token.operator,pre[class*=language-] .token.string,pre[class*=language-] .token.variable{background:transparent}.custom-marker{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;color:#fff;border-radius:50%;z-index:1}.p-timeline-event-content,.p-timeline-event-opposite{line-height:1}@media screen and (max-width:960px){.customized-timeline .p-timeline-event:nth-child(2n){flex-direction:row!important}.customized-timeline .p-timeline-event:nth-child(2n) .p-timeline-event-content{text-align:left!important}.customized-timeline .p-timeline-event-opposite{flex:0 1}.customized-timeline .p-card{margin-top:1rem}}.fluid{max-width:100%;height:auto}.warningg{color:#feb600}.warningCard{background-color:#f59e0b!important;color:#fff;padding:12px 10px 4px!important;width:100%}.topright{opacity:1;position:absolute;top:55%;left:82%;z-index:10}.container1{position:relative;width:100%}.image1{border-radius:10px;-moz-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%)}.image1,.image2{opacity:1;display:flex;width:100%;height:auto;transition:.5s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden}.middle1{transition:.5s ease;opacity:0;text-align:center;position:absolute;top:100%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.container1:hover .image1{opacity:1;transition:.1s ease;-moz-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0)}.container1:hover .middle1{opacity:1;top:75%;left:50%;transform:translate(-50%,-50%);-ms-transform:translateY(-50%)}.text1{background-color:#04aa6d;color:#fff;font-size:16px;padding:16px 32px}.p-inputtext{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:.9rem;text-justify:center;padding:.5rem;border:1px solid #ced4da;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none;border-radius:6px}.dashcardicon{width:100%;justify-content:space-between}.scrollpanel-demo .p-scrollpanel p{padding:.5rem;line-height:1.5;margin:0;z-index:9999}.scrollpanel-demo .p-scrollpanel.custombar1 .p-scrollpanel-wrapper{border-right:10px solid var(--surface-b)}.scrollpanel-demo .p-scrollpanel.custombar1 .p-scrollpanel-bar{background-color:var(--primary-color);opacity:1;transition:background-color .2s}.scrollpanel-demo .p-scrollpanel.custombar1 .p-scrollpanel-bar:hover{background-color:#007ad9}.scrollpanel-demo .p-scrollpanel.custombar2 .p-scrollpanel-wrapper{border-right:10px solid var(--surface-b);border-bottom:10px solid var(--surface-b)}.scrollpanel-demo .p-scrollpanel.custombar2 .p-scrollpanel-bar{background-color:var(--surface-d);border-radius:0;opacity:1;transition:background-color .2s}.scrollpanel-demo .col-12{padding:2rem}.datatable-rowexpansion-demo .product-image{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.datatable-rowexpansion-demo .orders-subtable{padding:1rem}.form-demo .card{min-width:450px}.form-demo .card form{margin-top:2rem}.form-demo .card .field{margin-bottom:1.5rem}@media screen and (max-width:960px){.form-demo .card{width:80%}}@media screen and (max-width:640px){.form-demo .card{width:100%;min-width:0}}.pricing-card3.dark-mode{background:#001a67;color:#fff}.pricing-card3.dark-mode .btn{color:#001a67;background:#fff}.pricing-card3.dark-mode .title3 .subs-subtitle{color:#fff}.layout-theme-dark .subs-card{background-color:var(--surface-card,.15);padding:1rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;height:100%;border-radius:24px;color:#fff;font-family:Nunito,sans-serif}.layout-theme-dark .subs-card span{letter-spacing:.5px;font-weight:500;font-size:12px;color:#fff}.layout-theme-dark .subs-card h6{font-family:Nunito,sans-serif;font-weight:700;color:#fff}.bta,.layout-theme-dark .pricing-card3,.layout-theme-dark .pricing-card3 .title3 .subs-subtitle{color:#fff}.bta{border:none;outline:none;background:var(--accent-color);cursor:pointer;font-family:var(--heading-font-family);font-weight:700;border-radius:4px;margin-top:1rem;transition:transform .1s ease-in;text-align:center}.bta:focus,.bta:hover{transform:scale(1.05)}.qte{border:none;border-radius:50px;outline:none;color:#fff;background:#19a3fa;padding:8px;margin-bottom:8px;font-size:1.2rem;width:308px;cursor:pointer;font-family:var(--heading-font-family);font-weight:700;margin-top:1rem;transition:transform .1s ease-in;text-align:center}.qte:focus,.qte:hover{transform:scale(1.05)}@media screen and (min-width:960px){.customers-filter-button{display:none}.customers-card{display:block}}@media screen and (max-width:960px){.customers-card{display:none}.customers-filter-button{display:flex}}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:transparent;border-radius:20px}body::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:20px}.choseninvoiceBadge{opacity:1;position:absolute;top:5%;left:85%;z-index:5}.choseninvoiceBadgesubs{opacity:1;position:relative;left:40%;z-index:5;top:-275px}.pricing-card3{color:#18022a;background-color:var(--surface-card,.15);font-family:"Nunito",sans-serif;justify-content:center;border-radius:21px;height:auto;min-height:605px;display:flex;flex-direction:column;align-content:center;align-items:center;box-shadow:0 0 10px 0 rgba(0,0,0,.09);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:24px;position:relative;width:100%;box-sizing:border-box}.pricing-card3:not(:last-child){margin-right:2rem}.pricing-card3:first-child{margin-left:0}.pricing-card3 .title3{margin-top:18px;overflow-wrap:break-word;display:flex;flex-direction:column;align-items:center;letter-spacing:-.6px;text-align:center;height:100px;justify-content:center;align-content:center;position:absolute;top:30px}.pricing-card3 .title3 h1{margin-top:-8px;font-size:16px;color:#19a3fa;font-weight:700;text-align:center;margin-bottom:-4px}.pricing-card3 .title3 h2{margin-top:4px;font-size:28px;font-weight:500;color:#112857;margin-bottom:-16px;line-height:1;text-align:center}.pricing-card3 .title3 h6{font-size:16px}.pricing-card3 .title3 h5,.pricing-card3 .title3 h6{margin-bottom:-4px;font-weight:400;text-align:center}.pricing-card3 .title3 h5{font-size:1.2rem;color:#88d125;margin-left:8px}.pricing-card3 .title3 .subs-subtitle{color:#112857}.pricing-card3 .body3{display:flex;justify-content:center;align-content:center;align-items:flex-start;margin-bottom:48px;position:absolute;top:155px;flex-direction:column;width:80%}.pricing-card3 p{overflow-wrap:break-word;font-size:14px;font-weight:500;margin-bottom:8px}.pricing-card3 .pi{padding-right:12px;font-size:1rem;color:#19a3fa;margin-bottom:8px}.pricing-card3 .btn{cursor:pointer;color:#fff;background:#19a3fa;border:none;border-radius:50px;width:auto;outline:none;padding:8px;font-size:12px;margin-top:auto;text-align:center}.recommendedSubs{opacity:1;position:absolute;top:-36px;left:-50px;z-index:5}.pagination-container{display:flex;list-style-type:none}.pagination-container .pagination-item{padding:0 12px;height:32px;text-align:center;margin:auto 4px;color:rgba(0,0,0,.87);display:flex;box-sizing:border-box;align-items:center;letter-spacing:.01071em;border-radius:16px;line-height:1.43;font-size:13px;min-width:32px}.pagination-container .pagination-item.dots:hover{background-color:transparent;cursor:default}.pagination-container .pagination-item:hover{background-color:rgba(0,0,0,.04);cursor:pointer}.pagination-container .pagination-item.selected{background-color:rgba(0,0,0,.08)}.pagination-container .pagination-item .arrow:before{position:relative;content:"";display:inline-block;width:.4em;height:.4em;border-right:.12em solid rgba(0,0,0,.87);border-top:.12em solid rgba(0,0,0,.87)}.pagination-container .pagination-item .arrow.left{transform:rotate(-135deg) translate(-50%)}.pagination-container .pagination-item .arrow.right{transform:rotate(45deg)}.pagination-container .pagination-item.disabled{pointer-events:none}.pagination-container .pagination-item.disabled .arrow:before{border-right:.12em solid rgba(0,0,0,.43);border-top:.12em solid rgba(0,0,0,.43)}.pagination-container .pagination-item.disabled:hover{background-color:transparent;cursor:default}.p-paginator{color:#495057!important;font-weight:bolder!important}.g-multiselect,.p-dropdown{align-content:center!important;align-items:center!important}.g-multiselect{overflow-wrap:break-word}.multiselect-demo .p-multiselect{min-width:1rem}.multiselect-demo .multiselect-custom .p-multiselect-label:not(.p-placeholder):not(.p-multiselect-items-label){padding-top:.25rem;padding-bottom:.25rem;overflow-wrap:break-word;height:auto;max-width:250px}.multiselect-demo .multiselect-custom .country-item-value{padding:.25rem .5rem;border-radius:3px;display:inline-flex;margin-right:.5rem;background-color:var(--primary-color);color:var(--primary-color-text)}.multiselect-demo .multiselect-custom .country-item-value img.flag{width:17px}@media screen and (max-width:4000px){.download-app-card{display:none}}@media screen and (max-width:2444px){.download-app-card{display:none}}@media screen and (max-width:1550px){.download-app-card{display:none}}@media screen and (max-width:960px){.download-app-card{display:flex}}@media screen and (max-width:720px){.download-app-card{display:flex}}@media screen and (max-width:550px){.download-app-card{display:flex}}.p-fileupload .p-fileupload-buttonbar1{background:#1f2d40;padding:1rem;color:hsla(0,0%,100%,.87);border:1px solid #304562;border-bottom:0;border-top-right-radius:3px;border-top-left-radius:3px}.p-fileupload .p-fileupload-buttonbar1 .p-button{margin-right:.5rem}.p-fileupload .p-fileupload-content1{background:#1f2d40;padding:2rem 1rem;border:1px solid #304562;color:hsla(0,0%,100%,.87);border-bottom-right-radius:3px;border-bottom-left-radius:3px}.p-fileupload .p-progressbar1{height:.25rem}.p-fileupload .p-fileupload-row1>div{padding:1rem}.p-fileupload.p-fileupload-advanced1 .p-message{margin-top:0}.custom-file-input::-webkit-file-upload-button{visibility:hidden;overflow:hidden}.custom-file-input:before{content:"Browse";display:inline-block;background:linear-gradient(top,#f9f9f9,#e3e3e3);border:1px solid #364aff;border-radius:10px;padding:10px 15px;color:#0074dd;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;width:110px;max-width:110px;text-align:center;overflow:hidden;overflow-x:hidden}.custom-file-input:hover:before{border-color:364aff;overflow:hidden}.custom-file-input:hover:after{color:transparent;overflow:hidden}.custom-file-input:active:before{background:-webkit-linear-gradient(top,#e3e3e3,#f9f9f9);overflow:hidden}.profileTag{display:inline-block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:175px;transition:max-width .3s}.somethingWentWrong{background:#fff!important;display:flex;flex-direction:column;align-content:center;justify-content:space-around;align-items:center;height:100%;color:#0b578b}.somethingWentWrong .somethingWentWrong-h1{position:absolute;margin-top:32%}.somethingWentWrong .serverNotResponding-h2{color:#0b578b;position:absolute;margin-top:32%;font-size:large;font-weight:600}.somethingWentWrong .somethingWentWrong-span{color:#0b578b;position:absolute;margin-top:15%;font-size:14px;font-weight:600}.somethingWentWrong h5{color:#0b578b}.somethingWentWrong .somethingWentWrong-button{position:absolute;margin-top:30%}.somethingWentWrong .somethingWentWrong-image1{position:absolute;margin-top:-45%}.serverNotResponding{background:#fff!important;display:flex;flex-direction:column;align-content:center;justify-content:space-around;align-items:center;overflow:hidden!important;color:#0b578b}.serverNotResponding .serverNotResponding-h1{color:#0b578b;position:absolute;margin-top:-17%}.serverNotResponding .serverNotResponding-span{color:#0b578b;position:absolute;margin-top:32%;font-size:14px;font-weight:600}.serverNotResponding .serverNotResponding-btn{position:absolute;margin-top:38%;font-size:14px;font-weight:600}.serverNotResponding h5{color:#0b578b}.vw-35{width:35%}.cursorless{cursor:default!important;width:32px;height:32px;border-radius:4px;display:flex;justify-content:center;align-items:center}.box12{width:auto}.ellipsis{display:flex;overflow:hidden;text-overflow:ellipsis;transition:all .2s linear;white-space:nowrap}.ellipsis:focus,.ellipsis:hover{color:transparent}.ellipsis:focus:after,.ellipsis:hover:after{content:attr(data-text);overflow:visible;text-overflow:inherit;background:#fff;position:relative;left:auto;top:auto;width:auto;max-width:100%;border:1px solid #eaebec;padding:0 .5rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.28);white-space:normal;word-wrap:break-word;display:flex;color:#000}.descriptionTest{display:inline-block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:155px;transition:max-width .3s}.ml-36{margin-left:36px}.standartButton{height:24px;max-width:50%;justify-content:center;align-items:center;margin-right:6px;padding-left:6px;padding-right:6px}.mt-27{margin-top:27px!important}.p-fileupload-file-badge{display:none}.divinputFile{padding:10px 16px;background:#2548f2;position:relative;color:#fff;border-radius:6px;text-align:center;float:left;cursor:pointer}.hide_file{position:absolute;z-index:1000;opacity:0;cursor:pointer;right:0;top:0;height:100%;font-size:24px;width:100%}.p-fluid .pbuttonn{width:auto}.itemPerPageDropdown{color:#495057;font-size:12px;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.layout-theme-dark .datatable-custom-copy-span{cursor:pointer;color:#1e90ff}.layout-theme-light .datatable-custom-copy-span{cursor:pointer;color:#2548f2}.onlyColorGreen{color:#00ce12}.p-tieredmenu{width:14.5rem}.p-tieredmenuOffer{width:19.5rem}.upload-item-text .p-menuitem-text{color:#4caf50!important}.selected-products-item-text .p-menuitem-text{color:#21007d!important}.marketplace-item-text .p-menuitem-text{color:#2196f3!important}.upload-item-text .p-menuitem-content:hover .p-menuitem-text{color:#4caf50!important}.selected-products-item-text .p-menuitem-content:hover .p-menuitem-text{color:#21007d!important}.marketplace-item-text .p-menuitem-content:hover .p-menuitem-text{color:#1976d2!important}.upload-item-text .p-menuitem-icon,.upload-item-text .p-menuitem-text{color:#4caf50!important}.selected-products-item-text .p-menuitem-icon,.selected-products-item-text .p-menuitem-text{color:#21007d!important}.marketplace-item-text .p-menuitem-icon,.marketplace-item-text .p-menuitem-text{color:#2196f3!important}.upload-item-text .p-menuitem-content:hover .p-menuitem-icon,.upload-item-text .p-menuitem-content:hover .p-menuitem-text{color:#4caf50!important}.selected-products-item-text .p-menuitem-content:hover .p-menuitem-icon,.selected-products-item-text .p-menuitem-content:hover .p-menuitem-text{color:#21007d!important}.marketplace-item-text .p-menuitem-content:hover .p-menuitem-icon,.marketplace-item-text .p-menuitem-content:hover .p-menuitem-text{color:#1976d2!important}.productLogStockIcon{font-size:9px;color:"blue"}.productLogBarcodeIcon{font-size:9px;color:"green"!important}.receiptsListIcon{font-size:12px;color:"blue"}.secondaryTextSpanCategory{font-size:.8em;color:var(--text-color-secondary)}.reciptsInfo{background-color:rgba(222,226,230,.5490196078)}.reciptsInfo,.templateınfo{font-size:12px;font-weight:700;border-radius:6px;padding:6px;color:rgba(11,3,69,.608)}.customdividerhorizontal{height:1px;background-color:#d3d3d3;width:100%;border-radius:1px;padding-left:2%;padding-right:2%}.customdividervertical{min-height:250px;max-height:450px;background-color:#d3d3d3;width:1px;border-radius:1px;padding-top:2%;padding-bottom:2%}.file-upload-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.subs-card-pStyle{letter-spacing:.5px;font-weight:700;font-size:11px}.subsPrice{font-family:Nunito,sans-serif;font-size:18px;font-weight:700;text-decoration:line-through;text-transform:uppercase;letter-spacing:0;color:#b0b0b0!important}.subsPriceDetail{letter-spacing:.5px;font-weight:600;font-size:13px}.subsFree{font-size:25px;text-transform:uppercase;letter-spacing:2px}.subsFree,.subsFreeDetail{font-weight:700;font-family:Nunito,sans-serif}.subsFreeDetail{font-size:14px}.subsFreeSecond{font-size:22px;text-transform:uppercase;letter-spacing:1.5px}.subsFreeDet2,.subsFreeSecond{font-weight:700;font-family:Nunito,sans-serif}.subsFreeDet2{letter-spacing:-.5px;font-size:14px}.subsAnnually,.subsFreenoPayment{padding:10px;font-size:11px;width:100%}.subs-card-discounted,.subsAnnually,.subsFreenoPayment{margin:10px;background-color:#19a3fa;border-radius:20px;color:#fff;font-family:Nunito,sans-serif;font-weight:600;letter-spacing:.1px}.subs-card-discounted{display:flex;align-content:center;justify-content:center;align-items:center;padding:5px 25px;font-size:13px}.discountedPriceMountly,.totalPriceSubs{letter-spacing:.5px;font-weight:700;font-family:Nunito,sans-serif;font-size:25px;color:#19a3fa;text-transform:uppercase;margin-bottom:3px}.creditInfoC{align-content:center}.creditInfoC,.producManagementCard{color:#fff;background-color:#2548f2;border:1px solid #2548f2;font-size:1rem;border-radius:6px;display:flex;justify-content:center;align-items:center}.producManagementCard{padding:.75rem 1.38rem;accent-color:center}.dropdown-wrapper{position:relative;width:auto;font-size:12px}.dropdown-selected span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block}.dropdown-selected:after{margin-left:8px;color:#666;font-size:12px}.dropdown-panelcustom{position:fixed;top:auto!important;left:auto!important;width:400px;z-index:10000;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05)}.dropdown-search-wrapper-main{position:relative;width:100%;height:15%;border-bottom:grey;border-bottom-width:100%;margin-bottom:10px;margin-top:10px}.dropdown-search-wrapper{position:relative;width:100%}.dropdown-search{width:90%;border:1px solid #3b82f6;border-radius:6px;font-size:14px;margin-right:5%;margin-left:5%;box-sizing:border-box;outline:none;padding:8px 30px 8px 12px}.dropdown-icon{position:absolute;top:50%;right:10%;transform:translateY(-50%);font-size:16px;color:#666;pointer-events:none}.dropdown-item{padding:10px 12px;cursor:pointer;transition:background .2s;color:#111;overflow-y:visible;margin-bottom:10px;margin-top:10px}.dropdown-arrow{padding-right:10px;height:16px;color:grey}.dropdown-item:hover{background-color:#e0e7ff;color:#3b82f6}.dropdown-text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;width:100%}.dropdown-selected{display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px;border:1px solid #ccc;border-radius:6px;padding:8px;background-color:#fff;cursor:pointer;min-height:28px}.dropdown-text{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-arrow,.dropdown-clear{flex-shrink:0;display:flex;align-items:center;padding-left:4px;padding-right:4px;color:grey;cursor:pointer}.image-card{width:300px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);background-color:#fff;transition:transform .2s ease}.image-card:hover{transform:scale(1.02)}.card-image{width:auto;height:200px;object-fit:cover;display:block;margin-left:auto;margin-right:auto}.fancy-overlay{padding:16px;border-radius:8px;background-color:#f9fafb;box-shadow:0 4px 12px rgba(0,0,0,.15);font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.overlay-content{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.overlay-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#fff;border-radius:6px;border:1px solid #e0e0e0;transition:background-color .3s ease}.overlay-item:hover{background-color:#f1f1f1}.item-key{font-weight:600;color:#333}.item-value{font-weight:500;color:#007b83}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.6}to{transform:scale(1);opacity:1}}.pulse-success{box-shadow:0 0 0 0 rgba(40,167,69,.6)}.pulse-danger,.pulse-success{animation:pulse 1.4s infinite}.pulse-danger{box-shadow:0 0 0 0 rgba(220,53,69,.6)}.store-badge-container{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px}.store-badge{display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;border-radius:12px;padding:6px 12px;white-space:nowrap;grid-gap:6px;gap:6px;height:28px;flex-grow:1;flex-shrink:0;flex-basis:calc(50% - 6px)}.store-text{overflow:hidden;text-overflow:ellipsis}.store-icon{font-size:12px}@keyframes pulseGlow{0%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.6}to{transform:scale(1);opacity:1}}.dropdown-error{border:2px solid red!important;animation:shake .3s}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.pageHeaderButton{height:30px!important;width:40px!important;border-radius:4px!important;margin-right:4px!important;font-size:.875rem!important;margin-bottom:8px}.product-image{transition:transform .3s ease;cursor:pointer}.product-image:hover{transform:scale(2)}.dropdown-wrapper.disabled{opacity:.6;pointer-events:none;cursor:not-allowed}.dropdown-wrapper.disabled .dropdown-selected{background-color:#f5f5f5}.AddEditCustomerForm_root__1tkXl .p-calendar,.AddEditCustomerForm_root__1tkXl .p-dropdown,.AddEditCustomerForm_root__1tkXl .p-inputtext,.AddEditCustomerForm_root__1tkXl .p-multiselect{height:36px;font-size:.9rem}.AddEditCustomerForm_root__1tkXl label{font-size:.85rem;font-weight:600;margin-bottom:.25rem}.AddEditCustomerForm_root__1tkXl .field{margin-bottom:.75rem}.AddEditCustomerForm_formCard__sTKcq .p-fieldset{border-radius:.75rem;border:1px solid #e5e7eb}.AddEditCustomerForm_formCard__sTKcq .p-fieldset-legend{font-weight:700;font-size:.95rem;padding:.35rem .75rem}