.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}: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)}}.hero-section{overflow:hidden}.hero_img{background-blend-mode:screen;height:1000px;left:40%;mix-blend-mode:screen;pointer-events:none;position:absolute;top:40%;transform:translateY(-50%);width:1000px}.hero_img img{left:0;position:absolute;top:0}.globe_img{left:20px!important;width:100%}.globe_ring{width:100%;z-index:1}.globe_logo{width:100%;z-index:2;z-index:9}.rrotate_1{animation:loader 40s ease-in infinite alternate;animation-direction:alternate}@keyframes loader{0%{rotate:0deg}to{rotate:180deg}}.rrotate_2{animation:loader2 40s ease-in infinite alternate;animation-direction:alternate-reverse}@keyframes loader2{0%{rotate:0deg}to{rotate:180deg}}.rrotate_3{animation:crescendo 80s ease-in infinite alternate}@keyframes crescendo{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@media (min-width:1441px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1410px}}.hero-section h5{font-size:30px;font-weight:400}.gg_user{margin-top:35px}.text-capitalize{font-size:49px;text-transform:capitalize!important}.gg_user h5{color:#8f45ed;font-size:23px;margin-bottom:7px}.gg_user h5 small{color:#b7b4bb;font-size:14px;font-weight:400}html[data-theme=light] .gg_user h5 small{color:#333}.reg_claim{background:#fff;border-radius:20px;margin-top:26px;max-width:600px;padding:14px 25px}.reg_txt p{margin-bottom:2px}.reg_txt h5{color:#eb5621;font-size:24px}.reg_data{align-items:center;display:flex;justify-content:space-between}.banner_sec{margin-top:-100px;position:relative;z-index:2}.img_banner_slider .slick-dots{bottom:-30px}.img_banner_slider{padding-bottom:65px}.img_banner_slider .slidess img{border-radius:15px;overflow:hidden}.announsement_bar{align-items:center;display:flex;font-size:14px;margin-bottom:40px}.announsement_bar i{color:#154620;font-size:24px;margin-right:10px}html[data-theme=dark] .announsement_bar i{color:#fecb22}@media (max-width:991px){.gg_user h5{font-size:16px}.navbar-expand-lg .navbar-nav .nav-link{font-size:20px;font-weight:600}.navbar-expand-lg .navbar-nav{border:0;border-radius:0;padding:20px 5px}.navbar-expand-lg .navbar-nav .nav-link{color:#fff;font-size:17px;font-weight:500;padding:14px 21px!important;text-align:left;text-transform:inherit}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;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-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,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{-webkit-backface-visibility:hidden;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,.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{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.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-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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,swiper-container: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-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,:host(.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}#TVChartContainer{height:100%;width:100%}#TVChartContainer>*{width:100%}.spot-container{color:var(--white-color)}@media (min-width:1920px){.trade_body .fluid-header{padding:4px 0}}@media (max-width:1499px){.trade_body .fluid-header{padding:5px 15px}}.price_item_value .td_div img{margin-right:5px!important;width:20px}.trade-wrapper{padding-top:10px!important}.spot-container-main{display:flex;flex:1 1;flex-direction:column}.spot-container-main .top{display:flex}.trade_row{margin:0}.trade_col{padding:0 5px;width:100%}.spot-container-main .top-left{flex-grow:1}.spot-container-main .top-right{width:380px}div#TVChartContainer,div#TVChartContainer *{border-radius:10px;overflow:hidden}.container-chart-briefing{align-items:center;display:flex;height:80px;justify-content:flex-start;padding:20px;position:relative;width:100%}.spotLists,.trade_card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c1c2e;border:1px solid #ffffff12;border-radius:10px;overflow:hidden;position:relative}html[data-theme=light] .spotLists,html[data-theme=light] .trade_card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff;border:1px solid #7878781a}.container-chart-briefing-info{align-items:center;display:flex;flex-direction:row;flex-grow:1;font-size:12px;justify-content:space-between;text-align:left}dd,dl,dt{display:block;font-weight:500;line-height:1.5;list-style:none;margin:0;padding:0}.container-chart-briefing h2{align-items:center;color:#fff;cursor:pointer;display:flex;justify-content:center;padding-right:20px}.container-chart-briefing h2,.container-chart-briefing-info dd.big,.container-chart-briefing-info dt.big{font-size:18px;font-weight:700}.container-chart-briefing-info dd.green,.container-chart-briefing-info dt.green{color:var(--bs-green)!important}.container-chart-briefing .displayName>span{padding-right:10px}.trade-wrapper .btn{justify-content:center}dd{font-weight:600}.tv-chart{height:507px;width:100%}.card_title{color:currentColor;font-size:16px;font-weight:600;padding-bottom:1rem;text-align:center}.trade_tabs{padding:10px}.trade_card_body.single-widget ul li a{font-size:14PX}.price_card_head{align-items:center;border-bottom:1px solid #2b2f39;display:flex;font-size:11px;height:30px;justify-content:space-between;line-height:12px;line-height:30px;opacity:.7}.price_card_body::-webkit-scrollbar,.scroll_y::-webkit-scrollbar{background-color:initial;width:3px}.price_card_body::-webkit-scrollbar-thumb,.scroll_y::-webkit-scrollbar-thumb{background:#6a6a6a36;border-radius:3px}.price_item_value{border-bottom:1px solid #ffffff14;display:flex;font-weight:500;justify-content:space-between;padding:7px 0;position:relative;width:100%;z-index:1}.price_item_value:hover{background:#ffffff14}html[data-theme=light] .trade-wrapper{background-color:#f5f5f55e}html[data-theme=light] .price_item_value{border-color:#58585814}.price_item_value span{display:block;font-size:11px}.price_item_value span.text-danger,.price_item_value span.text-green{font-weight:600}.price_card_head>div:first-child,.price_item_value span:first-child{display:block;padding-left:10px;width:33.33333%}.price_card_head>div:nth-child(2),.price_item_value span:nth-child(2){display:block;text-align:center;width:33.33333%}.price_card_head>div:last-child,.price_item_value span:last-child{display:block;font-weight:500;padding-right:10px;text-align:right;width:33.33333%}.price_item_value:last-child{border:0}.live_ppc{font-weight:500;line-height:1;padding:1rem 0}.price_card_body.price_card_body_full,.scroll_y{height:450px;overflow-x:hidden;overflow-y:auto}.buy_sell_row_price .scroll_y{height:200px}.buy_sell_row_price #buy_orders .scroll_y,.buy_sell_row_price #sell_orders .scroll_y{height:435.5px}.buysell_card{height:533px}.spot-container-right-right{flex:0 0 300px;max-width:300px}.scroll_y_mt{height:322px}.order-4{margin:0}.trade_chart .form-select-sm{padding:7px 13px!important}.buysellform>p{font-size:14px;margin:7px 0 11px}.btn-mini{font-size:13px!important;font-weight:600;padding:10px}.buy_sell_cards ul.nav.custom-tabs{align-items:center;-webkit-backdrop-filter:initial!important;backdrop-filter:none!important;background:#0000!important;box-shadow:none!important;display:flex;justify-content:center;padding:0;width:100%}.buy_sell_cards ul.nav.custom-tabs.nav_order li{flex:1 1 auto;text-align:center}.buy_sell_cards ul.nav.custom-tabs li a{background-color:#ffffff1a;border-radius:40px;color:#fff;display:block;font-size:12px;font-weight:500;margin:0 3px;padding:4px 6px;text-align:center}.buy_sell_cards ul.nav.custom-tabs li a.active{background:var(--custom-btn-bg-color)!important;color:#000!important;opacity:1!important}html[data-theme=dark] .buy_sell_cards ul.nav.custom-tabs li a.active{color:#000!important}html[data-theme=light] .buy_sell_cards ul.nav.custom-tabs li a{background-color:#f1f4f4;color:#000000bf}.custom-tabs li.buy-tab a:hover,.custom-tabs li.sell-tab a:hover{color:#ffffffbf}.custom-tabs li.buy-tab a.active,.custom-tabs li.buy-tab a:active{background-color:var(--bs-green)!important;color:#fff!important}.custom-tabs li.sell-tab a.active,.custom-tabs li.sell-tab a:active{background-color:#fe535b!important;color:#fff!important}.custom-tabs li.buysell-tab a.active{background-color:var(--bs-green)!important;color:#000!important}.spot-deal-warp{margin-top:25px}.spot .input-group{background:#0000;border-radius:40px;overflow:hidden}.spot .input-group>span{text-align:center!important}.spot .input-group>span small{margin:0 auto;text-align:center}.input-group-text{background:#0000;border:0;border-radius:0;color:currentColor;font-weight:500;line-height:1.2;min-width:76px}.input-group-text small{font-size:75%}.spot .form-control,.spot select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#2f2f39;background:#ffffff17;border:1px solid #ffffff1c;border-radius:3px!important;border-radius:50px!important;color:currentColor;color:#fff;min-width:0;min-width:auto;padding:7px 18px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}html[data-theme=light] .spot .form-control{background-color:initial}.form-control:focus{box-shadow:none}.btn-group.btn-group-mini{align-items:center;background:#0000;border:0;border-radius:0!important;display:flex;gap:5px;justify-content:space-between;margin-left:auto!important;width:100%}.btn-group.btn-group-mini *{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff0;border:1px solid #ffffff1a;border-radius:40px!important;box-shadow:none!important;color:#fff;display:grid;font-size:12px;font-weight:500;height:36px;line-height:36px;margin:0 auto!important;min-height:auto;min-width:36px;opacity:1;padding:0;text-align:center;transition:0s;width:-webkit-fill-available}html[data-theme=light] .btn-group.btn-group-mini *{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ababab1f;border:1px solid #eaeff4;color:#000}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:none!important}.btn-group.btn-group-mini :focus{background:#0000}.btn-dark{background:#ffffff26}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:non;color:#fff;color:var(--bs-btn-color)}.data-buy .btn-group.btn-group-mini .btn-check:checked+.btn-outline-success,.data-buy .btn-group.btn-group-mini .btn-outline-success:hover,.data-sell .btn-group.btn-group-mini .btn-check:checked+.btn-outline-danger,.data-sell .btn-group.btn-group-mini .btn-outline-danger:hover{background:#000;border-color:#000;color:#fff}html[data-theme=dark] .data-buy .btn-group.btn-group-mini .btn-check:checked+.btn-outline-success,html[data-theme=dark] .data-buy .btn-group.btn-group-mini .btn-outline-success:hover,html[data-theme=dark] .data-sell .btn-group.btn-group-mini .btn-check:checked+.btn-outline-danger,html[data-theme=dark] .data-sell .btn-group.btn-group-mini .btn-outline-danger:hover{background:#fff!important;border-color:#fff!important;color:#000!important}.trade-wrapper .nice-select,.trade-wrapper select{background:#ffffff1a;border-radius:50px;box-shadow:0 0 0 1px #6a6a6a36;color:var(--white-color);height:44px;padding:0 16px;width:100%}html[data-theme=light] .trade-wrapper .nice-select,html[data-theme=light] .trade-wrapper select{background:#f5f5f5;box-shadow:0 0 0 1px #6a6a6a17}.trade-wrapper .nice-select *,.trade-wrapper select *{background:#000;color:#fff!important}html[data-theme=light] .trade-wrapper .nice-select *,html[data-theme=light] .trade-wrapper select *{background:#fff;color:#333!important}.num-select,.num-select:focus{color:#fff!important}.btn-block,small.note{display:block}small.note{font-size:74%;line-height:1.2;margin:18px 12px 0;text-align:center}.buy_sell_cards button{margin:1.5rem 0 1rem}.trade_assets{margin-top:1rem}.trade_assets .product-owner{border-bottom:1px solid #2f2f39;padding:.5rem 0}.trade_assets .product-owner:last-child{border-bottom:0}html[data-theme=light] .trade_assets .product-owner{border-color:#0000000d}.trade_card table.table,.trade_card tbody tr:hover{background-color:initial!important}.form-select-sm{height:auto!important;padding:9px 6px!important}.trade_card .table>:not(caption)>*>*{font-size:12px;font-weight:500;line-height:1.5!important;padding:.5rem;vertical-align:middle}.trade_card .table>.btn{margin:0}.spot-container-main .bottom{display:flex;flex:1 1;min-height:500px}.bottom-left{width:calc(100% - 380px)}.bottom-right{width:380px}ul.nav.custom-tabs.order_his_tabs li{max-width:-webkit-fill-available;padding:0;width:auto}ul.nav.custom-tabs.order_his_tabs{justify-content:flex-start}ul.nav.custom-tabs.order_his_tabs li a{height:auto!important;line-height:1;padding:8px 13px}.ant-list-item{cursor:pointer;display:flex;height:42px;padding:5px 16px}.rankItem{height:27px;line-height:12px;width:144px}.spotLists{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9px;box-shadow:0 4px 12px #0000001a;display:none;left:12px;max-width:calc(100% - 12px);min-height:360px;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;top:141px;width:360px;z-index:111111}.show_spot,.spotLists.active{display:block!important}.spotList .scroll_y{height:357px}.spot-list{background:#1f252a;left:0;min-height:100%;position:absolute;top:0;width:360px}.spot-list-search{align-items:center;display:flex;justify-content:space-between;padding:0 10px 10px;position:relative}.spot-list-search .ivu-input{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:40px;display:flex;justify-content:flex-start;padding:0 12px;width:100%}html[data-theme=light] .spot-list-search .ivu-input{background:#f1f4f4;border:1px solid #f1f4f4}.container-chart-briefing-info h6{font-size:16px}.spot-list-search i{margin-right:14px}.spot-list-search .ivu-input input{background:#0000;border:0;color:var(--white-color);font-size:14px;outline:0!important;padding:6px 3px;width:100%}.price_card{padding:0}.price_card .price_card_head{padding:0 0 0 10px}.price_card_body{padding:0 10px}.price_card_body.scroll_y{padding-left:0;padding-right:0}.price_item_value .ri-xl{font-size:116%}.spot-list-search .ivu-input::placeholder{color:#fff}html[data-theme=light] .container-chart-briefing .spotList{background:#fff;box-shadow:0 4px 12px #0000001a}.trade-wrapper .favouriteData{font-size:300%;padding:5% 0;text-align:center}html[data-theme=dark] .trade-wrapper .favouriteData p{color:#fff}.scroll_y .favouriteData{height:100%}.mrkt_trde_tab{align-items:center;background:#2e2e3e;display:flex;font-size:13px;justify-content:space-between;margin:0;padding:8px}.trade-wrapper .text-success{color:var(--bs-green)!important}html[data-theme=light] .mrkt_trde_tab{background:#f5f5f5}.buysellform .input-group{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff0;border:1px solid #ffffff1a;border-radius:50px;display:flex;padding:0 20px}html[data-theme=light] .buysellform .input-group{background:#f5f5f5;border:1px solid #eaeff4}.buysellform .input-group .form-control{-webkit-backdrop-filter:initial!important;backdrop-filter:none!important;background:#0000;border:0;border-radius:0!important;font-size:15px!important;padding-left:0;padding-right:0}.buysellform .input-group .input-group-text,.buysellform .input-group .input-group-text *{display:block;margin:0;padding:0;text-align:right!important}.buy_sell_row.buy_sell_cards ul.nav.custom-tabs li a{border-radius:3px;line-height:1;margin:0 3px 0 0;opacity:.4;padding:3px}.buy_sell_row.buy_sell_cards ul.nav.custom-tabs li{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.buy_sell_row.buy_sell_cards ul.nav.custom-tabs{justify-content:end}.buy_sell_row h6{font-size:12px}.buy_sell_row{border-bottom:1px solid #ffffff1a;margin-bottom:10px;padding:10px}html[data-theme=light] .buy_sell_row{border-bottom:1px solid #d2e4ff}.actv_data p,.actv_data span{font-size:13px}.trade-wrapper .row{margin-left:-5px;margin-right:-5px}.trade-wrapper .mb-1{margin-bottom:5px!important}.num-select{background:#0000!important;border:0!important;box-shadow:none!important;font-size:13px;height:-moz-fit-content!important;height:-webkit-fit-content!important;height:fit-content!important;line-height:1.1;min-width:-webkit-min-content!important;min-width:min-content!important;outline:0!important;padding:0!important;text-align:right;width:32px!important}.num-select *{color:currentColor;max-width:none!important}html[data-theme=light] .num-select *{color:#fff!important}.num-div{align-items:center;display:flex;justify-content:flex-end}.num-div:after{color:#fff;content:"\ea4d";font-family:remixicon!important;font-size:17px;font-style:normal;line-height:1}html[data-theme=light] .num-div:after{color:#333}html[data-theme=light] .num-div{background:#fff;color:#333!important}html[data-theme=light] .num-div select{color:#333!important}.actv_sorting strong{font-weight:500}.price_item_value.active{background:#ffffff14}html[data-theme=light] .price_item_value.active{background:#0000000d}.trade_card.p-3{padding:11px!important}.mt_tr_pr{align-items:center;display:flex;justify-content:flex-start}.mt_tr_pr .headline_bigName__dspVW i.faaa{cursor:pointer;font-size:20px;font-weight:100;margin-left:6px;opacity:.8}.mt_tr_pr .headline_bigName__dspVW i.ri-menu-add-line:hover{opacity:1}.spot-container{max-width:1520px}.treade_card_header{align-items:center;border-bottom:1px solid #2b2f39;display:flex;flex-shrink:0;padding-inline-start:5px}html[data-theme=light] .price_card_head,html[data-theme=light] .treade_card_header{border-bottom:1px solid #f7f7f7;opacity:1}.card_header_title{cursor:pointer;font-size:14px;font-weight:600;height:38px;line-height:38px;padding:0 10px;position:relative}.card_header_title:before{background-color:#7ed375;border-radius:2px;bottom:0;content:" ";height:2px;left:50%;opacity:0;position:absolute;transform:translateX(-50%) scaleX(.5);transition:all .16s ease-in;width:16px}.card_header_title.active{color:#7ed375}html[data-theme=light] .card_header_title.active{color:#000}.card_header_title.active:before{opacity:1;transform:translateX(-50%) scaleX(1)}.nav.custom-tabs.nav_order{width:auto!important}.trade_tabs.buy_sell_cards.buy_sell_row.d-flex-between{align-items:center;border:0;display:flex;height:26px;justify-content:space-between;margin:0;padding:7px 5px 0 10px}.buy_sell_row.buy_sell_cards ul.nav.custom-tabs li a{background:#0000!important}.buy_sell_row.buy_sell_cards ul.nav.custom-tabs li a.active{background:#ffffff45!important}html[data-theme=light] .buy_sell_row.buy_sell_cards ul.nav.custom-tabs li a.active{background:#e9e9e9!important}html[data-theme=light] .price_card_head{border-color:#00000012}.scroll_y_hidden{overflow:hidden}.headline_left__lBBPY{align-items:center;display:flex}.headline_left__lBBPY .headline_symbolName__KfmIZ{margin-right:19px;white-space:nowrap}.headline_bigName__dspVW{align-items:center;display:flex;margin-inline-end:10px}.headline_bigName__dspVW,.headline_bigName__dspVW h1{font-size:14px!important;font-weight:700;line-height:20px}.headline_bigName__dspVW h1{margin:0}.headline_etfDisplay__P4Hdv{align-items:center;display:flex;font-size:10px;font-weight:600;line-height:14px;margin-inline-end:10px;opacity:.7}.headline_leftItem__7BFYq{font-weight:400;font-weight:600;margin-inline-end:15px}.headline_latestPrice__AYXu0 .headline_title__x1csO{font-size:14px}.scroll-subtabs_scrollSubInfo__T5nZF{flex:1 1;margin-inline-start:30px;position:relative;width:0}.scroll-subtabs_tabs__Prom8{display:flex;flex-flow:row nowrap;overflow:hidden;position:relative}.scroll-subtabs_subMarketWrap__XVmHp{overflow:auto hidden;scroll-behavior:smooth;scrollbar-width:none;white-space:nowrap}.headline_extendInfoWrapper__dooIS,.headline_left__lBBPY,.headline_wrapper__BKn9L{align-items:center;display:flex}.headline_leftItem__7BFYq{font-size:12px;line-height:20px;margin-inline-end:60px;white-space:nowrap}.headline_withBorder__a6ZD2{border-bottom:1px dashed #0000;opacity:.7}.buysell_heder{padding:14px!important}.buysell_heder .custom-tabs{display:flex;overflow:hidden;padding:0;width:100%}html[data-theme=light] .buysell_heder .custom-tabs{background:#f5f5f5}.buysell_heder .custom-tabs li{width:50%}.buysell_heder .custom-tabs li a{border-radius:50px;color:currentColor!important;font-size:14px;padding:4px 0;text-align:center;transition:none 0s ease 0s!important;transition:initial!important;width:100%}.actions_balance__kTHO0{align-items:center;display:flex;font-size:13px;justify-content:space-between;margin-bottom:12px;min-height:28px}.actions_primaryText__ufKT0{margin-right:10px;opacity:.7}html[data-theme=light] .actions_primaryText__ufKT0{opacity:1}html[data-theme=light] .actions_balance__kTHO0 .text-muted{color:#3b3d3e!important}a.actions_deposit__Ydutk{color:var(--bs-green);font-size:125%;line-height:1;margin-left:10px}.buysellform .form-group label{display:block;font-size:13px;margin-bottom:4px;opacity:.7}html[data-theme=light] .buysellform .form-group label{opacity:1}.order-btns .btn-mini{line-height:1;margin:5px 0;min-height:36px}@media screen and (max-width:767px) and (min-width:320px){.trade-wrapper{overflow-x:hidden;padding-top:0!important}.select_mini{font-size:14px;height:auto!important;min-width:0!important;min-width:auto!important;padding:5px 11px!important}.container-chart-briefing .spotList{background:#22242c;left:0;top:62px}.container-chart-briefing{height:auto;padding:15px 15px 0}.spot-container,.spot-container-main .top{flex-direction:column}.wm-50{flex:0 0 auto;margin-bottom:17px;width:50%}.container-chart-briefing-info{flex-wrap:wrap;justify-content:normal;width:100%}.container-chart-briefing h2{justify-content:flex-start}.spot-container-main .bottom{flex-direction:column;min-height:0;min-height:auto}.bottom-left{margin-bottom:20px;width:100%}.bottom-right{width:100%}.spot-container-right-right{flex:auto;max-width:100%}.trade_card{padding:0}ul.nav.custom-tabs.order_his_tabs li a{font-size:12px;line-height:1;padding:8px 13px}.buy_sell_row.buy_sell_cards ul.nav.custom-tabs li a{margin:0 3px 0 0;padding:0}.buy_sell_row.buy_sell_cards ul.nav.custom-tabs li a.active{background:#0000!important}}@media screen and (max-width:991px) and (min-width:768px){.spot-container,.spot-container-main .top{flex-direction:column}.wm-50{flex:0 0 auto;margin-bottom:17px;width:33.3333333%}.container-chart-briefing-info{flex-wrap:wrap;justify-content:normal;width:100%}.container-chart-briefing h2{justify-content:flex-start}.spot-container-main .bottom{flex-direction:column;min-height:0;min-height:auto}.bottom-left{margin-bottom:20px;width:100%}.bottom-right,.spot-container-main .top-right{width:100%}.spot-container-right-right{flex:auto;max-width:100%}ul.nav.custom-tabs.order_his_tabs li a{font-size:14px;padding:7px 20px}.container-chart-briefing{height:auto;padding-bottom:10px}.trade-wrapper.spot{margin-left:auto;margin-right:auto;max-width:650px}}@media screen and (max-width:1299px) and (min-width:992px){.spot-container{flex-direction:column}.spot-container-right-right{display:flex;flex:auto;max-width:100%}section.pb-90.account_sec{padding-bottom:0}}@media screen and (max-width:1600px) and (min-width:1200px){.spot-container .col-xxl-2{flex:0 0 auto;width:24%}.spot-container .col-xxl-4{flex:0 0 auto;width:48%}.spot-container .col-xxl-8{flex:0 0 auto;width:52%}}@media screen and (max-width:3000px) and (min-width:1601px){.spot-container .col-xxl-2{flex:0 0 auto;width:20%}.spot-container .col-xxl-4{flex:0 0 auto;width:40%}.spot-container .col-xxl-8{flex:0 0 auto;width:60%}}.scroll_y_reverse{display:flex;flex-direction:column-reverse}@media (max-width:767px){.scroll-subtabs_scrollSubInfo__T5nZF{flex:1 1;margin-inline-start:0;position:relative;width:0}.headline_left__lBBPY_leftmain.d-flex.align-items-center{align-items:flex-start!important;flex-direction:column;justify-content:flex-start}.headline_left__lBBPY_leftmain .headline_symbolName__KfmIZ{margin-bottom:9px}.headline_left__lBBPY_rightmain .headline_extendInfoWrapper__dooIS{align-items:flex-start!important;flex-direction:column}.headline_left__lBBPY_rightmain .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq{display:flex;justify-content:flex-end;width:100%}.headline_left__lBBPY_rightmain .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq .headline_title__x1csO,.headline_left__lBBPY_rightmain .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq .headline_withBorder__a6ZD2{flex:1 1;margin-inline-end:0;text-align:right}.headline_latestPrice__AYXu0 .headline_title__x1csO{font-size:18px}span.headline_change__tGyxo{font-size:16px}.scroll-container{max-height:175px}.exchange_chartContent__Ijukg,.scroll-container{height:auto;overflow-y:auto}.information_bright__F_RTd{margin-left:6px;opacity:1!important}.information_left__vgFSY,.information_right__kqyPI{width:41%}.trade-wrapper .btn{height:auto!important;margin-top:1px;min-height:0!important;min-height:auto!important}.btn-group.btn-group-mini{margin-bottom:3px}.btn-group.btn-group-mini *{border-radius:9px!important;font-size:11px!important;line-height:29px;min-height:0;min-height:auto;padding:0}.col-12.col-sm-6.col-lg-6.col-xl-3.col-xxl-2.order-2,.col-12.col-sm-6.col-lg-6.col-xl-3.col-xxl-2.order-3.order-xl-3{margin-top:0}.price_card_body.price_card_body_full,.scroll_y{height:240px}.scroll_y_full{height:502.8px}.scroll_y_coins{height:339px}footer.footer-wrapper{margin-top:0}.trade-wrapper .container-fluid{overflow:hidden;padding-left:8px;padding-right:8px}.scroll-subtabs_tabs__Prom8{justify-content:flex-end}.trade_tabs .num-select{font-size:10px}.buysell_heder{padding:10px!important}.spot .form-control,.spot select{min-width:0;min-width:auto;padding:7px 18px}.trade_chart .form-select-sm{font-size:12px;padding:6px 9px!important}.actions_balance__kTHO0{align-items:start;flex-direction:column;line-height:1.5}.actions_primaryText__ufKT0{font-size:10px;margin-bottom:3px;margin-right:10px;opacity:.7}.trade-wrapper .mb-1{margin-bottom:4px!important}.price_card_head>div{font-size:10px;padding:0 6px;vertical-align:bottom;word-break:break-all}.price_card .price_card_head{line-height:1.1;margin:0;min-height:24px;padding:0 5px}.trade_tabs.buy_sell_cards.buy_sell_row.d-flex-between{padding:3px 3px 0 5px}.price_card_head>div:first-child,.price_item_value span:first-child{padding-left:5px}.price_item_value span{line-height:1.1;word-break:break-all}.buysellform .input-group{padding:0 11px}.buysell_card{height:504px}.price_card_head>div:last-child,.price_item_value span:last-child{padding-right:5px}.buy_sell_row_price .scroll_y{height:185px}.buy_sell_row_price #buy_orders .scroll_y,.buy_sell_row_price #sell_orders .scroll_y{height:405.5px}.spotLists{left:6px;max-width:calc(100% - 12px);min-height:468px;top:162px;width:100%}.spotLists .price_card_body.tab-content.scroll_y{height:345px}}.centerbox{align-items:center;align-self:center;background:#000000b8;display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100%;z-index:999999}.centerbox img{max-width:150px}.rotate,.rotates{border:4px solid #7ed375;border-radius:50%;width:70px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.loader{height:48px;margin:auto;position:relative;width:48px}.loader:before{animation:shadow324 .5s linear infinite;background:#7ed3754f;border-radius:50%;height:5px;top:60px;width:48px}.loader:after,.loader:before{content:"";left:0;position:absolute}.loader:after{animation:jump7456 .5s linear infinite;background:#7ed375;border-radius:4px;height:100%;top:0;width:100%}@keyframes jump7456{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px) scaleY(.9) rotate(45deg)}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes shadow324{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}.loader2{align-content:center;align-items:start;background-color:#1111114d;display:flex;height:100%;justify-content:flex-start;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:100000}.loader__element{background:#0000;height:4.5px;width:100%}.loader__element:before{animation:getWidth 2s ease-in infinite;background-color:#7ed375;content:"";display:block;height:4.5px;width:0}@keyframes getWidth{to{width:100%}}
/*# sourceMappingURL=main.0cce2a6d.css.map*/