:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;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}.Toastify__toast--rtl{direction:rtl}.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}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-color:currentColor;border-bottom:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);border-left:0 solid var(--PhoneInputCountrySelectArrow-color);border-right-width:1px;border-right:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);border-top:0 solid var(--PhoneInputCountrySelectArrow-color);content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:var(--PhoneInputCountrySelectArrow-transform);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}body{background-color:#f9fbfb!important;background-color:var(--bg-body)!important;color:#7987a1!important;color:var(--text-default-color)!important;font-family:Poppins,sans-serif;position:relative;transition:all .3s ease-in-out;width:100%}.form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#f9fbfb;background-color:var(--bg-body);border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.container{margin:auto;max-width:1280px;padding:0 30px}.landingPage_container{margin:auto;max-width:1080px;padding:0 80px}@media screen and (max-width:768px){.landingPage_container{padding:0 50px}}@media screen and (max-width:386px){.landingPage_container{padding:0 30px}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}*{font-weight:500!important;margin:0;padding:0}a{text-decoration:none!important}ul{margin:0!important;padding:0!important}p{margin-bottom:0!important;margin-top:0!important;margin:0}h1,h2,h3,h4,h5,h6,p{font-family:Poppins,sans-serif!important;margin:0!important}.card_heading{margin-bottom:10px;padding-top:15px!important;transition:all .3s ease-in-out}.card_heading,.card_heading h2{color:#4a4a69;color:var(--text-p-color)}.card_heading h2{font-size:15px;font-weight:500!important;margin-bottom:10px!important;margin-left:20px!important;position:relative;text-align:left;text-transform:uppercase}.card_heading h2:before{background:#1a73e8;background:var(--text-menu-active-color);bottom:0;content:"";height:83%;left:-8px;position:absolute;top:3px;width:3px}.card_heading p{color:#7987a1;color:var(--text-default-color);font-size:16px}.card_heading p span{color:red!important}.tronliveClub_homPage_wrapper{transition:all .3s ease-in-out}.tronliveClub_homPage_wrapper .tronliveClub_section_title h2{color:#4a4a69;color:var(--text-p-color);font-size:20px;transition:all .3s ease-in-out}.tronliveClub_homPage_wrapper .first_row{display:flex}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .first_row{display:inherit!important}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item{width:100%}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content{box-shadow:1px 1px 7px rgba(154,154,204,.1);box-shadow:var(--box-shadow-1);display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:991px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1550px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-template-columns:repeat(4,1fr);row-gap:15px}}@media screen and (max-width:641px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-template-columns:repeat(1,1fr);row-gap:15px}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper{background-color:#fff;background-color:var(--bg-white);border-right:1px solid #ededf5;border-right:var(--border-1);padding:22px;position:relative;transition:all .3s ease-in-out}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content{align-items:center;display:flex;position:relative;transition:all .3s ease-in-out;z-index:1}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content{justify-content:space-between}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info p{color:#4a4a69;color:var(--text-p-color);font-size:15px;white-space:nowrap}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;margin-bottom:10px!important}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info a{color:#000;color:var(--text-black);font-size:13px;font-weight:500;text-transform:capitalize}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info a:hover{color:#1a73e8;color:var(--text-menu-active-color)}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon{align-items:center;border-radius:50%;display:flex;justify-content:center;margin-right:20px;padding:0}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon{margin-right:0;order:2}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon svg{border-radius:50px;color:#fff;font-size:30px;padding:10px}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dashboard_chart{margin-top:20px!important;padding-top:10px!important}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_dashboard_chart{margin-right:0!important}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section{background-color:#fff;background-color:var(--bg-white);border-radius:5px;margin-bottom:10px;margin-top:20px}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form{align-items:center;display:flex;transition:all .3s ease-in-out}@media screen and (max-width:991px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form{display:inherit}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field{align-items:center;display:flex;padding:25px;width:100%}@media screen and (max-width:991px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field{width:auto}}@media screen and (max-width:420px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field{display:inherit;padding:25px 10px;text-align:center}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field .input_group{width:100%}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field .input_group Input{background-color:#f9fbfb;background-color:var(--bg-body);border-bottom:1px solid #eaedf1;border-left:1px solid #eaedf1;border-right:none;border-top:1px solid #eaedf1;border:var(--border-4);border-radius:5px;color:#9fa4a6;color:var(--text-gray);font-size:15px;outline:none;padding:18px 10px;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:420px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field .input_group Input{width:90%}}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field button{background-color:#1a73e8;background-color:var(--bg-thin-green);border:none!important;border-bottom-right-radius:5px;border-top-right-radius:5px;color:#fff;cursor:pointer;font-size:15px;outline:none;padding:19px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:200px}.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field button:hover{opacity:.8}@media screen and (max-width:420px){.tronliveClub_homPage_wrapper .first_row .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field button{border-radius:5px!important;margin-top:20px;width:100%!important}}.tronliveClub_homPage_wrapper .second_row{display:flex}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .second_row{flex-wrap:wrap}}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer{background:#fff;background:var(--bg-white);box-shadow:1px 1px 7px rgba(154,154,204,.1);box-shadow:var(--box-shadow-1);height:auto;margin-right:10px;margin-top:20px;width:25%}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer{margin-right:0;order:2;width:100%}}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item{padding:10px}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li{display:flex;justify-content:space-between;padding:10px 0}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_image{align-items:center;display:flex}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_image .icon{align-items:center;background:rgba(26,115,232,.26)!important;background:var(--bg-thin-blue)!important;border-radius:5px;display:flex;justify-content:center;padding:10px}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_image .icon svg{color:#1a73e8!important;color:var(--text-primary)!important;font-size:14px}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_image .left_name{margin-left:10px!important}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_image .left_name .name{color:#383853;color:var(--text-dark-p-color);font-size:13px}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_image .left_name .date{color:#7987a1;color:var(--text-gray-p-color);font-size:12px}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_content{color:#1a73e8!important;color:var(--text-primary)!important;text-align:end}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_content .status{font-size:11px}.tronliveClub_homPage_wrapper .second_row .recent_fund_transfer .tronliveClub_recent_fund_transfer_card .tronliveClub_recent_fund_transfer .tronliveClub_recent_fund_transfer_item .tronliveClub_recent_fund_transfer_ul li .fund_transfer_content .amount{font-size:12px;font-weight:600!important}.tronliveClub_homPage_wrapper .second_row .tronliveClub_topup_card{margin-left:10px;margin-top:20px;min-height:250px;width:75%}@media screen and (max-width:1200px){.tronliveClub_homPage_wrapper .second_row .tronliveClub_topup_card{margin-left:0;width:100%}}.tronliveClub_homPage_wrapper .tronliveClub_my_topup{margin-bottom:20px;margin-top:30px}.tronliveClub_homPage_wrapper .tronliveClub_my_topup .tronliveClub_my_topup_card{margin-top:0;min-height:250px}.tronliveClub_homPage_wrapper .tronliveClub_auto_pool_level_income{display:flex;margin-bottom:20px;margin-top:30px}@media screen and (max-width:1024px){.tronliveClub_homPage_wrapper .tronliveClub_auto_pool_level_income{display:inherit}}.tronliveClub_homPage_wrapper .tronliveClub_auto_pool_level_income .tronliveClub_auto_pool_card{margin-right:22px;margin-top:0;min-height:250px;width:50%}@media screen and (max-width:1024px){.tronliveClub_homPage_wrapper .tronliveClub_auto_pool_level_income .tronliveClub_auto_pool_card{margin-bottom:30px;margin-right:0;width:auto!important}}.tronliveClub_homPage_wrapper .tronliveClub_auto_pool_level_income .tronliveClub_level_card{margin-top:0;min-height:250px;width:50%}@media screen and (max-width:1024px){.tronliveClub_homPage_wrapper .tronliveClub_auto_pool_level_income .tronliveClub_level_card{width:auto!important}}.tronliveClub_homPage_wrapper .custom_modal{height:auto!important;min-height:60%!important;width:40%!important}@media screen and (max-width:641px){.tronliveClub_homPage_wrapper .custom_modal{width:70%!important}}@media screen and (max-width:376px){.tronliveClub_homPage_wrapper .custom_modal{width:85%!important}}.tronliveClub_homPage_wrapper .custom_modal .tronliveClub_commol_modal_field img{width:100%!important}.apexcharts-tooltip{background:#f3f3f3;color:orange}.mono_add_funds_page_wrapper{margin-top:10px}.mono_add_funds_page_wrapper .mono_add_funds_card{min-height:250px;padding:25px}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_section_title{margin-bottom:20px;text-align:start}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_section_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_section_title h2{font-size:20px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .tron_input_field .right{margin-right:25px}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .tron_input_field label{color:#7987a1;color:var(--text-default-color);font-size:15px;font-weight:600;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .tron_input_field label{font-size:14px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .tron_input_field .tron_input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:8px;color:#7987a1;color:var(--text-default-color);font-size:15px;margin:10px 0;outline:none;padding:10px 8px;width:100%}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .tron_input_field .notice p{color:red;font-size:15px;font-weight:600}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .tron_input_field .notice p{font-size:12px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon_title{margin-top:20px}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon_title p{color:#7987a1;color:var(--text-default-color);font-size:15px;font-weight:600;margin-bottom:10px!important;text-transform:capitalize;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon_title p{font-size:14px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon{display:grid;grid-template-columns:repeat(2,1fr);margin:20px 0!important}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper{align-items:center;border:1px solid #e4e3e369;border-radius:5px;display:flex;margin:5px;position:relative}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper input[type=radio i]{height:25px;left:14px;position:absolute;top:30px;width:25px}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper input[type=radio i]{height:15px;width:15px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper label{padding:13px 13px 13px 48px;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper label{padding-left:35px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper label .icon img{height:30px;margin-bottom:10px;width:30px}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper label .icon img{height:20px;width:20px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper label .name{color:#7987a1;color:var(--text-default-color);font-size:15px;font-weight:600;margin-top:-5px;text-transform:capitalize;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .wallet_icon .input_wrapper label .name{font-size:13px}}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .submit_button .submit_btn{background:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));background:var(--bg-blue-linear-gradient);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:100px}.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .submit_button .submit_btn:hover{opacity:.8}@media screen and (max-width:641px){.mono_add_funds_page_wrapper .mono_add_funds_card .mono_add_funds_page_content form .submit_button .submit_btn{width:100%}}.tronliveClub_my_profile_page_wrapper{margin-top:10px}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card{min-height:250px;padding:25px}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_section_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;text-transform:capitalize;transition:all .3s ease-in-out}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head{margin-top:20px}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_photo_content{position:relative}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_photo_content .tronliveClub_cover_photo{background:url(/static/media/cover.3b17b4bcd4008640868a.jpg);background-position:50%;background-size:cover;border-radius:20px;min-height:250px;width:100%}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_photo_content .tronliveClub_cover_photo{min-height:170px}}@media screen and (max-width:420px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_photo_content .tronliveClub_cover_photo{min-height:120px}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info{display:flex;padding:15px 20px;position:relative}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info{display:inherit;text-align:center}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo{border-radius:50%;height:100px;margin-right:20px;margin-top:-66px;overflow:hidden;position:relative;width:100px;z-index:1}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo{max-width:inherit;text-align:center}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo img{border-radius:50%!important;height:100px;width:100px}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo img:hover~form{opacity:1!important;transition:all .3s ease-in-out;visibility:visible!important}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo form{bottom:-2px;left:0;margin:auto;opacity:0;position:absolute;transition:all .3s ease-in-out;visibility:hidden}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo form:hover{opacity:1!important;transition:all .3s ease-in-out;visibility:visible!important}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo form input{overflow:hidden;width:100%}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo form input::-webkit-file-upload-button{visibility:hidden}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo form input:before{background:#000000ab;border:1px solid #999;border-radius:3px;bottom:0;color:#000;content:"<>";cursor:pointer;display:inline-block;font-family:poppins;font-size:10pt;font-weight:700;left:-8px;outline:none;padding:8px;position:absolute;text-align:center;text-shadow:1px 1px #fff;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_photo form input{margin:10px 0}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info{display:flex}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info{display:inherit}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_name{margin-right:25px}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_name{margin-right:0}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_name h2{color:#1a73e8;color:var(--text-primary);font-size:18px}@media screen and (max-width:386px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_name h2{font-size:14px;padding:5px}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_name p{color:#4a4a69;color:var(--text-p-color);font-size:13px}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_email h2{color:#1a73e8;color:var(--text-primary);font-size:18px;transition:all .3s ease-in-out}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_email h2{font-size:16px}}@media screen and (max-width:386px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_email h2{font-size:14px;padding:5px}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_email p{color:#4a4a69;color:var(--text-p-color);font-size:13px}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_head .tronliveClub_profile_short_info .tronliveClub_profile_info .tronliveClub_profile_email p{font-size:12px}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom{margin-top:15px}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_title{margin-bottom:20px}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;text-transform:capitalize;transition:all .3s ease-in-out}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group{display:flex;margin:15px 0}@media screen and (max-width:641px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group{display:inherit;margin:0}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group .input_group{width:50%}@media screen and (max-width:641px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group .input_group{margin:10px 0;width:auto}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group .left{margin-right:33px!important}@media screen and (max-width:641px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group .left{margin-right:16px!important}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group .right{margin-right:15px!important}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600;margin-bottom:15px!important;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group label{font-size:14px}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:10px;outline:none;padding:10px 8px;transition:all .3s ease-in-out;width:100%}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group input:disabled{background-color:#f9fbfb;background-color:var(--bg-body);border:none;border:1px solid #eaedf1!important;border:var(--border-header)!important;cursor:no-drop}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group .copyToClipboard{background-color:#f9fbfb;background-color:var(--bg-body);color:#1a73e8;color:var(--text-primary)}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container{position:relative;width:50%}@media screen and (max-width:641px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container{width:100%}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container .left{margin-right:35px!important}@media screen and (max-width:641px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container .left{margin-right:16px!important}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container span{align-items:center;background-color:#f9fbfb;background-color:var(--bg-body);border-radius:5px;display:flex;font-size:28px;justify-content:center;padding:3px 8px;position:absolute;right:18px;top:36px;width:16px;z-index:999}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container span svg{color:#1a73e8;color:var(--text-primary);cursor:pointer}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600;margin-bottom:15px!important;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container label{font-size:14px}}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:10px;outline:none;padding:10px 8px;transition:all .3s ease-in-out;width:100%}.tronliveClub_my_profile_page_wrapper .tronliveClub_my_profile_card .tronliveClub_profile_bottom .tronliveClub_profile_field .form_group_special_container input:disabled{background-color:#f9fbfb;background-color:var(--bg-body);border:1px solid #eaedf1!important;border:var(--border-header)!important;border:none;cursor:no-drop}.tronliveClub_userUpdate_page_wrapper{margin-top:20px}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card{min-height:250px;padding:25px}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_title{margin-bottom:20px;text-align:start}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;text-transform:capitalize;transition:all .3s ease-in-out}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .left{margin-right:33px!important}@media screen and (max-width:641px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .left{margin-right:20px!important}}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .right{margin-right:19px!important}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group{display:flex;margin:15px 0}@media screen and (max-width:641px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group{display:inherit;margin:0}}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .form_group_special_container{margin-right:25px!important;width:50%}@media screen and (max-width:641px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .form_group_special_container{margin-right:20px!important;width:100%}}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .form_group_special_container .special_input{display:inherit;margin-top:8px}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .input_group{width:50%}@media screen and (max-width:641px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .input_group{margin:10px 0;width:auto}}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group div{width:50%}@media screen and (max-width:641px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group div{width:auto}}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .gender_select{margin-right:20px!important}@media screen and (max-width:641px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .gender_select{margin:13px 0}}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group .gender_select .special_input{margin-top:8px}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600;margin-bottom:10px!important;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group label{font-size:14px}}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:10px;outline:none;padding:10px 0 10px 8px;width:100%}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group input:disabled{background-color:#f9fbfb;background-color:var(--bg-body);border:none;border:1px solid #eaedf1!important;border:var(--border-header)!important;cursor:no-drop}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .form_group select{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);outline:none;padding:10px 8px;width:100%}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .submit_button button{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:3px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:10px;padding:10px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:130px}.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .submit_button button:hover{opacity:.8}@media screen and (max-width:641px){.tronliveClub_userUpdate_page_wrapper .tronliveClub_userupdate_card .tronliveClub_userupdate_field form .submit_button button{width:100%}}.mono_kyc_page_wrapper{margin-top:20px}.mono_kyc_page_wrapper .mono_kyc_card{min-height:250px;padding:25px}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_title{margin-bottom:20px;text-align:start}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px;text-transform:capitalize;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_title h2{font-size:20px}}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .left{margin-right:33px!important}@media screen and (max-width:641px){.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .left{margin-right:20px!important}}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .right{margin-right:19px!important}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .horizontal{margin:30px 0}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group{display:flex;margin:15px 0}@media screen and (max-width:641px){.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group{display:inherit;margin:0}}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group .input_group{width:50%}@media screen and (max-width:641px){.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group .input_group{margin:10px 0;width:auto}}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group label{color:#7987a1;color:var(--text-default-color);font-size:16px;font-weight:600;margin-bottom:10px!important;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group label{font-size:14px}}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group input,.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .form_group select{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#7987a1;color:var(--text-default-color);margin-top:10px;outline:none;padding:10px 8px;width:100%}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .submit_button button{background:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));background:var(--bg-blue-linear-gradient);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:10px;padding:10px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:100px}.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .submit_button button:hover{opacity:.8}@media screen and (max-width:641px){.mono_kyc_page_wrapper .mono_kyc_card .mono_kyc_field form .submit_button button{width:100%}}.tronliveClub_updatewallet_page_wrapper{margin-top:20px}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card{min-height:250px;padding:25px}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_title{margin-bottom:20px;text-align:start}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;text-transform:capitalize;transition:all .3s ease-in-out}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_field form .form_group{margin:15px 0}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_field form .form_group .input_group{display:flex;flex-wrap:wrap}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_field form .form_group .input_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600;margin-bottom:10px!important;transition:all .3s ease-in-out;width:100%}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_field form .form_group .input_group input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);outline:none;padding:10px 8px;width:100%}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_field form button{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:20px;padding:10px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:130px}.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_field form button:hover{opacity:.8}@media screen and (max-width:641px){.tronliveClub_updatewallet_page_wrapper .tronliveClub_updatewallet_card .tronliveClub_updatewallet_field form button{width:100%}}.input_amount{display:flex;flex-wrap:wrap}.input_amount label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600;margin-bottom:10px!important;transition:all .3s ease-in-out;width:100%}.input_amount .input-symbol-euro{position:relative!important}.input_amount .input-symbol-euro input{background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 height=%2716px%27 width=%2785px%27><text x=%272%27 y=%2713%27 fill=%27gray%27 font-size=%2712%27 font-family=%27arial%27>$</text></svg>");padding:10px 18px!important;padding-left:12px}.tronliveClub_updatepassword_page_wrapper{margin-top:20px}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card{min-height:250px;padding:25px}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_title{margin-bottom:20px;text-align:start}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;text-transform:capitalize;transition:all .3s ease-in-out}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group{align-items:flex-end;display:flex;margin:15px 0}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group{display:inherit;margin:0}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group span{color:#4a4a69;color:var(--text-p-color);transition:all .3s ease-in-out}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group span strong{color:#1a73e8;color:var(--text-primary);cursor:pointer;font-weight:600;-webkit-user-select:none;-ms-user-select:none;user-select:none}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .left{margin-right:33px!important}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .left{margin-right:16px!important}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .right{margin-right:15px!important}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .input_group{width:50%}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .input_group{margin:10px 0;width:auto}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .input_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600;margin-bottom:10px!important;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .input_group label{font-size:14px}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .input_group input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:10px;outline:none;padding:10px 8px;width:100%}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .input_group input:disabled{background-color:#f9fbfb;background-color:var(--bg-body);border:none;cursor:no-drop}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .generate_password{margin-left:20px}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .generate_password{margin-left:0}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group button{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:3px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:-webkit-max-content;height:max-content;padding:10px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:130px}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group button:hover{opacity:.8}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group button{margin-bottom:15px;width:100%}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .OTP_getting_button{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:3px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:130px}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .OTP_getting_button:hover{opacity:.8}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .OTP_getting_button{margin-bottom:15px;width:100%}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group .OTP_getting_resend_button{align-self:end;height:17px;justify-self:end;padding:10px 8px;width:90px}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .otp_form_group{margin-bottom:25px}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .show_password{align-items:center;display:flex}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .show_password .input_group{width:auto!important}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP{grid-gap:5px;display:grid;gap:5px;grid-template-columns:7fr 3fr;width:50%}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP{width:100%}}@media screen and (max-width:386px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP{grid-template-columns:3fr 2fr}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:167%!important}@media screen and (min-width:1550px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:190%!important}}@media screen and (max-width:1280px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:189%!important}}@media screen and (max-width:1200px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:187%!important}}@media screen and (max-width:1150px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:185%!important}}@media screen and (max-width:1024px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:180%!important}}@media screen and (max-width:991px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:175%!important}}@media screen and (max-width:990px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:173%!important}}@media screen and (max-width:879px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:171%!important}}@media screen and (max-width:837px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:169%!important}}@media screen and (max-width:768px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:164%!important}}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_input_field{width:100%!important}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_resend_btn{align-self:flex-end;background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:3px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;color:var(--text-white);cursor:pointer;font-size:14px;height:36px;justify-self:end;margin-bottom:1px!important;margin-top:-1px;padding:0 12px;transition:all .3s ease-in-out;white-space:nowrap}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_resend_btn{font-size:12px;margin-bottom:11px!important}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .form_group_OTP .OTP_resend_btn:hover{opacity:.8}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .left{margin-right:33px!important}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .left{margin-right:16px!important}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .input_group{width:50%}@media screen and (max-width:641px){.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .input_group{margin:10px 0;width:auto}}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .show_password input[type=checkbox i]{height:14px;width:15px}.tronliveClub_updatepassword_page_wrapper .tronliveClub_accountpassword_card .tronliveClub_accountpassword_field form .show_password label{color:#4a4a69;color:var(--text-p-color);font-size:13px;margin-left:10px;text-transform:capitalize;transition:all .3s ease-in-out}.wallet_page_wrapper .tronliveClub_dash_content{grid-row-gap:20px;grid-column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);margin-right:10px;margin-top:20px}@media screen and (min-width:1550px){.wallet_page_wrapper .tronliveClub_dash_content{grid-template-columns:repeat(4,1fr);row-gap:15px}}@media screen and (max-width:641px){.wallet_page_wrapper .tronliveClub_dash_content{grid-template-columns:repeat(1,1fr);row-gap:15px}}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper{background-color:#fff;background-color:var(--bg-white);border-radius:5px;box-shadow:1px 1px 7px rgba(154,154,204,.1);box-shadow:var(--box-shadow-1);padding:30px;position:relative;transition:all .3s ease-in-out}@media screen and (max-width:1024px){.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper{height:100px}}@media screen and (max-width:768px){.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper{height:auto}}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content{align-items:center;display:flex;justify-content:space-between;position:relative;transition:all .3s ease-in-out;z-index:1}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info p{color:#4a4a69;color:var(--text-p-color);font-size:18px;white-space:nowrap}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info h2{color:#4a4a69;color:var(--text-p-color);font-size:14px;margin-bottom:10px!important}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info a{color:#000;color:var(--text-black);font-size:13px;font-weight:500;text-transform:capitalize}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info a:hover{color:#1a73e8;color:var(--text-menu-active-color)}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon{align-items:center;border-radius:50%;display:flex;justify-content:center;order:2;padding:0}@media screen and (max-width:991px){.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon{margin-right:10px}}.wallet_page_wrapper .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon svg{border-radius:50px;color:#fff;font-size:30px;padding:10px}.tronliveClub_topupaccount_page_content .qr_code_box{border-radius:5px;margin:auto;padding:15px 10px;width:400px}@media screen and (max-width:641px){.tronliveClub_topupaccount_page_content .qr_code_box{width:100%}}.tronliveClub_topupaccount_page_content .qr_code_box .qr_img{text-align:center}.tronliveClub_topupaccount_page_content .qr_code_box .qr_img img{height:150px;width:150px}.tronliveClub_topupaccount_page_content .qr_code_box .qr_share{align-items:center;background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;cursor:pointer;display:flex;justify-content:center;margin:15px auto!important;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:30%}.tronliveClub_topupaccount_page_content .qr_code_box .qr_share span{color:#4a4a69;color:var(--text-p-color);font-size:13px}.tronliveClub_topupaccount_page_content .qr_code_box .qr_share span svg{color:#1a73e8!important;color:var(--text-primary)!important;margin-right:5px;margin-top:7px}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address{position:relative}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address .left{margin-right:18px!important}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address .right{margin-right:15px!important}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address span{background-color:#f9fbfb;background-color:var(--bg-body);font-size:20px;position:absolute;right:8px;top:45px;z-index:999}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address span svg{color:#1a73e8;color:var(--text-primary);cursor:pointer}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600;margin-bottom:15px!important;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.tronliveClub_topupaccount_page_content .qr_code_box .qr_address label{font-size:14px}}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:10px;outline:none;padding:10px 8px;transition:all .3s ease-in-out;width:100%}.tronliveClub_topupaccount_page_content .qr_code_box .qr_address input:disabled{background-color:#f9fbfb;background-color:var(--bg-body);border:1px solid #eaedf1!important;border:var(--border-header)!important;border:none;cursor:no-drop}.tronliveClub_topupaccount_page_content .qr_code_box .disclaimer{margin-top:20px}.tronliveClub_topupaccount_page_content .qr_code_box .disclaimer .dis_alert{align-items:center;border-bottom:1px solid #eaedf1;border-bottom:var(--border-header);display:flex;margin-bottom:10px}.tronliveClub_topupaccount_page_content .qr_code_box .disclaimer .dis_alert span{color:#fe0000;font-size:13px;margin-right:5px}.tronliveClub_topupaccount_page_content .qr_code_box .disclaimer .dis_alert span svg{color:#fe0000;margin-top:6px}.tronliveClub_topupaccount_page_content .qr_code_box .disclaimer ul li{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-style:italic;margin-left:16px}.tronliveClub_topupaccount_page_content form .form-group .amount_input_field:before{content:"$ "}.tronliveClub_commol_modal_field .qr_code_popup{margin:auto;text-align:center;width:240px}.tronliveClub_commol_modal_field .qr_code_popup .social_popup{height:auto!important;right:55px!important;top:7px!important}.tronliveClub_commol_modal_field .qr_code_popup .social_popup:after{border-bottom:1px solid #eaedf1!important;border-bottom:var(--border-header)!important;border-left:none!important;border-right:1px solid #eaedf1!important;border-right:var(--border-header)!important;border-top:none!important;right:12px!important;top:37px!important}.tronliveClub_commol_modal_field .qr_code_popup .social_popup .social button{margin-bottom:-5px;padding:5px!important}.tronliveClub_commol_modal_field .qr_code_popup .qr_info{background:rgba(26,115,232,.26);border-radius:5px;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow);padding:20px 10px}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .qr_title{margin-bottom:10px!important}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .qr_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .subtitle{margin-bottom:10px!important}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .subtitle h3{color:#4a4a69;color:var(--text-p-color);font-size:14px;position:relative}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .subtitle h3:before{background-color:#ffffff59;content:"";height:1px;left:0;position:absolute;top:10px;width:40%}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .subtitle h3:after{background-color:#ffffff59;content:"";height:1px;position:absolute;right:0;top:10px;width:40%}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .qr_code_image{margin-bottom:10px}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .qr_code_image img{height:150px;width:150px}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .qr_code_image .qr_address span{color:#4a4a69;color:var(--text-p-color);font-size:12px;font-style:italic;text-align:center}.tronliveClub_commol_modal_field .qr_code_popup .qr_info .qr_code_image .qr_address p{color:#4a4a69;color:var(--text-p-color);font-size:14px;overflow-wrap:anywhere}.tronliveClub_commol_modal_field .qr_code_popup .qr_button{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.tronliveClub_commol_modal_field .qr_code_popup .qr_button button{border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;padding:8px 20px;text-transform:capitalize;width:100px}.tronliveClub_commol_modal_field .qr_code_popup .qr_button .download{background:#1a73e8}.tronliveClub_commol_modal_field .qr_code_popup .qr_button .share{background:#c18f2e}.mono_teamtree_title h2{color:#7987a1;color:var(--text-default-color)}.tree img{border-radius:50%;width:50px}.tree ul{display:flex;padding:1em 0;position:relative;text-align:center;white-space:nowrap}.tree ul .inn_line{padding:50px 0 0}.tree ul:after{clear:both;content:"";display:table}.tree li{display:inline-block;list-style-type:none;padding:40px 0 0;position:relative;text-align:center;vertical-align:top;width:100%}.tree li:after,.tree li:before{border-top:5px solid #ccc;content:"";height:45px;position:absolute;right:50%;top:0;width:50%;z-index:-1}.tree li:after{border-left:5px solid #ccc;left:50%;right:auto}.tree li:only-child:after,.tree li:only-child:before{display:none}.tree li:only-child{padding-top:0}.tree li:first-child:before,.tree li:last-child:after{border:0}.tree li:last-child:before{border-radius:0 5px 0 0;border-right:5px solid #ccc}.tree li:first-child:after{border-radius:5px 0 0 0}.tree li a{border-radius:5px;color:#7987a1;color:var(--text-default-color);display:inline-block;padding:0;position:relative;text-decoration:none;top:1px}.tree li a .leader h2{font-size:18px}.tree li a .leader h5{color:#6259ca;color:var(--text-sidebar-hover-color);font-size:14px;margin-bottom:4px!important;margin-top:-2px!important}.tree li a .vacant h2{font-size:15px}.tree li a .vacant h5{color:#6259ca;color:var(--text-sidebar-hover-color);font-size:14px;font-weight:500;margin-bottom:4px!important}.tree li a .info{font-size:13px;font-weight:700;margin-top:-5px}.tronliveClub_topupaccount_page_wrapper{margin-top:10px}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card{min-height:250px;padding:15px}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;text-align:start}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;white-space:nowrap}@media screen and (max-width:386px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title h2{font-size:14px}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side{display:flex;gap:5px}@media screen and (max-width:510px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side{flex-direction:column;gap:2px}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side .tronliveClub_section_title_balance{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;text-align:start}@media screen and (max-width:510px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side .tronliveClub_section_title_balance{margin-bottom:4px}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side .tronliveClub_section_title_balance h3{color:#4a4a69;color:var(--text-p-color);font-size:18px}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side .tronliveClub_section_title_balance p{background-color:rgba(26,156,134,.2)!important;border-radius:50px;color:#24d5b8!important;padding:5px 10px;white-space:nowrap}@media screen and (max-width:386px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side .tronliveClub_section_title_balance p{font-size:14px;padding:5px}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side .tronliveClub_section_Trx_balance p{background-color:rgba(26,121,156,.2)!important;color:#248ed5!important;white-space:nowrap}@media screen and (max-width:386px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_section_title .tronliveClub_section_title_right_side .tronliveClub_section_Trx_balance p{font-size:14px}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group{display:flex;margin:15px 0}@media screen and (max-width:641px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group{display:inherit;margin:0}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .input_group{width:50%}@media screen and (max-width:641px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .input_group{margin:10px 0;width:auto}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .package{width:50%}@media screen and (max-width:641px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .package{margin:10px 0;width:auto}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .left{margin-right:33px!important}@media screen and (max-width:641px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .left{margin-right:16px!important}}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .right{margin-right:20px!important}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .input_field{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:10px;outline:none;padding:10px 8px;position:relative;width:100%}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .form_group .select_field{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#7987a1;color:var(--text-default-color);margin-top:10px;outline:none;padding:10px 8px;width:100%}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .submit_btn{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:120px}.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .submit_btn:hover{opacity:.8}@media screen and (max-width:641px){.tronliveClub_topupaccount_page_wrapper .tronliveClub_topupaccount_form_card .tronliveClub_topupaccount_page_content form .submit_btn{width:100%}}.amount_field{position:relative}.amount_field:after{content:"$";height:1em;left:8px;position:absolute;top:67%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1em}.amount_field input{padding:10px 8px;padding-left:23px!important;width:97%!important}.mono_transferfund_page_wrapper{margin-top:10px}.mono_transferfund_page_wrapper .mono_transferfund_form_card{min-height:250px;padding:25px}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_section_title{margin-bottom:20px;text-align:start}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_section_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px}@media screen and (max-width:768px){.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_section_title h2{font-size:20px}}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group{display:flex;margin:15px 0}@media screen and (max-width:641px){.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group{display:inherit;margin:0}}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group .input_group{width:50%}@media screen and (max-width:641px){.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group .input_group{margin:10px 0;width:auto}}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group .left{margin-right:33px!important}@media screen and (max-width:641px){.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group .left{margin-right:16px!important}}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group .right{margin-right:19px}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group label{color:#7987a1;color:var(--text-default-color);font-size:15px;font-weight:600}@media screen and (max-width:768px){.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group label{font-size:14px}}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .form_group .input_field{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#7987a1;color:var(--text-default-color);font-size:15px;margin:10px 0;outline:none;padding:10px 8px;width:100%}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .submit_btn{background:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));background:var(--bg-blue-linear-gradient);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:150px}.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .submit_btn:hover{opacity:.8}@media screen and (max-width:641px){.mono_transferfund_page_wrapper .mono_transferfund_form_card .mono_transferfund_page_content form .submit_btn{width:100%}}.mono_transferfunds_page_wrapper{margin-top:10px}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card{min-height:250px;padding:25px}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_section_title{margin-bottom:20px;text-align:start}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_section_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_section_title h2{font-size:20px}}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group{display:flex;margin:5px 0}@media screen and (max-width:641px){.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group{display:inherit;margin:0}}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group .input_group{width:50%}@media screen and (max-width:641px){.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group .input_group{margin:10px 0;width:auto}}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group .left{margin-right:33px!important}@media screen and (max-width:641px){.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group .left{margin-right:16px!important}}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group .right{margin-right:19px}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group label{color:#7987a1;color:var(--text-default-color);font-size:15px;font-weight:600}@media screen and (max-width:768px){.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group label{font-size:14px}}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .form_group .input_field{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#7987a1;color:var(--text-default-color);font-size:15px;margin:10px 0;outline:none;padding:10px 8px;width:100%}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .txn_password .right{width:48%}@media screen and (max-width:641px){.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .txn_password .right{width:auto}}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .submit_btn{background:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));background:var(--bg-blue-linear-gradient);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:130px}.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .submit_btn:hover{opacity:.8}@media screen and (max-width:641px){.mono_transferfunds_page_wrapper .mono_transferfunds_form_card .mono_transferfunds_page_content form .submit_btn{width:100%}}.mono_transferfundsuser_page_wrapper{margin-top:10px}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card{min-height:250px;padding:25px}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_section_title{margin-bottom:20px;text-align:start}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_section_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_section_title h2{font-size:20px}}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group{display:flex;margin:5px 0}@media screen and (max-width:641px){.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group{display:inherit;margin:0}}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group .input_group{width:50%}@media screen and (max-width:641px){.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group .input_group{margin:10px 0;width:auto}}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group .left{margin-right:33px!important}@media screen and (max-width:641px){.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group .left{margin-right:16px!important}}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group .right{margin-right:19px}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group label{color:#7987a1;color:var(--text-default-color);font-size:15px;font-weight:600}@media screen and (max-width:768px){.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group label{font-size:14px}}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .form_group .input_field{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#7987a1;color:var(--text-default-color);font-size:15px;margin:10px 0;outline:none;padding:10px 8px;width:100%}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .txn_password .right{width:48%}@media screen and (max-width:641px){.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .txn_password .right{width:auto}}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .submit_btn{background:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));background:var(--bg-blue-linear-gradient);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:210px}.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .submit_btn:hover{opacity:.8}@media screen and (max-width:641px){.mono_transferfundsuser_page_wrapper .mono_transferfundsuser_form_card .mono_transferfundsuser_page_content form .submit_btn{width:100%}}.mono_withdrawfunds_page_wrapper{margin-top:20px}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card{min-height:250px;padding:25px}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_section_title{margin-bottom:20px;text-align:start}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_section_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_section_title h2{font-size:20px}}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group{display:flex;margin:5px 0}@media screen and (max-width:641px){.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group{display:inherit;margin:0}}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .input_group{width:50%}@media screen and (max-width:641px){.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .input_group{margin:10px 0;width:auto}}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .receiver_wallet{width:50%}@media screen and (max-width:641px){.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .receiver_wallet{margin:10px 0;width:auto}}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .left{margin-right:33px!important}@media screen and (max-width:641px){.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .left{margin-right:16px!important}}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .right{margin-right:19px}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group label{color:#7987a1;color:var(--text-default-color);font-size:15px;font-weight:600}@media screen and (max-width:768px){.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group label{font-size:14px}}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .input_field{background:red;color:#fff;content:"$";height:10px;position:absolute;width:10px}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .input_field,.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group .select_field{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:3px;color:#7987a1;color:var(--text-default-color);font-size:15px;margin:10px 0;outline:none;padding:10px 8px;position:relative;width:100%}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .form_group :disabled{background-color:#f9fbfb;background-color:var(--bg-body);border:none;cursor:no-drop}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .submit_btn{background:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));background:var(--bg-blue-linear-gradient);border:none;border-radius:3px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:100px}.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .submit_btn:hover{opacity:.8}@media screen and (max-width:641px){.mono_withdrawfunds_page_wrapper .mono_withdrawfunds_form_card .mono_withdrawfunds_page_content form .submit_btn{width:100%}}.converter_box_wrapper{width:50%}@media screen and (max-width:768px){.converter_box_wrapper{width:100%}}.tronliveClub_supportticket_page_wrapper{margin-top:20px}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card{min-height:250px;padding:25px}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_section_title{margin-bottom:20px;text-align:start}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_section_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;transition:all .3s ease-in-out}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group{display:flex;margin:15px 0}@media screen and (max-width:641px){.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group{display:inherit;margin:0}}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .purpose,.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .ticket_reference{width:50%}@media screen and (max-width:641px){.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .purpose,.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .ticket_reference{margin:10px 0;width:auto}}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .purpose{margin-right:20px!important}@media screen and (max-width:641px){.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .purpose{margin-right:0!important}}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .left,.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .right{margin-right:20px!important}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:600}@media screen and (max-width:768px){.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group label{font-size:14px}}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .input_field,.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group .question_field,.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .form_group select{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);font-family:Poppins,sans-serif;font-size:15px;margin:10px 0;outline:none;padding:10px 8px;resize:none;width:100%}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .text_area{margin-right:20px}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .submit_btn{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:100px}.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .submit_btn:hover{opacity:.8}@media screen and (max-width:641px){.tronliveClub_supportticket_page_wrapper .tronliveClub_supporttickett_form_card .tronliveClub_supportticket_page_content form .submit_btn{width:100%}}.mono_tickethistory_page_wrapper{margin-top:20px}.mono_tickethistory_page_wrapper .mono_tickethistory_form_card{min-height:250px;padding:25px}.mono_tickethistory_page_wrapper .mono_tickethistory_form_card .mono_section_title{margin-bottom:20px}.mono_tickethistory_page_wrapper .mono_tickethistory_form_card .mono_section_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px;transition:all .3s ease-in-out}.tronliveClub_contact_page_wrapper{margin-top:20px}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part{background-color:#fff;background-color:var(--bg-white);border-radius:5px;box-shadow:0 5px 5px 0 rgba(82,63,105,.05);min-height:250px;padding:50px}@media screen and (max-width:768px){.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part{padding:25px}}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_contact_title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;position:relative}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_contact_title h2:before{background:#1a73e8;background:var(--bg-thin-green);bottom:-4px;content:"";height:2px;left:0;position:absolute;width:35px}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .send_button{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:5px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:15px;margin-top:10px;outline:none;padding:10px 20px;text-align:center;text-transform:capitalize;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}@media screen and (max-width:768px){.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .send_button{width:100%}}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .send_button:hover{opacity:.8}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers{display:flex}@media screen and (max-width:768px){.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers{display:inherit}}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_input_fields{width:40%}@media screen and (max-width:768px){.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_input_fields{width:100%}}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_input_fields .fields{margin-top:20px}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_input_fields .fields .form_group{margin:20px 0}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_input_fields .fields .form_group .right{margin-right:19px!important}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_input_fields .fields .form_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:500;margin-bottom:10px!important;width:100%}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_input_fields .fields .form_group input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:10px;outline:none;padding:10px 8px;width:100%}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_message_box{margin-top:20px;padding:0 20px;width:60%}@media screen and (max-width:768px){.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_message_box{border:none;padding:0;width:100%}}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_message_box label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:500}.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_message_box .message_box{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);font-family:Poppins,sans-serif;margin-top:10px;min-height:202px;outline:none;padding-left:10px;padding-top:10px;resize:none;width:100%}@media screen and (max-width:768px){.tronliveClub_contact_page_wrapper .tronliveClub_contact_page_inner_part .tronliveClub_containers .tronliveClub_message_box .message_box{min-height:50px}}.mono_reward_page_wrapper{margin-top:20px}.mono_reward_page_wrapper .mono_reward_form_card{min-height:250px;padding:25px}.mono_reward_page_wrapper .mono_reward_form_card .mono_section_title{margin-bottom:20px}.mono_reward_page_wrapper .mono_reward_form_card .mono_section_title h2{color:#7987a1;color:var(--text-default-color);font-size:20px;transition:all .3s ease-in-out}.UserEarning_wallet_page_wrapper .UserEarning_dash_content{grid-row-gap:20px;grid-column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);margin-right:10px;margin-top:20px}@media screen and (min-width:1550px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content{grid-template-columns:repeat(4,1fr);row-gap:15px}}@media screen and (max-width:768px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content{grid-template-columns:repeat(1,1fr);row-gap:15px}}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper{align-items:center;background-color:#fff;background-color:var(--bg-white);border-radius:5px;box-shadow:1px 1px 7px rgba(154,154,204,.1);box-shadow:var(--box-shadow-1);display:grid;grid-template-columns:repeat(1,1fr);justify-content:space-between;padding:30px;position:relative;transition:all .3s ease-in-out}@media screen and (max-width:768px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper{height:auto}}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content{align-items:center;display:flex;justify-content:space-between;position:relative;transition:all .3s ease-in-out;z-index:1}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info p{color:#4a4a69;color:var(--text-p-color);font-size:30px;white-space:nowrap}@media screen and (max-width:1150px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info p{font-size:28px}}@media screen and (max-width:768px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info p{font-size:26px}}@media screen and (max-width:990px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info p{font-size:24px}}@media screen and (max-width:376px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info p{font-size:20px}}@media screen and (max-width:320px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info p{font-size:18px}}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;margin-bottom:10px!important}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info a{color:#000;color:var(--text-black);font-size:13px;font-weight:500;text-transform:capitalize}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_info a:hover{color:#1a73e8;color:var(--text-menu-active-color)}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon{align-items:center;border-radius:50%;display:flex;justify-content:center;margin-right:20px;order:2;padding:0}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon .LevelIncomeImageIcon{padding:15px;width:45px}@media screen and (max-width:376px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon .LevelIncomeImageIcon{padding:12px;width:35px}}@media screen and (max-width:320px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon .LevelIncomeImageIcon{padding:10px;width:30px}}@media screen and (max-width:991px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon{margin-right:10px}}.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon svg{border-radius:50px;color:#fff;font-size:50px;padding:10px}@media screen and (max-width:1150px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon svg{font-size:40px}}@media screen and (max-width:990px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon svg{font-size:35px}}@media screen and (max-width:376px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon svg{font-size:30px}}@media screen and (max-width:386px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon svg{font-size:25px}}@media screen and (max-width:320px){.UserEarning_wallet_page_wrapper .UserEarning_dash_content .LevelIncome_UserIncomeCard_dash_card_wrapper .LevelIncome_UserIncomeCard_content .LevelIncome_UserIncomeCard_widget_icon svg{font-size:20px}}.tron_dashboard_login_page_wrapper{align-items:center;background-color:#1e0b56;display:flex;height:100vh;justify-content:space-between}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card{margin:auto;min-height:250px;padding:25px;width:30%}@media screen and (max-width:1024px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card{width:50%}}@media screen and (max-width:768px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card{width:70%}}@media screen and (max-width:420px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card{width:80%}}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .login_page_social_icon{display:flex;justify-content:center;padding:20px 0;width:100%}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .login_page_social_icon .social_icon{color:#9b9696;cursor:pointer;font-size:28px;list-style-type:none;padding:0 15px}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .login_page_social_icon .facebook:hover{color:#1877f2}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .login_page_social_icon .twitter:hover{color:#1da1f2}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .login_page_social_icon .instagram:hover{color:#e4405f}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .login_page_social_icon .youtube:hover{color:#cd201f}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .hr_border{background-color:#7b5eeaa6;height:2px;margin-bottom:5px;width:100%}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_section_title{color:#000;margin-bottom:20px;text-align:center}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_section_title h2{color:#4a4a69;font-size:25px}@media screen and (max-width:768px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_section_title h2{font-size:20px}}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group{margin:15px 0;position:relative}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_group{position:relative}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group span{font-size:20px;position:absolute;right:8px;top:32px;z-index:999}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group span svg{color:#fff}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .right{margin-right:19px}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group label{color:#4a4a69;font-size:15px;font-weight:600}@media screen and (max-width:768px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group label{font-size:14px}}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field{background-color:rgba(123,94,234,.08);border:none;border-radius:3px;color:#9fa4a6;outline:none;padding:10px 8px;width:100%}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field:focus{background-color:rgba(123,94,234,.7);color:#fff}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field:focus::-webkit-input-placeholder{color:#fff}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field:focus:-ms-input-placeholder{color:#fff}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field:focus::placeholder{color:#fff}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field:active{background-color:rgba(123,94,234,.7);color:#fff}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field::-webkit-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field:-ms-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .input_field::placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .OTP_input_field{overflow-y:hidden;width:93%!important}@media screen and (max-width:386px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group .OTP_input_field{width:90%!important}}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group input:-webkit-autofill{background-color:rgba(123,94,234,.7)!important}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group_OTP{grid-gap:5px;display:grid;gap:5px;grid-template-columns:7fr 3fr;width:100%}@media screen and (max-width:386px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group_OTP{grid-template-columns:3fr 2fr}}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group_OTP .OTP_resend_btn{align-self:flex-end;background-color:#7b5eea;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:14px;height:36px;transition:all .3s ease-in-out;white-space:nowrap}@media screen and (max-width:386px){.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group_OTP .OTP_resend_btn{font-size:12px}}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .form_group_OTP .OTP_resend_btn:hover{background-color:#7b5eeaa6;box-shadow:0 5px 5px 0 rgba(82,63,105,.05)}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .submit_btn{background-color:#7b5eea;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px!important;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:100%}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .submit_btn:hover{background-color:#7b5eeaa6;box-shadow:0 5px 5px 0 rgba(82,63,105,.05)}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .forget_password{margin:10px 0;text-align:end}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .forget_password a{color:#7a5eeaf8;font-size:14px;font-weight:600;justify-content:center}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_register{display:flex;justify-content:center;margin-top:15px;text-align:center;width:100%}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_register p{color:#000;font-size:14px;font-weight:600;padding:0 5px}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_register p a{color:#7a5eeaf8!important}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_register p .log_page_nav_link:hover{border-bottom:2px solid #7b5eea;color:#7b5eea}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_register .login_nav_break_point{color:#7a5eeaf8!important}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_termscondition{margin-top:30px;text-align:center}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_termscondition p{color:#fff;font-size:14px;font-weight:600}.tron_dashboard_login_page_wrapper .tron_dashboard_login_card .tron_dashboard_login_content form .go_to_termscondition p a{color:#7a5eeaf8!important}.tron_dashboard_register_page_wrapper{align-items:center;background-color:#1e0b56;background-color:var(--bg_front_dark_purple);display:flex;justify-content:space-between;padding-bottom:80px;padding-top:130px}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card{margin:auto;min-height:250px;padding:25px;width:30%}@media screen and (max-width:1024px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card{width:50%}}@media screen and (max-width:768px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card{width:70%}}@media screen and (max-width:420px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card{width:80%}}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_section_title{color:#4a4a69;margin-bottom:20px;text-align:center}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_section_title h2{font-size:30px}@media screen and (max-width:1024px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_section_title h2{font-size:25px}}@media screen and (max-width:768px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_section_title h2{font-size:20px}}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .login_page_social_icon{display:flex;justify-content:center;padding:20px 0;width:100%}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .login_page_social_icon .social_icon{color:#9b9696;cursor:pointer;font-size:28px;list-style-type:none;padding:0 15px}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .login_page_social_icon .facebook:hover{color:#1877f2}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .login_page_social_icon .twitter:hover{color:#1da1f2}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .login_page_social_icon .instagram:hover{color:#e4405f}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .login_page_social_icon .youtube:hover{color:#cd201f}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .hr_border{background-color:#7b5eeaa6;height:2px;margin-bottom:5px;width:100%}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group{display:grid;grid-template-columns:repeat(2,1fr);margin:15px 0}@media screen and (max-width:641px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group{grid-row-gap:12px;grid-template-columns:repeat(1,1fr)}}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput--focus{background-color:rgba(123,94,234,.7)!important;color:#fff!important}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput{background-color:rgba(123,94,234,.08);border:none!important;border-radius:3px!important;padding:9px 6px!important}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput:focus{background-color:rgba(123,94,234,.7);color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput:focus::-webkit-input-placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput:focus:-ms-input-placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput:focus::placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input{background-color:rgba(123,94,234,0);border:none!important;outline:none!important}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input:focus{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input:focus::-webkit-input-placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input:focus:-ms-input-placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input:focus::placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input::-webkit-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input:-ms-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .PhoneInput input::placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .right{margin-right:19px}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .left{margin-right:25px}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group label{color:#4a4a69;font-size:15px;font-weight:600}@media screen and (max-width:768px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group label{font-size:14px}}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field{background-color:rgba(123,94,234,.08);border:none;border-radius:3px;color:#9fa4a6;outline:none;padding:10px 8px;width:100%}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field:focus{background-color:rgba(123,94,234,.7);color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field:focus::-webkit-input-placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field:focus:-ms-input-placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field:focus::placeholder{color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field:active{background-color:rgba(123,94,234,.7);color:#fff}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field::-webkit-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field:-ms-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .input_field::placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group .OTP_input_field{overflow-y:hidden;width:100%!important}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group input:-webkit-autofill{background-color:rgba(123,94,234,.7)!important}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group_OTP{grid-gap:5px;display:grid;gap:5px;grid-template-columns:7fr 3fr;width:100%}@media screen and (max-width:386px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group_OTP{grid-template-columns:3fr 2fr}}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group_OTP .OTP_resend_btn{align-self:flex-end;background-color:#7b5eea;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:14px;height:36px;transition:all .3s ease-in-out;white-space:nowrap}@media screen and (max-width:386px){.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group_OTP .OTP_resend_btn{font-size:12px}}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .form_group_OTP .OTP_resend_btn:hover{background-color:#7b5eeaa6;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow)}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .submit_btn{background-color:#7b5eea;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px!important;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:100%}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .submit_btn:hover{background-color:#7b5eeaa6;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow)}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .go_to_login{display:flex;justify-content:center;margin-top:15px;text-align:center;width:100%}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .go_to_login p{color:#000;font-size:14px;font-weight:600;padding:0 5px}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .go_to_login p a{color:#7a5eeaf8!important}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .go_to_login .log_page_nav_link:hover{border-bottom:2px solid #7b5eea;color:#7b5eea}.tron_dashboard_register_page_wrapper .tron_dashboard_register_card .tron_dashboard_register_content form .login_nav_break_point{color:#7a5eeaf8!important}.tron_dashboard_resetpassword_page_wrapper{align-items:center;background-color:#1e0b56;background-color:var(--bg_front_dark_purple);display:flex;height:90vh;justify-content:space-between;margin-top:0}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card{margin:auto;min-height:250px;padding:25px;width:30%}@media screen and (max-width:1024px){.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card{width:50%}}@media screen and (max-width:768px){.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card{width:70%}}@media screen and (max-width:420px){.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card{width:80%}}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_section_title{margin-bottom:20px;text-align:center}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_section_title h2{color:#4a4a69;font-size:25px}@media screen and (max-width:768px){.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_section_title h2{font-size:20px}}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .login_page_social_icon{display:flex;justify-content:center;padding:20px 0;width:100%}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .login_page_social_icon .social_icon{color:#9b9696;cursor:pointer;font-size:28px;list-style-type:none;padding:0 15px}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .login_page_social_icon .facebook:hover{color:#1877f2}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .login_page_social_icon .twitter:hover{color:#1da1f2}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .login_page_social_icon .instagram:hover{color:#e4405f}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .login_page_social_icon .youtube:hover{color:#cd201f}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .hr_border{background-color:#7b5eeaa6;height:2px;margin-bottom:5px;width:100%}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group{margin:15px 0;position:relative}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_group{position:relative}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .right{margin-right:19px}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group label{color:#4a4a69;font-size:15px;font-weight:600}@media screen and (max-width:768px){.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group label{font-size:14px}}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field{background-color:rgba(123,94,234,.08);border:1px solid #93939394;border:var(--border-3);border-radius:3px;color:#9fa4a6;outline:none;padding:10px 8px;width:100%}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field:focus{background-color:rgba(123,94,234,.7);color:#fff}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field:focus::-webkit-input-placeholder{color:#fff}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field:focus:-ms-input-placeholder{color:#fff}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field:focus::placeholder{color:#fff}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field:active{background-color:rgba(123,94,234,.7);color:#fff}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field::-webkit-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field:-ms-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .form_group .input_field::placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .submit_btn{background-color:#7b5eea;border:1px solid #00a5ec;border:var(--hover-border);border-radius:3px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px!important;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:100%}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .submit_btn:hover{background-color:#7b5eeaa6}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_register{display:flex;justify-content:center;margin-top:15px;text-align:center;width:100%}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_register p{color:#000;font-size:14px;font-weight:600;padding:0 5px}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_register p a{color:#7a5eeaf8!important}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_register p .log_page_nav_link:hover{border-bottom:2px solid #7b5eea;color:#7b5eea}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_register .login_nav_break_point{color:#7a5eeaf8!important}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_home{margin-top:15px;text-align:center}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_home p{font-size:14px;font-weight:600}.tron_dashboard_resetpassword_page_wrapper .tron_dashboard_resetpassword_card .tron_dashboard_resetpassword_content form .go_to_home p a{color:#7a5eeaf8}.termAndConditions_body{background-color:#1e0b56!important;color:#fff}.termAndConditions_body .termAndConditions_sub{margin:auto;padding-top:40px;width:80%}@media screen and (min-width:1550px){.termAndConditions_body .termAndConditions_sub{width:100%}}@media screen and (max-width:641px){.termAndConditions_body .termAndConditions_sub{width:100%}}@media screen and (max-width:386px){.termAndConditions_body .termAndConditions_sub{padding-top:30px}}.termAndConditions{padding-top:40px;text-align:center}.termAndConditionsWelcome{padding:5px 0;text-align:center}.termAndConditionBasicDetails h1{padding-top:40px;text-align:center}.termAndConditionBasicDetails h2{padding-top:40px;text-align:left}.termAndConditionBasicDetails h4{text-align:center}.termAndConditionBasicDetails p{padding:10px 0}.termAndCondition_section_details{padding:40px}.termAndCondition_section_details h2{padding-top:40px;text-align:center}.termAndCondition_section_details .showAndList{padding:10px}.termAndCondition_section_details .showAndList p{font-weight:500}.termAndCondition_section_details .showAndList li{list-style-type:none;padding:2px 15px}.showAndList{padding:10px}.showAndList p{font-weight:500}.showAndList li{list-style-type:none;padding:2px 10px}.showAndList h2{text-align:left!important}.tron_frontpage_wrapper{background-color:#1e0b56!important;padding-top:100px}.tron_frontpage_wrapper .tron_front_hero_section{align-items:center;display:flex;font-family:Poppins,sans-serif;justify-content:space-between}@media screen and (max-width:768px){.tron_frontpage_wrapper .tron_front_hero_section{display:inherit}}.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content{width:50%}@media screen and (max-width:768px){.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content{margin-bottom:50px;text-align:center;width:100%}}.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content h2{color:#fff;font-size:50px;font-weight:600;line-height:65px;text-transform:capitalize}@media screen and (max-width:768px){.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content h2{font-size:35px;line-height:inherit}}@media screen and (max-width:490px){.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content h2{font-size:25px}}.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content p{color:#fff;font-size:16px;font-weight:600;margin:20px 0 40px!important}@media screen and (max-width:768px){.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content p{font-size:13px}}.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content a{background-color:#e8c743;border-radius:2px;color:#7b5eea!important;font-size:16px;font-weight:600;padding:12px 35px!important;text-transform:capitalize;transition:all .3s ease-in-out}.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_content a:hover{background-color:#c4a50c;border-bottom:none!important;color:#fff!important}.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_img{width:50%}@media screen and (max-width:768px){.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_img{text-align:center;width:100%}}.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_img img{-webkit-animation:bounce 1.8s ease-in-out 0s infinite alternate;animation:bounce 1.8s ease-in-out 0s infinite alternate}@media screen and (max-width:768px){.tron_frontpage_wrapper .tron_front_hero_section .tron_front_hero_img img{max-width:100%;width:400px}}.tron_frontpage_wrapper .skew_divider{background:linear-gradient(to right bottom,#1e0b56 49%,#0f052c 50%),linear-gradient(-50deg,#fff 16px,#000 0);height:100px;left:0;width:100%}.tron_front_businesscard_wrapper{background-color:#1e0b56;padding-bottom:80px;padding-top:80px}.tron_front_businesscard_wrapper .service_title{color:#fff;font-size:50px;padding:80px 0;text-align:center}@media screen and (max-width:386px){.tron_front_businesscard_wrapper .service_title{font-size:25px}}.tron_front_businesscard_wrapper .tron_front_business_card{grid-column-gap:20px;grid-row-gap:20px;display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:879px){.tron_front_businesscard_wrapper .tron_front_business_card{grid-column-gap:20px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.tron_front_businesscard_wrapper .tron_front_business_card{grid-column-gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:490px){.tron_front_businesscard_wrapper .tron_front_business_card{grid-template-columns:repeat(1,1fr)}}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card{background-color:#7b5eea;border-radius:10px;padding:25px 15px;position:relative;text-align:center;transition:all .3s ease-in-out}@media screen and (max-width:768px){.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card{padding:30px 18px}}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card:hover{background-color:#fff;box-shadow:0 8px 60px -6px rgba(123,94,234,.7);-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card:hover .card_desc,.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card:hover .card_title{color:#000}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card .card_img{text-align:center}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card .card_img img{width:120px}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card .card_title{color:#fff;margin-bottom:20px;margin-top:20px;transition:all .3s ease-in-out}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card .card_title h2{font-size:25px;font-weight:600;text-align:center}@media screen and (max-width:490px){.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card .card_title h2{font-size:20px}}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card .card_desc{color:#fff;transition:all .3s ease-in-out}.tron_front_businesscard_wrapper .tron_front_business_card .tron_front_card .card_desc p{font-family:Poppins,sans-serif;font-size:14px}.mono_front_investsection_wrapper{background-color:#0e0524;padding-bottom:80px;padding-top:80px}.mono_front_investsection_wrapper .mono_front_invest_container{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:768px){.mono_front_investsection_wrapper .mono_front_invest_container{display:inherit}}.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left{width:50%}@media screen and (max-width:768px){.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left{margin-bottom:50px;text-align:center;width:100%}}.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left h2{color:#fff;font-size:55px;font-weight:600}@media screen and (max-width:768px){.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left h2{font-size:35px;line-height:inherit}}@media screen and (max-width:490px){.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left h2{font-size:25px}}.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left p{color:#fff;font-size:14px;font-weight:600;margin-bottom:40px!important;margin-top:10px!important}@media screen and (max-width:768px){.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left p{font-size:13px}}.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left a{background-color:#7b5eea;border-radius:25px;color:#fff!important;font-size:16px;font-weight:600;padding:12px 35px!important;text-transform:capitalize;transition:all .3s ease-in-out}.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_left a:hover{background-color:#fff;border-bottom:none!important;color:#7b5eea!important}.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_right{width:50%}@media screen and (max-width:768px){.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_right{text-align:center;width:100%}}.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_right img{-webkit-animation:bounce 1.8s ease-in-out 0s infinite alternate;animation:bounce 1.8s ease-in-out 0s infinite alternate;max-width:100%}@media screen and (max-width:768px){.mono_front_investsection_wrapper .mono_front_invest_container .mono_front_invest_right img{max-width:100%;width:400px}}.mono_front_faq_wrapper{background:linear-gradient(#0e0529,#1e0b56);padding-bottom:80px;padding-top:80px}.mono_front_faq_wrapper .title{text-align:center}.mono_front_faq_wrapper .title h2{color:#fff;font-size:50px;font-weight:600}@media screen and (max-width:490px){.mono_front_faq_wrapper .title h2{font-size:25px}}.mono_front_faq_wrapper .mono_front_accordion_lists{grid-column-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);margin:30px auto auto;width:60%}@media screen and (max-width:768px){.mono_front_faq_wrapper .mono_front_accordion_lists{width:100%}}.mono_front_faq_wrapper .mono_front_accordion_lists .mono_accordion_card .ques{align-items:center;background-color:#0e0524;border-bottom:2px solid #7b5eea;cursor:pointer;display:flex;justify-content:space-between;padding:12px 25px;transition:all .3s ease-in-out}.mono_front_faq_wrapper .mono_front_accordion_lists .mono_accordion_card .ques:hover{background-color:#7b5eea}.mono_front_faq_wrapper .mono_front_accordion_lists .mono_accordion_card .ques:hover span svg{color:#fff}.mono_front_faq_wrapper .mono_front_accordion_lists .mono_accordion_card .ques h2{color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-weight:600}.mono_front_faq_wrapper .mono_front_accordion_lists .mono_accordion_card .ques span svg{color:#7b5eea;font-size:22px;font-weight:600;margin-bottom:-6px;transition:all .3s ease-in-out}.mono_front_faq_wrapper .mono_front_accordion_lists .mono_accordion_card .ans{padding:10px 20px}.mono_front_faq_wrapper .mono_front_accordion_lists .mono_accordion_card .ans p{color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}.mono_front_about_wrapper{background:linear-gradient(#0e0529,#1e0b56);background:var(--bg_front_gradient);background-color:#001b30;margin:auto auto 0;width:100%}.mono_front_about_wrapper .mono_front_about_section{align-items:center;display:flex;justify-content:space-between;width:100%}.mono_front_about_wrapper .mono_front_about_section img{margin:auto}@media screen and (max-width:768px){.mono_front_about_wrapper .mono_front_about_section{display:inherit}}.mono_front_about_wrapper .mono_front_about_section .mono_front_about_img{text-align:center;width:50%}@media screen and (max-width:768px){.mono_front_about_wrapper .mono_front_about_section .mono_front_about_img{margin-bottom:50px;width:100%}}.mono_front_about_wrapper .mono_front_about_section .mono_front_about_img img{-webkit-animation:bounce 1.8s ease-in-out 0s infinite alternate;animation:bounce 1.8s ease-in-out 0s infinite alternate;max-width:100%}@media screen and (max-width:768px){.mono_front_about_wrapper .mono_front_about_section .mono_front_about_img img{max-width:100%;width:400px}}.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content{width:50%}@media screen and (max-width:768px){.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content{text-align:center;width:100%}}.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content h2{color:#fff;color:var(--text-white);font-size:40px;font-weight:600;text-transform:capitalize}@media screen and (max-width:768px){.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content h2{font-size:35px;line-height:inherit}}@media screen and (max-width:490px){.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content h2{font-size:25px}}.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content p{color:#fff;color:var(--text-white);font-size:16px;font-weight:600;margin:20px 0 40px!important}@media screen and (max-width:768px){.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content p{font-size:13px}}.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content a{background-color:#7b5eea;background-color:var(--bg_front_blue);border-radius:25px;color:#fff!important;color:var(--text-white)!important;font-size:16px;font-weight:600;padding:12px 35px!important;text-transform:capitalize;transition:all .3s ease-in-out}.mono_front_about_wrapper .mono_front_about_section .mono_front_about_content a:hover{background-color:#fff;background-color:var(--bg-white);border-bottom:none!important;color:#7b5eea!important;color:var(--text_front_blue)!important}.tron_front_about_hero_wrapper{background:linear-gradient(#0e0529,#1e0b56);background:var(--bg_front_gradient);padding-bottom:80px;padding-top:100px}@media screen and (max-width:768px){.tron_front_about_hero_wrapper{padding-bottom:20px}}.tron_front_about_hero_wrapper .tron_front_about_hero_container .title{align-items:center;display:flex;justify-content:center;padding-top:55px}.tron_front_about_hero_wrapper .tron_front_about_hero_container .title h2{color:#fff;color:var(--text-white);font-family:Poppins,sans-serif;font-size:35px;font-weight:600;text-align:center}@media screen and (max-width:490px){.tron_front_about_hero_wrapper .tron_front_about_hero_container .title h2{font-size:25px}}.tron_front_footer_wrapper{background-color:#0e0524;background-color:var(--bg_front_black_purple);padding-top:10px}.tron_front_footer_wrapper .footer-container{align-items:center;display:flex;font-size:13px;font-weight:600;justify-content:space-between;padding:0 0 10px;text-align:center}.tron_front_footer_wrapper .footer-container p{color:#fff!important}.tron_front_footer_wrapper .footer-container a{color:#7b5eea!important;color:var(--text_front_blue)!important}@media screen and (max-width:837px){.tron_front_footer_wrapper .footer-container{flex-direction:column}}.tron_front_footer_wrapper .footer-container .content .social_link{list-style:none}.tron_front_footer_wrapper .footer-container .content .social_link li{display:inline-block;margin:20px 10px 0 0}.tron_front_footer_wrapper .footer-container .content .social_link li a svg{align-items:center;background-color:#7b5eea;background-color:var(--bg_front_blue);color:#fff;display:flex;font-size:16px;font-weight:14px;justify-content:center;padding:10px;transition:all .3s ease-in-out}.tron_front_footer_wrapper .footer-container .content .social_link li a .facebook:hover{background:#1877f2!important}.tron_front_footer_wrapper .footer-container .content .social_link li a .twitter:hover{background:#1da1f2!important}.tron_front_footer_wrapper .footer-container .content .social_link li a .instagram:hover{background:#e4405f!important}.tron_front_footer_wrapper .footer-container .content .social_link li a .youtube:hover{background:#cd201f!important}.tron_front_footer_wrapper .footer-container .content .social_link li a .interest:hover{background:#bd081c!important}.tron_front_footer_wrapper .footer-container .content .social_link li a .telegram:hover{background:#00405d!important}.tron_front_footer_wrapper .footer-container .content .social_link li a .linkedin:hover{background:#0077b5!important}.tron_front_footer_wrapper .mono_front_footer_container{grid-column-gap:25px;grid-row-gap:25px;display:grid;grid-template-columns:repeat(2,1fr);padding:30px 0}@media screen and (max-width:1024px){.tron_front_footer_wrapper .mono_front_footer_container{grid-template-columns:repeat(1,1fr)}}.tron_front_footer_wrapper .mono_front_footer_container .form{width:400px}@media screen and (max-width:1024px){.tron_front_footer_wrapper .mono_front_footer_container .form{width:100%}}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget .title{color:#fff;color:var(--text-white);font-size:16px;font-weight:600;margin-bottom:10px!important;text-transform:uppercase}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group{padding-right:45px;position:relative}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .subscribe_field{background-color:rgba(123,94,234,.28);border:none;color:#fff;font-size:14px;outline:none;padding:12px 20px;width:100%}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .subscribe_field:active,.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .subscribe_field:focus{background-color:rgba(123,94,234,.7);color:#fff;color:var(--text-white)}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .subscribe_field::-webkit-input-placeholder{color:#9fa4a6;color:var(--text-gray);font-size:11px;text-transform:uppercase}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .subscribe_field:-ms-input-placeholder{color:#9fa4a6;color:var(--text-gray);font-size:11px;text-transform:uppercase}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .subscribe_field::placeholder{color:#9fa4a6;color:var(--text-gray);font-size:11px;text-transform:uppercase}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .submit_btn{background-color:#7b5eea;background-color:var(--bg_front_blue);border:none;border-radius:3px;color:#fff;color:var(--text-white);font-size:14px;font-weight:500;padding:7px 20px;position:absolute;right:-38px;text-transform:capitalize;top:5px;z-index:2}@media screen and (max-width:1024px){.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget form .form_group .submit_btn{right:10px}}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget .mono_front_footer_menu ul{list-style:none}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget .mono_front_footer_menu ul li{display:inline-block;margin-bottom:10px;padding:0;width:31%}@media screen and (max-width:768px){.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget .mono_front_footer_menu ul li{width:48%}}.tron_front_footer_wrapper .mono_front_footer_container .mono_front_footer_widget .mono_front_footer_menu ul li a{color:#a3b0bd;display:inline-block;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;transition:all .2s linear}.sticky{background-color:#0e0524!important;transition:all .3s ease-in-out}.tron_frontpage_header_wrapper{background-color:transparent;left:0;padding:0;position:fixed;right:0;top:0;transition:all .3s ease-in-out;width:100%;z-index:5000}@media screen and (max-width:837px){.tron_frontpage_header_wrapper{background-color:#0e0524!important}}.tron_frontpage_header_wrapper .toggler_icon{display:none}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .toggler_icon{display:block;margin-right:15px}.tron_frontpage_header_wrapper .toggler_icon svg{color:#fff;font-size:20px}}.tron_frontpage_header_wrapper .tron_front_navbar{align-items:center;display:flex;justify-content:space-between;padding:0}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo{align-items:center;display:flex;justify-content:space-between;width:100%}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .logo img{height:50px;width:100px}@media screen and (max-width:386px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .logo img{height:35px;width:80px}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2{display:none;list-style:none}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2{display:inline-block;display:flex;gap:10px}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2{display:inline-block;margin-left:0}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .tron_front_nav_link2{color:#fff;font-size:13px;font-weight:600;padding:10px;transition:all .3s ease-in-out}@media screen and (max-width:320px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .tron_front_nav_link2{font-size:12px;font-weight:600;padding:6px}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .login2{background-color:#e8c743;border:0}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .login2:hover{background-color:#c4a50c;border-bottom:none!important;color:#fff!important}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .register2{background-color:#fff;border:0;color:#1e0b56!important}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .register2:hover{background-color:#787af0;border-bottom:none!important;color:#fff!important;color:var(--text-white)!important}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .tron_front_navbar_dashboard{background-color:#fff;border:0;color:#1e0b56!important}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .tron_front_navbar_dashboard:hover{background-color:#787af0;border-bottom:none!important;color:#fff!important}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .tron_front_navbar_logOut{background-color:#e8c743;border:0}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_logo .tron_front_navbar_lists2 .tron_front_navbar_list2 .tron_front_navbar_logOut:hover{background-color:#c4a50c;border-bottom:none!important;color:#fff!important}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar{justify-content:start}.tron_frontpage_header_wrapper .tron_front_navbar .toggle_navbar{background:#0e0524!important;height:220px!important;opacity:1!important;-webkit-transform:scaleY(1.1)!important;transform:scaleY(1.1)!important;-webkit-transform-origin:top!important;transform-origin:top!important;transition:all .3s ease-in-out!important}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu{transition:all .3s ease-in-out}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu{background:#0e0524;border-top:2px solid #7b5eea;height:0;left:0;opacity:0;position:absolute;top:57px;-webkit-transform:scaleY(0);transform:scaleY(0);transition:all .3s ease-in-out;width:100%}}@media screen and (max-width:386px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu{top:45px}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists{list-style:none}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists{margin-left:15px!important}}@media screen and (max-width:386px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists{margin-left:10px!important}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list{display:inline-block;margin-left:15px}@media screen and (max-width:879px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list{margin-left:5px!important}}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list{display:inherit!important;margin:13px 30px!important}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link{color:#fff;font-size:13px;font-weight:600;padding:10px;transition:all .3s ease-in-out}@media screen and (max-width:879px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link{padding:10px 8px}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:hover{border-bottom:2px solid #7b5eea;color:#7b5eea}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l{background-color:rgba(28,28,85,.79);display:block;margin-left:0;margin-top:15px;position:absolute}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l ul{list-style:none;margin:0}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l ul{text-align:center}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l ul li{cursor:pointer;padding:10px 30px}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l ul li:hover{background-color:#ae989877}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l ul li a{border-bottom:2px solid transparent;color:#fff;font-size:12px}@media screen and (max-width:420px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l ul li a{padding:8px}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .tron_front_nav_link:focus+.sub-menu-l ul li a:hover{border-bottom:2px solid #e8c743;color:#e8c743}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .active{border-bottom:2px solid #7b5eea;color:#7b5eea}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .tron_front_navbar_list .sub-menu-l{display:none}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .login{margin-top:25px!important}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .login a,.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .register a{background-color:#e8c743;border-radius:0;color:#1e0b56!important;font-weight:400!important;padding:8px 28px!important;transition:all .3s ease-in-out}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .login a:hover,.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .register a:hover{background-color:#c4a50c;border-bottom:none!important;color:#fff!important}@media screen and (max-width:837px){.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .login a,.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .register a{display:none}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .register{margin-top:25px!important}}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .register .active{border-bottom:none;color:#7b5eea}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .register a{background-color:#fff!important;color:#7b5eea!important}.tron_frontpage_header_wrapper .tron_front_navbar .tron_front_navbar_menu .tron_front_navbar_lists .register a:hover{background-color:#787af0!important;border-bottom:none!important;color:#fff!important}.mono_front_service_wrapper{background:linear-gradient(#0e0529,#1e0b56);background:var(--bg_front_gradient);padding-bottom:80px;padding-top:100px}@media screen and (max-width:768px){.mono_front_service_wrapper{padding-bottom:20px}}.mono_front_service_wrapper .mono_front_service_container .title{align-items:center;display:flex;justify-content:center;padding-top:55px}.mono_front_service_wrapper .mono_front_service_container .title h2{color:#fff;color:var(--text-white);font-family:Poppins,sans-serif;font-size:35px;font-weight:600;text-align:center}@media screen and (max-width:490px){.mono_front_service_wrapper .mono_front_service_container .title h2{font-size:25px}}@media screen and (max-width:768px){.services_page_card .mono_front_business_card{grid-row-gap:140px!important;margin-top:40px!important}}.services_page_card .mono_front_business_card .mono_front_card{padding:42px 15px!important}.services_page_card .mono_front_business_card .mono_front_card .card_img{margin-top:-75px!important}.services_page_card .mono_front_business_card .mono_front_card .card_img img{-webkit-animation:bounce 1.8s ease-in-out 0s infinite alternate;animation:bounce 1.8s ease-in-out 0s infinite alternate;margin-top:-75px!important}.services_page_card .mono_front_business_card .mono_front_card .card_title{margin-top:35px!important}.tron_front_plan_wrapper{background:linear-gradient(#0e0529,#1e0b56);padding-bottom:80px;padding-top:80px}.tron_front_plan_wrapper .tron_front_plan_content .title h2{color:#fff;font-family:Poppins,sans-serif;font-size:50px;font-weight:600;text-align:center;text-transform:uppercase}@media screen and (max-width:490px){.tron_front_plan_wrapper .tron_front_plan_content .title h2{font-size:25px}}.tron_front_plan_wrapper .tron_front_plan_content .plans_btn{background-color:#7b5eea;border-radius:25px;color:#fff!important;font-size:13px;font-weight:600;padding:8px 35px!important;text-transform:capitalize;transition:all .3s ease-in-out}.tron_front_plan_wrapper .tron_front_plan_content .plans_btn:hover{background-color:#fff;border-bottom:none!important;color:#7b5eea!important}.tron_front_plan_wrapper .tron_front_plan_content .pt_mthd{margin-top:40px}.tron_front_plan_wrapper .tron_front_plan_content .pt_mthd span{color:#fff;font-size:13px;font-weight:600;text-transform:capitalize}.tron_front_plan_wrapper .tron_front_plan_content .mthds{margin-top:20px}.tron_front_plan_wrapper .tron_front_plan_content .mthds ul{list-style:none;text-align:center}.tron_front_plan_wrapper .tron_front_plan_content .mthds ul li{display:inline-block;margin:0 8px;padding:0;text-align:center}.tron_front_plan_wrapper .tron_front_plan_content .mthds ul li img{display:inline-block;height:20px;margin-bottom:-5px;margin-right:5px;text-align:center;width:20px}.tron_front_plan_wrapper .tron_front_plan_content .mthds ul li p{color:#fff;display:inline-block;font-size:13px;font-weight:600;letter-spacing:1px;line-height:20px;text-transform:uppercase}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card{grid-gap:30px;display:flex;flex-wrap:wrap;justify-content:center;margin-top:60px}@media screen and (max-width:879px){.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card{grid-column-gap:20px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card{grid-column-gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:490px){.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card{grid-template-columns:repeat(1,1fr)}}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale{border-radius:10px;justify-self:auto;padding:40px;position:relative;text-align:center;transition:all .3s ease-in-out;width:260px}@media screen and (max-width:1024px){.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale{padding:30px 20px}}@media screen and (max-width:768px){.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale{padding:40px}}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale:hover{background-color:#7b5eea;box-shadow:0 8px 60px -6px rgba(123,94,234,.7);-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale:hover .button a{background-color:#fff!important;color:#7b5eea!important}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale:hover p span{background-color:#fff;color:#7b5eea}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale:hover p .active{color:#fff}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale p{font-size:13px}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale p span{background-color:#999;border-radius:2px;color:#fff;font-size:15px;font-weight:500;padding:6px 15px;transition:all .3s ease-in-out}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale .text_white{color:#fff;font-weight:600}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale .horizontal{border-bottom:1px solid #999;margin:25px 0;opacity:.4;position:relative;width:100%}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale h4{color:#999;font-size:25px;font-weight:600;line-height:25px;margin-bottom:10px!important;text-transform:uppercase}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale .button{margin-top:55px!important}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .table_sale .button a{background-color:#7b5eea;border-radius:25px;box-shadow:0 8px 6px -6px rgba(0,0,0,.3);color:#fff!important;font-size:13px;font-weight:600;padding:8px 35px!important;text-transform:capitalize;transition:all .3s ease-in-out}.tron_front_plan_wrapper .tron_front_plan_content .table_sale_card .dark_blue{background-color:#1e0b56}.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box{background-color:#000;border-radius:15px;box-shadow:0 8px 50px -6px rgba(0,0,0,.35);margin-top:80px!important;margin:0 auto;padding:40px;position:relative;text-align:center;width:500px}@media screen and (max-width:768px){.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box{max-width:100%!important;width:auto!important}}@media screen and (max-width:490px){.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box{padding:22px}}.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box .title{align-items:center;display:flex;justify-content:center}.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box .title span{background-color:#7b5eea;border-radius:25px;box-shadow:0 8px 6px -6px rgba(0,0,0,.3);color:#fff!important;font-size:13px;font-weight:600;margin-right:10px;padding:4px 15px!important;text-transform:capitalize;transition:all .3s ease-in-out}.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box .title p{color:#fff;font-size:14px;font-weight:600}.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box .timer_box{grid-column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px}@media screen and (max-width:641px){.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box .timer_box{grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:repeat(2,1fr)}}.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box .timer_box .timer{background-color:#1b1b1b;border-radius:5px;box-shadow:0 8px 40px -6px rgba(123,94,234,.2);color:#7b5eea;display:inline-block;font-size:12px;letter-spacing:1px;list-style-type:none;margin:0 5px;min-width:calc(24% - 10px);padding:10px 0;position:relative;text-align:center;text-transform:uppercase}.tron_front_plan_wrapper .tron_front_plan_content .dicount_timer_box .timer_box .timer span{color:#fff;display:block;font-family:Poppins,sans-serif;font-size:55px;font-weight:200;line-height:1;margin-bottom:5px}.tron_front_plan_hero_wrapper{background:linear-gradient(#0e0529,#1e0b56);padding-bottom:80px;padding-top:100px}@media screen and (max-width:768px){.tron_front_plan_hero_wrapper{padding-bottom:20px}}.tron_front_plan_hero_wrapper .tron_front_plan_hero_container .title{align-items:center;display:flex;justify-content:center;padding-top:55px}.tron_front_plan_hero_wrapper .tron_front_plan_hero_container .title h2{color:#fff;font-family:Poppins,sans-serif;font-size:35px;font-weight:600;text-align:center}@media screen and (max-width:490px){.tron_front_plan_hero_wrapper .tron_front_plan_hero_container .title h2{font-size:25px}}.tron_front_contact_wrapper{background:linear-gradient(#0e0529,#1e0b56);padding-bottom:80px;padding-top:100px}@media screen and (max-width:768px){.tron_front_contact_wrapper{padding-bottom:20px}}.tron_front_contact_wrapper .tron_front_contact_container .title{align-items:center;display:flex;justify-content:center;padding-top:55px}.tron_front_contact_wrapper .tron_front_contact_container .title h2{color:#fff;font-family:Poppins,sans-serif;font-size:65px;font-weight:600;text-align:center;text-transform:uppercase}@media screen and (max-width:490px){.tron_front_contact_wrapper .tron_front_contact_container .title h2{font-size:25px}}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);margin:30px auto auto;width:100%}@media screen and (max-width:991px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form{width:100%}}@media screen and (max-width:879px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:768px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form{width:100%}}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address{grid-gap:10px;grid-row-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;margin-bottom:35px;text-align:center}@media screen and (max-width:768px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address{grid-template-columns:repeat(3,1fr)}}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list{align-items:center;border:1px solid #999;border-radius:10px;display:flex;flex-direction:column;justify-self:center;padding:22px 0;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list{padding:20px 0}}@media screen and (max-width:641px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list{padding:18px 0}}@media screen and (max-width:420px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list{padding:16px 0}}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list:hover{background-color:#7b5eea;box-shadow:0 8px 60px -6px rgba(123,94,234,.7);-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list img{height:60px;width:60px}@media screen and (max-width:768px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list img{height:45px;width:45px}}@media screen and (max-width:641px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list img{height:40px;width:40px}}@media screen and (max-width:420px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list img{height:35px;width:35px}}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list .contactUs-logo{background-color:transparent;border:1px solid #999;border-radius:4px;color:#fff;cursor:pointer;margin:3px;padding:4px 10px}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form .tron_front_contact_address .address_list .contactUs-logo:hover{background-color:rgba(26,26,79,.831);border:1px solid transparent}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group{display:flex;justify-content:space-between}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .right{margin-right:19px}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .left{margin-right:25px}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .input_group{width:50%}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .input_group .input_field{background-color:rgba(123,94,234,.08);border:none;border-radius:3px;color:#fff;font-size:12px;margin-bottom:10px;outline:none;padding:15px 8px;text-align:left;width:100%}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .input_group .input_field:active,.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .input_group .input_field:focus{background-color:rgba(123,94,234,.7);color:#fff}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .input_group .input_field::-webkit-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .input_group .input_field:-ms-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .form_group .input_group .input_field::placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .left{margin-right:25px}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .text_area textarea{background-color:rgba(123,94,234,.08);border:none;border-radius:3px;color:#fff;font-family:Poppins,sans-serif;font-size:12px;height:100px;margin-bottom:10px;outline:none;padding:10px 8px;resize:none;text-align:left;width:100%}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .text_area textarea:active,.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .text_area textarea:focus{background-color:rgba(123,94,234,.7);color:#fff}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .text_area textarea::-webkit-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .text_area textarea:-ms-input-placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .text_area textarea::placeholder{color:#9fa4a6;font-size:11px;text-transform:uppercase}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .text_area_subject textarea{height:20px!important}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .msg_button{text-align:center}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .msg_button .submit_btn{background-color:#7b5eea;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px!important;padding:10px 12px;text-transform:capitalize;transition:all .3s ease-in-out;width:140px}.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .msg_button .submit_btn:hover{background-color:#7b5eeaa6;box-shadow:0 5px 5px 0 rgba(82,63,105,.05)}@media screen and (max-width:420px){.tron_front_contact_wrapper .tron_front_contact_container .tron_front_contact_form form .msg_button .submit_btn{width:100%}}.LiveCrypto_Container,.LiveCrypto_Container .Live_crypto_Info_wrapper{background:linear-gradient(#0e0529,#1e0b56);background:var(--bg_front_gradient);padding-bottom:80px;padding-top:80px}.LiveCrypto_Container .Live_crypto_Info_wrapper .Live_crypto_Info_section h1{color:#fff;text-align:center;text-transform:capitalize}.tron_front_planPDF_hero_wrapper{background:linear-gradient(#0e0529,#1e0b56);padding-bottom:80px;padding-top:100px}@media screen and (max-width:768px){.tron_front_planPDF_hero_wrapper{padding-bottom:20px}}.tron_front_planPDF_hero_wrapper .tron_front_planPDF_hero_container{width:100%}.tron_front_planPDF_hero_wrapper .tron_front_planPDF_hero_container .all_pdf_title{background:rgba(36,35,35,0);padding:10px;width:100%}.tron_front_planPDF_hero_wrapper .tron_front_planPDF_hero_container .all_pdf_title form{margin:30px 0}.tron_front_planPDF_hero_wrapper .tron_front_planPDF_hero_container .all_pdf_title form span{margin-top:3px}.tron_front_planPDF_hero_wrapper .tron_front_planPDF_hero_container .pdf_container{height:80vh;width:100%}.tron_front_planPDF_hero_wrapper .tron_front_planPDF_hero_container .pdf_container .classDocViewer{height:"100%";margin:"0px auto";width:"50%"}.center_element{text-align:center}.Home_page_Features_wrapper{background:linear-gradient(#0e0529,#1e0b56);padding-bottom:80px;padding-top:80px}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card{grid-column-gap:40px;grid-row-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px}@media screen and (max-width:879px){.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card{grid-column-gap:20px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card{grid-column-gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:490px){.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card{grid-template-columns:repeat(1,1fr)}}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .crypto_card{height:auto!important;padding:10px!important}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features{border:1px solid #9797eb;border-radius:4px;justify-self:auto;padding:15px 20px 20px;position:relative;text-align:center;transition:all .3s ease-in-out}@media screen and (max-width:1024px){.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features{padding:30px 20px}}@media screen and (max-width:768px){.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features{padding:40px}}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features:hover{box-shadow:0 8px 60px -6px rgba(123,94,234,.7);-webkit-transform:translateY(-10px);transform:translateY(-10px)}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features:hover p span{background-color:#fff;background-color:var(--bg-white);color:#7b5eea;color:var(--text_front_blue)}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features:hover p .active{color:#fff;color:var(--text-white)}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details{border-radius:4px;padding:10px}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_name{display:flex;justify-content:center}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_name .crypto_img{height:50px;margin-right:10px;width:50px}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_name .crypto_name_symbol{color:#fff}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_name .crypto_name_symbol h2{font-size:25px}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_name .crypto_name_symbol p{font-size:14px;margin-top:-8px!important}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_rate{text-align:center}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_rate h2{color:#fff;font-size:25px;margin-top:10px!important}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_market{margin-top:10px!important}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_market .market{align-items:center;display:flex;justify-content:space-between}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .crypto_details .crypto_market .market span{color:#fff;font-size:14px}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features h1{color:#fff}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features p{color:#fff;font-size:14px}.Home_page_Features_wrapper .Home_page_Features_content .table_Features_card .table_Features .dark_blue{background-color:#1e0b56;background-color:var(--bg_front_dark_purple)}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@-webkit-keyframes letszoom{0%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes letszoom{0%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.home_page_side_bar{position:fixed;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:99999}@media screen and (max-width:420px){.home_page_side_bar{transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}}.home_page_side_bar .all_social_icon{align-items:center;color:#fff;display:flex;font-size:20px;justify-content:flex-end;margin-bottom:10px;padding:2px;text-decoration:none;transform:translateX(-70px);-webkit-transform:translateX(-70px);-ms-transform:translateX(-70px);transition:all .3s linear;-webkit-transition:all .3s linear;-ms-transition:all .3s linear;width:100px}@media screen and (max-width:420px){.home_page_side_bar .all_social_icon{font-size:15px;transform:translateX(-60px);-webkit-transform:translateX(-60px);-ms-transform:translateX(-60px);width:80px}}.home_page_side_bar .all_social_icon .social_icon{animation:letszoom duration timing-function delay iteration-count direction fill-mode 3s linear infinite alternate-reverse;font-size:30px!important;padding-left:10px;padding-right:1px}@media screen and (max-width:420px){.home_page_side_bar .all_social_icon .social_icon{font-size:20px!important}}.home_page_side_bar .all_social_icon:hover{transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0)}.home_page_side_bar .twitter{background:#1da1f2!important}.home_page_side_bar .facebook{background:#1877f2!important}.home_page_side_bar .instagram{background:#e4405f!important}.home_page_side_bar .youtube{background:#cd201f!important}.home_page_side_bar .interest{background:#bd081c!important}.home_page_side_bar .telegram{background:#00405d!important}.home_page_side_bar .linkedin{background:#0077b5!important}@media screen and (max-width:420px){.home_page_side_bar_for_login_page{display:none!important}}.tronliveClub_adminHome_wrapper{transition:all .3s ease-in-out}.tronliveClub_adminHome_wrapper .tronliveClub_section_title h2{color:#4a4a69;color:var(--text-p-color);font-size:20px;transition:all .3s ease-in-out}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item{width:100%}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-row-gap:15px;grid-column-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:20px}@media screen and (max-width:991px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1550px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:641px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content{grid-template-columns:repeat(1,1fr)}}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper{background-color:#fff;background-color:var(--bg-white);border-radius:5px;box-shadow:1px 1px 7px rgba(154,154,204,.1);box-shadow:var(--box-shadow-1);padding:22px;position:relative;transition:all .3s ease-in-out}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content{align-items:center;display:flex;justify-content:space-between;position:relative;transition:all .3s ease-in-out;z-index:1}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info p{color:#4a4a69;color:var(--text-p-color);font-size:18px;white-space:nowrap}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_info h2{color:#4a4a69;color:var(--text-p-color);font-size:14px;margin-bottom:10px!important}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon{align-items:center;border-radius:50%;display:flex;justify-content:center;order:2;padding:0}@media screen and (max-width:991px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon{margin-right:10px}}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dash_content .tronliveClub_dash_card_wrapper .tronliveClub_content .tronliveClub_widget_icon svg{border-radius:50px;color:#fff;font-size:30px;padding:10px}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dashboard_chart{margin-right:10px!important;margin-top:20px!important;padding-top:10px!important}@media screen and (max-width:1200px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_dashboard_chart{margin-right:0!important}}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section{background-color:#fff;background-color:var(--bg-white);border-radius:5px;margin-bottom:10px;margin-top:20px}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form{align-items:center;display:flex;transition:all .3s ease-in-out}@media screen and (max-width:991px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form{display:inherit}}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field{align-items:center;display:flex;padding:25px;width:100%}@media screen and (max-width:991px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field{width:auto}}@media screen and (max-width:420px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field{display:inherit;padding:25px 10px;text-align:center}}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field .input_group{width:100%}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field .input_group Input{background-color:#f9fbfb;background-color:var(--bg-body);border-bottom:1px solid #eaedf1;border-left:1px solid #eaedf1;border-right:none;border-top:1px solid #eaedf1;border:var(--border-4);border-radius:5px;color:#9fa4a6;color:var(--text-gray);font-size:15px;outline:none;padding:18px 10px;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:420px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field .input_group Input{width:90%}}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field button{background-color:#1a73e8;background-color:var(--bg-thin-green);border:none!important;border-bottom-right-radius:5px;border-top-right-radius:5px;color:#fff;cursor:pointer;font-size:15px;outline:none;padding:19px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:200px}.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field button:hover{opacity:.8}@media screen and (max-width:420px){.tronliveClub_adminHome_wrapper .tronliveClub_dash_content_item .tronliveClub_link_copy_section form .tronliveClub_input_field button{margin-top:20px}}.all_member{color:red}.active_member{color:#5c5cd0}.blocked_menber{color:#5da45d}.AllTransaction{color:red}.SuccessfulTransaction{color:blue}.RejectedTransaction{color:green}.AllWithdraw{color:red}.SuccessfulWithdraw{color:green}.RejectedReport{color:blue}.AllReport{color:red}.LevelIncomeEarning{color:aqua}.ROIIncomeEarning{color:tomato}.RewardIncomeEarning{color:wheat}.ContactUs{color:#bdb76b}.tronliveClub_message_modal_field .message_details .message_group{margin-top:20px;text-align:left}.tronliveClub_message_modal_field .message_details .message_group p{color:#000;color:var(--text-black);font-size:14px;font-weight:300!important}.preview_image .img_preview{height:390px;margin-bottom:20px!important;width:400px!important}@media screen and (max-width:641px){.preview_image .img_preview{height:250px!important;width:100%!important}}.preview_image .img_preview .popupimage{height:100%;width:100%}footer{margin-top:30px}footer p{color:#4a4a69!important;color:var(--text-p-color)!important;font-size:15px!important;transition:all .3s ease-in-out}footer p a{color:#1a73e8!important;color:var(--text-menu-active-color)!important;font-weight:600}.mono_header_wrapper{background-color:#fff;background-color:var(--bg-white);border-bottom:1px solid #eaedf1;border-bottom:var(--border-header);bottom:0;padding:13px 0;position:-webkit-sticky;position:sticky;right:0;top:0;transition:all .3s ease-in-out;width:100%;z-index:999}@media screen and (max-width:768px){.mono_header_wrapper{padding:11px 0}}.mono_header_wrapper .mono_header_container{align-items:center;display:flex;justify-content:space-between}.mono_header_wrapper .mono_header_container .mono_hamburger{align-items:center;display:flex}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_hamburger{flex-direction:row-reverse}}.mono_header_wrapper .mono_header_container .mono_hamburger .mono_loog{display:none;height:75px;margin-right:10px;width:75px}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_hamburger .mono_loog{display:block;height:50px;justify-self:center;width:85px}}.mono_header_wrapper .mono_header_container .mono_hamburger .hamburger_icon{border-radius:50%;box-shadow:0 2px 3px rgba(4,4,7,.1);box-shadow:var(--box-shadow-navicon);color:#495584;color:var(--text-navicon-color);cursor:pointer;font-size:20px;margin-right:60px;padding:10px;transition:all .3s ease-in-out}.mono_header_wrapper .mono_header_container .mono_hamburger .hamburger_icon:hover{background:#f8fbff;background:var(--bg-navicon)}@media screen and (max-width:1024px){.mono_header_wrapper .mono_header_container .mono_hamburger .hamburger_icon{display:none}}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_hamburger .hamburger_icon{border:1px solid #eaedf1;border:var(--border-header);display:block;margin-right:0}}.mono_header_wrapper .mono_header_container .mono_hamburger .mono_searchbar{align-items:center;display:flex;position:relative;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_hamburger .mono_searchbar{display:none}}.mono_header_wrapper .mono_header_container .mono_hamburger .mono_searchbar .mono_search_input{background:#fff;background:var(--bg-white);border:0;border-bottom:1px solid #eaedf1;border-bottom:var(--border-4);border-bottom-left-radius:10px;border-left:1px solid #eaedf1;border-left:var(--border-4);border-top:1px solid #eaedf1;border-top:var(--border-4);border-top-left-radius:10px;color:#495584;color:var(--text-navicon-color);font-size:14px;height:34px;outline:none;padding:5px 30px;transition:all .3s ease-in-out}.mono_header_wrapper .mono_header_container .mono_hamburger .mono_searchbar span svg{background:#fff;background:var(--bg-white);border-bottom:1px solid #eaedf1;border-bottom:var(--border-4);border-bottom-right-radius:10px;border-right:1px solid #eaedf1;border-right:var(--border-4);border-top:1px solid #eaedf1;border-top:var(--border-4);border-top-right-radius:10px;color:#495584;color:var(--text-navicon-color);height:34px;padding:5px 20px;position:absolute;top:0;transition:all .3s ease-in-out}.mono_header_wrapper .mono_header_container .verticalDots{display:none;opacity:0}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .verticalDots{display:block;opacity:1}}.mono_header_wrapper .mono_header_container .verticalDots button{align-items:center;background-color:#fff;background-color:var(--bg-white);border:none;border-radius:50px;box-shadow:0 2px 3px rgba(4,4,7,.1);box-shadow:var(--box-shadow-navicon);cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .3s ease-in-out;width:40px}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .verticalDots button{border:1px solid #eaedf1;border:var(--border-header)}}.mono_header_wrapper .mono_header_container .verticalDots button:hover{background:#f8fbff;background:var(--bg-navicon)}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .verticalDots button{height:40px;width:40px}}.mono_header_wrapper .mono_header_container .verticalDots button svg{color:#495584;color:var(--text-navicon-color);font-size:1.2rem}.mono_header_wrapper .mono_header_container .active_show{-webkit-transform:scaleY(1)!important;transform:scaleY(1)!important;-webkit-transform-origin:top;transform-origin:top;transition:all .3s ease-in-out}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu{background:#fff;background:var(--bg-white);box-shadow:0 12px 11px -3px hsla(213,8%,45%,.1);padding:5px 22px 5px 0;position:absolute;right:0;top:73px;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;transition:all .3s ease-in-out;width:100%;z-index:999}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists{align-items:center;display:flex;list-style:none}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists{justify-content:flex-end}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list{display:inline-block;margin-left:12px;position:relative}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list{margin-left:15px}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .theme_icon button{background:#fff!important;background:var(--bg-white)!important;border:none;box-shadow:0 2px 3px rgba(4,4,7,.1);box-shadow:var(--box-shadow-navicon);transition:all .3s ease-in-out}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .theme_icon button:hover{background:#f8fbff!important;background:var(--bg-navicon)!important}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .theme_icon button{border:1px solid #eaedf1;border:var(--border-header)}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .msg_icon button{align-items:center;background-color:#fff;background-color:var(--bg-white);border:none;border-radius:50px;box-shadow:0 2px 3px rgba(4,4,7,.1);box-shadow:var(--box-shadow-navicon);cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .3s ease-in-out;width:40px}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .msg_icon button{border:1px solid #eaedf1;border:var(--border-header)}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .msg_icon button:hover{background:#f8fbff;background:var(--bg-navicon)}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .msg_icon button{height:40px;width:40px}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .msg_icon button svg{color:#495584;color:var(--text-navicon-color);font-size:1.2rem}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox{background:#fff;background:var(--bg-white);border:1px solid #ededf5;border:var(--border-1);border-radius:5px;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow);position:relative;position:absolute;transition:all .3s ease-in-out;z-index:99999}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox::-webkit-scrollbar{width:4px}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox::-webkit-scrollbar-track{background:#fff;background:var(--bg-white)}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox::-webkit-scrollbar-thumb{background:#dcdada}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox{right:-112px}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul{list-style:none}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul .header{border-bottom:1px solid #eaedf1;border-bottom:var(--border-header)}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul .header h4{color:#4a4a69;color:var(--text-p-color);padding:20px;text-transform:capitalize}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li{align-items:center;border-bottom:1px solid #eaedf1;border-bottom:var(--border-header);cursor:pointer;display:flex;padding:10px}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li:last-child{border:none}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li:hover{background-color:#f9fbfd;background-color:var(--bg-sidebar-hover)}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li:nth-child(2n) .image svg{background:linear-gradient(to bottom right,#f1bf64,#f71d36);background:var(--bg-danger-linear-gradient);box-shadow:0 5px 10px #efc2c9;box-shadow:var(--box-shadow-danger)}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li .image{margin-right:10px}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li .image svg{background:linear-gradient(to bottom right,#9070ff,#ff5d9e);background:var(--bg-cyan-linear-gradient);border-radius:50px;box-shadow:0 5px 10px #e4cbfb;box-shadow:var(--box-shadow-cyan);color:#fff;font-size:20px;padding:12px}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li .chating_content h2{font-size:13px!important;margin-bottom:8px!important}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .chatbox ul li .chating_content p{color:#76839a;font-size:12px!important}@media screen and (max-width:420px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .backdrop{background:rgba(0,0,0,.18)!important}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list img{border-radius:50px;box-shadow:0 2px 3px rgba(4,4,7,.1);box-shadow:var(--box-shadow-navicon);cursor:pointer;height:40px;transition:all .3s ease-in-out;width:40px}@media screen and (max-width:768px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list img{height:40px;width:40px}}@media screen and (max-width:420px){.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list img{border:1px solid #eaedf1;border:var(--border-header)}}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu{background:#fff;background:var(--bg-white);border:1px solid #ededf5;border:var(--border-1);border-radius:5px;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow);height:auto;position:absolute;transition:all .3s ease-in-out;width:180px;z-index:99999}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu{list-style:none}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .header{align-items:center;border-bottom:1px solid #eaedf1;border-bottom:var(--border-header);display:flex;padding:0 10px}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .header .img{margin-right:10px}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .header .img img{border-radius:50px;height:30px;width:30px}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .header .name h4{color:#4a4a69;color:var(--text-p-color);font-size:14px;padding-top:5px;text-transform:capitalize}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .header .name p{color:#4a4a69;color:var(--text-p-color);font-size:13px;padding-bottom:10px;text-transform:capitalize}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .submenu_list{border-bottom:1px solid #eaedf1;border-bottom:var(--border-header)}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .submenu_list:last-child{border:none}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .submenu_list .submenu_link{align-items:center;color:#4a4a69;color:var(--text-p-color);cursor:pointer;display:flex;font-size:13px;font-weight:500;padding:10px;text-transform:capitalize;transition:all .3s ease-in-out}.mono_header_wrapper .mono_header_container .mono_header_menu .mono_header_menu_lists .mono_header_menu_list .clickable_submenu .submenu .submenu_list .submenu_link:hover{background-color:#f9fbfd;background-color:var(--bg-sidebar-hover);color:#1a73e8;color:var(--text-primary)}.tronliveClub_sidebar .tronliveClub_logo_container{background:#fff;background:var(--bg-white);border-bottom:1px solid #eaedf1;border-bottom:var(--border-header);margin-bottom:15px;overflow:hidden;padding:8px 0!important;position:-webkit-sticky;position:sticky;text-align:center;top:0;transition:all .3s ease-in-out;z-index:9}.tronliveClub_sidebar .tronliveClub_logo_container img{height:50px;width:100px}@media screen and (max-width:1024px){.tronliveClub_sidebar .tronliveClub_logo_container img{height:50px;transition:all .3s ease-in-out;width:100px}}.tronliveClub_sidebar .tronliveClub_user_profile{margin-bottom:25px;padding:5px 20px;text-align:center}@media screen and (max-width:1024px){.tronliveClub_sidebar .tronliveClub_user_profile{padding:0 9px}}.tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_pic img{border-radius:50px;height:75px;margin:auto;transition:all .3s ease-in-out;width:75px}@media screen and (max-width:1024px){.tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_pic img{height:75px;transition:all .3s ease-in-out;width:75px}}.tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_info{color:#000;color:var(--text-black);font-family:Poppins,sans-serif;transition:all .3s ease-in-out}.tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_info h2{color:#1a73e8;color:var(--text-menu-active-color);font-size:25px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_info p{font-size:15px;overflow:hidden;text-overflow:ellipsis}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists{list-style:none;padding:10px 10px 0 0!important}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list{margin:auto auto 10px!important}@media screen and (max-width:1024px){.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list{margin:auto auto 10px!important;transition:all .3s ease-in-out}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .active{color:#1a73e8;color:var(--text-menu-active-color)}}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link{align-items:center;display:flex;margin:2px 0;overflow:hidden;padding:6px 30px;transition:all .3s ease-in-out;white-space:nowrap}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link:hover,.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link:hover .icon_text p,.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link:hover .icon_text span svg{color:#1a73e8;color:var(--text-menu-active-color)}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text{align-items:center;display:flex;flex:1 1;transition:all .3s ease-in-out}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text span{margin-left:-3px;margin-right:0}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text span svg{border-radius:50px;color:#7b8191;color:var(--text-sidebar-color);display:block!important;font-size:20px;margin-top:-7px;opacity:1!important;padding:12px;transition:all .3s ease-in-out}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{color:#4a4a69;color:var(--text-p-color);display:block;font-size:14px;font-weight:600;opacity:1;text-transform:capitalize;transition:all .3s ease-in-out}@media screen and (max-width:1024px){.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{display:none;opacity:0}}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{color:#9fa4a6;color:var(--text-gray);display:block;font-size:20px;font-weight:600!important;margin-bottom:-6px;opacity:1}@media screen and (max-width:1024px){.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{display:none!important;opacity:0!important}}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .active{color:#1a73e8;color:var(--text-menu-active-color)}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .active .icon_text p,.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .active .icon_text svg{color:#1a73e8!important;color:var(--text-menu-active-color)!important}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul{list-style:none;margin-left:20px!important;transition:all .3s ease-in-out}@media screen and (max-width:1024px){.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul{display:none;opacity:0}}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul li a.dropdown{color:#4a4a69;color:var(--text-p-color);font-family:Poppins,sans-serif;font-size:13px;font-weight:600;padding-bottom:8px;padding-left:70px;padding-top:10px;position:relative;text-transform:capitalize}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul li a.dropdown:before{border:2px solid #4a4a69;border:2px solid var(--text-p-color);border-radius:50px;content:"";height:2px;left:52px;position:absolute;top:44%;transition:all .5s;width:2px}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul li a.dropdown:hover{background-color:transparent}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul li a.dropdown:hover:before{border:2px solid #1a73e8;border:2px solid var(--text-menu-active-color)}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul li .active{background:transparent!important;box-shadow:none!important;color:#1a73e8!important;color:var(--text-menu-active-color)!important}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul li .active:before{border:2px solid #1a73e8!important;border:2px solid var(--text-menu-active-color)!important}.tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .active{-webkit-animation:menuToggle .3s alternate;animation:menuToggle .3s alternate;height:auto!important}@-webkit-keyframes menuToggle{0%{height:66px;transition:all .3s ease-in-out}to{height:auto;transition:all .3s ease-in-out}}@keyframes menuToggle{0%{height:66px;transition:all .3s ease-in-out}to{height:auto;transition:all .3s ease-in-out}}.tronliveClub_all_card{background-color:#fff!important;background-color:var(--bg-white)!important;border-radius:5px;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow)}.tronliveClub_all_card .tronliveClub_section_title h2{color:#7987a1;color:var(--text-default-color);transition:all .3s ease-in-out}.tronliveClub_all_Auth_card{background-color:#fff!important;border-radius:5px;box-shadow:0 5px 5px 0 rgba(82,63,105,.05)}.tronliveClub_all_Auth_card .tronliveClub_section_title h2{color:#7987a1!important;transition:all .3s ease-in-out}.materialTablePagination .MuiTablePagination-toolbar{color:#4a4a69!important;color:var(--text-p-color)!important;transition:all .3s ease-in-out}.materialTablePagination .MuiTablePagination-toolbar .MuiInputBase-colorPrimary,.materialTablePagination .MuiTablePagination-toolbar .MuiTablePagination-selectLabel{display:none!important}.materialTablePagination .MuiTablePagination-toolbar .MuiTablePagination-actions button{color:#4a4a69!important;color:var(--text-p-color)!important;transition:all .3s ease-in-out}.materialTablePagination .MuiTablePagination-toolbar .MuiTablePagination-actions .Mui-disabled{color:rgba(0,0,0,.26)!important;color:var(--text-disabled)!important;transition:all .3s ease-in-out}.materialTable{transition:all .3s ease-in-out}.materialTable .materialTableHead .materialTableRow .materialTableCell{background:#f9fbfb!important;background:var(--bg-body)!important}.materialTable .materialTableBody .materialTableBodyRow .materialTableBodyCell,.materialTable .materialTableHead .materialTableRow .materialTableCell{border-bottom:1px solid hsla(0,0%,88%,.38)!important;color:#4a4a69!important;color:var(--text-p-color)!important;text-align:center!important}.mono_sectiontable_wrapper{margin-top:20px}.mono_sectiontable_wrapper .mono_sectiontable_card{min-height:250px;padding:25px}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_title{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}@media screen and (max-width:768px){.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_title{display:inherit}}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_title h2{color:#4a4a69;color:var(--text-p-color);font-size:15px;font-weight:500!important;margin-bottom:10px!important;margin-left:9px!important;position:relative;text-align:left;text-transform:uppercase}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_title h2:before{background:#1a73e8;background:var(--text-menu-active-color);bottom:0;content:"";height:83%;left:-8px;position:absolute;top:3px;width:3px}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_title .mono_sectiontable_balance h2{background-color:rgba(72,133,237,.1);background-color:var(--bg-menu-active-color);border-radius:50px;color:#7987a1;color:var(--text-default-color);font-size:20px;padding:10px 30px}@media screen and (max-width:768px){.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_title .mono_sectiontable_balance h2{margin-top:10px!important}}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_title .searchbar_input .spacial_search_input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);font-size:14px;min-width:200px;outline:none;padding:10px}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_table .common_table{width:100%}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_calculate{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:768px){.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_calculate{display:inherit}}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_calculate h2{border-radius:50px;color:#fff;font-size:20px;font-weight:600;margin:auto;padding:10px 0;text-align:center;width:40%}@media screen and (max-width:768px){.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_calculate h2{font-size:16px;width:100%}}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_calculate .credit_balance{background:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));background:var(--bg-blue-linear-gradient);box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu)}@media screen and (max-width:768px){.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_calculate .credit_balance{margin-bottom:20px!important}}.mono_sectiontable_wrapper .mono_sectiontable_card .mono_sectiontable_calculate .debit_balance{background:linear-gradient(to bottom right,#4be8d4,#129bd2);background:var(--bg-success-linear-gradient);box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu)}.mono_popover_wrapper{background:#fff!important;background:var(--bg-white)!important;border:1px solid #eaedf1!important;border:var(--border-header)!important;box-shadow:0 10px 40px 0 hsla(212,8%,45%,.3)!important;box-shadow:var(--box-shadow-2)!important;height:350px;position:relative;right:0;top:55px;width:300px}@media screen and (max-width:768px){.mono_popover_wrapper{width:250px}}.mono_popover_wrapper:after{background:#fff;background:var(--bg-white);border-left:1px solid #eaedf1;border-left:var(--border-header);border-top:1px solid #eaedf1;border-top:var(--border-header);content:"";height:13px;position:absolute;right:12px;top:-7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:13px;z-index:9}@media screen and (max-width:768px){.mono_popover_wrapper:after{height:0;width:0}.mono_popover_wrapper{top:46px}}.message_writing_box{border:1px solid #ededf5;border:var(--border-1);border-radius:5px;bottom:0;box-shadow:0 0 11px 0 hsla(0,0%,71%,.62);height:420px;position:fixed;right:20px;width:278px;z-index:9999}.message_writing_box,.message_writing_box .heading{background-color:#fff;background-color:var(--bg-white)}.message_writing_box .heading{align-items:center;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow);display:flex;justify-content:space-between;padding:10px}.message_writing_box .heading .heading_info{align-items:center;display:flex;position:relative}.message_writing_box .heading .heading_info img{border-radius:50%;height:40px;margin-right:5px;width:40px}.message_writing_box .heading .heading_info span{border:2px solid #fff;border-radius:50%;bottom:0;height:7px;left:28px;position:absolute;width:7px}.message_writing_box .heading .heading_info .name h2{font-size:14px}.message_writing_box .heading .heading_info .name p{font-size:13px}.message_writing_box .heading .cancel_btn span{cursor:pointer;font-size:18px;font-weight:600}.message_writing_box .body{height:310px;overflow:auto}.message_writing_box .body::-webkit-scrollbar{width:4px}.message_writing_box .body::-webkit-scrollbar-track{background:#fff;background:var(--bg-white)}.message_writing_box .body::-webkit-scrollbar-thumb{background:#dcdada}.message_writing_box .body .messages{padding:5px 10px}.message_writing_box .body .messages .flex_container{display:flex;margin:20px 0}.message_writing_box .body .messages .flex_container img{border-radius:50px;height:30px;width:30px}.message_writing_box .body .messages .flex_container .msg_cont{font-size:14px;padding:7px 10px}.message_writing_box .body .messages .flex_container .msg_cont p{font-size:12px}.message_writing_box .body .messages .start{justify-content:start}.message_writing_box .body .messages .start .msg_cont{background-color:#00a5ec;background-color:var(--bg-primary);border-radius:0 20px 20px 20px;color:#fff;color:var(--text-white);margin-left:10px}.message_writing_box .body .messages .end{justify-content:end}.message_writing_box .body .messages .end .msg_cont{background-color:#f1f1f1;background-color:var(--bg-gray-white);border-radius:20px 0 20px 20px;color:#000;color:var(--text-black);margin-right:10px}.message_writing_box .footer{bottom:0;padding:10px;position:absolute}.message_writing_box .footer form .form-group{align-items:center;display:flex}.message_writing_box .footer form .form-group .message_input{border:1px solid #ededf5;border:var(--border-1);border-radius:10px 0 0 10px;font-size:13px;outline:none;padding:10px 13px;width:168px}.message_writing_box .footer form .form-group .message_btn{background:#f1f1f1;background:var(--bg-gray-white);border:1px solid #ededf5;border:var(--border-1);border-radius:0 10px 10px 0;color:#1a73e8;color:var(--text-primary);cursor:pointer;font-size:13px;font-weight:600;padding:10px 12px;text-transform:uppercase}.message_writing_box .footer form .form-group .message_btn:hover{background-color:rgba(72,133,237,.1);background-color:var(--bg-menu-active-color)}.custom_modal{background:#fff;background:var(--bg-white);border:1px solid hsla(0,0%,88%,.38)!important;height:450px;left:0;margin:0 auto;overflow:auto;padding:15px;position:fixed;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:center;transform-origin:center;width:30%;z-index:9999}@media screen and (max-width:1200px){.custom_modal{width:40%}}@media screen and (max-width:768px){.custom_modal{width:60%}}@media screen and (max-width:420px){.custom_modal{width:80%}}.custom_modal .title{align-items:center;display:flex;justify-content:space-between}.custom_modal .title h2{color:#4a4a69;color:var(--text-p-color);font-size:18px;font-weight:600}.custom_modal .title span{color:#4a4a69;color:var(--text-p-color);cursor:pointer;font-size:25px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.backdrop_effect{background:rgba(0,0,0,.71);bottom:0;cursor:pointer;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:999}.tronliveClub_commol_modal_field .form_group{margin:15px 0}@media screen and (max-width:641px){.tronliveClub_commol_modal_field .form_group{display:inherit;margin:0}}.tronliveClub_commol_modal_field .form_group .input_group{margin-top:4px!important}@media screen and (max-width:641px){.tronliveClub_commol_modal_field .form_group .input_group{margin:10px 0;width:auto}}.tronliveClub_commol_modal_field .form_group .left{margin-right:18px!important}.tronliveClub_commol_modal_field .form_group .right{margin-right:15px!important}.tronliveClub_commol_modal_field .form_group .select_group{margin-right:0;margin-top:10px}@media screen and (max-width:641px){.tronliveClub_commol_modal_field .form_group .select_group{margin:10px 0}}.tronliveClub_commol_modal_field .form_group select{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);outline:none;padding:10px 8px;width:100%}.tronliveClub_commol_modal_field .form_group label{color:#4a4a69;color:var(--text-p-color);font-size:13px;font-weight:500;margin-bottom:15px!important;transition:all .3s ease-in-out;width:100%}.tronliveClub_commol_modal_field .form_group input{background:#f9fbfb;background:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);margin-top:3px;outline:none;padding:8px;transition:all .3s ease-in-out;width:100%}.tronliveClub_commol_modal_field .form_group input:disabled{background-color:#f9fbfb;background-color:var(--bg-body);border:none;color:#4a4a69!important;color:var(--text-p-color)!important;cursor:no-drop}.tronliveClub_commol_modal_field .submit_button button{background:#1a73e8;background:var(--bg-thin-green);border:none;border-radius:3px;box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:10px;padding:10px 8px;text-transform:capitalize;transition:all .3s ease-in-out;width:130px}.tronliveClub_commol_modal_field .submit_button button:hover{opacity:.8}@media screen and (max-width:641px){.tronliveClub_commol_modal_field .submit_button button{width:100%}}.tronliveClub_commol_modal_field .transaction_details .group{margin-top:10px}.tronliveClub_commol_modal_field .transaction_details .group p{margin-top:5px}.tronliveClub_commol_modal_field .transaction_details .group p strong{color:#4a4a69;color:var(--text-p-color);font-size:13px}.tronliveClub_commol_modal_field .transaction_details .group p span{border-radius:5px;color:#4a4a69;color:var(--text-p-color);font-size:13px;padding:2px 8px}.for_download_handle{display:flex;justify-content:space-between}.download-menu{background:#fff;background:var(--bg-white);border:1px solid #eaedf1;border:var(--border-header);border-radius:3px;padding:3px 2px;position:absolute;right:21px;top:8px;-webkit-transform:translateX(138%);transform:translateX(138%);transition:all .3s ease-in-out;z-index:990}.download-menu .setting_icon{cursor:pointer;left:-25px;position:absolute;top:3px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.download-menu .setting_icon svg{font-size:21px}.download-menu ul{list-style:none}.download-menu ul li .download_menu_icon{background:#1a73e8;background:var(--bg-thin-green);border-radius:50%;box-shadow:0 5px 5px 0 rgb(82 63 105/5%);box-shadow:var(--box-shadow);color:#1e0b56;color:var(--text_front_purple);color:#fff;cursor:pointer;font-size:16px;font-weight:900;margin:0 5px;padding:10px}.download-menu ul li .download_menu_icon:hover{opacity:.5}@media screen and (max-width:990px){.download-menu ul .download_pdf_hidden{display:none}}.activePlette{-webkit-transform:translateX(36%)!important;transform:translateX(36%)!important;transition:all .3s ease-in-out}:root{--bg-body:#f9fbfb;--bg-white:#fff;--bg-gray-white:#f1f1f1;--bg-menu-active-color:rgba(72,133,237,.1);--bg-primary:#00a5ec;--bg-primary-hover:#00b3ff;--bg-danger:#ff6868;--bg-navicon:#f8fbff;--bg-sidebar-hover:#f9fbfd;--bg-input:#fff;--bg-thin-green:#1a73e8;--bg-thin-blue:rgba(26,115,232,.26);--bg-blue-linear-gradient:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));--bg-danger-linear-gradient:linear-gradient(to bottom right,#f1bf64,#f71d36);--bg-cyan-linear-gradient:linear-gradient(to bottom right,#9070ff,#ff5d9e);--bg-success-linear-gradient:linear-gradient(to bottom right,#4be8d4,#129bd2);--box-shadow:0 5px 5px 0 rgb(82 63 105/5%);--box-shadow-1:1px 1px 7px rgba(154,154,204,.1);--box-shadow-2:0 10px 40px 0 hsla(212,8%,45%,.3);--box-shadow-navicon:0 2px 3px rgba(4,4,7,.1);--box-shadow-sidebar-menu:0 5px 10px #c4cdeb;--box-shadow-blue:0 5px 10px #c4cdeb;--box-shadow-danger:0 5px 10px #efc2c9;--box-shadow-cyan:0 5px 10px #e4cbfb;--box-shadow-success:0 5px 10px #99daea;--border-radius:25px;--text-menu-active-color:#1a73e8;--text-gray:#9fa4a6;--text-white:#fff;--text-primary:#1a73e8;--text-black:#000;--text-disabled:rgba(0,0,0,.26);--text-navicon-color:#495584;--text-default-color:#7987a1;--text-sidebar-hover-color:#6259ca;--text-sidebar-color:#7b8191;--text-p-color:#4a4a69;--text-gray-p-color:#7987a1;--text-dark-p-color:#383853;--border-1:1px solid #ededf5;--border-2:1px solid #939393;--border-3:1px solid #93939394;--border-4:1px solid #eaedf1;--hover-border:1px solid #00a5ec;--border-header:1px solid #eaedf1;--bg_front_blue:#7b5eea;--bg_front_dark_blue:#142bac;--bg_front_dark_purple:#1e0b56;--bg_front_black_purple:#0e0524;--bg_front_gray:#999;--bg_front_indigo:#2a2a4b;--bg_front_white:#fff;--bg_front_gradient:linear-gradient(#0e0529,#1e0b56);--bg-disabled:#e9ecef;--text_front_blue:#7b5eea;--text_front_white:#fff;--text_front_purple:#1e0b56;--border_front_1:#fff}.dark{--bg-body:#383d52;--bg-white:#2a2e3f;--bg-gray-white:#f1f1f1;--bg-menu-active-color:rgba(72,133,237,.1);--bg-primary:#00a5ec;--bg-primary-hover:#00b3ff;--bg-danger:#ff6868;--bg-navicon:transparent;--bg-input:#2e2e4a;--bg-sidebar-hover:#272740;--bg-thin-green:#5cd3b9;--bg-thin-blue:rgba(28,213,174,.2);--bg-blue-linear-gradient:linear-gradient(to bottom right,#6259ca,rgba(98,89,202,.6));--bg-danger-linear-gradient:linear-gradient(to bottom right,#f1bf64,#f71d36);--bg-cyan-linear-gradient:linear-gradient(to bottom right,#9070ff,#ff5d9e);--bg-success-linear-gradient:linear-gradient(to bottom right,#4be8d4,#129bd2);--box-shadow:0 5px 5px 0 rgb(82 63 105/5%);--box-shadow-1:0 3px 9px 0 rgba(28,28,51,.15);--box-shadow-2:0 6px 12px rgba(34,34,61,.8);--box-shadow-navicon:0 2px 3px #1a1a2f;--box-shadow-sidebar-menu:0 7px 12px 0 rgba(0,0,0,.3);--box-shadow-blue:0 5px 10px #42444a;--box-shadow-danger:0 5px 10px #42444a;--box-shadow-cyan:0 5px 10px #42444a;--box-shadow-success:0 5px 10px #42444a;--border-radius:25px;--text-menu-active-color:#5cd3b9;--text-gray:#9fa4a6;--text-white:#000;--text-primary:#5cd3b9;--text-black:#fff;--text-disabled:hsla(0,0%,72%,.26);--text-navicon-color:#fff;--text-default-color:#fff;--text-sidebar-color:#dedefd;--text-p-color:#eaecf3;--text-gray-p-color:hsla(0,0%,100%,.6);--text-dark-p-color:#fcfcfc;--border-1:1px solid #484863;--border-2:1px solid #939393;--border-3:1px solid #93939394;--border-4:1px solid hsla(0,0%,100%,.05);--hover-border:1px solid #00a5ec;--border-header:1px solid hsla(0,0%,100%,.1);--bg_front_blue:#7b5eea;--bg_front_dark_blue:#142bac;--bg_front_dark_purple:#1e0b56;--bg_front_black_purple:#0e0524;--bg_front_gray:#999;--bg_front_indigo:#2a2a4b;--bg_front_white:#fff;--bg_front_gradient:linear-gradient(#0e0529,#1e0b56);--bg-disabled:#2a2a31;--text_front_blue:#7b5eea;--text_front_white:#fff;--text_front_purple:#1e0b56;--border_front_1:#fff}.converter_field{margin-bottom:40px!important;margin-top:30px!important}.converter_field h2{color:#4a4a69;color:var(--text-p-color);font-size:15px;margin-bottom:15px!important;text-transform:capitalize}.converter_field .converter_input_field{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:768px){.converter_field .converter_input_field{flex-wrap:wrap}}.converter_field .converter_input_field .trx_field{margin-left:10px}@media screen and (max-width:768px){.converter_field .converter_input_field .trx_field{margin-left:0!important}}.converter_field .converter_input_field .trx_field span{right:0!important}.converter_field .converter_input_field .input{display:inherit;position:relative;width:50%}@media screen and (max-width:768px){.converter_field .converter_input_field .input{margin-bottom:20px!important;width:100%}}.converter_field .converter_input_field .input input{background-color:#f9fbfb;background-color:var(--bg-body);border:1px solid #eaedf1;border:var(--border-header);border-radius:5px;color:#4a4a69;color:var(--text-p-color);font-size:14px;outline:none;padding:15px 10px 15px 50px;transition:all .3s ease-in-out;width:100%}.converter_field .converter_input_field .input span{align-items:center;background:#1a73e8;background:var(--bg-thin-green);border-bottom-left-radius:5px;border-top-left-radius:5px;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:45px}.converter_field .converter_input_field .input span svg{color:#fff;font-size:20px}.converter_field .converter_input_field .input strong{border:none!important;border-bottom-right-radius:5px;border-top-right-radius:5px;color:#fff;font-size:14px;padding:13px 15px!important;position:absolute;right:0!important;top:0!important}.converter_field .converter_input_field .input .trx_amount_card{background:#c18f2e}.converter_field .converter_input_field .input .usd_amount_card{background:#1a73e8;background:var(--bg-thin-green)}html{scroll-behavior:smooth}.home_wrapper{display:flex}.home_wrapper .menu_backdrop{display:none}@media screen and (max-width:768px){.home_wrapper .menu_backdrop{display:block}}.home_wrapper .sidebar_wrapper{background:#fff;background:var(--bg-white);border-right:1px solid #eaedf1;border-right:var(--border-header);height:100%;left:0;overflow:auto;overflow-x:hidden;position:fixed;transition:all .3s ease-in-out;width:270px;z-index:999}@media screen and (max-width:1024px){.home_wrapper .sidebar_wrapper{width:103px}}@media screen and (max-width:768px){.home_wrapper .sidebar_wrapper{-webkit-transform:translateX(-300px);transform:translateX(-300px);width:270px;z-index:9999}}.home_wrapper .sidebar_wrapper::-webkit-scrollbar{width:4px}.home_wrapper .sidebar_wrapper::-webkit-scrollbar-track{background:#fff;background:var(--bg-white)}.home_wrapper .sidebar_wrapper::-webkit-scrollbar-thumb{background:#dcdada}@media screen and (max-width:1024px){.home_wrapper .sidebar_wrapper:hover{max-width:100%;width:270px;z-index:999}.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_logo_container img{height:50px;transition:all .3s ease-in-out;width:115px}.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_user_profile{padding:0 9px}.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_user_profile img{height:75px;transition:all .3s ease-in-out;width:75px}.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_info{display:block;transition:all .3s ease-in-out}.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list{margin:auto auto 10px!important;transition:all .3s ease-in-out;width:auto}.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .active{background-color:transparent}.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{transition:all .3s ease-in-out}}@media screen and (max-width:1024px)and (max-width:1024px){.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{display:block;opacity:1}}@media screen and (max-width:1024px){.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{transition:all .3s ease-in-out}}@media screen and (max-width:1024px)and (max-width:1024px){.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{display:block;opacity:1}}@media screen and (max-width:1024px){.home_wrapper .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul{display:block;opacity:1;transition:all .3s ease-in-out}}.home_wrapper[show-menu=true] .sidebar_wrapper{max-width:100%;transition:all .3s ease-in-out;width:103px}@media screen and (max-width:768px){.home_wrapper[show-menu=true] .sidebar_wrapper{box-shadow:0 5px 10px #c4cdeb;box-shadow:var(--box-shadow-sidebar-menu);-webkit-transform:translateX(0);transform:translateX(0);transition:all .3s ease-in-out;width:270px;z-index:9999}}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_logo_container img{height:50px;transition:all .3s ease-in-out;width:100px}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_user_profile{padding:0 9px}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_user_profile img{height:75px;transition:all .3s ease-in-out;width:75px}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_info{transition:all .3s ease-in-out}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list{margin:auto auto 10px!important;transition:all .3s ease-in-out}@media screen and (max-width:768px){.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list{width:auto}}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .active{background-color:rgba(72,133,237,.1);background-color:var(--bg-menu-active-color)}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{display:none;opacity:0;transition:all .3s ease-in-out}@media screen and (max-width:768px){.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{display:block;opacity:1}}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{display:none;opacity:0;transition:all .3s ease-in-out}@media screen and (max-width:768px){.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{display:block!important;opacity:1!important}}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul li .active{background-color:transparent}.home_wrapper[show-menu=true] .sidebar_wrapper .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul{display:none;opacity:0}.home_wrapper[show-menu=true] .sidebar_wrapper:hover{max-width:100%;width:270px;z-index:99999}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_logo_container img{height:50px;transition:all .3s ease-in-out;width:100px}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_user_profile{padding:0 9px}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_user_profile .tronliveClub_user_info{display:block;transition:all .3s ease-in-out}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list{margin:auto auto 10px!important;transition:all .3s ease-in-out;width:auto}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .active{background-color:transparent}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{display:block;opacity:1;transition:all .3s ease-in-out}@media screen and (max-width:768px){.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link .icon_text p{display:block;opacity:1}}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{display:block!important;opacity:1!important;transition:all .3s ease-in-out}@media screen and (max-width:768px){.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .tronliveClub_sidebar_menu_list .tronliveClub_nav_link span svg{display:block;opacity:1}}.home_wrapper[show-menu=true] .sidebar_wrapper:hover .tronliveClub_sidebar .tronliveClub_sidebar_menu .tronliveClub_sidebar_menu_lists .submenu ul{display:block;opacity:1;transition:all .3s ease-in-out}.home_wrapper .body_content_wrapper{margin-left:auto;position:relative;transition:all .3s ease-in-out;width:calc(100% - 270px)}@media screen and (max-width:1024px){.home_wrapper .body_content_wrapper{width:calc(100% - 103px)}}@media screen and (max-width:768px){.home_wrapper .body_content_wrapper{width:100%}}.home_wrapper .body_content_wrapper .content_wrapper{padding-left:20px;padding-right:20px;padding-top:20px;position:relative}.home_wrapper[show-menu=true] .body_content_wrapper{transition:all .3s ease-in-out;width:calc(100% - 103px)}@media screen and (max-width:768px){.home_wrapper[show-menu=true] .body_content_wrapper{transition:all .3s ease-in-out;width:100%}}
/*# sourceMappingURL=main.63fa18c9.css.map*/