@charset "UTF-8";#root{margin:0 auto;font-family:Outfit;padding:0}body{background-color:#f1f1f1;font-family:Outfit;font-size:1rem}.appWrapper:has(.checkout-page){display:flex;align-items:center}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit}.error-message{position:absolute;bottom:-.7rem;color:red}.spinner-container{display:flex;justify-content:center;align-items:center;height:50vh}.ant-input-outlined{font-size:1rem;font-family:Outfit}.ant-input-outlined:focus-within{border-color:#7f5fff}.ant-input-outlined:hover{border-color:#7f5fff}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#7f5fff!important;border-color:#7f5fff!important}.custom-input-number .ant-input-number-handler-wrap{opacity:1!important;visibility:visible!important;display:flex!important;transition:none!important}.custom-input-number .ant-input-number-handler-wrap{opacity:1!important;visibility:visible!important;display:flex!important}.startGamesWrapper{display:flex;justify-content:center;align-items:center}.startGamesWrapper span{text-align:center;margin:5px}.startGamesWrapper .main-content{font-size:1.5rem;font-weight:600;text-transform:capitalize}.custom-confirm-modal .ant-modal-content{border-radius:8px;background:linear-gradient(135deg,#fdfbfb,#ebedee);box-shadow:0 4px 12px #0003}.custom-confirm-modal .ant-modal-header{background-color:#ff4d4f;border-radius:8px 8px 0 0;color:#fff}.custom-confirm-modal .ant-modal-title{font-size:18px;font-weight:700}.custom-confirm-modal .ant-modal-body{font-size:14px;color:#555}.custom-confirm-modal .ant-modal-footer{background-color:#f5f5f5;border-top:none}.custom-confirm-modal .ant-modal-footer .ant-btn-primary{background-color:#ff4d4f;border:none;box-shadow:0 2px 8px #ff4d4f99}.custom-confirm-modal .ant-modal-footer .ant-btn-default{border:none;color:#555}.outlineButton{color:#7f5fff;border:1px solid #7f5fff;transition:all ease .2s;background-color:#fff}.outlineButton:hover{background-color:#7f5fff;color:#fff}.defaultButton{background-color:#7f5fff;color:#fff;border:1px solid #7f5fff;transition:all ease .2s}.defaultButton:hover{border-color:#7f5fff;background-color:#fff;color:#7f5fff}.ant-modal .ant-modal-close{position:absolute;top:12px;display:flex;align-items:center;inset-inline-end:12px;z-index:1010;padding:0;color:#00000073;font-weight:600;line-height:1;text-decoration:none;background:transparent;border-radius:4px;width:32px;height:32px;border:0;outline:0;cursor:pointer;transition:color .2s,background-color .2s}.ant-pagination .ant-pagination-prev .ant-pagination-item-link,:where(.css-dev-only-do-not-override-1m206sv).ant-pagination .ant-pagination-next .ant-pagination-item-link{display:flex;width:100%;height:100%;padding:0;font-size:12px;text-align:center;background-color:transparent;border:1px solid transparent;border-radius:6px;outline:none;transition:all .2s;justify-content:left;align-items:center}.ant-form-item .ant-form-item-label>label{position:relative;display:inline-flex;align-items:center;max-width:100%;height:32px;color:#000000e0;font-size:1rem}.ant-form-item .ant-form-item-feedback-icon-success{color:#7f5fff}.ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:none;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.toastify-progress-bar{background-color:#7f5fff!important}.toastify-icon--success{color:#7f5fff!important}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fffc;z-index:9999}.loader{display:flex;justify-content:space-between;align-items:flex-end;width:80px}.dot{width:15px;height:15px;border-radius:50%;background-color:#1677ff;animation:bouncee .3s infinite alternate}.dot:nth-child(2){animation-delay:.1s;background-color:#3498db}.dot:nth-child(3){background-color:#323488;animation-delay:.2s}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.loader-container-dashboard{top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fffc;z-index:9999}.loaderr{display:flex;justify-content:space-between;align-items:flex-end;width:80px}.dott{width:15px;height:15px;border-radius:50%;background-color:#1677ff;animation:bouncee .3s infinite alternate}.dott:nth-child(2){animation-delay:.1s;background-color:#3498db}.dott:nth-child(3){background-color:#323488;animation-delay:.2s}@keyframes bouncee{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.progress-container{display:flex;justify-content:center;margin:2rem 0;width:100%;padding:0 1rem;box-sizing:border-box}.progress-bar{display:flex;justify-content:space-between;position:relative;width:100%}.progress-bar.long-progress{gap:2rem}.progress-bar .tail{position:absolute;width:100%;z-index:0;height:1px;top:50%;background-color:#a0a0a0}.progress-step{width:24px;height:24px;background-color:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:0s;transition:background-color .3s ease}.progress-step .step-number{font-size:12px;color:#fff}.progress-step .check-icon{color:#fff;font-size:16px;opacity:0;transform:scale(.8);transition:opacity .3s ease,transform .3s ease}.progress-step.current{background-color:#603af8}.progress-step.current .dot-icon{fill:#fff;animation:pulse 2s infinite}.progress-step.completed{background-color:#603af8}.progress-step.completed .check-icon{opacity:1;transform:scale(1)}.progress-line{position:absolute;height:3px;background-color:#e0e0e0;top:50%;left:0;transform:translateY(-50%);z-index:0;transition:width .5s ease}.completed-line{background-color:#603af8}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(2);opacity:.8}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.progress-bar{gap:1rem}.progress-step{width:20px;height:20px}.progress-step .step-number{font-size:11px}.progress-container{margin:1rem 0}}.waveform-container{width:100%;margin:0 auto;z-index:0;position:relative;text-align:center;cursor:pointer}.waveform{z-index:-1;height:80px;border-radius:10px;overflow:hidden;margin-bottom:20px;cursor:pointer}: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)}}.dashboard-layout{overflow-y:auto;display:flex;height:100vh;width:100%;margin:0 auto}@media screen and (max-width: 1550px){.dashboard-layout{height:100vh}}@media screen and (max-width: 2000px){.dashboard-layout{max-width:2000px}}.dashboard-layout .dashboardContent{margin:24px 16px;padding:24}@media screen and (max-width: 768px){.dashboard-layout .dashboardContent{margin:.2rem;padding:0}}.dashboard-layout .dashboard-sider{position:relative}.dashboard-layout .dashboard-sider .logo-container{display:flex;align-items:center;justify-content:center}.dashboard-layout .dashboard-sider .logo-container h1{font-size:1.6rem;color:#fff;margin:1rem 0}.dashboard-layout .dashboard-sider .seperator{height:1px;margin-bottom:1rem;background:linear-gradient(to right,transparent,#9ba3c2,transparent)}.dashboard-layout .dashboard-sider .sider-bottom-menu{position:absolute;bottom:1rem;width:100%;background-color:#0c0129}@media screen and (max-width: 768px){.dashboard-layout .dashboard-sider .sider-bottom-menu{position:relative;padding-top:.5rem}}.dashboard-layout .header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.dashboard-layout .header .header-right{display:flex;align-items:center}.dashboard-layout .header .header-right .language-select,.dashboard-layout .header .header-right .notification-badge{margin-right:20px}.dashboard-layout .header .header-right .ant-avatar{cursor:pointer}.dashboard-layout .ant-layout-content{padding:24px;background-color:#f0f2f5;overflow-y:auto}@media (max-width: 768px){.dashboard-layout .dashboard-layout .ant-layout-sider{width:100px;max-width:100px;min-width:100px;flex-basis:0}.dashboard-layout .dashboard-layout .logo-container h1{font-size:1rem}.dashboard-layout .dashboard-layout .header{height:56px}.dashboard-layout .dashboard-layout .ant-layout-content{padding:16px}}.ant-menu-dark .ant-menu-item-selected{background-color:#7654ff}.ant-select-selector{display:flex;align-items:center}.language-option{display:flex;align-items:center;gap:8px}.language-option .flag-icon{width:16px;height:16px}.ant-breadcrumb ol{display:flex}.ant-breadcrumb ol li span a{font-size:1.4rem;font-weight:400;color:#0a0a0a66}.ant-breadcrumb ol li span a:hover{background-color:#fff}.ant-breadcrumb ol li span.current-breadcrumb{font-size:1.4rem;font-weight:500;color:#7f5fff;pointer-events:none}.ant-breadcrumb ol .ant-breadcrumb-separator{font-size:1rem;margin:.5rem 1rem 0}.commonButton{background-color:#603af8;color:#fff;border-radius:8px;padding:1rem 3.5rem;border:1px solid transparent;cursor:pointer;margin-top:2rem;font-size:1rem;transition:all ease .3s;font-weight:500}.commonButton:hover{background-color:#fff;color:#603af8;border-radius:8px;padding:1rem 3.5rem;border:1px solid #603af8;cursor:pointer;margin-top:2rem;font-size:1rem;font-weight:500}.outline{background-color:#fff;color:#603af8;border-radius:8px;padding:1rem 3.5rem;border:1px solid #603af8;cursor:pointer;margin-top:2rem;font-size:1rem;transition:all ease .3s;font-weight:500}.outline:hover{background-color:#603af8;color:#fff;border-radius:8px;cursor:pointer}.authButton{width:100%;padding:.75rem;background-color:#603af833;color:#0a0a0a66;border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin:0 auto 1rem .68rem;font-weight:700}.authButton:hover{width:100%;padding:.75rem;background-color:#603af833;color:#000;border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin:0 auto 1rem .68rem;font-weight:700}.Buttondisabled{background-color:#613ede91;cursor:not-allowed}.Buttondisabled:hover{background-color:#613ede91;cursor:not-allowed;color:#fff}.modal-content{position:relative;padding:20px;border-radius:8px;font-family:Outfit;background-color:#000;z-index:99;box-shadow:0 4px 8px #0003}.modal-content h2{margin-top:0}.modal-content .countdown{display:flex;justify-content:center;align-items:center;margin:20px 0}.modal-content .countdown .circle-border{width:100px;height:100px;border:5px solid #f00;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;font-size:24px;color:red}.modal-content .countdown .circle-border.countdown-active{animation:countdownAnimation 3s linear forwards}.modal-content .countdown .circle-border .countdown-text{position:absolute}.modal-content button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s;display:flex;justify-content:center;margin:0 auto}.modal-content button:hover{background-color:#0056b3}@keyframes countdownAnimation{0%{border-color:red}to{border-color:transparent}}@keyframes blinkBackground{0%,to{background-color:transparent}50%{background-color:#f009}}.countDownWrapper.blinking{animation:blinkBackground 1s ease-in-out 3}.break-modal__content{text-align:center;padding:20px}.break-modal__title{font-size:24px;font-weight:700;margin-bottom:16px}.break-modal__message{font-size:16px;margin-bottom:24px;color:#555}.break-modal__hint{font-size:14px;margin-bottom:16px;color:#603af8}.break-modal__timer{font-size:18px;font-weight:700;margin-bottom:24px;color:#8a4eff}.break-modal__actions{display:flex;justify-content:center;gap:10px}.break-modal__actions .break-modal__skip{background-color:#ff4d4f;border-color:#ff4d4f}.break-modal__actions .break-modal__skip:hover{background-color:#ff7875;border-color:#ff7875}.break-page{text-align:center;width:100%;margin:0 auto;height:calc(100vh - 89px);align-items:center;display:flex;background-color:#8a4eff}.break-page div{padding:50px;width:fit-content;background-color:#fff;margin:0 auto;border-radius:10px;border:1px solid #555}.break-page__title{font-size:32px;font-weight:700;margin-bottom:16px}.break-page__message{font-size:18px;margin-bottom:24px;color:#555}.break-page__hint{font-size:16px;margin-bottom:16px;color:#603af8}.break-page__timer{font-size:24px;font-weight:700;margin-bottom:24px;color:#8a4eff}.pagination{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}@media screen and (max-width: 576px){.pagination{display:flex;flex-direction:column;gap:1rem}}.ant-modal.ant-modal-confirm{top:35%!important}.custom-modal .ant-modal-content{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:1.5rem;box-shadow:0 8px 30px #0000004d;border:1px solid rgba(127,95,255,.4);transition:all .3s ease-in-out}.custom-modal .ant-modal-content:hover{box-shadow:0 8px 30px #0000004d;transform:scale(1)}.custom-modal .modal-title{font-size:1.5rem;font-weight:700;color:#7f5fff;text-align:center;margin-bottom:1rem;text-shadow:0 2px 5px rgba(127,95,255,.5);letter-spacing:1px}.custom-modal .modal-content{font-size:1.2rem;line-height:1.75;color:#444;margin-bottom:1.5rem;text-align:center}.custom-modal .ant-btn-primary{border:1px solid #7f5fff;background-color:#fff;color:#7f5fff;font-weight:700;font-size:1rem;padding:.75rem 1.5rem;border-radius:10px;box-shadow:none;width:50%;transition:all .3s ease-in-out}.custom-modal .ant-btn-primary:hover{background-color:#7f5fff;box-shadow:none}.custom-modal .ant-btn-default{background:transparent;color:#fff;background-color:#7f5fff;border:1px solid #7f5fff;font-weight:400;padding:.75rem 1.5rem;border-radius:10px;width:50%}.custom-modal .ant-btn-default:hover{background:#7f5fff;color:#fff;box-shadow:none}.custom-modal.modal-success .ant-modal-content{border:1px solid rgba(40,167,69,.4)}.custom-modal.modal-success .modal-title{color:#28a745;text-shadow:0 2px 5px rgba(40,167,69,.5)}.custom-modal.modal-error .ant-modal-content{border:1px solid rgba(220,53,69,.4)}.custom-modal.modal-error .modal-title{color:#dc3545;text-shadow:0 2px 5px rgba(220,53,69,.5)}.custom-modal.modal-warning .ant-modal-content{border:1px solid rgba(255,193,7,.4)}.custom-modal.modal-warning .modal-title{color:#ffc107;text-shadow:0 2px 5px rgba(255,193,7,.5)}.custom-modal .ant-modal-confirm .ant-modal-confirm-body{display:flex;flex-direction:column;text-align:center;gap:1rem}.custom-modal .ant-modal-confirm .ant-modal-confirm-body>.anticon{font-size:60px;color:#7f5fff;animation:heartbeat 1.5s infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1)}}.ant-modal-confirm .ant-modal-confirm-body{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;text-align:center}.ant-modal-confirm .ant-modal-confirm-title{color:#000000e0;font-weight:600;font-size:20px;line-height:1.5}.ant-modal-confirm .ant-modal-confirm-content{color:#000000e0;font-size:15px;line-height:1.5714285714}.ant-modal-confirm .ant-modal-confirm-body>.anticon{flex:none;font-size:40px;margin-inline-end:12px;margin-top:0}.ant-modal-confirm .ant-modal-confirm-btns{text-align:end;margin-top:12px;display:flex;justify-content:center}.ant-btn-variant-solid{color:#fff;background:#7f5fff}.ant-btn-color-primary{color:#fff;box-shadow:0 2px #0591ff1a}.ant-btn-primary:hover{background:#7f5fff!important}.ant-btn-default:hover{color:#7f5fff!important;border-color:#7f5fff!important}.anticon svg{display:inline-block;margin-left:.6rem}.country-picker-container{position:relative;width:100%}.country-input{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:16px;color:inherit;background-color:inherit}.dropdown-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#999;pointer-events:none}.playWithCard{padding:0 3rem;display:flex;justify-content:space-between;gap:10rem}@media (max-width: 768px){.playWithCard{flex-direction:column;padding:0 1.5rem}}.playWithCard .playWithCardLeft{flex:1}.playWithCard .playWithCardLeft h1:nth-child(1){color:#603af8;margin-bottom:2rem}.playWithCard .playWithCardLeft .payWIthCardBackBtn{text-decoration:none;display:flex;align-items:center;gap:.5rem;color:#131313;background-color:#0a0a0a0d;width:fit-content;padding:.4rem;border-radius:4px;margin-bottom:1rem}.playWithCard .playWithCardLeft h2{margin-bottom:1rem}.playWithCard .playWithCardLeft p{color:#0a0a0a66;margin-bottom:2rem}.playWithCard .playWithCardLeft span{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.playWithCard .playWithCardLeft span h1{display:flex;align-items:center}.playWithCard .playWithCardLeft span h1 span{color:#0a0a0a66;font-size:medium}@media (max-width: 768px){.playWithCard .playWithCardLeft span{flex-direction:column;align-items:flex-start}.playWithCard .playWithCardLeft span h1{font-size:1.5rem}.playWithCard .playWithCardLeft span h4,.playWithCard .playWithCardLeft span h3{font-size:1.2rem}.playWithCard .playWithCardLeft p,.playWithCard .playWithCardLeft h2{font-size:1rem}}.playWithCard .playWithCardForm{flex:1;padding:1rem 0}@media (max-width: 768px){.playWithCard .playWithCardForm{margin-top:2rem}}.playWithCardForm{box-shadow:0 0 5px #0a0a0a33;border:1px solid rgba(10,10,10,.2);margin:3rem 0 0;border-radius:1rem}.playWithCardForm form{padding:0 3rem 1rem 1rem}.playWithCardForm form h2{margin-bottom:.3rem}.playWithCardForm form .form-group{position:relative}.playWithCardForm form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;display:flex;align-items:center;gap:.3rem}.playWithCardForm form .form-group input{padding:.75rem;width:100%;border:1px solid #ccc;border-radius:5px;font-size:.9rem;background-color:transparent}.playWithCardForm form .form-group label{display:flex;align-items:center;justify-content:space-between;font-weight:400;margin-bottom:.2rem;margin-top:.3rem;color:#000}.playWithCardForm form .payButton{text-decoration:none;gap:.5rem;color:#131313;background-color:transparent;width:100%;padding:.1rem;border-radius:4px;margin-bottom:1rem}.playWithCardForm form .payButton button{width:100%;padding:.5rem;background-color:#603af833;color:#0a0a0a66}.playWithCardForm form .payButton button:hover{background-color:#603af833;color:#000;padding:.5rem;border:1px solid black}.playWithCardForm form .twoInputs{display:flex;justify-content:space-between;gap:.5rem}@media (max-width: 768px){.playWithCardForm form .twoInputs{flex-direction:column;gap:1rem}}.playWithCardForm form .checkBox{display:flex}.playWithCardForm form .checkBox input{margin-right:.5rem}.playWithCardForm form .checkBox p{margin:0;line-height:1.4;font-size:.9rem;margin-top:1rem}@media (max-width: 768px){.playWithCardForm form .checkBox{flex-direction:flex}.playWithCardForm form .checkBox p{margin-top:.5rem;font-size:.7rem}}@media (max-width: 768px){.playWithCardForm form{padding:.75rem 2.5rem .75rem .75rem}.playWithCardForm form input,.playWithCardForm form button{padding:.6rem;font-size:.85rem}}@media (max-width: 480px){.playWithCardForm form{padding:.5rem 2rem .5rem .5rem}.playWithCardForm form input,.playWithCardForm form button{padding:.5rem;font-size:.8rem}}.AdminButtons button{background-color:#66bbd6;color:#fff;font-weight:600;padding:1.2rem .8rem}.AdminButtons button:hover{background-color:transparent}.not-found-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#141e30,#243b55)}.not-found-content{text-align:center;color:#fff}.not-found-content .error{font-size:8rem;font-weight:700;letter-spacing:.1em;color:#e94560;animation:float 3s infinite ease-in-out}.not-found-content .message{font-size:1.5rem;margin:1rem 0;color:#d1d1d1}.not-found-content .home-link{font-size:1.2rem;color:#fff;padding:.5rem 1.5rem;border:2px solid #ffffff;border-radius:25px;text-decoration:none;transition:background .3s ease,color .3s ease}.not-found-content .home-link:hover{background:#fff;color:#141e30}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.notification-icon{font-size:24px;margin-left:20px;cursor:pointer;color:#7f5fff;transition:color .3s}.notification-icon:hover{color:#6a4feb}.notification-drawer .ant-drawer-title{font-weight:700;color:#333;margin-bottom:10px}.notification-drawer .ant-drawer-body{background-color:#fff}.notification-drawer .notification-item{border-bottom:1px solid #e8e8e8;margin-bottom:.5rem;padding:12px 15px;transition:background-color .3s,transform .2s}.notification-drawer .notification-item:hover{transform:scale(1.02);background-color:#f0f0f0}.notification-drawer .notification-item:last-child{border-bottom:none}.notification-drawer .notification-title{font-weight:600;color:#333;font-size:16px}.notification-drawer .notification-description{font-size:14px;color:#777}.notification-item{padding:12px;border-radius:8px;transition:background-color .3s,transform .2s}.notification-item.unread{background-color:#f0f5ff;border-left:4px solid #7f5fff}.notification-item.read{background-color:#fff}.notification-item:hover{transform:scale(1.02);background-color:#f0f0f0}.notification-actions{display:flex;gap:10px;align-items:center}.delete-icon{font-size:18px;cursor:pointer;color:#7f5fff;transition:color .3s}.delete-icon:hover{color:#6a4feb}.ant-drawer .ant-drawer-header-title{display:flex;flex:1;align-items:center;min-width:0;min-height:0;flex-direction:row-reverse}.ant-drawer .ant-drawer-close{width:30px;height:30px;margin:0 0 0 auto;border-radius:4px;display:flex;justify-content:left;align-items:center;margin-inline-end:8px;color:#00000073;font-weight:600;font-size:16px;font-style:normal;line-height:1;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;cursor:pointer;transition:all .2s;text-rendering:auto}.ant-drawer .ant-drawer-close:hover{color:red}.aia-loader-container{display:flex;justify-content:center;align-items:center;height:70vh}.aia-text{font-size:3rem;font-weight:700;color:#7f5fff;font-family:Arial,sans-serif;display:flex;align-items:center}.letter{opacity:0;animation:fadeInn .3s ease-in-out forwards}.letter:nth-child(1){animation-delay:0s}.letter:nth-child(2){animation-delay:.2s}.letter:nth-child(3){animation-delay:.3s}.dot{animation:blinkk 1.5s infinite;margin-left:5px;font-size:2.5rem;color:#e74c3c}.dot:nth-child(4){animation-delay:.3s}@keyframes fadeInn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blinkk{0%,50%,to{opacity:0}25%,75%{opacity:1}}.CandidateAssessmentLayout{width:90%;min-height:95vh;margin:1rem auto;box-shadow:0 0 10px #0000001a;border:1px solid #e0e0e0;background-color:#fff;padding:1rem;border-radius:1rem;position:relative;display:flex;flex-direction:column}.CandidateAssessmentLayout .CandidateLogo{display:flex;justify-content:flex-start;align-items:center;padding:0 1rem;margin-bottom:2rem}.CandidateAssessmentLayout .CandidateAssessmentLayoutContent{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.CandidateAssessmentLayout .CandidateAssessmentIcons{display:flex;flex-direction:column;position:absolute;right:3rem;top:60%;transform:translateY(-50%);gap:1.5rem}.CandidateAssessmentLayout .CandidateAssessmentIcons div{background-color:#603af8;padding:.5rem .7rem;border-radius:.4rem;cursor:pointer;transition:all ease .3s;border:1px solid transparent}.CandidateAssessmentLayout .CandidateAssessmentIcons div svg{color:#fff}.CandidateAssessmentLayout .CandidateAssessmentIcons div:hover{background-color:#fff;border-color:#603af8}.CandidateAssessmentLayout .CandidateAssessmentIcons div:hover svg{color:#603af8}.CandidateAssessmentLayout .CandidateAssessmentButton{display:flex;justify-content:center;padding:1.5rem 0 1rem;margin-top:auto}@media (max-width: 1024px){.CandidateAssessmentLayout{width:98%;min-height:95vh;height:auto;padding:.5rem}.CandidateAssessmentLayout .CandidateLogo{margin-bottom:1rem;padding:0 .5rem}.CandidateAssessmentLayout .CandidateAssessmentLayoutContent{order:1}.CandidateAssessmentLayout .CandidateAssessmentIcons{order:2;position:static;transform:none;flex-direction:row;justify-content:center;gap:1rem;margin:1.5rem 0}.CandidateAssessmentLayout .CandidateAssessmentButton{order:3;padding-bottom:1.5rem;margin-top:1rem}}.AssessmentModalTypeIcons{display:flex;justify-content:center;margin:1rem 0;gap:2rem;flex-wrap:wrap}.AssessmentModalTypeIcons div{background-color:#9b83ff;padding:.7rem;border-radius:.4rem;display:flex;flex-direction:column;width:120px;gap:.5rem;align-items:center;transition:background-color .3s,transform .2s}.AssessmentModalTypeIcons div:hover{cursor:pointer;background-color:#7858ff}.AssessmentModalTypeIcons div.selected{background-color:#603af8;transform:scale(1.05)}.AssessmentModalTypeIcons div img{aspect-ratio:3/1}.AssessmentModalTypeIcons div p{color:#fff;font-weight:500;text-align:center}@media (max-width: 768px){.AssessmentModalTypeIcons{gap:1rem}.AssessmentModalTypeIcons div{width:100px;padding:.5rem}}.languageSelector{display:flex;gap:10px;align-items:center;position:absolute;right:2rem;top:2rem}.countDownWrapper{position:absolute;right:2rem;top:5rem;display:flex;gap:10px;align-items:center;border:2px solid #603af8;padding:1rem;border-radius:20px;box-shadow:0 0 10px #603af8}@media screen and (max-width: 768px){.countDownWrapper{position:relative;top:auto;right:auto;width:fit-content;margin:1.5rem auto .5rem;order:-1}}.backToDashboard{display:flex;gap:10px;align-items:center;position:absolute;right:2rem;bottom:2rem;cursor:pointer}.removeAssessment{display:flex;gap:10px;align-items:center;position:absolute;bottom:2rem;left:2rem;cursor:pointer;font-weight:700;color:#603af8}@media screen and (max-width: 1400px){.removeAssessment{top:7.5rem;bottom:auto}}@media screen and (max-width: 1228px){.removeAssessment{top:5rem;bottom:auto}}@media screen and (max-width: 768px){.removeAssessment{position:fixed;bottom:1rem;left:1rem;margin:0;justify-content:center;z-index:850}}.CandidateAssessmentButton .removeAssessment{position:static;bottom:auto;left:auto;margin:0 1rem 0 0;display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#603af8;font-weight:700}@media screen and (max-width: 768px){.CandidateAssessmentIcons{z-index:1000;position:relative}}.CandidateGamesLayout{width:90%;min-height:95vh;margin:1rem auto;box-shadow:0 0 1px #656565;border:1px solid rgb(180,180,180);background-color:#fff;padding:1rem;border-radius:1rem;position:relative}.CandidateGamesLayout .CandidateLogo{display:flex;justify-content:left}.CandidateGamesLayout .CandidateProgressBar{margin:5rem 0}.CandidateGamesLayout .featuredImage img{border:2px solid #6747e6;border-radius:5px;box-sizing:content-box;box-shadow:#6747e6 0 0 10px;padding:4px}.CandidateGamesLayout .CandidateAssessmentIcons{display:flex;flex-direction:column;position:absolute;right:3rem;top:25%;gap:2rem}.CandidateGamesLayout .CandidateAssessmentIcons svg{color:#fff}@media screen and (max-width: 768px){.CandidateGamesLayout .CandidateAssessmentIcons{position:relative;flex-direction:row;justify-content:center;right:0}}.CandidateGamesLayout .CandidateAssessmentIcons div{background-color:#603af8;padding:.5rem .7rem;cursor:pointer;border-radius:.4rem}.CandidateGamesLayout .CandidateAssessmentLayoutContent{display:flex;justify-content:space-evenly}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion{flex-wrap:wrap;display:flex;width:70%;margin:0 auto;flex-direction:column;gap:5rem;margin-bottom:1rem}@media screen and (max-width: 992px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion{gap:2rem}}@media screen and (max-width: 768px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion{width:100%;gap:1.25rem}}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion h1{text-align:center}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer{flex-wrap:wrap;display:flex;width:100%;text-align:center;margin:0 auto;flex-direction:column;gap:1rem;margin-bottom:1rem}@media screen and (max-width: 992px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer{gap:1.25rem}}@media screen and (max-width: 768px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer{width:100%;gap:.8rem}}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .gameContentWrapper{display:grid;place-content:center;place-items:center;height:50vh}@media screen and (max-width: 768px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .gameContentWrapper{height:auto;padding-bottom:.5rem}}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container){display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:25px;column-gap:60px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container):has(.aleatoryMotion,.static){display:flex;justify-content:center}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) .static{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;column-gap:60px;gap:25px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) .static.bulk{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) .aleatoryMotion{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:25px;column-gap:60px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) img{width:80px;height:80px;object-fit:fill;cursor:pointer}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) img.selected{border:2px solid #6747e6;border-radius:5px;box-sizing:content-box;box-shadow:#6747e6 0 0 10px;padding:4px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container):has(.drawingImage,.phaseAudio){display:block}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container):has(.drawingImage,.phaseAudio) img{width:200px;height:200px;object-fit:fill}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:100%;max-width:100%}@media screen and (max-width: 1500px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1000px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper{grid-template-columns:repeat(1,1fr)}}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper>div{width:100%;max-width:100%}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper audio{width:100%;max-width:100%;min-width:0;display:block}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper audio[aria-disabled=true]{cursor:not-allowed;opacity:.5}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer h1{text-align:center}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateAssessmentAnswer{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;margin-top:2rem;width:700px}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateAssessmentAnswer .candidateCheckbox{border:1px solid rgb(207,207,207);border-radius:.4rem;display:flex;align-items:center;gap:1rem;padding:.8rem;width:100%;margin-left:0}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateAssessmentFeedback{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem;margin-top:2rem;width:700px}.CandidateGamesLayout .CandidateGamesButton{display:flex;justify-content:center}#videoExplaination{position:fixed;z-index:999999;bottom:0;right:0}#videoExplaination iframe{width:460px;height:300px;border-radius:10px}#videoExplaination .videoActions{position:absolute;background:gray;border:none;border-radius:5px;width:43px;height:43px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.5rem;top:50%}#videoExplaination .videoActions svg *{fill:#fff}#videoExplaination .videoActions.next-icon{right:5px}#videoExplaination .videoActions.back-icon{left:5px}#videoExplaination .close-icon{position:absolute;top:12px;right:11px;background:red;color:#fff;border:none;border-radius:5px;width:43px;height:43px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.5rem;line-height:1}@keyframes aleatoryMotion{0%{transform:translate(0)}to{transform:translate(0)}}.aleatoryMotion img:nth-child(1){animation:aleatoryMotion1 5s ease-in-out infinite}@keyframes aleatoryMotion1{0%{transform:translate(-61px,-59px)}50%{transform:translate(33px,41px)}to{transform:translate(-85px,13px)}}.aleatoryMotion img:nth-child(2){animation:aleatoryMotion2 5s ease-in-out infinite}@keyframes aleatoryMotion2{0%{transform:translate(17px,50px)}50%{transform:translate(84px,79px)}to{transform:translate(94px,-85px)}}.aleatoryMotion img:nth-child(3){animation:aleatoryMotion3 5s ease-in-out infinite}@keyframes aleatoryMotion3{0%{transform:translate(-84px,47px)}50%{transform:translate(-142px,126px)}to{transform:translate(-24px,-33px)}}.aleatoryMotion img:nth-child(4){animation:aleatoryMotion4 5s ease-in-out infinite}@keyframes aleatoryMotion4{0%{transform:translate(-96px,35px)}50%{transform:translate(-123px,114px)}to{transform:translate(-72px,-82px)}}.aleatoryMotion img:nth-child(5){animation:aleatoryMotion5 5s ease-in-out infinite}@keyframes aleatoryMotion5{0%{transform:translate(-77px,83px)}50%{transform:translate(-104px,120px)}to{transform:translate(76px,9px)}}.aleatoryMotion img:nth-child(6){animation:aleatoryMotion6 5s ease-in-out infinite}@keyframes aleatoryMotion6{0%{transform:translate(24px,-80px)}50%{transform:translate(20px,-10px)}to{transform:translate(70px,6px)}}.aleatoryMotion img:nth-child(7){animation:aleatoryMotion7 5s ease-in-out infinite}@keyframes aleatoryMotion7{0%{transform:translate(-35px,-65px)}50%{transform:translate(22px,103px)}to{transform:translate(63px,-68px)}}.aleatoryMotion img:nth-child(8){animation:aleatoryMotion8 5s ease-in-out infinite}@keyframes aleatoryMotion8{0%{transform:translate(21px,66px)}50%{transform:translate(108px,-80px)}to{transform:translate(63px,80px)}}.aleatoryMotion img:nth-child(9){animation:aleatoryMotion9 5s ease-in-out infinite}@keyframes aleatoryMotion9{0%{transform:translate(-81px,-75px)}50%{transform:translate(-5px,98px)}to{transform:translate(-2px,29px)}}.aleatoryMotion img:nth-child(10){animation:aleatoryMotion10 5s ease-in-out infinite}@keyframes aleatoryMotion10{0%{transform:translate(-62px,97px)}50%{transform:translate(89px,-115px)}to{transform:translate(53px,-55px)}}.aleatoryMotion img:nth-child(11){animation:aleatoryMotion11 5s ease-in-out infinite}@keyframes aleatoryMotion11{0%{transform:translate(21px,40px)}50%{transform:translate(-21px,63px)}to{transform:translate(-78px,-5px)}}.aleatoryMotion img:nth-child(12){animation:aleatoryMotion12 5s ease-in-out infinite}@keyframes aleatoryMotion12{0%{transform:translate(-3px,-91px)}50%{transform:translate(53px,101px)}to{transform:translate(78px,89px)}}.aleatoryMotion img:nth-child(13){animation:aleatoryMotion13 5s ease-in-out infinite}@keyframes aleatoryMotion13{0%{transform:translate(59px,-72px)}50%{transform:translate(74px,41px)}to{transform:translate(-29px,-13px)}}.aleatoryMotion img:nth-child(14){animation:aleatoryMotion14 5s ease-in-out infinite}@keyframes aleatoryMotion14{0%{transform:translate(28px,-100px)}50%{transform:translate(142px,96px)}to{transform:translate(98px,62px)}}.aleatoryMotion img:nth-child(15){animation:aleatoryMotion15 5s ease-in-out infinite}@keyframes aleatoryMotion15{0%{transform:translate(-36px,-39px)}50%{transform:translate(-8px,-118px)}to{transform:translate(63px,-26px)}}.aleatoryMotion img:nth-child(16){animation:aleatoryMotion16 5s ease-in-out infinite}@keyframes aleatoryMotion16{0%{transform:translate(87px,49px)}50%{transform:translate(-15px,-17px)}to{transform:translate(9px,-85px)}}.aleatoryMotion img:nth-child(17){animation:aleatoryMotion17 5s ease-in-out infinite}@keyframes aleatoryMotion17{0%{transform:translate(23px,-49px)}50%{transform:translate(-146px,63px)}to{transform:translate(-27px,-68px)}}.aleatoryMotion img:nth-child(18){animation:aleatoryMotion18 5s ease-in-out infinite}@keyframes aleatoryMotion18{0%{transform:translate(-55px,61px)}50%{transform:translate(21px,-105px)}to{transform:translate(-32px,-96px)}}.aleatoryMotion img:nth-child(19){animation:aleatoryMotion19 5s ease-in-out infinite}@keyframes aleatoryMotion19{0%{transform:translate(-89px,3px)}50%{transform:translate(-122px,-49px)}to{transform:translate(-40px,-19px)}}.aleatoryMotion img:nth-child(20){animation:aleatoryMotion20 5s ease-in-out infinite}@keyframes aleatoryMotion20{0%{transform:translate(75px,-43px)}50%{transform:translate(21px,21px)}to{transform:translate(-64px,88px)}}@media (max-width: 800px){.layout-content.keyboard-padding{padding-bottom:340px}}.CandidateDashboard{box-sizing:border-box}.CandidateDashboard .candidate-dashboard-layout__header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background-color:#fff;box-shadow:0 2px 8px #0000001a;padding:0 20px;position:relative;z-index:1000}.CandidateDashboard .candidate-dashboard-layout__logo{height:48px;flex:0 0 auto}.CandidateDashboard .candidate-dashboard-layout__nav{flex:1 1 auto;min-width:0}.CandidateDashboard .candidate-dashboard-layout__nav{margin-top:16px;margin-bottom:8px;display:flex;align-items:center;justify-content:flex-start;position:relative;top:0;z-index:900}.CandidateDashboard .candidate-dashboard-layout__actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.CandidateDashboard .candidate-dashboard-layout__profile{display:flex;align-items:center;gap:.5rem}.CandidateDashboard .buttons{display:flex;gap:.5rem}.CandidateDashboard .candidate-dashboard-layout__nav .buttons button{background-color:#fff;color:#7f5fff;border:1px solid #7f5fff;padding:6px 10px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .18s ease}.CandidateDashboard .candidate-dashboard-layout__nav .buttons button:hover,.CandidateDashboard .candidate-dashboard-layout__nav .buttons button.active{background-color:#7f5fff;color:#fff}@media (max-width: 768px){.CandidateDashboard .candidate-dashboard-layout__header{padding:0 12px;flex-direction:column;align-items:stretch;gap:8px}.CandidateDashboard .candidate-dashboard-layout__nav{order:2;width:100%;margin-top:12px;position:relative;top:0;z-index:900}.CandidateDashboard .candidate-dashboard-layout__profile{order:1;width:100%;justify-content:flex-start}.CandidateDashboard .buttons{justify-content:flex-start;width:100%}}@media (max-width: 576px){.CandidateDashboard .candidate-dashboard-layout__header{padding:6px 8px;gap:6px;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap}.CandidateDashboard .candidate-dashboard-layout__logo{height:36px;flex:0 0 36px}.CandidateDashboard .candidate-dashboard-layout__nav{flex:1 1 auto;min-width:0;margin:8px 8px 0;position:relative;top:0;z-index:900;display:flex;align-items:center;justify-content:center;overflow:hidden}.CandidateDashboard .candidate-dashboard-layout__actions{gap:6px;flex:0 0 auto}.CandidateDashboard .buttons{gap:6px}.CandidateDashboard .buttons button{flex:0 0 auto;font-size:13px;padding:6px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.admin-dashboard-layout{overflow-y:auto;display:flex;height:100vh;max-width:1550px;min-width:320px;width:100%;margin:0 auto}.admin-dashboard-layout ::-webkit-scrollbar{display:none}.admin-dashboard-layout .dashboard-sider .ant-menu-item-selected{background-color:#66bbd6!important;border-radius:0;color:#fff}.admin-dashboard-layout .dashboard-sider .ant-menu-item-selected:hover{background-color:#57b7d4!important}.admin-dashboard-layout .dashboard-sider .ant-menu-item:hover{background-color:#00f3}@media screen and (max-width: 1550px){.admin-dashboard-layout{height:100vh}}@media screen and (max-width: 2000px){.admin-dashboard-layout{max-width:2000px}}.admin-dashboard-layout .dashboardContent{margin:24px 16px;padding:24}@media screen and (max-width: 768px){.admin-dashboard-layout .dashboardContent{margin:.2rem;padding:0}}.admin-dashboard-layout .dashboard-sider{position:relative}.admin-dashboard-layout .dashboard-sider .logo-container{display:flex;align-items:center;justify-content:left}.admin-dashboard-layout .dashboard-sider .logo-container h1{font-size:1.6rem;color:#000;margin:1rem}.admin-dashboard-layout .dashboard-sider .seperator{height:1px;margin-bottom:1rem;background:linear-gradient(to right,transparent,#9BA3C2,transparent)}.admin-dashboard-layout .dashboard-sider .sider-bottom-menu{position:absolute;bottom:1rem;width:100%;background-color:#0c0129}@media screen and (max-width: 768px){.admin-dashboard-layout .dashboard-sider .sider-bottom-menu{position:relative;padding-top:.5rem}}.admin-dashboard-layout .header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.admin-dashboard-layout .header .header-right{display:flex;align-items:center}.admin-dashboard-layout .header .header-right .language-select,.admin-dashboard-layout .header .header-right .notification-badge{margin-right:20px}.admin-dashboard-layout .header .header-right .ant-avatar{cursor:pointer}.admin-dashboard-layout .ant-layout-content{padding:24px;background-color:#f0f2f5;overflow-y:auto}@media (max-width: 768px){.admin-dashboard-layout .dashboard-layout .ant-layout-sider{width:100px;max-width:100px;min-width:100px;flex-basis:0}.admin-dashboard-layout .dashboard-layout .logo-container h1{font-size:1rem}.admin-dashboard-layout .dashboard-layout .header{height:56px}.admin-dashboard-layout .dashboard-layout .ant-layout-content{padding:16px}}.audio{margin:1.5rem;background-color:#fff;border:1px solid rgba(197,197,197,.5019607843);border-radius:25px;padding:1rem;height:100%;position:relative}.audio .audioLogo{display:flex;justify-content:center}.audio .audioHead{background-color:#f6f6f6;display:flex;border-radius:5px;justify-content:space-between;padding:1rem 4rem}.audio .audioHead h2{font-weight:400;color:#757575;font-size:large;display:flex;align-items:center;gap:.5rem}.audio .audioHead h2:nth-child(2){font-size:medium}.audio .audioMain{display:flex;justify-content:center;position:relative;padding:1rem}.audio .audioMain .slide-in-audio{animation:fadeIn 1s ease-in-out forwards}.audio .audioMain .slide-out-audio{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.audio .audioMain .audioIcons{display:flex;flex-direction:column;position:absolute;right:0;top:50%;transform:translateY(-50%);gap:2rem;margin-right:2rem}.audio .audioMain .audioIcons svg{color:#fff;transition:background-color .3s ease}.audio .audioMain .audioIcons svg:hover{background-color:#4a2fbd}.audio .audioMain .audioIcons button{border:none;background-color:#603af8;border-radius:5px;padding:.8rem .8rem .5rem;cursor:pointer}.audio .audioBackButton{display:flex;position:absolute;bottom:1rem}.audio .audioBackButton h3{display:flex;align-items:center;gap:.9rem;font-weight:500}.audio .audioBackButton h3 .audioBackLink{text-decoration:none;color:#000;transition:color .3s ease}.audio .audioBackButton h3 .audioBackLink:hover{color:#603af8}@media (max-width: 768px){.audio .audioMain{flex-direction:column;align-items:center;padding:0}.audio .audioMain .audioIcons{flex-direction:row;position:relative;margin:2rem 0;gap:1rem;right:0;transform:none}.audio .audioHead{margin:1rem 0}.audio .audioHead h2{font-size:1.2rem;padding:.5rem}.audio .audioBackButton{margin-top:1.5rem}.audio .audioBackButton h3{font-size:1rem;gap:.5rem}}.audioContent{display:flex;flex-direction:column;width:75%;margin:.9rem auto 0;gap:4rem}.audioContent h1{text-align:center}.audioContent h3{font-weight:500}@media (max-width: 768px){.audioContent{width:90%;margin:.5rem auto}.audioContent h1{font-size:1.5rem}.audioContent p{font-size:.9rem}}.audioContent .audioButton{display:flex;justify-content:center}.audioMusic{display:flex;flex-direction:column;margin:1rem auto 0;text-align:center;gap:1.1rem}.audioMusic .audioButton{display:flex;justify-content:center}.audioHeadBetween{display:flex}.wizard-progress{display:table;width:70%;margin:0rem auto 0;table-layout:fixed;position:relative}.wizard-progress .step{display:table-cell;text-align:center;vertical-align:top;overflow:visible;position:relative;font-size:14px;color:#6f6f6f;padding-top:40px}.wizard-progress .step:not(:last-child):before{content:"";display:block;position:absolute;left:50%;top:12px;background-color:#fff;height:6px;width:100%}.wizard-progress .step .node{display:inline-block;border:6px solid #fff;background-color:#fff;border-radius:18px;height:18px;width:18px;position:absolute;top:.3rem;left:50%;margin-left:-12px}.wizard-progress .step.complete:before{background-color:#603af8}.wizard-progress .step.complete .node{border-color:#603af8;background-color:#603af8}.wizard-progress .step.complete .node:before{content:"✓";color:#fff;position:absolute;top:-.3rem;left:-.1rem}.wizard-progress .step.in-progress:before{background:#603af8;background:-moz-linear-gradient(left,#603AF8 0%,#fff 100%);background:-webkit-linear-gradient(left,#603AF8 0%,#fff 100%);background:linear-gradient(to right,#603af8,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#603AF8",endColorstr="#fff",GradientType=1)}.wizard-progress .step.in-progress .node{border-color:#603af8}.VisualIcons{display:flex;flex-direction:column;margin:0rem auto 0;gap:4rem;text-align:center}.VisualIcons img{width:32%;height:32%}.VisualIcons .audioButton{display:flex;justify-content:center}.VisualIcons .audioButton button{background-color:#603af8;color:#fff;border-radius:8px;padding:1rem 3.5rem;border:none;cursor:pointer;font-size:1rem;font-weight:500}.audioLogoBetween{display:flex;justify-content:space-between}.audioLogoBetween div{display:flex;gap:1rem}.audioLogoBetween div p{display:flex;align-items:center;gap:.5rem}.MCQ{margin:1.5rem;background-color:#fff;border:1px solid #939393;border-radius:25px;padding:1rem}.MCQ .audioBackButton{display:flex}.MCQ .audioBackButton h3{display:flex;align-items:center;gap:.9rem;font-weight:500}.MCQ .audioBackButton h3 .audioBackLink{text-decoration:none;color:#000;transition:color .3s ease}.MCQ .audioBackButton h3 .audioBackLink:hover{color:#603af8}.MCQ .audioButton{display:flex;justify-content:center}.MCQ .audioButton button{background-color:#603af8;color:#fff;border-radius:8px;padding:1rem 3.5rem;border:none;cursor:pointer;font-size:1rem;font-weight:500}.MCQ .MCQMain{width:70%;margin:1.9rem auto 3rem;gap:5rem;display:flex;justify-content:space-around}.MCQ .MCQMain .MCQContent h3{margin-bottom:1rem}.MCQ .MCQMain .MCQContent .schedule{display:grid;gap:.8rem;background-color:#ebebeb;padding-bottom:2rem;padding:0 1rem 2rem}.MCQ .MCQMain .MCQContent .schedule .schedule-item{margin-top:1rem;display:flex;flex-direction:column;text-align:center}.MCQ .MCQMain .MCQContent .schedule .schedule-item h4{color:#fff;background-color:#000;padding:.3rem}.MCQ .MCQMain .MCQContent .schedule .schedule-item h4:nth-child(2){background-color:#fff;color:#000}.MCQ .MCQMain .MCQContent .bottom-text{text-align:center;font-size:1.2rem;margin-top:-1rem;font-weight:700;background-color:#ebebeb;padding-top:1rem;padding-bottom:1rem}.MCQ .MCQMain .MCQContent p{margin:1rem 0;color:#a4a4a4}.MCQ .MCQMain .selection{width:80%}.MCQ .MCQMain .selection h3{margin-bottom:1rem}.MCQ .MCQMain .selection .form-group{display:flex;align-items:center;gap:1rem;border:1px solid #E4E4E4;border-radius:5px;padding:10px 16px;margin-bottom:2rem}@media (max-width: 768px){.MCQ .MCQMain{flex-direction:column;align-items:center}.MCQ .MCQMain .selection{width:100%}.MCQ .schedule{grid-template-columns:repeat(2,1fr)}}@media (min-width: 769px) and (max-width: 1024px){.MCQ .schedule{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1025px){.MCQ .schedule{grid-template-columns:repeat(7,1fr)}}.CandidateAssessment{position:relative;min-height:80%;flex-direction:column;justify-content:flex-start;width:100%}.removeAssessment{margin-top:auto;align-self:center;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:700;color:#6c44fc;background:#fff;border-radius:8px;padding:4px 12px;z-index:2}.CandidateAssessmentAnswer{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;max-width:700px;margin:1rem auto}.CandidateAssessmentAnswer .candidateCheckbox{width:100%;border:1px solid #dcdcdc;border-radius:8px;padding:1rem;margin-left:0!important;cursor:pointer;transition:all .3s ease-in-out}.CandidateAssessmentAnswer .candidateCheckbox:hover{background-color:#f7f5ff;border-color:#d6cffc;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.internal-keyboard{position:fixed;bottom:0;left:0;right:0;width:100%;padding:8px 4px;background-color:#dcdcde;box-shadow:0 -2px 10px #00000026;z-index:1000;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;user-select:none;-webkit-user-select:none}.keyboard-row{display:flex;justify-content:center;gap:6px}.key-button{font-family:Outfit,sans-serif;font-weight:500;font-size:1rem;height:48px;flex-grow:1;flex-basis:0;padding:0 5px;border-radius:6px;border:none;border-bottom:2px solid #aaa;background-color:#fff;color:#333;cursor:pointer;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:center;align-items:center;-webkit-tap-highlight-color:transparent}.key-button:active{background-color:#d8d8d8;transform:scale(.98);border-bottom:1px solid #aaa}.key-spacer{flex-grow:.5;visibility:hidden;border:none;background:none;box-shadow:none}.letter-key{min-width:28px}.special-key{background-color:#adb5bd;color:#000;font-weight:600;flex-grow:1.5}.space-button{flex-grow:5;font-size:1rem;background-color:#fff;color:#333}.enter-button{flex-grow:2.5;font-size:1.2rem;background-color:#4c8bf5;color:#fff;border-bottom-color:#2a6ed9}.keyboard-wrapper.hidden-keyboard .internal-keyboard{display:none!important;visibility:hidden!important}.music-audio-player{width:400px;max-width:100%}@media (max-width: 768px){.music-audio-player{width:250px}}.visual-game-container:has(.floatingAlphabets){display:grid!important;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:60vh;min-height:500px;align-items:center;justify-items:center;position:relative;margin-bottom:2rem;padding-bottom:60px}.visual-game-container .floatingAlphabets-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:100%;width:100%;grid-column:1 / -1;grid-row:1 / -1;pointer-events:none}.floatingAlphabets-wrapper .floatingAlphabets{pointer-events:auto}.floatingAlphabets{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.floatingAlphabets.up_left{grid-column:1;grid-row:1}.floatingAlphabets.up{grid-column:2;grid-row:1}.floatingAlphabets.up_right{grid-column:3;grid-row:1}.floatingAlphabets.left{grid-column:1;grid-row:2}.floatingAlphabets.right{grid-column:3;grid-row:2}.floatingAlphabets.down_left{grid-column:1;grid-row:3;align-self:start;padding-top:20px}.floatingAlphabets.down{grid-column:2;grid-row:3;align-self:start;padding-top:0}.floatingAlphabets.down_right{grid-column:3;grid-row:3;align-self:start;padding-top:20px}.floatingAlphabets .letter{border:3px solid #000;border-radius:12px;padding:15px 25px;font-size:2rem;font-weight:700;background-color:#fff;box-shadow:0 4px 10px #0000001a;min-width:60px;text-align:center;color:#333;position:relative;z-index:999;opacity:1;visibility:visible}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.visual-game-container:has(.floatingAlphabets){height:55vh;min-height:450px;padding-bottom:80px}.floatingAlphabets .letter{font-size:1.5rem;padding:10px 20px}}.visual-game-container:has(.floatingAlphabets) .internal-keyboard{z-index:5}.visual-game-container .internal-keyboard{z-index:5!important}.drawingImage img,.drawingImage.featuredImage img{max-width:100%;height:auto;display:block;margin:0 auto}.CandidateGamesQuestion,.CandidateGamesAnswer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:min(92vw,980px);max-width:980px;margin:4rem auto 0;padding:0 12px;font-family:Outfit,sans-serif}.CandidateGamesQuestion h1,.CandidateGamesAnswer h1{font-size:2rem;margin-bottom:2rem;word-break:break-word}.CandidateGamesQuestion p,.CandidateGamesAnswer p{font-size:1.2rem;line-height:1.6}.CandidateGamesQuestion .gameContentWrapper,.CandidateGamesAnswer .gameContentWrapper{display:flex;justify-content:center;align-items:center;width:100%}.CandidateGamesQuestion .CandidateGamesAnswer .audioAnswer,.CandidateGamesAnswer .CandidateGamesAnswer .audioAnswer{margin-top:5rem}.CandidateGamesQuestion .drawingImage,.CandidateGamesAnswer .drawingImage{margin-top:0;margin-bottom:2rem}.CandidateGamesQuestion .drawingImage.featuredImage img,.CandidateGamesAnswer .drawingImage.featuredImage img{width:80px;height:80px;margin-bottom:2rem}.CandidateGamesQuestion .phaseAudioWrapper,.CandidateGamesAnswer .phaseAudioWrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;max-width:100%}.CandidateGamesQuestion .phaseAudioWrapper>div,.CandidateGamesAnswer .phaseAudioWrapper>div{display:flex;align-items:center;gap:10px;width:100%;max-width:100%}.CandidateGamesQuestion .phaseAudioWrapper>div audio,.CandidateGamesAnswer .phaseAudioWrapper>div audio{width:100%;max-width:100%;min-width:0;display:block}@media (max-width: 768px){.CandidateGamesQuestion,.CandidateGamesAnswer{width:95%;padding:1rem;margin-top:2rem}.CandidateGamesQuestion p,.CandidateGamesAnswer p{font-size:1.1rem}.CandidateGamesQuestion h1,.CandidateGamesAnswer h1{font-size:1.5rem;margin-bottom:2rem}.CandidateGamesQuestion .gameContentWrapper,.CandidateGamesQuestion .phaseAudioWrapper,.CandidateGamesQuestion .gameContentWrapper .audioAnswer,.CandidateGamesAnswer .gameContentWrapper,.CandidateGamesAnswer .phaseAudioWrapper,.CandidateGamesAnswer .gameContentWrapper .audioAnswer{flex-direction:column;align-items:center;gap:1.5rem}.CandidateGamesQuestion .phaseAudioWrapper>div,.CandidateGamesQuestion .phaseAudioWrapper audio,.CandidateGamesAnswer .phaseAudioWrapper>div,.CandidateGamesAnswer .phaseAudioWrapper audio{width:100%;min-width:0;max-width:100%}.CandidateGamesQuestion .drawingImage.featuredImage img,.CandidateGamesAnswer .drawingImage.featuredImage img{width:70px;height:70px;margin-bottom:2rem}.CandidateGamesQuestion .audioAnswer,.CandidateGamesAnswer .audioAnswer{margin-top:2rem}.CandidateGamesQuestion .drawingImage,.CandidateGamesAnswer .drawingImage{width:80%;height:70%;margin-top:0;margin-bottom:2rem}}.static.bulk{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;padding:0 8px;box-sizing:border-box}.static.bulk img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer}.static.bulk img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (max-width: 768px){.static.bulk{gap:1rem}}@media (max-width: 480px){.static.bulk{gap:.5rem;padding:0 8px}}.intrusive-designs-grid{display:grid;width:100%;max-width:680px;box-sizing:border-box;margin-top:clamp(16px,3vh,32px);margin-bottom:clamp(20px,4vh,40px)}@media (min-width: 561px){.intrusive-designs-grid{grid-template-columns:repeat(6,1fr);max-width:520px;gap:12px;margin-top:8rem;margin-bottom:2.5rem}}@media (min-width: 391px) and (max-width: 560.99px){.intrusive-designs-grid{grid-template-columns:repeat(5,minmax(50px,1fr));gap:8px;max-width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 0px) and (max-width: 390.99px){.intrusive-designs-grid{grid-template-columns:repeat(5,minmax(45px,1fr));gap:8px;margin-top:4rem}}.intrusive-designs-grid img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.intrusive-designs-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}.designs-that-repeat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;padding:0 8px;box-sizing:border-box;margin-top:clamp(16px,3vh,32px);margin-bottom:clamp(20px,4vh,40px)}.designs-that-repeat-grid img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.designs-that-repeat-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 561px){.designs-that-repeat-grid{grid-template-columns:repeat(6,1fr);max-width:100%;gap:12px;margin-top:8rem;margin-bottom:2.5rem}}@media (min-width: 391px) and (max-width: 560.99px){.designs-that-repeat-grid{grid-template-columns:repeat(5,minmax(50px,1fr));gap:8px;max-width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 0px) and (max-width: 390.99px){.designs-that-repeat-grid{grid-template-columns:repeat(5,minmax(45px,1fr));gap:8px;margin-top:2rem}}.design-color-grid{display:grid;gap:clamp(8px,2vw,16px);margin:0 auto;padding:0 8px;box-sizing:border-box;margin-top:clamp(16px,3vh,32px);margin-bottom:clamp(20px,4vh,40px)}.design-color-grid img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.design-color-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 711px){.design-color-grid{grid-template-columns:repeat(7,1fr);width:80%;gap:20px;margin-top:8rem;margin-bottom:2.5rem}}@media (min-width: 531px) and (max-width: 710.99px){.design-color-grid{grid-template-columns:repeat(6,minmax(15px,1fr));gap:8px;width:80%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 391px) and (max-width: 530.99px){.design-color-grid{grid-template-columns:repeat(5,minmax(15px,1fr));gap:8px;max-width:100%;width:80%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 0px) and (max-width: 390.99px){.design-color-grid{grid-template-columns:repeat(6,minmax(15px,1fr));gap:9px;margin-top:6rem;margin-bottom:1.25rem;width:100%}}.assemble-the-drawing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(10px,2vw,16px);width:100%;max-width:680px;margin:0 auto;padding:0 8px;box-sizing:border-box;overflow-x:hidden}.assemble-the-drawing-grid img{width:100%;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.assemble-the-drawing-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 711px){.assemble-the-drawing-grid{grid-template-columns:repeat(5,1fr);width:100%;gap:20px;margin-top:8rem;margin-bottom:2.5rem}}@media (min-width: 531px) and (max-width: 710.99px){.assemble-the-drawing-grid{grid-template-columns:repeat(5,minmax(15px,1fr));gap:8px;width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 391px) and (max-width: 530.99px){.assemble-the-drawing-grid{grid-template-columns:repeat(4,minmax(15px,1fr));gap:8px;max-width:100%;width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 0px) and (max-width: 390.99px){.assemble-the-drawing-grid{grid-template-columns:repeat(4,minmax(15px,1fr));gap:9px;margin-top:2rem;margin-bottom:1.25rem;width:100%}}.visual-game-container{display:block;width:100%;max-width:680px;margin:0 auto;padding:0;height:auto;min-height:unset;overflow:visible}.logic-by-design-grid{display:grid;justify-content:center;justify-items:center;align-items:center;gap:12px;grid-template-columns:repeat(6,64px);grid-auto-rows:64px;width:auto;margin:0 auto;padding:0;box-sizing:border-box}.logic-by-design-grid img{width:56px;height:56px;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.logic-by-design-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 768px) and (max-width: 1023.99px){.logic-by-design-grid{grid-template-columns:repeat(5,64px);grid-auto-rows:64px;gap:12px}}@media (min-width: 561px) and (max-width: 767.99px){.logic-by-design-grid{grid-template-columns:repeat(5,56px);grid-auto-rows:56px;gap:10px}.logic-by-design-grid img{width:50px;height:50px}}@media (min-width: 391px) and (max-width: 560.99px){.logic-by-design-grid{grid-template-columns:repeat(4,52px);grid-auto-rows:52px;gap:10px}.logic-by-design-grid img{width:48px;height:48px}}@media (max-width: 390.99px){.logic-by-design-grid{grid-template-columns:repeat(4,46px);grid-auto-rows:46px;gap:8px}.logic-by-design-grid img{width:42px;height:42px}}.visual-game-container>.designs-by-theme-grid{grid-column:1/-1;display:grid;place-items:center;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:clamp(16px,3vh,32px) auto clamp(20px,4vh,40px);padding:0 8px;box-sizing:border-box;--amp: 1}.visual-game-container>.designs-by-theme-grid img{width:86%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease;will-change:transform;transform-origin:center;backface-visibility:hidden}.visual-game-container>.designs-by-theme-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666}@media (prefers-reduced-motion: reduce){.visual-game-container>.designs-by-theme-grid img{animation:none!important;transform:none!important}}@media (min-width: 1024px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(6,1fr);max-width:500px;gap:12px;margin-left:15%;margin-right:0;margin-top:2rem;margin-bottom:2.25rem;width:74%;--amp: 4}}@media (min-width: 768px) and (max-width: 1023.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(6,minmax(64px,1fr));gap:12px;margin-left:15%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(20px,4vh,36px);width:50%;--amp: 4}}@media (min-width: 561px) and (max-width: 767.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(3,minmax(64px,1fr));gap:12px;margin-left:15%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(20px,4vh,36px);width:30%;max-width:361px;--amp: 4}}@media (min-width: 391px) and (max-width: 560.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(3,minmax(64px,1fr));gap:12px;margin-left:35%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(20px,4vh,36px);width:30%;max-width:261px;--amp: 4}}@media (max-width: 390.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(3,minmax(44px,1fr));gap:12px;margin-left:35%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(20px,4vh,36px);width:15%;max-width:100%;--amp: 2}}.visual-game-container>.designs-by-theme-grid img:nth-child(1){animation-name:themeFloat-1;animation-duration:8.4s;animation-delay:1274ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-1{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 28px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * -16px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * -23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(2){animation-name:themeFloat-2;animation-duration:7.1s;animation-delay:1235ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-2{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * 21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(3){animation-name:themeFloat-3;animation-duration:8.7s;animation-delay:1047ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-3{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 19px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * 14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(4){animation-name:themeFloat-4;animation-duration:8.7s;animation-delay:1233ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-4{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * 15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * -22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(5){animation-name:themeFloat-5;animation-duration:7.5s;animation-delay:1285ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-5{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * -20px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -18px),calc(var(--amp) * 24px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * 14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(6){animation-name:themeFloat-6;animation-duration:7.1s;animation-delay:1084ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-6{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -18px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * -24px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * 22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(7){animation-name:themeFloat-7;animation-duration:8.4s;animation-delay:1027ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-7{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 24px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -26px),calc(var(--amp) * -20px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(8){animation-name:themeFloat-8;animation-duration:7.5s;animation-delay:1241ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-8{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * -18px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * 16px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(9){animation-name:themeFloat-9;animation-duration:7.2s;animation-delay:1299ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-9{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -18px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * 17px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * 14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(10){animation-name:themeFloat-10;animation-duration:8.1s;animation-delay:1255ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-10{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -21px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * -14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(11){animation-name:themeFloat-11;animation-duration:8.1s;animation-delay:1.06s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-11{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * -14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 28px),calc(var(--amp) * -20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * 15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(12){animation-name:themeFloat-12;animation-duration:7.3s;animation-delay:1073ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-12{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * -19px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * -24px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -16px),calc(var(--amp) * 24px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(13){animation-name:themeFloat-13;animation-duration:8.3s;animation-delay:1001ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-13{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * -14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * 16px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(14){animation-name:themeFloat-14;animation-duration:8.8s;animation-delay:1048ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-14{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * -18px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -26px),calc(var(--amp) * -21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * 15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(15){animation-name:themeFloat-15;animation-duration:9s;animation-delay:1174ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-15{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * -22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(16){animation-name:themeFloat-16;animation-duration:8.5s;animation-delay:1139ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-16{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -28px),calc(var(--amp) * 24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 28px),calc(var(--amp) * -20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * -18px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(17){animation-name:themeFloat-17;animation-duration:7.9s;animation-delay:1262ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-17{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * -24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * 19px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * -15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(18){animation-name:themeFloat-18;animation-duration:8.2s;animation-delay:1062ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-18{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * 16px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * -14px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * 14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(19){animation-name:themeFloat-19;animation-duration:7.8s;animation-delay:1118ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-19{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * 20px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 24px),calc(var(--amp) * 21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * 18px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(20){animation-name:themeFloat-20;animation-duration:8.2s;animation-delay:1051ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-20{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * 20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * -20px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(21){animation-name:themeFloat-21;animation-duration:8.9s;animation-delay:1189ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-21{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * 16px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * 14px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * 22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(22){animation-name:themeFloat-22;animation-duration:9s;animation-delay:1254ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-22{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * -14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * -24px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * 15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(23){animation-name:themeFloat-23;animation-duration:7.6s;animation-delay:1205ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-23{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * -18px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -18px),calc(var(--amp) * -23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(24){animation-name:themeFloat-24;animation-duration:7.4s;animation-delay:1089ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-24{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 20px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * 24px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * 23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(25){animation-name:themeFloat-25;animation-duration:9s;animation-delay:1162ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-25{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * 22px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * 22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(26){animation-name:themeFloat-26;animation-duration:8.5s;animation-delay:1256ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-26{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -20px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * 16px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(27){animation-name:themeFloat-27;animation-duration:8.9s;animation-delay:1026ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-27{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * 18px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * -22px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * 16px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(28){animation-name:themeFloat-28;animation-duration:7.3s;animation-delay:1024ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-28{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * -22px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -16px),calc(var(--amp) * -15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * -14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(29){animation-name:themeFloat-29;animation-duration:8s;animation-delay:1125ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-29{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 24px),calc(var(--amp) * -21px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * -21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 19px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(30){animation-name:themeFloat-30;animation-duration:8.9s;animation-delay:1.13s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-30{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 22px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 17px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -16px),calc(var(--amp) * -22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(31){animation-name:themeFloat-31;animation-duration:7.4s;animation-delay:1039ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-31{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * 23px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * 20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * 14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(32){animation-name:themeFloat-32;animation-duration:7.3s;animation-delay:1037ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-32{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * -16px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 24px),calc(var(--amp) * -19px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(33){animation-name:themeFloat-33;animation-duration:7.3s;animation-delay:1.27s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-33{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * -14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * 20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * -14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(34){animation-name:themeFloat-34;animation-duration:7.4s;animation-delay:1211ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-34{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -28px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -28px),calc(var(--amp) * -15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * -14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(35){animation-name:themeFloat-35;animation-duration:8.5s;animation-delay:1152ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-35{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * -22px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * -21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * 14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(36){animation-name:themeFloat-36;animation-duration:7.6s;animation-delay:1127ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-36{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -16px),calc(var(--amp) * -21px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(37){animation-name:themeFloat-37;animation-duration:7.3s;animation-delay:1.02s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-37{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * -19px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * 24px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * -22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(38){animation-name:themeFloat-38;animation-duration:7.8s;animation-delay:1173ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-38{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * -16px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 16px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(39){animation-name:themeFloat-39;animation-duration:7.5s;animation-delay:1009ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-39{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -19px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -24px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(40){animation-name:themeFloat-40;animation-duration:7.4s;animation-delay:1154ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-40{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -18px),calc(var(--amp) * -22px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * 22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;padding:0 8px;box-sizing:border-box}.visual-game-container img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.visual-game-container img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (max-width: 768px){.CandidateGamesQuestion,.CandidateGamesAnswer{padding-bottom:20px}}.ant-table-wrapper .ant-table-thead>tr>th,:where(.css-dev-only-do-not-override-qnu6hi).ant-table-wrapper .ant-table-thead>tr>td{position:relative;color:#000000e0;font-weight:600;text-align:start;background:#fff;border-bottom:1px solid #f0f0f0;transition:background .2s ease}.ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before,:where(.css-dev-only-do-not-override-qnu6hi).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{position:absolute;top:50%;inset-inline-end:0;width:0px;height:1.6em;background-color:#f0f0f0;transform:translateY(-50%);transition:background-color .2s;content:"";display:none}.ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected{color:#000;background-color:transparent}.ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected:after{border-bottom-width:2px;border-bottom-color:#7f5fff}.ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected:after{border-bottom-width:3px;border-bottom-color:#7f5fff}.ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected:after{border-bottom-width:2px;border-bottom-color:#7f5fff}.ant-table-wrapper .ant-table-tbody>tr>td{transition:background .2s,border-color .2s;border-bottom:0px solid #f0f0f0}.CandidateDashboardTable{min-height:350px}.CandidateDashboardTable .CandidateDashboardNotFound{display:flex;flex-direction:column;align-items:center;gap:1rem;align-content:center;justify-content:center;justify-items:center;margin-top:4rem}.CandidateDashboardTable td{color:#607d8b}.candidate-dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:24px 0 10px;flex-wrap:wrap}.candidate-dashboard-title{font-size:30px;font-weight:700;color:#1f1f1f;margin:0}.custom-tabs{flex:1 1 auto;min-width:260px;margin-left:auto}.custom-tabs .ant-tabs-nav{margin:0}.custom-tabs .ant-tabs-nav-list{width:auto;display:flex;gap:.5rem}.custom-tabs .ant-tabs-tab{flex:0 0 auto;justify-content:center}.candidate-dashboard-banner-wrapper{display:flex;width:100%;margin-bottom:1rem}.demo-banner{width:100%;background-color:#fef2dd;color:#8a4eff;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border:1px solid #91d5ff;margin-bottom:1rem;text-align:left;box-shadow:0 4px 6px #0000001a}.demo-banner .demo-text{font-size:1rem;margin:0;flex:1 1 auto}.demo-banner .ant-btn.demo-button{background-color:#8a4eff;border-color:#8a4eff;color:#fff;font-weight:600}.demo-banner .ant-btn.demo-button:hover,.demo-banner .ant-btn.demo-button:focus{background-color:#6d3fe6;border-color:#6d3fe6;color:#fff}.demo-banner .ant-btn.demo-button.ant-btn-disabled{background-color:#d9d9d9;border-color:#d9d9d9;color:#666}.demo-banner .ant-btn.demo-button.demo-button--hidden{display:none!important;visibility:hidden!important;pointer-events:none!important}.candidate-dashboard-table-wrapper{padding:0;background-color:#fff;border-radius:20px;cursor:pointer;overflow-x:auto;overflow-y:hidden}.candidate-dashboard-pagination{display:flex;justify-content:flex-end;padding:16px 16px 0}.candidate-dashboard-date{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.candidate-dashboard-date__item{display:flex;align-items:center;gap:.25rem;color:#4a4a4a}.candidate-dashboard-date__icon{color:#8a4eff}.candidate-dashboard-status{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:10px;font-weight:600;width:fit-content}.candidate-dashboard-status__label{text-transform:capitalize}.candidate-dashboard-status--completed{background-color:#d0e9ff}.candidate-dashboard-status--in-progress{background-color:#ffefd5}.candidate-dashboard-status--sent{background-color:#d0e9ff}.candidate-dashboard-status--expired{background-color:#fdd}.candidate-dashboard-status__label--completed{color:#1677ff}.candidate-dashboard-status__label--in-progress,.candidate-dashboard-status__label--sent{color:#389e0d}.candidate-dashboard-status__label--expired{color:#d4380d}@media (max-width: 992px){.custom-tabs{width:100%;margin-left:0}.custom-tabs .ant-tabs-nav-list{display:flex;flex-direction:row;width:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.5rem;scroll-behavior:smooth;padding-bottom:6px}.custom-tabs .ant-tabs-tab{flex:0 0 auto;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.custom-tabs .ant-tabs-ink-bar{transition:none!important;will-change:auto!important}}@media (max-width: 768px){.candidate-dashboard-header{flex-direction:column;align-items:flex-start}.candidate-dashboard-title{font-size:24px}.candidate-dashboard-banner-wrapper{flex-direction:column}.demo-banner{align-items:flex-start}.candidate-dashboard-table-wrapper{border-radius:12px}.candidate-dashboard-pagination{justify-content:center}}@media (max-width: 576px){.demo-banner{flex-direction:column;gap:.75rem}.candidate-dashboard-title{font-size:22px}.custom-tabs .ant-tabs-tab{font-size:14px;padding:12px}.candidate-dashboard-header{margin-top:8px}.custom-tabs{margin-top:6px}.candidate-dashboard-header{padding:8px 0;gap:.6rem;align-items:stretch}.candidate-dashboard-banner-wrapper{margin-top:8px}.custom-tabs .ant-tabs-nav-list{padding-bottom:6px;-webkit-overflow-scrolling:touch}}.candidate-result{display:flex;flex-direction:column;gap:24px}.candidate-result__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin:24px 0 30px}.candidate-result__title{font-size:30px;font-weight:700;margin:0}.candidate-result__search{width:100%;max-width:400px;background-color:transparent}.candidate-result__table{padding:0;background-color:#fff;border-radius:20px;overflow:hidden}.candidate-result__profile-card{background-color:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:16px}.candidate-result__profile-card-header{display:flex;flex-direction:column;gap:4px}.candidate-result__profile-card-subtitle{margin:0;color:#6f6c90;font-size:14px}.candidate-result__profile-card-loading{display:flex;align-items:center;justify-content:center;padding:24px 0}.candidate-result__profile-card-empty{margin:0;color:#6f6c90}.candidate-result__profile-list{display:grid;gap:16px}.candidate-result__profile-list-item{display:flex;flex-direction:column;gap:4px}.candidate-result__profile-list-item dt{font-weight:600;color:#120f3e}.candidate-result__profile-list-item dd{margin:0;color:#47445c;white-space:pre-line}.candidate-result__profile-resume a{color:#7f5fff;font-weight:600;word-break:break-all}.candidate-result__promo{background:linear-gradient(180deg,#f6f5ff,#fff);border:1px solid #e5e4ff;border-radius:20px;padding:24px;display:grid;gap:16px}.candidate-result__promo-text{display:flex;flex-direction:column;gap:8px}.candidate-result__promo-text h2{margin:0;font-size:24px;color:#120f3e}.candidate-result__promo-description{margin:0;color:#47445c;font-size:16px}.candidate-result__promo-hint{margin:0;color:#6f6c90;font-size:14px}.candidate-result__promo-form{display:flex;flex-direction:column;gap:12px}.candidate-result__promo-label{font-weight:600;color:#120f3e}.candidate-result__promo-input{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.candidate-result__promo-input .ant-input{flex:1 1 240px;min-width:200px}.candidate-result__promo-error{margin:0;color:#d92d20;font-size:14px}.candidate-result__promo-emails-list{display:flex;flex-wrap:wrap;gap:8px;min-height:32px;align-items:center}.candidate-result__promo-empty{color:#6f6c90;font-size:14px}.candidate-result__promo-summary{display:grid;gap:4px;color:#47445c;font-size:14px}.candidate-result__promo-summary strong{color:#120f3e}.candidate-result__promo-cta{align-self:flex-start}.candidate-result__empty{text-align:center}.candidate-result__empty h2{color:gray}.candidate-result__pagination{display:flex;justify-content:flex-end;padding:16px}.resultTable .ant-table-wrapper .ant-table-pagination.ant-pagination{margin:16px 0;display:flex;justify-content:center;align-items:end;position:absolute;bottom:-10rem;right:0}@media (max-width: 768px){.candidate-result{gap:16px}.candidate-result__header{flex-direction:column;align-items:flex-start;margin:16px 0 20px}.candidate-result__title{font-size:24px}.candidate-result__search{max-width:none}.candidate-result__table{border-radius:16px}.candidate-result__pagination{justify-content:center}.candidate-result__profile-card,.candidate-result__promo{padding:20px}.candidate-result__promo-input{flex-direction:column;align-items:stretch}.candidate-result__promo-input .ant-input{min-width:100%}.candidate-result__promo-cta{width:100%}.CandidateDashboardTable{min-width:600px}.resultTable{overflow-x:auto}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountry{position:relative;align-self:stretch;padding:.5rem;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;background:transparent;border:1px solid rgb(221,221,221);display:flex;margin-right:var(--PhoneInputCountrySelect-marginRight);align-items:center}.PhoneInputInput{width:100%;padding:.75rem;border-radius:5px;border:1px solid rgb(221,221,221);background:#fff}.feedback{display:flex;justify-content:center;align-items:center;background-color:#f9f9f9;min-height:100vh;padding:20px}.feedback .ratingButtonsWrapper{display:flex;gap:1.5rem}.feedback .ratingButtonsWrapper button{border-radius:50px;padding:.5rem;width:fit-content;height:2rem}.feedback .ratingButtonsWrapper button.active{background-color:#7f5fff;color:#fff}.feedback .feedback-container{width:100%;max-width:700px;background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #00000026;padding:30px}.feedback .feedback-container .profile-section{margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.feedback .feedback-container .profile-section h2{margin-top:15px;font-size:1.8rem;color:#7f5fff;font-weight:600}.feedback .feedback-container .headings-section{margin:30px 0}.feedback .feedback-container .headings-section h4{font-size:1.2rem;font-weight:700;color:#333;margin:10px 0}.feedback .feedback-container .headings-section .checkout-buttons .checkout-button{background-color:#eae8fe;color:#7f5fff;border:1px solid #7f5fff;border-radius:5px;padding:10px 20px;font-size:.9rem;cursor:pointer;transition:all .3s}.feedback .feedback-container .headings-section .checkout-buttons .checkout-button.checked,.feedback .feedback-container .headings-section .checkout-buttons .checkout-button:hover{background-color:#7f5fff;color:#fff}.feedback .feedback-container .submit-button{background-color:#7f5fff;color:#fff;width:100%;padding:12px 20px;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;text-align:center;transition:background-color .3s}.feedback .feedback-container .submit-button:hover{background-color:#6b4ee3}@media (max-width: 768px){.feedback .feedback-container{padding:20px}.feedback .headings-section .checkout-buttons{justify-content:center}.feedback .submit-button{font-size:1rem}}.logo-wrapper{width:120px;margin:0 auto 18px;display:flex;justify-content:center;align-items:center}.logo-wrapper img{width:100%;height:auto;object-fit:contain;display:block}.admin-dashboard .main-content{margin-top:24px}.admin-dashboard .main-content .ant-card-head-title{font-weight:700;font-size:20px}.admin-dashboard .main-content .companyCards{background-color:transparent}.admin-dashboard .main-content .companyCards .company-list{display:flex;flex-direction:column;gap:.3rem}.admin-dashboard .main-content .companyCards .company-list .company-card{display:flex;background-color:#fff;justify-content:space-between;align-items:center;border-radius:1rem;box-shadow:0 0 5px #e7e7e7;border-bottom:1px solid #f0f0f0;padding:.9rem}.admin-dashboard .main-content .companyCards .company-list .company-card .user-info{display:flex;align-items:center;gap:.5rem}.admin-dashboard .main-content .companyCards .company-list .company-card .link-info{display:flex;flex-direction:column}.admin-dashboard .main-content .companyCards .company-list .company-card button{width:fit-content;background-color:transparent;border:none;box-shadow:none}.admin-dashboard .lower-section{margin-top:24px}.admin-dashboard .chart-placeholder,.admin-dashboard .graph-placeholder{background-color:#f0f2f5;height:200px;display:flex;justify-content:center;align-items:center;font-size:16px;color:#999}.admin-dashboard .bgCard{background-color:#66bbd6;color:#fff}.admin-dashboard .bgCard .report-section{padding:0 10px;display:flex;flex-direction:column;gap:1rem}.admin-dashboard .bgCard .report-section p:nth-child(1){background-color:#fff;font-weight:700;color:#66bbd6;width:fit-content;padding:.5rem 1.2rem;border-radius:100px}.admin-dashboard .bgCard .report-section h5{font-size:15px}.admin-dashboard .bgCard .report-section p:nth-child(3){font-size:14px}.admin-dashboard .bgCard .report-section button{background-color:#fff;color:#66bbd6;padding:1.2rem;width:100%;border-radius:100px}.admin-dashboard .upload-section{display:flex;flex-direction:column;gap:.5rem}.admin-dashboard .upload-section .category-btns{display:flex;padding:0;gap:.5rem}.admin-dashboard .upload-section .category-btns button{display:flex;flex-direction:column;width:100%;height:60px;padding:.2rem}.admin-dashboard .upload-section .send-consent{background-color:#66bbd6;color:#fff}.admin-dashboard .sideCards{display:flex;flex-direction:column;gap:.5rem}.chart-container{background-color:#fff;border-radius:8px;max-width:600px;margin:0 auto}.chart-container h2{font-size:1.2rem;margin-bottom:10px}.chart-container .dropdown{position:absolute;right:20px;top:20px;font-size:.9rem;background-color:#f0f0f0;padding:5px 10px;border-radius:5px}.recharts-line{stroke-width:2}.recharts-tooltip-wrapper{background-color:#fff;border-radius:4px;padding:10px;box-shadow:0 2px 10px #0000001a}.Admin-management div div .Management-Cards{display:flex;justify-content:space-between;align-items:center}.Admin-management div div .Management-Cards .Management-Card{display:flex;flex-direction:column;gap:.5rem}.Admin-management div div .Management-Cards .Management-Card span{display:flex;align-items:center;gap:.5rem}.Admin-management .custom-tabs .ant-tabs-nav{background-color:#ececec;border-radius:8px;padding:8px}.Admin-management .custom-tabs .ant-tabs-tab{padding:8px 20px;color:#4a4a4a;border-radius:8px;background-color:transparent;transition:background-color .3s ease,color .3s ease}.Admin-management .custom-tabs .ant-tabs-tab-active{background-color:#66bbd6;color:#fff;font-weight:500;transition:background-color .3s ease,color .3s ease}.Admin-management .custom-tabs .ant-tabs-tab:hover{color:#4a4a4a;transition:color .3s ease}.Admin-management .custom-tabs .ant-tabs-ink-bar{display:none}.Admin-management .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff;text-shadow:0 0 .25px currentcolor}.Admin-management .ant-tabs-top>.ant-tabs-nav,.Admin-management :where(.css-dev-only-do-not-override-qnu6hi).ant-tabs-bottom>.ant-tabs-nav,.Admin-management :where(.css-dev-only-do-not-override-qnu6hi).ant-tabs-top>div>.ant-tabs-nav,.Admin-management :where(.css-dev-only-do-not-override-qnu6hi).ant-tabs-bottom>div>.ant-tabs-nav{margin:0}.demo-screen{max-width:100%;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#333;position:relative}.demo-screen .logo{font-size:24px;font-weight:700;margin-bottom:10px;position:absolute;color:#3f51b5;top:1rem;left:1rem}.demo-screen .demo-header{text-align:center;margin-bottom:40px;margin-top:2rem}.demo-screen .demo-header h1{font-size:32px;margin-bottom:10px}.demo-screen .demo-header p{font-size:16px;color:#666}.demo-screen .demo-content{display:flex;border:1px solid #afafaf;border-radius:20px;background-color:#efefef;padding:20px;align-items:start;justify-content:space-evenly;gap:20px;box-shadow:#110c2e26 0 48px 100px}.demo-screen .demo-content .instructions{min-width:300px}.demo-screen .demo-content .instructions h2{font-size:20px;margin-bottom:10px}.demo-screen .demo-content .instructions ul{margin-left:20px}.demo-screen .demo-content .instructions ul li{margin-bottom:10px}.demo-screen .demo-content .instructions p{margin-top:20px;font-size:14px;color:#999}.demo-screen .demo-content .demo-image{display:flex;justify-content:center;align-items:center}.demo-screen .demo-content .demo-image img{width:500px;border-radius:10px}.demo-screen .demo-footer{display:flex;gap:1rem;align-items:center;margin-top:-5rem}.demo-screen .demo-footer button{font-size:16px;width:150px}@media (max-width: 768px){.demo-screen .demo-header h1{font-size:24px}.demo-screen .demo-content{flex-direction:column;align-items:center}.demo-screen .instructions h2{font-size:18px}.demo-screen .instructions ul li{font-size:14px}.demo-screen .instructions p{font-size:12px}.demo-screen .demo-image img{max-width:300px}.demo-screen .demo-footer button{width:100px}}@media (max-width: 480px){.demo-screen .demo-header h1{font-size:20px}.demo-screen .demo-content{padding:10px}.demo-screen .instructions h2{font-size:16px}.demo-screen .instructions ul li{font-size:12px}.demo-screen .instructions p{font-size:10px}.demo-screen .demo-footer button{font-size:14px;width:auto;padding:5px 10px}}.demo-screen-end{max-width:100%;width:90%;height:90%;display:flex;box-shadow:0 0 10px #ccc;flex-direction:column;align-items:center;justify-content:center;background:#e6e6fa;border-radius:16px;padding:20px;font-family:Arial,sans-serif;color:#333;position:relative}.demo-screen-end .logo{position:absolute;top:20px;left:20px}.demo-screen-end .logo img{width:150px}.demo-screen-end .demo-content{text-align:center}.demo-screen-end .demo-content .demo-image{margin-bottom:1.5rem}.demo-screen-end .demo-content .demo-image img{max-width:100%;width:450px}.demo-screen-end .demo-content .demo-header h1{font-size:36px;font-weight:700;color:#4e4bbf;margin-bottom:10px}.demo-screen-end .demo-content .demo-header p{font-size:18px;color:#666}.demo-screen-end .demo-footer{display:flex;justify-content:center;gap:20px;margin-top:20px}.demo-screen-end .demo-footer button{font-size:16px;padding:10px 20px;border-radius:8px}@media (max-width: 768px){.demo-screen-end .demo-header h1{font-size:28px}.demo-screen-end .demo-footer{flex-direction:column;gap:10px}.demo-screen-end .demo-footer button{width:100%}}.aia-loader-containerr{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.aia-textt{font-size:3rem;font-weight:700;color:#7f5fff;font-family:Arial,sans-serif;display:flex;align-items:center}.letterr{opacity:0;animation:fadeIn .3s ease-in-out forwards}.letterr:nth-child(1){animation-delay:0s}.letterr:nth-child(2){animation-delay:.2s}.letterr:nth-child(3){animation-delay:.3s}.dott{animation:blink 1.5s infinite;margin-left:5px;font-size:2.5rem;color:#e74c3c;margin-top:-1rem}.dott:nth-child(4){animation-delay:.3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,50%,to{transform:translateY(0)}25%,75%{transform:translateY(20px)}}.complete_assessment{border:1px solid grey;width:90%;height:90vh;max-width:1400px;margin:0 auto;padding:1rem;border-radius:20px;background-color:#fff;position:relative;box-shadow:0 0 10px #a6a6a6}.complete_assessment h1{font-size:3.5rem}.verify-email{display:flex;justify-content:center;align-items:center;height:100vh;padding:20px}.verify-email .verify-email-card{max-width:650px;width:100%;text-align:center;padding:40px 30px;border-radius:12px;box-shadow:0 10px 30px #d1caec;background:#fff}.verify-email .verify-email-card:hover{transform:scale(1.02);transition:transform .3s ease}.verify-email .verify-email-card .title{color:#7f5fff;font-weight:700;font-size:2rem}.verify-email .verify-email-card .description{color:#555;font-size:1rem}.verify-email .verify-email-card .footer-text{font-size:14px;color:#7f5fff}.faq-wrapper{border-radius:1rem;box-shadow:0 .25rem .5rem #0000001a}.faq-wrapper h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.faq-wrapper .faq-panel{border-bottom:1px solid #d9d9d9}.faq-wrapper .faq-panel .ant-collapse-header{font-size:1rem;font-weight:500}.faq-wrapper .faq-panel .ant-collapse-content{font-size:.875rem;color:#666}.faq-wrapper .faq-panel .anticon{font-size:1.5rem;color:#737373}.faq-wrapper .ant-collapse{background-color:transparent!important}.articles-wrapper{width:40%}.articles-wrapper .articles-card{width:100%;border-radius:1rem;box-shadow:0 .25rem .5rem #0000001a}.articles-wrapper .articles-card .articles-title{font-size:1.5rem;font-weight:600}.articles-wrapper .articles-card .articles-list{list-style:none;padding:0}.articles-wrapper .articles-card .articles-list .article-link{display:block;color:#7f5fff;font-size:1rem;margin:.3125rem 0;text-decoration:underline;transition:color .3s ease}.articles-wrapper .articles-card .articles-list .article-link:hover{color:#562cff}.articles-wrapper .articles-card .video-wrapper{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;gap:1rem}.articles-wrapper .articles-card .video-wrapper iframe{border-radius:.5rem}.query-form-container{width:60%;min-height:77vh;border-radius:1rem;box-shadow:0 .25rem .5rem #0000001a}.query-form-container h3{text-align:left;margin-bottom:20px;font-size:1.8rem;font-weight:600;color:#333}.query-form-container .query-form .ant-form-item{margin-bottom:15px}.query-form-container .query-form .ant-form-item label{font-size:1rem;color:#555;font-weight:600}.query-form-container .query-form .ant-form-item input{border-radius:.5rem;font-size:.95rem}.query-form-container .query-form .ant-form-item .ant-input-prefix{margin-right:5px;color:#999}.query-form-container .query-form .ant-form-item .select-query{border-radius:5px;padding:1rem;font-size:.95rem}.query-form-container .query-form .ant-form-item textarea{border-radius:5px;padding:10px;font-size:.95rem}.query-form-container .query-form .ant-form-item .ant-select-selector{border-radius:5px;padding:10px}.query-form-container .query-form .submit-button{width:100%;font-size:1rem;font-weight:500;padding:1.1rem 0;border:1px solid #7f5fff;background-color:#7f5fff;transition:all .3s ease}.query-form-container .query-form .submit-button:hover{background-color:transparent;border:1px solid #7f5fff;color:#7f5fff}.query-form-container .query-form .ant-form-item .ant-select-selector{border-radius:5px;padding:1.2rem .6rem}.help-support-wrapper .support-data{display:flex;justify-content:center}.report-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}#report-container{display:flex;flex-direction:column;align-items:center;gap:2rem}#report-container .cover-page,#report-container .page{width:210mm;height:100%;background:#fff;border:1px solid #ddd;box-shadow:#0000003d 0 3px 8px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s,box-shadow .3s}#report-container .cover-page{background:url(/assets/ReportCover-C5CUmq88.png) no-repeat center center/cover;color:#fff;display:flex;flex-direction:column;justify-content:end;border-radius:10px}#report-container .cover-page .cover1{background:url("data:image/svg+xml,%3csvg%20width='792'%20height='357'%20viewBox='0%200%20792%20357'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_b_2846_7797)'%3e%3cpath%20d='M601.856%200L827%2085.1545L792.624%20357H0V25.0213L601.856%200Z'%20fill='%23603AF8'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_2846_7797'%20x='-70.5479'%20y='-70.5479'%20width='968.096'%20height='498.096'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='35.274'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_2846_7797'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_2846_7797'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;width:100%;height:350px;position:relative}#report-container .cover-page .cover1 .cover2{background:url("data:image/svg+xml,%3csvg%20width='792'%20height='357'%20viewBox='0%200%20792%20357'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_b_2846_7798)'%3e%3cpath%20d='M601.856%200L827%2085.1545L792.624%20357H0V25.0213L601.856%200Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_2846_7798'%20x='-70.5479'%20y='-70.5479'%20width='968.096'%20height='498.096'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='35.274'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_2846_7798'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_2846_7798'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;width:100%;height:330px;position:absolute;bottom:0;padding:2rem}#report-container .cover-page .cover1 .cover2 .content{color:#000;position:absolute;top:2rem;display:flex;flex-direction:column;justify-content:space-between;height:250px}#report-container .cover-page .title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}#report-container .cover-page .details{font-size:1.2rem;color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:auto}#report-container .cover-page .details p{display:flex;align-items:center;gap:.5rem}#report-container .cover-page .details p svg{color:#ddd}#report-container .page{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}#report-container .page .content-item{font-size:1.1rem;color:#333;margin-bottom:1rem}#report-container .page .content-item:last-child{margin-bottom:0}.h4dot{position:relative}.h4dot:before{content:"";position:absolute;width:12px;height:12px;background-color:#603af8;top:7px;left:0rem;border-radius:500px}.progresss-bar-container{width:80%;margin:0 auto}.progresss-bar-container .tail{width:100%;height:7px;background-color:#603af81a;position:relative;display:flex;justify-content:space-between;align-items:center}.progresss-bar-container .tail .progress-line{position:absolute;height:8px;background-color:#603af8}.progresss-bar-container .tail .stepp{position:absolute;width:5px;height:70px;background-color:#603af81a}.progresss-bar-container .tail .stepp1{left:0}.progresss-bar-container .tail .stepp1.active{background-color:#603af8}.progresss-bar-container .tail .stepp1.active:after{content:"PHI";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:-1.8rem}.progresss-bar-container .tail .stepp1:after{content:"PHI";color:#000;padding:.5rem 1rem;position:absolute;bottom:-2rem;left:-1.8rem}.progresss-bar-container .tail .stepp2{left:33.3333333333%}.progresss-bar-container .tail .stepp2.active{background-color:#603af8}.progresss-bar-container .tail .stepp2.active:after{content:"PSI";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:-1.8rem}.progresss-bar-container .tail .stepp2:after{content:"PSI";position:absolute;bottom:-1.8rem;left:-.7rem}.progresss-bar-container .tail .stepp3{left:66.6666666666%}.progresss-bar-container .tail .stepp3.active{background-color:#603af8}.progresss-bar-container .tail .stepp3.active:after{content:"OMEGA";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:-2.9rem}.progresss-bar-container .tail .stepp3:after{content:"OMEGA";position:absolute;bottom:-1.8rem;left:-.7rem}.progresss-bar-container .tail .stepp4{left:100%}.progresss-bar-container .tail .stepp4.active{background-color:#603af8}.progresss-bar-container .tail .stepp4.active:after{content:"PALLIUM";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:-3.2rem}.progresss-bar-container .tail .stepp4:after{content:"PALLIUM";position:absolute;bottom:-1.8rem;left:-.7rem}.thank-you-container{background-color:#0e0120;color:#fff;font-family:Arial,sans-serif;display:flex;flex-direction:column;justify-content:space-between;height:100vh;padding:2rem;box-sizing:border-box;width:100%}.thank-you-container .header{display:flex;flex-direction:column;align-items:start}.thank-you-container .header .logo{font-size:2rem;font-weight:700}.thank-you-container .header .subtitle{font-size:1rem;color:#ddd}.thank-you-container .content{text-align:center}.thank-you-container .content .thank-you-title{font-size:5rem;font-weight:700;margin-bottom:.5rem}.thank-you-container .content .thank-you-title .underline{width:50px;height:3px;background-color:#f4b400;margin:.5rem auto 0}.thank-you-container .content .question-text{font-size:1.5rem;color:#ccc}.thank-you-container .contact{text-align:left;font-size:.9rem}.thank-you-container .contact .contact-email{color:#603af8;text-decoration:none}.thank-you-container .contact .contact-email:hover{text-decoration:underline}.reminders{background-color:#7030a0;color:#fff;padding:2rem;margin-top:2rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.reminders h3{color:#fbba87;margin-bottom:1rem}.reminders div{display:flex;flex-direction:column;gap:1rem}.reminders div li::marker{color:#fbba87}.reminders .icon-image{width:200px}.cognative_list{margin-top:5rem}.cognative_list div:nth-child(1){background-color:#fff6df}.cognative_list div:nth-child(2){background-color:#fcc}.cognative_list div:nth-child(3){background-color:#dde3b8}.registerDataLi li::marker{color:#fbba87;font-size:1.2em}.sensory-card{background-color:#0a0a0a0d;padding:2rem;border-radius:1rem;margin:1rem 0;display:flex;flex-direction:column;gap:1rem}.sensory-card .sensory-header{display:flex;align-items:center;gap:.5rem}.sensory-card .sensory-header .sensory-icon{font-size:24px;color:#1890ff}.sensory-card .sensory-header h3{margin:0}.sensory-card .sensory-description{font-weight:400;color:#0a0a0a99;font-size:18px;margin:0}.sensoryChartUl li{list-style:none;display:flex;align-items:center;gap:.3rem}.cognitive-profile-card{background:linear-gradient(135deg,#7f5fff,#4a3f8e);color:#fff;border-radius:12px;padding:20px;margin-top:2rem;box-shadow:0 4px 15px #0003;border:1px solid rgba(255,255,255,.2)}.cognitive-profile-card .card-header{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;margin-bottom:15px}.cognitive-profile-card .card-header .header-icon{font-size:1.8rem;margin-right:15px}.cognitive-profile-card .card-header .header-title{margin:0;font-size:1.2rem;font-weight:600}.cognitive-profile-card .card-body .profile-name{font-size:1.5rem;font-weight:700;margin:0 0 10px;color:#f0f0f0}.cognitive-profile-card .card-body .profile-description{font-size:.9rem;font-style:italic;color:#d1c4e9;margin:0;line-height:1.4}.feedbackk{height:100vh;display:flex;justify-content:center;align-items:center}.feedbackk .feedback-container{width:100%;background-color:#fff;max-width:90%;margin:0 auto;padding:100px;box-shadow:0 4px 12px #0000001a;border-radius:10px}.instructions ul li{text-align:justify;font-size:1.1rem;margin-bottom:1rem}html,body{min-height:100vh;height:100%;overflow-y:auto}.feedbackk{height:100vh;display:flex;justify-content:center;align-items:center;overflow-y:auto}.feedbackk .feedback-container{width:100%;height:auto;background-color:#fff;max-width:90%;margin:32px auto;padding:36px 48px;box-shadow:0 4px 12px #0000001a;border-radius:10px}.feedbackk .feedback-container img{max-width:120px;margin:0 auto 24px;display:block}.feedbackk .feedback-container h3{margin-bottom:1rem;text-align:justify;width:100%}.feedbackk .feedback-container p{text-align:justify;width:100%}.feedbackk .feedback-container .profile-section{text-align:center;margin-bottom:20px}.feedbackk .feedback-container .profile-section h2{margin-top:10px;font-size:1.5rem}.feedbackk .feedback-container .rating-section{text-align:center;margin-bottom:20px}.feedbackk .feedback-container .rating-section h3{margin-bottom:10px}.feedbackk .feedback-container .recommend-section{margin-bottom:20px}.feedbackk .feedback-container .recommend-section h4{margin-bottom:10px}.feedbackk .feedback-container .comment-section{margin-bottom:20px}.feedbackk .feedback-container .comment-section h4{margin-bottom:10px}.feedbackk .feedback-container .comment-section textarea{border:1px solid #e5e5e5;border-radius:8px}.feedbackk .feedback-container .intro-text-container{display:flex;flex-direction:column;gap:1rem;width:100%}.feedbackk .feedback-container .intro-text-container .text-block{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.feedbackk .feedback-container .checkbox-row{display:flex;align-items:flex-start;gap:.5rem}.feedbackk .feedback-container .ant-checkbox-wrapper{width:100%;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;transition:all .3s ease-in-out;cursor:pointer}.feedbackk .feedback-container .ant-checkbox-wrapper:hover{background-color:#f7f5ff;border-color:#d6cffc;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.feedbackk .feedback-container .ant-checkbox-wrapper .ant-checkbox{top:.15em}.participationModal .ant-modal-title{margin:0;color:#7f5fff;font-weight:700;font-size:25px;line-height:1.5;word-wrap:break-word}.participationModal .ant-modal-body p,.participationModal .ant-modal-body li{text-align:justify;font-size:17px;line-height:1.6}.agreement-container{margin:0 auto;padding:20px 50px;font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a}.agreement-container h1{font-size:1.8em;margin-bottom:15px}.agreement-container h2{font-size:1.4em;margin-top:20px}.agreement-container p,.agreement-container li{margin-bottom:10px;text-align:justify}.ant-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";position:relative;white-space:nowrap;cursor:pointer;border-radius:4px;align-self:flex-start;margin-top:.1rem}@media (max-width: 600px){.feedbackk{min-height:100vh!important;height:auto!important;overflow-y:auto!important;align-items:flex-start!important;justify-content:center!important;padding:0!important}.feedback-container{width:96vw!important;max-width:500px!important;min-width:0!important;margin:20px auto!important;padding:12px 2vw 32px!important;border-radius:12px!important;box-sizing:border-box!important;background:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important}.feedback-container img{max-width:90px!important;margin-bottom:10px!important}.feedback-container h3,.feedback-container p,.feedback-container .ant-checkbox-wrapper{font-size:1rem!important;text-align:justify!important;margin-bottom:10px!important;word-break:break-word!important;width:100%;overflow:visible!important}.feedback-container .outlineButton{width:100%!important;min-width:unset!important}}.local-checkout .checkout-head{display:flex;justify-content:space-between;padding:1rem 1rem 10rem;align-items:center;background-color:#0c0129;color:#fff;text-align:center}.local-checkout .PaymentForm{background-color:#fff;width:50%;padding:2rem;border-radius:1rem;box-shadow:0 0 5px #504d4d80}.local-checkout .details{background-color:#fff;width:35%;padding:2rem;border-radius:1rem;box-shadow:0 0 5px #504d4d80;height:fit-content;display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width: 1024px){.local-checkout .details,.local-checkout .PaymentForm{width:100%}}.local-checkout .icon-container{border:1px solid white;padding:.3rem .6rem;border-radius:.3rem}@font-face{font-family:Outfit;src:url(/assets/Sora-VariableFont_wght-B-NSZvbM.ttf)}
