@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";.html,body{margin:0;height:100vh}: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Welcome-page-container{background-color:#000;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0}.logo-inside-container{width:50.375rem;height:26.625rem}.welcome-page-welcomeText{position:absolute;top:70vh;width:15rem;height:5rem;background:#fff0;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border:3px solid #20cae5;box-shadow:0 4px 4px #00000040;display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:#20cae5;font-family:Inter;font-size:2.25rem;font-style:normal;font-weight:400;line-height:normal}.welcome-page-welcomeText:hover{cursor:pointer;transform:scale(1.02)}.welcome-page-welcomeText:active{cursor:pointer;color:#62d6e8;background-color:#126d7b;transform:scale(.9)}@media (max-width: 768px){.logo-inside-container{position:absolute;top:9rem;width:20.8125rem;height:11rem}.welcome-page-welcomeText{position:absolute;top:23rem;width:13.625rem;height:5.875rem}}.header{display:flex;height:6vh;padding:1vh;justify-content:flex-end;align-items:center}.header-navlinks{display:flex;align-items:center;justify-content:center;gap:3vw;margin:1vw}.navlink{text-decoration:none;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}.navlink-home{display:flex;align-items:center;justify-content:center;width:6.25rem;height:2rem;margin-right:2.5vw;text-decoration:none;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;border:1px solid #20cae5;background:#000;box-shadow:2px 1px 12.8px #a7a6a6}@media (max-width: 768px){.header{display:flex;flex-direction:column;height:auto}.header-navlinks{display:flex;flex-direction:column;align-items:center;gap:4vw}}.PageContainer-HomePage{background-color:#0e0615}.HomePage-mobile-header-container{margin-left:1.13rem;margin-top:1.06rem;display:flex;justify-content:flex-start;gap:.37rem;position:absolute;z-index:1}.HomePage-main-container{display:flex;flex-direction:row}.Home-left-side-contents{width:52.2vw;display:flex;flex-direction:column}.Home-left-iStocksDarkLogo{height:16.125rem;position:absolute;top:5px}.Home-left-AboutUs-Heading{margin-top:16.125rem;margin-left:1.5vw;padding:0;color:#fff;font-family:Inter;font-size:3rem;font-style:normal;font-weight:400;line-height:normal}.Home-left-AboutUs-Paragraph{width:40.3vw;margin-left:1.5vw;margin-top:0;color:#fff;word-spacing:4px;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal}.Home-left-Dashboard-Button{display:flex;justify-content:center;align-items:center;width:12.2vw;height:6.29vh;margin-left:1.5vw;color:#fff;font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}.Home-left-footer-container{margin-top:10vh;display:flex;flex-direction:row;margin-left:1.5vw;gap:8vw;color:#fff}.Home-left-footer-section{display:flex;flex-direction:column;gap:.01vh;width:12.53vw}.Home-left-footer-text-p{color:#fff;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:120.986%;letter-spacing:-.15px}.Home-right-side-contents{width:47.8}.Home-right-side-BullImg{height:59.75rem;width:44.4375rem}@media (max-width: 768px){.HomePage-main-container{flex-direction:column;height:auto;background-position:center 10%}.Home-left-side-contents{width:auto;height:auto;align-items:center;text-align:center}.Home-BullLogo{position:absolute;top:0;left:0;max-width:25rem;height:33.6875rem}.Home-left-AboutUs-Heading{width:16.25rem;position:relative;margin-top:31rem;color:#fff;font-family:Inter;font-size:3rem;font-style:normal;font-weight:400;line-height:normal}.Home-left-AboutUs-Paragraph{width:19rem;color:#fff;font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.0525rem}.Home-left-Dashboard-Button{width:11rem;height:2.75rem;color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.Home-left-footer-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}.Home-left-footer-section{width:auto;flex-direction:column;justify-content:center;align-items:center}.Home-left-footer-text-p{margin:0;margin-bottom:.5rem;max-width:16.1875rem;color:#fff;text-align:center;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:120.986%;letter-spacing:-.00938rem}.Home-left-footer-text-p.info-mobile{margin-bottom:.44rem}.Home-left-footer-text-p.vision-mobile{margin-bottom:1.5rem}}.mobile-header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.mobile-header-menu{width:1.25rem;height:1.25rem}.mobile-sidenav{width:0;height:100%;position:fixed;top:0;left:0;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);overflow-x:hidden;transition:.3s;display:flex;flex-direction:column}.mobile-sidenav.open{z-index:3;width:16.5rem;border:1px solid #05a3bc;background:linear-gradient(180deg,#00363e -52.27%,#000 147.73%)}.mobile-sidenav a{color:#05a3bc;text-align:justify;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.mobile-sidenav a:hover{color:#f1f1f1}.mobile-header-logo{width:11.4375rem;height:5.9375rem}.mobile-sidenav-links-container{display:flex;justify-content:flex-start;gap:.88rem;margin-top:2rem;margin-bottom:2rem}.mobile-sidenav-links{text-decoration:none;color:#05a3bc;text-align:justify;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal}.mobile-sedenav-links-img{width:1.5625rem;height:1.5625rem;margin-left:.88rem}.login-page-mainContainer{min-height:100vh;display:flex;flex-direction:column;align-items:flex-end}.login-background-video{position:absolute;width:100vw;height:100vh;object-fit:cover;z-index:-1}.logo-Login-fields{width:50vw;display:flex;flex-direction:column;align-items:flex-end;margin-right:8rem}.login-dark-logo{width:28rem;height:14rem}.login-page-loginText{margin-right:7rem;margin-bottom:2rem;color:#05a3bc;font-family:Inter;font-size:2.25rem;font-style:normal;font-weight:400;line-height:normal}.signin-form{width:18rem;height:22rem;display:flex;flex-direction:column;align-items:flex-start;padding:1em;border:1px solid #20cae5;background:linear-gradient(180deg,#04779259,#00000059)}.signin-form label{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem}.signin-form input{background:linear-gradient(180deg,#04779259,#00000059);border:none;color:#fff;padding:.5rem;margin-bottom:.5rem;width:17rem;height:1.5rem;margin-bottom:2rem}.login-page-forgot-password{color:#fff;cursor:pointer;margin-bottom:1rem;margin-left:auto}.login-page-forgot-password:hover{text-decoration:underline}.signin-form button{width:8.875rem;height:3.3125rem;margin-left:4.3rem;margin-bottom:2rem;color:#fff;border:1px solid #20cae5;background:linear-gradient(180deg,#04779259,#00000059);font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.signin-form input::placeholder{color:#05a3bc}.login-page-registerLink{align-self:center;color:#05a4bcd1;font-style:italic;cursor:pointer}.login-page-registerLink-a{color:#14c0db;font-style:normal}.login-page-registerLink-a:hover{text-decoration:underline}@media (max-width: 768px){.login-page-mainContainer{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-Login-fields{width:100vw;display:flex;flex-direction:column;align-items:center;margin:0}.login-dark-logo{width:17.8125rem;height:9.4375rem}.login-page-loginText{margin:0;font-family:Inter;color:#05a3bc;margin-bottom:1rem;font-size:2.25rem}.signin-form{width:18.375rem;height:21.875rem;display:flex;flex-direction:column;align-items:flex-start;padding:1em;border:1px solid #20cae5;background:linear-gradient(180deg,#04779259,#00000059)}.signin-form label{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem}.signin-form input{background:linear-gradient(180deg,#04779259,#00000059);border:none;color:#fff;padding:.5rem;margin-bottom:.5rem;width:17rem;height:1.5rem;margin-bottom:2rem}.login-page-forgot-password{color:#fff;cursor:pointer;margin-bottom:1rem;margin-left:auto}.signin-form button{width:8.875rem;height:3.3125rem;margin-left:4.3rem;margin-bottom:2rem;color:#fff;border:1px solid #20cae5;background:linear-gradient(180deg,#04779259,#00000059);font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}}.signup-page-main-container{min-height:100vh;display:flex;flex-direction:column;align-items:flex-end}.signupPage-background-video{position:absolute;width:100vw;height:100vh;object-fit:cover;z-index:-1}.logo-signupPage-fields{width:50vw;display:flex;flex-direction:column;align-items:flex-end;margin-right:8rem}.signupPage-dark-logo{width:28rem;height:13rem}.signupPage-Text{margin-right:6rem;margin-bottom:1rem;color:#05a3bc;font-family:Inter;font-size:2.25rem;font-style:normal;font-weight:400;line-height:normal}.signup-form{width:18rem;height:24rem;display:flex;flex-direction:column;align-items:flex-start;padding:1em;border:1px solid #20CAE5;background:linear-gradient(180deg,#04779259,#00000059)}.signup-form label{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.5rem}.signup-form input{background:linear-gradient(180deg,#04779259,#00000059);border:none;color:#fff;padding:.5rem;margin-bottom:.5rem;width:17rem;height:1.5rem}.password-instructions{color:#fff;text-align:center;font-family:Inter;font-size:.625rem;font-style:normal;font-weight:500;line-height:normal}.signup-form button{width:8.875rem;height:3.3125rem;color:#fff;margin-left:4.3rem;border:1px solid #20CAE5;background:linear-gradient(180deg,#04779259,#00000059);font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.signupPage-password-instruction{font-size:small;color:#05a3bc;text-align:center}.signup-form button{cursor:pointer;border:none}.passWord-Match{margin:0;color:red;align-self:center}.signup-page-loginLink{align-self:center;color:#05a4bcd1;font-style:italic;text-align:center;cursor:pointer}.signup-page-loginLink-a{color:#35d9f3;font-style:normal}@media (max-width: 768px){.signup-page-main-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-signupPage-fields{width:100vw;display:flex;flex-direction:column;align-items:center;margin:0}.signupPage-dark-logo{width:17.8125rem;height:9.4375rem}.signupPage-Text{margin:0;font-family:Inter;color:#05a3bc;margin-bottom:1rem;font-size:2.25rem}.signup-form{width:18.375rem;height:25.875rem}}.OTPVerification-Page-mainContainer{height:100vh;margin:0;overflow:hidden;display:flex;justify-content:flex-end;align-items:center;position:relative}.OTPVerification-background-video{position:absolute;height:100vh;width:100vw;object-fit:cover;z-index:-1}.logo-OTPVerification-fields{display:flex;flex-direction:column;margin-right:5rem}.OTPVerification-dark-logo{margin-bottom:1rem;height:30vh;margin-left:auto}.OTPVerification-page-Text{padding-left:6rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#05a3bc;font-family:Inter;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.OTPVerification-form{display:flex;height:30vh;width:15rem;margin-left:auto;flex-direction:column;padding:2rem;border:.5px solid #166b78;opacity:.9;background:linear-gradient(180deg,#04779259,#00000059);background-clip:padding-box}.OTPVerification-form label{color:#fff;margin-bottom:1rem;font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.OTPVerification-form input{background:linear-gradient(180deg,#04779259,#00000059);align-self:center;border:none;color:#fff;height:2.5rem;width:15rem}.OTPVerification-form button{background:linear-gradient(180deg,#04779259,#00000059);font-size:1rem;align-self:center;border:none;color:#05a3bc;height:3rem;width:10rem}.OTPVerification-form input::placeholder{color:#05a3bc}.OTPVerification-form button{cursor:pointer;border:none}.resend-otp-button{margin:1rem 0;color:#fff;cursor:pointer;margin-left:auto;font-family:Inter;font-size:1em;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 768px){.OTPVerification-Page-mainContainer{height:100v;margin:0;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.logo-OTPVerification-fields{width:100vw;display:flex;flex-direction:column;align-items:center;margin:0}.OTPVerification-dark-logo{margin:0;width:17.8125rem;height:9.4375rem}.OTPVerification-page-Text{padding:0;margin:0;font-family:Inter;color:#05a3bc;margin-bottom:1rem;font-size:2.25rem}.OTPVerification-form{width:18.375rem;height:13.875rem;margin:0;display:flex;flex-direction:column;align-items:flex-start;padding:1em;border:1px solid #20CAE5;background:linear-gradient(180deg,#04779259,#00000059)}}.contactus-page-container{overflow:hidden}.contactus-page-main-container{margin:0;height:65vh;display:flex;justify-content:flex-end;align-items:center}.contactus-background-video{position:absolute;width:100vw;height:100vh;object-fit:cover;z-index:-1}.contactus-Logo-Form-container{display:flex;flex-direction:column;margin-right:5rem;margin-top:6rem;align-items:center}.contactus-Logo{margin-bottom:1rem;height:30vh}.contactuspage-form-text{align-self:center;margin-bottom:1rem;color:#05a3bc}.contactuspage-form{display:flex;height:30vh;flex-direction:column;padding:2rem}.contactuspage-form label{color:#05a3bc;margin-bottom:.5rem}.contactuspage-form input{background:linear-gradient(180deg,#04779259,#00000059);border:none;color:#05a3bc;padding:1rem;margin-bottom:.5rem;width:90%}.contactuspage-form button{background:linear-gradient(180deg,#04779259,#00000059);padding:1rem;color:#05a3bc;cursor:pointer;border:none}@media (max-width: 1090px){.contactus-page-main-container{margin:0;height:90vh;display:flex;justify-content:center;align-items:center}.contactus-background-video{height:100vh;width:100vw;object-fit:cover;z-index:-1}.contactus-Logo-Form-container{display:flex;flex-direction:column;margin-right:5rem;margin-top:6rem;align-items:center}.contactus-Logo{margin-bottom:1rem;height:20vh}}.footer{display:flex;height:24vh;color:#fff;margin:1vh}.footer-container{justify-content:flex-start;display:flex;gap:5vw}.footer-section{margin-left:1vw;width:20vw}@media (max-width: 768px){.footer{display:flex;justify-content:center;height:auto;color:#fff;margin:1vh}.Common-footer-main-container{flex-direction:column;height:auto;padding:2vh 0}.Common-footer-navlinks{flex-direction:column;gap:2vh;margin-right:0;text-align:center}.footer-container{display:flex;flex-direction:column;height:auto;padding:2vh 0;align-items:center}.footer-section{text-align:center;width:80%}}.Dashboard-main-container{min-height:100vh;background-color:#000}.Dashboard-contents{display:flex;flex-direction:column}.Dashboard-upper-section{display:flex;justify-content:space-between}.left-news-section{width:50%;margin:1rem}.left-news-section-Heading-and-Input-container{display:flex;flex-direction:row;justify-content:space-between}.Dashboard-date-input{width:7.625rem;height:2.5rem}.Dashboard-news-heading{width:22vw;height:3.8rem;display:inline-flex;color:#fff;border:1px solid #20cae5;background:linear-gradient(180deg,#04779280,#00000080);padding:.1vh;margin-bottom:3vh}.Dashboard-news-logo{width:2.3125rem;height:2.3125rem;align-self:center}.Dashboard-news-logo-text{margin-left:4.5vw;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}.Dashboard-news-headlines{overflow-y:scroll;max-height:29.5rem;padding-right:.4vw}.Dashboard-news-headlines::-webkit-scrollbar{width:8px;background-color:#000}.Dashboard-news-headlines::-webkit-scrollbar-thumb{background:#024b56;border-radius:14px}.right-indicies-section{width:50%;margin:1rem}.right-indicies-section-Heading-and-Input-container{display:flex;flex-direction:row;justify-content:space-between}.Dashboard-indicies-heading{height:3.8rem;width:22vw;display:inline-flex;color:#fff;border:1px solid #20cae5;background:linear-gradient(180deg,#04779280,#00000080);padding:.1vh;margin-bottom:3vh}.Dashboard-indicies{display:flex;flex-direction:column;gap:1.5rem}.Dashboard-index-logo{width:2.3125rem;height:2.3125rem;align-self:center}.Dashboard-index-logo-text{color:#fff;font-size:1.5rem;align-self:center;margin-left:5vw}.Dashboard-lower-section{display:flex;flex-direction:column}.dashboard-info-contactus{display:flex;flex-direction:row;gap:2vw;margin-left:1rem}.left-info-section,.right-contactus-section{width:13vw}.Dashboard-footer-text-p{color:#fff;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:120.986%;letter-spacing:-.00938rem}.right-dialy-prediction-dv{display:flex;flex-direction:row;justify-content:flex-end}.dialy-prediction-Button-btn{width:11.5625rem;height:2.75rem;display:flex;justify-content:center;align-items:center;margin-right:1%;color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}body::-webkit-scrollbar{width:8px;background-color:#000}body::-webkit-scrollbar-thumb{background:#024b56;border-radius:14px}input[type=date]{border:1px solid transparent;background-color:transparent;padding:10px;font-size:16px;color:#fff;border:1px solid #20cae5;background:linear-gradient(180deg,#04779280,#00000080);cursor:pointer}input[type=date]:before{content:attr(placeholder);color:#fff;position:absolute;padding-left:10px}input[type=date]::-webkit-calendar-picker-indicator{background-color:#fff;padding:5px;border-radius:3px;cursor:pointer}input[type=date]:hover{background:linear-gradient(#0e0615,#20cae5)}@media (max-width: 768px){.Dashboard-main-container{height:auto;background-color:#000;display:flex;flex-direction:column}.Dashboard-contents{display:flex;flex-direction:column;gap:3rem;margin-top:4.5rem}.Dashboard-upper-section{display:flex;flex-direction:column;height:auto}.left-news-section{display:flex;flex-direction:column;width:90%;margin:1rem}.left-news-section-Heading-and-Input-container{display:flex;flex-direction:row;justify-content:space-between}.Dashboard-date-input{width:7.9375rem;height:1.275rem;padding:0;color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.Dashboard-news-heading{width:10.3125rem;height:2.375rem;line-height:normal}.Dashboard-news-logo{width:1.25rem;height:1.25rem;margin-left:1rem}.Dashboard-news-logo-text{display:flex;align-self:center;color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400}.Dashboard-news-headlines{display:flex;justify-content:flex-start;overflow-y:scroll;max-height:28rem}.Dashboard-news-headlines::-webkit-scrollbar{width:8px;background-color:#000}.Dashboard-news-headlines::-webkit-scrollbar-thumb{background:#024b56;border-radius:14px}.right-indicies-section{display:flex;flex-direction:column;gap:3.5rem;width:90%;margin:1rem}.Dashboard-indicies-heading{width:10.3125rem;height:2.375rem}.Dashboard-indicies{width:100%;height:21rem;padding:1vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.Dashboard-index-logo{width:1.25rem;height:1.25rem;margin-left:1rem}.Dashboard-index-logo-text{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400}.Dashboard-lower-section{display:flex;flex-direction:column}.right-dialy-prediction-dv{margin:0;display:flex;flex-direction:row;justify-content:center;align-items:center}.dialy-prediction-Button-btn{width:11.5625rem;height:2.75rem;margin-top:1rem;display:flex;justify-content:center;align-items:center;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;color:#fff;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}}.news-card{color:#fff;text-align:justify;font-family:Inter;font-size:1.03rem;font-style:normal;font-weight:200;line-height:normal;padding:.5vw;margin-bottom:1rem;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.news-card-errorMessage{color:#fff;font-family:inter}@media (max-width:768px){.news-card{font-family:inter;font-size:3vw;padding:1vw;margin-bottom:1rem;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}}.index-card{width:100%;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);color:#fff;display:flex;flex-direction:column}.index-lowerSection{display:flex;flex-direction:row;margin-bottom:1rem}.index-card-left{width:50%;margin-left:1vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-right:solid white}.index-name{margin-top:2px;margin-bottom:5px;margin-left:1vw;color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.index-card-right{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.index-price,.index-change{font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 786px){.index-card{width:21.6875rem;height:6.625rem;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);font-family:inter;color:#fff;padding:1vh;margin-bottom:10px;display:flex;width:100%}.index-name{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.index-price{color:#fff;font-family:Inter;font-size:1.375rem;font-style:normal;font-weight:400;line-height:normal}.index-change{font-family:Inter;font-size:1.375rem;font-style:normal;font-weight:400;line-height:normal}}.Common-footer-main-container{height:5vh;margin:0;display:flex;justify-content:flex-end;align-items:center;border-top:.1px solid #05A3BC}.Common-footer-navlinks{display:flex;margin-right:1vw;gap:3vw}.common-footer-navlink{color:#fff;text-decoration:none}@media (max-width: 768px){.Common-footer-main-container{flex-direction:column;height:auto;padding:2vh 0}.Common-footer-navlinks{flex-direction:column;gap:2vh;margin-right:0;text-align:center}}.CommonHeader-main-container{margin:0;height:6rem;display:flex;justify-content:space-between;border-bottom:.1px solid #05A3BC}.commonHeader-dark_logo{padding:6px;width:7.9375rem;height:4.1875rem;cursor:pointer}.Common-header-navlinks{margin-top:2.8rem;display:flex;flex-direction:row;gap:2vw}.Common-header-navlink{margin-right:2vw;text-decoration:none;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.Common-header-navlink :hover,.navlink{cursor:pointer}.active-link{border-bottom:solid#20CAE5;border-bottom-width:5px}.hamburger-icon{display:none;font-size:2rem;cursor:pointer;color:#fff}@media (max-width: 768px){.CommonHeader-main-container{flex-direction:row;justify-content:flex-start;height:auto}.Common-header-navlinks{display:none;flex-direction:column;justify-content:center;align-items:center}.Common-header-navlinks.open{display:flex}.hamburger-icon{display:block}}.newscollection-main-container{min-height:100vh;background-color:#000}.newscollection-contents{height:96vh;display:flex;flex-direction:column}.newscollection-input-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.newscollection-contents-heading{margin-left:3vw;display:inline-flex;justify-content:center;align-items:center;gap:10px}.newscollection-date-input{box-sizing:border-box;padding-left:1rem;margin-right:4vw;width:9.625rem;height:2.5125rem}.newscollection-contents-heading-logo{height:5vh}.newscollection-contents-heading-text{color:#05a3bc;font-family:Inter;font-size:1.625rem;font-style:normal;font-weight:400;line-height:normal}.newscollection-contents-NewsHeadlines{overflow-y:scroll;max-height:80vh;margin:1.6rem}.newscollection-contents-NewsHeadlines::-webkit-scrollbar{width:8px;background-color:#000}.newscollection-contents-NewsHeadlines::-webkit-scrollbar-thumb{background:#024b56;border-radius:14px}.newscollection-dailyprediction{display:flex;flex-direction:row;justify-content:flex-end}.newscollection-dailyprediction-button{width:11.5625rem;height:2.75rem;margin-right:2.1rem;margin-bottom:3vh;color:#fff;text-align:justify;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;padding:1vh;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc}@media (max-width: 768px){.newscollection-main-container{min-height:100vh;background-color:#000;display:flex;flex-direction:column}.newscollection-contents{margin-top:4rem;display:flex;height:auto;flex-direction:column;justify-content:center}.newscollection-input-heading{display:flex;flex-direction:column;align-items:flex-start;margin-left:5vw}.newscollection-date-input{margin-left:3vw;width:30vw;height:2vh}.newscollection-contents-NewsHeadlines{overflow-y:scroll;max-height:50vh;margin:3vh;padding:2vw}.newscollection-dailyprediction{display:flex;flex-direction:column;justify-content:center;align-items:center}.newscollection-dailyprediction-button{color:#fff;cursor:pointer;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;padding:1vh}}.SentimentPage-main-container{min-height:110vh;background-color:#000}.SentimentPage-contents{display:flex;flex-direction:column}.SentimentPag-Input-and-Heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-left:3vw;margin-right:3vw;margin-top:1rem}.SentimentPage-contents-Heading{height:9vh;display:inline-flex;justify-content:center;align-items:center;gap:10px}.sentimentPage-input-date{height:2vh;width:8vw}.SentimentPage-contents-Logo{width:2.6875rem;height:2.6875rem}.SentimentPage-contents-Text{color:#05a3bc;font-family:Inter;font-size:26px;font-style:normal;font-weight:400;line-height:normal}.SentimentPage-contents-daily-predictions{margin-top:15px;display:flex;justify-content:flex-end;align-content:center}.SentimentPage-contents-daily-predictions-button{width:11.5625rem;height:2.75rem;margin-right:4vw;margin-top:1vh;color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}.SentimentPage-contents-info-contact{display:inline-flex}.SentimentPage-footer-section{width:20%;margin-left:1vw;color:#05a3bc;align-self:center}.SentimentPage-contents-table{margin-top:2rem;display:flex;justify-content:center;min-height:35vh;max-height:60vh;color:#fff;overflow-y:auto}.Sentiment-table{width:93vw;height:52vh;border-collapse:collapse}.sentiment-table-head{background-color:#000;height:6vh;position:sticky;top:0;z-index:1}.sentiment-thead-th{height:4rem;width:30vw;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.sentiment-thead-th-div{margin:0 auto;height:3rem;width:96%;display:flex;justify-content:center;align-items:center;color:#fff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095acc6 -52.27%,#536a6e40 147.73%)}.sentiment-tbody{height:45vh}.sentiment-tbody-tr{color:#fff;font-family:inter}.sentiment-tbody-td{height:6vh;color:#fff;font-family:Inter;font-size:1.3rem;font-style:normal;font-weight:400;line-height:normal;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);text-align:center;vertical-align:middle}.sentiment-tbody-td-company{height:6vh;color:#fff;font-family:Inter;font-size:1.3rem;font-style:normal;font-weight:400;line-height:normal;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);padding-left:2vw}.SentimentPage-contents-table::-webkit-scrollbar{width:2px;background-color:#000}.SentimentPage-contents-table::-webkit-scrollbar-thumb{background:#024b56;border-radius:14px}.SentimentPage-contents-info-contact{margin-left:2.5vw}.SentimentPage-footer-section{width:12.5vw;margin-right:8.6vw}.SentimentPage-footer-p{color:#fff;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:120.986%;letter-spacing:-.00938rem}@media (max-width: 768px){.SentimentPage-main-container{min-height:100vh;background-color:#000;display:flex;flex-direction:column}.SentimentPage-contents{margin-top:4rem;height:auto;display:flex;flex-direction:column}.SentimentPag-Input-and-Heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-left:3vw;margin-right:3vw}.sentimentPage-input-date{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:2vh;width:30vw}.sentimentPage-input-date:focu{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#e0e0e0;border-color:#20cae5;outline:none;box-shadow:0 0 5px #20cae5}.SentimentPage-contents-Heading{height:9vh;display:inline-flex;justify-content:center;align-items:center;gap:10px}.SentimentPage-contents-Text{color:#05a3bc;font-family:inter}.sentiment-thead-th-div{width:98%;height:2.5rem;font-size:14px}.sentiment-tbody-td-company,.sentiment-tbody-td{font-size:14px}.SentimentPage-contents-daily-predictions{margin:3vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.SentimentPage-contents-daily-predictions-button{width:fit-content;padding:2vw;color:#fff;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}.SentimentPage-contents-info-contact{height:auto;margin-top:2vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.SentimentPage-footer-p{color:#fff;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:120.986%;letter-spacing:-.00938rem}.SentimentPage-footer-section{width:80%;margin-left:1vw;align-self:center;color:#fff;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:120.986%;letter-spacing:-.00938rem}.SentimentPage-contents-table{display:flex;justify-content:center;max-height:40vh;color:#fff;overflow-y:auto}.Sentiment-table{width:93vw;height:52vh;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.sentiment-table-head{background-color:#000;height:6vh;position:sticky;top:0;z-index:0}.sentiment-thead-th{height:4vh;width:30vw;color:#fff;font-family:inter;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.sentiment-tbody{height:45vh}.sentiment-tbody-tr{color:#fff;font-family:inter;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.sentiment-tbody-td{height:6vh;color:#fff;font-family:inter;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);text-align:center;vertical-align:middle}}.TechnicalAnalysis-main-container{min-height:100vh;background-color:#000}.TechnialAnalysis-contents{display:flex;flex-direction:column}.TechnialAnalysis-Heading{display:inline-flex;justify-content:center;align-items:center;gap:10px}.TechnialAnalysis-Heading-text{color:#05a3bc;font-family:Inter;font-size:1.625rem;font-style:normal;font-weight:400;line-height:normal}.TechnialAnalysis-Heading-logo{width:2.6875rem;height:2.6875rem}.TechnialAnalysis-Column{width:82%;display:flex;align-items:center;flex-direction:row}.TechnialAnalysis-Column-left{width:50%;display:flex;flex-direction:row;justify-content:flex-start}.TechnialAnalysis-Column-right{margin-left:3rem;width:50%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.TechnialAnalysis-Column-names{width:11.5625rem;height:2.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc}.TechnialAnalysis-Date-picker{box-sizing:border-box;padding-left:2rem;width:9.625rem;height:3.3125rem}.TechnialAnalysis-contents-Table{height:60vh;display:flex;flex-direction:column;align-items:center}.TechnialAnalysis-Table-container{display:flex;justify-content:center;max-height:45vh;width:90vw;color:#fff;overflow-y:auto}.Technical-table{border-collapse:separate;border-spacing:4vw 4vh;width:100%;max-height:45vh;overflow-y:scroll}.Technical-tbody{max-height:10vh}.Technical-tbody-tr{color:#fff;font-family:inter;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.Technical-tbody-td{position:relative;width:40%;height:6vh;color:#fff;font-family:inter;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);vertical-align:middle;padding-left:1vw}.strong_buy-logo{position:absolute;right:1vw}.TechnialAnalysis-Table-container::-webkit-scrollbar{width:8px;background-color:#000}.TechnialAnalysis-Table-container::-webkit-scrollbar-thumb{background:#024b56;border-radius:14px}.TechnialAnalysis-Daily-Prediction{display:flex;justify-content:flex-end;align-content:center}.TechnialAnalysis-Daily-Prediction-button{width:11.5625rem;height:2.75rem;margin-right:9vw;color:#fff;text-align:justify;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}.TechnialAnalysis-info-contact{margin-left:4.5vw;color:#fff;display:inline-flex;gap:7rem}.TechnialAnalysis-footer-section{justify-content:center;width:11.3rem;color:#fff;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:120.986%;letter-spacing:-.00938rem}@media (max-width: 768px){.TechnicalAnalysis-main-container{height:auto;display:flex;flex-direction:column;background-color:#000}.TechnialAnalysis-contents{margin-top:4rem;height:auto;display:flex;flex-direction:column}.TechnialAnalysis-Heading-and-Input-container{display:flex;flex-direction:column;align-items:flex-start;margin-left:8vw}.TechnialAnalysis-Date-input{height:2vh;width:30vw}.TechnialAnalysis-contents-Heading{height:9vh;display:inline-flex;justify-content:center;align-items:center;gap:10px}.TechnialAnalysis-contents-Heading-text{color:#05a3bc;font-family:inter}.TechnialAnalysis-Date-picker{margin-left:-14.5rem}.TechnialAnalysis-contents-Daily-Prediction{height:5vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.TechnialAnalysis-contents-Daily-Prediction-button{width:fit-content;height:auto;padding:2vw;margin:1vw;color:#fff;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}.TechnialAnalysis-contents-info-contact{height:auto;color:#fff;display:flex;flex-direction:column;margin-top:3vh}.TechnialAnalysis-footer-section{justify-content:center;width:80%;margin-left:1vw;color:#05a3bc;align-self:center;text-align:center}.TechnialAnalysis-Column{margin:0 auto;width:90%;display:flex;align-items:center;justify-content:space-around;flex-direction:row}.TechnialAnalysis-Column-names{padding:1vh 1vw;width:max-content;color:#fff;font-family:inter;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);text-align:center;vertical-align:middle}.TechnialAnalysis-contents-Table{height:60vh;display:flex;flex-direction:column;align-items:center}.TechnialAnalysis-Table-container{display:flex;justify-content:center;max-height:45vh;width:90vw;color:#fff;overflow-y:auto}.Technical-table{border-collapse:separate;border-spacing:4vw 4vh;width:100%;max-height:45vh;overflow-y:scroll}.Technical-tbody{height:45vh}.Technical-tbody-tr{color:#fff;font-family:inter;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.Technical-tbody-td{position:relative;width:40%;height:6vh;color:#fff;font-family:inter;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);vertical-align:middle;padding-left:1vw}.strong_buy-logo{position:absolute;right:1vw}.TechnialAnalysis-Table-container::-webkit-scrollbar{width:8px;background-color:#000}.TechnialAnalysis-Table-container::-webkit-scrollbar-thumb{background:#024b56;border-radius:14px}.TechnialAnalysis-Daily-Prediction{justify-content:center}.TechnialAnalysis-Daily-Prediction-button{margin:0}}.PredictionPage-main-container{min-height:100vh;background-color:#000}.PredictionPage-contents{min-height:90vh}.PredictionPage-time-date-input{display:flex;flex-direction:row;justify-content:space-between}.PredictionPage-time-date{height:5vh;margin-left:6vw;margin-top:0;display:flex;flex-direction:row;justify-content:flex-start;gap:2vw}.PredictionPage-date-picker{box-sizing:border-box;width:9.625rem;height:2.5rem;margin-right:7vw;margin-top:2vh}.PredictionPage-time-date-p{color:#fff;font-family:Inter;font-size:1.375rem;font-style:normal;font-weight:400;line-height:normal}.PredictionPage-Heading{margin-left:5vw;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.PredictionPage-Heading-img{width:2.6875rem;height:2.6875rem}.PredictionPage-Heading-text{color:#05a3bc;font-family:Inter;font-size:1.625rem;font-style:normal;font-weight:400;line-height:normal}.PredictionPage-prediction-box{height:35rem;margin:0 auto;display:flex;justify-content:center;overflow-y:scroll}.PredictionBox-table{color:#fff;border-collapse:collapse;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionBox-loader,.No-Prediction-message{color:#fff}.PredictionBox-thead{position:sticky;top:0;z-index:1;background-color:#000;box-shadow:0 0 0 1px #0095ac}.PredictionBox-th-name{padding:1vh 0;width:18vw;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionBox-th{width:14vw;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionBox-th-news{padding:1vh 0;width:31vw;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionBox-th-col-name{padding:1vh;width:16vw;margin:0 auto;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);color:#fff;font-family:Inter;font-size:1.4vw;font-style:normal;font-weight:400;line-height:normal}.PredictionBox-th-col{padding:1vh;width:12vw;margin:0 auto;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);color:#fff;font-family:Inter;font-size:1.4vw;font-style:normal;font-weight:400;line-height:normal}.PredictionBox-th-col-news{padding:1vh;width:30vw;margin:0 auto;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);color:#fff;font-family:Inter;font-size:1.4vw;font-style:normal;font-weight:400;line-height:normal}.PredictionBox-tbody-tr:hover{background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);box-shadow:-4px -4px 20px #288494 inset;cursor:pointer}.PredictionBox-td{width:11vw;height:6vh;text-align:center;vertical-align:middle;border:1px solid #0095ac;color:#fff;font-family:Inter;font-size:1.35vw;font-style:normal;font-weight:400;line-height:normal}.PredictionBox-td-name{width:18vw;height:6vh;text-align:center;vertical-align:middle;border:1px solid #0095ac;color:#fff;font-family:Inter;font-size:1.35vw;font-style:normal;font-weight:400;line-height:normal}.PredictionBox-td-news{width:31vw;padding:2vh;text-align:center;vertical-align:middle;border:1px solid #0095ac;border-collapse:collapse;color:#fff;font-family:Inter;font-size:1vw;font-style:normal;font-weight:400;line-height:normal}.PredictionBox-newsBox{padding:2px 7px 2px 4px;max-height:15vh;overflow-y:scroll}.PredictionBox-newsBox .newsItem{margin-bottom:3vh;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionPage-prediction-box::-webkit-scrollbar,.PredictionBox-newsBox::-webkit-scrollbar{width:2px}.PredictionPage-prediction-box::-webkit-scrollbar-track,.PredictionBox-newsBox::-webkit-scrollbar-track{background:transparent}.PredictionPage-prediction-box::-webkit-scrollbar-thumb,.PredictionBox-newsBox::-webkit-scrollbar-thumb{border-radius:1vh;background:#0095ac}.PredictionPage-prediction-box::-webkit-scrollbar-thumb:hover,.PredictionBox-newsBox::-webkit-scrollbar-thumb:hover{border-radius:1vh;background:#0095ac}.PredictionBox-td-name::hover{color:orange;cursor:pointer}.PredictionPage-top-prediction{margin-top:1rem;display:flex;flex-direction:row;justify-content:flex-end}.PredictionPage-top-prediction-Button{margin-right:3.8rem;margin-bottom:1.5rem;width:14.25rem;height:2.75rem;display:flex;justify-content:center;align-items:center;color:#fff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc}@media (max-width: 768px){.PredictionPage-main-container{display:flex;flex-direction:column;min-height:100vh;background-color:#000}.PredictionPage-contents{margin-top:0;height:auto;min-height:0}.PredictionPage-time-date-input{display:flex;flex-direction:column;justify-content:space-between}.PredictionPage-time-date{height:auto;display:flex;flex-direction:row;justify-content:space-between;margin-left:6vw;margin-right:7vw}.PredictionPage-time-date-p{font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}.PredictionPage-date-picker{width:10.9375rem;height:2rem;margin-left:8vw;margin-bottom:1rem}.PredictionPage-Heading{margin-top:4rem;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.PredictionPage-Heading-img{width:2.6875rem;height:2.6875rem}.PredictionPage-Heading-text{color:#05a3bc;font-family:Inter;font-size:1.625rem;font-style:normal;font-weight:400;line-height:normal}.PredictionPage-prediction-box{height:auto;margin:0 auto;max-width:85vw;display:flex;justify-content:center;padding:1vw;overflow-x:scroll}.PredictionBox-table{width:200%;color:#fff;border-collapse:collapse;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionBox-loader{color:#fff}.PredictionBox-thead{position:sticky;top:0;z-index:1;background-color:#000;box-shadow:0 0 0 1px #0095ac}.PredictionBox-th{padding:1vh 0;border:1px solid #05a3bc}.PredictionBox-th-p{padding:1vh;width:80%;margin:0 auto;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionBox-td{width:13vw;height:6vh;text-align:center;vertical-align:middle;border:1px solid #0095ac}.PredictionBox-td-name{width:15vw;height:6vh;text-align:center;vertical-align:middle;border:1px solid #0095ac}.PredictionBox-td-news{width:31vw;padding:2vh;text-align:center;vertical-align:middle;border:1px solid #0095ac;border-collapse:collapse}.PredictionBox-newsBox{padding:2px 7px 2px 4px;max-height:15vh;overflow-y:scroll}.PredictionBox-newsBox .newsItem{margin-bottom:3vh;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PredictionPage-top-prediction{margin-top:2rem;display:flex;justify-content:center}.PredictionPage-top-prediction-Button{margin-right:0;width:16.4375rem;height:2.75rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;color:#fff;text-align:justify;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal}.No-Prediction-message{font-size:20px}}.DetailsPage-main-container{height:auto;background-color:#000}.DetailsPage-contents{min-height:96vh}.DetailsPage-time-date{display:flex;flex-direction:row;justify-content:space-between}.DetailsPage-Time,.DetailsPage-Date{color:#05a3bc;margin:2vh}.DetailsPage-Heading{height:6vh;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.DetailsPage-Heading-text{color:#05a3bc;font-family:inter}.DetailsPage-Heading-img{height:4vh}.DetailsPage-Prediction{height:35vh;display:flex;justify-content:center}.DetailsPage-table{height:max-content;width:99%;color:#fff;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);border-collapse:collapse}.DetailsPage-table-thead{position:sticky;top:0;z-index:1;background-color:#000;box-shadow:0 0 0 1px #0095ac}.DetailsPage-table-tr{padding:1vh;width:80%;margin:0 auto;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-table-th{padding:1vh 0;border:1px solid #05a3bc}.DetailsPage-table-th-p{padding:1vh;width:80%;margin:0 auto;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-table-tr{width:13vw;height:6vh;text-align:center;vertical-align:middle;border:1px solid #0095ac}.DetailsPage-table-td{width:15vw;height:15vh;text-align:center;vertical-align:middle;border:1px solid #0095ac}.DetailsPage-table-td-div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1vh}.DetailsPage-table-td-tp-time{color:#f5f5f5;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:200;line-height:normal}.DetailsPage-Notification-Section{margin:2vh}.DetailsPage-Notification-heading{width:12rem;height:4rem;margin-bottom:.8rem;display:flex;align-items:center;justify-content:center;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-Notification-heading-text{color:#fff;text-align:justify;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal}.DetailsPage-Notification-Box{max-height:35vh;overflow-y:scroll}.DetailsPage-Notification-item{width:95vw;margin-bottom:2vh;box-sizing:border-box;padding:2vh;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-Notification-item-text{color:#fff;text-align:justify;font-family:Inter;font-size:1rem;font-style:normal;font-weight:200;line-height:normal}.DetailsPage-News-Section{height:35vh;color:#fff;margin:2vh;padding:2px;overflow-y:scroll}.DetailsPage-News-Section::-webkit-scrollbar{width:8px}.DetailsPage-News-Section::-webkit-scrollbar-thumb{background-color:#024b56;border-radius:10px}.DetailsPage-News-Section::-webkit-scrollbar-track{background:#024b56}.DetailsPage-News-Section-heading{width:15vw;margin-bottom:1vh;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-News-Section-heading-p{font-size:1.25rem;color:#fff;text-align:center}.newsItem{padding:1vh;margin-bottom:3vh;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-Return{height:6vh;display:flex;align-items:center;margin:2vh}.DetailsPage-Return-button{padding:1vh;color:#fff;font-family:inter;text-align:center;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}@media (max-width: 1000px){.DetailsPage-main-container{display:flex;flex-direction:column;min-height:100vh;height:auto;background-color:#000}.DetailsPage-contents{margin-top:4rem;height:auto}.DetailsPage-time-date{width:90%;display:flex;flex-direction:row;justify-content:space-between}.DetailsPage-Time,.DetailsPage-Date{color:#05a3bc;margin:2vh}.DetailsPage-Heading{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.DetailsPage-Heading-text{color:#05a3bc;font-family:inter}.DetailsPage-Heading-img{height:4vh}.DetailsPage-Prediction{height:auto}.DetailsPage-table{height:auto;width:95vw;color:#fff;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);border-collapse:collapse}.DetailsPage-table-thead{position:unset;background-color:#000;box-shadow:0 0 0 1px #0095ac}.DetailsPage-table-tr{padding:1vh;width:80%;margin:0 auto;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-table-th{padding:1vh 0;border:1px solid #05a3bc}.DetailsPage-table-th-p{width:57px;height:27px;display:flex;justify-content:center;align-items:center;padding:0;margin:0;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);color:#fff;font-family:Inter;font-size:8px;font-style:normal;font-weight:400;line-height:normal}.DetailsPage-table-tr{width:13vw;height:6vh;text-align:center;vertical-align:middle;border:1px solid #0095ac}.DetailsPage-table-td{width:15vw;height:15vh;text-align:center;vertical-align:middle;border:1px solid #0095ac;color:#fff;font-family:Inter;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.DetailsPage-table-td-tp-time{font-size:10px}.DetailsPage-News-Section{display:flex;flex-direction:column;align-items:center;height:auto;color:#fff;margin:2vh;padding:2px;overflow-y:scroll}.DetailsPage-Prediction::-webkit-scrollbar-thumb{background-color:#024b56;border-radius:10px}.DetailsPage-Prediction::-webkit-scrollbar-track{background:#024b56}.DetailsPage-Prediction::-webkit-scrollbar{width:8px}.DetailsPage-News-Section::-webkit-scrollbar-thumb{background-color:#024b56;border-radius:10px}.DetailsPage-News-Section::-webkit-scrollbar-track{background:#024b56}.DetailsPage-News-Section-heading{width:175px;height:32px;display:flex;align-items:center;justify-content:center;width:fit-content;padding:1vw;margin-bottom:1vh;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-News-Section-heading-p{color:#fff;text-align:center}.newsItem{padding:1vh;margin-bottom:3vh;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.DetailsPage-Return{height:6vh;display:flex;align-items:center;justify-content:center;margin:2vw}.DetailsPage-Return-button{padding:vw;color:#fff;font-family:inter;text-align:center;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}.DetailsPage-mobile-table-container{display:flex;flex-direction:column;align-items:center}}.PreviousPredictionsPage-main-container{min-height:100vh;background-color:#000}.PreviousPredictionsPage-contents{min-height:85vh;display:flex;flex-direction:column}.PreviousPredictionsPage-time-date{height:5vh;margin-left:3vw;margin-right:3vw;margin-top:0;display:flex;flex-direction:row;justify-content:space-between;gap:2vw}.PreviousPredictionsPage-date-input{height:1vh;margin-right:7vw;margin-top:2vh}.PreviousPredictionsPage-time-date-p{color:#fff;font-family:Inter;font-size:1.375rem;font-style:normal;font-weight:400;line-height:normal}.PreviousPredictionsPage-Date{color:#05a3bc}.PreviousPredictionPage-Heading{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.PreviousPredictionPage-Heading-img{width:2.6875rem;height:2.6875rem}.PreviousPredictionPage-Heading-text{color:#05a3bc;font-family:Inter;font-size:1.625rem;font-style:normal;font-weight:400;line-height:normal}.PreviousPredictionsPage-predictions-Box{min-height:35vh;display:flex;flex-direction:column;justify-content:center;padding:2vw}.PreviousPredictionsPage-loader,.PreviousPredictionsPage-message{color:#fff}.PreviousPredictionsPage-table{color:#fff;border-collapse:collapse;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PreviousPredictionsPage-table-thead{position:sticky;top:0;z-index:1;background-color:#000;box-shadow:0 0 0 1px #0095ac}.PreviousPredictionsPage-PredictionBox-th{border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PreviousPredictionsPage-PredictionBox-th-div{margin:.5vw;width:11.5vw;height:3rem;display:flex;justify-content:center;align-items:center;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%);color:#fff;text-align:justify;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal}.PreviousPredictionsPage-PredictionBox-td{height:8rem;text-align:center;color:#f5f5f5;font-family:Inter;font-size:1.375rem;font-style:normal;font-weight:400;line-height:normal;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac00 -52.27%,#536a6e00 147.73%)}.PreviousPredictionsPage-dialy-prediction{display:flex;justify-content:flex-end;margin-bottom:2rem}.PreviousPredictionsPage-prediction-Button{margin-right:2vw;width:19.25rem;height:2.75rem;color:#fff;text-align:center;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc}@media (max-width: 768px){.PreviousPredictionsPage-main-container{min-height:100vh;background-color:#000;display:flex;flex-direction:column}.PreviousPredictionsPage-contents{margin-top:5rem}.PreviousPredictionsPage-predictions-Box{height:auto;width:90vw;max-width:none;display:block}.PreviousPredictionsPage-table{width:96vw;color:#fff;border-collapse:collapse;border:1px solid #05a3bc;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.PreviousPredictionsPage-table-thead{z-index:0}.PreviousPredictionsPage-PredictionBox-th-div{width:auto;font-size:10px}.PreviousPredictionsPage-dialy-prediction{margin-top:1rem;justify-content:center}.PreviousPredictionsPage-PredictionBox-td{font-size:10px;width:50px}.PreviousPredictionsPage-prediction-Button{width:18.125rem;height:2.75rem}}.ResetPassword-main-container{min-height:100vh;display:flex;flex-direction:column;align-items:flex-end}.ResetPassword-background-video{position:absolute;width:100vw;height:100vh;object-fit:cover;z-index:-1}.ResetPassword-fields{width:50vw;display:flex;flex-direction:column;align-items:flex-end;margin-right:8rem}.ResetPassword-dark-logo{width:28rem;height:14rem}.ResetPassword-heading{margin-bottom:2rem;margin-top:3rem;color:#05a3bc;font-family:Inter;font-size:2.25rem;font-style:normal;font-weight:400;line-height:normal}.ResetPassword-form{margin-top:3rem;width:16rem;height:15rem;display:flex;flex-direction:column;align-items:flex-start;padding:1em;border:1px solid #20CAE5;background:linear-gradient(180deg,#04779259,#00000059)}.ResetPassword-form label{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem}.ResetPassword-form input{background:linear-gradient(180deg,#04779259,#00000059);border:none;color:#fff;padding:.5rem;margin-bottom:.5rem;width:15rem;height:1.5rem;margin-bottom:2rem}.ResetPassword-instruction{color:#fff;text-align:center;font-family:Inter;font-size:.625rem;font-style:normal;font-weight:500;line-height:normal}.ResetPassword-Submit{width:8.875rem;height:3.3125rem;margin-left:3.4rem;margin-top:2rem;color:#fff;border:1px solid #20CAE5;background:linear-gradient(180deg,#04779259,#00000059);font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width:768px){.ResetPassword-main-container{min-height:100vh;display:flex;flex-direction:column;align-items:center}.ResetPassword-fields{width:100vw;display:flex;flex-direction:column;align-items:center;margin:0}.ResetPassword-dark-logo{width:17.8125rem;height:9.4375rem}.ResetPassword-heading{margin:0;font-family:Inter;color:#05a3bc;margin-bottom:1rem;font-size:2.25rem}.ResetPassword-form{margin-top:3rem;width:16rem;height:15rem}}.SetPSWD-main-container{min-height:100vh;background-color:#000;display:flex;flex-direction:column;align-items:flex-end}.SetPSWD-background-video{position:absolute;width:100vw;height:100vh;object-fit:cover;z-index:-1}.SetPSWD-fields-logo{width:50vw;display:flex;flex-direction:column;align-items:flex-end;margin-right:8rem}.SetPSWD-dark-logo{width:28rem;height:13rem}.SetPSWD-page-heading{margin-bottom:.3em;margin-right:.5em;color:#05a3bc;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;line-height:normal}.SetPSWD-form{width:18rem;height:24rem;display:flex;flex-direction:column;align-items:flex-start;padding:1em;border:1px solid #20cae5;background:linear-gradient(180deg,#04779259,#00000059)}.SetPSWD-form label{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.5rem}.SetPSWD-form input{background:linear-gradient(180deg,#04779259,#00000059);border:none;color:#fff;padding:.5rem;margin-bottom:.5rem;width:17rem;height:1.5rem}.SetPSWD-form button{width:8.875rem;height:3.3125rem;color:#fff;margin-left:4.3rem;border:1px solid #20cae5;background:linear-gradient(180deg,#04779259,#00000059);font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.SetPSWD-resend-otp-button{color:#fff;cursor:pointer;margin:.4em 0 .4em auto;font-family:Inter;font-size:1em;font-style:normal;font-weight:400;line-height:normal}@media (max-width:768px){.SetPSWD-main-container{min-height:100vh;background-color:#000;display:flex;flex-direction:column;align-items:center}.SetPSWD-fields-logo{width:100vw;display:flex;flex-direction:column;align-items:center;margin-right:0}.SetPSWD-dark-logo{width:17.8125rem;height:9.4375rem}.SetPSWD-page-heading{margin:1em 0;color:#05a3bc;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;line-height:normal}.SetPSWD-form{width:18rem;height:28rem;display:flex;flex-direction:column;align-items:flex-start;padding:1em;border:1px solid #20cae5;background:linear-gradient(180deg,#04779259,#00000059)}}.notification-page{min-height:100vh;background-color:#000;display:flex;flex-direction:column}.notification-page-contents{min-height:80vh;display:flex;flex-direction:column;align-items:center}.notification-page-time-date{width:95vw;display:flex;flex-direction:row;justify-content:flex-start;gap:2.5rem}.notification-page-time-date-p{color:#fff;font-family:Inter;font-size:1.375rem;font-style:normal;font-weight:400;line-height:normal}.notification-page-heading{width:95vw;margin-bottom:1.12rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.notification-page-heading-text{color:#05a3bc;font-family:Inter;font-size:1.625rem;font-style:normal;font-weight:400;line-height:normal}.notification-page-notifiacations{max-height:60vh;width:95vw;margin-bottom:2rem;gap:2rem;display:flex;flex-direction:column;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#024B56 black}.notification-item-text{width:93vw;box-sizing:border-box;padding:2rem;color:#fff;font-family:Inter;font-size:1.3125rem;font-style:normal;font-weight:200;line-height:normal;border:1px solid #05A3BC;background:linear-gradient(180deg,#0095ac40 -52.27%,#536a6e40 147.73%)}.notification-page-warning{color:#fff}.notifaction-page-return{width:95vw;margin-bottom:2rem;display:flex;flex-direction:row;justify-content:flex-start}.notifaction-page-return-button{height:44px;width:300px;display:flex;justify-content:center;align-items:center;color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(180deg,#0095ac80 -52.27%,#12707f 147.73%);box-shadow:4px 4px 8.9px #05a3bc;cursor:pointer}@media (max-width: 768px){.notification-page-contents{margin-top:5rem}.notifaction-page-return{justify-content:center}.notifaction-page-return-button{width:63vw;font-size:4.5vw}}
