:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;letter-spacing:inherit;color:inherit;padding:0}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.\!top-12{top:3rem!important}.\!top-\[4\.1rem\]{top:4.1rem!important}.\!top-\[4rem\]{top:4rem!important}.\!top-\[6\.4rem\]{top:6.4rem!important}.\!top-\[6\.8rem\]{top:6.8rem!important}.-left-\[150px\]{left:-150px}.bottom-0{bottom:0}.left-0{left:0}.left-\[-9rem\]{left:-9rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-12{top:3rem}.top-2{top:.5rem}.top-5{top:1.25rem}.top-\[-22px\]{top:-22px}.top-\[10px\]{top:10px}.top-\[20px\]{top:20px}.top-\[3px\]{top:3px}.top-\[50\%\]{top:50%}.top-\[8\.3rem\]{top:8.3rem}.z-10{z-index:10}.z-20{z-index:20}.z-\[9999\]{z-index:9999}.float-right{float:right}.\!m-0,.\!m-\[0\]{margin:0!important}.\!m-auto{margin:auto!important}.m-0{margin:0}.m-4{margin:1rem}.\!my-0{margin-top:0!important;margin-bottom:0!important}.\!my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.\!my-\[10px\]{margin-top:10px!important;margin-bottom:10px!important}.\!my-\[24px\]{margin-top:24px!important;margin-bottom:24px!important}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-0{margin-bottom:0!important}.\!mb-1{margin-bottom:.25rem!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-4{margin-bottom:1rem!important}.\!mb-\[10px\]{margin-bottom:10px!important}.\!mr-0{margin-right:0!important}.\!mt-0{margin-top:0!important}.\!mt-2{margin-top:.5rem!important}.\!mt-4{margin-top:1rem!important}.\!mt-6{margin-top:1.5rem!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[2px\]{margin-bottom:2px}.ml-0{margin-left:0}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10px\]{margin-top:10px}.mt-\[12px\]{margin-top:12px}.mt-\[16px\]{margin-top:16px}.mt-\[2px\]{margin-top:2px}.mt-\[8px\]{margin-top:8px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.table-row{display:table-row}.hidden{display:none}.\!h-10{height:2.5rem!important}.\!h-\[120px\]{height:120px!important}.\!h-\[228px\]{height:228px!important}.\!h-\[244px\]{height:244px!important}.\!h-\[250px\]{height:250px!important}.\!h-\[252px\]{height:252px!important}.\!h-\[260px\]{height:260px!important}.\!h-\[264px\]{height:264px!important}.\!h-\[270px\]{height:270px!important}.\!h-\[272px\]{height:272px!important}.\!h-\[285px\]{height:285px!important}.\!h-\[28px\]{height:28px!important}.\!h-\[304px\]{height:304px!important}.\!h-\[312px\]{height:312px!important}.\!h-\[314px\]{height:314px!important}.\!h-\[328px\]{height:328px!important}.\!h-\[32px\]{height:32px!important}.\!h-\[34px\]{height:34px!important}.\!h-\[36px\]{height:36px!important}.\!h-\[376px\]{height:376px!important}.\!h-\[396px\]{height:396px!important}.\!h-\[40px\]{height:40px!important}.\!h-\[420px\]{height:420px!important}.\!h-\[432px\]{height:432px!important}.\!h-\[44px\]{height:44px!important}.\!h-\[450px\]{height:450px!important}.\!h-\[480px\]{height:480px!important}.\!h-\[508px\]{height:508px!important}.\!h-\[510px\]{height:510px!important}.\!h-\[515px\]{height:515px!important}.\!h-\[518px\]{height:518px!important}.\!h-\[570px\]{height:570px!important}.\!h-auto{height:auto!important}.h-12{height:3rem}.h-16{height:4rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[120px\]{height:120px}.h-\[13px\]{height:13px}.h-\[150px\]{height:150px}.h-\[15px\]{height:15px}.h-\[190px\]{height:190px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[25px\]{height:25px}.h-\[28px\]{height:28px}.h-\[310px\]{height:310px}.h-\[320px\]{height:320px}.h-\[328px\]{height:328px}.h-\[32px\]{height:32px}.h-\[35px\]{height:35px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[43px\]{height:43px}.h-\[480px\]{height:480px}.h-\[48px\]{height:48px}.h-\[508px\]{height:508px}.h-\[50px\]{height:50px}.h-\[515px\]{height:515px}.h-\[60px\]{height:60px}.h-\[64px\]{height:64px}.h-\[70px\]{height:70px}.h-\[72px\]{height:72px}.h-\[769px\]{height:769px}.h-\[92px\]{height:92px}.h-\[96px\]{height:96px}.h-full{height:100%}.max-h-24{max-height:6rem}.\!min-h-\[256px\]{min-height:256px!important}.\!min-h-\[436px\]{min-height:436px!important}.\!min-h-\[90px\]{min-height:90px!important}.min-h-\[10rem\]{min-height:10rem}.min-h-\[auto\]{min-height:auto}.\!w-1\/2{width:50%!important}.\!w-\[250px\]{width:250px!important}.\!w-\[343px\]{width:343px!important}.\!w-\[360px\]{width:360px!important}.\!w-\[380px\]{width:380px!important}.\!w-\[400px\]{width:400px!important}.\!w-\[450px\]{width:450px!important}.\!w-\[460px\]{width:460px!important}.\!w-\[57px\]{width:57px!important}.\!w-\[84px\]{width:84px!important}.\!w-\[96px\]{width:96px!important}.\!w-auto{width:auto!important}.\!w-full{width:100%!important}.w-1\/2{width:50%}.w-16{width:4rem}.w-3\/4{width:75%}.w-5{width:1.25rem}.w-56{width:14rem}.w-\[100px\]{width:100px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[136px\]{width:136px}.w-\[13px\]{width:13px}.w-\[145px\]{width:145px}.w-\[150px\]{width:150px}.w-\[152px\]{width:152px}.w-\[159px\]{width:159px}.w-\[160px\]{width:160px}.w-\[163px\]{width:163px}.w-\[20px\]{width:20px}.w-\[210px\]{width:210px}.w-\[220px\]{width:220px}.w-\[240px\]{width:240px}.w-\[270px\]{width:270px}.w-\[28px\]{width:28px}.w-\[2px\]{width:2px}.w-\[300px\]{width:300px}.w-\[320px\]{width:320px}.w-\[32px\]{width:32px}.w-\[336px\]{width:336px}.w-\[375px\]{width:375px}.w-\[402px\]{width:402px}.w-\[40px\]{width:40px}.w-\[600px\]{width:600px}.w-\[60px\]{width:60px}.w-\[74px\]{width:74px}.w-\[75\%\]{width:75%}.w-\[78px\]{width:78px}.w-\[80px\]{width:80px}.w-\[85\%\]{width:85%}.w-\[92px\]{width:92px}.w-\[96px\]{width:96px}.w-full{width:100%}.\!min-w-\[10rem\]{min-width:10rem!important}.min-w-\[100px\]{min-width:100px}.min-w-\[130px\]{min-width:130px}.min-w-\[160px\]{min-width:160px}.min-w-\[320px\]{min-width:320px}.min-w-\[60px\]{min-width:60px}.min-w-\[96px\]{min-width:96px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-\[100px\]{max-width:100px}.max-w-\[140px\]{max-width:140px}.max-w-\[300px\]{max-width:300px}.max-w-\[311px\]{max-width:311px}.max-w-\[320px\]{max-width:320px}.max-w-\[350px\]{max-width:350px}.max-w-\[392px\]{max-width:392px}.max-w-\[400px\]{max-width:400px}.max-w-\[414px\]{max-width:414px}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[504px\]{max-width:504px}.max-w-\[540px\]{max-width:540px}.max-w-\[550px\]{max-width:550px}.max-w-\[800px\]{max-width:800px}.max-w-\[850px\]{max-width:850px}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.-translate-x-\[50\%\]{--tw-translate-x:-50%}.-translate-x-\[50\%\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!gap-0{gap:0!important}.\!gap-1{gap:.25rem!important}.\!gap-\[2px\]{gap:2px!important}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[16px\]{gap:16px}.gap-\[24px\]{gap:24px}.gap-\[5px\]{gap:5px}.gap-\[8px\]{gap:8px}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-wrap{text-wrap:wrap}.break-all{word-break:break-all}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-\[12px\]{border-radius:12px}.rounded-\[7px\]{border-radius:7px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tr-2xl{border-top-right-radius:1rem}.\!border-0{border-width:0!important}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-b{border-bottom-width:1px}.border-solid{border-style:solid}.\!border-none{border-style:none!important}.\!border-\[red\]{--tw-border-opacity:1!important;border-color:rgb(255 0 0/var(--tw-border-opacity,1))!important}.border-\[\#4094FF\]{--tw-border-opacity:1;border-color:rgb(64 148 255/var(--tw-border-opacity,1))}.border-\[\#E5E5E5\]{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity,1))}.border-\[\#e5e5e5\]{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.border-\[\#f1eded\]{--tw-border-opacity:1;border-color:rgb(241 237 237/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.\!bg-\[\#0000007d\]{background-color:#0000007d!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-\[\#D4D4D4\]{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))}.bg-\[\#D5E7FF\]{--tw-bg-opacity:1;background-color:rgb(213 231 255/var(--tw-bg-opacity,1))}.bg-\[\#E0EDFF\]{--tw-bg-opacity:1;background-color:rgb(224 237 255/var(--tw-bg-opacity,1))}.bg-\[\#EEF5FF\]{--tw-bg-opacity:1;background-color:rgb(238 245 255/var(--tw-bg-opacity,1))}.bg-\[\#EFF2F5\]{--tw-bg-opacity:1;background-color:rgb(239 242 245/var(--tw-bg-opacity,1))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-\[\#FFA43C\]{--tw-bg-opacity:1;background-color:rgb(255 164 60/var(--tw-bg-opacity,1))}.bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:rgba(37,99,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-blue-400{--tw-gradient-to:#60a5fa var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[10px\]{padding:10px}.p-\[16px\]{padding:16px}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-\[10px\]{padding-left:10px!important;padding-right:10px!important}.\!px-\[12px\]{padding-left:12px!important;padding-right:12px!important}.\!px-\[16px\]{padding-left:16px!important;padding-right:16px!important}.\!px-\[24px\]{padding-left:24px!important;padding-right:24px!important}.\!px-\[8px\]{padding-left:8px!important;padding-right:8px!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.\!py-\[10px\]{padding-top:10px!important;padding-bottom:10px!important}.\!py-\[12px\]{padding-top:12px!important;padding-bottom:12px!important}.\!py-\[7px\]{padding-top:7px!important;padding-bottom:7px!important}.\!py-\[8px\]{padding-top:8px!important;padding-bottom:8px!important}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[28px\]{padding-left:28px;padding-right:28px}.px-\[2rem\]{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.\!pb-2{padding-bottom:.5rem!important}.\!pb-\[12px\]{padding-bottom:12px!important}.\!pb-\[2px\]{padding-bottom:2px!important}.\!pb-\[5px\]{padding-bottom:5px!important}.\!pt-3{padding-top:.75rem!important}.\!pt-\[2px\]{padding-top:2px!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-0{padding-right:0}.pr-6{padding-right:1.5rem}.pt-1{padding-top:.25rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-\[2px\]{padding-top:2px}.pt-\[5px\]{padding-top:5px}.pt-\[6px\]{padding-top:6px}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.\!text-\[12px\]{font-size:12px!important}.\!text-\[14px\]{font-size:14px!important}.\!text-\[16px\]{font-size:16px!important}.\!text-\[20px\]{font-size:20px!important}.\!text-\[22px\]{font-size:22px!important}.\!text-\[24px\]{font-size:24px!important}.\!text-\[26px\]{font-size:26px!important}.\!text-\[32px\]{font-size:32px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[2rem\]{font-size:2rem}.text-\[32px\]{font-size:32px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.\!font-\[400\]{font-weight:400!important}.\!font-\[600\]{font-weight:600!important}.\!font-\[700\],.\!font-bold{font-weight:700!important}.\!font-semibold{font-weight:600!important}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[700\],.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-3{line-height:.75rem!important}.\!leading-8{line-height:2rem!important}.\!leading-\[20px\]{line-height:20px!important}.\!leading-\[32px\]{line-height:32px!important}.\!leading-\[8px\]{line-height:8px!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[1\]{line-height:1}.leading-\[20px\]{line-height:20px}.leading-\[24px\]{line-height:24px}.leading-\[32px\]{line-height:32px}.leading-\[3rem\]{line-height:3rem}.leading-\[40px\]{line-height:40px}.leading-\[48px\]{line-height:48px}.\!text-\[\#171D38\]{--tw-text-opacity:1!important;color:rgb(23 29 56/var(--tw-text-opacity,1))!important}.\!text-\[\#22C55E\]{--tw-text-opacity:1!important;color:rgb(34 197 94/var(--tw-text-opacity,1))!important}.\!text-\[\#4094FF\]{--tw-text-opacity:1!important;color:rgb(64 148 255/var(--tw-text-opacity,1))!important}.\!text-\[\#737373\]{--tw-text-opacity:1!important;color:rgb(115 115 115/var(--tw-text-opacity,1))!important}.\!text-\[\#D4D4D4\]{--tw-text-opacity:1!important;color:rgb(212 212 212/var(--tw-text-opacity,1))!important}.\!text-\[\#fff\]{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.\!text-\[red\]{--tw-text-opacity:1!important;color:rgb(255 0 0/var(--tw-text-opacity,1))!important}.text-\[\#171D38\]{--tw-text-opacity:1;color:rgb(23 29 56/var(--tw-text-opacity,1))}.text-\[\#22C55E\]{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-\[\#4094FF\]{--tw-text-opacity:1;color:rgb(64 148 255/var(--tw-text-opacity,1))}.text-\[\#41a3ff\]{--tw-text-opacity:1;color:rgb(65 163 255/var(--tw-text-opacity,1))}.text-\[\#4B5563\]{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-\[\#737373\]{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}.text-\[\#777\]{--tw-text-opacity:1;color:rgb(119 119 119/var(--tw-text-opacity,1))}.text-\[\#EF4444\]{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-\[\#F4F4F4\]{--tw-text-opacity:1;color:rgb(244 244 244/var(--tw-text-opacity,1))}.text-\[\#FF0707\]{--tw-text-opacity:1;color:rgb(255 7 7/var(--tw-text-opacity,1))}.text-\[\#FFA43C\]{--tw-text-opacity:1;color:rgb(255 164 60/var(--tw-text-opacity,1))}.text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-\[\#ff0000\],.text-\[red\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-90{opacity:.9}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.last\:hidden:last-child{display:none}.hover\:\!bg-\[\#E0EDFF\]:hover{--tw-bg-opacity:1!important;background-color:rgb(224 237 255/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#1C2446\]:hover{--tw-bg-opacity:1;background-color:rgb(28 36 70/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E0EDFF\]:hover{--tw-bg-opacity:1;background-color:rgb(224 237 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(29,78,216,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.disabled\:bg-red-300:disabled{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}@media (min-width:640px){.sm\:\!mr-\[1rem\]{margin-right:1rem!important}.sm\:mb-0{margin-bottom:0}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-4{margin-left:1rem}.sm\:h-\[40px\]{height:40px}.sm\:\!w-\[327px\]{width:327px!important}.sm\:w-\[200px\]{width:200px}.sm\:w-\[375px\]{width:375px}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:px-0{padding-left:0;padding-right:0}.sm\:\!text-\[24px\]{font-size:24px!important}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-\[32px\]{font-size:32px}}@media (min-width:768px){.md\:relative{position:relative}.md\:left-0{left:0}.md\:top-0,.md\:top-\[0px\]{top:0}.md\:m-6{margin:1.5rem}.md\:mt-12{margin-top:3rem}.md\:mt-5{margin-top:1.25rem}.md\:flex{display:flex}.md\:h-\[15rem\]{height:15rem}.md\:h-\[20rem\]{height:20rem}.md\:min-h-\[380px\]{min-height:380px}.md\:w-\[100\%\]{width:100%}.md\:w-\[165px\]{width:165px}.md\:w-\[390px\]{width:390px}.md\:w-\[450px\]{width:450px}.md\:w-\[490px\]{width:490px}.md\:w-\[92\%\]{width:92%}.md\:w-full{width:100%}.md\:max-w-\[250px\]{max-width:250px}.md\:max-w-\[288px\]{max-width:288px}.md\:max-w-\[300px\]{max-width:300px}.md\:max-w-\[450px\]{max-width:450px}.md\:max-w-\[490px\]{max-width:490px}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-center{align-items:center}.md\:gap-2{gap:.5rem}.md\:gap-5{gap:1.25rem}.md\:p-0{padding:0}.md\:p-12{padding:3rem}.md\:p-6{padding:1.5rem}.md\:p-\[24px\]{padding:24px}.md\:p-\[32px\]{padding:32px}.md\:px-0{padding-left:0;padding-right:0}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-\[24px\]{padding-left:24px;padding-right:24px}.md\:px-\[5px\]{padding-left:5px;padding-right:5px}.md\:py-\[24px\]{padding-top:24px;padding-bottom:24px}.md\:pb-2{padding-bottom:.5rem}.md\:pb-\[24px\]{padding-bottom:24px}.md\:pl-0{padding-left:0}.md\:pt-\[0\]{padding-top:0}.md\:pt-\[8px\]{padding-top:8px}.md\:text-left{text-align:left}.md\:\!text-\[32px\]{font-size:32px!important}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[20px\]{font-size:20px}.md\:text-\[24px\]{font-size:24px}}@media (min-width:1024px){.lg\:\!right-2{right:.5rem!important}.lg\:top-\[-5rem\]{top:-5rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-7{margin-top:1.75rem}.lg\:h-\[2\.6rem\]{height:2.6rem}.lg\:w-\[185px\]{width:185px}.lg\:w-\[288px\]{width:288px}.lg\:w-\[305px\]{width:305px}.lg\:w-full{width:100%}.lg\:max-w-\[180px\]{max-width:180px}.lg\:gap-2{gap:.5rem}.lg\:gap-4{gap:1rem}.lg\:p-0{padding:0}.lg\:p-8{padding:2rem}.lg\:p-\[32px\]{padding:32px}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:pr-4{padding-right:1rem}.lg\:pt-16{padding-top:4rem}.lg\:text-left{text-align:left}.lg\:\!text-\[16px\]{font-size:16px!important}}@media (min-width:1280px){.xl\:h-\[15px\]{height:15px}.xl\:h-\[72px\]{height:72px}.xl\:w-\[20px\]{width:20px}.xl\:w-\[414px\]{width:414px}.xl\:w-\[531px\]{width:531px}.xl\:max-w-\[531px\]{max-width:531px}}.layout_layout_wrapper__QnCqR{position:relative;overflow-x:hidden}.layout_modal_wrapper__xnk8x{position:fixed;top:0;bottom:0;width:100%;background-color:rgba(70,70,70,.363);z-index:999;display:grid;place-items:center}.layout_modal___oa1W{width:95%;z-index:9}

/*!
 * bitdeposit  v1.0.0 (https://baji375.com/)
 * Copyright 2022-2023 The Sitdeposit Authors
 * 
 * 
 * 
 * Reset and global CSS. This file only for the global usages. 
 * This file does not depend on any file or component. 
 * Add only those CSS that will be used around the APP.
 */@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@font-face{font-family:Samsung;src:url(/font/Samsung-font/samsungsharpsans.otf);font-weight:400;font-style:normal}@font-face{font-family:Samsung;src:url(/font/Samsung-font/samsungsharpsans-medium.otf);font-weight:400;font-style:normal}@font-face{font-family:Samsung;src:url(/font/Samsung-font/samsungsharpsans-bold.otf);font-weight:700;font-style:normal}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-grey-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--primary:#02537d;--primaryThin:#537895;--primaryDark:#013d5d;--primaryLighterDark:#2a5778;--primaryLight:#0184a9;--primaryLighterGreen:#01bfc4;--primarySkyBlue:#b5e8f6;--primaryLighterBlue:#d4f1f9;--primaryWhite:#fcfeff;--yellow:#fc0;--yellowDark:#ff9d00;--yellowDeep:#eab139;--white:#fff;--whiteLight:#e7f5ff;--whiteThin:#f6fbff;--skyBlue:#ceeafe;--blueDeep:#2a5778;--blueDark:#4055e4;--blueLighter:#c3cdff;--skyBlueLighter:#b8e5ff;--skyBlueBold:#80d2e1;--skyBlueThin:#e7f5ff;--jamBlueLighter:#e4ddff;--greenDeep:#79c03a;--redDeep:#e45f54;--pinkLighter:#ffd6e8;--pinkThin:#fee4ff;--crimsonLighter:#ffddbd;--crimsonThin:#ffe5cd;--orange:#f68d29;--grad-yellow-dark:linear-gradient(90deg,#ff9d00,#fc0);--grad-yellow-light:linear-gradient(93.51deg,#f68d29 2.84%,#fc0 99.18%);--grad-primary-dark:linear-gradient(270deg,rgba(181,232,246,.8),rgba(181,232,246,.5));--grad-grayBG:linear-gradient(90deg,rgba(1,61,93,.2),rgba(83,120,149,.2))}.bg-gd{background:var(--grad-yellow-dark)!important}.borderRed{border:1px solid red!important}.text-black{color:#000!important}.text-success{color:#4ade80}.text-red{color:red}.text-blueLight{color:#4094ff!important}.text-blue{color:#2484ff!important}.text-grey{color:#171d38!important}.bg-danger{background-color:#198754!important}.bg-grey{background:#eff2f5}.bg-cashIn{background:#4094ff}.bg-cashOut{background:#dd6565}.bg-deposit{background:#6665dd}.bg-withdraw{background:#de0d92}.bg-transfer{background:#29e7cd}.bg-commission{background:#00bf08}.d-none{display:none!important}.d-block{display:block!important}.font-semi-bold{font-weight:600!important}.sup{top:0;font-size:20px}.m-width-120px{max-width:120px}.round-img{border-radius:30px}.text-capitalize{text-transform:capitalize}.error-box{background:#a9a9a9;display:inline-block;margin:1rem 0;padding:1rem;border-radius:7px}.tabBtn{color:#4094ff!important;background:#fff!important;font-weight:400!important;font-size:14px!important}.tabBtnActive{background:#4094ff!important;color:#fff!important;font-weight:600!important}.btn-verified-icon .icon{color:#fff;background:#4ade80;border-radius:50%;font-size:10px;padding:2px;line-height:0}.font-14px{font-size:14px!important}.line-height-1{line-height:1.5!important}.sft-input{border:1px solid #e7e7e7;padding:9px 10px;border-radius:10px;width:100%}.hide-currency-border{margin:0!important}.hide-currency-border .ant-select-selector{border:none!important}*,.ant-typography,:after,:before{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:#171d38;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding:0;margin:0;list-style:none}dl,ol,ul{margin-top:0;margin-bottom:1rem}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:none}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}.light tr{border:1px solid #eff2f5}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:Inter,sans-serif;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none}.container,.container-fluid{--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:100%}}@media(min-width:768px){.container{max-width:100%}}@media(min-width:992px){.container{max-width:100%}}@media(min-width:1200px){.container{max-width:1280px}}.h-100{height:100%}.h-auto{height:auto}.w-100{width:100%}.w-auto{width:auto}.m-0I{margin:0!important}.mt-0,.my-0{margin-top:0}.mb-half,.my-half{margin-bottom:.5rem}.mt-half,.my-half{margin-top:.5rem}.mb-1-half,.my-1-half{margin-bottom:1.5rem}.mt-1-half,.my-1-half{margin-top:1.5rem}.m-auto{margin:auto}.mx-15px{margin:15px 0}.p-half{padding:.5rem}.p-1-half{padding:1.5rem}.btn{font-weight:500;font-size:1rem;line-height:1rem}.b-radius-1{border-radius:1rem}body .btn-gradient{background:linear-gradient(93.51deg,#f68d29 2.84%,#fc0 99.18%);box-shadow:0 2px 2px rgba(0,0,0,.12);border-radius:8px;border:0;color:#fff}body .btn-gradient:hover{color:#fff!important;background-color:transparent!important}body .btn-gradient:active{background-color:transparent;background:#fc0!important;border-color:#f68d29!important}header .btn.ant-btn-text{font-weight:500;font-size:16px;line-height:16px;color:#fff}.ant-btn-text:active{color:#fff!important}.btn-border{padding:8px;border-radius:8px;border:1.5px solid #4094ff;color:#4094ff;width:148px;height:36px;display:flex;align-items:center;justify-content:center}.flex-1{flex:1}.flex-half{flex:.5}.inline-flex{display:inline-flex}.none{display:none}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none}.static{position:static}.fixed{position:fixed}.sticky{position:sticky}.flex-fill{flex:1 1 auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.row-reverse{flex-direction:row-reverse}.column-reverse{flex-direction:column-reverse}.flex-nowrap{flex-wrap:nowrap}.wrap-reverse{flex-wrap:wrap-reverse}.content-start{justify-content:flex-start}.content-end{justify-content:flex-end}.content-center{justify-content:center}.content-between{justify-content:space-between}.content-around{justify-content:space-around}.content-evenly{justify-content:space-evenly}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.start{text-align:left}.end{text-align:right}.center{text-align:center}.decoration-none{text-decoration:none}.decoration-underline{text-decoration:underline}.decoration-line-through{text-decoration:line-through}.text-wrap{white-space:normal}.text-grey{color:#eff2f5!important}.text-green{color:#4ade80!important}.text-nowrap{white-space:nowrap}.gap-schwa{gap:.25rem}.gap-half{gap:.5rem}.gap-1-half{gap:1.5rem}.gap-2-half{gap:2.5rem}.gap-3-half{gap:3.5rem}.gap-10px{gap:10px}.gap-5px{gap:5px}.gap-20px{gap:20px}.hidden{overflow:hidden}.w-0{width:0}.h-0{height:0}.square{width:15px;height:15px;border-radius:5px}.text-break{word-wrap:break-word;word-break:break-word}.bit-color-primary{background-color:#013d5d}.pointer-none{pointer-events:none!important}.font-14px{font-size:14px}.font-12px{font-size:12px}.font-16px{font-size:16px}.input-field{background:#fff;font-weight:400;border-radius:6px;line-height:16px;color:rgba(23,29,56,.639);display:block;width:100%;border:0 solid transparent;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.input-field:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.25)}.input-field .ant-select-selector{border:none!important;box-shadow:none!important}body .ant-modal.auth-modal .ant-modal-content{background:linear-gradient(89.45deg,#023e5e .48%,#49708d 99.52%);border-radius:20px}.auth-modal .ant-modal-body{margin-right:2.8rem}.auth-modal .ant-modal-close{margin-right:.5rem;background-color:transparent}.auth-modal .ant-modal-close .ant-modal-close-icon{width:28px;height:28px;background:#fc0;box-shadow:2px 6px 12px rgba(0,0,0,.2);border-radius:6px;display:flex;align-items:center;justify-content:center}.auth-modal .ant-modal-close .ant-modal-close-icon svg{color:#2a5778;font-size:1.2rem}.primary .ant-table-thead>tr>.ant-table-cell,.secondary .ant-table-thead>tr>.ant-table-cell{background-color:var(--primary)!important;color:#fff!important;cursor:pointer}.primary .ant-table-thead>tr>.ant-table-cell:before,.secondary .ant-table-thead>tr>.ant-table-cell:before{height:0!important}.primary .ant-table-tbody>.ant-table-row,.secondary .ant-table-tbody>.ant-table-row{background-color:var(--skyBlueLighter)!important;cursor:pointer}@media(max-width:768px){.btns-wrapper{overflow-x:auto}}.table_lists_wrapper{padding:5px 10px;font-weight:500;border-radius:5px}.flex_table{display:flex;align-items:center;gap:5px}.coin{background:#fff1cc;color:#e97e00}.remarks{font-weight:500}.payment_card_space>.ant-card-body{padding:12px 12px 0}.select-document-type .ant-select-selector{border:1px solid #eff2f5!important}.select-document-type .ant-select-selector .ant-select-selection-item{color:var(--primaryLighterDark)!important}.datepicker input::-moz-placeholder{color:var(--primaryLighterDark)!important}.datepicker input::placeholder{color:var(--primaryLighterDark)!important}.multiSelect .ant-picker{background:var(--whiteLight)!important;color:var(--primaryLighterDark)!important;border:1px solid var(--primarySkyBlue)!important}.multiSelect .ant-picker>.ant-picker-input input::-moz-placeholder{color:var(--primaryLighterDark)!important}.multiSelect .ant-picker>.ant-picker-input input::placeholder{color:var(--primaryLighterDark)!important}.mySwiper{width:100%;padding:0 2px}.header_nav_link .ant-menu-item .ant-menu-item-icon{display:none}.header_nav_link .ant-menu-submenu{background-color:transparent}.header_nav_link .ant-menu-submenu ul{background-color:#1c2446!important}.header_nav_link .ant-menu-submenu:hover{color:#fff;border-radius:10px}.ant-menu .ant-menu-item-group .ant-menu-item-group-list .ant-menu-submenu-title:hover span,.header_nav_link>.ant-menu .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item:hover span{color:#fff}.ant-menu-item-group{background-color:#1c2446;color:#fff;padding:0;overflow:hidden;border-radius:12px;width:100%}.ant-menu-item-group li{padding-left:10px!important}.header_nav_link>.ant-menu .ant-menu-submenu-title{position:relative;display:flex;margin:0;white-space:nowrap;cursor:pointer;transition:border-color .3s,background .3s,padding .3s cubic-bezier(.645,.045,.355,1);justify-content:space-between;align-items:center;gap:5px;padding:0 6px!important;margin-inline:5px}.header_nav_link>.ant-menu .ant-menu-submenu-title .ant-menu-item-icon{display:none}.header_nav_link>.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-submenu-title:active{background-color:transparent}.header_nav_link>.ant-menu-dark.ant-menu-horizontal>.ant-menu-item-selected,.header_nav_link>.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu-selected{background-color:transparent;border-radius:10px}.header_nav_link>.ant-menu-horizontal .ant-menu-submenu-arrow{display:block;color:#fff}.header_nav_link>.ant-menu .ant-menu-submenu-arrow,.header_nav_link>.ant-menu .ant-menu-submenu-expand-icon{position:static;top:50%;inset-inline-end:16px;width:10px;color:currentcolor;transform:translateY(-50%) rotate(90deg);transition:transform scubic-bezier(.645,.045,.355,1) .3,opacity .3s}.menuList .ant-menu-item-group-title{display:none!important}.header_nav_link>.ant-menu-horizontal .ant-menu-submenu{position:relative;display:inline-block;vertical-align:bottom;padding-inline:5px}@media(max-width:991px){.header_nav_link .ant-menu-submenu{margin:0 1rem!important;left:0!important}.header_nav_link .ant-menu .ant-menu-submenu-title{margin:5px;justify-content:center}.header_nav_link .ant-menu .ant-menu-submenu-title .ant-menu-title-content{flex:none}.header_nav_link .ant-menu .ant-menu-submenu-title .ant-menu-submenu-arrow{margin-top:5px}.header_nav_link .ant-menu .ant-menu-submenu-title .ant-menu-item-icon,.header_nav_link .ant-menu-item .ant-menu-item-icon{display:block}.header_nav_link>.ant-menu .ant-menu-submenu-arrow,.header_nav_link>.ant-menu .ant-menu-submenu-expand-icon{position:static;top:50%;inset-inline-end:16px;width:10px;color:currentcolor;transform:translateY(-50%) rotate(-90deg);transition:transform scubic-bezier(.645,.045,.355,1) .3,opacity .3s}.header_nav_link .ant-menu-submenu{text-align:center}.header_nav_link .ant-menu-submenu-active .ant-menu-submenu-arrow{margin-top:5px!important}.header_nav_link .ant-menu-submenu-active .ant-menu-submenu-title[aria-expanded=true] .ant-menu-submenu-arrow{margin-top:0!important}}span.ant-input-group.ant-input-group-compact{display:flex}.activeMenu{background-color:#1c2446!important}.PhoneInputInput{flex:1 1;min-width:0;border:none;outline:none}.PhoneInput{display:flex;align-items:center;width:100%;background:#fff;padding:10px 15px;border-radius:5px}.top-16{top:4rem}.upload-list-inline .ant-upload-list-item{float:left;width:200px;margin-right:8px}.upload-list-inline .ant-upload-animate-enter{animation-name:uploadAnimateInlineIn}.upload-list-inline .ant-upload-animate-leave{animation-name:uploadAnimateInlineOut}pre{color:green;word-wrap:break-word;white-space:pre-wrap}code,pre{font-size:14px}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.dashboard-expenses-tooltip .ant-tooltip-inner{background:#fff!important;color:gray;padding:10px;font-style:normal;font-weight:400;font-size:14px;line-height:1.4}.skeleton-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.language-wrapper{width:102px}.hide-language-select-border .ant-select-selector{border:none!important}.transparent-language-selector .ant-select-selector{background-color:transparent!important;color:#fff!important}.transparent-language-selector .ant-select-arrow,.transparent-language-selector .ant-select-selector .language-items{color:#fff}.danger-btn{border:1px solid red!important;color:red!important}.btn-clean{border:none;background:none;outline:none}.img-uploader .ant-upload-list-item-name{pointer-events:none!important}.table-list-wrapper .ant-table-content{overflow-x:auto;display:block}@media(max-width:1024px){.table-list-wrapper .ant-table-content table{table-layout:auto!important;white-space:nowrap}}.ant-select .ant-select-selector{height:44px!important;display:flex;align-items:center}.ant-select .ant-select-selector .ant-select-selection-item{display:flex;align-items:center;color:rgba(23,29,56,.639);font-size:14px;font-weight:400}.ant-input,.ant-input-password{height:44px}.ant-input-password .ant-input{height:auto}.ant-input-affix-wrapper{height:44px}.ant-input-affix-wrapper .ant-input{height:auto}.sft-image-shadow{box-shadow:0 0 80px -18px #4094ff}.currency .ant-select-selector,.currency input{height:100%!important}.currency .ant-select{height:42px}.selectBox-popup .ant-select-item{background:#fff!important;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #e5e5e5}.emailOrPhoneForm .ant-input-affix-wrapper{border:none!important}.ant-select-open .ant-select-arrow .suffix-icon:first-child{transition:.5s;transform:rotate(180deg);color:#0d6efd!important}.ant-select-arrow .suffix-icon:first-child{color:#000}.user-search-container .ant-select-selection-search{display:flex;align-items:center}.user-search-container .ant-select-selection-placeholder{position:absolute}.user-search-container .ant-select-arrow{pointer-events:all!important}.select-box .ant-select{border:1px solid #e5e5e5;border-radius:8px;color:#e5e5e5}.filter-table-select .ant-select-focused .ant-select-selector{background:#e0edff!important}.ant-select-date{height:42px}.sft-language-selector .ant-select-arrow{padding-top:3px;color:#737373;font-weight:bolder}.table-list-pagination.ant-pagination{display:flow-root}@media(max-width:600px){.table-list-pagination.ant-pagination{display:flex;justify-content:center;align-items:center}}.table-list-pagination.ant-pagination .ant-pagination-total-text{color:#9e9e9e;font-size:16px;float:left}@media(max-width:800px){.table-list-pagination.ant-pagination .ant-pagination-total-text{display:none}}.table-list-pagination.ant-pagination .ant-pagination-item{border-radius:6px;width:36px;height:36px;padding:3px;border-color:transparent}.table-list-pagination.ant-pagination .ant-pagination-item.ant-pagination-item-active{background-color:#f5f5f5}.table-list-pagination.ant-pagination .ant-pagination-item:hover{border-color:transparent;background-color:#eef5ff!important;color:#4094ff}@media screen and (max-width:576px){.table-list-pagination.ant-pagination .ant-pagination-item{width:26px;height:26px;line-height:normal;margin-inline-end:3px}.table-list-pagination.ant-pagination .ant-pagination-item a{padding:0}.table-list-pagination.ant-pagination .ant-pagination-next,.table-list-pagination.ant-pagination .ant-pagination-prev{margin-inline-end:3px}.table-list-pagination.ant-pagination .ant-pagination-next a,.table-list-pagination.ant-pagination .ant-pagination-prev a{font-size:13px;gap:0}}.shaon-selector ul{display:grid;grid-template-columns:repeat(5,auto);padding:.75rem .5rem!important}.shaon-selector.public-layout{border-color:#1c2446}.shaon-selector.public-layout.light{border-color:transparent;box-shadow:0 4px 24px -4px rgba(16,24,40,.1),0 10px 24px -3px rgba(16,24,40,.1)}.shaon-selector.public-layout.light ul{background-color:#fff}.shaon-selector.public-layout.light ul .ant-dropdown-menu-item-selected{background-color:#e0edff!important}.shaon-selector.public-layout.light ul .ant-dropdown-menu-title-content{color:#171d38!important}.shaon-selector.public-layout ul{background-color:#1c2446}.shaon-selector.public-layout ul li{color:#fff!important}.shaon-selector.public-layout ul li.ant-dropdown-menu-item-selected,.shaon-selector.public-layout ul li:hover{background-color:#171d38!important}.select-box-phone-number-list{margin-inline-end:0!important}.select-box-phone-number-list .ant-select-selector{border:none!important;box-shadow:none!important}.select-box-phone-number-list .ant-select-item-option-active{background-color:#e0edff!important}.select-box-phone-number-list .ant-select-item,.select-box-phone-number-list .ant-select-item-option-selected{background:#e0edff;margin:0 0 5px;padding:10px}.select-box-phone-number-list .ant-select-item{background:transparent}.select-box-phone-number-list .ant-select-selection-item .country-selected-name{display:none}.select-box-phone-number-list .ant-select-arrow{top:21px}.ant-select-single .select-mobile-country-name{color:#1c2446;font-size:14px;font-weight:600}.select-currency{display:flex;justify-content:space-between;align-items:center}.select-currency .ant-select-selector{padding:0!important}.select-currency .ant-select-selector .ant-select-selection-placeholder{padding:0 11px!important}.select-currency .ant-select-selector .ant-select-selection-item span{color:#171d38;font-weight:600;font-size:14px}.country-lists .ant-dropdown-menu{max-height:240px;overflow-y:auto;padding:0;width:100%;position:relative}.country-lists .ant-dropdown-menu .ant-dropdown-menu-item{border-radius:0;padding:0!important}.country-lists .ant-dropdown-menu-item:hover,.country-lists .ant-select-item-option-active{background-color:#e0edff!important}.country-lists .ant-select-item-option-content{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#171d38}.tabs-wrapper .ant-tabs-nav{margin-bottom:0}.tabs-wrapper .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list{width:100%;height:44px;border-radius:8px;background-color:#f5f5f5}.tabs-wrapper .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{width:100%;justify-content:center;align-items:center;color:#737373}.tabs-wrapper .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active{background-color:#4094ff;border-radius:8px}.tabs-wrapper .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff}.tabs-wrapper .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-ink-bar{display:none}.export-field{width:120px;background:linear-gradient(180deg,#ffc048,#ffa808),linear-gradient(180deg,#42b8fe,#207cfe)!important;border-radius:8px;display:flex;justify-content:center;align-items:center}.export-field .ant-select-selector{background-color:transparent!important;border:none!important;box-shadow:none!important}.export-field .ant-select-selector .ant-select-selection-item p{color:#f4f4f4;font-size:16px;font-weight:600;margin-bottom:0!important}.export-field .ant-select-selector .ant-select-selection-placeholder{color:#f4f4f4;font-size:16px;font-weight:600}.export-field-popup{border-radius:4px!important;padding:0}.export-field-popup .ant-select-item{padding:8px}.export-field-popup .ant-select-item.ant-select-item-option-active,.export-field-popup .ant-select-item.ant-select-item-option-selected,.export-field-popup .select-box-phone-number-list .ant-select-item,.select-box-phone-number-list .export-field-popup .ant-select-item{background-color:#e0edff}.gradient-skyblue{background:linear-gradient(180deg,#96e2f8,hsla(0,0%,100%,0)),#fff}.gradient-green{background:linear-gradient(180deg,rgba(71,240,119,.64),hsla(0,0%,100%,0)),#fff}.gradient-darkblue{background:linear-gradient(180deg,#92c5fd,hsla(0,0%,100%,0)),#fff}.gradient-orange{border:3px solid var(#ffecd7,#fff);background:linear-gradient(180deg,rgba(255,164,60,.24),hsla(0,0%,100%,0)),#fff}.skyblue-btn{background:linear-gradient(180deg,#48d7ff,#08c9ff);box-shadow:0 4px 8px -8px rgba(18,204,255,.32)}.darkblue-btn,.skyblue-btn{padding:8px 12px;color:#fff;font-weight:600;width:100%;height:48px;border-radius:8px}.darkblue-btn{background:linear-gradient(180deg,#48b3ff,#0898ff);box-shadow:0 4px 8px -8px rgba(64,148,255,.32)}.green-btn{background:linear-gradient(180deg,#0eeb4d,#0bb93c);box-shadow:0 4px 8px -8px rgba(12,197,65,.32);padding:8px 12px;color:#fff;font-weight:600;width:100%;height:48px;border-radius:8px}.otp-container-input input::-webkit-inner-spin-button,.otp-container-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-container-input input[type=number]{-moz-appearance:textfield}.otp-container-input input{font-size:30px}.otp-container-input input:focus{border-color:#207cfe!important}.otp-container-input input:focus-visible{border-color:#207cfe!important;outline:none!important}.modal-layout .ant-modal-content{padding:0;border-radius:16px}.profile-drawer-root .ant-drawer-content-wrapper{background-color:transparent;box-shadow:none;border-radius:10px}.profile-drawer-root .ant-drawer-content-wrapper .profile-drawer{height:18rem;box-shadow:-6px 0 16px 0 rgba(0,0,0,.08),-3px 0 6px -4px rgba(0,0,0,.12),-9px 0 28px 8px rgba(0,0,0,.05)}@media(max-width:768px){.profile-drawer-root .ant-drawer-content-wrapper .profile-drawer{height:100%}}.profile-drawer-root .ant-drawer-content-wrapper .profile-drawer .ant-drawer-body{padding:0}.Secondary,.title{gap:0;padding:1rem 0}.Secondary,.Secondary .emoji-title,.title,.title .emoji-title{display:flex;justify-content:center;align-items:center;flex-direction:column}.Secondary .emoji-title,.title .emoji-title{gap:5px;width:100%}.Secondary span,.title span{font-weight:700;font-size:20px;color:#fff!important}.Secondary p,.title p{text-transform:uppercase;color:#fff!important}.heading-wrapper .Secondary p,.heading-wrapper .title p{font-weight:600!important}.heading-wrapper .Secondary span,.heading-wrapper .title span{font-weight:600}.heading-wrapper .zigzag{position:relative;color:#fff;text-align:left;z-index:1;margin-bottom:2rem}.heading-wrapper .zigzag:before{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:35px;background:url(/assets/images/homepage/zigzag.png) no-repeat;background-position:50%;background-size:contain;z-index:-1}.disable-page-scroll{height:100%;overflow-y:hidden}.Primary,.Secondary{text-align:center}.Secondary{margin-top:1rem;margin-bottom:2rem;color:#fff}.Secondary .Secondary,.Secondary .title{padding:0}.Primary-small{color:#fff;text-align:start}.Primary-small .label2{line-height:22px;color:hsla(0,0%,100%,.75)}.Primary-small .Secondary,.Primary-small .title{padding:0}.Primary-small .Secondary .emoji-title,.Primary-small .title .emoji-title{flex-direction:row!important;justify-content:flex-start;align-items:center}.Primary-small .Secondary .emoji-title p,.Primary-small .title .emoji-title p{margin:0;padding:4px 0 0}.cards{position:relative;background:hsla(0,0%,100%,.08);display:flex;justify-content:center;align-items:center;gap:10px;flex-direction:column;border-radius:40px;border-color:hsla(0,0%,100%,.7) hsla(0,0%,100%,.3) hsla(0,0%,100%,.3) hsla(0,0%,100%,.7);border-style:solid;border-width:1px;overflow:hidden;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);z-index:2;padding:2rem}.cards:before{content:"";position:absolute;top:0;left:0;width:15rem;height:15rem;background-size:cover;z-index:-1}.form-card{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(0deg,rgba(195,205,255,.1),rgba(195,205,255,.1));border:.5px solid rgba(195,205,255,.1);box-shadow:0 4px 18px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;padding:1rem 2rem}.form-phone span{display:flex}@media(max-width:991px){.form-card{width:90%;margin:0 auto;padding:1rem}}.btn-group{background:#fff!important;color:#171d38!important}@media(max-width:576px){.select-date-range-picker .ant-picker-range-wrapper .ant-picker-panel-container .ant-picker-panels{width:100%;flex-direction:column!important}}.public-private-policy h5,.public-private-policy h6,.public-private-policy p,.public-private-policy span,.public-private-policy ul{color:#fff!important}.ant-notification-notice-close{top:5px!important;right:5px!important}.ant-notification{opacity:1;animation:slideIn 2s ease-in-out!important}.mix-blend-luminosity2{background:url(/assets/images/modalBG-modified.png) no-repeat!important;border:1px solid #e4e4e4!important}.mix-blend-luminosity2 p{color:#969696!important}@keyframes slideIn{0%{opacity:1;inset:auto auto -200px 50%}to{opacity:1;inset:auto auto -6px 50%}}.tagsSelector .ant-select-selector{width:100%!important}.ant-pagination-options{display:inline-block!important}.ant-pagination-options .ant-select-selector{height:auto!important}@media(max-width:375px){.ant-pagination-options{margin-top:5px}}.gradient-background{height:100vh;background:linear-gradient(180deg,#4f9fff,#0052d4)}.component-layout-heading .heading:after,.component-layout-heading .transaction-page-wrapper .transaction-header .p2:after,.transaction-page-wrapper .transaction-header .component-layout-heading .p2:after{content:"";position:absolute;background-color:#4094ff;width:32px;left:0;bottom:-.5rem;height:2px}.slide-in-left{animation:slide-in-left .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-left{0%{transform:translateX(-1000px);opacity:0}to{transform:translateX(0);opacity:1}}.slide-in-bottom{animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}to{transform:translateY(0);opacity:1}}.slide-in-right{animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}to{transform:translateX(0);opacity:1}}.slide-in-top{animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}to{transform:translateY(0);opacity:1}}.bounce-in-top{animation:bounce-in-top 1.1s both}@keyframes bounce-in-top{0%{transform:translateY(-500px);animation-timing-function:ease-in;opacity:0}38%{transform:translateY(0);animation-timing-function:ease-out;opacity:1}55%{transform:translateY(-65px);animation-timing-function:ease-in}72%{transform:translateY(0);animation-timing-function:ease-out}81%{transform:translateY(-28px);animation-timing-function:ease-in}90%{transform:translateY(0);animation-timing-function:ease-out}95%{transform:translateY(-8px);animation-timing-function:ease-in}to{transform:translateY(0);animation-timing-function:ease-out}}.tracking-in-expand{animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) .5s both}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}to{opacity:1}}.rotate-center{animation:rotate-center .6s ease-in-out both}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.scale-up-hor-center{animation:scale-up-hor-center .4s cubic-bezier(.39,.575,.565,1) .5s both}@keyframes scale-up-hor-center{0%{transform:scaleX(.4)}to{transform:scaleX(1)}}.btnStyle{border-radius:5px;cursor:pointer;transition:all .5s linear;display:flex;justify-content:center;align-items:center}.btnStyle.disabled{background:#d4d4d4;cursor:not-allowed}.btnStyle.disabled:hover{background:#d4d4d4}.Icon_wrapper{display:flex;align-items:center;transition:all .5s linear}.outlined{background:#fff;border:2px solid #4094ff;outline:none;font-weight:600;color:#4094ff;padding:12px 20px}.gradient{background:var(--grad-yellow-dark);border:1px solid var(--grad-yellow-dark)}.flat,.gradient{color:#fff;outline:none;font-weight:700}.flat{background:var(--primary);border:1px solid var(--primary)}.transparent{color:#fff;font-weight:700;border:none;outline:none;background:transparent}.Iconic{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(94.55deg,hsla(0,0%,100%,.36),hsla(0,0%,100%,.24))!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:10px;font-weight:500;line-height:100%;color:var(--primaryLighterGreen);border:none;outline:none}.Iconic span{background:#ff0;padding:1px 4px;border-radius:2px;color:gray;line-height:1}.IconicDark{display:flex;justify-content:space-between;align-items:center;background:rgba(0,0,0,.2);border-radius:10px;font-weight:500;line-height:100%;color:var(--primaryLighterGreen);border:none;outline:none}.IconicDark span{background:#ff0;padding:1px 4px;border-radius:2px;color:gray;line-height:1}.rounded{border-radius:50px!important}.small{padding:5px 10px;font-size:14px;gap:4px}.small span{font-size:12px}.medium{padding:12px 20px;gap:4px}.medium,.medium span{font-size:16px}.large{padding:10px 20px;gap:4px}.large,.large span{font-size:20px}.start{flex-direction:row-reverse!important}.btn{padding:0;margin:0}.icon{line-height:1}.icon svg{font-size:1rem}.shadow-primary{box-shadow:0 8px 16px -8px #2484ff}.primary,.secondary{padding:10px 16px;font-weight:600;border-radius:8px;border:0;color:#fff;transition:all 1s linear;background:linear-gradient(180deg,#42b8fe,#207cfe)}.primary:hover,.secondary:hover{background:linear-gradient(180deg,#207cfe,#42b8fe)}.primary:active,.secondary:active{background:linear-gradient(0deg,#0066fe,#0066fe),linear-gradient(180deg,#42b8fe,#207cfe)}.primary span,.secondary span{font-size:24px}.secondary{background:linear-gradient(180deg,#ffc048,#ffa808)}.secondary:hover{background:linear-gradient(180deg,#ffa808,#ffc048)}.secondary:hover span{transform:translateX(5px)}.outlined span{font-size:24px}.btn-blur{background:hsla(0,0%,100%,.08);border:1px solid #fff}.btn-blur,.green{color:#fff;font-weight:600}.green{padding:8px 20px;border:0;transition:all 1s linear;border-radius:8px;background:var(--gradient-secondary-green,linear-gradient(180deg,#97eb0e 0,#19b90b 100%))!important}.green:hover{background:var(--gradient-secondary-green,linear-gradient(180deg,#97eb0e 0,#19b90b 100%))}.green:hover span{transform:translateX(5px)}.green:active{background:var(--gradient-secondary-green,linear-gradient(180deg,#97eb0e 0,#19b90b 100%))}.green span{font-size:24px;padding:0 0 2px}.shadow-green{box-shadow:0 18px 8px -8px rgba(118,188,4,.32)}.yellow{padding:8px 20px;font-weight:600;border:0;color:#fff;transition:all 1s linear;border-radius:8px;box-shadow:0 6px 5px 0 rgba(255,164,60,.32)}.yellow,.yellow:hover{background:var(--gradient-secondary-green,linear-gradient(180deg,#ffc048 0,#ffa808 100%))}.yellow:hover span{transform:translateX(5px)}.yellow:active{background:var(--gradient-secondary-green,linear-gradient(180deg,#ffc048 0,#ffa808 100%))}.yellow span{font-size:24px;padding:0 0 2px}.danger{padding:5px 20px;font-weight:600;color:#fff;transition:all 1s linear;border-radius:8px;background:#fff;border:2px solid red;color:red}.danger:hover span{transform:translateX(5px)}.danger span{font-size:24px;padding:0 0 2px}@media screen and (max-width:768px){.outlined span{font-size:20px}.small{gap:5px}}.button-group-wrapper{display:flex;gap:10px}.button-group-wrapper button{border:0;padding:10px 1rem;font-weight:500;background:#fff;color:#4094ff}.button-group-wrapper button svg{font-size:16px}.button-group-wrapper .active{color:#fff;background:#4094ff}.header_nav_link .ant-menu-title-content{color:#fff!important}.header_nav_link .ant-menu-overflow-item:after{border-bottom-width:0!important;border-bottom-color:transparent!important}.menu-btns{display:flex;justify-content:space-evenly;align-items:center;gap:10px}.menu-btns .menu-btn-group{display:flex;justify-content:space-between;gap:15px}.menu-btns .menu-btn-group .lang-btn-select{display:flex}@media(max-width:991px){.header_nav_link{flex-direction:column;text-align:center;gap:0}.header_nav_link a{padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.08)}}@media(max-width:576px){.menu-btns{flex-direction:column}}.private-layout{background:#fff;display:flex;min-height:100vh}.private-layout .container{max-width:100%}.private-layout .private-header{padding-inline:0;border-bottom:1px solid #e5e5e5}.private-layout .private-sidebar{background:#fff;padding:0;flex:0 0 240px!important}.private-layout .private-sidebar .slider-title-menu{color:#2484ff;font-weight:600;padding:1rem}.private-layout .private-sidebar .ant-menu-item{display:flex;align-items:center;margin-right:0;width:100%;margin-inline:0}.private-layout .private-sidebar .ant-menu-item-active{border-radius:0!important}.private-layout .private-sidebar .invite-list img{width:100%}.private-layout .private-sidebar .ant-menu-inline-collapsed .ant-menu-title-content{font-size:18px}@media screen and (min-width:768px){.private-layout .private-sidebar .ant-menu-inline-collapsed .menu-item-list{display:none!important}}.private-layout .private-sidebar .ant-menu-inline-collapsed .ant-menu-submenu-title{display:flex;align-items:center;justify-content:center}.private-layout .private-sidebar .ant-menu-inline-collapsed .ant-menu-submenu{padding:0}.private-layout .private-sidebar .ant-menu-inline-collapsed .ant-menu-submenu-open{border-right:4px solid transparent!important}.private-layout .private-sidebar .ant-menu{height:auto!important;padding-bottom:1rem}.private-layout .private-sidebar .ant-menu .ant-menu-title-content svg{color:gray;font-weight:700;font-size:18px}.private-layout .private-sidebar .ant-menu .ant-menu-title-content a{display:flex;justify-content:flex-start;align-items:center;gap:10px}.private-layout .private-sidebar .ant-menu .menu-item-list{font-size:14px;font-weight:400;color:#171d38}.private-layout .private-sidebar .ant-menu .ant-menu-submenu{background:#fff;border-radius:0;border-right:4px solid transparent;margin:5px 0}.private-layout .private-sidebar .ant-menu .ant-menu-title-content{display:flex;align-items:center;gap:8px}.private-layout .private-sidebar .ant-menu .active{background:#eff2f5!important;border-radius:0;border-right:4px solid #4094ff}.private-layout .private-sidebar .ant-menu .active .ant-menu-title-content .menu-item-list{color:#4094ff!important;font-weight:700}.private-layout .private-sidebar .ant-menu .active .ant-menu-submenu-title:hover{background:transparent}.private-layout .private-sidebar .ant-menu .active .ant-menu-submenu-title .ant-menu-title-content .menu-item-list{color:#4094ff!important;font-weight:600}.private-layout .private-sidebar .ant-menu .active .ant-menu{background:#fff}.private-layout .private-sidebar .ant-menu .activeSubmenu{border-radius:0;border-right:4px solid #171d38}.private-layout .private-sidebar .ant-menu .activeSubmenu .ant-menu-submenu-title{background:#eff2f5!important;border-radius:0!important;margin-inline:0;width:100%}.private-layout .private-sidebar .ant-menu .activeSubmenu .ant-menu-submenu-title .ant-menu-title-content .menu-item-list{color:#171d38!important;font-weight:700}.private-layout .private-sidebar .ant-menu .ant-menu-submenu-open{border-right:0 solid #fff}.private-layout .private-sidebar .ant-menu .ant-menu-submenu-open .ant-menu-submenu-title{border-right:0;width:100%;border-radius:0;margin:auto 0;padding-left:24px}.private-layout .private-sidebar .ant-menu .ant-menu-submenu-open .ant-menu-submenu-title .ant-menu-title-content .menu-item-list{font-weight:700}.private-layout .private-sidebar .ant-menu .ant-menu-item-selected{background:transparent}@media screen and (min-width:768px){.private-layout .ant-layout-sider-collapsed{flex:0 0 80px!important;max-width:80px!important;min-width:80px!important;width:80px!important}}.ant-menu-submenu-placement-rightTop .menu-item-list{display:flex;align-items:center;gap:10px}.private-sidebar-drawer .ant-drawer-content-wrapper{box-shadow:none}.private-sidebar-drawer .ant-drawer-body{padding:0}@media(min-width:992px){h2{font-size:3rem}}@media(min-width:1200px){h2{font-size:4rem}}.header-fluid{background-color:#171d38;border-bottom:1px solid transparent;-o-border-image:url(/assets/images/line.png) 10;border-image:url(/assets/images/line.png) 10;z-index:5;position:relative;max-width:100%}.header-fluid .header-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.header-fluid .header-wrapper .logo-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:15px}.header-fluid .header-wrapper .logo-wrapper a{position:relative;z-index:9}.header-fluid .header-wrapper .logo-wrapper .mobile-header-login-btn{padding:3px 10px}.header-fluid .header-wrapper .logo{width:150px;height:auto}.header-fluid .header-wrapper .menu-toggler{border:none;outline:none;padding:5px;margin:0;color:#fff;background:transparent;cursor:pointer;font-size:24px;z-index:3}.header-fluid .header-wrapper .menu-btns{gap:0;justify-content:flex-end}.header-fluid .header-wrapper .mobile-menu{top:3.5rem;left:0;width:100%;background:#171d38;border-radius:5px}.header-fluid .header-wrapper .mobile-menu .menu-btns{display:flex;justify-content:space-evenly;gap:10px;padding:15px 0;align-items:center;min-width:260px}.header-fluid .header-wrapper .mobile-menu .ant-menu-item{background-color:transparent!important}@media(max-width:991px){.header-fluid .header-wrapper .header-menu{display:none}.header-fluid .header-wrapper .mobile-menu .button-groups button{width:94px;height:44px;font-size:1rem!important;font-weight:600;line-height:24px}.header-fluid .header-wrapper .mobile-menu .button-groups .btn-transparent{border:.8px solid #fff;background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff}}@media(max-width:1500px){.header-fluid .header-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:1024px){.menu-btns .menu-btn-group{margin-left:.8rem;gap:10px}.menu-btns .menu-btn-group button{max-width:60px;height:34px!important;font-size:12px!important;padding:0!important}}@media(min-width:992px){.menu-toggler,.mobile-menu{display:none}}@media(max-width:991px){.header-wrapper{flex-direction:row-reverse}.header-wrapper .logo-wrapper{flex:1 1;gap:15px;justify-content:space-between!important}.header-wrapper .menu-toggler{flex:.1}.header-wrapper .mobile-menu .ant-menu-item{text-align:center;justify-content:center;border-radius:0;border-bottom:1px solid hsla(0,0%,100%,.08)}.header-wrapper .mobile-menu .ant-menu-item:last-child{border-bottom:none}.header-wrapper .mobile-menu .ant-menu-item .ant-menu-title-content{flex:none}}@media(max-width:768px){.header-fluid .header-wrapper .logo-wrapper{max-width:100%;transform:scale(1)}}@media(max-width:576px){.menu-toggler{text-align:left!important;flex:.2!important}}.private-header-wrapper{display:flex;justify-content:space-between;align-items:center;gap:0;background-color:#fff;width:100%;height:100%;padding:1rem 0 1rem 1rem;position:relative}.private-header-wrapper .board-card,.private-header-wrapper .header-notification-board,.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper{border-radius:5px;overflow:hidden;display:flex;justify-content:flex-start;align-items:space-between;gap:0;flex-direction:column;background:#fff;z-index:9999}.header-notification-board .private-header-wrapper .notification-header-section,.private-header-wrapper .cover-img,.private-header-wrapper .header-notification-board .notification-header-section,.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-cover-img{background:url(/assets/images/notifybg.svg) no-repeat;background-position:top;background-size:cover}.private-header-wrapper .header-left{cursor:pointer}.private-header-wrapper .header-left .menu-btn{color:#2484ff;font-size:25px;margin-top:-2px}.private-header-wrapper .header-right{flex:1}.private-header-wrapper .header-right .lang-selector span{color:gray;font-weight:400}.private-header-wrapper .header-right .header-toggler{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px;border-radius:8px;cursor:pointer;background-color:#d4d4d4}.private-header-wrapper .header-right .header-toggler svg{font-size:28px;padding:5px;border-radius:5px;color:gray;font-weight:700}.private-header-wrapper .header-right .header-toggler .active{color:#fff;background-color:#4094ff}.private-header-wrapper .header-right .notify-bell-wrapper{position:relative}.private-header-wrapper .header-right .notify-bell-wrapper .header-notification{font-size:24px;cursor:pointer}.private-header-wrapper .header-right .notify-bell-wrapper .notify-dot-active{width:10px;height:10px;top:1.4rem;right:0;background-color:red;position:absolute;border-radius:50px}.private-header-wrapper .header-right .active-profile{background-color:#eef5ff}.private-header-wrapper .header-right .profile-section-wrapper{position:relative}.private-header-wrapper .header-right .profile-section-wrapper .profile-section{display:flex;justify-content:flex-start;align-items:center;gap:10px;cursor:pointer;padding:16px 24px 16px 16px}.private-header-wrapper .header-right .profile-section-wrapper .profile-section .user-info{display:flex;justify-content:flex-start;align-items:flex-start;gap:0;flex-direction:column}.private-header-wrapper .header-right .profile-section-wrapper .profile-section .user-info .p2{font-size:1rem;margin:0;color:#171d38;font-weight:600;line-height:24px}.private-header-wrapper .header-right .profile-section-wrapper .profile-section .user-info .__small{font-size:12px;color:gray}.private-header-wrapper .header-right .profile-section-wrapper .profile-section .header-profile-arrow{font-size:20px}.private-header-wrapper .header-right .profile-section-wrapper .profile-section .user-avatar-wrapper .user-active-status{bottom:12px;right:0;width:12px;height:12px;background:#4ade80;border-radius:50px;border:2px solid #fff}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper{top:4rem;right:0;width:300px;height:auto;box-shadow:0 10px 24px -3px rgba(16,24,40,.1),0 4px 24px -4px rgba(16,24,40,.1)}@media screen and (max-width:768px){.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper{border:1px solid #ede7e7;border-radius:0;right:-17px;height:100vh}}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-cover-img{width:100%;height:4rem;position:relative}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo{display:flex;justify-content:flex-start;align-items:center;gap:5px;flex-direction:column;margin-top:5px;padding:12px 0}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .profile-photo{gap:20px;width:100%;padding-left:1rem}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .profile-photo .user-name{gap:5px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .profile-photo .user-name button{width:7rem}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .p2{line-height:1;margin:0;font-weight:700}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .user-profile-info{line-height:1;display:flex;align-items:center;gap:5px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .user-profile-info span{line-height:2;color:#2484ff;font-weight:600;font-size:14px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .profile-view-btn{padding:10px 16px;font-size:12px;line-height:1}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-photo .user-profile-divider{margin:10px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-amount-section{display:flex;justify-content:space-between;align-items:center;gap:0;width:65%}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-amount-section .user-amount-balance,.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-amount-section .user-amount-coin{display:flex;justify-content:center;align-items:center;gap:10px;flex-direction:column;line-height:1}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-amount-section .user-amount-balance small,.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-amount-section .user-amount-coin small{color:gray;font-weight:500}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-amount-section .amount-info{display:flex;justify-content:center;align-items:center;gap:5px;font-weight:600}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-amount-section .user-amount-divider{height:3rem}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-auth-info{line-height:1;display:flex;justify-content:flex-start;align-items:center;gap:5px;flex-direction:column;background:#e0edff;padding:10px;width:100%}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-auth-info .user-auth-detail{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-auth-info .user-auth-detail .user-auth-card{width:100%}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-auth-info .user-auth-detail .user-auth-card .auth-card-box{cursor:pointer}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-auth-info .user-auth-detail .label2{color:#171d38;line-height:2}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-auth-info .user-auth-detail .auth-card-box{background:#fff;padding:10px;border-radius:5px;gap:10px;border:1px solid #4094ff;color:#4094ff;font-weight:400;display:flex;justify-content:space-between}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-links{line-height:1;width:100%;display:flex;flex-direction:column;gap:15px;padding:0 15px 15px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-links .link-list{display:flex;justify-content:space-between;align-items:center;gap:0;font-size:14px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-links .link-list .logout{color:red}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-links .link-list .link-text{display:flex;justify-content:flex-start;align-items:center;gap:5px;cursor:pointer}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-links .link-list .link-text svg{font-size:18px}.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-links .link-list .link-arrow{font-size:20px}.private-header-wrapper .header-right .header-notification{position:relative}.footer-fluid{background-color:#171d38}.footer-fluid .footer-wrapper{color:hsla(0,0%,100%,.75);overflow:hidden;border-top:1px solid transparent;-o-border-image:url(/assets/images/line.png) 1;border-image:url(/assets/images/line.png) 1;z-index:2}.footer-fluid .footer-wrapper:before{content:"";position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);height:150px;background:rgba(79,193,255,.432);filter:blur(120px);width:60%;z-index:1}.footer-fluid .footer-wrapper .footer-logo{margin-bottom:1.5rem}.footer-fluid .footer-wrapper .footer-info-text{display:flex;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:.5rem}.footer-fluid .footer-wrapper .footer-info-text span{font-size:16px;font-weight:400;line-height:24px}.footer-fluid .footer-wrapper .footer-info-text span a{color:hsla(0,0%,100%,.75)}.footer-fluid .footer-wrapper .footer-social{margin-bottom:1rem;display:inline-block;color:#fff}.footer-fluid .footer-wrapper .footer-social .footer-social-icon{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:22px;cursor:pointer}.footer-fluid .footer-wrapper .footer-menu{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-direction:column}.footer-fluid .footer-wrapper .footer-menu a{color:hsla(0,0%,100%,.75);font-size:1rem;font-weight:400;line-height:1.5rem}.footer-fluid .footer-wrapper .footer-left{color:hsla(0,0%,100%,.75)}.footer-fluid .footer-wrapper .footer-right{color:#fff}.footer-fluid .footer-wrapper .footer-right,.footer-fluid .footer-wrapper .footer-right .apps-info,.footer-fluid .footer-wrapper .footer-right .payment-options{display:flex;justify-content:flex-start;align-items:flex-start;gap:0;flex-direction:column}.footer-fluid .footer-wrapper .footer-right .apps-info .payment-item-wrapper,.footer-fluid .footer-wrapper .footer-right .payment-options .payment-item-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.footer-fluid .footer-wrapper .footer-right .apps-info li,.footer-fluid .footer-wrapper .footer-right .payment-options li{border-radius:50%;background-color:#fff;max-width:48px;max-height:48px}.footer-fluid .footer-wrapper .footer-right .apps-info .cardBD,.footer-fluid .footer-wrapper .footer-right .payment-options .cardBD{max-width:165px;height:108px;cursor:pointer;border-radius:.75rem}.footer-fluid .footer-wrapper .footer-right .apps-info{padding-bottom:1rem}.footer-fluid .footer-wrapper .footer-right .apps-info .app-card{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.footer-fluid .footer-wrapper .footer-right .apps-info .app-card img{width:100%}.footer-fluid .footer-wrapper .footer-policy-info{display:flex;justify-content:space-between;align-items:center;gap:0;border-top:1px solid transparent;-o-border-image:url(/assets/images/line.png) 1;border-image:url(/assets/images/line.png) 1}.footer-fluid .footer-wrapper .footer-policy-info .footer-policies{display:flex;justify-content:flex-start;align-items:flex-start;gap:32px}.footer-fluid .footer-wrapper .footer-policy-info .footer-policies a{color:hsla(0,0%,100%,.75);font-size:14px;line-height:20px;font-weight:400}.footer-fluid .footer-wrapper .footer-policy-info .copyright{padding:0;margin:0;font-size:12px;cursor:pointer;text-align:right}.footer-fluid .footer-wrapper .footer-policy-info .copyright a{color:hsla(0,0%,100%,.75);font-weight:400}.footer-side-transparent{width:0;height:0;position:inherit}@media only screen and (max-width:1920px)and (min-width:1280px){.footer-side-transparent{position:absolute;right:0;bottom:0;width:350px;height:auto;z-index:9}}@media(max-width:1024px){.footer-fluid .footer-wrapper .footer-info-text{align-items:flex-start}}@media(max-width:991px){.footer-policy-info .footer-policies{justify-content:center!important}.footer-policy-info .footer-copyright-wrapper p{text-align:center!important}}@media(max-width:576px){.footer-fluid .footer-wrapper .footer-right .apps-info{width:100%}.footer-fluid .footer-wrapper .footer-right .apps-info .app-card{flex-wrap:nowrap;gap:14.89px}.footer-fluid .footer-wrapper .footer-right .apps-info .app-card .cardBD{width:100%}.footer-fluid .footer-wrapper .footer-right .apps-info .app-card .text-deposit{font-size:16px}.footer-fluid .footer-wrapper .footer-right .payment-item-wrapper li img{width:100%;height:100%}.footer-fluid .footer-wrapper .footer-policy-info{display:flex}.footer-fluid .footer-wrapper .footer-policy-info .footer-policies{flex-wrap:wrap;gap:10px;flex-direction:column;align-items:center}}.not-found-wrapper{width:100vw;height:100vh;background-color:#171d38;display:flex;justify-content:center;align-items:center;gap:0;flex-direction:column}.not-found-wrapper img{height:auto;-o-object-fit:scale-down;object-fit:scale-down;aspect-ratio:1}.not-found-wrapper .info{display:flex;justify-content:center;align-items:center;gap:0;flex-direction:column;color:#fff;padding:20px 0}.not-found-wrapper .info .p1{margin-bottom:5px;line-height:20px}.not-found-wrapper .info .__small{color:#fff;font-size:12px}@media(max-width:768px){.not-found-wrapper{height:90vh;flex-direction:column-reverse}.not-found-wrapper img{width:50%}}@media(max-width:576px){.not-found-wrapper{height:90vh}.not-found-wrapper img{width:100%}}.inputWrapper{margin:5px 0!important;width:100%}.inputWrapper .inputBoxes{display:flex;flex-direction:column;gap:5px;color:#fff}.inputWrapper .inputBoxes label{text-transform:capitalize}.inputWrapper .inputBoxes span svg{font-size:20px;color:#023e5e;font-weight:700}.inputWrapper .inputBoxes input{border:1px solid transparent}.inputWrapper .inputBoxes input::-moz-placeholder{color:var(--primaryLight)}.inputWrapper .inputBoxes input::placeholder{color:var(--primaryLight)}.inputWrapper .inputBoxes .inputField,.inputWrapper .inputBoxes .inputPasswordField{background:var(--primaryLighterBlue)}.inputWrapper .inputBoxes .inputPasswordField input{background:inherit}.form-input-box{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px;flex-direction:column;margin:15px 0 8px;width:100%}.form-input-box .ant-input-affix-wrapper{border-radius:5px;padding:10px 12px;border:1px solid #eff2f5}.form-input-box .ant-input-password-icon svg{color:#4094ff}.form-input-box label{color:#fff;font-size:14px;font-weight:600;line-height:24px}.form-input-box label sup{color:red;font-size:16px;top:0}.form-input-box .ant-input-group{border:1px solid #ddd;border-radius:8px}.form-input-box .ant-input-group-compact input{border:none}.form-input-box svg{font-size:20px}.form-input-box input{background-color:#fff!important;border:1px solid var(--borders-light-1,#e5e5e5)}.form-input-box input[type=password]{height:auto;background-color:#fff}.form-input-box input::-webkit-input-placeholder{font-size:14px}.light .ReactFlagsSelect-module_label__27pw9,.light label{color:#171d38}.country-selected-form{background:#fff;outline:none;border-radius:8px 0 0 8px;padding-bottom:0!important;height:100%;border:none;border-right:1px solid #6b6e80}.country-selected-form button{font-size:16px!important;outline:none;border:none;height:100%;padding:1px 5px}.country-selected-form ul{font-size:16px!important;min-width:8rem}.country-selected-form .ReactFlagsSelect-module_filterBox__3m8EU input{padding:0!important;border:none}.country-selected-form .ReactFlagsSelect-module_selectValue__152eS{padding-bottom:0}.lang-selector{padding:0!important}.lang-selector button{padding:0!important;border:0}.lang-selector button span{color:hsla(0,0%,100%,.75)}.lang-selector ul{width:100px!important;background-color:#171d38!important;color:#fff;border:1px solid hsla(0,0%,100%,.16)}.lang-selector ul li:hover{background:#074768}.lang-selector ul li span{line-height:1.5}@media(max-width:576px){.country-selected-form button,.country-selected-form ul{font-size:12px!important}}.selectBox-wrapper{width:100%}.selectBox-wrapper .label{font-weight:700;padding:5px}.selectBox-wrapper .suffixTitle,.selectBox-wrapper .suffixTitle svg{color:#4094ff;font-weight:600}.selectBox-wrapper .suffix-icon{font-size:20px}.selectBox-wrapper .scanner{color:#4094ff}.selectBox-wrapper .ant-select-arrow{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all}.register-wrapper:after{content:"";position:absolute;bottom:0;left:0;width:55%;height:100%;background:url(/assets/images/login/bg4.png) no-repeat 50%;background-size:cover;z-index:1}@media(max-width:991px){.register-wrapper:after{content:none}}.register-wrapper:before{content:"";position:absolute;bottom:0;right:0;width:45%;height:100%;background:#171d38;z-index:1}.auth-card-wrapper:after{content:"";position:absolute;top:0;left:0;width:100vw;height:100%;margin:0 calc(-50vw + 50%);background-color:#171d38;z-index:-1}.auth-card-wrapper .auth-card-wrapper-shadow{box-shadow:0 32px 80px rgba(36,132,255,.48)}.auth-card-wrapper .header-btn .lang-btn-select-wrapper{margin:1rem 0}.auth-card-wrapper .left-side{transition:all .4s ease-in-out;color:#fff;z-index:1;width:100%;height:100%;padding-right:42px}.auth-card-wrapper .left-side .auth-slider-card{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;width:auto;height:100%;background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-card-wrapper .left-side .auth-slider-card .author-img{width:auto;height:100%}.auth-card-wrapper .left-side .auth-slider-card .author-img img{width:60px;height:5rem;-o-object-fit:scale-down;object-fit:scale-down}.auth-card-wrapper .left-side .auth-slider-card .author-comment,.auth-card-wrapper .left-side .auth-slider-card .author-comment .author-info,.testimonial-wrapper .slider-card .author-comment .auth-card-wrapper .left-side .auth-slider-card .author-info{display:flex;justify-content:flex-start;align-items:flex-start;gap:15px;flex-direction:column}.auth-card-wrapper .left-side .auth-slider-card .author-comment .p2,.testimonial-wrapper .slider-card .author-comment .auth-card-wrapper .left-side .auth-slider-card .author-info .p2{color:hsla(0,0%,100%,.75);font-size:14px;line-height:22px}.auth-card-wrapper .left-side .auth-slider-card .author-comment .author-info,.testimonial-wrapper .slider-card .author-comment .auth-card-wrapper .left-side .auth-slider-card .author-info .author-info{gap:5px}.auth-card-wrapper .left-side .auth-slider-card .author-comment .author-info .__small,.testimonial-wrapper .slider-card .author-comment .auth-card-wrapper .left-side .auth-slider-card .author-info .author-info .__small{font-weight:400}.auth-card-wrapper .left-side .content{width:90%}.auth-card-wrapper .left-side .content .__small{font-weight:500;font-size:12px}.auth-card-wrapper .left-side .logo .h6{font-weight:400;margin:0}.auth-card-wrapper .carousel{width:85%}.auth-card-wrapper .carousel .slick-dots{bottom:-4rem!important}.auth-card-wrapper .right-side{background:#171d38;display:flex;flex-direction:column;position:relative;z-index:1}.auth-card-wrapper .right-side .closeBtn{font-size:30px;margin-left:auto;cursor:pointer}.auth-card-wrapper .right-side .auth-form{max-width:690px}.copy-right-auth-text{font-family:Inter,sans-serif;color:hsla(0,0%,100%,.75);font-weight:400;font-size:14px;line-height:20px}@media(min-width:1025px){.auth-card-wrapper .auth-row .left-side{height:60rem!important}}@media(max-width:1024px){.auth-card-wrapper .auth-row .left-side{height:61rem!important;padding:2rem!important}.auth-card-wrapper .auth-row .left-side .carousel{width:100%}.auth-card-wrapper .auth-row .left-side .carousel .slick-dots{bottom:0!important}.auth-card-wrapper .auth-row .ant-col{padding:1rem}}@media(max-width:991px){.auth-card-wrapper .auth-row{margin:0 auto;justify-content:center}.auth-card-wrapper .auth-row .left-side{display:none}.auth-card-wrapper .auth-row .right-side{width:100%;padding:2rem 0;max-width:80%}.auth-card-wrapper .auth-row .right-side .auth-form{width:680px;max-width:100%}}@media(max-width:768px){.auth-card-wrapper .auth-row .right-side{width:100%;padding:2rem 0;max-width:100%}}@media(max-width:576px){.auth-card-wrapper .header-btn{display:none}}.table-list-wrapper{padding:0;width:100%;margin:1rem 0;border:1.5px solid #e5e5e5;border-radius:1rem;overflow:hidden}.table-list-wrapper .mobile-table{color:#fff;text-align:left;border:1px solid hsla(0,0%,100%,.16);background:#1c2446;font-size:18px}.table-list-wrapper .mobile-table .mobile-table-heading{padding:1rem 1rem 20px;font-size:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.16);margin:0}.table-list-wrapper .mobile-table .table-panel p{display:flex;justify-content:flex-start;align-items:center;gap:20px}.table-list-wrapper .mobile-table .table-panel span{display:flex;justify-content:flex-start;align-items:center;gap:10px;flex:1}.table-list-wrapper .mobile-table .table-view{color:#2484ff;padding-left:6px}.table-list-wrapper .mobile-table .ant-collapse-item{border-bottom:1px solid hsla(0,0%,100%,.16)}.table-list-wrapper .mobile-table .ant-collapse-item .ant-collapse-expand-icon span{transform:rotate(90deg)!important}.table-list-wrapper .mobile-table .ant-collapse-item-active .ant-collapse-expand-icon span{transform:rotate(180deg)!important}.table-list-wrapper .mobile-table .ant-collapse-content-box{background-color:#171d38;color:#fff;padding:0}.table-list-wrapper .mobile-table .ant-collapse-content-box p{padding:15px 2rem;border-bottom:1px solid hsla(0,0%,100%,.16);margin:0}.table-list-wrapper .mobile-table .ant-collapse-content-active{border-top:none}.table-list-wrapper .mobile-table .ant-collapse-header{color:#fff;display:flex;flex-direction:row-reverse}.table-list-wrapper .mobile-table .table-icon{display:flex;align-items:center;gap:15px}.table-list-wrapper .mobile-table .table-icon p{margin:0;font-size:16px}.table-list-wrapper .mobile-table .table-icon img{width:30px;height:30px}.table-list-wrapper .table-list{width:100%;overflow:hidden;border-radius:20px;border-radius:0!important}.table-list-wrapper .table-list .ant-table-thead tr .ant-table-cell{font-size:12px;background:#f5f5f5;color:#000}.table-list-wrapper .table-list .ant-table-cell{background-color:#1c2446;color:#fff;font-weight:600}.table-list-wrapper .table-list .ant-table-cell-row-hover{background-color:#1c2446!important;color:#fff}.table-list-wrapper .table-list .ant-table-container{border-inline-start:0!important}.table-list-wrapper .table-list .ant-table-container .ant-table-content table{border-top:0!important}.table-list-wrapper .table-list .bonus-table{display:flex;align-items:center;gap:5px;font-size:14px}.light .table-list .ant-table-cell{background-color:#fff;color:#171d38;border-bottom:1px solid #e5e5e5!important;padding:10px!important}.light .table-list .ant-table-cell:last-child{border-inline-end:none!important}.light .table-list .ant-table-row:last-child .ant-table-cell{border-bottom:0!important}.light .table-list .ant-table-cell-row-hover{background-color:#eef5ff!important;color:#2484ff;border-bottom:1px solid #eff2f5!important}.light .mobile-table{color:#171d38;text-align:left;border:1px solid #eff2f5;background:#fff;font-size:18px}.light .mobile-table .ant-collapse-expand-icon,.light .mobile-table .ant-collapse-header-text{color:#171d38}.light .mobile-table .ant-collapse-content-box p{font-size:14px;text-transform:capitalize}.light .mobile-table .ant-collapse-content-active{background:#eef5ff}.light .mobile-table .ant-collapse-content-active .ant-collapse-content-box{background:#eef5ff;color:#171d38}@media(max-width:425px){.table-list-wrapper .mobile-table .ant-collapse-content-box p{font-size:14px}}.page-wrapper{padding:4rem 0;color:#fff;position:relative}.page-wrapper:after{top:0;background:url(/assets/images/levels/BG-right.svg) no-repeat;background-size:contain;z-index:-2;background-position:100% 0}.page-wrapper:after,.page-wrapper:before{content:"";position:absolute;right:0;width:100vw;height:100vh;margin:0 calc(-50vw + 50%)}.page-wrapper:before{bottom:0;background:url(/assets/images/levels/BG-left.svg) no-repeat;background-size:contain;z-index:-1;background-position:0}.page-wrapper .level-header{border-bottom:1px solid transparent;-o-border-image:url(/assets/images/line.png) 10;border-image:url(/assets/images/line.png) 10;padding:0 1rem}.page-wrapper .level-header .Primary-small{text-align:center}.page-wrapper .level-header .p2{color:hsla(0,0%,100%,.75);font-weight:400}.page-wrapper .page-children{padding:4rem 0}.modal-popup-wrapper{border-radius:1rem}.modal-content-wrapper{display:flex;align-items:center;justify-content:center;position:relative}.modal-content-wrapper svg{position:absolute;top:0;left:5px;cursor:pointer;font-size:25px;padding:3px;border-radius:3px}.modal-class{overflow:hidden;background-color:#171d38;border-radius:1rem}.modal-class .ant-modal-body{max-height:80dvh;overflow-y:auto}.modal-class .h6{text-align:center;font-style:normal;font-weight:700;line-height:32px}.modal-class .modal-body{position:relative;overflow:hidden;overflow-y:auto}.modal-class .modal-body::-webkit-scrollbar{width:8px}.modal-class .modal-body::-webkit-scrollbar-track{border-radius:8px}.modal-class .modal-body::-webkit-scrollbar-thumb{border-radius:8px;border:0 solid transparent;background-clip:padding-box;background:linear-gradient(180deg,#42b8fe,#207cfe)}.modal-class .ant-modal-content{background-color:#171d38;color:#fff;padding:20px 0!important}.modal-class .ant-modal-content .ant-modal-close{color:#fff;background-color:transparent}.modal-class .ant-modal-content .ant-modal-close .ant-modal-close-x{display:flex;justify-content:center;align-items:center;gap:0}.xl{width:1200px!important}.xl .modal-body{max-height:40rem!important}.md{width:800px!important}.md .modal-body{max-height:25rem!important}.sm{width:520px!important}.sm .modal-body{max-height:20rem!important}.h-fit .modal-body{max-height:-moz-fit-content!important;max-height:fit-content!important}.light{background-color:#fff!important}.light .ant-modal-content{background-color:transparent!important;box-shadow:none;color:#171d38!important}.light .ant-modal-content .ant-modal-close{background-color:transparent;color:#171d38}.light .ant-modal-content label{color:#171d38}.fancy-modal-sft{background:url(/assets/images/modalBG.png) no-repeat,linear-gradient(180deg,#ffe7cc,#fff 50%)}.fancy-modal-sft .ant-modal-close-x{border-radius:50%}.fancy2-modal-sft{background:url(/assets/images/modalBG.png) no-repeat,linear-gradient(180deg,#d0ffcc,#fff 50%)}.fancy3-modal-sft{background:url(/assets/images/modalBG.png) no-repeat,linear-gradient(180deg,rgba(64,148,255,.24),#fff 50%)}@media(max-width:768px){.modal-class .ant-modal-content{padding:20px 0}.modal-class .h6{font-size:15px;text-align:left}.modal-class .modal-body{padding:0!important}.bit-video-framw iframe{height:200px}}@media(max-width:576px){.modal-class .ant-modal-content{padding:15px 0!important}.modal-class .h6{font-size:18px;text-align:center}.bit-video-framw iframe{height:200px}}.custom-spinner-wrapper{display:flex;align-items:center;gap:10px}.custom-spinner-wrapper .loader{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.custom-spinner-wrapper .loader:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #fff;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.custom-spinner-wrapper .small{width:20px;height:20px}.custom-spinner-wrapper .small:before{border:2px solid #fff}.custom-spinner-wrapper .medium{width:30px;height:30px}.custom-spinner-wrapper .medium:before{border:3px solid #fff}.custom-spinner-wrapper .large{width:40px;height:40px}.custom-spinner-wrapper .large:before{border:4px solid #fff}.deposit-tabs .deposit-btn-group{display:flex;justify-content:space-evenly;align-items:center}.deposit-tabs .deposit-btn-group .deposit-btn{color:gray;font-size:14px;border-radius:8px 8px 0 0;width:100%;padding:16px}.deposit-tabs .deposit-btn-group .active{color:#2484ff;background:#fff}.deposit-tabs .fund-wallet-list-wrapper{background:#fff;padding:1rem;border-radius:16px}.select-account-wrapper{background:#fff}.select-account-wrapper .h6{color:#2484ff;font-size:20px;font-weight:700;line-height:32px}.select-account-wrapper .empty-account-box{display:flex;justify-content:center;align-items:center;flex-direction:column;height:28rem}.select-account-wrapper .empty-account-box .p2{color:gray;line-height:24px;font-weight:400;font-size:16px}.fund-transfer-success-wrapper .img-section{display:flex;flex-direction:column;align-items:center;width:50%;margin:0 auto;text-align:center}.fund-transfer-success-wrapper .img-section .h6{color:#4ade80;font-size:20px;line-height:32px;font-weight:600;border-bottom:0!important}.fund-transfer-success-wrapper .detail-section button{width:100%;margin-top:12px}.fund-transfer-success-wrapper .detail-section .p2{font-size:14px;line-height:20px;font-weight:600;text-align:center}.fund-transfer-success-wrapper .card-detail{text-align:center;color:gray;font-weight:400;font-size:14px;line-height:20px;margin-top:24px}.sidebar-button{border:1.5px solid #eff2f5;border-radius:10px}.sidebar-button .copyit{position:relative;display:flex;align-items:center;gap:5px;color:#2484ff;font-weight:600;cursor:pointer}.sidebar-button .copyit .copy-tooltip{position:absolute;bottom:-20px;right:-20px;z-index:999}.fund-transfer-status-wrapper{margin:1rem 0}.fund-transfer-status-wrapper .status-detail .status-detail-card .p2,.fund-transfer-status-wrapper .status-detail .status-detail-card .status-time,.fund-transfer-status-wrapper .status-para-text{font-size:14px;line-height:20px;font-weight:600}.fund-transfer-status-wrapper button{width:100%;padding:8px 0}.fund-transfer-status-wrapper .cancel-btn{margin:1rem 0;box-shadow:none}.fund-transfer-status-wrapper .status-detail{padding:10px 0}.fund-transfer-status-wrapper .status-detail .status-detail-card{border-bottom:1px solid #d4d4d4;padding:10px 0}.fund-transfer-status-wrapper .status-detail .status-detail-card .p2{margin:0}.fund-transfer-status-wrapper .status-detail .status-detail-card .withdraw-type{padding:5px 10px}.fund-transfer-status-wrapper .status-detail .status-detail-card .status-time{color:gray;font-weight:400}.fund-transfer-status-wrapper .status-detail .status-detail-card .bd-tran-id{display:flex;align-items:center;gap:10px}.fund-transfer-status-wrapper .status-detail .status-detail-card .bd-tran-id svg{color:#2484ff;cursor:pointer}.fund-transfer-status-wrapper .status-detail .status-detail-card .status-amount{color:#2484ff}.fund-transfer-status-wrapper .status-detail .status-detail-card .status-value{display:flex;align-items:center;gap:5px;color:#ffa43c;font-weight:400}.fund-transfer-status-wrapper .status-detail .status-detail-card .status-view{display:flex;align-items:center;gap:8px;color:#2484ff}.fund-transfer-status-wrapper .status-detail .status-detail-card .status-time-detail{display:flex;align-items:center;gap:8px;color:gray;font-weight:400}.fund-transfer-status-wrapper .status-detail .status-detail-card .status-time-detail svg{font-size:18px}.deposit{color:#4ade80;background:#ebffeb}.deposit,.withdraw{display:flex;justify-content:center;border-radius:5px;padding:3px 0}.withdraw{color:red;background:#ffebeb}.transfer{display:flex;justify-content:center;color:#2484ff;background:#ebf3ff;border-radius:5px;padding:3px 0}.approved{color:#22c55e!important}.approved,.pending{background:transparent}.pending{color:#ffa43c!important}.rejected{background:transparent;color:#ff0707!important}.cash_in{color:#4ade80!important}.cash_out{color:red!important}.recieved{color:#4ade80!important}.sent{color:#2484ff!important}.cancelled{color:red!important}.fund-wallet-list{padding:1rem 0;border-bottom:1px solid #d4d4d4}.fund-wallet-list .offer-tag{height:1rem;background:linear-gradient(323.55deg,#ff223e 49.68%,#b5182c 82.48%);transform:rotate(-45deg);left:-25px;color:#fff;font-size:12px;font-weight:700}.fund-wallet-list .h6{text-align:left}.fund-wallet-list .fund-wallets{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,82px));gap:5px}.fund-wallet-list .fund-wallets .fund-wallet{border:1px solid #d4d4d4;padding:10px 6px;border-radius:12px}.fund-wallet-list .fund-wallets .fund-wallet .p2{font-weight:700;font-size:12px;line-height:14px;padding-top:5px}.fund-wallet-list .fund-wallets .active{border:1.5px solid #2484ff;position:relative}.fund-wallet-list .fund-wallets .active .wallet-batch{top:8px;right:10px;background:#2484ff;color:#fff;line-height:2;border-radius:50px;font-size:18px}.accounts-card-list .active{position:relative;border:1.5px solid #2484ff!important}.accounts-card-list .active .card-verify{position:absolute;top:10px;right:10px;display:block}.accounts-card-list .card-verify{display:none}.accounts-card-list .account-card{gap:0;border:1px solid #d4d4d4;border-radius:1rem;padding:1rem!important;width:100%;cursor:pointer}.accounts-card-list .account-card,.accounts-card-list .account-card .card-img{display:flex;justify-content:space-between;align-items:center;flex-direction:column}.accounts-card-list .account-card .card-img{gap:10px}.accounts-card-list .account-card .card-img .p2{color:gray;font-size:16px}.accounts-card-list .account-card .card-info{width:100%;margin:15px 0 0}.accounts-card-list .account-card .card-info .card-formdata{position:relative}.accounts-card-list .account-card .card-info .card-formdata .copy-text-form label{color:#171d38;font-weight:700;margin-bottom:5px}.accounts-card-list .account-card .card-info .card-formdata .copy-text-form .p2{background:#fff;border:1px solid #d4d4d4;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:4px;font-size:13px;line-height:1rem;padding:8px;display:flex;justify-content:space-between;align-items:center;gap:0;color:#171d38;font-weight:400;cursor:pointer}.accounts-card-list .account-card .card-info .card-formdata .copy-text-form .p2 svg{color:#2484ff}.accounts-card-list .account-card .card-info .card-formdata .copy-text-form .icon{display:flex;justify-content:flex-start;align-items:center;gap:10px;font-size:16px}.border-wrapper{padding:2px;border-radius:7px;overflow:hidden}.border-wrapper-active{background:linear-gradient(180deg,#42b8fe,#207cfe),linear-gradient(0deg,#fff,#fff)}.select-country-currency .ReactFlagsSelect-module_selectBtn__19wW7{display:flex;justify-content:flex-start;width:auto;margin-left:auto;border-radius:6px}.select-country-currency .ReactFlagsSelect-module_flagsSelect__2pfa2{padding-bottom:0}.select-country-currency button{height:35px;border:1px solid #fff;color:#fff}.withdraw-with-otp .otp-text .p2{margin:0;font-size:14px;line-height:20px;color:gray;font-weight:400}.withdraw-with-otp .otp-text .otp-account-number{color:#171d38;font-weight:600;line-height:1.5}.withdraw-with-otp .otp-form .p2{margin-bottom:5px}.withdraw-with-otp .otp-form .otpbox input{width:54px;height:54px;color:#000}.withdraw-with-otp .otp-form .otpbox input:focus{outline:2px solid #4094ff!important}@media screen and (max-width:768px){.withdraw-with-otp .otp-form .otpbox input{width:40px!important;height:40px}}.withdraw-with-otp .otp-form .wrong-code{color:red;font-weight:700;font-size:14px;margin-top:5px}.withdraw-with-otp .otp-form .resend-label{color:gray;margin:10px 0}.withdraw-with-otp .otp-form .resend-label span{color:#2484ff;font-weight:500;cursor:pointer}.withdraw-with-otp .error-otp-form .form-input-box input{border:1px solid red}.result-time-end-wrapper{display:flex;justify-content:flex-end}.result-time-end-wrapper .result-time-end{display:flex;align-items:center;gap:10px}.result-time-end-wrapper .result-time-end .end-in{font-style:normal;font-weight:600;font-size:14px;line-height:20px}.result-time-end-wrapper .result-time-end .p2{margin:0}.result-time-end-wrapper .result-time-end .timer-box{display:flex;gap:10px;align-items:flex-start;margin:10px 0}.result-time-end-wrapper .result-time-end .timer-box .semi-col{font-size:24px;color:red}.result-time-end-wrapper .result-time-end .timer-box .box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.result-time-end-wrapper .result-time-end .timer-box .box .times-left{background:#ffebeb;padding:5px 10px;border-radius:10px;color:red;font-weight:800;font-size:20px}.result-time-end-wrapper .result-time-end .timer-box .box .hours{color:gray;margin:5px auto}.tool-tip-title{color:#4094ff;font-family:Inter;font-style:normal;font-weight:700;font-size:14px;line-height:20px;text-transform:uppercase;margin:0;display:flex;justify-content:flex-start;align-items:center;gap:5px}.tool-tip-title svg{color:gray;font-size:16px;cursor:pointer}.profile-banner-wrapper{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff),url(/assets/images/profile/banner.png),#d3d3d3 0 -77.7px/100% 376.364% no-repeat;background-size:cover}.profile-banner-wrapper .round-img{border-radius:50%}.profile-banner-wrapper .user-img-edit-btn{width:33px;height:33px;z-index:5;background-color:#4094ff;border-radius:50%;border:2px solid #fff}.profile-banner-wrapper .user-img-edit-btn svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:768px){.profile-banner-wrapper{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 140%),url(/assets/images/profile/banner-sm.png),#d3d3d3 0 -69.312px/299.708% 376.364% no-repeat;height:190px}}.profile-info-wrapper .profile-info .copyit{margin:0 .5rem}.profile-info-wrapper .profile-info .get-number .number{font-weight:600}.profile-info-wrapper .profile-info .profile-item-row .user-info .selectBox-wrapper .ant-select-selector{height:35px!important}.profile-info-wrapper .profile-info .profile-item-row .user-info .selectBox-wrapper .ant-select-selector .ant-select-selection-item{color:#171d38;font-weight:600}.profile-info-wrapper .profile-info .profile-item-row .user-info .get-number{padding:0;border:none}.profile-info-wrapper .profile-info .profile-item-row .user-info .break-all{font-weight:600;font-size:14px;line-height:20px;color:#171d38}.profile-info-wrapper .profile-info .profile-item-row .user-info .edit-info input{height:36px}.profile-info-wrapper .profile-info .profile-item-row .user-info .edit-info button{height:36px;width:96px}@media screen and (max-width:768px){.profile-info-wrapper{margin-top:-3.5rem}}.warning-alert-wrapper{background-color:#ffa43c;padding:8px 16px}.warning-alert-wrapper .warning-text{color:#fff;font-size:12px;font-weight:600}.warning-alert-wrapper .warning-text strong{font-weight:700}.warning-alert-wrapper .warning-text strong svg{font-size:18px}.affiliate-user-assets-card .user-card{background-color:#fff;padding:1rem;border-radius:1rem;height:100%;max-height:16rem}.affiliate-user-assets-card .user-card .trending-status{background:rgba(0,255,174,.48);height:-moz-fit-content;height:fit-content;padding:3px 5px;border-radius:10px}.affiliate-user-assets-card .user-card .user-assets{padding-bottom:2rem;width:100%}.affiliate-user-assets-card .user-card .user-assets .wallet-tooltip svg{color:#fff!important}.affiliate-user-assets-card .user-card .user-assets .level-dots-wrapper{position:relative}.affiliate-user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup{top:1.5rem;right:0;background:#fff;box-shadow:0 0 15px #d4d4d4;padding:10px;width:10rem}.affiliate-user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup .level-list{display:flex;align-items:center;gap:5px}.affiliate-user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup .level-list .p2{margin:0;color:gray;font-weight:600}.affiliate-user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup .level-list svg{font-size:18px;color:gray}.affiliate-user-assets-card .user-card .user-assets .p2{margin:0;font-size:14px;font-weight:600;color:#2484ff;text-transform:uppercase;display:flex;align-items:center;gap:5px}.affiliate-user-assets-card .user-card .user-assets .p2 svg{font-size:18px;color:#d4d4d4}.affiliate-user-assets-card .user-card .user-assets-detail .user-assets-info .p2{font-size:24px;font-weight:600;margin:10px 0 0}.affiliate-user-assets-card .user-card .user-assets-detail .user-assets-info small{color:#a3a3a3;font-size:14px;line-height:2}.affiliate-user-assets-card .user-card .user-assets-detail .user-assets-divider{width:1px;height:5rem;background-color:#d4d4d4;margin:auto}.affiliate-user-assets-card .user-card .user-assets-detail .level-info{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.affiliate-user-assets-card .user-card .user-assets-detail .level-info .dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .reward,.affiliate-user-assets-card .user-card .user-assets-detail .level-info .level,.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .affiliate-user-assets-card .user-card .user-assets-detail .level-info .reward{color:transparent;background:#eef5ff!important;padding:10px;border-radius:5px}.affiliate-user-assets-card .user-card .user-assets-detail .level-info .level-detail .p2{margin:0 0 5px;font-weight:700}.affiliate-user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text{display:flex;gap:10px;margin-bottom:8px}.affiliate-user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text div{display:flex;justify-content:flex-start;align-items:center;gap:5px}.affiliate-user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text span{color:#a3a3a3;font-size:14px;margin-bottom:2px}.affiliate-user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text small{font-size:14px;font-weight:600}.affiliate-user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text .reward-text-box{margin-left:15px}.affiliate-user-assets-card .user-card .redeem-points-btn button{border:2px solid #fff!important}.affiliate-user-assets-card .assets{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-direction:column;background:linear-gradient(180deg,#86b6ff,rgba(117,144,254,.824));background-size:cover!important}.affiliate-user-assets-card .assets .user-assets{padding:0}.affiliate-user-assets-card .assets .user-assets .p2{color:#fff;flex:1}.affiliate-user-assets-card .assets .user-assets div{flex:.5}.affiliate-user-assets-card .assets .user-assets-detail{width:70%;margin:0 auto}.affiliate-user-assets-card .assets .user-assets-detail .user-assets-info .p2,.affiliate-user-assets-card .assets .user-assets-detail .user-assets-info small{color:#fff}.affiliate-user-assets-card .assets .user-assets-detail .user-balance .p2{margin-top:5px}.affiliate-user-assets-card .assets .user-assets-detail .user-coin .p2{margin-top:3px}.affiliate-user-assets-card .assets .ant-select-selector{background:transparent}.affiliate-user-assets-card .assets .ant-select-arrow,.affiliate-user-assets-card .assets .ant-select-selector .ant-select-selection-item{color:#fff}.affiliate-user-assets-card .expenses .user-assets-detail{width:80%;margin:0 auto}.affiliate-user-assets-card .expenses .user-assets .p2{flex:1}.affiliate-user-assets-card .expenses .user-assets div{flex:.5}.affiliate-user-assets-card .progress-bar-wrapper{margin:10px 0}.affiliate-user-assets-card .progress-bar-wrapper .progress-remain{color:#a3a3a3}.affiliate-user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-text{position:absolute!important;left:39%;top:5px;color:#fff}.affiliate-user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-outer{padding-inline-end:0}.affiliate-user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-inner{background:#eef5ff!important;position:relative}.affiliate-user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;text-align:center;line-height:1}.affiliate-user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-inner .ant-progress-bg{height:16px!important;background:url(/assets/images/dashboard/liner.svg) no-repeat!important;background-size:cover!important}.security-card-wrapper{border-radius:16px;width:100%;min-height:380px}.security-card-wrapper img{margin-bottom:12px}.security-card-wrapper .security-title{font-weight:600;font-size:20px;line-height:normal;margin:0}.security-card-wrapper .content{color:gray;padding:12px 0;font-weight:400;font-size:14px;text-align:center;margin-bottom:12px}.auth-modal-card-wrapper .auth-modal-content{font-weight:400;font-size:14px;text-align:center;max-width:15rem;line-height:20px;padding:10px;color:gray}.device-list-card-wrapper{background:#d4d4d4;border:1px solid #e5e5e5;border-radius:8px;padding:1rem}.device-list-card-wrapper .device-info{font-size:12px;color:#737373;font-weight:500}.device-list-card-wrapper .device-info .device-data{margin-top:3px}.device-list-card-wrapper .active-info .online{display:block;width:8px;height:8px;background:#4ade80;border-radius:50%}.device-list-card-wrapper .active-info small{color:red;font-weight:600;cursor:pointer}.choose-verify-method-modal-card-wrapper{max-width:576px;margin:0 auto}.choose-verify-method-modal-card-wrapper .Secondary,.choose-verify-method-modal-card-wrapper .title{font-size:14px;line-height:1.5;max-width:500px;margin:0 auto;text-align:center;color:gray;font-weight:400}.verifyTypeModal .modal-body{padding:0!important}.method-card-wrapper{border:1px solid #d4d4d4;border-radius:10px;min-width:154px;padding:2.5rem 0;flex:1}.method-card-wrapper .verify-icon{top:10px;right:10px;color:#fff;background-color:#2484ff;line-height:1;border-radius:50px}@media screen and (max-width:576px){.method-card-wrapper{min-width:-moz-max-content;min-width:max-content;padding:1rem;flex:.4}}.method-card-wrapper-active{border:1px solid #4094ff}.empty-payment-card-wrapper{padding:10rem 2rem;border:1.5px dashed #d4d4d4;border-radius:10px}.empty-payment-card-wrapper .add-wallet-btn{border-width:1px}@media screen and (max-width:768px){.empty-payment-card-wrapper{padding:5rem 1rem}}.empty-payment-card-wrapper .empty-card{max-width:350px}.empty-payment-card-wrapper .empty-card .Secondary,.empty-payment-card-wrapper .empty-card .title{padding-top:0;font-size:16px;line-height:1.5;text-align:center;margin:0;color:gray}.copyInputBoxWrapper input{border-radius:8px 0 0 8px;background:#f5f5f5;border:none!important;outline:none;padding:0 15px}.copyInputBoxWrapper .copyInputBoxBtn{border-radius:0 8px 8px 0;background:#4094ff;color:#fff;gap:10px}.copyInputBoxWrapper .copyInputBoxBtn .copyit{color:#fff!important}.user-profile-card-wrapper{background:#eef5ff;border:1px solid #a5cbfc}.user-profile-card-wrapper .p2{font-size:16px;line-height:1.6}.user-profile-card-wrapper span{color:gray}.profile-update-wrapper .user-img-wrapper{border:2px solid #fff;border-radius:50%;box-shadow:0 0 16px 1px hsla(0,0%,68%,.51)}.profile-update-wrapper .user-img-edit-btn{position:absolute;bottom:0;right:0;font-size:20px;background:#6495ed;border:2px solid #fff;border-radius:20px;line-height:1;padding:5px;cursor:pointer}.profile-update-wrapper .user-img-edit-btn svg{color:#fff}.create-affiliate-form-admin-wrapper button{font-size:14px!important}.create-affiliate-form-admin-wrapper label{color:#171d38;font-weight:600;text-transform:capitalize}.create-affiliate-form-admin-wrapper .emailOrMobile{margin:0}.create-affiliate-form-admin-wrapper .selectBox{margin-top:8px}.create-account-modal-wrapper .form-input-box{margin-top:0}.create-account-modal-wrapper .user-info-list .sidebar-button{padding:0}.create-account-modal-wrapper .user-info-list .get-number{gap:.5rem}.create-account-modal-wrapper .user-info-list .get-number .number{color:#737373}.create-account-modal-wrapper .acc-btn-wrapper button{height:40px}.create-account-modal-wrapper .share-btn{width:48px}.create-account-modal-wrapper p{color:gray}.header-notification-board{width:100%;height:100%;box-shadow:0 10px 24px -3px rgba(16,24,40,.1),0 4px 24px -4px rgba(16,24,40,.1)}.header-notification-board .cover-img,.header-notification-board .notification-header-section,.header-notification-board .private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .user-profile-cover-img,.private-header-wrapper .header-right .profile-section-wrapper .user-profile-board-wrapper .header-notification-board .user-profile-cover-img{background:url(/assets/images/notifybg.svg) no-repeat;background-position:top;background-size:cover}.header-notification-board .notification-header-section{display:flex;justify-content:flex-start;align-items:space-between;gap:1rem;flex-direction:column}.header-notification-board .notification-header-section .notification-title-bar{line-height:1;display:flex;justify-content:space-between;padding:10px}.header-notification-board .notification-header-section .notification-title-bar .notify-text{color:#fff;font-weight:600;display:flex;justify-content:flex-start;align-items:center;gap:10px;font-size:14px}.header-notification-board .notification-header-section .notification-title-bar .notify-text svg{font-size:20px}.header-notification-board .notification-header-section .notification-title-bar .see-all{color:#fff;text-decoration:underline;text-underline-offset:3px;display:flex;justify-content:flex-start;align-items:center;gap:5px}.header-notification-board .notification-header-section .notification-title-bar .see-all svg{font-size:20px}.header-notification-board .notification-header-section .notify-tabs{display:flex;justify-content:space-evenly;align-items:center;gap:5px;line-height:0;cursor:pointer}.header-notification-board .notification-header-section .notify-tabs .notify-counts{background-color:transparent;padding:5px 0;line-height:1;width:100%;border-radius:5px 5px 0 0;font-size:14px;display:flex;justify-content:center;gap:10px;align-items:center;color:#fff;font-weight:400}.header-notification-board .notification-header-section .notify-tabs .notify-counts span{background:red;padding:5px 7px;border-radius:30px;color:#fff;font-size:10px}.header-notification-board .notification-header-section .notify-tabs .active{background-color:#fff;color:#2484ff;padding:5px 10px;font-weight:600}.header-notification-board .notification-header-section .notify-tabs .active span{background:#2484ff;padding:6px 7px;border-radius:30px;color:#fff}.header-notification-board .markAsRead{text-align:center;line-height:1;padding:10px 5px;box-shadow:9px 8px 15px gray}.header-notification-board .notification-body-section{overflow-y:scroll;height:100%}.header-notification-board .notification-body-section .notification-card-wrapper{display:flex;flex-direction:column}.header-notification-board .notification-body-section .notification-card-wrapper .notify-card{display:flex;padding:10px 10px 0;gap:10px;cursor:pointer}.header-notification-board .notification-body-section .notification-card-wrapper .notify-card img{color:transparent;background:#eef5ff;border-radius:5px}.header-notification-board .notification-body-section .notification-card-wrapper .notify-card p{line-height:18px}.header-notification-board .notification-body-section .notification-card-wrapper .notify-card-time{line-height:1!important;padding:5px 15px 15px;display:flex;align-items:center;gap:5px}.header-notification-board .notification-body-section .notification-card-wrapper .notify-card-time .tooltip-btn .tooltip-btn-text{bottom:-25px;font-size:12px;background-color:#171d38;color:#fff;padding:5px;border-radius:5px;display:none}.header-notification-board .notification-body-section .notification-card-wrapper .notify-card-time .tooltip-btn:hover .tooltip-btn-text{display:block}.testimonial-wrapper{display:flex;justify-content:flex-start;align-items:space-between;gap:2rem;flex-direction:column}.testimonial-wrapper .testimonial-text{width:50%}.testimonial-wrapper .heading-wrapper .Secondary,.testimonial-wrapper .heading-wrapper .title{margin-bottom:18px}.testimonial-wrapper .heading-wrapper .Secondary .emoji-title p,.testimonial-wrapper .heading-wrapper .title .emoji-title p{padding-top:0;font-size:1rem;font-weight:700!important;line-height:1.5rem;letter-spacing:2.56px;text-transform:uppercase}.testimonial-wrapper .heading-wrapper h2{color:#fff;font-size:40px;line-height:56px}.testimonial-wrapper .testimonial-card-see-more{color:#2484ff;cursor:pointer}.testimonial-wrapper .testimonial-buttons{display:flex;justify-content:flex-end;align-items:center;gap:20px;height:100%}.testimonial-wrapper .testimonial-buttons button{width:48px;height:48px;font-size:20px;padding:10px;border-radius:8px;background:transparent;color:#fff;border:1px solid #fff;line-height:0}.testimonial-wrapper .testimonial-buttons button.disabled-slider-btn{opacity:.5;background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.testimonial-wrapper .testimonial-buttons .disabled{opacity:.5}.testimonial-wrapper .slider-card{display:flex;justify-content:flex-start;align-items:flex-start;gap:15px;flex-direction:row;width:100%;height:100%}.testimonial-wrapper .slider-card:before{content:none}.testimonial-wrapper .slider-card .author-img{width:64px;height:64px;flex:1}.testimonial-wrapper .slider-card .author-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.auth-card-wrapper .left-side .auth-slider-card .author-comment .testimonial-wrapper .slider-card .author-info,.auth-card-wrapper .left-side .auth-slider-card .testimonial-wrapper .slider-card .author-comment .author-info .author-info,.testimonial-wrapper .slider-card .auth-card-wrapper .left-side .auth-slider-card .author-comment .author-info,.testimonial-wrapper .slider-card .author-comment,.testimonial-wrapper .slider-card .author-comment .auth-card-wrapper .left-side .auth-slider-card .author-info .author-info,.testimonial-wrapper .slider-card .author-comment .author-info{display:flex;justify-content:flex-start;align-items:flex-start;gap:15px;flex-direction:column;flex:4.6}.auth-card-wrapper .left-side .auth-slider-card .author-comment .testimonial-wrapper .slider-card .author-info .author-info,.testimonial-wrapper .slider-card .author-comment .author-info{gap:2px;color:#fff}.auth-card-wrapper .left-side .auth-slider-card .author-comment .testimonial-wrapper .slider-card .author-info .author-info .__small,.testimonial-wrapper .slider-card .author-comment .author-info .__small{color:hsla(0,0%,100%,.75)}.testimonial-wrapper .member-card{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:0;flex-direction:column;padding:3rem;margin:6.5rem 0 1.5rem;background:linear-gradient(180deg,#42b8fe,#207cfe);border-radius:40px;overflow:hidden;z-index:1;max-width:814px;max-height:288px}.testimonial-wrapper .member-card p{color:hsla(0,0%,100%,.75)}.testimonial-wrapper .member-card .member-btn{background:hsla(0,0%,100%,.08);padding:10px 12px;border:1.2px solid #fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:158px}.testimonial-wrapper .member-card .member-btn svg{font-size:24px}.testimonial-wrapper .testimonial-side-transparent{width:0;height:0;position:inherit}@media only screen and (max-width:1920px)and (min-width:1280px){.testimonial-wrapper .testimonial-side-transparent{width:300px;top:8rem;left:0;position:absolute;height:auto}.testimonial-wrapper .mySwiper{width:100vw}}@media(max-width:1500px){.testimonial-wrapper .mySwiper,.testimonial-wrapper .testimonial-row-one{padding:0 1.5rem}}@media(max-width:1024px){.testimonial-wrapper .member-card{margin-top:2.5rem;max-height:-moz-fit-content;max-height:fit-content}}.hero-section-wrapper{background-color:#1c2446;max-height:736px}.hero-section-wrapper .container{padding-bottom:0!important;padding-top:0!important}.hero-section-wrapper .top-ellips{width:600px;height:auto;position:absolute;top:0;left:-5rem;z-index:0}.hero-section-wrapper .hero-promotion-img{bottom:-52px;right:-35px}.hero-section-wrapper .agent-sm-btn{font-size:14px;font-weight:700;line-height:0px;text-transform:uppercase;color:#fff;width:-moz-max-content;width:max-content;height:24px;gap:.4rem;margin-bottom:1rem;border-radius:16px;border:1px solid #747474;padding:0 10px}.hero-section-wrapper .heading-wrapper{text-align:left}.hero-section-wrapper .heading-wrapper .h1{max-width:375px;margin-bottom:1rem;font-size:48px;font-weight:700;line-height:64px}.hero-section-wrapper .heading-wrapper .p1{font-weight:400;color:hsla(0,0%,100%,.75);line-height:32px;margin-bottom:1rem;font-size:1.25rem}@media(max-width:1399px){.hero-section-wrapper .hero-promotion-img{bottom:-47px;right:-30px}}@media(max-width:1199px){.hero-section-wrapper .hero-promotion-img{bottom:-40px;right:-24px}}@media(max-width:1025px){.hero-section-wrapper .hero-promotion-img{bottom:-40px}}@media(max-width:991px){.hero-section-wrapper .hero-promotion-img{bottom:-9.6rem}}@media(max-width:768px){.hero-section-wrapper{margin-bottom:2rem;padding-top:3rem!important}.hero-section-wrapper .hero-promotion-img{bottom:-30px;right:0}.hero-section-wrapper .top-ellips{top:-3rem;left:-2rem;z-index:1}.hero-section-wrapper .top-ellips,.hero-section-wrapper .top-ellips img{width:100%;max-height:420px;height:100%}.hero-section-wrapper .agent-sm-btn{margin:0 auto 1rem}.hero-section-wrapper .heading-wrapper{max-width:100%;margin:0 auto;text-align:center;padding-bottom:0;z-index:2;position:relative}.hero-section-wrapper .heading-wrapper .h1{max-width:260px;font-size:32px;line-height:48px;text-align:center;margin:auto auto 1rem}.hero-section-wrapper .heading-wrapper .p1{font-size:1rem;line-height:24px;margin-bottom:1rem}.hero-section-wrapper .button-box{display:flex;justify-content:center;margin-top:0;position:relative;z-index:2}.hero-section-wrapper .button-box button{width:162px;height:48px}}@media(max-width:767px){.hero-section-wrapper{padding:0!important}.hero-section-wrapper .hero-left-content{background-color:#171d38;padding:1.6rem 1.5rem 2.7rem}.hero-section-wrapper .hero-promotion-img{bottom:-54px}}.program-cards-wrapper{color:#fff;position:relative}.program-cards-wrapper .cards{max-height:264px;padding:.5rem 1.5rem 1.5rem;gap:0}.program-cards-wrapper .cards:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-image:url(/assets/images/homepage/affiliate-card-bg.png);background-repeat:no-repeat}.program-cards-wrapper .cards h3{font-size:23px;line-height:15px;margin-bottom:.9rem}.program-cards-wrapper .cards p{color:hsla(0,0%,100%,.75);font-size:1rem;font-weight:400;margin:0;padding:0 5px}.program-cards-wrapper .program-cards-transparent{width:0;height:0;position:static}@media only screen and (max-width:1920px)and (min-width:1280px){.program-cards-wrapper .program-cards-transparent{position:absolute;top:10rem;left:0;width:380px;height:auto;z-index:-5}}.program-cards-wrapper .snake-lines:after{content:"";position:absolute;width:100%;height:100%;top:7.5rem;left:1.2rem;background-image:url(/assets/images/homepage/snake_lines.png);background-repeat:no-repeat}.section-heading .h2{font-size:40px;max-width:445px;line-height:56px}@media(max-width:1500px){.program-cards-wrapper{padding:0 1.5rem}}@media(max-width:1024px){.program-cards-wrapper .snake-lines:after{top:7rem;left:-6rem;transform:scaleX(.76)}}@media(max-width:640px){.program-cards-wrapper{color:#fff}.program-cards-wrapper .cards{max-height:204px;padding:1rem;gap:0}.program-cards-wrapper .cards .card-img{margin-top:-1rem}.program-cards-wrapper .cards h3{line-height:1.5rem;font-size:1rem;margin-top:-1rem;margin-bottom:.5rem}.program-cards-wrapper .cards p{font-size:14px;line-height:20px}}.affiliate-section .affiliate-header{margin-bottom:4rem}.affiliate-section .affiliate-header .cards{padding:1.3rem}.affiliate-section .affiliate-header .h2{max-width:650px;text-align:center}.affiliate-section .affiliate-bottom-bars,.affiliate-section .affiliate-side-transparent{width:0;height:0;position:inherit}@media only screen and (max-width:1920px)and (min-width:1280px){.affiliate-section .affiliate-side-transparent{position:absolute;top:20rem;right:0;width:470px;z-index:-5}.affiliate-section .affiliate-bottom-bars{position:absolute;bottom:0;left:0;width:270px;height:auto;z-index:-5}}.affiliate-section .affiliate-row-wrapper .affiliate-subtitle{color:hsla(0,0%,100%,.75);font-size:16px;font-weight:400;line-height:24px}.affiliate-section .affiliate-row-wrapper .affiliate-content{color:#fff}.affiliate-section .affiliate-row-wrapper.proces-no-2 .process{left:51%;top:38%;transform:translate(-50%,-50%)}.affiliate-section .affiliate-row-wrapper.proces-no-2 .affiliate-content{padding-left:5rem;max-width:446px;margin-top:9rem}.affiliate-section .affiliate-row-wrapper.proces-no-3 .process{top:34%}.affiliate-section .affiliate-row-wrapper.proces-no-3 .affiliate-content{padding-left:6rem;max-width:476px;margin-top:11.5rem}.affiliate-section .affiliate-row-wrapper.proces-no-3 .affiliate-img-wrapper{margin-top:5rem;justify-content:flex-end}.affiliate-section .affiliate-row-wrapper.proces-no-4 .process{left:48.5%;top:22%}.affiliate-section .affiliate-row-wrapper.proces-no-4 .affiliate-content{max-width:435px;padding-left:4.5rem;margin-top:8.5rem}.affiliate-section .affiliate-heading-text{font-size:16px;font-weight:400;line-height:24px;color:hsla(0,0%,100%,.75);width:72%}.affiliate-section .affiliate-row .affiliate-content{max-width:458px;padding-left:6rem;margin-top:3rem}.affiliate-section .affiliate-row .affiliate-content .affiliate-title{font-size:32px;font-weight:700;line-height:48px}.affiliate-section .affiliate-row .affiliate-content .affiliate-subtitle{font-size:16px;font-weight:400;line-height:24px}.affiliate-section .affiliate-row .swap{order:1}@media(max-width:1440px){.affiliate-section .affiliate-row-wrapper{padding:0}}@media(max-width:1200px){.affiliate-section .affiliate-row-wrapper .process{width:64%}.affiliate-section .affiliate-row-wrapper .process .dots-zig-zag{left:1rem;top:7.5rem;width:85%}.affiliate-section .affiliate-row-wrapper.proces-no-2 .process .dots-zig-zag{left:-30rem}}@media(max-width:900px){.affiliate-section .affiliate-row-wrapper{margin-bottom:2rem}.affiliate-section .affiliate-row-wrapper .process{top:0;position:relative;margin-bottom:1rem}.affiliate-section .affiliate-row-wrapper .affiliate-content{padding-left:0;margin-top:0}.affiliate-section .affiliate-row-wrapper .affiliate-content .affiliate-title{font-size:20px;line-height:32px}.affiliate-section .affiliate-row-wrapper .affiliate-content .affiliate-subtitle{font-size:14px;line-height:20px}.affiliate-section .affiliate-row-wrapper .affiliate-row .swap{order:inherit}.affiliate-section .affiliate-row-wrapper.proces-no-2 .affiliate-content{padding-left:0;margin-top:1rem;margin-bottom:1rem}.affiliate-section .affiliate-row-wrapper.proces-no-2 .process{left:32%;top:48px}.affiliate-section .affiliate-row-wrapper.proces-no-3 .affiliate-content{padding-left:0;margin-top:0}.affiliate-section .affiliate-row-wrapper.proces-no-3 .process{top:0}.affiliate-section .affiliate-row-wrapper.proces-no-4{margin-top:0}.affiliate-section .affiliate-row-wrapper.proces-no-4 .affiliate-title{padding-right:5rem}.affiliate-section .affiliate-row-wrapper.proces-no-4 .affiliate-content{padding-left:0;margin-top:0}.affiliate-section .affiliate-row-wrapper.proces-no-4 .process{top:0;left:0}}@media(max-width:1024px){.affiliate-section .affiliate-row-wrapper.proces-no-2 .affiliate-content{padding-left:3.5rem;max-width:100%;margin-top:8rem}.affiliate-section .affiliate-row-wrapper.proces-no-2 .process{left:50%;top:53%;width:6%}.affiliate-section .affiliate-row-wrapper.proces-no-3 .affiliate-content{padding-left:5.5rem;max-width:100%;margin-top:16.5rem}.affiliate-section .affiliate-row-wrapper.proces-no-3 .process{top:14rem}.affiliate-section .affiliate-row-wrapper.proces-no-3 .affiliate-img-wrapper{margin-top:11rem;float:right}.affiliate-section .affiliate-row-wrapper.proces-no-4 .affiliate-content{padding-left:4rem;max-width:100%;margin-top:8.5rem}.affiliate-section .affiliate-row-wrapper.proces-no-4 .process{top:6rem;left:47%}.affiliate-section .affiliate-row-wrapper.proces-no-4 .affiliate-img-wrapper{margin-top:3rem}.affiliate-section .affiliate-row-wrapper .affiliate-img-wrapper{width:90%}}@media(max-width:768px){.affiliate-section .section-heading .affiliate-heading-text{width:100%}.affiliate-section .affiliate-header{margin-bottom:2rem}.affiliate-section .affiliate-content{max-width:100%;margin-bottom:2rem}.affiliate-section .affiliate-img-wrapper{justify-content:flex-start;margin-top:1rem!important}.affiliate-section .affiliate-img-wrapper img{width:100%;height:auto}.affiliate-section .affiliate-row-wrapper.proces-no-2{margin-top:2rem}.affiliate-section .affiliate-row-wrapper.proces-no-2 .affiliate-content{padding-left:0;margin-top:.5rem}.affiliate-section .affiliate-row-wrapper.proces-no-2 .process{left:0;width:auto;transform:none}.affiliate-section .affiliate-row-wrapper.proces-no-3{margin-top:2rem}.affiliate-section .affiliate-row-wrapper.proces-no-3 .affiliate-content{padding-left:0;margin-top:0}.affiliate-section .affiliate-row-wrapper.proces-no-3 .process{left:0;top:0;width:auto;transform:none}.affiliate-section .affiliate-row-wrapper.proces-no-4{margin-top:2rem}.affiliate-section .affiliate-row-wrapper.proces-no-4 .affiliate-content{padding-left:0;margin-top:0}.affiliate-section .affiliate-row-wrapper.proces-no-4 .process{left:0;top:0;width:auto;transform:none}.affiliate-section .affiliate-row-wrapper.proces-no-4 .affiliate-img-wrapper{margin-top:0!important}.affiliate-section .affiliate-text{width:100%}.snake-lines{position:relative}.snake-lines:after{display:none;top:26rem;left:0;transform:scaleX(.76)}}.earning-cards-section{background-color:#1c2446}.earning-cards-section .money-attachment-content h2{font-size:40px;line-height:56px}.earning-cards-section .money-attachment-content p{font-size:16px;font-weight:400;line-height:24px;margin-bottom:0;color:hsla(0,0%,100%,.75)}.earning-cards-section .commission-row{margin-top:3rem;row-gap:20px}.earning-cards-section .commission-info{border-radius:24px;border:1.5px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;color:#fff;height:120px}.earning-cards-section .commission-info .heading,.earning-cards-section .commission-info .transaction-page-wrapper .transaction-header .p2,.transaction-page-wrapper .transaction-header .earning-cards-section .commission-info .p2{font-size:1.5rem;line-height:40px}.earning-cards-section .commission-info .description{font-size:1rem;font-weight:400;line-height:1.5rem;color:hsla(0,0%,100%,.75)}.earning-cards-section .commission-info img{right:-.8rem}@media(max-width:1500px){.earning-cards-section .earning-wrapper{padding:0 1.5rem}}@media(max-width:768px){.earning-cards-section .money-attachment-content{margin-bottom:3rem}.earning-cards-section .money-attachment-content h2{font-size:1.5rem;font-weight:700;line-height:2.5rem}.earning-cards-section .money-attachment-img{justify-content:center}}.affiliate-chart-section .section-heading .h2{padding:0 68px;max-width:680px}.affiliate-chart-section .p1{padding:0 181px;color:hsla(0,0%,100%,.75)}.affiliate-chart-section .affiliate-chart-bars{width:0;height:0;position:inherit}@media only screen and (max-width:1920px)and (min-width:1280px){.affiliate-chart-section .affiliate-chart-bars{top:0;right:0;width:416px;height:auto;position:absolute;z-index:-5}}@media(max-width:1399px){.affiliate-chart-section .h2,.affiliate-chart-section .p1{padding:0 46px}}@media(max-width:768px){.affiliate-chart-section .h2,.affiliate-chart-section .p1{padding:0 82px}}@media(max-width:576px){.affiliate-chart-section .h2,.affiliate-chart-section .p1{padding:0}.affiliate-chart-section .h2{font-size:1.5rem;line-height:2.5rem}}.homepage-wrapper{background-color:#171d38;position:relative;z-index:2}.homepage-wrapper section{margin:auto}.homepage-wrapper .homepage-shadow{position:absolute;top:0;left:0;width:100%;height:50%}.homepage-wrapper .homepage-shadow img{color:transparent;width:100%;height:80%;-o-object-fit:cover;object-fit:cover}.homepage-wrapper .container{padding-top:4rem;padding-bottom:4rem}@media(max-width:1500px){.hero-section-wrapper{padding:0 1.5rem}.footer-fluid .footer-wrapper{padding-right:1.5rem;padding-left:1.5rem}}@media(max-width:1200px){.reward-wrapper .reward-card .h5{padding:0;margin:0;line-height:1;font-size:22px}.hero-section-wrapper:after{width:100%;height:80%}.footer-fluid .footer-wrapper .footer-right .apps-info .app-card .cardBD{width:100%}}@media(max-width:1024px){.hero-section-wrapper .dashboard-img-wrapper{width:100%}.our-feature-wrapper .feature-card-wrapper .feature-card .feature-card-title p{font-size:14px}.our-feature-wrapper .feature-card-wrapper .feature-card .label1{line-height:24px}.affiliate-chart-section{padding:0 1.5rem}.testimonial-wrapper .slider-card{flex-direction:column}.footer-row{padding-bottom:1rem}}@media(max-width:991px){.header-fluid .header-wrapper .mobile-menu{height:100vh;z-index:999;top:4.54rem}.hero-section-wrapper{padding-top:2rem;padding-bottom:2rem}.hero-section-wrapper .hero-section-header{width:100%}.hero-section-wrapper .hero-section-header .hero-coin{left:0}.hero-section-wrapper .hero-section-header .hero-coin img{width:80px}.hero-section-wrapper .hero-section-header .hero-mug{right:0}.hero-section-wrapper .hero-section-header .hero-mug img{width:90px}.hero-section-wrapper .hero-count-block-3{border:0!important}.dashboard-img-wrapper{margin-bottom:4rem;height:50rem;width:100%}.why-choose-us-wrapper{padding:2rem}.testimonial-wrapper{margin-top:.5rem}.testimonial-wrapper .member-card{margin:5rem 1.5rem 0}.testimonial-wrapper .testimonial-text{width:100%}.affiliate-wrapper,.our-feature-wrapper{padding:2rem}.affiliate-wrapper .affiliate-img{width:80%;height:80%;margin:1rem auto -4rem}.affiliate-wrapper .affiliate-img img{width:100%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.affiliate-wrapper .affiliate-img .hero-section-wrapper .dashboard-img-wrapper{height:30rem;margin-bottom:5rem}.reward-wrapper .smallBorderless{border:0!important}}@media(max-width:900px){.hero-section-wrapper .hero-section-header .hero-coin{position:absolute;top:120px;left:-50px}.hero-section-wrapper .hero-section-header .hero-coin img{width:150px;height:150px}.hero-section-wrapper .hero-section-header .hero-mug{right:-50px;bottom:0}.hero-section-wrapper .hero-section-header .hero-mug img{width:150px;height:150px}}@media(max-width:768px){.section-heading .h2{font-size:24px;line-height:32px}.affiliate-chart-section .section-heading .h2{max-width:100%;padding:0}.hero-section-wrapper{max-height:-moz-fit-content;max-height:fit-content;padding-bottom:0;margin-bottom:0}.hero-section-wrapper .hero-section-header{width:100%}.hero-section-wrapper .hero-section-header .hero-coin{left:0}.hero-section-wrapper .hero-section-header .hero-coin img{width:80px}.hero-section-wrapper .hero-section-header .hero-mug{right:0}.hero-section-wrapper .hero-section-header .hero-mug img{width:90px}.affiliate-wrapper{padding:0 0 2rem}.affiliate-wrapper:after{background-size:contain;background-position:top;background-repeat:repeat-y}.affiliate-wrapper .affiliate-info{width:90%;margin:0 auto}.our-feature-wrapper{padding:0}.our-feature-wrapper .feature-card-wrapper .feature-card{width:90%;margin:0 auto}.why-choose-us-wrapper{padding:0}.why-choose-us-wrapper .cards{width:90%;margin:0 auto}.hero-section-wrapper .dashboard-img-wrapper{height:auto}.hero-section-wrapper .dashboard-img-wrapper .merged-img .dashboard-show-img{width:80%;height:auto}.hero-section-wrapper .dashboard-img-wrapper .merged-img .bottom-img{width:85%}.hero-section-wrapper .dashboard-img-wrapper .merged-img .football-img{left:5rem}.hero-section-wrapper .dashboard-img-wrapper .merged-img .coin-img{left:6rem;z-index:2;width:70px;height:auto}.hero-section-wrapper .dashboard-img-wrapper .merged-img .coin-blur-img{position:absolute;top:1rem;right:2rem;z-index:2;width:100px;height:auto}.reward-wrapper:after{display:none}.reward-wrapper .reward-card{border-left:0!important;gap:25px;border-bottom:1px solid transparent!important;-o-border-image:url(/assets/images/line.png) 10 round!important;border-image:url(/assets/images/line.png) 10 round!important}.footer-fluid .footer-side-transparent,.testimonial-side-transparent{display:none}.homepage-wrapper .container{padding-top:2.5rem;padding-bottom:2.5rem}}@media(max-width:576px){.h3{line-height:45px}.Secondary{padding:2rem 0 0}.Secondary .Secondary,.Secondary .title{display:none}.Secondary .h3{font-size:26px}.hero-promotion-img{bottom:-30px}.Primary-small .Secondary,.Primary-small .title{margin:0 auto;font-size:16px}.Primary-small .Secondary .emoji-title,.Primary-small .title .emoji-title{justify-content:center}.Primary-small .h3{font-size:24px;line-height:35px}.hero-section-wrapper:after{width:100%;height:75%}.hero-section-wrapper .heading-wrapper{padding:0 2rem}.hero-section-wrapper .heading-wrapper .Secondary,.hero-section-wrapper .heading-wrapper .title{display:none}.hero-section-wrapper .heading-wrapper .h1{font-size:26px}.hero-section-wrapper .heading-wrapper .p1{padding-top:1rem;font-size:18px;line-height:1.5}.hero-section-wrapper .hero-section-header h1:before{bottom:-30px;left:0;width:100%;transform:translateX(0);z-index:-1;background-size:contain}.hero-section-wrapper .hero-counts{padding-left:10%}.hero-section-wrapper .hero-counts .hero-count-block{border-bottom:1px solid transparent!important;-o-border-image:url(/assets/images/line.png) 10 round!important;border-image:url(/assets/images/line.png) 10 round!important}.hero-section-wrapper .hero-counts .hero-count-block .count-info{flex-direction:row;align-items:center;gap:10px;padding-bottom:10px}.hero-section-wrapper .dashboard-img-wrapper .merged-img .dashboard-show-img{width:80%;height:auto}.hero-section-wrapper .dashboard-img-wrapper .merged-img .bottom-img{width:85%;height:auto;top:0}.hero-section-wrapper .dashboard-img-wrapper .merged-img .football-img{left:5rem;width:70px;height:auto;top:50%}.hero-section-wrapper .dashboard-img-wrapper .merged-img .coin-img{left:6rem;z-index:2;width:50px;height:auto;top:-1rem}.hero-section-wrapper .dashboard-img-wrapper .merged-img .coin-blur-img{width:70px}.why-choose-us-wrapper p{text-align:center;color:hsla(0,0%,100%,.75);font-size:13px}.why-choose-us-wrapper .cards{padding:1rem}.why-choose-us-wrapper .cards p{font-size:18px}.reward-wrapper .reward-card{gap:15px}.reward-wrapper .p2{font-size:18px;line-height:28px}.affiliate-wrapper .affiliate-info .heading-wrapper{gap:10px}.affiliate-wrapper .affiliate-info .p2{font-size:18px;line-height:28px}.affiliate-wrapper .affiliate-img{width:100%;height:100%}.affiliate-wrapper .affiliate-img img{-o-object-fit:cover;object-fit:cover;padding-bottom:2rem}.testimonial-wrapper .member-card{border-radius:32px;background:#4094ff;box-shadow:0 32px 80px 0 rgba(0,126,255,.24);padding:2rem 1rem 4rem;margin-bottom:2rem;max-height:-moz-fit-content;max-height:fit-content}.testimonial-wrapper .h3{font-size:24px;line-height:40px;margin-bottom:1rem}.hero-section-wrapper .dashboard-img-wrapper{height:auto;margin:0}.hero-section-wrapper .hero-section-header .hero-coin,.hero-section-wrapper .hero-section-header .hero-mug{display:none}.hero-section-wrapper .hero-counts{color:#fff;padding:0 30px}.hero-section-wrapper .hero-counts .hero-count-block{flex-direction:column;gap:0;align-items:flex-start;padding:0}.hero-section-wrapper .hero-count-block{border:0!important;align-items:flex-start;padding:1rem;margin:10px 0}.our-feature-wrapper .feature-card-wrapper .feature-card span{height:auto;margin-top:0}.dashboard-img-wrapper{height:auto}.testimonial-wrapper .testimonial-row-one{margin-bottom:2rem}.testimonial-wrapper .testimonial-text-one,.testimonial-wrapper .testimonial-text-two{width:100%!important}.testimonial-wrapper .testimonial-text-two .testimonial-buttons{justify-content:flex-start}}@media(max-width:425px){.hero-section-wrapper:after{width:100%;height:70%}.hero-section-wrapper .hero-section-header p{width:100%}.hero-section-wrapper .hero-promotion-img{bottom:0}.hero-section-wrapper .hero-counts{padding-left:10%}.hero-section-wrapper .hero-counts .hero-count-block{padding:0 0 10px;justify-content:flex-start;align-items:center;gap:15px;flex-direction:row;border-bottom:1px solid transparent!important;-o-border-image:url(/assets/images/line.png) 10 round!important;border-image:url(/assets/images/line.png) 10 round!important}.hero-section-wrapper .hero-counts .hero-count-block .h3 svg{font-size:40px}.hero-section-wrapper .hero-counts .hero-count-block .count-info{flex-direction:row;align-items:center;gap:10px;padding-bottom:0}.hero-section-wrapper .hero-counts .hero-count-block .count-info .label1{margin-bottom:8px;font-size:16px}.hero-section-wrapper .dashboard-img-wrapper{height:auto;padding-top:1.5rem}.hero-section-wrapper .dashboard-img-wrapper .merged-img .dashboard-show-img{width:80%;height:auto}.hero-section-wrapper .dashboard-img-wrapper .merged-img .football-img{left:3rem;width:40px;height:auto;top:42%}.hero-section-wrapper .dashboard-img-wrapper .merged-img .coin-img{left:4rem;width:40px}.hero-section-wrapper .dashboard-img-wrapper .merged-img .coin-blur-img{width:40px;top:1rem;right:2.5rem}.our-feature-wrapper .feature-card-wrapper .feature-card:after{right:2rem}.testimonial-wrapper .testimonial-row-one{flex-direction:column;align-items:flex-end}.testimonial-wrapper .testimonial-row-one .testimonial-text-one{max-width:100%}.testimonial-wrapper .heading-wrapper{margin-bottom:1rem}.testimonial-wrapper .heading-wrapper .Secondary .emoji-title p,.testimonial-wrapper .heading-wrapper .title .emoji-title p{font-size:14px;line-height:20px}.testimonial-wrapper .heading-wrapper h2{font-size:24px;line-height:40px}.testimonial-wrapper .slider-card{width:100%;margin:0 auto;padding:1.5rem}}.login-wrapper{position:relative;color:#fff}.login-wrapper:after{content:"";position:absolute;bottom:0;left:0;width:55%;height:100%;background:url(/assets/images/login/bg4.png) no-repeat 50%;background-size:cover;z-index:1}@media(max-width:991px){.login-wrapper:after{content:none}}.login-wrapper:before{content:"";position:absolute;bottom:0;right:0;width:45%;height:100%;background:#171d38;z-index:1}.login-wrapper .login-form-wrapper{margin:0 auto}.login-wrapper .login-form-wrapper .form-heading{line-height:24px;font-size:18px;font-weight:300;color:hsla(0,0%,100%,.75)}.login-wrapper .login-form-wrapper .form-heading h4{color:#fff}.login-wrapper .login-form-wrapper .form-heading .p2{color:hsla(0,0%,100%,.75);font-size:16px;line-height:24px;font-weight:400}.login-wrapper .login-form-wrapper .form-heading .form-error li{display:flex;gap:5px}.login-wrapper .login-form-wrapper .form-heading .form-error li svg{margin-top:4px}.login-wrapper .login-form-wrapper .checkbox-wrapper{justify-content:space-between;align-items:flex-start;gap:10px;display:flex;color:#fff}.login-wrapper .login-form-wrapper .checkbox-wrapper .forget-pass{color:#fff;text-decoration:underline;cursor:pointer}.login-wrapper .login-form-wrapper .form-btn{width:100%;text-align:center;margin:15px 0}.login-wrapper .login-form-wrapper .form-input-divider{color:hsla(0,0%,100%,.16);border-block-start:hsla(0,0%,100%,.16);margin:0}.login-wrapper .login-form-wrapper .login-with{margin:10px auto;width:100%;text-align:center}.login-wrapper .login-form-wrapper .login-provider{margin:10px 0;display:flex;justify-content:center;align-items:center;gap:10px}.login-wrapper .login-form-wrapper .login-provider img{width:50px;height:auto;cursor:pointer;background:#fff;padding:10px;border-radius:50px}.login-wrapper .login-form-wrapper .form-bottom-text{text-align:center;font-size:16px;color:#fff;font-weight:400}.login-wrapper .login-form-wrapper .form-bottom-text a{color:#fff;text-decoration:underline;font-weight:600}@media(max-width:576px){.login-wrapper .login-form-wrapper{margin:0 auto}.login-wrapper .login-form-wrapper .form-heading .h4{font-size:30px;line-height:40px}}.register-wrapper{position:relative;color:#fff}.register-form-wrapper{margin:0 auto;color:#fff}.register-form-wrapper .register-email-form{display:flex;align-items:flex-end}.register-form-wrapper .register-email-form .mobile-input{margin:15px 5px}.register-form-wrapper .register-email-form .email-input{margin-bottom:0}.register-form-wrapper .form-heading .h4{color:#fff;font-size:32px;font-weight:700;line-height:48px}.register-form-wrapper .form-heading .p2,.register-form-wrapper .form-heading p{color:hsla(0,0%,100%,.75);line-height:24px;font-weight:400}.register-form-wrapper .form-heading p{font-size:16px;margin-bottom:1.5rem}.register-form-wrapper .form-heading .form-error{color:red}.register-form-wrapper .form-heading .form-error li{display:flex;justify-content:flex-start;align-items:center;gap:10px}.register-form-wrapper .checkbox-wrapper{justify-content:space-between;align-items:flex-start;gap:10px;display:flex;color:#fff}.register-form-wrapper .checkbox-wrapper .forget-pass{color:#fff;text-decoration:underline;cursor:pointer}.register-form-wrapper .agreed-with-policy span:first-child{margin-top:-1rem}.register-form-wrapper .agreed-with-policy .ant-checkbox-inner{width:20px;height:20px}.register-form-wrapper .agreed-with-policy .ant-checkbox-inner:after{left:5px}.register-form-wrapper .form-btn{width:100%;text-align:center;margin:15px 0}.register-form-wrapper .form-input-divider{color:hsla(0,0%,100%,.16);border-block-start:hsla(0,0%,100%,.16);margin:0}.register-form-wrapper .register-with{margin:10px auto;width:100%;text-align:center}.register-form-wrapper .register-provider{margin:10px 0;display:flex;justify-content:center;align-items:center;gap:10px}.register-form-wrapper .register-provider img{width:50px;height:auto;cursor:pointer;background:#fff;padding:10px;border-radius:50px}.register-form-wrapper .form-bottom-text{text-align:center;font-size:16px;color:#fff;font-weight:400}.register-form-wrapper .form-bottom-text a{color:#fff;text-decoration:underline;font-weight:600}.register-tabs{color:#fff;display:flex}.register-tabs .tab{flex:1;display:flex;justify-content:center;align-items:center;gap:10px;font-size:12px;cursor:pointer;border-bottom:2px solid hsla(0,0%,100%,.16);padding:1rem}.register-tabs .tab svg{font-size:16px}.register-tabs .active{background:#1c2446;color:#2484ff;border-bottom:2px solid #2484ff}@media(max-width:1024px){.register-wrapper .register-form-wrapper{transform:scale(.9);padding:0}}@media(max-width:576px){.register-wrapper .register-form-wrapper{transform:scale(1);margin:0 auto}.register-wrapper .form-heading .h4{font-size:30px!important;line-height:40px}.register-wrapper .register-tabs .tab{padding:12px;font-size:12px}.register-wrapper .register-tabs .tab svg{font-size:16px}.register-wrapper .register-tabs .tab span{padding-top:2px}}.dashboard_wrapper{background-color:var(--whiteThin);margin:1rem 0;border-radius:5px;overflow:hidden}.dashboard_wrapper .dashboard_content_box{padding:5px 1.5rem 1.5rem}.dashboard_wrapper .breadcrumb{padding:10px 0;color:var(--primaryDark);font-weight:500;font-size:14px;display:flex;align-items:center;gap:5px}.dashboard_wrapper .breadcrumb .breadcrumb_icon{font-size:16px}.dashboard-wrapper{padding:1rem 1.5rem}.dashboard-wrapper .card-rows .user-assets-card .user-card{background:#fff url(/assets/images/dashboard/card_sq_bg.svg) no-repeat;background-position:100%;background-size:contain;padding:1rem;border-radius:1rem;height:100%;max-height:16rem}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets{padding-bottom:2rem;width:100%}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .wallet-tooltip svg{color:#fff!important}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .level-dots-wrapper{position:relative}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup{top:1.5rem;right:0;background:#fff;box-shadow:0 0 15px #d4d4d4;padding:10px;width:10rem}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup .level-list{display:flex;align-items:center;gap:5px}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup .level-list .p2{margin:0;color:gray;font-weight:600}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .level-dots-wrapper .show-levels-popup .level-list svg{font-size:18px;color:gray}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .p2{margin:0;font-size:14px;font-weight:600;color:#2484ff;text-transform:uppercase;display:flex;align-items:center;gap:5px}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets .p2 svg{font-size:18px;color:#d4d4d4}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .user-assets-info .p2{font-size:24px;font-weight:600;margin:10px 0 0}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .user-assets-info small{color:#a3a3a3;font-size:14px;line-height:2}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .user-assets-divider{width:1px;height:5rem;background-color:#d4d4d4;margin:auto}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .level,.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .reward,.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .reward{color:transparent;background:#eef5ff!important;padding:10px;border-radius:5px}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .level-detail .p2{margin:0 0 5px;font-weight:700}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text{display:flex;gap:10px;margin-bottom:8px}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text div{display:flex;justify-content:flex-start;align-items:center;gap:5px}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text span{color:#a3a3a3;font-size:14px;margin-bottom:2px}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text small{font-size:14px;font-weight:600}.dashboard-wrapper .card-rows .user-assets-card .user-card .user-assets-detail .level-info .level-detail .level-detail-text .reward-text-box{margin-left:15px}.dashboard-wrapper .card-rows .user-assets-card .user-card .redeem-points-btn button{border:2px solid #fff!important}.dashboard-wrapper .card-rows .user-assets-card .assets{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-direction:column;background:url(/assets/images/dashboard/cardBG.svg) no-repeat!important;background-size:cover!important}.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets{padding:0}.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets .p2{color:#fff;flex:1}.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets div{flex:.5}.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets-detail{width:70%;margin:0 auto}.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets-detail .user-assets-info .p2,.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets-detail .user-assets-info small{color:#fff}.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets-detail .user-balance .p2{margin-top:5px}.dashboard-wrapper .card-rows .user-assets-card .assets .user-assets-detail .user-coin .p2{margin-top:3px}.dashboard-wrapper .card-rows .user-assets-card .assets .ant-select-selector{background:transparent}.dashboard-wrapper .card-rows .user-assets-card .assets .ant-select-arrow,.dashboard-wrapper .card-rows .user-assets-card .assets .ant-select-selector .ant-select-selection-item{color:#fff}.dashboard-wrapper .card-rows .user-assets-card .expenses .user-assets-detail{width:80%;margin:0 auto}.dashboard-wrapper .card-rows .user-assets-card .expenses .user-assets .p2{flex:1}.dashboard-wrapper .card-rows .user-assets-card .expenses .user-assets div{flex:.5}.dashboard-wrapper .card-rows .user-assets-card .progress-bar-wrapper{margin:10px 0}.dashboard-wrapper .card-rows .user-assets-card .progress-bar-wrapper .progress-remain{color:#a3a3a3}.dashboard-wrapper .card-rows .user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-text{position:absolute!important;left:39%;top:5px;color:#fff}.dashboard-wrapper .card-rows .user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-outer{padding-inline-end:0}.dashboard-wrapper .card-rows .user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-inner{background:#eef5ff!important;position:relative}.dashboard-wrapper .card-rows .user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;text-align:center;line-height:1}.dashboard-wrapper .card-rows .user-assets-card .progress-bar-wrapper .progress-bar .ant-progress-inner .ant-progress-bg{height:16px!important;background:url(/assets/images/dashboard/liner.svg) no-repeat!important;background-size:cover!important}.dashboard-wrapper .user-assets-table-wrapper{background:#fff;margin:1rem 0;padding:1.2rem;border-radius:16px}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-heading{width:100%;display:flex;justify-content:space-between;align-items:center;gap:0}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-heading .selectBox-wrapper{max-width:200px}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data{margin-top:1rem}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper{margin:0}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .bonus-table{color:gray;font-weight:500}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .level,.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .reward{display:flex;justify-content:flex-start;align-items:center;gap:10px}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .deposit_amount{color:#1c2446;font-weight:500}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .reward{font-weight:500}.dashboard-wrapper .user-assets-table-wrapper .user-assets-table-data .table-list-wrapper .trx-type{display:inline-block;padding:5px 10px}.dashboard-wrapper .user-assets-table-wrapper .user-transaction-table-btn{font-size:18px}.dashboard-wrapper .user-assets-table-wrapper .user-transaction-table-btn .transaction-popover{right:0;width:10rem;background:#fff;box-shadow:0 0 25px 2px #d4d4d4;z-index:999;padding:1rem;border-radius:8px}.dashboard-wrapper .user-assets-table-wrapper .user-transaction-table-btn .transaction-popover .p2{font-size:18px;line-height:1}.dashboard-wrapper .user-assets-table-wrapper .user-transaction-table-btn .transaction-popover .level-list{gap:10px;color:gray;margin-bottom:10px}.dashboard-wrapper .user-assets-table-wrapper .user-transaction-table-btn .transaction-popover .level-list .p2{font-size:14px;margin:0}.transaction-page-wrapper .heading,.transaction-page-wrapper .transaction-header .p2{font-weight:400;font-size:16px;line-height:24px;margin:0;color:gray}.transaction-page-wrapper .transaction-table-design{background:#fff;padding:1rem;border-radius:1rem}.transaction-page-wrapper .transaction-table-design .transaction-table-header .header-status{gap:10px}.transaction-page-wrapper .transaction-table-design .transaction-table-header .header-status label{color:gray;font-weight:400}@media screen and (max-width:576px){.transaction-page-wrapper .transaction-table-design .transaction-table-header{flex-direction:column;align-items:start;gap:.5rem}}.date_time span,.para{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#171d38!important}.cancelled,.cash_in,.cash_out,.gateway,.normal-text,.recieved,.refer_trx_id,.sent,.status_time,.user_ID{color:gray;font-weight:400}.date_time span{font-size:13px!important}.bd_tran_ID .get-number{border:none;width:100%;gap:5px}.amount{color:#2484ff}.status_time{color:#171d38}.detail{color:#2484ff}.promo-code-wrapper .content .used-card{mix-blend-mode:luminosity}.promo-code-wrapper .content .btn-tab{margin:1rem 0}.promo-code-wrapper .content .btn-tab span{border-bottom:2px solid #d4d4d4;color:gray;font-size:1rem}.promo-code-wrapper .content .btn-tab .active{color:#2484ff;border-bottom:2px solid #2484ff;font-weight:500}.promo-code-wrapper .content .empty-card-section{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(6,1fr)}.promo-code-wrapper .content .empty-card-section .cards-img{mix-blend-mode:luminosity;grid-row:3/span 2;grid-column:4/6}.promo-code-wrapper .content .empty-card-section .cards-img span{color:gray}.promo-code-wrapper .content .promo-code-card{max-width:800px;margin:1rem auto;border-bottom:1px solid #d4d4d4;padding-bottom:1.4rem}.promo-code-wrapper .content .promo-code-card .promo-title{color:#171d38;font-weight:600}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card{gap:20px;border:2px dashed #2484ff;border-radius:12px;padding:12px 2rem;margin-top:1.5rem;z-index:1}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side{flex:1;border-right:2px dashed #2484ff;padding-right:20px}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .heading .h6,.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .transaction-page-wrapper .transaction-header .p2 .h6,.transaction-page-wrapper .transaction-header .promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .p2 .h6{font-size:20px;line-height:1.3;font-weight:600}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .heading .h6 span,.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .transaction-page-wrapper .transaction-header .p2 .h6 span,.transaction-page-wrapper .transaction-header .promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .p2 .h6 span{color:gray;font-size:14px;font-weight:500;margin-top:5px}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .heading .promo-deposit,.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .transaction-page-wrapper .transaction-header .p2 .promo-deposit,.transaction-page-wrapper .transaction-header .promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .p2 .promo-deposit{color:#4ade80;font-size:14px;background-color:#ebffeb;display:block;padding:4px 8px;border-radius:5px}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .btns{margin-top:20px}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .left-side .btns span{color:gray;font-size:14px;font-weight:600}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side{flex:.3}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box{gap:2rem}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box .date{color:gray;font-size:12px;font-weight:500}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box .heading .i-btn,.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box .transaction-page-wrapper .transaction-header .p2 .i-btn,.transaction-page-wrapper .transaction-header .promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box .p2 .i-btn{margin-top:12px;color:gray}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box .heading .get-number,.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box .transaction-page-wrapper .transaction-header .p2 .get-number,.transaction-page-wrapper .transaction-header .promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .right-side .right-side-box .p2 .get-number{display:flex;flex-direction:column;align-items:flex-start;gap:5px;border:none;color:#2484ff}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .border-one{top:50%;left:0;width:2rem;height:2rem;border-radius:50%;transform:translate(-50%,-50%);z-index:5;border:2px dashed #2484ff}.promo-code-wrapper .content .promo-code-card .promocard-box .promo-card .border-two{top:50%;left:100%;width:2rem;height:2rem;border-radius:50%;transform:translate(-50%,-50%);z-index:5;border:2px dashed #2484ff}.support-wrapper{cursor:pointer}.support-wrapper .cards{background:hsla(0,0%,100%,.04);transition:all .4s;border:1px solid transparent}.support-wrapper .cards:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.7) hsla(0,0%,100%,.3) hsla(0,0%,100%,.3) hsla(0,0%,100%,.7);border-style:solid;border-width:1px;box-shadow:0 0 30px 20px #1c2446}.support-wrapper .cards .p2{text-align:left;width:100%}.support-wrapper .cards img{width:100%;height:15rem}.support-wrapper .cards .description{color:hsla(0,0%,100%,.75);font-size:14px;line-height:24px;font-weight:400}.support-wrapper .cards .description a{color:#fff;cursor:pointer;font-weight:500}.support-wrapper .cards .accordion-item{width:100%}.support-wrapper .cards .accordion-item *{color:#fff}.support-wrapper .cards .accordion-item .ant-collapse-item{border-bottom:1px solid transparent;-o-border-image:url(/assets/images/line.png) 10;border-image:url(/assets/images/line.png) 10}.support-wrapper .cards .accordion-item .ant-collapse-item p{color:hsla(0,0%,100%,.75);font-size:14px}.support-wrapper .cards .accordion-item .ant-collapse-item .ant-collapse-header{display:flex;align-items:center;flex-direction:row-reverse}.support-wrapper .cards .accordion-item .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon{transform:rotate(90deg)}.support-wrapper .cards .accordion-item .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{font-size:18px}.support-wrapper .cards .accordion-item .ant-collapse-item-active{background-color:#171d38;border-radius:10px;margin:10px 0}.support-wrapper .cards .accordion-item .ant-collapse-item-active .ant-collapse-expand-icon{transform:rotate(180deg)!important}.support-wrapper .accordion-card{background-color:#1c2446!important}.support-wrapper .accordion-card:hover{box-shadow:none!important}.support-wrapper .accordion-card:before{display:none}@media(max-width:1024px){.support-wrapper .cards .description{font-size:12px;line-height:20px}.support-wrapper .cards img{height:10rem}}@media(max-width:576px){.support-wrapper .cards .accordion-item .ant-collapse-item p{font-size:12px!important}.support-wrapper .cards .accordion-item .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{font-size:14px!important}}.refer-to-friend-wrapper .disable{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#d4d4d4}.refer-to-friend-wrapper .get-number .number{color:gray}.refer-to-friend-wrapper .header-tab-contents .header .btn-group{border-top-left-radius:1rem;border-top-right-radius:1rem}.refer-to-friend-wrapper .header-tab-contents .header .btn-group .tab{font-weight:700;font-size:16px;line-height:24px;background-color:#f9f9f9;padding:1rem 0;border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4}.refer-to-friend-wrapper .header-tab-contents .header .btn-group .tab:last-child{border-right:none}.refer-to-friend-wrapper .header-tab-contents .header .btn-group .tab svg{font-size:20px;color:#171d38}.refer-to-friend-wrapper .header-tab-contents .header .btn-group .border-left{border-left:1px solid #d4d4d4}.refer-to-friend-wrapper .header-tab-contents .header .btn-group .active{background:#fff;border:none;color:#2484ff}.refer-to-friend-wrapper .header-tab-contents .header .btn-group .active svg{color:#2484ff}.refer-to-friend-wrapper .header-tab-contents .data .banner img{width:100%;height:auto;border-radius:1rem}.refer-to-friend-wrapper .header-tab-contents .data .banner hr{color:#d4d4d4}.refer-to-friend-wrapper .header-tab-contents .data .icon-title-wrapper{font-weight:700;font-size:24px;line-height:40px}.refer-to-friend-wrapper .header-tab-contents .data .icon-title-wrapper svg{color:#4094ff}.refer-to-friend-wrapper .header-tab-contents .data .link-share{border-bottom:1px solid #d4d4d4}.refer-to-friend-wrapper .header-tab-contents .data .link-share .decs{color:gray;font-weight:400;font-size:1rem;line-height:1.3;margin:0}.refer-to-friend-wrapper .header-tab-contents .data .link-share .get-number{width:100%;max-width:400px}.refer-to-friend-wrapper .header-tab-contents .data .link-share .social-icons .p2{font-weight:600;font-size:20px;line-height:32px;color:#171d38;margin-bottom:1rem}.refer-to-friend-wrapper .header-tab-contents .data .link-share .social-icons .icons img{cursor:pointer}.refer-to-friend-wrapper .header-tab-contents .data .share-banner .p2{max-width:500px;width:100%;font-size:1rem;color:gray;line-height:1.4;font-weight:400}.refer-to-friend-wrapper .header-tab-contents .data .share-banner .banner-card{border:1px solid #d4d4d4}.refer-to-friend-wrapper .header-tab-contents .data .share-banner .banner-card .content .download-btn{gap:5px;color:#4094ff;font-weight:600}.refer-to-friend-wrapper .header-tab-contents .data .share-banner .banner-card .content .download-btn svg{font-weight:600}.refer-to-friend-wrapper .header-tab-contents .data .share-banner .banner-card .content .copy-text-btn{border:none;padding:0 10px}.refer-to-friend-wrapper .header-tab-contents .data .share-banner .banner-card .content .embed-textarea textarea{min-height:7rem;font-size:14px}.refer-to-friend-wrapper .header-tab-contents .data .share-banner .banner-card .content .active-text-area textarea{background-color:#d4d4d4}.refer-to-friend-wrapper .header-tab-contents .data .refer-form-card{margin:1rem 0}.refer-to-friend-wrapper .header-tab-contents .data .refer-form-card hr{color:gray}.refer-to-friend-wrapper .header-tab-contents .data .refer-form-card .form-input-box{margin:0}.refer-to-friend-wrapper .header-tab-contents .data .refer-form-card .form-input-box label{font-weight:700}.refer-to-friend-wrapper .header-tab-contents .data .table-heading-info .__small{color:gray;margin:0;font-style:normal;font-weight:400;font-size:14px;line-height:20px}.refer-to-friend-wrapper .header-tab-contents .data .table-heading-info .btn-section svg{color:#d4d4d4;font-size:18px;cursor:pointer}.refer-to-friend-wrapper .header-tab-contents .data .table-list-wrapper .balance{color:#2484ff}.refer-to-friend-wrapper .header-tab-contents .data .table-list-wrapper .username{color:gray;font-weight:500}.refer-to-friend-wrapper .header-tab-contents .data .table-list-wrapper .refer-date-time{width:150px;display:flex;flex-direction:column;font-weight:500}.refer-to-friend-wrapper .header-tab-contents .data .table-list-wrapper .refer-date-time .time{margin-left:13px}@media screen and (max-width:576px){.marketing-tool-modal .modal-body{padding:1rem}}@media(min-width:576px){.sm-left{text-align:left}.sm-right{text-align:right}.sm-center{text-align:center}.m-sm-0{margin:0}.mt-sm-0,.my-sm-0{margin-top:0}.mr-sm-0,.mx-sm-0{margin-right:0}.mb-sm-0,.my-sm-0{margin-bottom:0}.ml-sm-0,.mx-sm-0{margin-left:0}.m-sm-half{margin:.5rem}.mt-sm-half,.my-sm-half{margin-top:.5rem}.mr-sm-half,.mx-sm-half{margin-right:.5rem}.mb-sm-half,.my-sm-half{margin-bottom:.5rem}.ml-sm-half,.mx-sm-half{margin-left:.5rem}.m-sm-1{margin:1rem}.mt-sm-1,.my-sm-1{margin-top:1rem}.mr-sm-1,.mx-sm-1{margin-right:1rem}.mb-sm-1,.my-sm-1{margin-bottom:1rem}.ml-sm-1,.mx-sm-1{margin-left:1rem}.m-sm-1-half{margin:1.5rem}.mt-sm-1-half,.my-sm-1-half{margin-top:1.5rem}.mr-sm-1-half,.mx-sm-1-half{margin-right:1.5rem}.mb-sm-1-half,.my-sm-1-half{margin-bottom:1.5rem}.ml-sm-1-half,.mx-sm-1-half{margin-left:1.5rem}.m-sm-2{margin:2rem}.mt-sm-2,.my-sm-2{margin-top:2rem}.mr-sm-2,.mx-sm-2{margin-right:2rem}.mb-sm-2,.my-sm-2{margin-bottom:2rem}.ml-sm-2,.mx-sm-2{margin-left:2rem}.m-sm-2-half{margin:2.5rem}.mt-sm-2-half,.my-sm-2-half{margin-top:2.5rem}.mr-sm-2-half,.mx-sm-2-half{margin-right:2.5rem}.mb-sm-2-half,.my-sm-2-half{margin-bottom:2.5rem}.ml-sm-2-half,.mx-sm-2-half{margin-left:2.5rem}.m-sm-3{margin:3rem}.mt-sm-3,.my-sm-3{margin-top:3rem}.mr-sm-3,.mx-sm-3{margin-right:3rem}.mb-sm-3,.my-sm-3{margin-bottom:3rem}.ml-sm-3,.mx-sm-3{margin-left:3rem}.p-sm-0{padding:0}.pt-sm-0,.py-sm-0{padding-top:0}.pr-sm-0,.px-sm-0{padding-right:0}.pb-sm-0,.py-sm-0{padding-bottom:0}.pl-sm-0,.px-sm-0{padding-left:0}.p-sm-half{padding:.5rem}.pt-sm-half,.py-sm-half{padding-top:.5rem}.pr-sm-half,.px-sm-half{padding-right:.5rem}.pb-sm-half,.py-sm-half{padding-bottom:.5rem}.pl-sm-half,.px-sm-half{padding-left:.5rem}.p-sm-1{padding:1rem}.pt-sm-1,.py-sm-1{padding-top:1rem}.pr-sm-1,.px-sm-1{padding-right:1rem}.pb-sm-1,.py-sm-1{padding-bottom:1rem}.pl-sm-1,.px-sm-1{padding-left:1rem}.p-sm-1-half{padding:1.5rem}.pt-sm-1-half,.py-sm-1-half{padding-top:1.5rem}.pr-sm-1-half,.px-sm-1-half{padding-right:1.5rem}.pb-sm-1-half,.py-sm-1-half{padding-bottom:1.5rem}.pl-sm-1-half,.px-sm-1-half{padding-left:1.5rem}.p-sm-2{padding:2rem}.pt-sm-2,.py-sm-2{padding-top:2rem}.pr-sm-2,.px-sm-2{padding-right:2rem}.pb-sm-2,.py-sm-2{padding-bottom:2rem}.pl-sm-2,.px-sm-2{padding-left:2rem}.p-sm-2-half{padding:2.5rem}.pt-sm-2-half,.py-sm-2-half{padding-top:2.5rem}.pr-sm-2-half,.px-sm-2-half{padding-right:2.5rem}.pb-sm-2-half,.py-sm-2-half{padding-bottom:2.5rem}.pl-sm-2-half,.px-sm-2-half{padding-left:2.5rem}.m-sm-auto{margin:auto}.mt-sm-auto,.my-sm-auto{margin-top:auto}.mr-sm-auto,.mx-sm-auto{margin-right:auto}.mb-sm-auto,.my-sm-auto{margin-bottom:auto}.ml-sm-auto,.mx-sm-auto{margin-left:auto}.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.items-sm-start{align-items:flex-start}.items-sm-end{align-items:flex-end}.items-sm-center{align-items:center}.content-sm-start{justify-content:flex-start}.content-sm-end{justify-content:flex-end}.content-sm-center{justify-content:center}.content-sm-between{justify-content:space-between}.content-sm-around{justify-content:space-around}.gap-sm-0{gap:0}.gap-sm-1{gap:.25rem}.gap-sm-2{gap:.5rem}.gap-sm-3{gap:1rem}.gap-sm-4{gap:1.5rem}.gap-sm-5{gap:3rem}}@media(min-width:768px){.md-left{text-align:left}.md-right{text-align:right}.md-center{text-align:center}.m-md-0{margin:0}.mt-md-0,.my-md-0{margin-top:0}.mr-md-0,.mx-md-0{margin-right:0}.mb-md-0,.my-md-0{margin-bottom:0}.ml-md-0,.mx-md-0{margin-left:0}.m-md-half{margin:.5rem}.mt-md-half,.my-md-half{margin-top:.5rem}.mr-md-half,.mx-md-half{margin-right:.5rem}.mb-md-half,.my-md-half{margin-bottom:.5rem}.ml-md-half,.mx-md-half{margin-left:.5rem}.m-md-1{margin:1rem}.mt-md-1,.my-md-1{margin-top:1rem}.mr-md-1,.mx-md-1{margin-right:1rem}.mb-md-1,.my-md-1{margin-bottom:1rem}.ml-md-1,.mx-md-1{margin-left:1rem}.m-md-1-half{margin:1.5rem}.mt-md-1-half,.my-md-1-half{margin-top:1.5rem}.mr-md-1-half,.mx-md-1-half{margin-right:1.5rem}.mb-md-1-half,.my-md-1-half{margin-bottom:1.5rem}.ml-md-1-half,.mx-md-1-half{margin-left:1.5rem}.m-md-2{margin:2rem}.mt-md-2,.my-md-2{margin-top:2rem}.mr-md-2,.mx-md-2{margin-right:2rem}.mb-md-2,.my-md-2{margin-bottom:2rem}.ml-md-2,.mx-md-2{margin-left:2rem}.m-md-2-half{margin:2.5rem}.mt-md-2-half,.my-md-2-half{margin-top:2.5rem}.mr-md-2-half,.mx-md-2-half{margin-right:2.5rem}.mb-md-2-half,.my-md-2-half{margin-bottom:2.5rem}.ml-md-2-half,.mx-md-2-half{margin-left:2.5rem}.m-md-3{margin:3rem}.mt-md-3,.my-md-3{margin-top:3rem}.mr-md-3,.mx-md-3{margin-right:3rem}.mb-md-3,.my-md-3{margin-bottom:3rem}.ml-md-3,.mx-md-3{margin-left:3rem}.p-md-0{padding:0}.pt-md-0,.py-md-0{padding-top:0}.pr-md-0,.px-md-0{padding-right:0}.pb-md-0,.py-md-0{padding-bottom:0}.pl-md-0,.px-md-0{padding-left:0}.p-md-half{padding:.5rem}.pt-md-half,.py-md-half{padding-top:.5rem}.pr-md-half,.px-md-half{padding-right:.5rem}.pb-md-half,.py-md-half{padding-bottom:.5rem}.pl-md-half,.px-md-half{padding-left:.5rem}.p-md-1{padding:1rem}.pt-md-1,.py-md-1{padding-top:1rem}.pr-md-1,.px-md-1{padding-right:1rem}.pb-md-1,.py-md-1{padding-bottom:1rem}.pl-md-1,.px-md-1{padding-left:1rem}.p-md-1-half{padding:1.5rem}.pt-md-1-half,.py-md-1-half{padding-top:1.5rem}.pr-md-1-half,.px-md-1-half{padding-right:1.5rem}.pb-md-1-half,.py-md-1-half{padding-bottom:1.5rem}.pl-md-1-half,.px-md-1-half{padding-left:1.5rem}.p-md-2{padding:2rem}.pt-md-2,.py-md-2{padding-top:2rem}.pr-md-2,.px-md-2{padding-right:2rem}.pb-md-2,.py-md-2{padding-bottom:2rem}.pl-md-2,.px-md-2{padding-left:2rem}.p-md-2-half{padding:2.5rem}.pt-md-2-half,.py-md-2-half{padding-top:2.5rem}.pr-md-2-half,.px-md-2-half{padding-right:2.5rem}.pb-md-2-half,.py-md-2-half{padding-bottom:2.5rem}.pl-md-2-half,.px-md-2-half{padding-left:2.5rem}.p-md-3{padding:3rem}.pt-md-3,.py-md-3{padding-top:3rem}.pr-md-3,.px-md-3{padding-right:3rem}.pb-md-3,.py-md-3{padding-bottom:3rem}.pl-md-3,.px-md-3{padding-left:3rem}.m-md-n1{margin:-.25rem}.m-md-auto{margin:auto}.mt-md-auto,.my-md-auto{margin-top:auto}.mr-md-auto,.mx-md-auto{margin-right:auto}.mb-md-auto,.my-md-auto{margin-bottom:auto}.ml-md-auto,.mx-md-auto{margin-left:auto}.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.items-md-start{align-items:flex-start}.items-md-end{align-items:flex-end}.items-md-center{align-items:center}.content-md-start{justify-content:flex-start}.content-md-end{justify-content:flex-end}.content-md-center{justify-content:center}.content-md-between{justify-content:space-between}.content-md-around{justify-content:space-around}.gap-md-0{gap:0}.gap-md-1{gap:.25rem}.gap-md-2{gap:.5rem}.gap-md-3{gap:1rem}.gap-md-4{gap:1.5rem}.gap-md-5{gap:3rem}}@media(min-width:992px){.lg-left{text-align:left}.lg-right{text-align:right}.lg-center{text-align:center}.m-lg-0{margin:0}.mt-lg-0,.my-lg-0{margin-top:0}.mr-lg-0,.mx-lg-0{margin-right:0}.mb-lg-0,.my-lg-0{margin-bottom:0}.ml-lg-0,.mx-lg-0{margin-left:0}.m-lg-half{margin:.5rem}.mt-lg-half,.my-lg-half{margin-top:.5rem}.mr-lg-half,.mx-lg-half{margin-right:.5rem}.mb-lg-half,.my-lg-half{margin-bottom:.5rem}.ml-lg-half,.mx-lg-half{margin-left:.5rem}.m-lg-1{margin:1rem}.mt-lg-1,.my-lg-1{margin-top:1rem}.mr-lg-1,.mx-lg-1{margin-right:1rem}.mb-lg-1,.my-lg-1{margin-bottom:1rem}.ml-lg-1,.mx-lg-1{margin-left:1rem}.m-lg-1-half{margin:1.5rem}.mt-lg-1-half,.my-lg-1-half{margin-top:1.5rem}.mr-lg-1-half,.mx-lg-1-half{margin-right:1.5rem}.mb-lg-1-half,.my-lg-1-half{margin-bottom:1.5rem}.ml-lg-1-half,.mx-lg-1-half{margin-left:1.5rem}.m-lg-2{margin:2rem}.mt-lg-2,.my-lg-2{margin-top:2rem}.mr-lg-2,.mx-lg-2{margin-right:2rem}.mb-lg-2,.my-lg-2{margin-bottom:2rem}.ml-lg-2,.mx-lg-2{margin-left:2rem}.m-lg-2-half{margin:2.5rem}.mt-lg-2-half,.my-lg-2-half{margin-top:2.5rem}.mr-lg-2-half,.mx-lg-2-half{margin-right:2.5rem}.mb-lg-2-half,.my-lg-2-half{margin-bottom:2.5rem}.ml-lg-2-half,.mx-lg-2-half{margin-left:2.5rem}.m-lg-3{margin:3rem}.mt-lg-3,.my-lg-3{margin-top:3rem}.mr-lg-3,.mx-lg-3{margin-right:3rem}.mb-lg-3,.my-lg-3{margin-bottom:3rem}.ml-lg-3,.mx-lg-3{margin-left:3rem}.m-lg-3-half{margin:3.5rem}.mt-lg-3-half,.my-lg-3-half{margin-top:3.5rem}.mr-lg-3-half,.mx-lg-3-half{margin-right:3.5rem}.mb-lg-3-half,.my-lg-3-half{margin-bottom:3.5rem}.ml-lg-3-half,.mx-lg-3-half{margin-left:3.5rem}.m-lg-4{margin:4rem}.mt-lg-4,.my-lg-4{margin-top:4rem}.mr-lg-4,.mx-lg-4{margin-right:4rem}.mb-lg-4,.my-lg-4{margin-bottom:4rem}.ml-lg-4,.mx-lg-4{margin-left:4rem}.m-lg-4-half{margin:4.5rem}.mt-lg-4-half,.my-lg-4-half{margin-top:4.5rem}.mr-lg-4-half,.mx-lg-4-half{margin-right:4.5rem}.mb-lg-4-half,.my-lg-4-half{margin-bottom:4.5rem}.ml-lg-4-half,.mx-lg-4-half{margin-left:4.5rem}.m-lg-5{margin:5rem}.mt-lg-5,.my-lg-5{margin-top:5rem}.mr-lg-5,.mx-lg-5{margin-right:5rem}.mb-lg-5,.my-lg-5{margin-bottom:5rem}.ml-lg-5,.mx-lg-5{margin-left:5rem}.p-lg-0{padding:0}.pt-lg-0,.py-lg-0{padding-top:0}.pr-lg-0,.px-lg-0{padding-right:0}.pb-lg-0,.py-lg-0{padding-bottom:0}.pl-lg-0,.px-lg-0{padding-left:0}.p-lg-half{padding:.5rem}.pt-lg-half,.py-lg-half{padding-top:.5rem}.pr-lg-half,.px-lg-half{padding-right:.5rem}.pb-lg-half,.py-lg-half{padding-bottom:.5rem}.pl-lg-half,.px-lg-half{padding-left:.5rem}.p-lg-1{padding:1rem}.pt-lg-1,.py-lg-1{padding-top:1rem}.pr-lg-1,.px-lg-1{padding-right:1rem}.pb-lg-1,.py-lg-1{padding-bottom:1rem}.pl-lg-1,.px-lg-1{padding-left:1rem}.p-lg-1-half{padding:1.5rem}.pt-lg-1-half,.py-lg-1-half{padding-top:1.5rem}.pr-lg-1-half,.px-lg-1-half{padding-right:1.5rem}.pb-lg-1-half,.py-lg-1-half{padding-bottom:1.5rem}.pl-lg-1-half,.px-lg-1-half{padding-left:1.5rem}.p-lg-2{padding:2rem}.pt-lg-2,.py-lg-2{padding-top:2rem}.pr-lg-2,.px-lg-2{padding-right:2rem}.pb-lg-2,.py-lg-2{padding-bottom:2rem}.pl-lg-2,.px-lg-2{padding-left:2rem}.p-lg-2-half{padding:2.5rem}.pt-lg-2-half,.py-lg-2-half{padding-top:2.5rem}.pr-lg-2-half,.px-lg-2-half{padding-right:2.5rem}.pb-lg-2-half,.py-lg-2-half{padding-bottom:2.5rem}.pl-lg-2-half,.px-lg-2-half{padding-left:2.5rem}.p-lg-3{padding:3rem}.pt-lg-3,.py-lg-3{padding-top:3rem}.pr-lg-3,.px-lg-3{padding-right:3rem}.pb-lg-3,.py-lg-3{padding-bottom:3rem}.pl-lg-3,.px-lg-3{padding-left:3rem}.p-lg-3-half{padding:3.5rem}.pt-lg-3-half,.py-lg-3-half{padding-top:3.5rem}.pr-lg-3-half,.px-lg-3-half{padding-right:3.5rem}.pb-lg-3-half,.py-lg-3-half{padding-bottom:3.5rem}.pl-lg-3-half,.px-lg-3-half{padding-left:3.5rem}.p-lg-4{padding:4rem}.pt-lg-4,.py-lg-4{padding-top:4rem}.pr-lg-4,.px-lg-4{padding-right:4rem}.pb-lg-4,.py-lg-4{padding-bottom:4rem}.pl-lg-4,.px-lg-4{padding-left:4rem}.p-lg-4-half{padding:4.5rem}.pt-lg-4-half,.py-lg-4-half{padding-top:4.5rem}.pr-lg-4-half,.px-lg-4-half{padding-right:4.5rem}.pb-lg-4-half,.py-lg-4-half{padding-bottom:4.5rem}.pl-lg-4-half,.px-lg-4-half{padding-left:4.5rem}.p-lg-5{padding:5rem}.pt-lg-5,.py-lg-5{padding-top:5rem}.pr-lg-5,.px-lg-5{padding-right:5rem}.pb-lg-5,.py-lg-5{padding-bottom:5rem}.pl-lg-5,.px-lg-5{padding-left:5rem}.m-lg-auto{margin:auto}.mt-lg-auto,.my-lg-auto{margin-top:auto}.mr-lg-auto,.mx-lg-auto{margin-right:auto}.mb-lg-auto,.my-lg-auto{margin-bottom:auto}.ml-lg-auto,.mx-lg-auto{margin-left:auto}.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.items-lg-start{align-items:flex-start}.items-lg-end{align-items:flex-end}.items-lg-center{align-items:center}.content-lg-start{justify-content:flex-start}.content-lg-end{justify-content:flex-end}.content-lg-center{justify-content:center}.content-lg-between{justify-content:space-between}.content-lg-around{justify-content:space-around}.gap-lg-0{gap:0}.gap-lg-1{gap:.25rem}.gap-lg-2{gap:.5rem}.gap-lg-3{gap:1rem}.gap-lg-4{gap:1.5rem}.gap-lg-5{gap:3rem}}@media(min-width:1200px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.items-xl-start{align-items:flex-start}.items-xl-end{align-items:flex-end}.items-xl-center{align-items:center}.content-xl-start{justify-content:flex-start}.content-xl-end{justify-content:flex-end}.content-xl-center{justify-content:center}.content-xl-between{justify-content:space-between}.content-xl-around{justify-content:space-around}.gap-xl-0{gap:0}.gap-xl-1{gap:.25rem}.gap-xl-2{gap:.5rem}.gap-xl-3{gap:1rem}.gap-xl-4{gap:1.5rem}.gap-xl-5{gap:3rem}}@media(max-width:1400px){.btn-wrapper{overflow-x:auto}.btn-wrapper .primary,.btn-wrapper .secondary{text-wrap:nowrap}}@media(max-width:576px){.user-image-section{justify-content:space-between}.account-details{flex-direction:column;align-items:self-start;gap:14px}.security-card-wrapper{min-height:auto;padding:2rem .5rem}.verification-modal .modal-body{padding:1rem}}