.drawerLayout{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.5);overflow:hidden}.drawerOverlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#000;opacity:0;z-index:999}.mobileDrawer{position:fixed;bottom:0;left:0;width:100%;max-height:calc(100vh - 190px);min-height:100px;background-color:var(--white);z-index:1000;padding:14px;display:flex;flex-direction:column;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -2px 10px rgba(0,0,0,.2);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;overflow:visible;@media screen and (max-width:768px){max-height:calc(100vh - 130px)}}.desktopDrawer{position:relative;width:100%;min-width:350px;max-height:632px;max-height:80dvh;background-color:var(--white);z-index:1000;display:flex;flex-direction:column;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.2);overflow:hidden}.drawerContent{flex:1 1;overflow-y:auto;scrollbar-width:thin;padding:0 32px;scrollbar-color:#c1c1c1 #f1f1f1;overscroll-behavior:contain}.drawerContent::-webkit-scrollbar{width:6px}.drawerContent::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.drawerContent::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.drawerContent::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.drawerInner{padding:0;box-sizing:border-box}.drawerFooter{padding:24px 32px 32px;box-shadow:0 -4px 8px 0 rgba(96,97,112,.16),0 0 2px 0 rgba(40,41,61,.04);background:var(--white);position:sticky;bottom:0}.rechargeBtn{width:100%;padding:12px;background-color:var(--rechargbtn);color:var(--white);border:none;border-radius:9999px;font-size:14px;cursor:pointer;font-family:var(--viRegular);white-space:nowrap;height:50px;background-size:200% 100%;background-position:100% 100%;transition:all .5s ease-out!important}.rechargeBtn:disabled{height:50px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:8px 16px;border-radius:32px;background:#d5d6d9;cursor:default}.rechargeBtn:hover:enabled{border-radius:25px!important;background-position:0 100%}.drawerHeader{justify-content:space-between;padding:32px 32px 24px;font-family:var(--viBold);font-size:24px;color:var(--popupheading);position:sticky;top:0;z-index:1}.drawerHeader,.mobileCloseBtn{display:flex;align-items:center;background-color:var(--white)}.mobileCloseBtn{position:absolute;top:-45px;right:15px;width:36px;height:36px;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.2);justify-content:center;font-size:20px;cursor:pointer;z-index:1100;border:none}.popupWrapper{align-items:end;flex-direction:column}.desktopCloseBtn,.popupWrapper{position:relative;display:flex;justify-content:center}.desktopCloseBtn{top:-16px;right:0;width:36px;height:36px;border-radius:50%;background-color:var(--white);box-shadow:0 0 6px rgba(0,0,0,.2);align-items:center;font-size:20px;cursor:pointer;z-index:1100;border:none}.noPaddingContent,.noPaddingContent .drawerInner{padding:0!important}.closeIconImg{width:20px;height:20px}@media (max-width:768px){.drawerHeader{padding:10px 0}.drawerFooter{padding:20px 0}.drawerContent{padding:0}.drawerLayout[popupoption]{background-color:initial;box-shadow:unset}.drawerLayout[popupoption] .mobileDrawer{border-radius:unset;height:calc(100dvh - 58px)!important;max-height:calc(100dvh - 58px)!important;box-shadow:unset;display:flex;height:100vh;padding:0}.drawerLayout[popupoption] .drawerOverlay{display:none}.drawerLayout[popupoption] .drawerFooter{padding:20px;box-shadow:0 -4px 8px 0 rgba(96,97,112,.16),0 0 2px 0 rgba(40,41,61,.04);border:unset}.drawerLayout[popupoption] .drawerContent{padding:20px}.drawerLayout[popupoption] .drawerHeader{display:flex;gap:12px;align-items:center;justify-content:flex-start;padding:12px 20px;background-color:#fff}.headerScrolled{box-shadow:0 4px 8px 0 rgba(96,97,112,.16),0 0 2px 0 rgba(40,41,61,.04)}.drawerLayout[popupoption] .drawerHeader p{font-size:16px;line-height:20px;font-family:var(--viMedium)}.closeIcon{width:20px;height:20px}}@media (max-width:480px){.drawerHeader{padding:10px 0}.drawerFooter{padding:20px 0}.drawerContent{padding:0}}