@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@keyframes slideInBounce{0%{opacity:0;transform:translateY(-30px) scale(.8)}60%{opacity:.8;transform:translateY(5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOutFade{0%{opacity:1;transform:translateY(0) scale(1)}50%{opacity:.3;transform:translateY(-15px) scale(.95)}to{opacity:0;transform:translateY(-30px) scale(.8)}}@keyframes expandLine{0%{transform:scaleX(0);opacity:0}50%{opacity:.5}to{transform:scaleX(1);opacity:1}}@keyframes collapseLine{0%{transform:scaleX(1);opacity:1}50%{opacity:.5}to{transform:scaleX(0);opacity:0}}@keyframes moveUpSmooth{0%{transform:translateY(0)}50%{transform:translateY(-30px) scale(1.1)}to{transform:translateY(-25px) scale(1)}}@keyframes moveDownSmooth{0%{transform:translateY(-25px)}50%{transform:translateY(5px) scale(1.05)}to{transform:translateY(0) scale(1)}}@keyframes rotateSwitchButton{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1.15)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}50%{opacity:.7;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}to{opacity:0;transform:scale(.5)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes menu-dropdown-enter{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes menu-dropdown-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.96)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes draw{50%{fill:rgba(0,0,0,0)}to{fill:#02967b;stroke-dashoffset:0}}@keyframes hide{to{display:none}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(4px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes pulse{0%{opacity:.8;transform:scale(1)}25%{opacity:1;transform:scale(1.05)}75%{opacity:.8;transform:scale(.95)}to{opacity:.8;transform:scale(1)}}@keyframes flyAway{0%{opacity:0;offset-distance:0;transform:scale(.8) rotate(0deg)}10%{opacity:1;transform:scale(1) rotate(-10deg)}to{opacity:0;offset-distance:100%;transform:scale(.7) rotate(10deg)}}*{margin:0;padding:0}#__next,body,html{overscroll-behavior:none!important}#__next,body,html{height:100svh;width:100svw}body{color:#000500;font-family:Inter,sans-serif!important;font-weight:400;font-size:14px;overscroll-behavior-y:none;overflow-x:hidden!important}@media(max-width:1024px){body{padding-bottom:80px}}body h2{margin:0}body .gm-style-mtc-bbw,body .gmnoprint{display:none}body p{margin:0}body.menu-open{overflow:hidden!important}a{text-decoration:none;background-color:none}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:6px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5)}@media(max-width:767px){::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@supports(-moz-appearance:none){*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,0)}@media(max-width:767px){*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,0)}}}.animate-show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;max-height:200px;padding-top:8px;padding-bottom:8px;animation:slideInBounce .3s cubic-bezier(.4,0,.2,1) 0s forwards}.animate-hide,.animate-show{margin-bottom:0;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.animate-hide{opacity:0;transform:translateY(-20px) scale(.95);pointer-events:none;max-height:0;padding-top:0;padding-bottom:0;overflow:hidden;animation:slideOutFade .3s cubic-bezier(.4,0,.2,1) 0s forwards}.separator-show{opacity:1;transform:scaleX(1);max-height:1px;margin-top:4px;margin-bottom:4px;transition:all .25s cubic-bezier(.4,0,.2,1) .1s;animation:expandLine .25s cubic-bezier(.4,0,.2,1) .1s forwards}.separator-hide{opacity:0;transform:scaleX(0);max-height:0;margin-top:0;margin-bottom:0;transition:all .25s cubic-bezier(.4,0,.2,1) 0s;animation:collapseLine .25s cubic-bezier(.4,0,.2,1) 0s forwards}.icon-move-up{transform:translateY(-25px);transition:transform .3s cubic-bezier(.4,0,.2,1) 0s;animation:moveUpSmooth .3s cubic-bezier(.4,0,.2,1) 0s forwards}.icon-move-down{transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1) .2s;animation:moveDownSmooth .3s cubic-bezier(.4,0,.2,1) .2s forwards}.switch-rotate{animation:rotateSwitchButton .6s cubic-bezier(.4,0,.2,1) forwards;transform-origin:center}.border-x{border:1px solid #dfe4e3!important;border-right:none!important;border-left:none!important}.w-max{width:max-content!important}.cursor-not-allowed{cursor:not-allowed}.border-red{border:1px solid #ff4f4f}.width-800{width:800px!important}.width-600{width:600px!important}.separator-h{width:100%;height:1px;margin:16px 0}.separator-h,.separator-v{min-height:1px;min-width:1px;background-color:#dfe4e3}.separator-v{width:1px;height:100%;margin:0 8px}.card-hover{transition:all .3s ease-in-out}.card-hover:hover{transform:translateY(-4px);box-shadow:rgba(0,0,0,.1)}.cursor-pointer{cursor:pointer}.cursor-pointer:hover{text-decoration:underline}.font-16{font-weight:400;font-style:Regular;font-size:16px;line-height:26px;letter-spacing:0}.h-95vh{height:95vh!important}.w-95-dvw{width:95dvw!important}.spinner{display:inline-block;width:24px;height:24px;min-width:24px;min-height:24px;border:4px dotted #02967b;border-radius:50%;animation:spin 1.3s linear infinite;vertical-align:middle;transition:all .2s ease-in-out}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner.s-hidden{opacity:0;transform:scale(.5)}.spinner.s-visible{opacity:1;transform:scale(1)}.text-sm{font-size:14px}@media(max-width:1024px){.hide-tablet{display:none!important}}.max-width-250{max-width:200px!important}.no-resize{resize:none}.height-1{height:1px!important;max-height:1px!important;min-height:1px!important}.animated-bottom-slide{transition:all .3s ease-in-out}.animated-bottom-slide.up{transform:translateY(0)}.animated-bottom-slide.down{transform:translateY(150%)}.animated-bottom-slide.down.large{transform:translateY(500%)}.text-16{font-size:16px;line-height:26px!important}.bg-gray{background-color:#f3f3f3!important}.w-318{width:318px!important}.right-0{right:0!important}.min-h-300{min-height:300px!important}.max-height-400{max-height:400px;overflow-y:auto}.height-fit{height:-moz-fit-content!important;height:fit-content!important}.w-600{width:600px!important}.w-600,.w-750{max-width:95vw!important}.w-750{width:750px!important}.rows-3{max-height:50px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.width-fit{width:-moz-fit-content!important;width:fit-content!important}.h-fit{height:-moz-fit-content!important;height:fit-content!important}.border-radius-lg{border-radius:24px!important}.border-none{border:none!important}.border-left{border-left:#dfe4e3}.text-overflow-ellipsis{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.border-right{border-right:#dfe4e3}.border-green{border:1px solid #02967b}.border-gray{border:1px solid #dfe4e3!important}.border-bottom{border-bottom:#dfe4e3}.max-width-300{max-width:300px!important}.min-w-50vw{min-width:40vw!important}.border-w-3{border-width:3px!important}.bg-cian{background-color:#cceae5!important}.height-44{height:44px!important;max-height:44px!important;min-height:44px!important}.max-height-350{max-height:350px!important}.outline-none,.outline-none:focus{outline:none!important;box-shadow:none!important}.disabled-none:disabled{background-color:unset!important;color:unset!important;cursor:not-allowed!important}.admin-modal{min-width:1200px!important}.bg-light-gray{background-color:#f3f3f3}.max-width-614{max-width:614px}.pointer{cursor:pointer!important}.green-gradient{background:linear-gradient(180deg,#cceae5,#02967b)}.fs-20{font-size:20px}.m-my-3{margin-top:-12px!important;margin-bottom:-12px!important}.zoom-left{left:0}.zoom-right{right:0}.hidden,.hide-on-mobile{display:none!important}@media(min-width:1025px){.hide-on-mobile{display:flex!important;flex-direction:column!important;width:100%!important}}.hide-on-pc{display:none!important}@media(max-width:1024px){.hide-on-pc{display:flex!important;flex-direction:column!important;width:100%!important}}.hide-on-desktop{display:none!important}@media(max-width:1024px){.hide-on-desktop{display:flex!important;flex-direction:column!important;width:100%!important}}.green-scrollbar::-webkit-scrollbar{width:12px}.green-scrollbar::-webkit-scrollbar-track{background:#cceae5;border-radius:6px}.green-scrollbar::-webkit-scrollbar-thumb{background-color:#02967b;border-radius:6px;border:2px solid #cceae5}.green-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#cceae5}.fs-14{font-size:14px}.max-height-70vh{max-height:70vh!important}.max-width-30vw{max-width:30vw!important}.height-64{height:64px!important}.max-lines-2{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;line-clamp:2!important;word-break:break-word!important;white-space:normal!important}.max-1024-column{flex-direction:row}@media(max-width:1024px){.max-1024-column{flex-direction:column}}.max-900-column{flex-direction:row}@media(max-width:900px){.max-900-column{flex-direction:column}}.max-width-568{max-width:568px!important}.height-26{height:26px!important}.height-56{height:56px!important}.height-18{height:26px!important}.dark-gray{background-color:#949796!important}.height-50{height:50px!important}.icon-gray{stroke:#949796}.light-gray{background-color:#dfe4e3!important}.modal-min-width-600{width:600px!important;max-width:98vw}.modal-min-width{width:840px!important;max-width:98vw}.max-width-100dvw{max-width:100dvw!important}.hover-text-shadow:hover{text-shadow:0 0 5px rgba(0,0,0,.15)}.radius-24{border-radius:24px!important}.height-62{height:62px!important}.lh-16{line-height:16px!important}.hover-shadow:hover{box-shadow:rgba(0,0,0,.1)!important}.hover-bg-light-gray:hover{background-color:#f3f3f3!important}.text-yellow{color:#ffc107!important}.fs-16{font-size:16px;line-height:26px!important}.title-1{font-weight:600;font-style:Regular;font-size:32px;line-height:32px;letter-spacing:0}.h-56{height:56px!important}.max-w-500{max-width:500px!important}.w-225{width:225px!important}.shadow-sm{box-shadow:0 2px 12px 0 rgba(0,0,0,.0392156863)}.hover-brightnes:hover{filter:brightness(95%)}.black{background-color:#050000!important}.text-black{color:#050000!important}.opacity-1{opacity:1!important}.gray{background-color:#dfe4e3!important}.text-gray{color:#6b7280!important}.text-green{color:#02967b!important}.green{background-color:#02967b!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.min-w-70{min-width:70px!important}.bg-commercial{background-color:#eef6ff}.bg-auto{background-color:#ffefef}.bg-admin{background-color:#fff7e6}.bg-fact-client{background-color:#edfff3}.bg-pnl{background-color:#f4f7ff}.bg-currency{background-color:#eef6ff}.not-allowed{cursor:not-allowed!important}.size-50{width:50px!important;max-width:50px!important;min-width:50px!important}.h-50,.size-50{height:50px!important;max-height:50px!important;min-height:50px!important}.close-button{position:absolute;top:0;right:0;z-index:20}.text-bold{font-weight:700;font-style:Regular;font-size:16px;line-height:26px;letter-spacing:0}.text-semibold{display:flex;align-items:center;justify-content:center;font-weight:600;font-style:Regular;font-size:14px;line-height:24px;letter-spacing:0}.clickable{cursor:pointer;text-decoration:underline}.max-width-350{max-width:350px!important}.min-size-62{min-width:62px!important;min-height:62px!important}.width-80px{width:120px!important}.max-w-100-64{max-width:calc(100dvw - 64px)!important}.max-lines-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:4}.min-width-300{min-width:300px!important}.min-width-600{min-width:600px!important}.disabled-opacity-100{opacity:1!important;color:#000}.click-anim{transform:scale(1);transition:transform .1s ease}.click-anim:active{transform:scale(.8)}.m-ms-1{margin-left:-10px!important}.background-gray{background-color:#f3f3f3!important}.height-32{height:32px!important;min-height:32px!important;max-height:32px!important}.fs-7{font-size:14px}.fs-8{font-size:12px}.w-90vw{width:90vw!important}.red-gradient{background:linear-gradient(180deg,#ff6565,#e42d2d)}.height-58{height:58px!important}.height-from-header-order{height:calc(100dvh - 178px)}.hover-none:hover{background-color:inherit!important}.rotate-180{transform:rotate(180deg)}.absolute-x-center{position:absolute;left:50%;transform:translateX(-50%)}.width-120px{width:120px!important}.max-h-80vh{max-height:80vh!important}.gap-12{gap:12px!important}.bold-green b{color:#02967b}@media(max-width:762px){.mobile-width-100{width:100%!important}}.rotated{transition:all .3s ease-in-out;transform:rotate(0deg)}.rotated.open{transform:rotate(180deg)}.border-green{border-color:#02967b!important}.scroll-green::-webkit-scrollbar{height:6px}.scroll-green::-webkit-scrollbar-track{background:#f3f3f3;border-radius:3px}.scroll-green::-webkit-scrollbar-thumb{background:#00a896;border-radius:3px}.scroll-green::-webkit-scrollbar-thumb:hover{background:#008a7a}.bg-red{background-color:#ff4f4f!important}.w-20{width:20%!important}