@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf) format("truetype");font-weight:100 900;font-style:normal}:root{--primary-color: #fe2c55;--secondary-color: #00F0E9;--title-color: #000000;--paragraph-color: #000000;--white-color: #FFFFFF;--background-color-main: #000000;--background-color-secondary: #FFFFFF;--color-1: #00D32A;--color-2: #FF0000;--color-3: #D3BA00;--color-4: #D30000;font-family:Inter,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-font: "Inter", sans-serif}*{padding:0;margin:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--white-color);line-height:normal;font-family:var(--primary-font);background-color:var(--background-color-main);background-image:url(/assets/PageBackground-CgVe-24Y.png);background-repeat:no-repeat;background-size:cover}body.modal-open{overflow:hidden;height:100vh}img{width:100%;display:block}.customContainer{max-width:425px!important;margin:0 auto;background-color:#0000004d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative}@media screen and (min-width:768px){.customContainer{max-width:650px!important;border-radius:28px}}.no-scroll{overflow:hidden;height:100vh}.marquee-containe{height:36px}.marqueeBox{background:var(--background-color-secondary);position:relative;width:100%;height:36px;overflow:hidden;padding:0;display:flex;align-items:center;color:#000}.marquee .scroll{white-space:nowrap;overflow:hidden;display:inline-block;animation:marquee 30s linear infinite}.marquee{font-weight:500;font-size:14px;line-height:10px;color:#000}@keyframes marquee{0%{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-moz-transform:translate3d(-50%,0,0);-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}.marquee-container{height:100%}.theForm{background:transparent;color:var(--white-color)!important;border:1px solid #343842!important;border-radius:3px;width:100%}.theForm .Mui-disabled{-webkit-text-fill-color:var(--white-color)!important}.theForm .MuiInput-underline:before{border-bottom:none!important}.theForm .MuiInput-underline:after{border-bottom:none!important}.theForm .MuiInputBase-root{width:100%}.theForm .MuiInputBase-root{font-weight:500!important}.theForm .MuiOutlinedInput-notchedOutline{border:unset!important;border-radius:2px}.theForm .MuiOutlinedInput-input{color:var(--white-color)!important;font-weight:400;padding:10px 88px 10px 10px!important;font-size:12px;border-radius:2px}.theForm .Mui-disabled{-webkit-text-fill-color:var(--white-color)!important;color:var(--white-color)!important}.theForm input::placeholder{font-weight:400;opacity:1;color:var(--white-color)!important}.theFormAmount{background:transparent;color:var(--white-color)!important;border:1px solid #343842!important;border-radius:3px;width:100%}.theFormAmount .Mui-disabled{-webkit-text-fill-color:var(--white-color)!important}.theFormAmount .MuiInput-underline:before{border-bottom:none!important}.theFormAmount .MuiInput-underline:after{border-bottom:none!important}.theFormAmount .MuiInputBase-root{width:100%}.theFormAmount .MuiInputBase-root{font-weight:500!important}.theFormAmount .MuiOutlinedInput-notchedOutline{border:unset!important;border-radius:2px}.theFormAmount .MuiOutlinedInput-input{color:var(--white-color)!important;font-weight:400;padding:10px 88px 10px 10px!important;font-size:12px;border-radius:2px}.theFormAmount input::placeholder{font-weight:400;opacity:1;color:var(--white-color)!important}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}.my-toast-alert{background-color:#ff2323!important;padding:10px 20px;color:#fff;border-radius:5px;z-index:100000!important}.my-toast-success{background-color:#28a745!important;padding:10px 20px;color:#fff;border-radius:5px;z-index:100000!important}.Mui-disabled{-webkit-text-fill-color:rgb(0 0 0 / 65%)!important}.theDS4Slider .slick-dots{bottom:-15px!important}.theDS4Slider .slick-dots li button:before{display:none}.theDS4Slider .slick-dots li{width:20px;height:4px;background-color:#d7d7d7}.theDS4Slider .slick-dots .slick-active{width:40px!important;height:4px;background-color:var(--primary-color)!important}.theDS6Overflow{overflow-x:scroll;overflow-y:hidden;display:flex;gap:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.45) transparent;padding:0 0 10px}.theDS6Overflow::-webkit-scrollbar{height:4px;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}.theDS6Overflow::-webkit-scrollbar-track{background:transparent}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}
