: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:#ffffffb3;--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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.user-reel-video{border-radius:6px;height:auto;max-width:75px;object-fit:cover;width:100%}.user-reel-video-box{align-items:center;display:flex;justify-content:center}.admin-dash-box .reelList-table-main .table{min-width:936px;width:auto}.admin-dash-box .reelList-table-main .table tr:last-child .table-td{padding-bottom:0}.admin-dash-box .reelList-table-main .table .table-td:first-child,.admin-dash-box .reelList-table-main .table .table-th:first-child{width:2%}.admin-dash-box .reelList-table-main .table .table-td:nth-child(2),.admin-dash-box .reelList-table-main .table .table-th:nth-child(2){width:12%}.admin-dash-box .reelList-table-main .table .table-td:nth-child(3),.admin-dash-box .reelList-table-main .table .table-td:nth-child(4),.admin-dash-box .reelList-table-main .table .table-th:nth-child(3),.admin-dash-box .reelList-table-main .table .table-th:nth-child(4){width:10%}.admin-dash-box .reelList-table-main .table .table-td:nth-child(5),.admin-dash-box .reelList-table-main .table .table-th:nth-child(5){width:8%}.admin-dash-box .reelList-table-main .table .table-td:nth-child(6),.admin-dash-box .reelList-table-main .table .table-td:nth-child(7),.admin-dash-box .reelList-table-main .table .table-th:nth-child(6),.admin-dash-box .reelList-table-main .table .table-th:nth-child(7){width:5%}.reelList-table-main .table-container{box-shadow:none;max-width:100vw;overflow:auto}.reelList-table-main .table .table-td:first-child{padding-left:10px}.main-landing-page .main-header-box{background-color:#fff;border-bottom:1px solid #000;display:flex;justify-content:space-between;padding:0 50px;position:sticky;top:0;z-index:9}.header-left-box{align-items:center;display:flex;flex:0 0 400px}.header-left-logo-box .header-left-logo{height:100px;object-fit:cover;width:100px}.header-left-title-box .header-left-title{font-family:Inter;font-size:32px;font-weight:500;text-transform:uppercase}.header-right-list-box .header-right-list{align-items:center;display:flex;gap:50px}.list-item-icon-box .list-item-icon{height:30px;max-width:30px;width:30px}.list-item-icon-box .about-icon{height:15px;width:20px}.list-item-icon-box .feature-icon{height:20px;width:20px}.list-item-icon-box .info-icon{height:25px;width:25px}.header-right-list-item{cursor:pointer;gap:10px;max-width:max-content}.list-item-text-box .list-item-text{font-size:16px}.header-right-box{padding-top:25px}.main-hero-section{border-bottom:1px solid #000}.hero-section-grid-box{margin:auto;padding:70px 0;width:90%}.contact-section-grid-box{padding:0 0 50px}.hero-section-content-box{margin-top:135px;max-width:399px;text-align:left}.hero-section-main-heading-box .hero-section-main-heading{font-size:40px;line-height:40px}.hero-section-sub-heading-box .hero-section-sub-heading{color:#58658c;font-size:20px;line-height:24px;margin-top:15px;word-spacing:.5px}.hero-section-btn-flex{gap:30px}.hero-section-btn-flex .border-btn-main .hero-section-custom-btn-back{font-size:16px;padding:11.5px 30px}.hero-section-button-box{margin-top:55px}.hero-section-btn-flex .border-btn-main .hero-section-custom-btn-back:hover,.hero-section-btn-flex .border-btn-main .hero-section-custom-btn:hover{font-size:16px;padding:11.5px 30px}.hero-section-image-box .hero-section-image{height:330px;max-width:520px;object-fit:cover;width:520px}.hero-section-custom-btn-back .user-save-icon{height:58px;margin-right:8px;max-width:54px;object-fit:contain;width:54px}.hero-section-image-box{margin:0 0 0 44px}.connection-main-section,.feature-main-section,.main-stats-section{border-bottom:1px solid #000}.stat-section-grid-box{margin:auto;padding:25px 80px 0}.stat-download-count-box .stat-down-count-text,.stat-download-text-box .stat-download-text{font-size:32px}.feature-section-grid-box{margin:auto;padding:25px 80px 70px}.feature-main-box{border:1px solid #a9b1cb;border-radius:5px;height:100%;padding:25px 20px}.feature-prop-icon-box .feature-prop-icon{height:20px;width:20px}.feature-prop-icon-box{align-items:center;background:#f1f5fc;border:none;border-radius:5px;display:flex;font-size:37px;height:49px;justify-content:center;margin:auto;width:35px}.feature-prop-heading-box{padding-top:2px}.feature-prop-heading-box p{color:#192252;font-size:24px;line-height:26px;text-align:center}.feature-prop-sub-heading-box{color:#58658c;font-size:20px;line-height:24px;padding-top:20px}.custom-feature-text-main{display:flex;flex-direction:column;height:100%;justify-content:center}.feature-text-box p{color:#192252;font-size:36px}.feature-sub-heading-box{max-width:400px}.feature-sub-heading-box p{color:#58658c;font-size:20px;line-height:29px}.connection-main-box{padding:130px 90px 140px 80px}.custom-connection-main{display:flex;justify-content:end;position:relative;width:100%}.connection-image-box{left:160px;position:absolute;top:-100px;z-index:-1}.connection-image-box img{border-radius:10px;height:370px;max-width:570px;object-fit:cover;width:570px}.connection-text-box{background:#fff;border:1px solid #a9b1cb;border-radius:10px;padding:20px 25px 35px;width:500px}.connection-heading-box .connection-heading{color:#192252;font-size:30px;line-height:32px}.connection-paragraph-box{padding-top:20px}.connection-paragraph-box .connection-para{color:#58658c;font-size:22px;line-height:27px}.section-content-box-about{margin-top:80px;max-width:470px}.download-custom-main{padding:45px 100px 45px 110px}.download-btn-heading-box{margin:auto;max-width:1080px}.download-btn-heading-box .download-btn-heading{color:#192252;font-size:46px;font-weight:500;line-height:44px}.custom-download-btn-container{margin-top:35px}.main-footer-flex-box{background:#fff;border:1px solid #a9b1cb;border-radius:10px;padding:22px 60px}.footer-right-heading-box{align-items:center;display:flex;gap:20px}.facebook-icon-box .facebook-icon,.insta-icon-box .insta-icon,.yt-icon-box .yt-icon{height:22px;max-width:22px;width:22px}.footer-center-heading-box{display:flex;gap:50px}.footer-center-heading-box .footer-center-heading{color:#192252;cursor:pointer;font-size:16px;font-weight:600;line-height:20px}.main-footer-left-heading-box .footer-left-heading{color:#58658c;font-size:18px;line-height:20px}.main-footer-left-heading-box .footer-left-heading span{color:#a8249f;font-weight:600}.custom-footer-flex-box{align-items:center;display:flex;justify-content:space-between}.test-main-section{background:#fff;border:1px solid #a9b1cb;border-radius:10px;padding:50px 80px 70px}.test-heading-box .test-heading{color:#192252;font-size:36px;font-weight:500;text-align:center}.test-sub-head-box{padding-top:20px}.test-sub-head-box .test-sub-heading{color:#58658c;font-size:19px;line-height:1.4px;text-align:center}.testimonials-card-main{background:#fff;border:1px solid #a9b1cb;border-radius:10px;padding:25px 15px;width:100%}.test-slider-box{padding-top:60px;position:relative;width:100%}.testimonials-slider{height:100%;position:relative;width:100%}.testimonials-slider .swiper-pagination{margin-top:30px;position:static}.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active{background:#6d758f!important;border:#0000}.testimonials-slider .swiper-pagination .swiper-pagination-bullet{background:#0000;border:1px solid #575b68;height:12px;width:12px}.testimonials-prop-icon-box{align-items:center;background:#f1f5fc;border:none;border-radius:5px;display:flex;height:59px;justify-content:center;width:55px}.testimonials-prop-icon-box .feature-prop-icon{height:20px;width:20px}.testimonials-card-content{padding-top:25px}.testimonials-card-content .testimonials-card-text{color:#58658c;font-size:20px;text-align:left}.testimonials-card-heading{padding-top:35px}.testimonials-card-heading .heading-card-text{color:#192252;font-size:22px;text-align:left}.header-active-class{border-bottom:2px solid #a8249f;color:#a8249f}.save-btn-main.apple-btn-box .apple-btn{background:#000;border-radius:5px;padding:2px 20px}.btn-text-box .download-text{font-size:14px}.btn-text-box{color:#fff;text-align:left;text-transform:math-auto}.btn-text-box .apple-text{font-size:23px}.hero-section-button-box .hero-section-btn-flex{justify-content:normal}.apple-btn .play-store-icon{height:40px;max-width:40px;width:40px}.contact-box{margin-top:10px}.call-box{display:flex;gap:10px;margin-bottom:28px}.contact-image-box .contact-icon{height:22px;object-fit:cover;width:22px}.contact-image-box{background:#f1f5fc;border:1px solid #a9b1cb;border-radius:5px;padding:15px 18px}.contact-type .contact-type-text{color:#192252;font-family:Inter;font-size:16px}.contact-address .contact-add-text{color:#58658c;font-family:Inter;font-size:16px}.contact-info{margin-top:10px}.contact-container{margin-top:35px}.follow-text-box .follow-text{color:#192252;font-family:Inter;font-size:16px}.follow-image-flex{display:flex;gap:10px;margin-top:20px}.follow-image-box{background:#dae1ef;border:1px solid #dae1ef;border-radius:5px;padding:9px 10px}.follow-image-box .follow-icon{height:20px;object-fit:cover;width:20px}.hero-section-image-box.contact-section-image{margin-top:60px}.main-terms{color:#fff}.main-terms,.terms-main-box{height:100vh}.terms-conditions .main-terms{color:#fff}.main-terms .terms-header{padding:26px 0;text-align:center}.main-terms .terms-header .terms-header-title{color:#a8249f;font-size:30px;font-weight:400;line-height:36px}.main-terms .terms-body{color:#000;margin:0 auto;max-width:1000px;padding:30px 0}.main-terms .terms-body .terms-item:not(:last-child){margin-bottom:30px}.main-terms .terms-body h4{color:#a8249f;font-size:18px;line-height:24px;margin-bottom:7px}.main-terms .terms-body .terms-content{font-weight:300}.main-terms .terms-body ul{padding-left:15px}.main-terms .terms-body ul li{list-style:disc}.main-privacy{color:#000;height:100vh}.main-privacy .privacy-header{padding:26px 0;text-align:center}.main-privacy .privacy-header .privacy-header-title{color:#a8249f;font-size:30px;font-weight:400;line-height:36px}.main-privacy .privacy-body{margin:0 auto;max-width:1000px;padding:30px 0}.main-privacy .privacy-body .privacy-item:not(:last-child){margin-bottom:30px}.main-privacy .privacy-body h4{color:#a8249f;font-size:18px;line-height:24px;margin-bottom:7px}.main-privacy .privacy-body p{font-weight:300}.main-privacy .privacy-body ul{padding-left:15px}.main-privacy .privacy-body ul li{list-style:disc}.scollbar-add{max-height:512px;overflow:auto}*{box-sizing:border-box;margin:0;padding:0}body{padding-right:0!important}@font-face{font-family:Poppins-Regular;src:url(/static/media/Poppins-Regular.8081832fc5cfbf634aa6.ttf)}@font-face{font-family:Poppins-Bold;src:url(/static/media/poppins-bold.404e299be26d78e66794.ttf)}@font-face{font-family:Poppins-Medium;src:url(/static/media/Poppins-Medium.9e1bb626874ed49aa343.ttf)}@font-face{font-family:Poppins-SemiBold;src:url(/static/media/Poppins-SemiBold.cce5625b56ec678e4202.ttf)}.error-msg{color:red;font-size:12px!important;margin-left:12px!important;text-align:left}.grid-main .grid-item{background-color:initial;border-radius:0;box-shadow:none;padding:0}.text-decoration-none{text-decoration:none!important}.flex-all{display:flex;justify-content:space-between}.page-body{background:#fff;min-height:100vh}.pink-color{color:#8b17af!important}.form-group .form-control input{background-color:#fff;border:1px solid #dfe0e1;border-radius:5px;font-family:Poppins-Regular;font-size:14px;line-height:15px;padding:9px 15px;width:100%}.form-group .form-control input::placeholder{color:#4d586a;font-family:Poppins-Regular;font-size:14px;line-height:15px;opacity:1}.form-group .form-control .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0000;border-width:0}fieldset{border:0}.page-border{background-color:#f0f3f8;border:1px solid #dfe0e1;border-radius:15px;padding:15px;width:100%}.btn-main-primary .btn-primary,.btn-main-primary .btn-primary:hover{background:#a8249f;border-radius:5px;color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:21px;padding:10px 25px;text-transform:capitalize}.border-btn-main .border-btn,.border-btn-main .border-btn:hover{background-color:#a8249f;border-radius:10px;color:#fff;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:8px 20px;text-transform:capitalize}.wallet-btn-main{align-items:center;display:flex;justify-content:end;padding:10px}.common-para{font-size:12px!important}.common-para,.common-para-warning-model{font-family:Poppins-Regular;line-height:19px!important}.common-para-warning-model{font-size:15px!important}.delete-modal-inner-main .delete-Warning-modal-para{color:#6b7280;margin:auto;max-width:350px;text-align:center;width:100%}.delete-all-button{color:#000!important;margin-left:10px!important;padding:0!important}.admin-login-main-flex{align-items:center;display:flex;height:100vh;justify-content:center}.admin-login-left-main{flex:0 0 70%;max-width:70%;width:100%}.admin-login-right-main{flex:0 0 30%;max-width:30%;width:100%}.login-left-bg{background-color:#a8249f;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;object-fit:cover;position:relative;width:100%}.auth-logo-box,.login-left-bg{align-items:center;display:flex;justify-content:center}.auth-logo-box{height:400px;width:400px}.auth-logo{height:100%;object-fit:contain;width:100%}.admin-login-main{margin:auto;max-width:340px;width:100%}.login-btn-main .login-btn{margin-top:15px;width:100%}.varify-btn-main .verify-btn{margin-top:28px}.checkbox-main{align-items:center;display:flex}.checkbox-main .MuiButtonBase-root{margin-right:10px;padding:0}.checkbox-main .checkbox-lable{color:#6b7280;margin-left:0;margin-right:0}.checkbox-lable .MuiCheckbox-root{margin-right:10px;padding:0}.checkbox-lable .MuiFormControlLabel-label{color:#677078;font-family:Poppins-Regular;font-size:14px;line-height:21px}.admin-login-inner .admin-wel-text{color:#9852b5;font-family:Poppins-Medium;font-size:21px;line-height:26px;margin-bottom:4px}.admin-login-inner .admin-sign-para{color:#677078;margin-bottom:15px;margin-top:15px}.input-box .form-lable{color:#c63eff;font-family:Poppins-Regular;font-size:12px;letter-spacing:0;line-height:17px;margin-bottom:6px;margin-top:0}.input-box{margin-bottom:10px}.cms-margin{margin-bottom:10px!important}.admin-forgot-para{color:#9852b5}.password-form-control .MuiInputBase-root .passwrd-eye{color:#000}.input-box .MuiInputBase-root{width:100%}.password-form-control .MuiInputBase-root{background-color:#f0f3f8;border:1px solid #dfe0e1}.password-form-control .MuiInputBase-root input{border:0}.checkbox-main .MuiSvgIcon-root{color:#4facfe;height:20px;width:20px}.password-input-box fieldset{border:1px solid #3e3e3e}.password-input-box svg{color:#fff}.password-input-box input{color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:15px;padding:12px 14px}.condition-content{display:flex;justify-content:end;margin:0 0 10px}.condition-content .condition-text{color:#9852b5;font-size:14px;line-height:21px;text-align:end}.condition-content .condition-span{color:#3e54a0;font-size:14px;font-weight:500;line-height:21px;text-decoration:none}.auth-primary-btn .btn-resend,.auth-primary-btn .btn-resend:hover{background:#a8249f;border-radius:5px;color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:21px;padding:6px 25px;text-transform:capitalize}.dashboard-left-main{flex:0 0 290px;max-width:290px;transition:all .5s;width:100%}.dashboard-right-main{flex:1 1}.dashboard-containt-main{background-color:#fff;min-height:100vh;padding:88px 24px 24px}.dashboard-main{display:flex;width:100%}.scrollbar::-webkit-scrollbar-track{background:#1e1e1e}.scrollbar::-webkit-scrollbar-thumb{background:#fff;border-radius:8px}.scrollbar::-webkit-scrollbar-thumb:hover{background:#0000}.admin-sidebar-logo{height:50px;margin-left:20px;max-width:175px}.drop-header-menu .MuiPaper-rounded{border:1px solid #e5e7eb;border-radius:1px;box-shadow:10px 10px 20px #0000001a;margin-top:13px}.drop-header-menu .drop-header-menuitem{border-bottom:1px solid #e5e7eb;color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:14px;padding:11px 16px}.drop-header-menu ul{padding:0}.dashboard-content .admin-page-title{color:#8b17af;font-family:Poppins-Regular;font-size:19px;line-height:25px;margin-bottom:0}.dashboard-content .admin-page-para{color:#9babc5;font-family:Poppins-Regular;font-size:14px;line-height:24px;margin-bottom:20px}.admin-dashboard-inner-box{align-items:center;background-color:#ffffffed;border-radius:10px;box-shadow:4px 4px 6px #483546a1;display:flex;height:85px;justify-content:space-between;max-width:100%;min-height:85px;padding:12px;width:100%}.admin-dashboard-inner-box .admin-dash-text{color:#000;font-family:Poppins-Regular;font-size:14px;line-height:23px}.admin-dashboard-inner-box .admin-dash-price{color:#8b17af;font-family:Poppins-Medium;font-size:20px;line-height:32px;margin-right:10px;text-align:right}.dash-icons{height:32px;object-fit:cover;width:100%}.dashboard-graph{height:315px;min-width:100%;object-fit:cover;width:100%}.page-table-main .table-container{border-radius:0;box-shadow:none;max-height:700px;max-width:100vw;overflow:auto}.contest-analysis-table-main .table-container{box-shadow:none;max-width:100vw;overflow:auto;width:600px}.page-table-main .table-th{border-bottom:1px solid #d1d5db;color:#000;font-family:Poppins-Regular;font-size:14px;line-height:20px;padding:10px;text-align:left}.page-table-main .table .table-td:first-child{padding-left:10px}.page-table-main .table-td{border-bottom:0;color:#000;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:10px;text-align:left}.page-table-main .table tr:last-child .table-td{padding-bottom:10px}.page-table-main .table .table-td:first-child,.page-table-main .table .table-th:first-child{width:11%}.page-table-main .table .table-td:nth-child(2),.page-table-main .table .table-td:nth-child(3),.page-table-main .table .table-th:nth-child(2),.page-table-main .table .table-th:nth-child(3){width:10%}.page-table-main .table .table-td:nth-child(4),.page-table-main .table .table-th:nth-child(4){width:15%}.page-table-main .table .table-td:nth-child(5),.page-table-main .table .table-th:nth-child(5){width:10%}.page-table-main .table .table-td:nth-child(6),.page-table-main .table .table-th:nth-child(6){width:15%}.admin-sub-title-main .admin-sub-title{color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:23px;margin-bottom:8px}.view-btn-main .view-order-btn{height:28px;min-width:96px}.view-btn-main .view-order-btn:hover{color:#fff;font-size:12px;height:28px;line-height:18px;min-width:100px}.admin-dash-box{border-radius:10px;padding:15px}.admin-dashboad-row{margin-bottom:15px}.display-row>*{padding:0 8px}.display-row{margin-left:-8px;margin-right:-8px}.table-lable-main{font-family:Poppins-Regular;font-size:12px;line-height:18px}.paid-lable-dots{background-color:#04ab47}.paid-lable{color:#04ab47}.table-lable-dots{border-radius:50%;height:7px;margin-right:4px;width:7px}.table-lable-flex{align-items:center;display:flex}.failed-lable-dots{background-color:#e4004d}.failed-lable{color:#e4004d}.pending-lable-dots{background-color:#f39c12}.pending-lable{color:#f39c12}.page-table-main .table-container::-webkit-scrollbar{height:5px;width:4px}.page-table-main .table-container::-webkit-scrollbar-track{background:#dfe0e1;border-radius:5px}.page-table-main .table-container::-webkit-scrollbar-thumb{background:#aeb9cc;border-radius:5px}.page-table-main .table-container::-webkit-scrollbar-thumb:hover{background:#555}.add-user-containt .add-basic-text{color:#fff;margin:0 0 4px}.add-user-containt .add-section-text{color:#9babc5;margin-bottom:20px}.add-user-input .form-control-textarea{background-color:#161616;border:1px solid #000;border-radius:22px;color:#fff;font-family:Poppins-Regular;font-size:12px;line-height:15px;min-height:70px;padding:15px;resize:none;width:100%}.radio-main .radiogroup .MuiButtonBase-root .Mui-checked{color:#9babc5}.radio-main{background-color:#fff;border:1px solid #dfe0e1;border-radius:5px;font-family:Poppins-Regular;font-size:14px;line-height:15px;padding:9px 15px;width:100%}.radio-main .MuiFormControlLabel-label{color:#9babc5;font-family:Poppins-Regular;font-size:14px;line-height:21px}.user-btn-flex{align-items:center;display:flex;justify-content:center;margin-top:15px}.dropdown-box .form-control{width:100%}.dropdown-box .form-control .dropdown-select{background-color:#161616}.dropdown-select svg{color:#000}.dropdown-select .MuiSelect-select{border-radius:22px;color:#000;display:flex;font-family:Poppins-Regular;font-size:12px;line-height:24px;padding:7px 15px}.form-control fieldset{border:none;border-radius:5px}.from-input fieldset{border:1px solid #dfe0e1}.grey-down{height:10px;object-fit:contain;position:absolute;right:21.92px;top:17.92px;width:10px}.discard-btn-main .discard-user-btn,.discard-btn-main .discard-user-btn:hover{background-color:#ffffff1a;margin-right:10px}.user-save-icon{margin-right:8px;object-fit:contain}.admin-tabs-main .admin-tab{background:#0000 linear-gradient(180deg,#cf38c1f5,#b94caff5);border-radius:10px;color:#fff;font-family:Poppins-SemiBold;font-size:14px;line-height:21px;margin-right:20px;min-height:0;min-height:auto;padding:8px 20px;text-transform:capitalize}.admin-tabs-main .admin-tab.Mui-selected{background:linear-gradient(#c920baf5,#260932f5);border-radius:10px;color:#fff}.admin-tabs-main{margin-top:16px}.admin-tabs-main .MuiTabs-indicator{background-color:initial;height:0}.admin-tabpanel .edit-highlight-text{color:#000;font-family:Poppins-Medium;margin-bottom:4px}.admin-tabpanel .edit-para-text{color:#6b7280;margin-bottom:24px}.admin-tabpanel>.MuiBox-root{padding:24px 0}.edit-profile-flex{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.file-upload-btn-main .file-upload-btn,.file-upload-btn-main .file-upload-btn:hover{background-color:#fff;border-radius:50%;bottom:13px;box-shadow:0 3px 6px #00000029;height:17px;min-width:17px;padding:0;position:absolute;right:0;width:17px}.file-upload-btn-main{max-width:max-content;position:relative}.upload-profile-img{border:.5px solid #a9a9a9;border-radius:50%;height:80px;min-height:80px;object-fit:cover;width:80px}.table-image{height:35px;object-fit:cover;width:100px}.upload-icon-img{height:10px;object-fit:contain;width:10px}.switch-main{margin-left:20px}.switch-lable .MuiTypography-root{color:#9babc5;font-family:Poppins-Regular;font-size:14px;line-height:21px}.tabpanel-main{align-items:center;display:flex;justify-content:center}.change-pass-main{background-color:#f0f3f8;border:1px solid #dfe0e1;border-radius:15px;max-width:400px;padding:20px;width:100%}.change-pass-input-box .form-group .form-control input{background-color:#f0f3f8;border:1px solid #dfe0e1;padding:12px 15px;width:100%}.change-pass-flex{margin-bottom:10px}.userdata-btn-flex{align-items:center;display:flex}.userdata-btn-flex button{min-width:30px;padding:0 8px}.userlist-data{align-items:center;display:flex;justify-content:center;width:100%}.userlist-img{height:25px;margin-right:15px;object-fit:cover;width:25px}.highlightlist-table-main .table{margin:0;min-width:600px}.highlightlist-table-main .table .table-td:first-child,.highlightlist-table-main .table .table-th:first-child{width:2%}.highlightlist-table-main .table .table-td:nth-child(2),.highlightlist-table-main .table .table-td:nth-child(3),.highlightlist-table-main .table .table-td:nth-child(4),.highlightlist-table-main .table .table-th:nth-child(2),.highlightlist-table-main .table .table-th:nth-child(3),.highlightlist-table-main .table .table-th:nth-child(4){width:6%}.highlightlist-table-main .table .table-td:nth-child(5),.highlightlist-table-main .table .table-td:nth-child(6),.highlightlist-table-main .table .table-th:nth-child(5),.highlightlist-table-main .table .table-th:nth-child(6){width:4%}.userreelslist-table-main .table{margin:0;min-width:900px}.userreelslist-table-main .table .table-td:first-child,.userreelslist-table-main .table .table-th:first-child{width:2%}.userreelslist-table-main .table .table-td:nth-child(2),.userreelslist-table-main .table .table-th:nth-child(2){width:6%}.userreelslist-table-main .table .table-td:nth-child(3),.userreelslist-table-main .table .table-th:nth-child(3){width:8%}.userreelslist-table-main .table .table-td:nth-child(4),.userreelslist-table-main .table .table-td:nth-child(5),.userreelslist-table-main .table .table-td:nth-child(6),.userreelslist-table-main .table .table-td:nth-child(7),.userreelslist-table-main .table .table-th:nth-child(4),.userreelslist-table-main .table .table-th:nth-child(5),.userreelslist-table-main .table .table-th:nth-child(6),.userreelslist-table-main .table .table-th:nth-child(7){width:4%}.userlist-table-main .table{margin:0;min-width:1000px}.userlist-table-main .table .table-td:first-child,.userlist-table-main .table .table-th:first-child{width:5%}.userlist-table-main .table .table-td:nth-child(2),.userlist-table-main .table .table-th:nth-child(2){width:20%}.userlist-table-main .table .table-td:nth-child(3),.userlist-table-main .table .table-th:nth-child(3){width:25%}.userlist-table-main .table .table-td:nth-child(4),.userlist-table-main .table .table-th:nth-child(4){width:12%}.userlist-table-main .table .table-td:nth-child(5),.userlist-table-main .table .table-th:nth-child(5){width:10%}.userlist-table-main .table .table-td:nth-child(6),.userlist-table-main .table .table-th:nth-child(6){width:12%}.userlist-table-main .table .table-td:nth-child(7),.userlist-table-main .table .table-th:nth-child(7){width:10%}.userlist-table-main .table .table-td:nth-child(8),.userlist-table-main .table .table-th:nth-child(8){width:6%}.down-icon,.plus-icon{height:15px;margin-right:9px;object-fit:contain;width:15px}.export-btn-main .export-btn,.export-btn-main .export-btn:hover{background-color:#26282d;margin-right:10px}.user-search-box{position:relative}.user-search-box .form-control input{background-color:#fff;color:#4d586a;font-family:Poppins-Regular;font-size:12px;line-height:15px;min-width:199px;padding:8px 10px 8px 30px;text-transform:capitalize}.user-search-box .form-control input::placeholder{color:#4d586a;font-family:Poppins-Regular;font-size:12px;line-height:15px;opacity:1}.search-grey-img{height:15px;left:16px;position:absolute;top:16px;width:15px}.user-list-flex,.userlist-btn-flex{align-items:center;display:flex;justify-content:space-between}.userlist-btn-flex{gap:12px}.user-list-flex .user-list-page-title{margin-bottom:0}.span-text{color:#4d586a;margin-left:3px}.modal .modal-title{color:#f9fbff;font-family:Poppins-Medium;font-size:20px;line-height:30px;margin-bottom:20px}.modal-header{align-items:center;display:flex;justify-content:space-between}.modal-close-icon{height:13px;object-fit:contain;position:absolute;right:20px;top:28px;width:13px}.modal-user-btn-flex{display:flex;justify-content:flex-end;padding-top:3px}.modal .add-user-modal-inner-main{background-color:#161616;border-radius:10px;max-width:500px;padding:24px 24px 30px;position:relative;width:100%}.modal-input-box{margin-bottom:24px}.modal-input-box .form-group .form-control input{background-color:#1e1e1e;padding:12px 15px}.modal-circle-main{align-items:center;display:flex;justify-content:end}.cus-modal-cicle-main{margin-right:-18px;margin-top:5px}.user-circle-img{display:flex;height:25px;margin:auto;object-fit:contain;width:25px}.modal-delete .delete-modal-inner-main{background-color:#fff;border-radius:10px;max-width:500px;padding:40px 24px;width:100%}.cus-modal-margin{margin:-25px -15px}.cus-approve-modal{margin:-15px}.delete-modal-inner-main .delete-modal-title{color:#000;font-family:Poppins-Medium;font-size:28px;line-height:42px;margin:20px 0 16px;text-align:center}.delete-modal-inner-main .delete-modal-para{color:#6b7280;margin:auto;max-width:304px;text-align:center;width:100%}.delete-modal-btn-flex{display:flex;justify-content:center;margin-top:26px}.delete-modal-btn-flex .modal-btn,.delete-modal-btn-flex .modal-btn:hover{background-color:#26282d;border-radius:22px;max-width:100px;padding:8px;text-transform:capitalize;width:100%}.delete-modal-btn-flex .modal-cancel-btn{color:#fff;margin-right:20px}.delete-modal-btn-flex .modal-delete-btn,.delete-modal-btn-flex .modal-delete-btn:hover{background-image:linear-gradient(90deg,#9e1e96,#631665);color:#fff}.MuiBackdrop-root-MuiModal-backdrop{background-color:#232323cc}.flex-drop-main .admin-header-drop{color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px;margin-left:12px;text-align:start;text-transform:capitalize}.flex-drop-main .header-drop-title{font-family:Poppins-Bold}.flex-drop-main{align-items:center;display:flex}.drop-header-menu .MuiPaper-rounded{background-color:initial;border-radius:15px;box-shadow:0 15px 20px #00000029;margin-top:30px}.drop-header{height:15px;margin-right:6px;width:15px}.drop-header-menu .drop-header-menuitem{padding:0}.drop-header-menu .drop-header-menuitemlink{color:#9babc5;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:5px 15px}.drop-header-menu ul{background-color:#fff;border-radius:15px;padding:12px 7px}.admin-submenu-listitem-main .admin-sidebar-link{display:block}.admin-sidebar-submenulist .admin-sidebar-listitem:first-child .admin-sidebar-link{margin-top:12px}.pagination-main{align-items:center;display:flex;justify-content:flex-end;margin-top:8px}.pagination-main .MuiPaginationItem-root{border-radius:4px;color:#6b7280;font-family:Poppins-Regular;font-size:12px;height:20px;line-height:18px;margin:0 4px;min-width:20px;padding:0}.pagination-main .MuiPaginationItem-root.Mui-selected{background:#0000 linear-gradient(180deg,#fecc00,#fecc00);color:#000}.progress-bar-main{max-width:470px;position:relative;width:100%}.progress-bar-main .progress-bar .MuiLinearProgress-bar{background-color:#114a65;border-radius:8px}.progress-bar-content{margin-top:30px}.progress-bar-content .admin-page-title{color:#fff;font-family:Poppins-Medium;font-size:20px;line-height:30px}.progress-bar-text{color:#6b7280;font-family:Poppins-Medium;font-size:14px;line-height:21px;position:absolute;right:-35px;top:-5px}.form-control-textarea:focus-visible{outline:none!important}.dropdown-box svg{color:#fff}.radio-main .MuiRadio-colorPrimary span{color:#9babc5}.filter-main{position:relative}.filter-main .MuiDrawer-paper{background-color:#161616!important;max-width:400px;min-width:400px;width:100%}.filter-header{background-color:#26282d;display:flex;justify-content:space-between;padding:16px 25px}img.filter-close-icon{height:21px;object-fit:contain;width:21px}.filter-header .filter-title{color:#fff;font-family:Poppins-Regular;font-size:20px;line-height:30px}.filter-inner-main{padding:20px 25px}.filter-btn-main{display:flex;justify-content:flex-end}.filter-btn-main .filter-cancel-btn{margin-right:20px}.filter-footer{border-top:1px solid #3e3e3e;bottom:0;left:0;padding:15px 25px;position:absolute;right:0;width:100%}.filter-checkbox-main .checkbox-lable{margin-right:20px}.input-box .form-control-eye{border:1px solid #3e3e3e;padding-right:0}.input-box .form-control-eye input{border:0}.input-box .form-control-eye .toggle-eye-btn{margin-right:0}.input-box .form-control-eye .toggle-eye-btn svg{color:#000}.otp-input-box .form-group .form-control input{max-width:70px;padding:11px 15px;text-align:center}.otp-input-box .form-group .MuiFormControl-root{max-width:70px}.otp-flex-main{align-items:center;display:flex;justify-content:space-between}.otp-input-box{margin-bottom:10px;margin-right:15px}.otp-flex-main .otp-input-box:last-child{margin-right:0}.otp-box-main .empty{border-color:red}.page-scrollbar::-webkit-scrollbar{height:4px;width:4px}.page-scrollbar::-webkit-scrollbar-track{background:#0000}.page-scrollbar::-webkit-scrollbar-thumb{background:#0000;border-radius:8px}.page-scrollbar::-webkit-scrollbar-thumb:hover{background:#0000}.genreslist-table-main .table .table-td:first-child,.genreslist-table-main .table .table-td:nth-child(2),.genreslist-table-main .table .table-td:nth-child(3),.genreslist-table-main .table .table-td:nth-child(4),.genreslist-table-main .table .table-td:nth-child(5),.genreslist-table-main .table .table-td:nth-child(6),.genreslist-table-main .table .table-td:nth-child(7),.genreslist-table-main .table .table-th:first-child,.genreslist-table-main .table .table-th:nth-child(2),.genreslist-table-main .table .table-th:nth-child(3),.genreslist-table-main .table .table-th:nth-child(4),.genreslist-table-main .table .table-th:nth-child(5),.genreslist-table-main .table .table-th:nth-child(6),.genreslist-table-main .table .table-th:nth-child(7){width:5%}.genreslist-table-main .table{margin:0;min-width:1300px}.addgame-list-table-main .table .table-td:first-child,.addgame-list-table-main .table .table-th:first-child{width:5%}.addgame-list-table-main .table .table-td:nth-child(2),.addgame-list-table-main .table .table-td:nth-child(3),.addgame-list-table-main .table .table-th:nth-child(2),.addgame-list-table-main .table .table-th:nth-child(3){width:10%}.addgame-list-table-main .table .table-td:nth-child(4),.addgame-list-table-main .table .table-td:nth-child(5),.addgame-list-table-main .table .table-th:nth-child(4),.addgame-list-table-main .table .table-th:nth-child(5){width:7%}.addgame-list-table-main .table .table-th:nth-child(6),.addgame-list-table-main.table .table-td:nth-child(6){width:10%}.addgame-list-table-main .table .table-td:nth-child(7),.addgame-list-table-main .table .table-th:nth-child(7){width:1%}.addgame-list-table-main .table{margin:0;min-width:1300px}.cms-page-content .cms-lables{color:#fff;font-family:Poppins-Medium;font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:0;margin-top:30px}.cms-input-box{margin:10px 0 15px}.cms-form-box{max-width:300px;min-width:300px;width:100%}.cms-page-containt .cms-discription-lables{color:#fff;font-family:Poppins-Medium;font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:15px;margin-top:0}.search-icon-box{left:15px;position:absolute;top:11px}.images-upload-btn{height:100%;position:relative}.images-upload-btn .image-upload-btn,.images-upload-btn .image-upload-btn:hover{background-color:#161616;border:1px dotted #3e3e3e;border-radius:10px;box-shadow:none;height:100%;width:100%}.upload-img{border-radius:10px;height:30px;object-fit:contain;width:30px}.upload-img-slider{border-radius:10px;height:100px;object-fit:cover;width:100%}.document-close{background:#fff;border-radius:50%;cursor:pointer;height:20px;position:absolute;right:-6px;top:-8px;width:20px}.set-add-btn{display:flex;justify-content:flex-start}.document-close-set{position:relative}.edit-profile-btn-main{margin-top:15px}.userdata-btn-flex svg{color:#000;height:20px;object-fit:contain;width:20px}.contest-table-main .user-icon-btn svg{height:30px;width:15px}.userdata-btn-flex .delete-bin-Icon,.userdata-btn-flex .edit-pen-Icon,.userdata-btn-flex .view-eye-Icon{height:20px;object-fit:contain;width:20px}.userdata-btn-flex .usermailwarning-img{height:30px;width:30px}.add-game-row{margin:0 0 20px}.search-icon{height:12px;object-fit:contain;width:12px}.user-list-flex{margin-bottom:20px;margin-right:15px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cms-page-content .admin-page-title{margin-bottom:40px}.cms-page-content{padding-bottom:17px}.frenchies-user-table-main .table{margin:0;min-width:1000px}.frenchies-user-table-main .table .table-td:first-child,.frenchies-user-table-main .table .table-td:nth-child(2),.frenchies-user-table-main .table .table-th:first-child,.frenchies-user-table-main .table .table-th:nth-child(2){width:3%}.frenchies-user-table-main .table .table-td:nth-child(3),.frenchies-user-table-main .table .table-th:nth-child(3){width:5%}.frenchies-user-table-main .table .table-td:nth-child(4),.frenchies-user-table-main .table .table-td:nth-child(5),.frenchies-user-table-main .table .table-td:nth-child(6),.frenchies-user-table-main .table .table-td:nth-child(7),.frenchies-user-table-main .table .table-td:nth-child(8),.frenchies-user-table-main .table .table-th:nth-child(4),.frenchies-user-table-main .table .table-th:nth-child(5),.frenchies-user-table-main .table .table-th:nth-child(6),.frenchies-user-table-main .table .table-th:nth-child(7),.frenchies-user-table-main .table .table-th:nth-child(8){width:3%}.add-role-table-main .table{min-width:700px}.table-td .add-role-checkbox.Mui-checked{color:#2ac2ff}.table-td .add-role-checkbox{color:#4e5152;margin-right:10px;padding:0}.add-role-table-main .table .table-td:first-child,.add-role-table-main .table .table-td:nth-child(2),.add-role-table-main .table .table-td:nth-child(3),.add-role-table-main .table .table-td:nth-child(4),.add-role-table-main .table .table-th:first-child,.add-role-table-main .table .table-th:nth-child(2),.add-role-table-main .table .table-th:nth-child(3),.add-role-table-main .table .table-th:nth-child(4){width:2%}.dashboard-content .page-content-title{margin-bottom:10px}.table-td .rolelist-btn{padding:0 5px}.admin-login-inner .otp-form-control .MuiFormControl-root input{background-color:#161616;border:1px solid #3e3e3e;border-radius:22px;color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:15px;padding:9px 15px;width:100%}.otp-box-main div{align-items:center;display:flex;justify-content:space-between}.mui-otp,.mui-otp :focus{background-color:#fff;border:1px solid #dfe0e1;border-radius:22px;font-family:Poppins-Regular;font-size:14px;line-height:15px;max-width:100%;padding:9px 15px;text-align:center;width:5em!important}.mui-otp:focus{border-color:initial}.rolelist-table-main .table{min-width:500px;width:auto}.rolelist-table-main .table .table-td:first-child,.rolelist-table-main .table .table-td:nth-child(2),.rolelist-table-main .table .table-td:nth-child(3),.rolelist-table-main .table .table-td:nth-child(4),.rolelist-table-main .table .table-th:first-child,.rolelist-table-main .table .table-th:nth-child(2),.rolelist-table-main .table .table-th:nth-child(3),.rolelist-table-main .table .table-th:nth-child(4){width:2%}.rolelist-table-main .table .table-td:nth-child(5),.rolelist-table-main .table .table-th:nth-child(5){width:1%}.propertylist-table-main .table{min-width:1000px}.propertylist-table-main .table .table-td:first-child,.propertylist-table-main .table .table-th:first-child{width:8%}.propertylist-table-main .table .table-td:nth-child(2),.propertylist-table-main .table .table-th:nth-child(2){width:16%}.propertylist-table-main .table .table-td:nth-child(3),.propertylist-table-main .table .table-td:nth-child(4),.propertylist-table-main .table .table-th:nth-child(3),.propertylist-table-main .table .table-th:nth-child(4){width:17%}.propertylist-table-main .table .table-td:nth-child(5),.propertylist-table-main .table .table-th:nth-child(5){width:19%}.propertylist-table-main .table .table-td:nth-child(6),.propertylist-table-main .table .table-th:nth-child(6){width:13%}.frenchies-application-table-main .table{min-width:1100px}.frenchies-application-table-main .table .table-td:first-child,.frenchies-application-table-main .table .table-th:first-child{width:2%}.frenchies-application-table-main .table .table-td:nth-child(2),.frenchies-application-table-main .table .table-th:nth-child(2){width:10%}.frenchies-application-table-main .table .table-td:nth-child(3),.frenchies-application-table-main .table .table-td:nth-child(4),.frenchies-application-table-main .table .table-th:nth-child(3),.frenchies-application-table-main .table .table-th:nth-child(4){width:7%}.frenchies-application-table-main .table .table-td:nth-child(5),.frenchies-application-table-main .table .table-td:nth-child(6),.frenchies-application-table-main .table .table-th:nth-child(5),.frenchies-application-table-main .table .table-th:nth-child(6){width:8%}.frenchies-application-table-main .table .table-td:nth-child(7),.frenchies-application-table-main .table .table-th:nth-child(7){width:10%}.frenchies-application-table-main .table .table-td:nth-child(10),.frenchies-application-table-main .table .table-td:nth-child(8),.frenchies-application-table-main .table .table-td:nth-child(9),.frenchies-application-table-main .table .table-th:nth-child(10),.frenchies-application-table-main .table .table-th:nth-child(8),.frenchies-application-table-main .table .table-th:nth-child(9){width:5%}.cms-page-containt .cms-page-title{margin-bottom:10px}.cms-page-containt,.dashboard-main-box{padding:15px}.dashboard-table-main .table{margin:0;min-width:470px}.dashboard-table-main .table .table-td:first-child,.dashboard-table-main .table .table-td:nth-child(2),.dashboard-table-main .table .table-td:nth-child(3),.dashboard-table-main .table .table-td:nth-child(4),.dashboard-table-main .table .table-th:first-child,.dashboard-table-main .table .table-th:nth-child(2),.dashboard-table-main .table .table-th:nth-child(3),.dashboard-table-main .table .table-th:nth-child(4){width:5%}.cms-btn-main{align-items:center;display:flex;justify-content:center;margin-top:10px}.dashboard-content .add-title{margin-bottom:15px}.static-use-image{width:100%}.error-text{margin:4px 2px 0}.error-text,.image-error{color:#d32f2f;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.03333em;line-height:1.66;text-align:left}.image-error{align-items:center;display:flex;justify-content:center;margin:20px;padding:10px}.custom-error-tag{color:#d32f2f;font-family:Poppins-Regular;font-size:12px;font-weight:400;letter-spacing:.03333em;line-height:15px;margin:3px 14px 0 1px;text-align:left}.admin-header-main{background-color:#fff;border-bottom:1px solid #e5e7eb;left:290px;padding:15px 20px 13px;position:fixed;right:0;top:0;transition:all .5s;z-index:9}.admin-header-deactive{left:0}.admin-header-main.active .admin-sidebar-logo{display:none;opacity:0}.admin-header-logo-main .admin-bergur-button{min-width:30px;padding:0}.admin-header-main.admin-header-deactive .admin-sidebar-logo{height:35px;margin-left:10px;opacity:1;transition:all .5s}.admin-header-logo-main{display:flex}.admin-header-left{align-items:center;display:flex;justify-content:space-between}.admin-header-right{align-items:center;display:flex;justify-content:flex-end}.admin-header-right .admin-header-icon-box{margin-right:23px;min-width:30px;padding:0}.admin-header-icon{height:20px;object-fit:contain;width:20px}.admin-header-profile-icon{border-radius:17px;height:36px;object-fit:cover;width:36px}.admin-sidebar-icons{height:24px;margin-right:8px;object-fit:contain;width:24px}.admin-sidebar-main{background-image:linear-gradient(#c920baf5,#260932f5);border-right:1px solid #e5e7eb;height:100vh;left:-500px;overflow:auto;position:fixed;top:0;transition:all .5s;width:290px;z-index:9999}.admin-sidebar-main.active{left:0}.admin-sidebar-deactive{flex:0 0;max-width:0;transition:all .5s;width:100%}.admin-sidebar-logo{display:flex;height:55px;margin:auto;object-fit:contain;order:2;width:100%}.close-icon{display:none}.admin-sidebar-logo-main{padding:5px 0}.admin-sidebar-list-main{padding:16px 0 16px 16px}.admin-header-drop-main .drop-header-btn,.admin-sidebar-list-main .admin-sidebar-list,.admin-sidebar-list-main .admin-sidebar-listitem{padding:0}.cus-sidebar-list .admin-sidebar-link{align-items:center;display:flex}.admin-sidebar-list-main .admin-sidebar-link{color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:21px;margin-bottom:10px;padding:10px 12px;text-decoration:none;width:100%}.admin-sidebar-list-main .admin-sidebar-link.active{background-color:#bd1a97;border-radius:50px 0 0 50px;color:#fff}.admin-sidebar-listitem .expandless-icon,.admin-sidebar-listitem .expandmore-icon{position:absolute;right:10px;top:10px}.admin-sidebar-submenulist .admin-sidebar-link{margin-left:10px}.admin-sidebar-submenulist .admin-sidebar-listitem:first-child .admin-sidebar-link{margin-top:20px}.admin-sidebar-main::-webkit-scrollbar{width:2px}.admin-sidebar-main::-webkit-scrollbar-track{background:#f1f1f1}.admin-sidebar-main::-webkit-scrollbar-thumb{background:#888}.admin-sidebar-main::-webkit-scrollbar-thumb:hover{background:#555}.no-data{border-bottom:0;color:#000;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:10px 10px 10px 0;text-align:left}.h-100{height:100%}.flex-contactus{padding:20px}.update-btn{align-items:center;display:flex;justify-content:center;padding:10px}.admin-dash-box .role-master-table-main .table{min-width:100%;width:auto}.role-master-table-main.table tr:last-child .table-td{padding-bottom:0}.role-master-table-main .table .table-td:first-child,.role-master-table-main .table .table-th:first-child{width:15%}.role-master-table-main .table .table-th:nth-child(2),.role-master-table-main.table .table-td:nth-child(2){width:11%}.role-master-table-main .table .table-td:nth-child(3),.role-master-table-main .table .table-th:nth-child(3){width:2%}.admin-dash-box .role-master-add-table-main .table{width:auto}.role-master-add-table-main.table tr:last-child .table-td{padding-bottom:0}.role-master-add-table-main .table .table-th:first-child,.role-master-add-table-main .table-td:nth-child(4),.role-master-add-table-main .table-td:nth-child(5),.role-master-add-table-main .table-th:nth-child(4),.role-master-add-table-main .table-th:nth-child(5),.role-master-add-table-main.table .table-td:first-child,.role-master-add-table-main.table .table-td:nth-child(3),.role-master-add-table-main.table .table-th:nth-child(2),.role-master-add-table-main.table .table-th:nth-child(3),.role-master-add-table-main.table-td:nth-child(2){width:5%}.flex-loader,.page-table-main .flex-loader{align-items:center;display:flex;justify-content:center}.flex-loader{height:50vh}.page-table-main .flex-loader .loader{color:#972292}.user-details-flex{display:flex;margin-bottom:15px}.user-details-flex .user-details-lable{color:#1e1e1e;flex:0 0 150px;font-family:Poppins-Regular;font-size:15px;font-weight:700;line-height:20px;max-width:150px;width:100%}.user-details-flex .user-details-data{word-wrap:break-word;color:#1e1e1e;flex:1 1;font-family:poppins-regular;font-size:14px;line-height:20px;width:calc(100% - 150px)}.admin-sub-master-table-main .table{margin:0;min-width:500px}.admin-sub-master-table-main .table .table-td:first-child,.admin-sub-master-table-main .table .table-th:first-child{width:3%}.admin-sub-master-table-main .table .table-td:nth-child(2),.admin-sub-master-table-main .table .table-td:nth-child(3),.admin-sub-master-table-main .table .table-th:nth-child(2),.admin-sub-master-table-main .table .table-th:nth-child(3){width:10%}.admin-sub-master-table-main .table .table-td:nth-child(4),.admin-sub-master-table-main .table .table-th:nth-child(4){width:12%}.admin-sub-master-table-main .table .table-td:nth-child(5),.admin-sub-master-table-main .table .table-th:nth-child(5){width:10%}.admin-sub-master-table-main .table .table-td:nth-child(6),.admin-sub-master-table-main .table .table-td:nth-child(7),.admin-sub-master-table-main .table .table-th:nth-child(6),.admin-sub-master-table-main .table .table-th:nth-child(7){width:5%}.user-post-data{max-height:57px;max-width:84px}.swiper-box{width:100px}.swiper-box .swiper{position:none}.usermaster-post-table .table{margin:0;min-width:500px}.usermaster-post-table .table .table-td:first-child,.usermaster-post-table .table .table-td:nth-child(2),.usermaster-post-table .table .table-td:nth-child(3),.usermaster-post-table .table .table-th:nth-child(2),.usermaster-post-table .table .table-th:nth-child(3),.usermaster-post-table.table .table-th:first-child{width:10%}.usermaster-post-table .table .table-td:nth-child(4),.usermaster-post-table .table .table-td:nth-child(5),.usermaster-post-table .table .table-th:nth-child(4),.usermaster-post-table .table .table-th:nth-child(5){width:7%}.usermaster-post-table .table .table-th:nth-child(6),.usermaster-post-table.table .table-td:nth-child(6){width:15%}.contact-us.table{margin:0;min-width:900px}.contact-us.table .table-td:first-child,.contact-us.table .table-td:nth-child(2),.contact-us.table .table-td:nth-child(3),.contact-us.table .table-td:nth-child(4),.contact-us.table .table-td:nth-child(5),.contact-us.table .table-th:first-child,.contact-us.table .table-th:nth-child(2),.contact-us.table .table-th:nth-child(3),.contact-us.table .table-th:nth-child(4),.contact-us.table .table-th:nth-child(5){width:10%}.MuiMenu-list .menuitem{color:#000;font-family:Poppins-Regular;font-size:14px}.select-drop-list .MuiSelect-select{background-color:#fff;border:1px solid #dfe0e1;color:#6b7280;font-family:Poppins-Regular;font-size:14px;padding:9px 15px}.back-text{cursor:pointer}.login-btn-main .forgot-button{margin-bottom:15px}.table .cus-table-head tr{padding-top:10px}.page-table-main .loading-row .loading-cell{height:300px}.page-table-main .table-data-not-found{color:gray;font-family:Poppins-Regular;font-size:14px;font-weight:500;text-align:center}.barge-common-box .cus-heading{margin-bottom:15px}.cus-button-box,.cus-role-text-box{padding-left:15px}.cus-change-password-box{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.admin-dash-right{min-width:30px}.admin-dashboard-box{cursor:pointer}.cus-dashboard-heading .admin-page-title{font-size:19px;margin-top:10px}.cus-dashboard-heading .admin-page-title,.pie-chart .admin-inner-heading{color:#8b17af;font-family:Poppins-Regular;line-height:25px;margin-bottom:10px}.pie-chart .admin-inner-heading{font-size:13px}.admin-dash-box .user-feedback-table-main .table{min-width:100%;width:auto}.user-feedback-table-main.table tr:last-child .table-td{padding-bottom:0}.user-feedback-table-main .table .table-td:first-child,.user-feedback-table-main .table .table-th:first-child{width:2%}.user-feedback-table-main .table .table-td:nth-child(2),.user-feedback-table-main .table .table-td:nth-child(3),.user-feedback-table-main .table .table-th:nth-child(2),.user-feedback-table-main .table .table-th:nth-child(3){width:10%}.user-feedback-table-main .table .table-td:nth-child(4),.user-feedback-table-main .table .table-th:nth-child(4){max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:15%}.user-feedback-table-main .table .table-td:nth-child(5),.user-feedback-table-main .table .table-td:nth-child(6),.user-feedback-table-main .table .table-td:nth-child(7),.user-feedback-table-main .table .table-th:nth-child(5),.user-feedback-table-main .table .table-th:nth-child(6),.user-feedback-table-main .table .table-th:nth-child(7){width:5%}.admin-dash-box .single-user-feedback-table-main .table{min-width:100%;width:auto}.single-user-feedback-table-main.table tr:last-child .table-td{padding-bottom:0}.single-user-feedback-table-main .table .table-td:first-child,.single-user-feedback-table-main .table .table-th:first-child{width:2%}.single-user-feedback-table-main .table .table-td:nth-child(2),.single-user-feedback-table-main .table .table-th:nth-child(2){width:10%}.single-user-feedback-table-main .table .table-td:nth-child(3),.single-user-feedback-table-main .table .table-th:nth-child(3){width:8%}.single-user-feedback-table-main .table .table-td:nth-child(4),.single-user-feedback-table-main .table .table-th:nth-child(4){max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:15%}.single-user-feedback-table-main .table .table-td:nth-child(5),.single-user-feedback-table-main .table .table-td:nth-child(6),.single-user-feedback-table-main .table .table-th:nth-child(5),.single-user-feedback-table-main .table .table-th:nth-child(6){width:8%}.single-user-feedback-table-main .table tr:last-child .table-td{padding-bottom:8px}.notifiation-table-main .admin-dash-box .notifiation-table-main .table{min-width:100%;width:auto}.notifiation-table-main.table tr:last-child .table-td{padding-bottom:0}.notifiation-table-main .table .table-td:first-child,.notifiation-table-main .table .table-th:first-child{width:2%}.notifiation-table-main .table .table-td:nth-child(2),.notifiation-table-main .table .table-th:nth-child(2){width:8%}.notifiation-table-main .table .table-td:nth-child(3),.notifiation-table-main .table .table-th:nth-child(3){width:5%}.notifiation-table-main .table .table-td:nth-child(4),.notifiation-table-main .table .table-th:nth-child(4){width:3%}.notifiation-table-main .table .table-td:nth-child(5),.notifiation-table-main .table .table-td:nth-child(6),.notifiation-table-main .table .table-td:nth-child(7),.notifiation-table-main .table .table-th:nth-child(5),.notifiation-table-main .table .table-th:nth-child(6),.notifiation-table-main .table .table-th:nth-child(7){width:2%}.input-box .ck-editor-message .ck-content{background-color:#fff;border:1px solid #dfe0e1;border-radius:5px;font-family:Poppins-Regular;font-size:14px;height:100px;line-height:15px;padding:9px 15px;width:100%}.input-box .ck-editor-message .ck-content :disabled{background-color:#000;color:red}.dashboard-content .form-group .text-autosize,.dashboard-content .form-group .text-autosize :focus{background-color:#fff;border:1px solid #dfe0e1;border-radius:5px;color:#000000de;font-family:Poppins-Regular;font-size:14px;height:230px!important;line-height:18px;max-height:230px;min-height:40px;overflow:auto!important;padding:9px 15px;width:100%}.dashboard-content .form-group .contest-text-autosize,.dashboard-content .form-group .contest-text-autosize :focus{background-color:#fff;border:1px solid #dfe0e1;border-radius:5px;color:#000000de;font-family:Poppins-Regular;font-size:14px;line-height:18px;max-height:100px;min-height:40px;overflow:auto!important;padding:9px 15px;width:100%}.dashboard-content .form-group .contest-text-autosize:disabled,.dashboard-content .form-group .text-autosize:disabled{-webkit-text-fill-color:#00000061;opacity:1}.user-btn-flex .notification-btn{display:flex;gap:10px}.user-btn-flex .notification-btn .Mui-disabled{color:#fff}.cus-contest-table .table .table-td:first-child,.cus-contest-table .table .table-th:first-child{width:6%}.cus-contest-table .table .table-td:nth-child(2),.cus-contest-table .table .table-th:nth-child(2){width:11%}.cus-contest-table .table .table-td:nth-child(3),.cus-contest-table .table .table-th:nth-child(3){width:15%}.cus-contest-table .table .table-td:nth-child(4),.cus-contest-table .table .table-td:nth-child(5),.cus-contest-table .table .table-th:nth-child(4),.cus-contest-table .table .table-th:nth-child(5){width:11%}.cus-contest-table .table .table-td:nth-child(6),.cus-contest-table .table .table-th:nth-child(6){width:15%}.cus-contest-table .table .table-td:nth-child(10),.cus-contest-table .table .table-td:nth-child(7),.cus-contest-table .table .table-td:nth-child(8),.cus-contest-table .table .table-td:nth-child(9),.cus-contest-table .table .table-th:nth-child(10),.cus-contest-table .table .table-th:nth-child(7),.cus-contest-table .table .table-th:nth-child(8),.cus-contest-table .table .table-th:nth-child(9){width:11%}.cus-diamond-form{margin:40px}.drop-downup-arrow-main{align-items:center;display:flex;gap:5px;justify-content:flex-start}.table-th .drop-down-up-arrow{width:15px}.admin-dash-box .contest-table-main .table{min-width:100%;width:auto}.contest-table-main.table tr:last-child .table-td{padding-bottom:0}.contest-table-main .table .table-td:first-child,.contest-table-main .table .table-th:first-child{width:2%}.contest-table-main .table .table-td:nth-child(2),.contest-table-main .table .table-th:nth-child(2){width:15%}.contest-table-main .table .table-td:nth-child(3),.contest-table-main .table .table-td:nth-child(4),.contest-table-main .table .table-td:nth-child(5),.contest-table-main .table .table-th:nth-child(3),.contest-table-main .table .table-th:nth-child(4),.contest-table-main .table .table-th:nth-child(5){width:11%}.contest-table-main .table .table-td:nth-child(6),.contest-table-main .table .table-th:nth-child(6){width:12%}.contest-table-main .table .table-td:nth-child(7),.contest-table-main .table .table-th:nth-child(7){width:11%}.contest-table-main .table .table-td:nth-child(8),.contest-table-main .table .table-th:nth-child(8){width:9%}.contest-table-main .table .table-td:nth-child(9),.contest-table-main .table .table-th:nth-child(9){width:7%}.userdata-btn-flex .reopen-img{width:20px}.userdata-btn-flex .contest-list-icon{padding:0}.contest-menu .contest-menuitem{font-size:12px}.userdata-btn-flex .MuiMenu-paper{box-shadow:0}.contest-search-list-1 .from-input{margin-bottom:10px;margin-right:10px;width:100%}.contest-search-list{display:flex}.from-input .MuiInputBase-root{height:37px;overflow:hidden;padding-right:0;width:100%}.from-input input{height:17px}.contest-search-list .contest-search-list-1,.contest-search-list .contest-search-list-2{align-items:center;display:flex;gap:10px;justify-content:center}.pie-chart{height:311px;margin-bottom:82px;margin-top:20px}.admin-dash-box .contest-analysis-table-main .table{min-width:100%;width:auto}.contest-analysis-table-main.table tr:last-child .table-td{padding-bottom:0}.contest-analysis-table-main .table .table-td:first-child,.contest-analysis-table-main .table .table-th:first-child{width:2%}.contest-analysis-table-main .table .table-td:nth-child(2),.contest-analysis-table-main .table .table-th:nth-child(2){width:15%}.contest-analysis-table-main .table .table-td:nth-child(3),.contest-analysis-table-main .table .table-td:nth-child(4),.contest-analysis-table-main .table .table-th:nth-child(3),.contest-analysis-table-main .table .table-th:nth-child(4){width:10%}.contest-analysis-table-main .table .table-td:nth-child(5),.contest-analysis-table-main .table .table-th:nth-child(5){text-align:center;width:10%}.custom-datepicker .MuiFormControl-root{width:100%}.custom-datepicker .MuiStack-root{overflow:inherit;padding-top:0}.custom-datepicker .date-adapter-picker .MuiInputBase-formControl{background-color:#fff;border:1px solid #dfe0e1;border-radius:4px;font-family:Roboto-Regular;font-size:12px;line-height:20px;padding:10px 15px;width:100%}.custom-datepicker .date-adapter-picker .MuiInputBase-formControl:hover .MuiOutlinedInput-notchedOutline{border-color:#0000!important}.custom-datepicker .date-adapter-picker .MuiInputBase-formControl fieldset{border-color:#0000}.custom-datepicker .MuiInputBase-input{color:#4d586a;font-family:Poppins-Regular;font-size:14px;line-height:15px;opacity:1}.custom-datepicker .date-adapter-picker .MuiInputBase-formControl .MuiInputBase-inputAdornedEnd{padding:0}.profile-header{border:1px solid #d1d5db;height:200px;margin-bottom:20px;position:relative;width:100%}.profile-img{align-items:center;display:flex;height:200px;margin:auto;object-fit:contain;width:100px}.banner-img{height:200px;min-height:100px;object-fit:cover;width:100%}.profile-input-box .profile-upload-btn{display:none}.profile-edit-main{bottom:0;cursor:pointer;padding:3px;position:absolute;right:0}.edit-div{align-items:center;background:#ededed;border:1px solid #d1d5db;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}.profile-edit-img{height:15px;width:15px}.cus-price-textfield{display:flex}.cus-tex-field-input .form-control input{max-width:400px;width:400px}.add-remove-btn-box{display:flex;justify-content:end}.add-remove-btn-box .remove-btn{margin-left:5px}.rank_dis_input{width:100%}.cus-banner-box{align-items:center;justify-content:center;margin-top:5px}.cus-datepicker .datepicker .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border:1px solid #dfe0e1}.cus-datepicker .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#dfe0e1!important}.contest-winner-view-table .table tr:last-child .table-td{padding-bottom:15px}.contest-winner-view-table .table .table-td:nth-child(2),.contest-winner-view-table .table .table-th:nth-child(2){width:15%}.cus-search-flex{align-items:center;display:flex;justify-content:end}#menu{box-sizing:initial;cursor:pointer;display:block;height:40px;position:relative;width:40px}#menu.open .top-bar{transform:translateX(-4px) rotate(-45deg);transform-origin:20px}#menu.open .btm-bar,#menu.open .top-bar{transition:all .75s cubic-bezier(1,-1.5,.5,2)}#menu.open .btm-bar{transform:translateX(-4px) rotate(45deg);transform-origin:20px}#menu.open .mid-bar{stroke-dasharray:0 120 251 251;stroke-dashoffset:1;transition:all .75s ease}.btm-bar,.top-bar{background:#000;border-radius:10px;left:7px;position:absolute;transition:all .5s cubic-bezier(1,-1,.5,2);width:20px}.top-bar{height:1.8px;top:12px}.btm-bar{height:1.5px;top:26px}.mid-bar{stroke-linecap:round;stroke:#000;stroke-dasharray:0 100 40 400;stroke-dashoffset:101;transition:all .75s ease}.contest-winner-list-search{margin-top:10px}.contest-menu .MuiPaper-elevation::-webkit-scrollbar{height:5px;width:4px}.contest-menu .MuiPaper-elevation::-webkit-scrollbar-track{background:#dfe0e1;border-radius:5px}.contest-menu .MuiPaper-elevation::-webkit-scrollbar-thumb{background:#aeb9cc;border-radius:5px}.contest-menu .MuiPaper-elevation::-webkit-scrollbar-thumb:hover{background:#555}.contest-menu .MuiPaper-elevation{box-shadow:0 0 0 -3px #0003,0 2px 8px 1px #00000024,0 3px 6px -10px #0000001f}.cus-cms-box{display:flex}.dashboard-content .cms-btn-main .Mui-disabled{color:#fff}.content-search-list{align-items:center;display:flex;justify-content:end;margin-right:15px}.contest-winner-view-table .table{margin:0;min-width:850px;overflow-x:auto}.contest-winner-view-table .table .table-td:first-child,.contest-winner-view-table .table .table-th:first-child{width:2%}.contest-winner-view-table .table .table-td:nth-child(2),.contest-winner-view-table .table .table-th:nth-child(2){width:5%}.contest-winner-view-table .table .table-td:nth-child(3),.contest-winner-view-table .table .table-td:nth-child(4),.contest-winner-view-table .table .table-th:nth-child(3),.contest-winner-view-table .table .table-th:nth-child(4){width:10%}.contest-winner-view-table .table .table-td:nth-child(5),.contest-winner-view-table .table .table-td:nth-child(6),.contest-winner-view-table .table .table-td:nth-child(7),.contest-winner-view-table .table .table-td:nth-child(8),.contest-winner-view-table .table .table-th:nth-child(5),.contest-winner-view-table .table .table-th:nth-child(6),.contest-winner-view-table .table .table-th:nth-child(7),.contest-winner-view-table .table .table-th:nth-child(8){width:11%}.contest-winner-view-table .table .table-td:nth-child(9),.contest-winner-view-table .table .table-th:nth-child(9){width:15%}.rank-button-main .rank-button{font-size:12px;padding:0;width:88px}.participant_table_vedio .MuiPaper-root{height:50px;width:100px}.rank-box{align-items:center;display:flex}.price-lable-box{display:flex;justify-content:space-between}.form-group .contest-fee .MuiInputBase-root{width:100%}.form-group .contest-currency{width:30%}.add-user-containt .contest-fee-currency{display:flex}.add-user-containt .contest-fee-currency .MuiSelect-select{padding:7px 15px}.form-lable .mandatory-asterisk{color:red}.graph-btn-main{margin-left:45px}.graph-btn-main .graph-btn{background:linear-gradient(#c920baf5,#260932f5)}.graph-btn-main .graph-btn,.graph-btn-main .graph-btn-selectd{color:#fff;font-family:Poppins-SemiBold;font-size:12px;line-height:8px;margin-bottom:20px;margin-right:20px;min-height:0;min-height:auto;padding:8px 20px;text-transform:capitalize}.graph-btn-main .graph-btn-selectd{background:#0000 linear-gradient(180deg,#cf38c1f5,#b94caff5);border-radius:10px}.follower-date-adapter-picker input{background-color:#fff;border:1px solid #dfe0e1;border-radius:5px;font-family:Poppins-Regular;font-size:14px;line-height:15px;padding:9px 15px;width:100%}.follower-graph .follower-date-filter{width:50%}.follower-graph .date-filter{display:flex}.cus-datepicker .MuiStack-root{overflow:hidden}.contest-select-flex{display:flex;justify-content:flex-end}.contest-select-flex .input-box{width:40%}.user-activity-norecord-main{align-items:center;display:flex;justify-content:center}.user-activity-norecord-main .user-activity-norecord{font-family:Poppins-Regular;font-size:15px;line-height:15px;margin-top:10px}.report-date-range-box{cursor:pointer}.report-date-range-box .form-control input{background-color:initial;border:1px;border:1px solid var(--modal-button-border);border-radius:4px;color:var(--dark-text);cursor:pointer;font-family:Poppins-Regular;font-size:14px;line-height:20px;margin:0;padding:7px 10px}.report-date-range-box .form-control input::selection{background-color:initial}.report-date-range-calender-box{margin-top:10px;position:absolute;z-index:9999}.report-date-range-calender-box.date-display-none{display:none}.engagemenet-activity-table .table{margin:0;min-width:630px;overflow-x:auto}.engagemenet-activity-table .table tr:last-child .table-td{padding-bottom:0}.engagement-activity-table .table .table-td,.engagement-activity-table .table .table-th{width:auto}.engagemenet-activity-table .table .table-td:first-child,.engagemenet-activity-table .table .table-th:first-child{width:5%}.engagemenet-activity-table .table .table-td:nth-child(2),.engagemenet-activity-table .table .table-th:nth-child(2){width:19%}.engagemenet-activity-table .table .table-td:nth-child(3),.engagemenet-activity-table .table .table-th:nth-child(3){width:25%}.engagemenet-activity-table .table .table-td:nth-child(4),.engagemenet-activity-table .table .table-td:nth-child(5),.engagemenet-activity-table .table .table-th:nth-child(4),.engagemenet-activity-table .table .table-th:nth-child(5){width:20%}.action-column .table-td:last-child{padding:10px 10px 10px 0}.action-column .table-th:last-child{padding:10px 10px 10px 8px}.cus-table-head .participant_winner_table_veio{height:50px;width:100px}.cryptolist-table-main .table{margin:auto;min-width:100%}.cryptolist-table-main.table tr:last-child .table-td{padding-bottom:0}.cryptolist-table-main .table .table-td:first-child,.cryptolist-table-main .table .table-th:first-child{width:7%}.cryptolist-table-main .table .table-td:nth-child(2),.cryptolist-table-main .table .table-td:nth-child(3),.cryptolist-table-main .table .table-th:nth-child(2),.cryptolist-table-main .table .table-th:nth-child(3){width:12%}.cryptolist-table-main .table .table-td:nth-child(4),.cryptolist-table-main .table .table-th:nth-child(4){width:10%}.cryptolist-table-main .table .table-td:nth-child(5),.cryptolist-table-main .table .table-th:nth-child(5){width:12%}.cryptolist-table-main .table .table-td:nth-child(6),.cryptolist-table-main .table .table-th:nth-child(6){width:15%}.cryptolist-table-main .table .table-td:nth-child(7),.cryptolist-table-main .table .table-th:nth-child(7){width:10%}.dashboard-content .admin-page-sub-title{color:#8b17af;display:flex;font-family:Poppins-Regular;font-size:15px;font-weight:600;line-height:25px;margin-top:12px}.make-pupular-box{margin-left:8px}.make-pupular-box .checkbox-lable{font-family:Poppins-Regular;font-size:15px;font-weight:600;line-height:25px}.input-box .MuiAutocomplete-root{background-color:#fff;border:1px solid #dfe0e1;border-radius:5px;font-family:Poppins-Regular;font-size:14px;line-height:15px;padding:1px;width:100%}.input-box .crypto-select input{background-color:initial;border:1px;border:1px solid var(--modal-button-border);border-radius:4px;color:var(--dark-text);font-family:Poppins-Regular;font-size:14px;height:0;line-height:20px;margin:0;padding:7px 10px}.crypto-icon-box{align-items:center;display:flex;height:100px;justify-content:center;margin-bottom:0}.crypto-img{height:85px;margin-top:5px;min-height:85px;object-fit:contain;width:100%}.defaultcrypto-img{height:100px;min-height:100px;object-fit:contain;padding:10px;width:100%}.modal-add .add-modal-inner-main{background-color:#fff;border-radius:10px;max-height:500px;max-width:600px;outline:none;overflow:auto;padding:0 24px 40px;width:100%}.add-modal-inner-main::-webkit-scrollbar{width:3px}.add-modal-inner-main::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:100px}.add-modal-inner-main::-webkit-scrollbar-thumb{background-color:#888;border-radius:100px}.add-modal-inner-main::-webkit-scrollbar-thumb:hover{background-color:#555;border-radius:100px}.add-modal-inner-main .add-modal-title{color:#000;font-family:Poppins-Medium;font-size:28px;line-height:42px;margin:5px 0 10px;text-align:center}.price-box-main{display:flex;justify-content:space-between}.price-lable-box .remains-text{color:#d32f2f;margin-left:2px;margin-top:-4px}.form-group .percentage-input input{margin-left:2px;width:230px}body::-webkit-scrollbar{width:3px}body::-webkit-scrollbar-track{background:#f1f1f1}body::-webkit-scrollbar-thumb{background:#888}body::-webkit-scrollbar-thumb:hover{background:#555}.owner-image-wrape img{object-fit:cover}.break-text{word-wrap:break-word;max-width:200px;white-space:pre-line}.withdrawal-request-table-main .table{margin:auto;max-width:500px;min-width:100%}.withdrawal-request-table-main.table tr:last-child .table-td{padding-bottom:0}.withdrawal-request-table-main .table .table-td:first-child,.withdrawal-request-table-main .table .table-th:first-child{width:5%}.withdrawal-request-table-main .table .table-td:nth-child(2),.withdrawal-request-table-main .table .table-th:nth-child(2){width:15%}.withdrawal-request-table-main .table .table-td:nth-child(3),.withdrawal-request-table-main .table .table-th:nth-child(3){width:18%}.withdrawal-request-table-main .table .table-td:nth-child(4),.withdrawal-request-table-main .table .table-td:nth-child(5),.withdrawal-request-table-main .table .table-th:nth-child(4),.withdrawal-request-table-main .table .table-th:nth-child(5){width:10%}.withdrawal-request-table-main .table .table-td:nth-child(6),.withdrawal-request-table-main .table .table-td:nth-child(7),.withdrawal-request-table-main .table .table-th:nth-child(6),.withdrawal-request-table-main .table .table-th:nth-child(7){width:15%}.conversion-table-main .table{margin:auto;min-width:100%}.conversion-table-main.table tr:last-child .table-td{padding-bottom:0}.conversion-table-main .table .table-td:first-child,.conversion-table-main .table .table-th:first-child{width:1%}.conversion-table-main .table .table-td:nth-child(2),.conversion-table-main .table .table-td:nth-child(3),.conversion-table-main .table .table-th:nth-child(2),.conversion-table-main .table .table-th:nth-child(3){width:10%}.conversion-table-main .table .table-td:nth-child(4),.conversion-table-main .table .table-td:nth-child(5),.conversion-table-main .table .table-th:nth-child(4),.conversion-table-main .table .table-th:nth-child(5){width:5%}.conversion-table-main .table .table-td:nth-child(6),.conversion-table-main .table .table-th:nth-child(6){width:3%}.withdrawal-model-main .withdrawal-model{display:flex}.modal-delete .withdrawal-modal-inner-main{background-color:#fff;border-radius:10px;max-width:500px;padding:20px 24px;width:100%}.withdrawal-modal-inner-main .withdrawal-modal-title{color:#000;font-family:Poppins-Medium;font-size:15px;line-height:42px;margin:10px 0}.withdrawal-modal-inner-main .withdrawal-modal-heading{color:#000;font-family:Poppins-Medium;font-size:20px;line-height:42px;margin:0 0 0 10px}.conversion-model-main .conversion-title,.withdrawal-model-main .withdrawal-title{color:#8b17af;font-family:Poppins-Regular;font-size:15px;font-weight:600;line-height:25px;margin-left:10px}.conversion-model-main .conversion-content,.withdrawal-model-main .withdrawal-content{color:#000;font-family:Poppins-Regular;font-size:15px;font-weight:600;line-height:25px;margin:0 0 0 10px}.withdrawal-bank-details{margin-left:50px}.withdrawal-model .withdrawal-title{display:flex;flex:0 0 40%;width:100%}.withdrawal-model .withdrawal-content{flex:1 1}.withdrawal-modal-main .withdrawal-view-details,.withdrawal-model-main .withdrawal-view-title{display:flex;flex-direction:column;width:40%}.request-dropdown-main{display:flex;justify-content:flex-end}.request-dropdown{width:130px}.request-drop-list .MuiSelect-select{font-size:12px;padding:5px 15px}.userlist-btn-flex .request-input-box{margin-bottom:0}.withdrawal-request-table-main .Mui-disabled .edit-pen-Icon{color:#90ee90}.withdrawal-request-table-main .Mui-disabled .delete-bin-Icon{color:#ff8080}.withdrawal-request-table-main .edit-pen-Icon{color:#006400}.withdrawal-request-table-main .delete-bin-Icon{color:#8b0000}.loader-overlay{overflow:hidden;pointer-events:none}.loader-main{align-items:center;background:#ffffff80;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader-img{width:100px}.fiat-wallet-table-main .table{margin:auto;min-width:100%}.fiat-wallet-table-main.table tr:last-child .table-td{padding-bottom:0}.fiat-wallet-table-main .table .table-td:first-child,.fiat-wallet-table-main .table .table-th:first-child{width:1%}.fiat-wallet-table-main .table .table-td:nth-child(2),.fiat-wallet-table-main .table .table-td:nth-child(3),.fiat-wallet-table-main .table .table-td:nth-child(4),.fiat-wallet-table-main .table .table-th:nth-child(2),.fiat-wallet-table-main .table .table-th:nth-child(3),.fiat-wallet-table-main .table .table-th:nth-child(4){width:10%}.fiat-wallet-table-main .table .table-td:nth-child(5),.fiat-wallet-table-main .table .table-th:nth-child(5){width:5%}.fiat-wallet-table-main .table .table-td:nth-child(6),.fiat-wallet-table-main .table .table-td:nth-child(7),.fiat-wallet-table-main .table .table-th:nth-child(6),.fiat-wallet-table-main .table .table-th:nth-child(7){width:3%}.date-picker-mui .clear-icon{margin:2px 0 10px 170px;position:absolute}.clear-icon .icon-clear{height:16px;width:16px}.transaction-fieldset .form-control fieldset{width:208px}.wallet-btn{display:flex;gap:10px}.transaction-input-box{margin-top:10px}.viewcrypto-wallet-table-main .table{margin:auto;min-width:100%}.viewcrypto-table-main.table tr:last-child .table-td{padding-bottom:0}.viewcrypto-table-main .table .table-td:first-child,.viewcrypto-table-main .table .table-th:first-child{width:1%}.viewcrypto-table-main .table .table-td:nth-child(2),.viewcrypto-table-main .table .table-td:nth-child(3),.viewcrypto-table-main .table .table-th:nth-child(2),.viewcrypto-table-main .table .table-th:nth-child(3){width:10%}.view-crypto-wallet-assets .user-details-flex{display:block}.qrscanner-box-main{width:200px}.crypto-wallet-table-main .table{margin:auto;min-width:100%}.crypto-wallet-table-main.table tr:last-child .table-td{padding-bottom:0}.crypto-wallet-table-main .table .table-td:first-child,.crypto-wallet-table-main .table .table-th:first-child{width:1%}.crypto-wallet-table-main .table .table-td:nth-child(2),.crypto-wallet-table-main .table .table-th:nth-child(2){width:10%}.crypto-wallet-table-main .table .table-td:nth-child(3),.crypto-wallet-table-main .table .table-th:nth-child(3){width:15%}.crypto-wallet-table-main .table .table-td:nth-child(4),.crypto-wallet-table-main .table .table-th:nth-child(4){width:17%}.crypto-wallet-table-main .table .table-td:nth-child(5),.crypto-wallet-table-main .table .table-th:nth-child(5){width:10%}.crypto-wallet-table-main .table .table-td:nth-child(6),.crypto-wallet-table-main .table .table-th:nth-child(6){width:14%}.crypto-wallet-table-main .table .table-td:nth-child(7),.crypto-wallet-table-main .table .table-td:nth-child(8),.crypto-wallet-table-main .table .table-th:nth-child(7),.crypto-wallet-table-main .table .table-th:nth-child(8){width:10%}.streak-table-main .admin-dash-box .streak-table-main .table{min-width:100%;width:auto}.streak-table-main.table tr:last-child .table-td{padding-bottom:0}.streak-table-main .table .table-td:first-child,.streak-table-main .table .table-th:first-child{width:2%}.streak-table-main .table .table-td:nth-child(2),.streak-table-main .table .table-td:nth-child(3),.streak-table-main .table .table-th:nth-child(2),.streak-table-main .table .table-th:nth-child(3){width:4%}.streak-table-main .table .table-td:nth-child(4),.streak-table-main .table .table-th:nth-child(4){width:3%}.streak-table-main .table .table-td:nth-child(5),.streak-table-main .table .table-th:nth-child(5){width:2%}.streak-detail-table .admin-dash-box .streak-detail-table .table{min-width:100%;width:auto}.streak-detail-table.table tr:last-child .table-td{padding-bottom:0}.streak-detail-table .table .table-td:first-child,.streak-detail-table .table .table-th:first-child{width:2%}.streak-detail-table .table .table-td:nth-child(2),.streak-detail-table .table .table-td:nth-child(3),.streak-detail-table .table .table-th:nth-child(2),.streak-detail-table .table .table-th:nth-child(3){width:4%}.streak-detail-table .table .table-td:nth-child(4),.streak-detail-table .table .table-th:nth-child(4){width:3%}.streak-detail-table .table .table-td:nth-child(5),.streak-detail-table .table .table-td:nth-child(6),.streak-detail-table .table .table-td:nth-child(7),.streak-detail-table .table .table-th:nth-child(5),.streak-detail-table .table .table-th:nth-child(6),.streak-detail-table .table .table-th:nth-child(7){width:2%}.textarea-container .css-4xd52m{box-shadow:none;font-family:Poppins-Regular}.streak-toggle{display:flex;justify-content:end}.role-master-add-table-main .table-td{padding-left:0}.MuiTooltip-tooltip{margin-top:0!important}.spinner-main{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center}.loader{animation:rotation 1s linear infinite;box-sizing:border-box;color:#ccc;display:block;height:48px;margin:15px auto;position:relative;width:48px}.loader:after,.loader:before{animation:animloader 1s ease-in-out infinite;background-color:#ccc;border-radius:50%;box-sizing:border-box;content:"";height:24px;left:50%;position:absolute;top:50%;transform:scale(.5) translate(0);width:24px}.loader:before{background-color:#c920baf5;transform:scale(.5) translate(-48px,-48px)}.loader:after{background-color:#260932f5}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes animloader{50%{transform:scale(1) translate(-50%,-50%)}}.loading-text{color:#000;font-family:Arial,sans-serif;font-size:18px}.payment-main{background-color:#e1e5eb;height:100vh}.complement-success{color:#32a852;font-size:18px;margin-bottom:8px}.success-icon{background:#359d00;border-radius:50%;color:#fff;font-size:48px;height:72px;margin:16px auto;text-align:center;width:72px}.success-title{color:#666;font-family:Poppins,sans-serif;font-size:22px;font-weight:700;margin-bottom:16px;text-align:center}.container-success{margin:0 auto;max-width:290px;overflow:hidden}.paper-container-success{height:450px;overflow:hidden;position:relative}.paper-success{animation:print 5s cubic-bezier(.68,-.55,.265,.9) 2;-moz-animation:print 5s cubic-bezier(.68,-.55,.265,.9) 2;background:#fff;font-family:Poppins,sans-serif;height:340px;margin:-12px 12px 0;position:absolute;z-index:2}.main-contents-success{margin:70px 21px;padding:12px}.container-failed{margin:0 auto;max-width:300px;overflow:hidden}.printer-top{background:#333;border:6px solid #666;border-bottom:0;border-radius:6px 6px 0 0;height:6px;margin-top:100px;z-index:1}.printer-bottom{background:#333;border:6px solid #666;border-radius:0 0 6px 6px;border-top:0;height:6px;z-index:0}.paper-container-failed{height:450px;overflow:hidden;position:relative}.paper-failed{animation:print 5s cubic-bezier(.68,-.55,.265,.9) 2;-moz-animation:print 5s cubic-bezier(.68,-.55,.265,.9) 2;background:#fff;font-family:Poppins,sans-serif;height:340px;margin:-12px 12px 0;position:absolute;z-index:2}.main-contents-failed{margin:62px 36px;padding:21px}.jagged-edge{height:20px;margin-top:-1px;position:relative;width:100%}.jagged-edge:after{background:linear-gradient(45deg,#0000 33.333%,#fff 0,#fff 66.667%,#0000 0),linear-gradient(-45deg,#0000 33.333%,#fff 0,#fff 66.667%,#0000 0);background-position:0 -20px;background-size:16px 40px;content:"";display:block;height:20px;left:0;position:absolute;right:0}.failed-icon{background:red;border-radius:50%;color:#fff;font-size:48px;height:72px;margin:16px auto;text-align:center;width:72px}.failed-title{color:#666;font-family:Poppins,sans-serif;font-size:22px;margin-bottom:16px}.failed-title,.order-details{font-weight:700;text-align:center}.order-details{color:#333}.complement-failed{color:red;font-size:18px;margin-bottom:8px}@keyframes print{0%{transform:translateY(-90%)}to{transform:translateY(0)}}.comment-overflow{height:350px;max-height:350px;overflow-y:scroll}.comment-overflow::-webkit-scrollbar{height:5px;width:4px}.comment-overflow::-webkit-scrollbar-track{background:#dfe0e1;border-radius:5px}.comment-overflow::-webkit-scrollbar-thumb{background:#aeb9cc;border-radius:5px}.comment-overflow::-webkit-scrollbar-thumb:hover{background:#555}.cus-image-wrape.owner-image-wrape{height:100%;max-width:100%}.cus-image-wrape.owner-image-wrape img{height:150px;object-fit:contain;width:190px}.cus-video-wrape.owner-image-wrape{max-width:100%}.cus-video-wrape.owner-image-wrape video{background-size:100% 100%;height:150px;object-fit:contain}.form-group .custom-close-button{position:absolute;right:3px;top:2px}.custom-user-search-box .form-group input{min-width:120px}.custom-close-button .icon-clear{height:16px;width:16px}.form-group .streak-dateclear-icon{margin:5px 0 0 415px;position:absolute}.streak-dateclear-icon .icon-clear{height:16px;width:16px}.reel-type-dropdown{margin-top:9px}.transaction-table-main .table{margin:auto;min-width:100%}.transaction-table-main .table tr:last-child .table-td{padding-bottom:0}.transaction-table-main .table .table-td:first-child,.transaction-table-main .table .table-th:first-child{width:1%}.transaction-table-main .table .table-td:nth-child(2),.transaction-table-main .table .table-th:nth-child(2){width:12%}.transaction-table-main .table .table-td:nth-child(3),.transaction-table-main .table .table-th:nth-child(3){width:20%}.transaction-table-main .table .table-td:nth-child(4),.transaction-table-main .table .table-th:nth-child(4){width:15%}.transaction-table-main .table .table-td:nth-child(5),.transaction-table-main .table .table-th:nth-child(5){width:10%}.transaction-table-main .table .table-td:nth-child(6),.transaction-table-main .table .table-th:nth-child(6){width:8%}.transaction-table-main .table .table-td:nth-child(7),.transaction-table-main .table .table-td:nth-child(8),.transaction-table-main .table .table-th:nth-child(7),.transaction-table-main .table .table-th:nth-child(8){width:10%}.view-crypto-wallet-assets .viewcrypto-table-main .loading-cell{height:100px}.form-control .MuiFormHelperText-root{color:#d32f2f;margin-left:2px}.user-stickers-user-img{border-radius:20%;display:inline-block;height:70px;width:70px}.stickersList-table-main .table{margin:auto;min-width:100%}.stickersList-table-main .table tr:last-child .table-td{padding-bottom:0}.stickersList-table-main .table .table-td:first-child,.stickersList-table-main .table .table-th:first-child{width:5%}.stickersList-table-main .table .table-td:nth-child(2),.stickersList-table-main .table .table-td:nth-child(3),.stickersList-table-main .table .table-td:nth-child(4),.stickersList-table-main .table .table-th:nth-child(2),.stickersList-table-main .table .table-th:nth-child(3),.stickersList-table-main .table .table-th:nth-child(4){width:25%}.stickersList-table-main .table .table-td:nth-child(5),.stickersList-table-main .table .table-th:nth-child(5){width:20%}.modal .image-model-close-icon{color:#fff;position:absolute;right:0;top:0}.modal .image-view-img{display:block;margin:auto;max-height:500px;max-width:500px;padding:30px}.grid-column .follower-details-main{text-align:end}.input-box .date-range-dropdown{margin-top:10px}.swiper-wrapper{margin-left:0}.cus-slider,.image-swiper{height:65px;width:150px}.image-swiper img{cursor:pointer;height:100%;object-fit:contain;width:100%}.cus-view-user-slider,.image-view-user-swiper{height:150px;width:200px}.image-view-user-swiper img{height:100%;object-fit:contain;width:100%}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px}.swiper-button-next,.table-swiper .swiper-button-prev{top:50%}.swiper-rtl .swiper-button-next,.table-swiper .swiper-button-prev{left:-6.8%;right:auto}.swiper-button-next,.swiper-button-prev{color:#cd7171}.swiper-rtl .swiper-button-prev,.table-swiper .swiper-button-next{left:auto;right:-6.7%}.back-btn-box .back-btn{margin-left:12px}.user-details-back-btn{justify-content:end;margin-bottom:10px}.nav,.user-details-back-btn{align-items:center;display:flex}.nav{--color:#000;background:none;height:35px;justify-content:center;position:relative;width:50px}.nav svg{fill:none;stroke:#000;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round}.nav svg use:first-of-type{stroke-dashoffset:221;stroke-dasharray:46 249;opacity:1;transition:stroke-dashoffset .12s linear .2s,stroke-dasharray .12s linear .2s,opacity 0s linear .2s}.nav svg use:nth-of-type(2){animation:stroke-animation-reverse 1.2s ease-out forwards}.nav input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:2}.nav input:checked+svg use:first-of-type{stroke-dashoffset:175;stroke-dasharray:0 295;opacity:0;transition:stroke-dashoffset .07s linear .07s,stroke-dasharray .07s linear .07s,opacity 0s linear .14s}.nav input:checked+svg use:nth-of-type(2){animation:stroke-animation 1.2s ease-out forwards}@keyframes stroke-animation{0%{stroke-dashoffset:295;stroke-dasharray:25 270}50%{stroke-dashoffset:68;stroke-dasharray:59 236}65%{stroke-dashoffset:59;stroke-dasharray:59 236}to{stroke-dashoffset:68;stroke-dasharray:59 236}}@keyframes stroke-animation-reverse{0%{stroke-dashoffset:68;stroke-dasharray:59 236}50%{stroke-dashoffset:290;stroke-dasharray:25 270}65%{stroke-dashoffset:295;stroke-dasharray:25 270}to{stroke-dashoffset:290;stroke-dasharray:25 270}}.fiat-qr-box{display:flex}.other-qr{margin-right:10px}.user-details-flex .qr-title{color:#1e1e1e;font-family:poppins-regular;font-size:14px;line-height:20px;margin-bottom:10px}.qr-main-box{width:167px}.contest-chart .apexcharts-menu-item{font-family:Poppins-Regular;padding:4px}.form-control .MuiFormHelperText-root{margin-bottom:3px}.cus-diamondtick-input-box{margin-bottom:0;min-height:90px}.admin-tabs-main .user-view-tab{margin-right:10px}.user-joined-table .table{margin:0;min-width:900px}.user-joined-table .table .table-td:first-child,.user-joined-table .table .table-th:first-child{width:2%}.user-joined-table .table .table-td:nth-child(2),.user-joined-table .table .table-th:nth-child(2){width:6%}.user-joined-table .table .table-td:nth-child(3),.user-joined-table .table .table-th:nth-child(3){width:3%}.user-joined-table .table .table-td:nth-child(4),.user-joined-table .table .table-th:nth-child(4){width:10%}.user-joined-table .table .table-td:nth-child(5),.user-joined-table .table .table-th:nth-child(5){width:4%}.user-joined-table .table .table-td:nth-child(6),.user-joined-table .table .table-th:nth-child(6){width:3%}.user-joined-table .table .table-td:nth-child(7),.user-joined-table .table .table-td:nth-child(8),.user-joined-table .table .table-th:nth-child(7),.user-joined-table .table .table-th:nth-child(8){width:4%}.user-joined-table .table .table-td:nth-child(9),.user-joined-table .table .table-th:nth-child(9){text-align:center;width:4%}.user-joined-table .table .table-td:nth-child(10),.user-joined-table .table .table-td:nth-child(11),.user-joined-table .table .table-th:nth-child(10),.user-joined-table .table .table-th:nth-child(11){width:4%}.cus-user-name-navigate{color:#01f!important;cursor:pointer}.userdata-btn-flex .diamond-tick-active{color:#d75ccd;height:30px;width:30px}.crypto-token-image{height:40px;width:40px}.crypto-token-image img{height:100%;object-fit:contain;width:100%}.image-modal-wrap{background-color:#fff;height:400px;width:400px}.image-modal-wrap img{padding:20px}.userdata-btn-flex .show-chat-button{padding:3px}.show-analysis-button{height:40px;width:42px}.chat-overflow{height:410px;max-height:410px;overflow-y:scroll}.chat-overflow::-webkit-scrollbar{height:5px;width:4px}.chat-overflow::-webkit-scrollbar-track{background:#dfe0e1;border-radius:5px}.chat-overflow::-webkit-scrollbar-thumb{background:#aeb9cc;border-radius:5px}.chat-overflow::-webkit-scrollbar-thumb:hover{background:#555}.no-comment-box .chat-data-no-found{height:410px;max-height:410px}.chat-image-box{height:55px;min-height:25px;min-width:25px;width:55px}.chat-image-box .chat-image{height:auto;object-fit:contain;width:100%}.user-name-box .chat-user-name{color:#000;font-family:Poppins-Regular;font-size:16px;line-height:21px;margin-bottom:10px}.chat-box-main{height:150px;min-height:100px}.back-btn-box{align-items:center;display:flex;justify-content:end;margin-right:15px}.email-input input{text-transform:lowercase}.text-autosize::-webkit-scrollbar{width:3px}.text-autosize::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:100px}.text-autosize::-webkit-scrollbar-thumb{background-color:#888;border-radius:100px}.text-autosize::-webkit-scrollbar-thumb:hover{background-color:#555;border-radius:100px}.user-post-post-img{cursor:pointer}.resend-opt-text{cursor:pointer;font-weight:700;text-decoration:underline;text-decoration-color:#3e54a0}.resend-text-disabled{cursor:not-allowed}.withdrawal-acton-icon-none{display:none}.withdrawal-acton-icon-show{display:inline-block}.role-permission-error-box{margin-bottom:5px;margin-left:14px}.form-group-editlink{display:flex;flex-direction:row;justify-content:space-between}.form-group-editlink .Link-button-negative{margin-right:5px}.form-group-editlink .Link-button-negative,.form-group-editlink .Link-button-positive{background-color:#a8249f!important;border-radius:3px;color:#fff!important;height:30px;width:30px}.form-group-editlink .form-control-link{width:80%}.Export_Excel_button{background-color:#a8249f!important;height:42px;width:50px}.custom-price-box-main .form-group,.custom-price-box-main .form-group .rank-input{width:100%}.archive-btn-box .archive-icon{cursor:pointer;height:40px;width:40px}.rule-flex-box{display:flex;flex-direction:column}.rule-delete-btn-box{display:flex;justify-content:flex-end;margin-top:24px}.remove-margin{margin:0}.rule-delete-btn-box .delete-icon{fill:#000}.add-role-input{margin-top:22px}.custom-rank-form-group{padding-left:90px}.select-file{align-items:center;background-color:#fff;border:1px solid #d4d9e1;border-radius:4px;color:#333;display:flex;font-family:inter-medium;font-size:12px;justify-content:center;line-height:15px;padding:6.5px 0;text-transform:capitalize;width:100%}.ori-input{cursor:pointer;height:30px;opacity:0;position:absolute;width:100%;z-index:1}.select-position{position:relative}.select-view-document-name{align-items:center;display:flex;flex-wrap:wrap;margin-top:23px;width:100%}.document-name{align-items:center;background:#fff;border-radius:5px;display:flex;margin:0 15px 5px 0;padding:2px 7px}.document-name p{font-family:inter-regular;font-size:12px;line-height:20px}@media screen and (min-width:1600px) and (max-width:1920px){.admin-login-main{margin:auto;max-width:415px;width:100%}}@media screen and (min-width:992px) and (max-width:1199px){.admin-dashboard-inner-box .admin-dash-price{font-size:19px;line-height:21px}}@media screen and (max-width:991px){.upload-img-slider{height:125px}.add-game-row{margin-top:10px}}@media screen and (min-width:768px) and (max-width:991px){.bergur-btn-main{display:block}.body-overflow{overflow:hidden}.admin-sidebar-main{border-radius:0;height:100vh;left:-500px;position:fixed;top:0;transition:all .5s;z-index:9999}.admin-sidebar-main.active{left:0}.close-icon{display:block;height:23px;object-fit:contain;width:23px}.admin-sidebar-logo-main{display:flex;justify-content:flex-end;padding:9px 0 0}.bergur-btn-main .admin-bergur-button{min-width:max-content}.dashboard-left-main{flex:0 1;max-width:0;width:0}.dashboard-right-main{margin-left:0}.dashboard-containt-main{margin-left:0;margin-top:130px;padding:0 0 24px}.dashboard-content .admin-page-title{font-size:21px;line-height:23px}.dashboard-content .admin-page-para{font-size:14px;line-height:23px}.admin-login-left-main{display:none}.admin-login-right-main{flex:0 0 100%;max-width:100%;width:100%}.login-left-bg{display:none}.admin-login-box{padding:50px 15px 100px}.dashboard-graph{min-width:100%}.change-pass-main{max-width:100%}.userlist-btn-flex .from-input{width:100%}}@media (max-width:767px){.bergur-btn-main .admin-bergur-button{min-width:max-content}.admin-header-main{padding:10px}.dashboard-containt-main{margin-left:0;margin-top:100px;padding:10px 0 24px}.admin-dashboard-inner-box{max-width:100%}.dashboard-content .admin-page-title{font-size:20px}.admin-dashboard-inner-box .admin-dash-price{font-size:17px;line-height:23px}.dash-icons{height:100%;max-width:120px;width:100%}.admin-login-left-main{display:none}.admin-login-right-main{flex:0 0 100%;max-width:100%;width:100%}.admin-login-box{padding:50px 15px 100px}.login-left-bg{display:none}.add-user-input .form-control-textarea{min-width:100%}.user-btn-flex{margin-top:10px}.user-list-flex,.userlist-btn-flex{align-items:flex-start;flex-direction:column;margin-bottom:15px;width:100%}.user-list-inner-flex{justify-content:flex-end;width:100%}.add-money-popup{float:right}.export-btn-main .export-btn,.export-btn-main .export-btn:hover{margin-right:0;min-width:150px}.adduser-btn-main .adduser-btn,.adduser-btn-main .adduser-btn:hover{min-width:150px}.dashboard-content .user-list-page-title{margin-bottom:20px}.user-search-box{margin-bottom:15px;margin-right:0}.user-search-main{width:100%}.userlist-btn-flex .from-input{margin-right:10px;width:100%}.bergurmenu-icon{display:block;height:20px;object-fit:contain;width:20px}.admin-header-icon-box{margin-right:15px}.admin-header-row .bergur-button{min-width:37px;padding:0}.dashboard-left-main{flex:0 1;max-width:0;width:0}.dashboard-right-main{margin-left:0}.admin-sidebar-logo-main{display:flex;justify-content:flex-end;padding:9px 0 0}.close-icon{height:23px;object-fit:contain;width:23px}.bergur-btn-main,.close-icon{display:block}.admin-sidebar-main.active{left:0}.admin-sidebar-main{border-radius:0;height:100vh;left:-500px;overflow:auto;position:fixed;top:0;transition:all .5s;z-index:9999}.password-input-box .MuiOutlinedInput-input{padding:9.5px 12px}.dashboard-graph{height:200px;min-width:100%}.filter-main .MuiDrawer-paper{max-width:300px;min-width:300px}.filter-main{align-items:flex-end;display:flex;justify-content:flex-end;margin-bottom:14px;order:1;width:100%}.admin-header-search{display:none}.page-table-main .table-td{font-size:12px;line-height:16px}.modal .modal-inner{max-width:335px}.admin-dash-box{padding:5px}.filter-checkbox-main .checkbox-lable{margin-bottom:10px;width:100%}.admin-dashboard-inner-box .admin-dash-text{font-size:14px;line-height:17px}.upload-profile-img{height:60px;width:60px}.add-user-input{margin-bottom:10px}.admin-tabs-main .admin-tab{min-height:30px}.change-pass-main{max-width:100%}.body-overflow{overflow:hidden}.dashboard-content .admin-page-title{font-size:19px;line-height:25px}.dashboard-content .admin-page-para{font-size:12px;line-height:20px}.admin-page-title-main{margin-bottom:10px}.cms-input-box{margin:10px 0}.admin-header-main.active .admin-sidebar-logo{display:block;height:35px;margin-left:10px;opacity:1;order:1}.admin-header-main.admin-header-deactive .admin-sidebar-logo{height:35px;margin-left:10px;opacity:1}.admin-header-main{left:0}.admin-header-deactive .admin-header-logo-main{flex-direction:row-reverse}.header-sidebar-logo{order:2}.owner-detail-wrap .mini-card{align-items:center!important;border-right:0!important;border-top:1px solid #9852b5;display:flex!important;justify-content:center!important}.owner-detail-wrap{flex-direction:column}.from-input{width:100%}.main-terms .terms-header{padding:20px 0}.main-terms .terms-body{padding:20px 0 30px}.main-terms .terms-header .terms-header-title{font-size:24px;line-height:30px}.main-terms .terms-body h4{font-weight:500}.main-privacy .privacy-header{padding:20px 0}.main-privacy .privacy-body{padding:20px 0 30px}.main-privacy .privacy-header .privacy-header-title{font-size:24px;line-height:30px}.main-privacy .privacy-body h4{font-weight:500}}.admin-dash-box .postList-table-main .table{min-width:900px}.postList-table-main .table tr:last-child .table-td{padding-bottom:10px}.postList-table-main .table .table-td:first-child,.postList-table-main .table .table-th:first-child{width:4%}.postList-table-main .table .table-td:nth-child(2),.postList-table-main .table .table-td:nth-child(3),.postList-table-main .table .table-td:nth-child(4),.postList-table-main .table .table-th:nth-child(2),.postList-table-main .table .table-th:nth-child(3),.postList-table-main .table .table-th:nth-child(4){width:20%}.postList-table-main .table .table-td:nth-child(5),.postList-table-main .table .table-td:nth-child(6),.postList-table-main .table .table-th:nth-child(5),.postList-table-main .table .table-th:nth-child(6){width:15%}.postList-table-main .table .table-td:nth-child(7),.postList-table-main .table .table-td:nth-child(8),.postList-table-main .table .table-th:nth-child(7),.postList-table-main .table .table-th:nth-child(8){width:10%}.postList-table-main .table-container{box-shadow:none;max-width:100vw;overflow:auto}.postList-table-main .table .table-td:first-child{padding-left:10px}.table .cus-table-head{background-color:#d75ccd;padding-top:10px;position:sticky;top:0;z-index:8}.user-detail-section{border:1px solid #9852b5;border-radius:10px;display:flex;overflow:hidden;width:100%}.left-wrape{border-right:1px solid #9852b5;height:100%;width:100%}img{height:auto;max-width:100%}.profile-wrape{background:linear-gradient(45deg,#9b3ea0,#0000);height:150px;position:relative;width:100%}.profile-wrape .image-wrape{border:6px solid #9852b5;border-radius:50%;bottom:-40px;height:80px;left:50%;margin-left:-40px;overflow:hidden;position:absolute;width:80px}.image-wrape img,.profile-wrape .image-wrape img{transform:scale(1.15)}.image-wrape img{height:80px;width:80px}.detail{padding:60px 15px}.detail label{color:0;display:block;font-size:15px;font-weight:700;margin-bottom:5px;width:max-content}.detail label,.detail p{font-family:Poppins-Regular;line-height:15px}.detail p{color:#1e1e1e;font-size:13px;margin-bottom:15px}.right-wrape{display:flex;flex-wrap:wrap;width:100%}.owner-detail-wrap .mini-card{align-items:center;border-right:1px solid #9852b5;cursor:pointer;display:flex;flex-basis:inherit;height:auto;justify-content:center;justify-content:flex-start;margin:0;max-width:inherit;padding:20px 15px 16px 16px;width:100%}.stat-section .icon-wrape{border:1px solid #9852b5;border-radius:4px;height:48px;margin-right:10px;overflow:hidden;padding:5px;width:48px}.mini-card .owner-image-wrape{height:135px;max-width:233px;overflow:hidden;width:100%}.stat-section{border-bottom:1px solid #9852b5;display:flex;max-height:105px;width:100%}.owener-detail{border-bottom:0;flex-direction:column;padding:10px}.profile-detail{align-items:flex-start;display:flex;justify-content:space-between;padding:0}.profile-detail .post-description{margin-left:10px;text-align:left;width:360px;word-break:break-word}.owner-detail-wrap{border-bottom:1px solid #9852b5;display:flex;height:fit-content;width:100%}.table-wrape{width:100%}.barge-common-box{background-color:#f0f3f8;border:1px solid #dfe0e1;border-radius:10px;margin:10px;padding:20px}.table-wrape .barge-common-box{padding:15px}.table-wrape .title-header-flex{align-items:center}.user-detail-popup .title-main .page-title{color:#003d90;font-family:inter-bold;font-size:19px;line-height:20px;white-space:nowrap}.admin-dash-box .like-table-main .table{max-width:100%;width:100%}.like-table-main .table tr:last-child .table-td{padding-bottom:0}.like-table-main .table .table-td:first-child,.like-table-main .table .table-td:nth-child(2),.like-table-main .table .table-td:nth-child(3),.like-table-main .table .table-td:nth-child(4),.like-table-main .table .table-td:nth-child(5),.like-table-main .table .table-td:nth-child(6),.like-table-main .table .table-th:first-child,.like-table-main .table .table-th:nth-child(2),.like-table-main .table .table-th:nth-child(3),.like-table-main .table .table-th:nth-child(4),.like-table-main .table .table-th:nth-child(5),.like-table-main .table .table-th:nth-child(6){width:15%}.like-table-main .table-container{box-shadow:none;max-width:100vw;overflow:auto}.like-table-main .table-th{border-bottom:1px solid #9852b5;font-family:Poppins-Regular;font-size:14px;line-height:20px;text-align:left}.like-table-main .table .table-td:first-child{padding-left:10px}.title-main .page-title{font-weight:700;line-height:28px}.user-post-user-img{border-radius:50%;cursor:pointer;display:inline-block;height:50px;width:50px}.admin-page-title-main .tittle-like-costam{color:#8b17af;font-family:Poppins-Regular;font-size:20px;line-height:25px;margin-bottom:0}.external-tab-box{margin-left:7px}.pagination-costom{margin-bottom:5px}.comment-box-wrap{display:flex;gap:10px;width:100%}.comment-box{background-color:#e3e3e3;border-radius:6px;margin-bottom:15px;padding:10px 20px;width:100%}.comment-box .user-name-box{display:flex;justify-content:space-between}.user-name-box .user-name{font-family:Poppins-Regular;font-size:15px;font-weight:700}.user-name-box .comment-date-text{font-family:Poppins-Regular;font-size:11px}.comment-box .comment-text{font-size:13px;line-height:20px;word-break:break-word}.comment-box .comment-text,.no-comment-box{font-family:Poppins-Regular;text-align:left}.no-comment-box{background-color:#fff;border-bottom:0;color:#000;font-size:12px;line-height:18px;padding:10px 10px 10px 0}.no-record{min-height:150px}.no-comment-box .table-data-not-found,.no-record{align-items:center;display:flex;justify-content:center}.no-comment-box .table-data-not-found{color:gray;font-family:Poppins-Regular;font-size:14px;font-weight:500;min-height:325px;text-align:center}.rdrCalendarWrapper{background:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{color:inherit;flex:1 1;text-align:center;width:0}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;flex-basis:14.28571%;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;right:.25em;top:0}.rdrDay{box-sizing:inherit;cursor:pointer;font:inherit;position:relative;width:14.28571%}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid #0000;border-radius:4px;box-shadow:0 1px 2px 0 #23394236}.rdrDateDisplayItem input{background:#0000;border:0;color:#849095;cursor:pointer;height:2.5em;line-height:2.5em;width:100%}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#0000;background:url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;background-position:right 8px center;border:0;border-radius:4px;color:#3e484f;cursor:pointer;outline:0;padding:10px 30px 10px 10px;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;display:block;height:24px;margin:0 .833em;padding:0;width:24px}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{border-style:solid;display:block;height:0;margin:auto;padding:0;text-align:center;transform:translate(-3px);width:0}.rdrPprevButton i{border-color:#0000 #34495e #0000 #0000;border-width:4px 6px 4px 4px;transform:translate(-3px)}.rdrNextButton i{border-color:#0000 #0000 #0000 #34495e;border-width:4px 4px 4px 6px;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{background:#0000;border:0;color:#1d2429;height:3em;line-height:3em;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDay:focus{outline:0}.rdrDayNumber{align-items:center;bottom:0;bottom:5px;display:flex;font-weight:300;justify-content:center;left:0;outline:0;position:absolute;right:0;top:0;top:5px}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{background:#3d91ff;border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:18px}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:#ffffffd9}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;bottom:5px;left:0;position:absolute;right:0;top:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrEndEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-bottom-left-radius:1.333em;border-left-width:1px;border-top-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:#ffffff17;border:0 solid;bottom:3px;left:0;pointer-events:none;position:absolute;right:0;top:3px;z-index:1}.rdrDayStartPreview{border-bottom-left-radius:1.333em;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-top-width:1px;left:0}.rdrDayInPreview{border-bottom-width:1px;border-top-width:1px}.rdrDayEndPreview{border-bottom-right-radius:1.333em;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-top-width:1px;right:2px;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;font-size:12px;width:226px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{background:#fff;border:0;border-bottom:1px solid #eff2f7;cursor:pointer;display:block;outline:0;padding:0}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;line-height:18px;outline:0;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{border:1px solid #dee7eb;border-radius:4px;color:#6c767a;height:30px;line-height:30px;margin-right:10px;text-align:center;width:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;color:#333;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{background:#0000;border:1px solid;border-radius:1.333em;bottom:-2px;content:"";left:0;position:absolute;right:0;top:-2px}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{color:#849095;font-weight:600;padding:.833em;text-align:left}
/*# sourceMappingURL=main.6b437169.css.map*/