@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bs-blue:#009ef6;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-purple-100:#632e99;--bs-purple-150:#8b4bfa;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-gray:#7e8299;--bs-gray-dark:#3f4254;--bs-gray-100:#f5f8fa;--bs-gray-200:#eff2f5;--bs-gray-300:#e4e6ef;--bs-gray-400:#b5b5c3;--bs-gray-500:#a1a5b7;--bs-gray-600:#7e8299;--bs-gray-700:#5e6278;--bs-gray-800:#3f4254;--bs-gray-900:#181c32;--bs-white:#fff;--bs-light:#f5f8fa;--bs-primary:#009ef7;--bs-secondary:#e4e6ef;--bs-success:#50cd89;--bs-info:#7239ea;--bs-warning:#ffc700;--bs-danger:#f1416c;--bs-dark:#181c32;--bs-light-rgb:245,248,250;--bs-primary-rgb:0,158,247;--bs-secondary-rgb:228,230,239;--bs-success-rgb:80,205,137;--bs-info-rgb:114,57,234;--bs-warning-rgb:255,199,0;--bs-danger-rgb:241,65,108;--bs-dark-rgb:24,28,50;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:24,28,50;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Sora",sans-serif;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#000;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}body{margin:0!important;font-family:Inter,sans-serif!important;font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);text-align:var(--bs-body-text-align);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-repeat:repeat;background-color:#f7f8fa;z-index:-1}@media screen and (max-width:700px){body{font-size:.8rem}}::selection{background:#141414;color:#fff;text-shadow:none}::-moz-selection{background:#141414;color:#fff;text-shadow:none}body::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar-thumb{background-color:transparent}.main{min-height:100dvh;margin:0 30px 0 334px}@media screen and (max-width:1400px){.main{margin:0 20px 0 304px}}@media screen and (max-width:900px){.main{margin:0}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.main-content::-webkit-scrollbar-thumb{background-color:transparent}.app{position:relative}.sidebar{position:absolute;z-index:999;transition:transform .3s ease-in-out}.app.toggled .sidebar{transform:translateX(0)}@media (max-width:768px){.sidebar{transform:translateX(-100%)}}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.m-0{margin:0!important}@media screen and (max-width:700px){.m-0{margin:0!important}}.m-5{margin:.26042vw!important}@media screen and (max-width:700px){.m-5{margin:.625vw!important}}.m-10{margin:.52083vw!important}@media screen and (max-width:700px){.m-10{margin:1.25vw!important}}.m-15{margin:.78125vw!important}@media screen and (max-width:700px){.m-15{margin:1.875vw!important}}.m-20{margin:1.04167vw!important}@media screen and (max-width:700px){.m-20{margin:2.5vw!important}}.m-25{margin:1.30208vw!important}@media screen and (max-width:700px){.m-25{margin:3.125vw!important}}.mt-0{margin-top:0!important}@media screen and (max-width:700px){.mt-0{margin-top:0!important}}.mt-5{margin-top:.26042vw!important}@media screen and (max-width:700px){.mt-5{margin-top:.625vw!important}}.mt-10{margin-top:.52083vw!important}@media screen and (max-width:700px){.mt-10{margin-top:1.25vw!important}}.mt-15{margin-top:.78125vw!important}@media screen and (max-width:700px){.mt-15{margin-top:1.875vw!important}}.mt-20{margin-top:1.04167vw!important}@media screen and (max-width:700px){.mt-20{margin-top:2.5vw!important}}.mt-25{margin-top:1.30208vw!important}@media screen and (max-width:700px){.mt-25{margin-top:3.125vw!important}}.mb-0{margin-bottom:0!important}@media screen and (max-width:700px){.mb-0{margin-bottom:0!important}}.mb-5{margin-bottom:.26042vw!important}@media screen and (max-width:700px){.mb-5{margin-bottom:.625vw!important}}.mb-10{margin-bottom:.52083vw!important}@media screen and (max-width:700px){.mb-10{margin-bottom:1.25vw!important}}.mb-15{margin-bottom:.78125vw!important}@media screen and (max-width:700px){.mb-15{margin-bottom:1.875vw!important}}.mb-20{margin-bottom:1.04167vw!important}@media screen and (max-width:700px){.mb-20{margin-bottom:2.5vw!important}}.mb-25{margin-bottom:1.30208vw!important}@media screen and (max-width:700px){.mb-25{margin-bottom:3.125vw!important}}.mr-0{margin-right:0!important}@media screen and (max-width:700px){.mr-0{margin-right:0!important}}.mr-5{margin-right:.26042vw!important}@media screen and (max-width:700px){.mr-5{margin-right:.625vw!important}}.mr-10{margin-right:.52083vw!important}@media screen and (max-width:700px){.mr-10{margin-right:1.25vw!important}}.mr-15{margin-right:.78125vw!important}@media screen and (max-width:700px){.mr-15{margin-right:1.875vw!important}}.mr-20{margin-right:1.04167vw!important}@media screen and (max-width:700px){.mr-20{margin-right:2.5vw!important}}.mr-25{margin-right:1.30208vw!important}@media screen and (max-width:700px){.mr-25{margin-right:3.125vw!important}}.ml-0{margin-left:0!important}@media screen and (max-width:700px){.ml-0{margin-left:0!important}}.ml-5{margin-left:.26042vw!important}@media screen and (max-width:700px){.ml-5{margin-left:.625vw!important}}.ml-10{margin-left:.52083vw!important}@media screen and (max-width:700px){.ml-10{margin-left:1.25vw!important}}.ml-15{margin-left:.78125vw!important}@media screen and (max-width:700px){.ml-15{margin-left:1.875vw!important}}.ml-20{margin-left:1.04167vw!important}@media screen and (max-width:700px){.ml-20{margin-left:2.5vw!important}}.ml-25{margin-left:1.30208vw!important}@media screen and (max-width:700px){.ml-25{margin-left:3.125vw!important}}.mx-0{margin:0!important}@media screen and (max-width:700px){.mx-0{margin:0!important}}.mx-5{margin:0 .26042vw!important}@media screen and (max-width:700px){.mx-5{margin:0 .625vw!important}}.mx-10{margin:0 .52083vw!important}@media screen and (max-width:700px){.mx-10{margin:0 1.25vw!important}}.mx-15{margin:0 .78125vw!important}@media screen and (max-width:700px){.mx-15{margin:0 1.875vw!important}}.mx-20{margin:0 1.04167vw!important}@media screen and (max-width:700px){.mx-20{margin:0 2.5vw!important}}.mx-25{margin:0 1.30208vw!important}@media screen and (max-width:700px){.mx-25{margin:0 3.125vw!important}}.my-0{margin:0!important}@media screen and (max-width:700px){.my-0{margin:0!important}}.my-5{margin:.26042vw 0!important}@media screen and (max-width:700px){.my-5{margin:.625vw 0!important}}.my-10{margin:.52083vw 0!important}@media screen and (max-width:700px){.my-10{margin:1.25vw 0!important}}.my-15{margin:.78125vw 0!important}@media screen and (max-width:700px){.my-15{margin:1.875vw 0!important}}.my-20{margin:1.04167vw 0!important}@media screen and (max-width:700px){.my-20{margin:2.5vw 0!important}}.my-25{margin:1.30208vw 0!important}@media screen and (max-width:700px){.my-25{margin:3.125vw 0!important}}.p-0{padding:0!important}@media screen and (max-width:700px){.p-0{padding:0!important}}.p-5{padding:.26042vw!important}@media screen and (max-width:700px){.p-5{padding:.625vw!important}}.p-10{padding:.52083vw!important}@media screen and (max-width:700px){.p-10{padding:1.25vw!important}}.p-15{padding:.78125vw!important}@media screen and (max-width:700px){.p-15{padding:1.875vw!important}}.p-20{padding:1.04167vw!important}@media screen and (max-width:700px){.p-20{padding:2.5vw!important}}.p-25{padding:1.30208vw!important}@media screen and (max-width:700px){.p-25{padding:3.125vw!important}}.pt-0{padding-top:0!important}@media screen and (max-width:700px){.pt-0{padding-top:0!important}}.pt-5{padding-top:.26042vw!important}@media screen and (max-width:700px){.pt-5{padding-top:.625vw!important}}.pt-10{padding-top:.52083vw!important}@media screen and (max-width:700px){.pt-10{padding-top:1.25vw!important}}.pt-15{padding-top:.78125vw!important}@media screen and (max-width:700px){.pt-15{padding-top:1.875vw!important}}.pt-20{padding-top:1.04167vw!important}@media screen and (max-width:700px){.pt-20{padding-top:2.5vw!important}}.pt-25{padding-top:1.30208vw!important}@media screen and (max-width:700px){.pt-25{padding-top:3.125vw!important}}.pb-0{padding-bottom:0!important}@media screen and (max-width:700px){.pb-0{padding-bottom:0!important}}.pb-5{padding-bottom:.26042vw!important}@media screen and (max-width:700px){.pb-5{padding-bottom:.625vw!important}}.pb-10{padding-bottom:.52083vw!important}@media screen and (max-width:700px){.pb-10{padding-bottom:1.25vw!important}}.pb-15{padding-bottom:.78125vw!important}@media screen and (max-width:700px){.pb-15{padding-bottom:1.875vw!important}}.pb-20{padding-bottom:1.04167vw!important}@media screen and (max-width:700px){.pb-20{padding-bottom:2.5vw!important}}.pb-25{padding-bottom:1.30208vw!important}@media screen and (max-width:700px){.pb-25{padding-bottom:3.125vw!important}}.pr-0{padding-right:0!important}@media screen and (max-width:700px){.pr-0{padding-right:0!important}}.pr-5{padding-right:.26042vw!important}@media screen and (max-width:700px){.pr-5{padding-right:.625vw!important}}.pr-10{padding-right:.52083vw!important}@media screen and (max-width:700px){.pr-10{padding-right:1.25vw!important}}.pr-15{padding-right:.78125vw!important}@media screen and (max-width:700px){.pr-15{padding-right:1.875vw!important}}.pr-20{padding-right:1.04167vw!important}@media screen and (max-width:700px){.pr-20{padding-right:2.5vw!important}}.pr-25{padding-right:1.30208vw!important}@media screen and (max-width:700px){.pr-25{padding-right:3.125vw!important}}.pl-0{padding-left:0!important}@media screen and (max-width:700px){.pl-0{padding-left:0!important}}.pl-5{padding-left:.26042vw!important}@media screen and (max-width:700px){.pl-5{padding-left:.625vw!important}}.pl-10{padding-left:.52083vw!important}@media screen and (max-width:700px){.pl-10{padding-left:1.25vw!important}}.pl-15{padding-left:.78125vw!important}@media screen and (max-width:700px){.pl-15{padding-left:1.875vw!important}}.pl-20{padding-left:1.04167vw!important}@media screen and (max-width:700px){.pl-20{padding-left:2.5vw!important}}.pl-25{padding-left:1.30208vw!important}@media screen and (max-width:700px){.pl-25{padding-left:3.125vw!important}}.px-0{padding:0!important}@media screen and (max-width:700px){.px-0{padding:0!important}}.px-5{padding:0 .26042vw!important}@media screen and (max-width:700px){.px-5{padding:0 .625vw!important}}.px-10{padding:0 .52083vw!important}@media screen and (max-width:700px){.px-10{padding:0 1.25vw!important}}.px-15{padding:0 .78125vw!important}@media screen and (max-width:700px){.px-15{padding:0 1.875vw!important}}.px-20{padding:0 1.04167vw!important}@media screen and (max-width:700px){.px-20{padding:0 2.5vw!important}}.px-25{padding:0 1.30208vw!important}@media screen and (max-width:700px){.px-25{padding:0 3.125vw!important}}.py-0{padding:0!important}@media screen and (max-width:700px){.py-0{padding:0!important}}.py-5{padding:.26042vw 0!important}@media screen and (max-width:700px){.py-5{padding:.625vw 0!important}}.py-10{padding:.52083vw 0!important}@media screen and (max-width:700px){.py-10{padding:1.25vw 0!important}}.py-15{padding:.78125vw 0!important}@media screen and (max-width:700px){.py-15{padding:1.875vw 0!important}}.py-20{padding:1.04167vw 0!important}@media screen and (max-width:700px){.py-20{padding:2.5vw 0!important}}.py-25{padding:1.30208vw 0!important}@media screen and (max-width:700px){.py-25{padding:3.125vw 0!important}}.text-bold{font-weight:700}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;margin:0}h4{font-size:36px;font-weight:500;line-height:46px;margin:0;color:#121212}@media screen and (max-width:700px){h4{font-size:24px;line-height:32px}}a{text-decoration:none;color:#292929;cursor:pointer;color:#2142ff}a,p{font-family:Inter,sans-serif}p{margin-top:0;margin-bottom:0;color:#292929}@media screen and (max-width:700px){p{font-size:.8rem}}span{font-family:Inter,sans-serif;line-height:unset!important}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{font-family:Inter,sans-serif;border:0 solid;border-color:inherit}label{display:inline-block}img{width:100%;height:100%;object-fit:contain}.icon-container{width:20px;height:20px;cursor:pointer}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.form-style-1 tr{display:flex;flex-direction:column;justify-content:flex-start;margin-top:1.5625vw}.form-style-1 tr th label{float:left}.form-style-1 tr td input{margin-top:.26042vw;background-color:#f8f4f4;padding:.26042vw;border:none;border-bottom:.05208vw solid #000;outline:none}.errorlist{list-style:none;color:red}button,input,optgroup,select,textarea{margin:0;font-family:Inter,sans-serif;font-size:inherit;line-height:inherit}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:0!important;padding-left:0!important;margin-right:auto!important;margin-left:auto!important}@media screen and (min-width:0px) and (max-width:750px){.container,.container-sm{width:100%;padding-right:20px!important;padding-left:20px!important;margin-right:auto!important;margin-left:auto!important}}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:960px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:1000px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1400px}}@media (min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1600px}}.tenant-container{padding-bottom:100px;position:relative}.box-container{border:1px solid #e6e6e6;border-radius:5px;padding:20px;margin:20px 0;width:100%;background-color:#fff}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#7e8299}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #e4e6ef;border-radius:.475rem;box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05)}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#7e8299}.row{--bs-gutter-x:1rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col{flex:1 0}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto}.col-12,.w-full{width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.text-primary{color:#cc1d21}.black-border{border:2px solid #000;border-radius:15px}.cursor{pointer-events:none}.cursor .cursor__ball--small{fill:red;top:-4px;right:-6px}.cursor__ball{position:fixed;top:0;left:0;z-index:1000;stroke:#000}.cursor-pointer{cursor:pointer}@media screen and (max-width:750px){.cursor{display:none}}.page-not-found{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center}.page-not-found .bg-content{opacity:.3;z-index:0}.page-not-found .bg-content h1{font-size:12rem!important;color:#7c7c7c;margin:0}@media screen and (max-width:750px){.page-not-found .bg-content h1{font-size:80px}}.page-not-found .message{position:absolute;text-align:center;display:flex;align-items:center;flex-direction:column;max-width:500px;z-index:100}.page-not-found .message h4{font-size:48px;color:#292929;margin:0}@media screen and (max-width:750px){.page-not-found .message h4{font-size:24px}}.page-not-found .message p{font-size:16px;color:#b3b3b3;margin:10px 0}@media screen and (max-width:750px){.page-not-found .message p{font-size:14px}}.page-not-found .message .cta-btn{margin-top:20px}.thank-you{width:100dvw;height:100dvh;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(-45deg,#161616,#0d0d0d 2px,#0d0d0d 0,#0d0d0d 10px);overflow:hidden}.thank-you .bg-content{opacity:.3;z-index:0}.thank-you .bg-content h1{font-size:12rem;color:#7c7c7c;margin:0}@media screen and (max-width:750px){.thank-you .bg-content h1{font-size:60px;text-wrap:nowrap;overflow:hidden;text-align:center}}.thank-you .message{position:absolute;text-align:center;display:flex;align-items:center;flex-direction:column;max-width:750px;z-index:100;padding:0 20px}.thank-you .message h4{font-size:48px;color:#292929;margin:0}@media screen and (max-width:750px){.thank-you .message h4{font-size:24px}}.thank-you .message p{font-size:16px;color:#b3b3b3;margin:0}@media screen and (max-width:750px){.thank-you .message p{font-size:14px}}.thank-you .message .cta-btn{margin-top:20px}.text-eng{text-align:right}.recommendation-container{position:relative;width:100%}.recommendation-container .recommendation-group{background-color:#fff;border:2px solid #3268e3;width:100%;display:none;position:absolute;top:110%;overflow-y:auto;max-height:200px;border-radius:5px}.recommendation-container .recommendation-group .close{position:absolute;top:0;right:0;background-color:#fff;content:"";padding:5px 7px;cursor:pointer}.recommendation-container .recommendation-group .recommendation{padding:10px}.recommendation-container .recommendation-group .recommendation:hover{background-color:#f0f3ff;cursor:pointer}.recommendation-container .recommendation-group .help-text{font-size:9px;background-color:#f0f3ff;position:-webkit-sticky;position:sticky;padding:2px 5px;font-weight:700}section{margin:150px auto 0;position:relative}@media screen and (min-width:300px) and (max-width:480px){section{margin:70px auto 0}}.slick-slide>div{margin:0 10px}.slick-list{margin:0 -10px}.arrow{position:absolute;background-color:none;border:0;background-color:transparent;left:0;width:-moz-fit-content;width:fit-content;top:0;height:100%;width:30px;cursor:pointer;display:grid;place-items:center}@media screen and (min-width:300px) and (max-width:480px){.arrow{width:30px}}@media screen and (min-width:481px) and (max-width:1200px){.arrow{width:30px}}.arrow svg{height:-moz-fit-content;height:fit-content;width:100%;object-fit:contain}.next{right:0;left:unset}.bg-black{background-color:rgba(0,0,0,.39);height:100%;width:100%;position:fixed;display:grid;place-items:center;top:0;left:0;right:0;z-index:10}.side-menu{background-color:#fff;position:fixed;top:0;bottom:0;left:0;z-index:105;width:310px;font-size:.8em;display:flex;flex-direction:column;justify-content:space-between;padding:15px 0;border-right:1px solid #e6e6e6;transition:all .3s ease-in-out;transform:translateX(0);z-index:999}@media screen and (max-width:1400px){.side-menu{width:280px}}@media screen and (max-width:900px){.side-menu{padding:10px 0;position:fixed;left:-9999px}}.side-menu *{color:#6b6b6b;font-weight:500;cursor:pointer}.side-menu :hover{color:#121212}.side-menu .sub-menu-active{background-color:#f7f7f7}.side-menu .sub-menu-active span{color:#121212!important}.side-menu .logo-container{width:60%;margin:0 20px}@media screen and (max-width:900px){.side-menu .logo-container{width:140px;margin:0 15px}}.side-menu .current-user{margin:48px 0;padding:15px 25px;border:1px solid #2f2f2f;border-radius:5px}.side-menu .current-user p{font-size:15px;font-weight:600;margin:0}.side-menu .icon{max-width:25px;max-height:25px;display:block}@media screen and (max-width:768px){.side-menu .icon{max-width:20px;max-height:20px}}.side-menu .icon svg{object-fit:contain}.side-menu .lock-icon{max-width:20px;max-height:20px;display:block}.side-menu .lock-icon svg{object-fit:contain}.side-menu .menu{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:60px 20px 0;font-size:16px}@media screen and (max-width:1400px){.side-menu .menu{padding:40px 10px 0}}.side-menu .menu .menu-item{display:flex;align-items:center;padding:12px;border:1px solid transparent;width:100%;border-radius:5px}.side-menu .menu .menu-item:hover{border:1px solid #e6e6e6;background-color:#f7f7f7}.side-menu .menu a{display:flex}.side-menu .menu .active{background-color:#f7f7f7}.side-menu .menu .active .icon svg circle,.side-menu .menu .active .icon svg line,.side-menu .menu .active .icon svg path,.side-menu .menu .active .icon svg polygon,.side-menu .menu .active .icon svg polyline,.side-menu .menu .active .icon svg rect{fill:#121212}.side-menu .menu .sub-menu-item{display:flex;align-items:center;padding:12px;flex:1 1;border-radius:5px;border:1px solid transparent}.side-menu .menu .sub-menu-item:hover{border:1px solid #e6e6e6;background-color:#f7f7f7}.side-menu .menu .sub-menu-item span{color:#6f767e}.side-menu .menu .sub-menu-item span:hover{color:#0d0d0d}.side-menu .menu .locked-item{flex:1 1;display:flex;align-items:center;padding:12px;gap:8px;cursor:not-allowed}.side-menu .menu .locked-item .name{color:#cccdce;cursor:not-allowed}.side-menu .menu .locked-item .lock-icon{cursor:not-allowed}.side-menu .menu::-webkit-scrollbar{width:6px;background:transparent}.side-menu .menu:hover::-webkit-scrollbar-track{background:#333;border-radius:10px}.side-menu .menu:hover::-webkit-scrollbar-thumb{background:#888;border-radius:10px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.side-menu .menu:hover::-webkit-scrollbar-thumb:hover{background:#555}.side-menu .menu:hover::-webkit-scrollbar{background:#2a2a2a}.side-menu .bottom{width:100%;border-top:1px solid #e6e6e6;padding:20px}.side-menu .bottom ul{display:flex;flex-direction:column;gap:8px;margin-bottom:0}.side-menu .bottom ul li{padding:12px;border:1px solid transparent;border-radius:5px;display:flex;align-items:center;gap:10px;font-size:16px}.side-menu .bottom ul li .icon{display:flex;align-items:center;justify-content:center}.side-menu .bottom ul li:hover{border:1px solid #e6e6e6;background-color:#f7f7f7}.side-menu .bottom ul li:hover span{color:#121212}.side-menu .bottom ul li:hover svg circle,.side-menu .bottom ul li:hover svg line,.side-menu .bottom ul li:hover svg path,.side-menu .bottom ul li:hover svg polygon,.side-menu .bottom ul li:hover svg polyline,.side-menu .bottom ul li:hover svg rect{fill:#121212}.side-menu .bottom ul .active{background-color:#f7f7f7}.side-menu .bottom ul .active span{color:#121212}.side-menu .bottom ul .active .icon svg circle,.side-menu .bottom ul .active .icon svg line,.side-menu .bottom ul .active .icon svg path,.side-menu .bottom ul .active .icon svg polygon,.side-menu .bottom ul .active .icon svg polyline,.side-menu .bottom ul .active .icon svg rect{fill:#121212}.side-menu .bottom ul .logout:hover{border:1px solid transparent;background-color:rgba(239,68,68,.102)}.side-menu .bottom ul .logout span,.side-menu .bottom ul .logout:hover span{color:#d43131}.side-menu details{flex:1 1}.side-menu details summary:hover{background-color:#f7f7f7}.side-menu details summary:hover .name{color:#121212}.side-menu details>summary>.drop-down-arrow{transition:transform .3s ease}.side-menu details[open]>summary>.drop-down-arrow{transform:rotate(180deg);transform-origin:50% 50%}.side-menu details ul{margin-top:10px;margin-left:25px}.side-menu details ul li{border-radius:5px}.side-menu .details-content{margin-top:10px;overflow:hidden;height:0;transition:height .3s ease}.side-menu .details-content.open{height:auto}.side-menu ul{list-style-type:none;padding:0;font-size:14px}.side-menu ul summary{text-decoration:none;justify-content:space-between;padding:12px;border-radius:5px}.side-menu ul summary,.side-menu ul summary div{display:flex;align-items:center}.side-menu ul summary ul{margin-left:5px}.side-menu ul summary ul li{padding:12px}.side-menu ul li,.side-menu ul summary{display:flex;align-items:flex-start}.side-menu ul li .name,.side-menu ul summary .name{flex-grow:1;padding:0 12px}.side-menu ul li .drop-down-arrow,.side-menu ul summary .drop-down-arrow{font-size:16px;margin:0}.side-menu ul li .drop-down-arrow i,.side-menu ul summary .drop-down-arrow i{font-size:12px}.side-menu ul li ul,.side-menu ul summary ul{margin-top:0}.active{transition:all .3s ease}@media screen and (max-width:900px){.active{left:0;transform:translateX(0)}}.hamburger{background-color:transparent;border:none;display:flex;padding:18px 20px 18px 0;justify-content:center;align-items:center;position:relative;display:none}@media screen and (max-width:900px){.hamburger{display:block;position:fixed;top:20px;right:40px;z-index:1000}}.hamburger span{display:block;width:25px;height:2px;margin-bottom:2px;background:#000;border-radius:3px;transition:transform .3s,opacity .3s;position:absolute}.hamburger span:first-child{top:30%;transform:translateY(0)}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){top:70%;transform:translateY(-100%)}.hamburger.active-nav span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.active-nav span:nth-child(2){opacity:0;top:50%;transform:translateY(-50%) scale(0)}.hamburger.active-nav span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}.active .hamburger .line1{transform:rotate(45deg) translate(5px,5px)}.active .hamburger .line2{opacity:0}.active .hamburger .line3{transform:rotate(-45deg) translate(5px,-5px)}.skeleton-logo{width:200px;height:100px!important;background-color:#d3d3d3}@media screen and (max-width:768px){.skeleton-logo{width:100px;height:50px!important}}.top-nav-container{position:-webkit-sticky;position:sticky;top:0;z-index:100;margin:0 0 24px;background-color:#f7f8fa}.top-nav-container .top-nav{display:flex;justify-content:space-between;width:100%;border-bottom:1px solid #e6e6e6;padding-bottom:10px;padding-left:40px;padding-right:40px}@media screen and (max-width:768px){.top-nav-container .top-nav{padding:10px 0}}.top-nav-container .top-nav .img-container{visibility:hidden;width:100px}@media screen and (max-width:900px){.top-nav-container .top-nav .img-container{visibility:unset}}.top-nav-container .top-nav .profile{display:flex;align-items:center;gap:5px;padding:10px 0 0}@media screen and (max-width:900px){.top-nav-container .top-nav .profile{display:none}}.top-nav-container .top-nav .profile .icon-container{width:45px;height:40px}.top-nav-container .top-nav .profile .detail{display:flex;flex-direction:column}.top-nav-container .top-nav .profile .detail p{font-size:16px;font-weight:500;line-height:100%}.top-nav-container .top-nav .profile .detail span{font-size:14px;color:#6b6b6b}.table-container{border:1px solid #e6e6e6;padding:20px;border-radius:10px;background-color:#fff;margin:24px 0;box-shadow:0 1px 4px rgba(0,0,0,.05)}.table-container .search-container-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.table-container .search-container-wrapper .search-container{display:flex;align-items:center;gap:10px;max-width:324px;background-color:#f5f5f5;border:1px solid #e6e6e6;border-radius:4px;padding:5px 10px}@media screen and (max-width:900px){.table-container .search-container-wrapper .search-container{width:100%;max-width:500px}}.table-container .search-container-wrapper .search-container .icon-container{width:18px;height:18px}.table-container .search-container-wrapper .search-container .icon-container img{width:100%;height:100%;object-fit:contain}.table-container .search-container-wrapper .search-container .search-input{flex:1 1;background-color:transparent;border:none;color:#121212;outline:none;font-size:14px}.table-container .table{width:100%;border-collapse:separate!important;border-spacing:0}.table-container .table td,.table-container .table th{padding:5px 15px;border-bottom:1px solid #e6e6e6}.table-container .table th{font-size:16px;font-weight:500;color:#e4e2e2}.table-container .table td{color:#d9d9d9}.table-container .table th:first-child{border-left:1px solid #e6e6e6;border-top-left-radius:6px;border-bottom-left-radius:6px}.table-container .table th:last-child{border-right:1px solid #e6e6e6;border-top-right-radius:6px;border-bottom-right-radius:6px;text-align:right}.table-container .table th:last-child div{display:block!important;text-align:right}.table-container .table td:last-child{text-align:right}.table-container .table td:last-child div{float:right;display:block}.table-container .table td:last-child button{float:right}.table-container .table td{font-size:14px!important;font-weight:400!important;color:#121212!important}.table-container .table td p{font-size:14px;font-weight:400;color:#121212}.table-container .table-head tr th{border:none!important;border-bottom:1px solid #e6e6e6!important;padding:10px;font-size:16px;font-weight:500;color:#121212!important;border-radius:0!important}.table-container .table-head tr th div{text-align:start;justify-content:start}.table-container .table-body tr{cursor:pointer;text-align:center}.table-container .table-body tr div{text-align:center;justify-content:center}.table-container .table-body tr td{padding:18px 15px 12px;text-align:start;text-wrap:nowrap!important}.table-container .table-body tr td div{text-align:center;justify-content:center}.table-container .table-body tr td .export-btn{border:1px solid #e6e6e6;background-color:#121212!important;padding:2px 10px}.table-container .table-body tr:hover{background-color:hsla(0,0%,95%,.502)}.table-container .table-body tr a{color:#2142ff}.table-container .table-body tr .chip{border-radius:5px}.table-container .table-body tr .chip,.table-container .table-body tr .outstanding-amount{padding:5px 10px;display:flex;align-items:center;justify-content:center;font-weight:600;max-width:-moz-fit-content;max-width:fit-content;min-width:100px}.table-container .table-body tr .outstanding-amount{background:#ffeaea;border:1px solid #ff3838;border-radius:5px;color:#ff3838}.table-container .table-body tr .allowed{background:#e8f6ed;color:#16a34a;border:1px solid #16a34a}.table-container .table-body tr .blocked{background:#ffeaea;color:#ff3838;border:1px solid #ff3838}.table-container .table-body tr button{padding:5px 7px;font-size:14px;gap:5px;cursor:pointer}.table-container .table-body tr button svg{width:20px;height:20px}.table-container .table-body tr .option{display:flex;justify-content:center;align-items:center;padding:13px 8px;border:1.16667px solid #e6e6e6;border-radius:5.83333px;background-color:#fff}.table-container .table-body tr .option img{width:14px}.table-container .no-data-overlay{text-align:center;display:flex;align-items:center;flex-direction:column;position:absolute;top:65%;left:50%;transform:translate(-50%,-50%)}.table-container .no-data-overlay .img-container{width:200px}.table-container .no-data-overlay p{font-size:16px;font-weight:500;color:#121212}.table-container .no-data-overlay span{font-size:12px;font-weight:400;color:#6b6b6b}.pagination-container{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px}.pagination-container span{font-size:14px;color:#6b6b6b}.sorter-container{padding:16px;min-width:400px}.sorter-container h6{font-size:18px;color:#292929;font-weight:500;margin:0 0 10px}.filter-container{padding:16px}.filter-container h6{font-size:18px;color:#292929;font-weight:500;margin:0 0 10px}.dropzone{width:100%;background-color:#2c2c2c;display:flex;align-items:center;justify-content:center;border-radius:12px;height:150px;cursor:pointer}.dropzone .img-container{height:100%}.dropzone .upload{display:flex;align-items:center;gap:6px;border:2px solid #e6e6e6;border-radius:5px;padding:7px 10px}.dropzone .upload p{font-size:14px;color:#b3b3b3}.selected-file{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e6e6e6;border-radius:12px;margin:10px 20px 0;padding:10px 20px}.selected-file div{text-align:start}.selected-file div span{color:#b3b3b3;font-size:12px}.global-form label{color:#6b6b6b!important;font-size:16px;margin-top:10px;margin-bottom:5px}@media screen and (max-width:1400px){.global-form label{font-size:14px}}.global-form .MuiOutlinedInput-input{padding:14px!important}@media screen and (max-width:900px){.global-form .MuiOutlinedInput-input{padding:10px 14px!important}}.form-box{max-width:70%;border:1px solid #e6e6e6;border-radius:5px;padding:30px;background-color:#131314}@media screen and (max-width:1080px){.form-box{max-width:100%}}.back-link{margin-bottom:30px;z-index:100;position:relative}.back-link button{background-color:unset;border:none;gap:10px;color:#b3b3b3;cursor:pointer}.back-link button,.flex-btw{display:flex;align-items:center}.flex-btw{justify-content:space-between}.flex-center,.flex-col-center{display:flex;justify-content:center;align-items:center}.flex-col-center{flex-direction:column}.flex-start{justify-content:flex-start;align-items:flex-start}.flex-end,.flex-start{display:flex;gap:1.5rem}.flex-end{justify-content:flex-end;align-items:flex-end}.flex{display:flex;gap:15px}.flex-wrap{flex-wrap:wrap}.form-group{display:flex;align-items:center;gap:14px}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999}.loading{display:flex;align-items:center;justify-content:center}.scrollable-table-container{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.error{font-size:.75rem;color:#d32f2f;padding:4px 15px 0}.edit-icon{padding:5px;background-color:#fff;border:1px solid #e6e6e6;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.edit-icon img{width:18px}.trash-icon{padding:5px;background-color:rgba(239,68,68,.102);border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.trash-icon img{width:18px}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.faq-container{width:100%}.faq-item{border-bottom:1px solid #e6e6e6;margin-top:20px;padding:15px 20px}@media screen and (max-width:768px){.faq-item{padding:10px 0}}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:400}.faq-question .question{font-size:20px;margin:0}@media screen and (max-width:768px){.faq-question .question{font-size:14px}}.faq-question span{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:100%}@media screen and (max-width:768px){.faq-question span{width:25px;height:25px}}.faq-answer{overflow:hidden}.faq-answer .description{line-height:32px;border-top:1px solid #e6e6e6;margin:15px 0 10px;padding-top:15px}.faq-answer .description p{color:#c5c5c5!important;font-size:16px}@media screen and (max-width:768px){.faq-answer .description p{font-size:14px}}.login-container{display:flex;height:100vh;width:100%}.login-left{position:relative;width:40%;height:100%}.login-left .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f5f5f5}.login-left .overlay .back-link{position:absolute;top:50px;left:50px}.login-left .overlay .back-button{cursor:pointer;background:transparent;border:none;color:#121212;font-size:24px;font-weight:600;display:flex;align-items:center;transition:color .3s}@media (max-width:768px){.login-left .overlay .back-button{font-size:20px}}.login-left .login-text{position:relative;z-index:2;color:#0d0d0d;padding:4rem;display:flex;flex-direction:column;justify-content:center;height:100%}.login-left .login-text h1{font-size:58px;line-height:70px;font-weight:500;color:#121212;margin-bottom:14px}@media screen and (max-width:1400px){.login-left .login-text h1{font-size:44px;line-height:55px}}.login-left .login-text p{font-size:36px;font-weight:200;color:#121212;line-height:46px}@media screen and (max-width:1400px){.login-left .login-text p{font-size:28px;line-height:38px}}.login-right{width:60%;height:100%;background-color:#fff;color:#121212;display:flex;align-items:center;justify-content:center}.login-right .back-link-2{position:absolute;top:50px;left:50px}.login-right .back-button-2{display:none}@media (max-width:768px){.login-right .back-button-2{cursor:pointer;background:transparent;border:none;color:#121212;font-size:25px;font-weight:600;display:flex;align-items:center;transition:color .3s}}.login-right .login-form-container{width:100%;max-width:550px;display:flex;flex-direction:column}@media (max-width:1350px){.login-right .login-form-container{max-width:450px}}.login-right .login-form-container h2{text-transform:none;font-size:32px;font-weight:500;margin-bottom:34px;color:#121212;text-align:left}.login-right .login-form-container input{width:100%;padding:14px;color:#2c2c2c;border-radius:6px;outline:none;font-size:16px}.login-right .login-form-container label{margin-bottom:8px;font-size:14px;color:#121212!important}.login-right .login-page-btn button{background-color:#2f81e9;color:hsla(0,0%,100%,.8);font-size:16px;padding:12px;border:none;border-radius:6px;cursor:pointer;width:100%;margin:10px 0 20px;font-weight:600;transition:background-color .3s}.login-right .login-page-btn button:hover{background-color:#2268be}.login-right .or-divider{text-align:center;color:#121212;font-size:14px;font-weight:500;margin:10px 0;position:relative}.login-right .or-divider:after,.login-right .or-divider:before{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#e6e6e6}.login-right .or-divider:before{left:0}.login-right .or-divider:after{right:0}.login-right .social-buttons,.login-right .social-buttons .btn{display:flex;align-items:center;justify-content:center;gap:10px}.login-right .social-buttons .btn{width:100%;border:1px solid #e6e6e6;padding:8px 50px;border-radius:5px;cursor:pointer}.login-right .social-buttons .btn .icon-container{background-color:#f5f5f5;width:25px;height:25px;border-radius:100%}.login-right .after-text{text-align:center;font-size:14px;color:#aaa;margin-top:10px}.login-right .after-text .signup-link{color:#2f81e9;font-weight:500;cursor:pointer;margin-left:5px;text-decoration:none}.login-right .after-text .signup-link:hover{text-decoration:underline}.login-right .extra{margin:20px 0 20px 16px;flex-direction:column}.login-right .extra,.login-right .extra .terms{display:flex;justify-content:space-between;width:100%}.login-right .extra .terms{align-items:center}.login-right .extra .terms label{margin-bottom:0}@media screen and (max-width:768px){.login-right .extra .terms label span{font-size:12px}}.login-right .extra .forgot-password{color:#121212;font-weight:500;cursor:pointer;text-decoration:none;font-size:16px}@media screen and (max-width:768px){.login-right .extra .forgot-password{font-size:12px}}.login-right .extra .MuiCheckbox-root,.login-right .extra .MuiFormControlLabel-label{color:#121212}.login-right .extra .Mui-checked{color:#2f81e9!important}@media screen and (max-width:1200px){.login-left{display:none}.login-right{width:100%;height:100%;padding:2rem}.login-form-container{padding:0 1rem}}.custom-swal-popup .custom-swal-title{padding:0 0 10px!important;font-size:24px}.custom-swal-popup .swal2-html-container{padding:0 20px!important}.custom-swal-popup .custom-swal-confirm{color:#fff}.reminder-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:9999}.reminder-modal-backdrop .reminder-modal{background:#fff;max-width:380px;border-radius:10px;padding:20px;position:relative;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.15)}.reminder-modal-backdrop .reminder-modal h3{margin:16px 0 0;font-size:24px;font-weight:600}.reminder-modal-backdrop .reminder-modal p{font-size:14px;color:#666;margin-bottom:24px}.reminder-modal-backdrop .reminder-modal .icon{display:flex;justify-content:center;font-size:40px;color:#1e40ff}.reminder-modal-backdrop .reminder-modal .actions{display:flex;gap:12px;justify-content:center}.reminder-modal-backdrop .reminder-modal .blue-cta{padding:7px 20px}.reminder-modal-backdrop .reminder-modal .cancel-btn{padding:7px 20px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}.reminder-modal-backdrop .reminder-modal .close-btn{position:absolute;top:12px;right:12px;background:transparent;font-size:18px;cursor:pointer;color:#666;border:1px solid #e6e6e6;border-radius:5px;padding:0 5px}.confirm-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:9999}.confirm-modal-backdrop .confirm-modal{background:#fff;max-width:400px;border-radius:10px;padding:20px 24px;position:relative;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.15)}.confirm-modal-backdrop .confirm-modal h3{margin:10px 0 0;font-size:24px;font-weight:600}.confirm-modal-backdrop .confirm-modal p{font-size:14px;color:#666;margin-bottom:20px}.confirm-modal-backdrop .confirm-modal .icon{width:50px;height:50px;display:flex;justify-content:center;margin:0 auto}.confirm-modal-backdrop .confirm-modal .icon.danger{color:#ff3838}.confirm-modal-backdrop .confirm-modal .actions{display:flex;gap:12px;justify-content:center}.confirm-modal-backdrop .confirm-modal .delete-btn{background:#ff3838;color:#fff;border:none;padding:7px 20px;border-radius:8px;cursor:pointer;font-weight:500}.confirm-modal-backdrop .confirm-modal .delete-btn:hover{background:#e60023}.confirm-modal-backdrop .confirm-modal .cancel-btn{padding:7px 20px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}.confirm-modal-backdrop .confirm-modal .close-btn{position:absolute;top:12px;right:12px;background:transparent;font-size:18px;cursor:pointer;color:#666;border:1px solid #e6e6e6;border-radius:5px;padding:0 5px}.bread-crumbs a{color:#6b6b6b}.bread-crumbs p{color:#121212}.title{display:flex;align-items:flex-end;justify-content:space-between;margin:20px 0}.title h4{font-size:32px;line-height:40px;margin:0;font-weight:600;color:#121212}@media (max-width:768px){.title h4{font-size:24px;line-height:30px}}.title a{font-size:1rem;color:#2142ff;text-decoration:underline}.title .buttons{display:flex;align-items:flex-start;padding:4px;background:#f2f2f2;border-radius:7px}.title .buttons .icon-container{width:35px;height:30px;padding:3px 5px;border-radius:5px}.title .buttons .active-style{background-color:#fff}.input{display:flex;flex-direction:column;margin:10px 0}.input label{display:flex;align-items:center;gap:7px;margin-bottom:10px;padding-left:3px}.input label span{color:#2142ff}.input input{border:1px solid #e6e6e6;padding:10px 15px;color:#121212;width:100%;font-size:14px;border-radius:5px}.input input:focus{outline:none;border-color:#e6e6e6}.input input::placeholder{color:#6b6b6b}@media (max-width:768px){.input input{font-size:12px;padding:8px 15px}}.input input.error{border-color:#f44336}.search-container{display:flex;align-items:center;gap:10px;max-width:500px;background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;padding:10px}.search-container .icon-container{width:18px;height:18px}.search-container .icon-container img{width:100%;height:100%;object-fit:contain}.search-container .search-input{flex:1 1;background-color:transparent;border:none;color:#121212;outline:none;font-size:1rem}.stats{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:900px){.stats{grid-template-columns:repeat(2,1fr)}}.stats .stat{border:1px solid #e6e6e6;border-radius:5px;text-align:center;flex:1 1;padding:15px;background-color:#fff}.stats .stat p{font-size:.9rem;margin:0 0 5px}.stats .stat span{color:#121212;font-size:1.2rem;font-weight:500}.stats .paid{border:1px solid #16a34a;background-color:#e8f6ed}.stats .paid p,.stats .paid span{color:#16a34a}.stats .outstanding{border:1px solid #d43131;background-color:#ffeaea}.stats .outstanding p,.stats .outstanding span{color:#d43131}.categories{display:flex;overflow-x:auto;gap:10px;padding-bottom:10px}.categories .category{border:1px solid #e6e6e6;padding:5px 10px;border-radius:5px;background-color:#fff;cursor:pointer}.categories .category p{font-size:1rem;text-wrap:nowrap;color:#121212}.categories .active{border-color:#2142ff;background-color:#e9ecff}.categories .active p{color:#2142ff}.blue-cta{background-color:#2142ff;color:#fff;border:none;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:10px 15px;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}@media (max-width:900px){.blue-cta{font-size:14px}}.blue-cta:hover{background-color:#0023ed;color:#fff}.blue-cta:disabled{background-color:#b4b4b4}.white-cta{background-color:#fff;color:#2142ff;border:1px solid #2142ff;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:6px 15px;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}@media (max-width:900px){.white-cta{font-size:14px}}.white-cta:disabled{background-color:#b4b4b4}.black-cta{background-color:#121212;color:#fff;border:1px solid #121212;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:6px 15px;font-size:1rem;font-weight:500;transition:all .3s ease;cursor:pointer}.black-cta,.black-cta a{display:flex;align-items:center;justify-content:center;gap:5px}.black-cta a{color:#fff!important}@media (max-width:900px){.black-cta{font-size:14px}}.black-cta:disabled{background-color:#b4b4b4}.red-cta{background-color:#d43131;color:#fff;border:1px solid #d43131;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:10px 15px;font-size:16px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:5px;transition:all .3s ease;cursor:pointer}.red-cta svg{fill:#fff}.red-cta:hover{background-color:#d43131;color:#fff}@media (max-width:900px){.red-cta{font-size:14px}}.green-cta{background-color:#16a34a;color:#fff;border:none;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:10px 15px;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}@media (max-width:900px){.green-cta{font-size:14px}}.green-cta a{color:#fff!important;display:flex;align-items:center;justify-content:center;gap:5px}.green-cta:hover{background-color:#138d40;color:#fff}.green-cta:disabled{background-color:#b4b4b4}.qty-cta{background-color:#e9ecff;color:#2142ff;border:1px solid #2142ff;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:10px 15px;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}@media (max-width:900px){.qty-cta{font-size:14px}}.qty-cta:disabled{background-color:#b4b4b4}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.switch input:checked+.slider{background-color:#16a34a}.switch input:focus+.slider{box-shadow:0 0 1px #16a34a}.switch input:checked+.slider:before{transform:translateX(26px)}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.dropzone-container{margin:10px 0}.dropzone-box{padding:30px;border:2px dashed #e6e6e6;border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;margin:10px 0;cursor:pointer}.dropzone-box .img-container{width:100px;height:100px}.dropzone-box p{color:#6b6b6b}.dropzone-box p span{color:#418ff3;text-decoration:underline}.document-preview{display:flex;align-items:center;justify-content:space-between;border:1px solid #e6e6e6;padding:10px;border-radius:10px}.document-preview .left{flex:1 1;display:flex;align-items:center;gap:5px}.document-preview .left .icon-container{width:40px;height:40px}.document-preview .left .doc-detail{display:flex;flex-direction:column}.document-preview .left .doc-detail p{font-size:16px;font-weight:500;color:#121212}.document-preview .left .doc-detail span{font-size:12px;color:#6b6b6b}.document-preview .right .icon-container{width:24px;height:24px}.export-dropzone .blue-cta{margin-top:20px}.out-standing-widget{border:1px solid #e6e6e6;border-radius:5px;padding:15px;position:relative;background-color:#fff}.out-standing-widget .details{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.out-standing-widget .details .info{flex:2 1}.out-standing-widget .details .info p{font-size:18px;font-weight:500;color:#121212}.out-standing-widget .details .info span{font-size:14px;color:#16a34a}.out-standing-widget .details .outstanding{flex:1 1;display:flex;justify-content:flex-end}.out-standing-widget .details .outstanding p{border:1px solid #d43131;padding:5px 10px;border-radius:5px;background-color:#ffeaea;font-size:16px;color:#d43131;max-width:-moz-fit-content;max-width:fit-content}.out-standing-widget .actions{display:flex;gap:10px;margin-top:20px}.out-standing-widget .actions a,.out-standing-widget .actions button{flex:1 1}.out-standing-widget .actions button{width:100%}.order-widget{border:1px solid #e6e6e6;border-radius:5px;padding:15px;position:relative;background-color:#fff}.order-widget .date{position:absolute;top:10px;right:15px;text-align:right}.order-widget .date p{font-size:14px;margin:0;color:#121212}.order-widget h6{font-size:24px;font-weight:600;margin:0;max-width:70%}@media (max-width:768px){.order-widget h6{font-size:18px}}.order-widget .order-details{display:flex;gap:10px;align-items:flex-end;justify-content:space-between;margin-top:5px}.order-widget .order-details .detail .price{font-size:20px;color:#16a34a;font-weight:600}.order-widget .order-details .detail p{font-size:14px}.product-detail-widget{border-bottom:1px dotted #e6e6e6;display:flex;gap:20px;justify-content:space-between;padding:5px 0 10px;background-color:#fff}.product-detail-widget .product-detail{flex:1 1}.product-detail-widget .product-detail span{font-size:16px;color:#2142ff;font-weight:600}@media (max-width:768px){.product-detail-widget .product-detail span{font-size:14px}}.product-detail-widget .product-detail p{font-size:16px;color:#121212;font-weight:500}@media (max-width:768px){.product-detail-widget .product-detail p{font-size:14px}}.product-detail-widget .price-detail{text-align:right}.product-detail-widget .price-detail span{font-size:18px;color:#16a34a;font-weight:600}@media (max-width:768px){.product-detail-widget .price-detail span{font-size:16px}}.product-detail-widget .price-detail p{font-size:16px;color:#121212;font-weight:400}@media (max-width:768px){.product-detail-widget .price-detail p{font-size:14px}}.product-detail-widget:last-child{border-bottom:none;padding:10px 0 0}.client-widget{display:flex;flex-direction:row;gap:40px;border:1px solid #e6e6e6;padding:20px;border-radius:5px;position:relative;background-color:#fff;cursor:pointer}@media (max-width:1400px){.client-widget{flex-direction:column;gap:20px;padding:10px}}@media (max-width:900px){.client-widget{flex-direction:column;gap:10px;padding:10px}}.client-widget a{color:#121212}.client-widget .left{flex:1 1}.client-widget .left h6{font-size:1.2rem;margin:0;font-weight:500}.client-widget .left span{font-size:.9rem;color:#2142ff}.client-widget .left .business-details{display:flex;flex-direction:column;gap:0;margin-top:10px;flex-wrap:wrap}@media (max-width:900px){.client-widget .left .business-details{gap:0;margin-top:5px}}.client-widget .left .business-details p{font-size:1rem;color:#121212;text-wrap:nowrap}.client-widget .actions{position:absolute;top:5px;right:5px}@media (max-width:900px){.client-widget .actions{top:10px;right:10px}}.client-widget .actions .option{width:24px;height:24px;border:1px solid #e6e6e6;background-color:#fff;border-radius:5px;padding:3px;margin:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.client-widget .actions .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:10;width:80px}.client-widget .actions .dropdown-menu button{display:block;width:100%;padding:5px 10px;background:none;border:none;text-align:left;font-size:14px;cursor:pointer}.client-widget .actions .dropdown-menu button:hover{background:#f3f4f6}.client-widget .right{display:flex;flex-direction:column;gap:5px;flex:1 1;padding-right:20px}@media (max-width:900px){.client-widget .right{flex-direction:row;padding-right:0}}.client-widget .right a,.client-widget .right button{flex:1 1;width:100%}.client-widget .right button{padding:10px 15px}.client-widget .right .blue-cta{background-color:#fff;color:#2142ff;border:1px solid #2142ff}.client-widget .right .white-cta{border-color:#e6e6e6;color:#121212}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:10;width:80px}.dropdown-menu button{display:block;width:100%;padding:5px 10px;background:none;border:none;text-align:left;font-size:14px;cursor:pointer}.dropdown-menu button:hover{background:#f3f4f6}.product-widget{border:1px solid #e6e6e6;padding:15px;border-radius:5px;background-color:#fff}.product-widget .product h6{font-size:24px;font-weight:600;margin:0}@media (max-width:768px){.product-widget .product h6{font-size:18px}}.product-widget .product p{font-size:1rem;margin:0}.product-widget .details{display:flex;gap:10px;margin-top:5px}.product-widget .details p{font-size:16px;color:#121212}@media (max-width:768px){.product-widget .details p{font-size:14px}}.product-widget .btns{display:flex;gap:5px;margin-top:14px}.product-widget .btns button{flex:1 1}.product-widget .btns .white-cta{border-color:#e6e6e6;color:#121212}.product-store-widget{border:1px solid #e6e6e6;padding:15px;border-radius:5px;display:flex;align-items:flex-end;gap:20px;background-color:#fff}.product-store-widget .product{flex:1.5 1}.product-store-widget .product h6{font-size:24px;font-weight:500;margin:0}@media (max-width:768px){.product-store-widget .product h6{font-size:22px}}.product-store-widget .product p{font-size:14px;margin:0}.product-store-widget .product .stock{margin-top:10px}.product-store-widget .product .stock p{color:#2142ff}.product-store-widget .actions{flex:1 1;display:flex;flex-direction:column;gap:5px}.product-store-widget .actions .price{border:1px solid #16a34a;background-color:#e8f6ed;border-radius:5px;padding:10px;text-align:center}.product-store-widget .actions .price p{font-weight:500;color:#16a34a;font-size:1rem}.product-store-widget .actions button{flex:1 1}.category-widget{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e6e6e6;padding:15px;border-radius:5px;background-color:#fff}.category-widget .detail{display:flex;flex-direction:column}.category-widget .detail p{font-size:20px;font-weight:500;color:#121212}.category-widget .detail span{font-size:16px;color:#16a34a}.cart-widget{border:1px solid #e6e6e6;border-radius:5px;padding:10px 15px;display:flex;flex-direction:column;gap:10px;position:relative;background-color:#fff}.cart-widget .cart-details p{font-size:18px;font-weight:500;margin:0;color:#121212}.cart-widget .cart-details span{font-size:14px;color:#6b6b6b}.cart-widget .cart-details .stock{font-size:14px;color:#2142ff;font-weight:500}.cart-widget .cart-quantity{display:flex;gap:10px}.cart-widget .cart-quantity .price{flex:1 1}.cart-widget .cart-quantity .price p{padding:5px 10px;font-size:14px;font-weight:500;background-color:#e8f6ed;color:#16a34a;border:1px solid #16a34a;border-radius:5px;max-width:-moz-fit-content;max-width:fit-content}.cart-widget .cart-quantity .qty{flex:1 1;display:flex;justify-content:flex-end;gap:5px}.cart-widget .cart-quantity .qty button{padding:5px}.cart-widget .cart-quantity .qty input{text-align:center;border:1px solid #e6e6e6;background-color:#fafafa;border-radius:5px;width:120px}.cart-widget .delete-btn{position:absolute;top:15px;right:15px;width:20px;height:20px}.whatsapp-qr{justify-content:center;height:80vh}.whatsapp-qr,.whatsapp-qr .error{display:flex;align-items:center;text-align:center;flex-direction:column}.whatsapp-qr .error p{color:#16a34a;font-size:16px;text-transform:capitalize}.whatsapp-qr .error .red-cta{margin:10px 0}.whatsapp-qr .qr-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.whatsapp-qr .qr-container p{font-size:1rem}.whatsapp-qr .qr-container .qr-code{width:400px;height:400px}@media (max-width:768px){.whatsapp-qr .qr-container .qr-code{width:100%;height:100%}}.floating-nav{background-color:#f7f8fa}@media (max-width:768px){.floating-nav .hamburger .line{background-color:#121212}}.nav-container{position:fixed;border:none}.nav-container,.nav-container .nav-header{width:100%;top:0;z-index:9999;transition:all .3s ease}.nav-container .nav-header{position:absolute;padding:20px 0 10px}@media (max-width:768px){.nav-container .nav-header{padding:10px 0 0}}.nav-container .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:0 4rem}@media (max-width:768px){.nav-container .nav-inner{padding:5px 20px}}.nav-container .logo-container{width:200px}@media (max-width:768px){.nav-container .logo-container{width:150px}}.nav-container .nav-links-container{display:flex;align-items:center;height:100%}.nav-container .nav-links-container .nav-links{display:none}@media (min-width:1200px){.nav-container .nav-links-container .nav-links{display:flex;align-items:center;gap:30px}.nav-container .nav-links-container .nav-links .nav-item{position:relative;cursor:pointer}.nav-container .nav-links-container .nav-links .nav-item .categories-dropdown{display:flex;align-items:center;gap:5px}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu{position:absolute;top:100%;left:-100px;background:#888;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:5px;padding:10px;list-style:none;margin:0;z-index:10;display:grid;place-items:start;align-items:center;width:600px;grid-template-columns:repeat(3,1fr)}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category img{border-radius:5px;width:40px;height:40px;object-fit:cover}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category p{font-size:14px;font-weight:400;margin:0 0 5px;text-wrap:nowrap;transition:all .3s;color:#888}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category p:hover{color:#fff;font-weight:400}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu a{padding:5px 15px;color:#fff;transition:all .1s ease-in;flex:1 1;width:100%;border-radius:3px}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu a:hover{color:#fff;background-color:#2f81e9}.nav-container .nav-links-container .nav-links .btns{display:flex;gap:5px;cursor:pointer}.nav-container .nav-links-container .nav-links .btns .SignUp-btn{width:100px;height:40px;font-size:15px;color:#fff;background:#2f81e9;border-radius:10px;transition:all .3s ease!important;border:none;cursor:pointer}.nav-container .nav-links-container .nav-links .btns .login-btn{width:100px;height:40px;color:#fff;background:transparent;border-radius:10px;border:1px solid #fff;transition:all .3s ease!important;font-size:15px;cursor:pointer}}.nav-container .hamburger{background-color:transparent;border:none;display:flex;padding:18px 20px 18px 0;justify-content:center;align-items:center;position:relative;display:none}@media screen and (max-width:1200px){.nav-container .hamburger{display:block}}.nav-container .hamburger span{display:block;width:25px;height:2px;margin-bottom:2px;background:#fff;border-radius:3px;transition:transform .3s,opacity .3s;position:absolute}.nav-container .hamburger span:first-child{top:30%;transform:translateY(0)}.nav-container .hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.nav-container .hamburger span:nth-child(3){top:70%;transform:translateY(-100%)}.nav-container .hamburger.active-nav span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.nav-container .hamburger.active-nav span:nth-child(2){opacity:0;top:50%;transform:translateY(-50%) scale(0)}.nav-container .hamburger.active-nav span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}.nav-container .active .hamburger .line1{transform:rotate(45deg) translate(5px,5px)}.nav-container .active .hamburger .line2{opacity:0}.nav-container .active .hamburger .line3{transform:rotate(-45deg) translate(5px,-5px)}.nav-container .nav-link{text-decoration:none;color:inherit;font-size:1rem;font-weight:500;transition:color .3s ease;color:#121212}.mobile-menu{position:fixed;height:100%;width:100%;background-color:#f7f8fa;left:-100%;top:0;transition:all .5s ease;justify-content:space-between}.mobile-menu ul{height:90vh;overflow:scroll;margin:100px 0;padding:0}.mobile-menu ul .title{color:#fff!important;text-transform:capitalize;font-size:18px!important;font-weight:500!important;text-align:unset!important}.mobile-menu ul .sub-menu{font-size:18px;font-weight:500}.mobile-menu ul .sub-menu .menu-item{display:flex;align-items:center;justify-content:space-between}.mobile-menu ul .sub-menu .menu-item p{margin:0;font-size:18px;font-weight:500;text-align:start!important}.mobile-menu ul .sub-menu .menu-item .icon-container{color:#fff}.mobile-menu ul .sub-menu ul .sub-menu{border-bottom:0;display:flex;align-items:center;gap:100px;padding:0 0 20px}.mobile-menu ul .sub-menu ul .sub-menu img{width:50px;height:50px}.mobile-menu ul .sub-menu ul .sub-menu p{margin:0}.mobile-menu ul .sub-menu ul .sub-menu .show-all p{font-size:14px;color:#121212;font-weight:400}.mobile-menu ul li{padding:10px 20px;color:#fff;text-transform:capitalize;font-size:18px;font-weight:500}.mobile-menu ul .lang-select{border:none}.mobile-menu ul .lang-select .MuiFormControl-root{width:100%}.mobile-menu .btns{display:flex;flex-direction:column;gap:10px;position:absolute}.mobile-menu .btns button{width:520%;padding:12px;font-size:16px;border:none;border-radius:5px;cursor:pointer}.mobile-menu .btns .login-btn,.mobile-menu .btns .sign-up-btn{background-color:#007bff;color:#fff}.active-mobile-menu{transition:all .5s ease;left:0;bottom:-90px;display:block}.active-mobile-menu ul li ul{margin-top:20px;height:100%}.landing-page-container .container{padding:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.landing-page-container .container .form{margin-top:40px;display:flex;flex-direction:column}.landing-footer-container{border-top:1px solid #38383c;color:#fff;font-family:Inter,sans-serif;padding:40px 0 0}.landing-footer-container .footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.landing-footer-container .footer .footer-left{flex:1 1}.landing-footer-container .footer .footer-left .footer-logo img{max-width:250px;margin-bottom:10px}@media screen and (max-width:768px){.landing-footer-container .footer .footer-left .footer-logo img{width:162px;height:64px;margin-bottom:0}}.landing-footer-container .footer .footer-left .footer-logo p{font-size:14px;color:#fff;margin-top:10px}.landing-footer-container .footer .footer-left .footer-logo p strong{font-weight:700}.landing-footer-container .footer .footer-links{display:flex;flex:2 1;gap:40px;flex-wrap:wrap;margin-top:20px}.landing-footer-container .footer .footer-links .footer-group{min-width:150px}.landing-footer-container .footer .footer-links .footer-group h4{font-size:20px;font-weight:500;color:#fff;margin:0 0 10px}.landing-footer-container .footer .footer-links .footer-group ul{list-style:none;padding:0;margin:0}.landing-footer-container .footer .footer-links .footer-group ul li{margin-bottom:10px}.landing-footer-container .footer .footer-links .footer-group ul li a{font-size:15px;font-weight:500;color:#727272;text-decoration:none}.landing-footer-container .footer .footer-links .footer-group ul li a:hover{color:#fff}.landing-footer-container .footer .footer-subscribe{max-width:300px}.landing-footer-container .footer .footer-subscribe h4{font-size:24px;font-weight:500;color:#f2f6fa;margin:0 0 10px}.landing-footer-container .footer .footer-subscribe p{font-size:16px;font-weight:400;margin-bottom:16px;color:#bfc1c9}.landing-footer-container .footer .footer-subscribe input{width:100%;padding:10px;border-radius:10px;border:none;margin-bottom:16px}.landing-footer-container .footer .footer-subscribe button{width:100%;background-color:#2979ff;color:#fff;padding:10px;border:none;border-radius:10px;margin-bottom:100px;cursor:pointer}.landing-footer-container .footer .footer-subscribe button:hover{background-color:#1c64d1}.landing-footer-container .footer-bottom{border-top:1px solid #38383c;padding:10px 0}.landing-footer-container .footer-bottom .container{display:flex;gap:30px}.landing-footer-container .footer-bottom .container a{font-size:14px;font-weight:400;line-height:24px;color:#aaa;text-decoration:underline}.landing-footer-container .footer-bottom .container a:hover{color:#fff}@media screen and (max-width:768px){.landing-footer-container{padding:40px 0 0}.landing-footer-container .footer{flex-direction:column;align-items:flex-start;gap:40px}.landing-footer-container .footer .footer-links{margin-top:0;flex-direction:column;align-items:flex-start;gap:20px}.landing-footer-container .footer .footer-links .footer-group h4{font-size:18px}.landing-footer-container .footer .footer-links .footer-group ul li a{font-size:14px}.landing-footer-container .footer .footer-subscribe{width:100%;max-width:100%}.landing-footer-container .footer .footer-subscribe h4{font-size:20px}.landing-footer-container .footer .footer-subscribe p{font-size:14px}.landing-footer-container .footer .footer-subscribe button,.landing-footer-container .footer .footer-subscribe input{font-size:14px;padding:10px}.landing-footer-container .footer .footer-subscribe button{margin-bottom:40px}.landing-footer-container .footer-bottom{flex-direction:column;align-items:flex-start;height:auto;gap:10px}.landing-footer-container .footer-bottom a{font-size:12px}}.admin-login,.login-container{padding:10px;display:flex;height:100vh;overflow:hidden;gap:20px}.admin-login .left-container,.login-container .left-container{flex:1 1;display:flex;align-items:center;justify-content:center;position:relative;padding:0 10px}.admin-login .left-container .logo-container,.login-container .left-container .logo-container{position:absolute;top:10px;left:10px;width:200px}@media screen and (max-width:768px){.admin-login .left-container .logo-container,.login-container .left-container .logo-container{left:0;width:200px}}.admin-login .left-container .form-container,.login-container .left-container .form-container{width:500px}@media screen and (max-width:768px){.admin-login .left-container .form-container,.login-container .left-container .form-container{width:100%}}.admin-login .left-container .form-container .form-heading,.login-container .left-container .form-container .form-heading{text-align:center}@media screen and (max-width:900px){.admin-login .left-container .form-container .form-heading,.login-container .left-container .form-container .form-heading{text-align:left}}.admin-login .left-container .form-container .form-heading h4,.login-container .left-container .form-container .form-heading h4{font-size:2.4rem;line-height:100%;color:#121212;font-weight:600;margin:0 0 10px}.admin-login .left-container .form-container .form-heading p,.login-container .left-container .form-container .form-heading p{font-size:1rem;margin:0;color:#121212}.admin-login .left-container .form-container .form,.login-container .left-container .form-container .form{margin-top:40px}@media screen and (max-width:768px){.admin-login .left-container .form-container .form,.login-container .left-container .form-container .form{margin-top:20px}}.admin-login .left-container .form-container .form label,.login-container .left-container .form-container .form label{margin-bottom:5px}.admin-login .left-container .form-container .form .forgot-password,.login-container .left-container .form-container .form .forgot-password{margin-top:10px;width:100%;display:flex;align-items:flex-end;justify-content:flex-end}.admin-login .left-container .form-container .form .forgot-password a,.login-container .left-container .form-container .form .forgot-password a{font-size:14px}.admin-login .left-container .form-container .form .blue-cta,.login-container .left-container .form-container .form .blue-cta{margin-top:20px!important;width:100%;padding:10px 20px;font-size:16px}.admin-login .left-container .terms,.login-container .left-container .terms{position:absolute;left:10px;bottom:0;display:flex;align-items:center;flex-wrap:wrap;font-size:14px}@media screen and (max-width:768px){.admin-login .left-container .terms,.login-container .left-container .terms{left:0;font-size:12px}}.admin-login .left-container .terms a,.login-container .left-container .terms a{color:#888;padding:0 10px;border-right:1px solid #888;transition:all .3s ease;cursor:pointer}.admin-login .left-container .terms a:hover,.login-container .left-container .terms a:hover{color:#121212}.admin-login .left-container .terms p,.login-container .left-container .terms p{color:#888;padding:0 10px}@media screen and (max-width:768px){.admin-login .left-container .terms p,.login-container .left-container .terms p{font-size:12px}}.admin-login .right-container,.login-container .right-container{flex:1 1;display:flex;align-items:center;justify-content:center;height:100%;position:relative}@media screen and (max-width:1200px){.admin-login .right-container,.login-container .right-container{display:none}}.admin-login .right-container .img-container,.login-container .right-container .img-container{width:100%;height:100%;border-radius:5px;overflow:hidden}.admin-login .right-container .img-container img,.login-container .right-container .img-container img{object-fit:cover}.admin-login .right-container .content,.login-container .right-container .content{position:absolute;left:50px;top:50px;color:#fff;max-width:600px;z-index:100}.admin-login .right-container .content h4,.login-container .right-container .content h4{font-size:48px;line-height:58px;font-weight:500;margin:0 100px 15px 0}@media screen and (max-width:1400px){.admin-login .right-container .content h4,.login-container .right-container .content h4{font-size:38px;line-height:48px}}.admin-login .right-container .content p,.login-container .right-container .content p{font-size:20px;font-style:italic;color:#fff;font-weight:300}@media screen and (max-width:1400px){.admin-login .right-container .content p,.login-container .right-container .content p{font-size:18px}}.dashboard-container .statistics{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}@media screen and (max-width:900px){.dashboard-container .statistics{grid-template-columns:repeat(2,1fr)}}.dashboard-container .statistics .stats{border:1px solid #e6e6e6;border-radius:5px;padding:10px;flex:1 1;display:block;background-color:#fff}.dashboard-container .statistics .stats .title{display:flex;align-items:center;gap:8px;max-width:-moz-fit-content;max-width:fit-content;margin:0}.dashboard-container .statistics .stats .title .icon-container{width:30px;height:30px;padding:3px;border:1px solid #e6e6e6;border-radius:5px}@media screen and (max-width:768px){.dashboard-container .statistics .stats .title .icon-container{width:26px;height:26px}}.dashboard-container .statistics .stats .title p{font-size:1rem;font-weight:500;color:#121212;margin:0}@media screen and (max-width:768px){.dashboard-container .statistics .stats .title p{font-size:14px}}.dashboard-container .statistics .stats .value{font-size:2rem;margin-top:30px;font-weight:500}@media screen and (max-width:768px){.dashboard-container .statistics .stats .value{font-size:20px;margin-top:20px}}@media screen and (max-width:390px){.dashboard-container .statistics .stats .value{font-size:18px}}.dashboard-container .warnings{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}@media screen and (max-width:900px){.dashboard-container .warnings{grid-template-columns:repeat(1,1fr)}}.dashboard-container .warnings .out-of-stock{background-color:#ffeaea;border:1px solid #ff3838;border-radius:5px;padding:10px;color:#ff3838;display:flex;gap:10px;align-items:flex-start}.dashboard-container .warnings .out-of-stock .icon-container{width:30px;height:30px}.dashboard-container .warnings .out-of-stock .content{color:#ff3838}.dashboard-container .warnings .out-of-stock .content h6{font-size:20px;margin:0;font-weight:500}@media screen and (max-width:900px){.dashboard-container .warnings .out-of-stock .content h6{font-size:16px}}.dashboard-container .warnings .out-of-stock .content p{font-size:16px;color:#ff3838;margin:0 0 20px}@media screen and (max-width:900px){.dashboard-container .warnings .out-of-stock .content p{font-size:14px;margin:0 0 10px}}.dashboard-container .warnings .out-of-stock .content a{font-size:16px;text-decoration:underline;color:#ff3838}.dashboard-container .warnings .low-stock{background-color:#fff4ea;border:1px solid #ff7a06;border-radius:5px;padding:10px;color:#ff7a06;display:flex;gap:10px;align-items:flex-start;position:relative}.dashboard-container .warnings .low-stock .icon-container{width:30px;height:30px}.dashboard-container .warnings .low-stock .content{color:#ff7a06}.dashboard-container .warnings .low-stock .content h6{font-size:20px;margin:0;font-weight:500}@media screen and (max-width:900px){.dashboard-container .warnings .low-stock .content h6{font-size:16px}}.dashboard-container .warnings .low-stock .content p{font-size:16px;color:#ff7a06;margin:0 0 20px}@media screen and (max-width:900px){.dashboard-container .warnings .low-stock .content p{font-size:14px;margin:0 0 10px}}.dashboard-container .warnings .low-stock .content a{font-size:16px;text-decoration:underline;color:#ff7a06}.dashboard-container .warnings .low-stock .close{position:absolute;top:10px;right:10px;padding:0;border:none;background:transparent;cursor:pointer}.dashboard-container .top-outstandings{margin-top:20px}.dashboard-container .top-outstandings .title{margin-top:0}.dashboard-container .top-outstandings .outstandings{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1400px){.dashboard-container .top-outstandings .outstandings{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.dashboard-container .top-outstandings .outstandings{grid-template-columns:repeat(1,1fr)}}.dashboard-container .recent-orders{margin-top:30px}.dashboard-container .recent-orders .loading{text-align:center;margin:100px 0}.dashboard-container .recent-orders .orders{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1400px){.dashboard-container .recent-orders .orders{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.dashboard-container .recent-orders .orders{grid-template-columns:repeat(1,1fr)}}.order-details-drawer{padding:16px 16px 80px;overflow-y:auto;position:relative}.order-details-drawer .stats{display:flex;gap:10px}.order-details-drawer .stats .stat{border:1px solid #e6e6e6;border-radius:5px;text-align:center;flex:1 1;padding:15px}.order-details-drawer .stats .stat p{font-size:.9rem;margin:0 0 5px}.order-details-drawer .stats .stat span{color:#121212;font-size:1.2rem;font-weight:500}.order-details-drawer .order-details{padding:15px;border:1px solid #e6e6e6;border-radius:5px;margin:20px 0}.order-details-drawer .order-details h6{font-size:1.1rem;color:#121212;margin:0 0 10px;font-weight:600}.order-details-drawer .order-details .orders{display:flex;flex-direction:column;gap:10px}.order-details-drawer .order-details .orders .total{padding:10px 0 0;display:flex;flex-direction:column;gap:5px}.order-details-drawer .order-details .orders .total .subtotal{display:flex;gap:20px;align-items:center;justify-content:space-between}.order-details-drawer .order-details .orders .total .subtotal p{font-size:1rem}@media (max-width:768px){.order-details-drawer .order-details .orders .total .subtotal p{font-size:14px}}.order-details-drawer .order-details .orders .total .grandtotal{display:flex;gap:20px;align-items:center;justify-content:space-between}.order-details-drawer .order-details .orders .total .grandtotal strong{font-size:1.2rem;color:#121212}@media (max-width:768px){.order-details-drawer .order-details .orders .total .grandtotal strong{font-size:16px}}.order-details-drawer .contact-details{padding:15px;border:1px solid #e6e6e6;border-radius:5px;margin:20px 0}.order-details-drawer .contact-details h6{font-size:1.1rem;color:#121212;margin:0;font-weight:500}.order-details-drawer .contact-details a,.order-details-drawer .contact-details span{color:#2142ff;font-size:.9rem}.order-details-drawer .contact-details .numbers{display:flex;gap:10px;margin:10px 0}.order-details-drawer .contact-details .numbers p{font-size:.9rem;margin:0}.order-details-drawer .contact-details .btns{display:flex;gap:5px;margin-top:10px}.order-details-drawer .contact-details .btns a,.order-details-drawer .contact-details .btns button{flex:1 1}.order-details-drawer .contact-details .btns button{width:100%;height:100%}.order-details-drawer .contact-details .btns .white-cta{border-color:#e6e6e6;color:#121212}.allocate-order-stocks{padding:16px 16px 80px;overflow-y:auto;position:relative;height:100%}.allocate-order-stocks .back-button{cursor:pointer;background:transparent;border:none;color:#2142ff;font-size:18px;font-weight:500;display:flex;align-items:center;transition:color .3s}@media (max-width:768px){.allocate-order-stocks .back-button{font-size:16px}}.allocate-order-stocks h6{font-size:24px;font-weight:600;margin:20px 0}.allocate-order-stocks .order-lists{display:flex;flex-direction:column;gap:10px}.allocate-order-stocks .order-lists .order{background:#fff;border:1px solid #e6e6e6;border-radius:5px}.allocate-order-stocks .order-lists .order .product-detail{padding:14px;display:flex;align-items:center;gap:20px;justify-content:space-between}.allocate-order-stocks .order-lists .order .product-detail h6{font-size:18px;font-weight:500;margin:0}.allocate-order-stocks .order-lists .order .product-detail p{font-size:14px;color:#2142ff;font-weight:500}.allocate-order-stocks .order-lists .order .shop-list{border-top:1px solid #eee}.allocate-order-stocks .order-lists .order .shop-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid #f0f0f0}.allocate-order-stocks .order-lists .order .shop-row .available{color:green;font-weight:500}.allocate-order-stocks .order-lists .order .shop-row input{width:80px;padding:5px}.bottom-btn{position:absolute;bottom:0;left:0;background-color:#2142ff;padding:10px 16px 16px;width:100%}.bottom-btn .white-cta{width:100%;padding:10px 20px}.confirmed{background-color:#16a34a}.confirmed .white-cta{color:#16a34a;border-color:#16a34a}.canceled{background-color:#d43131}.canceled .white-cta{color:#d43131;border-color:#d43131}.clients-container .search-container-wrapper{display:flex;flex-wrap:wrap;gap:10px}.clients-container .search-container-wrapper .search-container{display:flex;align-items:center;gap:10px;max-width:324px;background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;padding:10px}@media screen and (max-width:900px){.clients-container .search-container-wrapper .search-container{width:100%;max-width:500px}}.clients-container .search-container-wrapper .search-container .icon-container{width:18px;height:18px}.clients-container .search-container-wrapper .search-container .icon-container img{width:100%;height:100%;object-fit:contain}.clients-container .search-container-wrapper .search-container .search-input{flex:1 1;background-color:transparent;border:none;color:#121212;outline:none;font-size:1rem}.clients-container .clients{margin:30px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}@media screen and (max-width:1600px){.clients-container .clients{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.clients-container .clients{grid-template-columns:repeat(1,1fr)}}.add-client-container{height:100vh}@media screen and (max-width:900px){.add-client-container{height:90vh}}.add-client-container button{width:100%}@media (max-width:900px){.add-client-container button{font-size:16px}}.add-client-container form{padding-bottom:10px}.add-client-container .product-stocks{display:flex;flex-direction:column;gap:10px;margin:20px 0 10px;padding:0 10px;width:100%}.add-client-container .product-stocks .product-stock{padding:14px;border:1px solid #e6e6e6;border-radius:10px;background-color:#fff;position:relative}.add-client-container .product-stocks .product-stock .flex{gap:10px}.add-client-container .product-stocks .product-stock .input{margin:10px 0 0;flex:1 1}.add-client-container .product-stocks .product-stock label{color:#121212;font-size:14px;margin-bottom:3px;font-weight:500}.add-client-container .product-stocks .delete-stock{position:absolute;top:5px;right:0;background:transparent;border:none;font-size:20px;cursor:pointer;color:#d32f2f;background-color:#fff;width:-moz-fit-content;width:fit-content;box-shadow:inset;padding:0 2px;display:flex;align-items:center;justify-content:center;height:20px;border-radius:5px}.add-client-container .product-stocks .add-stock{margin-top:0;padding:10px;border-radius:8px;border:1px dashed #e6e6e6;background:#fafafa;cursor:pointer;font-weight:500}.order-history-container .search-container-wrapper{display:flex;flex-wrap:wrap;gap:5px}.order-history-container .search-container-wrapper .search-container{display:flex;align-items:center;gap:10px;max-width:324px;background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;padding:10px}@media screen and (max-width:900px){.order-history-container .search-container-wrapper .search-container{width:100%;max-width:500px}}.order-history-container .search-container-wrapper .search-container .icon-container{width:18px;height:18px}.order-history-container .search-container-wrapper .search-container .icon-container img{width:100%;height:100%;object-fit:contain}.order-history-container .search-container-wrapper .search-container .search-input{flex:1 1;background-color:transparent;border:none;color:#121212;outline:none;font-size:1rem}.order-history-container .search-container-wrapper .white-cta{border-color:#121212;color:#121212}.order-history-container .stats{margin:40px 0 0}.order-history-container .access{margin-top:30px;border:1px solid #e6e6e6;border-radius:5px;flex:1 1;padding:15px;background-color:#fff;display:flex;gap:10px;align-items:flex-start;max-width:500px}.order-history-container .access .text{flex:1 1}.order-history-container .access .text p{font-size:1.2rem;color:#121212;margin-bottom:5px}.order-history-container .access .text span{font-size:.9rem;color:#888}.order-history-container .access .text .status{margin-top:10px;border-radius:5px;padding:3px 10px;max-width:-moz-fit-content;max-width:fit-content}.order-history-container .access .text .status p{font-size:.8rem;margin:0}.order-history-container .access .text .allowed{border:1px solid #16a34a;background-color:#e8f6ed}.order-history-container .access .text .allowed p{color:#16a34a}.order-history-container .access .text .blocked{border:1px solid #d43131;background-color:#ffeaea}.order-history-container .access .text .blocked p{color:#d43131}.order-history-container .price-adjuster{margin-top:30px;border:1px solid #e6e6e6;border-radius:5px;flex:1 1;padding:15px;background-color:#fff;display:flex;flex-direction:column;gap:20px;max-width:500px}.order-history-container .price-adjuster .action-buttons{display:flex;gap:10px}.order-history-container .price-adjuster .action-buttons .price-cta{flex:1 1;background-color:#fff;padding:10px;border:1px solid #121212;color:#121212;border-radius:5px;font-weight:500;cursor:pointer}.order-history-container .price-adjuster .action-buttons .active{border:1px solid #16a34a;background-color:#16a34a;color:#fff}.order-history-container .price-adjuster .input-section label{color:#727272;margin-bottom:3px}.order-history-container .price-adjuster .input-section .blue-cta{margin-top:10px;width:100%}.order-history-container .payment-history{margin:30px 0;background-color:#fff;border-radius:5px;padding:10px 15px;max-width:500px}.order-history-container .payment-history h6{font-size:20px;font-weight:500;margin:0}.order-history-container .payment-history .payments{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:10px;gap:10px;margin-top:10px}.order-history-container .payment-history .payments .payment-widget{padding:10px 0;display:flex;align-items:center;gap:20px;border-bottom:1px dashed #cfcfcf}.order-history-container .payment-history .payments .payment-widget .payment-details{flex:1 1}.order-history-container .payment-history .payments .payment-widget .payment-details .amount{display:flex;gap:10px;align-items:center}.order-history-container .payment-history .payments .payment-widget .payment-details .amount p{font-size:1.1rem;color:#16a34a;font-weight:500}.order-history-container .payment-history .payments .payment-widget .payment-details .amount .payment-type{border-radius:36px;padding:2px 10px 0;font-size:.7rem;text-transform:uppercase}.order-history-container .payment-history .payments .payment-widget .payment-details .amount .upi{border:1px solid #2142ff;color:#2142ff}.order-history-container .payment-history .payments .payment-widget .payment-details .amount .cash{border:1px solid #16a34a;color:#16a34a}.order-history-container .payment-history .payments .payment-widget .payment-details .amount .bank{border:1px solid #d43131;color:#d43131}.order-history-container .payment-history .payments .payment-widget .payment-details .date{margin-top:5px;font-size:.9rem;color:#121212;font-weight:400}.order-history-container .payment-history .payments .payment-widget .white-cta{padding:5px 10px}.order-history-container .payment-history .actions{margin-top:20px;display:flex;gap:10px}.order-history-container .payment-history .actions button{flex:1 1}.order-history-container .orders{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}@media screen and (max-width:1400px){.order-history-container .orders{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.order-history-container .orders{grid-template-columns:repeat(1,1fr)}}.products-container .search-container-wrapper{display:flex;flex-wrap:wrap;gap:5px}.products-container .search-container-wrapper .search-container{display:flex;align-items:center;gap:10px;max-width:324px;background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;padding:10px}@media screen and (max-width:900px){.products-container .search-container-wrapper .search-container{width:100%;max-width:500px}}.products-container .search-container-wrapper .search-container .icon-container{width:18px;height:18px}.products-container .search-container-wrapper .search-container .icon-container img{width:100%;height:100%;object-fit:contain}.products-container .search-container-wrapper .search-container .search-input{flex:1 1;background-color:transparent;border:none;color:#121212;outline:none;font-size:1rem}.products-container .search-container-wrapper .white-cta{border-color:#121212;color:#121212}.products-container .products{margin:20px 0}.products-container .products .product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:20px}@media screen and (max-width:1500px){.products-container .products .product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.products-container .products .product-grid{grid-template-columns:repeat(1,1fr)}}.store-heading{border-bottom:1px solid #e6e6e6;padding:10px 0;display:flex;align-items:center;justify-content:space-between}.store-heading .img-container{width:200px}@media screen and (max-width:900px){.store-heading .img-container{width:150px}}.store-container{margin:40px 0 100px}.store-container .categories{margin:20px 0}.store-container .products-container{display:flex;align-items:flex-start;gap:50px}.store-container .products-container .left{flex:3.5 1}.store-container .products-container .left .products{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin:0}@media screen and (max-width:1400px){.store-container .products-container .left .products{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.store-container .products-container .left .products{grid-template-columns:repeat(1,1fr)}}.store-container .products-container .right{flex:1 1}@media screen and (max-width:900px){.store-container .products-container .right{display:none}}.store-container .products-container .right .desk-cart{width:100%;background-color:#2142ff;border:none;border-radius:6px;padding:20px}.store-container .products-container .right .desk-cart p{font-size:1.2rem;color:#fff;margin:0}.store-container .products-container .right .desk-cart ul{margin:20px 0;padding-left:20px;display:flex;flex-direction:column;gap:7px}.store-container .products-container .right .desk-cart ul li{color:#fff;font-size:1rem}.store-container .products-container .right .desk-cart .white-cta{width:100%;padding:10px 20px}.store-container .mobile-cart{position:fixed;bottom:0;left:0;padding:10px 20px 15px;display:flex;align-items:center;gap:20px;justify-content:space-between;background-color:#2142ff;width:100%}@media screen and (min-width:900px){.store-container .mobile-cart{display:none}}.store-container .mobile-cart .left{flex:1 1}.store-container .mobile-cart .left p{font-size:14px;color:#fff}.store-container .mobile-cart .left h6{color:#fff;font-size:20px;font-weight:500;margin:0}.store-container .mobile-cart .right .white-cta{padding:10px 20px}.cart-container .cart-heading{position:relative;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;border-bottom:1px solid #e6e6e6}.cart-container .cart-heading p{font-size:20px;font-weight:600;color:#121212}.cart-container .cart-heading .back{position:absolute;left:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:7px;font-size:16px;color:#2142ff}.cart-container .container .cart-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:20px;max-height:80vh;overflow-y:auto}@media screen and (max-width:1400px){.cart-container .container .cart-items{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.cart-container .container .cart-items{grid-template-columns:repeat(1,1fr)}}.cart-container .bottom-btn .total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.cart-container .bottom-btn .total p{font-size:16px;color:#fff}.drawer-container{padding:0 16px}.drawer-container .cart-items{max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;gap:5px;margin-top:20px}@media screen and (max-width:900px){.drawer-container .cart-items{max-height:75vh}}.summary-dialog .dialog-items{border:1px solid #e6e6e6;border-radius:5px;padding:5px 10px;max-height:500px;overflow-y:auto;display:flex;flex-direction:column}.summary-dialog .dialog-items .item{display:flex;align-items:center;gap:20px;padding:5px 0 10px;border-bottom:1px solid #e6e6e6}.summary-dialog .dialog-items .item:last-child{border:none}.summary-dialog .dialog-items .item .details{flex:1 1}.summary-dialog .dialog-items .item .details p{font-size:16px;font-weight:500;color:#121212;margin-bottom:5px}.summary-dialog .dialog-items .item .details span{font-size:13px;color:#888}.summary-dialog .dialog-items .item .price{text-align:right}.summary-dialog .dialog-items .item .price span{font-size:13px;color:#121212}.summary-dialog .dialog-items .item .price p{font-size:16px;font-weight:500;color:#16a34a}.summary-dialog .total{margin-top:20px}.summary-dialog .total div{display:flex;gap:20px;justify-content:space-between}.summary-dialog .total div p,.summary-dialog .total div strong{font-size:14px;color:#121212}.summary-dialog .total div strong{font-weight:500}.summary-dialog .total .total-price{margin-top:5px}.summary-dialog .total .total-price p,.summary-dialog .total .total-price strong{font-size:18px;font-weight:500}.summary-dialog .total .total-price strong{color:#16a34a}.outstanding-reminder{border:1px solid #e6e6e6;padding:20px;border-radius:5px;background-color:#fff;max-width:500px}.outstanding-reminder h5{font-size:20px;font-weight:500;margin-bottom:10px}.outstanding-reminder .form{display:flex;flex-direction:column;gap:15px}.outstanding-reminder .form label{margin-bottom:5px;font-size:14px;color:#38383c}.add-group-reminder{display:flex;align-items:flex-start;gap:50px}.add-group-reminder .outstanding-reminder{flex:1 1;border-radius:10px;min-width:400px}.add-group-reminder .blue-cta{margin-top:20px}.add-group-reminder .clients-table{width:100%;max-width:700px}.add-group-reminder .clients-table .table-container{margin:0}