@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");#__next,body,html{height:100%}code{font-family:Inter,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;padding:.1rem .4rem;font-size:90%;color:#d400ff;border-radius:.1335rem}code:not([class*=language-]):after,code:not([class*=language-]):before{content:"`"}code[class*=language-]{padding:0}.my-svg.MuiButtonBase-root:hover .typography{color:#fff!important}.image:hover{fill:#fff!important}.gift-button.MuiButtonBase-root:hover{background:linear-gradient(177deg,rgba(255,99,237,1),rgba(255,153,38,1));color:#fff!important;transform:scale(1.05)}.gift-button.MuiButtonBase-root:hover .image{fill:#fff}.my-svg:hover path{fill:#fff;color:#fff!important}wheel_dashboard_svg{height:"150px";width:"100%"}.responsive-svg{height:80px}@media (min-width:901px){.responsive-svg{height:120px}}@media (min-width:1200px){.responsive-svg{height:140px}}.responsive-image{width:100%;height:auto;max-width:50%}@media (max-width:600px){.responsive-image{max-width:80%}}@media (max-width:400px){.responsive-image{max-width:100%}}.table-responsive{display:block;overflow-x:auto}.table-mobile{display:block;width:100%}.table-cell{display:flex;flex-direction:column;border-bottom:1px solid #ddd;padding:8px}.table-cell>span{font-weight:700}@media (max-width:600px){.table-desktop{display:none}.table-mobile{display:block}}@media (max-width:900px){#map{height:50vh!important}}.image-container{position:relative;display:inline-block;width:80px;height:80px}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.centered-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8)}.fade-in-out{animation:fadeInOut 3s forwards}@keyframes fadeInOut{0%{opacity:1}to{opacity:0}}.rotate-animation{animation:rotate 4s linear infinite}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.responsive-icon{margin-right:16px;height:48px;width:48px}@media (max-width:600px){.responsive-icon{height:30px;width:30px}}.custom-date-range{--rdrColor:#f40b07db;--rdrColorLight:#f40b07db;--rdrColorDark:#f40b07db;--rdrSelectedColor:#f40b07db}.datecolor{background-color:#f0f0f0;color:#f40b07db}.leaflet-control-attribution{display:none}.active-top{width:100%;background-color:#fff;height:20px;margin:0 0 -5px 12px}.nav-link{margin-top:0!important;padding-right:0!important}.active:after,.nav-group-selected:after{bottom:-4em;border-radius:0 30px 0 0;box-shadow:0 -16px 0 0 #ffffff}.active:after,.active:before,.nav-group-selected:after,.nav-group-selected:before{content:"";background:#f0f0f0;height:4em;width:4em;position:absolute;right:0;z-index:-1}.active:before,.nav-group-selected:before{top:-4em;border-radius:0 0 30px 0;box-shadow:0 16px 0 0 #ffffff}.nav-group-selected{background-color:#fff;border-radius:32px 0 0 32px;padding-left:0!important}.active.nav-collapsed{background-color:#f0f0f0!important;border-radius:0!important}.active.nav-collapsed:after,.active.nav-collapsed:before{display:none}.active.nav-collapsed .nav-collapsed-icon{color:#fff!important}.nav-collapsed-link .active{padding:12px 6px!important}.nav-collapsed-link .active .MuiListItemIcon-root{background-color:#4c4e64;padding:10px;border-radius:12px!important;box-shadow:0 3.08px 26.2px 0 #00000047}.nav-collapsed-drawer{box-shadow:10.35px 11.5px 72.43px 0 #0000003d}.custom-scrollbar{--sb-track-color:#f0f0f0;--sb-thumb-color:#f40b07;--sb-size:5px}.custom-scrollbar::-webkit-scrollbar{width:var(--sb-size)}.custom-scrollbar::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:3px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}