@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kalam:wght@300;400;700&family=Outfit:wght@100..900&family=Style+Script&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box}@font-face{font-family:Segoe UI;src:url(../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}body{font-family:Inter,Source Sans Pro,Helvetica,Arial,sans-serif;background:#fff;transition:.2s all}body::-webkit-scrollbar-track{background-color:transparent}body::-webkit-scrollbar{width:8px;background-color:#06070724;background-color:#fff;padding:21px}body::-webkit-scrollbar-thumb{background-color:#0806394d;cursor:pointer;border-radius:250px}body::-webkit-scrollbar-thumb:hover{background:#797979}body a{text-decoration:none}.airplane-image{position:absolute;top:50px;width:240px;right:340px;opacity:.4}.login-container2{background:linear-gradient(198.31deg,#fff 22.11%,#e3e8fd 92.6%);border-radius:16px;width:100%;max-width:490px;border:1px solid #E8E8E8;text-align:center;z-index:1;position:relative;box-shadow:0 8px 24px #0000000a;overflow:hidden;display:flex;align-items:center;align-self:center;justify-self:center;justify-content:center;transition:all .5s;margin-top:-7%;position:fixed;z-index:9999;inset:16px}.login-container{width:100%;height:100%;padding:40px;box-shadow:3px 4px 4px #00000008 inset}.login-container2:before{content:"";top:0;left:0;position:absolute;width:100%;height:31%;z-index:-1;box-shadow:3px 4px 4px #00000008 inset}.scroll-overlay-left{left:45%;background:linear-gradient(to right,#fff,#f8f9fa6f);position:absolute;top:-230px;width:50px;height:500px;z-index:0;pointer-events:none;rotate:90deg}.logo-container{margin-bottom:20px}.logo-image{height:87px}.logo-icon{color:#4a90e2;font-size:36px}.logo-text{font-family:HelveticaNeue;font-weight:400;font-style:Medium;font-size:38px;leading-trim:NONE;line-height:110%;letter-spacing:-1.5px;text-align:center;color:#333}.logo-subtext{font-size:10px;color:#888;margin:-5px 0 0;letter-spacing:1px}.login-container h2{font-family:Inter;font-weight:600;font-style:Medium;font-size:38px;leading-trim:NONE;line-height:110%;letter-spacing:-1.5px;text-align:center;color:#002457}.sub-heading{display:flex;font-family:Inter;font-weight:400;font-style:Regular;font-size:17px;leading-trim:NONE;line-height:150%;letter-spacing:0%;text-align:center;color:#747474;margin-top:10px;gap:5px;align-items:center;justify-content:center;width:100%;margin-bottom:20px}.sub-heading .hilight{color:#155685;display:flex}.input-group{margin-bottom:20px;text-align:left}.input-group label{display:block;margin-bottom:8px;color:#232323;font-family:Inter;font-weight:500;font-style:Medium;font-size:17.08px;leading-trim:NONE;line-height:150%;letter-spacing:-1.5%}.input-field{position:relative}.input-field .icon{position:absolute;left:15px;top:50%;transform:translateY(-60%);color:#aaa}.input-field .eye-icon{position:absolute;right:25px;top:50%;transform:translateY(-60%);color:#aaa;cursor:pointer}.input-field input{width:100%;padding:12px 15px 12px 45px;border:1.42px solid #EDEDED;border-radius:8px;font-size:16px;height:52px;box-sizing:border-box;transition:border-color .3s;margin-top:-4px;max-width:408px}.input-field input:focus{outline:none;border-color:#4a90e2}.signin-btn{width:100%;max-width:404px;height:56px;padding:12px;background:linear-gradient(0deg,#367aff,#367aff),linear-gradient(0deg,#fff0,#ffffff1f);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:17.08px;leading-trim:NONE;line-height:120%;letter-spacing:1%;transition:.3s ease-in-out}.signin-btn:hover{background:linear-gradient(0deg,#2d68dd,#1359e6),linear-gradient(0deg,#fff0,#ffffff1f);box-shadow:0 0 15px #367aff4d}.signin-btn:active{scale:.99}.page-footer{position:absolute;bottom:15px;color:#999;font-family:Inter;font-size:12px;text-align:center;width:100%}.jkscbodyforloginsc4w{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f6f8fa}section{position:absolute;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;gap:2px;flex-wrap:wrap;overflow:hidden}section:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(#f6f8fa,#5d369f40,#f6f8fa);animation:animate 5s linear infinite}@keyframes animate{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}section span{position:relative;display:block;width:calc(6.25vw - 2px);height:calc(6.25vw - 2px);background:#f6f8fa;z-index:2;transition:1.5s}section span:hover{background:#5d369f13;transition:0s}section .signin{position:absolute;width:400px;background:#f6f8fa;z-index:1000;height:0;display:flex;justify-content:center;align-items:center;padding:40px;border-radius:4px}section .signin .content{position:relative;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:40px}section .signin .content h2{font-size:2em;color:#5d369f13;text-transform:uppercase}section .signin .content .form{width:100%;display:flex;flex-direction:column;gap:25px}section .signin .content .form .inputBox{position:relative;width:100%}section .signin .content .form .inputBox input{position:relative;width:100%;background:#333;border:none;outline:none;padding:25px 10px 7.5px;border-radius:4px;color:#fff;font-weight:500;font-size:1em}section .signin .content .form .inputBox i{position:absolute;left:0;padding:15px 10px;font-style:normal;color:#aaa;transition:.5s;pointer-events:none}#mainscreenfreezeloader{font-size:5rem;position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:999999;cursor:progress}#mainscreenfreezeloader .contackn45sd6f{position:fixed;bottom:20px;right:10px}#mainscreenfreezeloader .data-loader{position:absolute;width:100px;height:100px;text-align:center;padding:2px;bottom:0;right:10px}#mainscreenfreezeloader .data-loader>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}#mainscreenfreezeloader .data-loader>div:last-child>div{position:absolute;top:0;width:10px;height:10px;border-radius:50%;background:#333;animation-timing-function:cubic-bezier(0,1,1,0)}#mainscreenfreezeloader .data-loader>div:last-child>div:nth-child(1){left:8px;animation:data-loader-1 .6s infinite}#mainscreenfreezeloader .data-loader>div:last-child>div:nth-child(2){left:8px;animation:data-loader-2 .6s infinite}#mainscreenfreezeloader .data-loader>div:last-child>div:nth-child(3){left:32px;animation:data-loader-2 .6s infinite}#mainscreenfreezeloader .data-loader>div:last-child>div:nth-child(4){left:56px;animation:data-loader-3 .6s infinite}@keyframes data-loader-1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes data-loader-2{0%{transform:translate(0)}to{transform:translate(24px)}}@keyframes data-loader-3{0%{transform:scale(1)}to{transform:scale(0)}}.loading-text{display:inline-block;font-size:1em;font-weight:700}.loading-text:after{content:" ";display:inline-block;animation:dots 1.5s steps(3,end) infinite}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}@font-face{font-family:Segoe UI;src:url(../../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.allproductsofdetsclk{background-image:linear-gradient(to bottom,transparent,transparent 20%,#f6f8fa 20%,#f6f8fa 90%,transparent 90%),linear-gradient(to right,transparent,transparent 20%,#f6f8fa 20%,#f6f8fa 90%,transparent 90%),linear-gradient(to right,#eee,#eee 20%,#f6f8fa 20% 90%,#eee 90%);background-size:12px 12px;min-height:100vh;width:100%;display:flex;align-items:center;position:relative;flex-direction:column}.allproductsofdetsclk .logoofkcs42w5wss{padding:20px}.allproductsofdetsclk .logoofkcs42w5wss svg{width:250px;height:fit-content}.allproductsofdetsclk .dot{background-repeat:repeat;background-color:transparent;margin:0 auto auto;display:flex;align-items:center;justify-content:center;padding-bottom:40px;gap:20px}.allproductsofdetsclk .alpdevtsx5s1{background:#fff;border:1px solid #E3E3E3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border-radius:15px;min-height:fit-content;min-width:190px;box-shadow:0 4px 20px #0000000f}.allproductsofdetsclk .alpdevtsx5s1:hover{background:#f6f8fa}.allproductsofdetsclk .alpdevtsx5s1 img{width:40px;height:40px;object-fit:contain;background:#fff;padding:0}.allproductsofdetsclk .alpdevtsx5s1 svg{width:40px;height:40px}.allproductsofdetsclk .alpdevtsx5s1 h3{font-size:15px;font-weight:500}.allproductsofdetsclk .lockedproduct{position:relative;cursor:not-allowed;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.allproductsofdetsclk .lockedproduct:hover{background:#e7f4fd73!important}.allproductsofdetsclk .lockedproduct:after{content:"🔒";position:absolute;top:-15px;right:-15px;background:#091e420f;padding:5px 5px 10px;border-radius:50px;z-index:11;width:30px;font-size:22px;height:25px;display:flex;align-items:center;justify-content:center;animation:beatx01s 2s ease-in-out infinite}.allproductsofdetsclk .onprocessproduct{position:relative;cursor:not-allowed}.allproductsofdetsclk .onprocessproduct:hover{background:#e7f4fd73!important}.allproductsofdetsclk .onprocessproduct:after{content:"⌛";position:absolute;top:-15px;right:-15px;background:#091e420f;padding:5px 5px 10px;border-radius:50px;z-index:11;width:30px;font-size:22px;height:25px;display:flex;align-items:center;justify-content:center;animation:beatx01s 2s ease-in-out infinite}#allproductsofdetsclk_popup{background-image:linear-gradient(to bottom,transparent,transparent 20%,#f6f8fa 20%,#f6f8fa 90%,transparent 90%),linear-gradient(to right,transparent,transparent 20%,#f6f8fa 20%,#f6f8fa 90%,transparent 90%),linear-gradient(to right,#eee,#eee 20%,#f6f8fa 20% 90%,#eee 90%);background-size:12px 12px;gap:0px;justify-content:center;min-height:69vh}#allproductsofdetsclk_popup .dot{padding:16px;margin:0}#allproductsofdetsclk_popup .alpdevtsx5s1{cursor:pointer}.fixedwrappedjklcw25{position:fixed;bottom:20px;margin:auto;width:100%;display:flex;justify-content:center}.half-sphere{position:fixed;width:150vw;bottom:-45vh;left:-25vw;height:100vh;z-index:-1}.logout_icon_asdf,.logout_icon_asdf span{display:flex;align-items:center;gap:8px;cursor:pointer}.logout_icon_asdf svg{width:21px;height:39px}.profile-dropdown-container{position:absolute;top:30px;right:50px}.profile-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;cursor:pointer;width:98px;height:56px;box-shadow:0 4px 14px #00000009}.profile-trigger:hover{box-shadow:0 8px 24px #00000010;border:1px solid rgba(1,83,207,.3215686275)}.profile-initial{width:40px;height:40px;border-radius:50%;background-color:#ecf2ff;color:#4b5563;display:grid;place-items:center;font-weight:600;font-family:Inter;font-size:16px}.chevron-icon{transition:transform .2s ease-in-out;color:#6b7280;margin-right:5px}.chevron-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;width:280px;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #cfcfcf1a,0 8px 10px -6px #aeabab1a;overflow:hidden;z-index:10;border:1px solid #E8E8E8}.dropdown-menu:hover{border:1px solid rgba(1,83,207,.2235294118)}.user-info{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #f3f4f6}.user-details{display:flex;flex-direction:column;text-align:left}.user-name{font-family:Inter;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:130%;letter-spacing:-2%;color:#000}.user-email{font-family:Inter;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:130%;letter-spacing:-2%;color:#0009}.dropdown-menu ul{list-style:none;padding:8px;margin:0}.dropdown-menu li{display:flex;align-items:center;gap:12px;height:36px;padding:10px 12px;border-radius:8px;cursor:pointer;font-family:Inter;font-weight:400;font-style:Regular;font-size:15px;leading-trim:NONE;line-height:14px;letter-spacing:0%;color:#111;transition:background-color .2s}.Logout{color:red!important}.dropdown-menu li:hover{background-color:#ecf2ff}@font-face{font-family:Segoe UI;src:url(../../../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}#containerofCskfpx .lastbarx12s{width:100%;height:70px;margin-top:0;border-radius:10px;display:flex;align-content:center;justify-content:flex-end;display:none}#containerofCskfpx #flexboxppc .card-title02{flex:.2}#containerofCskfpx #flexboxppc .card-title05{flex:.4}#containerofCskfpx #flexboxppc .card-title06{flex:.1}#containerofCskfpx #flexboxppc{display:flex;align-items:center}#containerofCskfpx .skeleton{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:4px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:250px;margin:16px 14px 17px 13px}@keyframes shine{to{background-position:right -40px top 0}}#containerofCskfpx .abarxs13s1{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:14px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:5px;display:none;width:268px;height:30px;margin:auto 10px}#containerofCskfpx .abarxs13s2{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:14px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:250px;width:168px;height:32px;margin:auto 10px}#containerofCskfpx_erp{margin-bottom:50px}#containerofCskfpx_erp .card{height:50px;width:200px;border-radius:10px;box-shadow:0 15px 25px #fff3}#containerofCskfpx_erp .paragraph{padding:10px 20px;width:97%;height:95px;border-radius:8px;background:#e5e5e5;margin-bottom:50px}#containerofCskfpx_erp .card *{background:linear-gradient(120deg,#e5e5e5 30%,#f0f0f0 38% 40%,#e5e5e5 48%);background-size:200% 100%;background-position:100% 0;animation:run 2s infinite}@keyframes run{to{background-position:-100% 0}}
