@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:grid;grid-template-columns:repeat(4,1fr);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}}@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")}.customdropdownx12s86{position:relative;min-width:269px;border-radius:5px!important}.customdropdownx12s86:focus-visible{outline:none;box-shadow:0 0 4px 2px #50025933;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.customdropdownx12s86 input{width:calc(100% - 30px)!important;height:40px;padding:10px;border-radius:5px!important;border:1px solid #d0d7de!important}.customdropdownx12s86 input:focus-visible{outline:none;box-shadow:0 0 4px 2px #50025933;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.customdropdownx12s86 input{margin:10px 10px 0}.customdropdownx12s86 textarea{padding:10px}.customdropdownx12s86 textarea:focus-visible{outline:none;box-shadow:0 0 4px 2px #50025933;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.customdropdownx12s86:focus:focus-visible{outline:none;box-shadow:0 0 4px 2px #50025933;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.customdropdownx12s86 #warehousemove_Item_232{position:absolute;overflow:hidden;right:0;z-index:10;background-color:#fff;width:18%;left:632px;top:36%;box-shadow:0 0 19px #d9d5eb;border-radius:5px;margin-top:10px}.customdropdownx12s86 #zonemove_Item_232{position:absolute;overflow:hidden;right:0;z-index:10;background-color:#fff;width:18%;left:632px;top:48%;box-shadow:0 0 19px #d9d5eb;border-radius:5px;margin-top:10px}.customdropdownx12s86 #rackmove_Item_232{position:absolute;overflow:hidden;z-index:10;background-color:#fff;width:18%;inset:8% 0 332px 632px;border-radius:5px}.customdropdownx12s86 #binmove_Item_232{position:absolute;overflow:hidden;z-index:10;background-color:#fff;width:18%;inset:19% 0 251px 632px;box-shadow:0 0 19px #d9d5eb;border-radius:5px;margin-top:10px}.customdropdownx12s86 .dropdown-selected{padding:8px 8px 8px 38px;height:34px;font-size:14px;color:#424242;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;position:relative}.customdropdownx12s86 .dropdown-selected svg{position:absolute;height:22px!important;right:0;padding:8px 0 8px 2px!important;margin-top:0!important}.customdropdownx12s86 .dropdown-options{position:absolute;top:100%;overflow:hidden;right:0;background-color:#fff;width:100%;left:-1px;box-shadow:0 0 19px #d9d5eb;border-radius:5px;margin-top:10px;z-index:999}.customdropdownx12s86 .dropdown-options input{margin:8px 0 0 3%!important;width:94%!important;border:none!important;background:#091e420f!important;font-size:13px!important;padding:10px 10px 10px 30px!important;height:30px}.customdropdownx12s86 .dropdown-options input::placeholder{font-size:13px!important;color:#424242!important}.customdropdownx12s86 .dropdown-options input:focus-visible{box-shadow:none!important}.customdropdownx12s86 .dropdown-options .selectedoption{background-color:#efebf5!important}.customdropdownx12s86 .dropdown-options .inactive-option{background-color:#cecece!important;color:#fff!important;cursor:not-allowed;position:relative!important;pointer-events:none;display:none!important}.customdropdownx12s86 .dropdown-options .inactive-option:after{content:"inactive";position:absolute;right:10px;background:#ef463a80;background:-webkit-linear-gradient(to right,rgba(239,70,58,.5019607843),rgba(203,45,62,.5019607843));background:linear-gradient(to right,#ef463a80,#cb2d3e80);font-size:12px;padding:4px 10px;border-radius:55px;z-index:1322}.customdropdownx12s86 .dropdown-options .lastbuttonsecofdropdown{background:#44b678;height:32px;text-align:center;margin:0 auto;width:100%;padding:5px 15px;cursor:pointer;display:flex;align-items:center;justify-content:center}.customdropdownx12s86 .dropdown-options .lastbuttonsecofdropdown p{display:flex;align-items:center;gap:7px;font-size:13px;color:#fff}.customdropdownx12s86 .dropdown-options .lastbuttonsecofdropdown p svg{color:#fff!important;padding:0!important;width:18px!important;height:18px!important;position:relative!important}.customdropdownx12s86 .dropdown-options .lastbuttonsecofdropdown:hover{background:#5d369f}.customdropdownx12s86 .dropdown-options .lastbuttonsecofdropdown:hover p{color:#fff}.customdropdownx12s86 .dropdown-options .lastbuttonsecofdropdown:hover svg{color:#fff!important}.customdropdownx12s86 .account-typename4{padding:4px 30px 4px 15px;font-size:14px;margin:0;font-weight:500;background:#091e420f}.customdropdownx12s86 .dropdownoptoscroll{display:flex;flex-direction:column;min-height:auto;height:100%;max-height:250px!important;overflow:auto;overflow-x:hidden;gap:2px;animation:dropdownAnimation .3s ease-in-out;box-sizing:border-box;padding:5px 0;margin:5px 0}.customdropdownx12s86 .dropdownoptoscroll::-webkit-scrollbar-track{background-color:transparent}.customdropdownx12s86 .dropdownoptoscroll::-webkit-scrollbar{width:5px;background-color:#06070724;background-color:#fff;padding:21px}.customdropdownx12s86 .dropdownoptoscroll::-webkit-scrollbar:hover{width:8px}.customdropdownx12s86 .dropdownoptoscroll::-webkit-scrollbar-thumb{background-color:#0806394d;cursor:pointer;border-radius:250px}.customdropdownx12s86 .dropdownoptoscroll::-webkit-scrollbar-thumb:hover{background:#797979}.customdropdownx12s86 .dropdownoptoscrollxxx{max-height:200px;overflow-y:auto}.customdropdownx12s86 .dropdown-option{padding:8px 15px;cursor:pointer;font-size:14px;font-size:13px;font-weight:500;color:#424242;text-transform:capitalize}.customdropdownx12s86 .dropdown-option:last-child{border-bottom:1px solid transparent}.customdropdownx12s86 .dropdown-option:hover{background-color:#efebf599}.customdropdownx12s86:focus{outline:2px solid #5d369f}.customdropdownx12s86 .grnTax{min-width:"86px"}.customdropdownx12sfocus86:focus{outline:2px solid #5d369f;outline-offset:2px;border-radius:4px}.customdropdownx12sfocus86 .dropdown-option.focusedoption{background-color:#5d369f;color:#5d369f}#newsvgsearchicox2{padding-left:10px!important;width:25px!important;height:40px;border-radius:5px 0 0 5px;border:1px;height:35px;padding:7px 0 7px 2px;padding:8px 0 8px 10px!important;font-size:25px;transition:.2s all;color:#384957d9;border-right:none;position:absolute;z-index:1;top:6px;left:4px;display:flex;align-items:center;justify-content:center}@keyframes dropdownAnimation{0%{max-height:0}to{max-height:250px}}#absoluteofvalselcc{position:absolute;display:flex;flex-direction:column;gap:7px;row-gap:7px;margin-top:5px}#absoluteofvalselcc .selectedoption5465cds{display:flex;align-items:center;gap:5px;background:#f6f8fa;padding:5px 10px;border-radius:5px;font-size:12px}#absoluteofvalselcc .selectedoption5465cds .remove-option svg{padding:2px!important;position:relative!important;background:#5d369f;color:#fff!important;border-radius:250px!important;width:20px;height:20px;cursor:pointer;transition:none!important}#absoluteofvalselcc .selectedoption5465cds .remove-option svg:hover{background:#06070724;color:#000!important}.position_depart_3221{left:108%;top:0}.amenities{flex-direction:column;width:158px}.inactive-category{background:#f6f8fa}.inactive-category:hover{background:unset!important}.inactive-category{cursor:not-allowed;position:relative!important;display:none}.inactive-category:after{content:"";display:inline-block;background-image:url(/assets/Icons/not_allowed.svg);background-size:cover;width:15px;height:15px;position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;border-radius:55px;opacity:.7;z-index:1322}.sd154w78s8{min-width:143px!important}.sd154w78s8 .dropdown-selected{min-width:143px!important;background:#f6f8fa;border-radius:5px;padding:8px 8px 8px 10px}.sd154w78s8 .dropdown-selected:hover{background:#091e420f}.sd154w78s877{min-width:150px!important}.sd154w78s877 .dropdown-selected{min-width:150px!important;background:#f6f8fa;border-radius:5px;padding:8px 8px 8px 10px}.sd154w78s877 .dropdown-selected:hover{background:#091e420f}.sd154w78s877 .dropdown-selected svg{right:10px}.sxfc546sdfr85234e{padding:0 20px 20px;background:#fff;width:100%;max-width:100%;display:flex;gap:165px;justify-content:flex-start}.custom-scrollbar{scrollbar-width:thin}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-track{background-color:#f1f1f1}
