:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
body{background:linear-gradient(90deg,#dadada 0%,#cfd8e7 100%);margin:0;padding:0}body header{background:#ebecf5;height:70px;padding:0 20px}body header nav{flex-wrap:nowrap;justify-content:space-between;width:100%;display:flex}body header nav .logo_container{align-items:center;height:70px;display:flex}body header nav .logo_container .logo img{height:40px;max-height:40px}body header nav .nav-right{align-items:center;height:70px;display:flex}body header nav .nav-right button{color:#0e346c;background:0 0;border:0;margin-right:15px}
@font-face{font-family:Azo Medium;src:url("../media/Rui Abreu - AzoSans-Medium.509ee768.otf")format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Azo Bold;src:url("../media/Rui Abreu - AzoSans-Bold.7d84215e.otf")format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Azo Light;src:url("../media/Rui Abreu - AzoSans-Light.fa5a6c43.otf")format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Azo;src:url("../media/Rui Abreu - AzoSans-Regular.1c99e04f.otf")format("truetype");font-weight:300;font-style:normal;font-display:swap}
.login{color:#11284a}.login .container-login{height:90vh;min-height:650px;display:flex}.login .container-login .left{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;display:flex}.login .container-login .left h1{margin-bottom:20px;font-family:Azo Light;font-size:2.5rem}.login .container-login .left p{margin-bottom:30px;font-family:Azo Light}.login .container-login .left .otp{letter-spacing:9px;box-sizing:border-box;background:#ebedf5;border-radius:15px;padding:16px 35px 12px;font-family:Azo Medium;font-size:3rem;line-height:1;display:flex}.login .container-login .right{color:#fff;flex:1;justify-content:flex-start;align-items:flex-end;padding:30px;display:flex;position:relative}.login .container-login .right .mc-bg-screen{background:url(https://ggfx-mccone.s3.eu-west-2.amazonaws.com/i.prod/Careers_Photo_Update_07182025_598fb2b2cb.jpg) 50%/cover no-repeat;border-radius:15px;width:100%;height:100%;position:relative;overflow:hidden}.login .container-login .right .mc-bg-screen .bottom-shadow{background:linear-gradient(176deg,#060e1a00 0%,#060e1a 100%);width:100%;min-height:100%;position:absolute;bottom:0;left:0;right:0}.login .container-login .right .mc-bg-screen .bottom-shadow .overlay-text{color:#fff;border-radius:5px;width:100%;padding:15px 40px;font-family:Azo Light;font-size:2rem;line-height:1.3;position:absolute;bottom:30px;left:40px}.login .container-login .right .mc-bg-screen .bottom-shadow .overlay-text strong{font-family:Azo}@media (max-width:1024px){.login .container .left{padding:40px}.login .container .left h1{font-size:2rem}.login .container .left p{font-size:1.25rem}.login .container .left .otp{letter-spacing:7px;padding:14px 30px 10px;font-size:2.5rem}.login .container .right{padding:25px}.login .container .right .mc-bg-screen .bottom-shadow{min-height:250px}.login .container .right .mc-bg-screen .bottom-shadow .overlay-text{width:260px;padding:12px 35px;font-size:1.75rem;bottom:25px;left:35px}}@media (max-width:768px){.login .container-login .container-login{flex-direction:column;height:auto;min-height:100vh}.login .container-login .container-login .left{flex:none;min-height:50vh;padding:30px 20px}.login .container-login .container-login .left h1{margin-bottom:15px;font-size:1.75rem}.login .container-login .container-login .left p{margin-bottom:25px;font-size:1.125rem}.login .container-login .container-login .left .otp{letter-spacing:6px;padding:12px 25px 8px;font-size:2rem}.login .container-login .container-login .right{flex:none;min-height:50vh;padding:20px}.login .container-login .container-login .right .mc-bg-screen{border-radius:12px}.login .container-login .container-login .right .mc-bg-screen .bottom-shadow{min-height:200px}.login .container-login .container-login .right .mc-bg-screen .bottom-shadow .overlay-text{width:auto;max-width:280px;padding:10px 25px;font-size:1.5rem;bottom:20px;left:20px}}@media (max-width:480px){.login .container-login .container .left{padding:25px 15px}.login .container-login .container .left h1{font-size:1.5rem}.login .container-login .container .left p{font-size:1rem}.login .container-login .container .left .otp{letter-spacing:5px;padding:10px 20px 6px;font-size:1.75rem}.login .container-login .container .right{padding:15px}.login .container-login .container .right .mc-bg-screen .bottom-shadow{min-height:180px}.login .container-login .container .right .mc-bg-screen .bottom-shadow .overlay-text{max-width:240px;padding:8px 20px;font-size:1.25rem;bottom:15px;left:15px}}.admin-panel-nav{margin-left:20px}.admin-panel-nav li a{color:#11284a;opacity:.5;margin-right:15px;text-decoration:none}.admin-panel-nav li a.active{opacity:1!important}.admin-panel-nav li a:hover{opacity:1}
.screen{color:#11284a}.screen .container-screen{height:90vh;display:flex}.screen .container-screen .left{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:50px;display:flex}.screen .container-screen .left h1{margin-bottom:20px;font-family:Azo Light;font-size:2.5rem}.screen .container-screen .left p{margin-bottom:0;font-family:Azo Light;font-size:1.5rem}.screen .container-screen .left .otp{letter-spacing:9px;box-sizing:border-box;border-radius:15px;padding:16px 0 0;font-family:Azo Medium;font-size:3rem;line-height:1;display:flex}.screen .container-screen .left .otp .otp-box{text-align:center;vertical-align:middle;background:#fff;border-radius:10px;align-items:center;width:70px;height:80px;margin-right:5px;padding-left:4px;line-height:86px;display:block}.screen .container-screen .right{color:#fff;flex:1;justify-content:flex-start;align-items:flex-end;width:100%;padding:30px;display:flex;position:relative}.screen .container-screen .right .mc-bg-screen{background:url(https://ggfx-mccone.s3.eu-west-2.amazonaws.com/i.prod/Careers_Photo_Update_07182025_598fb2b2cb.jpg) 50%/cover no-repeat;border-radius:15px;width:100%;height:100%;position:relative;overflow:hidden}.screen .container-screen .right .bottom-shadow{background:linear-gradient(176deg,#060e1a00 0%,#060e1a 100%);width:100%;min-height:300px;position:absolute;bottom:0}.screen .container-screen .right .bottom-shadow .overlay-text{color:#fff;border-radius:5px;width:100%;padding:15px 40px;font-family:Azo Light;font-size:2rem;line-height:1.3;position:absolute;bottom:30px}.screen .container-screen .right .bottom-shadow .overlay-text strong{font-family:Azo}
.screen{background:#ebecf5}.header-fixed{align-items:center;gap:15px;display:flex;position:absolute;top:14px;right:12px;width:auto!important;display:flex!important}.header-fixed>div{border:1px solid #a0aec0;border-radius:10px;padding:7px 15px}.header-fixed>div.active{color:#fff;background:#0e346c}.header-fixed .lb-label{align-items:center;display:flex}.leaderboard{min-height:calc(100vh - 70px);font-family:Poppins,sans-serif}.leaderboard .leaderboardkpi{box-sizing:content-box;width:100%;display:block}.leaderboard .leaderboardkpi>div{width:33.3%;margin-top:0;padding-top:0;padding-left:10px;padding-right:10px;display:inline-block}.leaderboard .leaderboardkpi>div .inner-box{background:#fff;border-radius:20px}.leaderboard .leaderboardkpi>div .inner-box h3{text-transform:capitalize;color:#000;text-align:center;margin:0;padding-top:30px;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600}.leaderboard .first_content .title h1 .titles{text-align:center;color:#3e4861;max-width:100%;margin:40px auto 20px;font-size:48px;font-weight:500;line-height:1.1}@media screen and (max-width:600px){.leaderboard .first_content .title h1 .titles{margin-bottom:7px;font-size:38px;display:block}}.leaderboard .live-indicator{letter-spacing:1px;color:red;float:left;align-items:center;height:fit-content;margin-left:15px;font-size:1.2rem;font-weight:300;display:inline-flex;position:relative}.leaderboard .live-indicator .dot{background:red;border-radius:50%;width:10px;height:10px;margin-right:8px;display:inline-block}.leaderboard .live-indicator sup{background:#fff;border:.8px solid #3e4861;border-radius:15px;padding:10px;font-size:.5rem;display:inline-block;position:absolute;top:-15px;right:-44px}@media screen and (max-width:600px){.leaderboard .live-indicator sup{background:#fff;border:.8px solid #3e4861;border-radius:15px;padding:8px 7px;font-size:.5rem;display:inline-block;position:absolute;top:-1px;right:-36px}}.leaderboard .dropdown button{margin:0 5px 10px}.leaderboard .dropdown.lb .secondary_btn.active{color:#fff;background:red}.leaderboard .dropdown.lb button{margin:0 5px 10px}.leaderboard .dropdown.lb button i{display:none}@media only screen and (max-width:960px){.leaderboard .dropdown.lb button{margin:0 5px 7px;padding:7px 10px}.leaderboard .dropdown.lb button i{display:none}}.leaderboard .leaderboardkpi h3{color:red}.leaderboard .kapilist{padding-left:10px;padding-right:10px;overflow:hidden}.leaderboard .kapilist li{text-align:left;background:#ebedf5;border-radius:20px;align-items:center;width:100%;margin-bottom:5px;padding:5px 20px}.leaderboard .kapilist>li.ranked:first-child{color:#fff;background:#337ce3;border-bottom:0}.leaderboard .kapilist>li.ranked:nth-child(2){color:#fff;background:#164ea3;border-bottom:0}.leaderboard .kapilist>li.ranked:nth-child(3){color:#fff;background:#0e346c;border-bottom:0}.leaderboard .kapilist>li:last-child{border-bottom:0}.leaderboard .agent-kpi{display:flex}.leaderboard .agent-kpi .rank{width:40px}.leaderboard .agent-kpi{width:100%;overflow:hidden}.leaderboard .agent-kpi .profileImage{width:50px}.leaderboard .agent-kpi .profileImage .image{border-radius:50%;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.leaderboard .agent-kpi .profileImage .image img{width:100%;height:auto}.leaderboard .agent-kpi .profileData{text-align:right;width:auto}.leaderboard .agent-kpi .profileData.amount{width:auto;padding-left:10px}.leaderboard .agent-kpi .profileTitle{text-overflow:ellipsis;flex-wrap:wrap;flex:1;align-items:center;padding-left:20px;overflow:hidden}.leaderboard .agent-kpi .profileTitle .name{white-space:nowrap;text-overflow:ellipsis;width:100%;height:25px;overflow:hidden}.leaderboard .agent-kpi .profileTitle span.title{white-space:nowrap;text-overflow:ellipsis;width:auto;height:15px;font-size:.6rem;overflow:hidden}.leaderboard .agent-kpi .profileTitle span{width:100%;display:block}.leaderboard .agent-kpi .profileTitle.hide-title{text-overflow:ellipsis;flex-wrap:wrap;flex:1;align-items:center;padding-left:20px;overflow:hidden}.leaderboard .agent-kpi .profileTitle.hide-title .name{white-space:nowrap;text-overflow:ellipsis;align-items:center;width:100%;height:60px;display:flex;overflow:hidden;padding:0!important}.leaderboard .agent-kpi .profileTitle.hide-title span{display:none}.leaderboard .agent-kpi .profileTitle.hide-title span.title{white-space:nowrap;text-overflow:ellipsis;width:auto;height:15px;font-size:.6rem;display:none;overflow:hidden}.leaderboard .agent-kpi .profileTitle.hide-title span{width:100%;display:block}.input-underlined input{text-align:center;border:0;width:auto;max-width:150px;padding-bottom:6px;font-size:1rem;display:inline-block}.input-underlined{border-bottom:1px solid red}.visible-over{overflow:visible!important}.tv-l-cont{width:100%;max-width:100%;margin-top:0;padding:0 8px 8px!important}.tv-l-cont .agent-kpi .profileImage{width:56px}.tv-l-cont .agent-kpi .profileImage .image{width:50px;height:50px}.tv-l-cont .agent-kpi .profileTitle .title{opacity:.7;height:28px!important;font-size:.8rem!important}.tv-l-cont .agent-kpi .profileTitle .name{white-space:nowrap;text-overflow:ellipsis;width:100%;height:29px;padding-top:6px;font-size:1.2rem;overflow:hidden}.tv-layout .px-2,.tv-layout .first_content{padding:0!important}.tv-layout{z-index:999;background:#deebf9;width:100%;position:fixed}.tv-layout .container{width:100%;max-width:100%}.tv-layout .video_detail .dropdown.home-d.opened{gap:0;margin-top:10px}.tv-layout .video_detail .secondary_btn{background:#fff}.tv-layout .video_detail .secondary_btn.actives{background:red}.tv-layout .video_detail{display:flex}.tv-layout .video_detail .title{width:auto!important}.tv-layout .video_detail .title h1{text-align:left;margin:auto;width:auto!important}.tv-layout .video_detail .first_content .title h3 .titles,.tv-layout .video_detail .first_content .title h1 .titles{font-size:1.5rem}.smalltv .video_detail{display:flex;justify-content:space-between!important}.smalltv .container{padding:0!important}.smalltv .tv-l-cont{margin-top:51px!important;padding-left:14px!important}.smalltv .title h1{font-size:30px!important}.smalltv .dropdown-trans button:after{content:"";background-repeat:no-repeat;background-size:9px;border:0;width:8px;height:16px;line-height:50px;position:absolute;top:8px;right:13px;background-image:url(/_next/static/media/arrow.6f85ee46.svg)!important}.smalltv .kapilist li{padding:4px 11px!important}.smalltv .lb{min-width:362px!important;margin-top:5px!important}.smalltv .lb button{margin:0 2px 4px;padding:4px 7px;font-size:.5rem}.smalltv .lb .dropdown-trans{margin-left:3px!important}.smalltv .lb .dropdown-trans .dropdown-toggle{text-align:left;width:73px;min-width:73px!important}.smalltv .small-lb h3,.smalltv .small-lb .agent-kpi .profileData{font-size:.7rem!important}.smalltv .small-lb{width:33%!important;padding-left:0!important;padding-right:5px!important}.smalltv .small-lb:last-child{padding-right:0}.smalltv .small-lb .agent-kpi .profileImage{width:25px!important}.smalltv .small-lb .agent-kpi .profileImage .image{width:25px!important;height:25px!important}.smalltv .small-lb .agent-kpi .profileTitle{padding-left:6px!important}.smalltv .small-lb .agent-kpi .profileTitle .name{height:15px!important;font-size:.7rem!important}.smalltv .small-lb .agent-kpi .profileTitle span.title{height:15px!important;font-size:.5rem!important}.smalltv .small-lb .agent-kpi .rank{width:22px}.smalltv .small-lb .agent-kpi .rank span{font-size:.7rem}.smalltv .small-lb .kapilist li{padding:6px 10px!important}.smalltv .profileData.amount{font-size:.7rem!important}.smalltv .N-SP{margin-top:0!important}.height-fix{background:#0e346c;border-radius:17px;min-height:100%}.height-fix .swiper-wrapper,.height-fix .swiper-wrapper .swiper-slide,.height-fix .swiper-wrapper .swiper-slide .property-card{min-height:100%}.property-card{color:#fff;background-color:#0e346c;border-radius:18px;width:100%;height:100%;padding:20px;font-family:Inter,sans-serif}.property-card .agent-info{padding:10px;box-shadow:0 20px 40px #0003}.property-card .status-label{text-align:left;margin-bottom:20px;font-size:1.2rem;font-weight:500;display:block}.property-card .image-container{border-radius:25px;height:30%;position:relative;overflow:hidden}.property-card .image-container img{object-fit:cover;width:100%;height:100%}.property-card .image-container .expand-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;position:absolute;top:15px;right:15px}.property-card .card-body{padding:20px 0}.property-card .card-body .location{text-align:left;color:#a0aec0;margin-bottom:8px;font-size:.9rem}.property-card .card-body .title-price-row{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.property-card .card-body .title-price-row .title{text-align:left;width:100%;margin:0;font-size:1.8rem;font-weight:400}.property-card .card-body .title-price-row .price{font-size:1.8rem;font-weight:500}.property-card .card-body .title-price-row .price .currency{margin-right:4px}.property-card .card-body .rating-row{justify-content:space-between;align-items:center;display:flex}.property-card .card-body .rating-row .score{margin-right:5px;font-size:1.1rem;font-weight:600}.property-card .card-body .rating-row .stars{color:#f6ad55;font-size:.8rem}.property-card .card-body .rating-row .date{color:#a0aec0;font-size:.9rem}.property-card .card-body .reviews{color:#a0aec0;margin-top:4px;font-size:.8rem}.property-card .divider{border:0;border-top:1px solid #fffc;margin:10px 0 20px}.property-card .card-footer .footer-label{color:#a0aec0;text-align:left;margin-bottom:12px;font-size:.9rem;display:block}.property-card .card-footer .agent-info{align-items:center;gap:15px;display:flex}.property-card .card-footer .agent-info .agent-photo{object-fit:cover;border-radius:12px;width:80px;height:80px}.property-card .card-footer .agent-info .agent-name{text-align:left;font-size:1.4rem;font-weight:600}.property-card .card-footer .agent-info .agent-title{text-align:left;color:#a0aec0;font-size:.9rem}@media screen and (max-width:1200px){.leaderboard .agent-kpi .profileTitle.hide-title .name{height:40px}.kapilist .agent-kpi .rank{width:30px;font-size:.8rem}.kapilist .agent-kpi .profileImage{width:45px}.kapilist .agent-kpi .profileImage .image{width:40px;height:40px}.kapilist .agent-kpi .profileTitle{padding-left:2px!important}.kapilist .agent-kpi .profileTitle .name{font-size:1rem}.kapilist .agent-kpi .profileData span{font-size:.9rem!important}.property-card .title-price-row .title,.property-card .price h2,.agent-info .agent-details .agent-name{font-size:1.2rem!important}}
.screen{min-width:700px;overflow:auto}.screen.dark,.screen.dark img,.screen.dark video,.screen.dark iframe{filter:invert()hue-rotate(180deg)}.screen.dark .height-fix{filter:invert()hue-rotate(180deg)!important}.screen.dark .height-fix .agent-photo,.screen.dark .height-fix img{filter:unset}.lb-label{color:#11284a;opacity:1;border-left:1px solid #787878;margin-left:40px;padding-left:20px;font-size:2rem}.back-btn{cursor:pointer;color:#787878;background:0 0;border:none;align-items:center;gap:15px;font-size:clamp(16px,1.2vw,20px);font-weight:300;display:flex}.back-btn .arrow{font-size:1.2em}.back-btn span{align-items:center;height:50px;display:flex}.back-btn:hover{opacity:.7}
:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{opacity:0;pointer-events:none;will-change:opacity;position:absolute;top:0;left:0}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;z-index:-1;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay)ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay)ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;width:max-content;padding:8px 16px;font-size:90%}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
