@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);.theme-light .appContainer{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;height:100%;margin:0;position:relative;width:100%}.inputContainer{align-items:center;display:flex;width:100%}button.buttonPrimary{background-color:#3d424a;border:1px solid #3d424a;color:#fff;cursor:pointer}button.buttonSecondary{background-color:#fff;border:1px solid #d9d9d9;color:#3d424a;cursor:pointer}button.buttonSecondary:hover{border:1px solid #3d424a}button.buttonDelete{background-color:#ff7875;border:1px solid #ff7875;color:#fff;cursor:pointer}.componentContainer{background-color:#f5f5f5;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:35px;width:100%}.componentContainer .componentTitle{align-items:center;background-color:#3d424a;border-top-left-radius:6px;border-top-right-radius:6px;box-sizing:border-box;color:#fff;display:flex;height:45px;padding:10px;width:100%}.componentContainer .componentTitle span{align-items:center;display:flex;font-size:18px;font-weight:550}.componentContainer .componentBody{box-sizing:border-box;display:flex;flex-direction:column;padding:10px;width:100%}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar:horizontal{height:8px}::-webkit-scrollbar:vertical{height:8px}.theme-light .landing{box-sizing:border-box;flex-direction:column;height:100dvh;padding:80px 0 0;z-index:10}.theme-light .landing,.theme-light .landing .content{display:flex;overflow:auto;position:relative;width:100%}.theme-light .landing .content{align-items:flex-end;background:linear-gradient(135deg,#f8e5c3,#d7f0f5,#e6f2d9,#f9e6f2);flex:1 1;flex-direction:column;justify-content:flex-end}.theme-light .landing .content img{background-position:50%;background-repeat:no-repeat;height:auto;width:100%}.theme-light .landing .content .contentHolder{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.theme-light .landing .content .contentHolder .container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:10px;width:100%}@media(min-width:1025px){.theme-light .landing .content .contentHolder .container{width:85%}}@media(min-width:1920px){.theme-light .landing .content .contentHolder .container{width:85%}}@media(min-width:2100px){.theme-light .landing .content .contentHolder .container{width:85%}}.theme-light .landing .content .contentHolder .container .heroBanner{display:flex;flex-direction:column;gap:5px;margin-top:100px;width:100%}.theme-light .landing .content .contentHolder .container .heroBanner .heroTitle{color:#3d424a;font-size:38px;font-weight:600}.theme-light .landing .content .contentHolder .container .heroBanner .heroSubTitle{color:#3d424a;font-size:23px;font-weight:500;margin-top:30px}.theme-light .landing .content .contentHolder .container .heroBanner .startnow{background-color:#3d424a;border:1px solid #3d424a;border-radius:6px;color:#fff;cursor:pointer;height:35px;margin-top:30px;width:110px}.theme-light .landingNavbar{align-items:center;background-color:#fff;display:flex;height:80px;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:11}.theme-light .landingNavbar .container{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:space-between;padding:10px;width:100%}@media(min-width:1025px){.theme-light .landingNavbar .container{width:85%}}@media(min-width:1920px){.theme-light .landingNavbar .container{width:85%}}@media(min-width:2100px){.theme-light .landingNavbar .container{width:85%}}.theme-light .landingNavbar .container .actionButtonHolder{align-items:center;display:flex;flex:1 1;gap:15px;justify-content:flex-end}@media(min-width:320px)and (max-width:575.98px){.theme-light .landingNavbar .container .actionButtonHolder{display:none}}.theme-light .landingNavbar .container .actionButtonHolder .signin{border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;font-size:15px;height:35px;width:100px}.theme-light .landingNavbar .container .actionButtonHolder .signin:hover{border:1px solid #3d424a}.theme-light .landingNavbar .container .actionButtonHolder .signup{background-color:#3d424a;border:1px solid #3d424a;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;height:35px;width:100px}.theme-light .landingNavbar .container .hamburgerMenu{align-items:center;display:flex;font-size:40px;height:80px;justify-content:center}@media(min-width:576px)and (max-width:765px){.theme-light .landingNavbar .container .hamburgerMenu{display:none}}@media(min-width:766px)and (max-width:1024px){.theme-light .landingNavbar .container .hamburgerMenu{display:none}}@media(min-width:1025px){.theme-light .landingNavbar .container .hamburgerMenu{display:none}}@media(min-width:1920px){.theme-light .landingNavbar .container .hamburgerMenu{display:none}}@media(min-width:2100px){.theme-light .landingNavbar .container .hamburgerMenu{display:none}}.theme-light .logoContainer{gap:5px}.theme-light .logoContainer,.theme-light .logoContainer .logo{align-items:center;display:flex;height:100%;justify-content:center}.theme-light .logoContainer .logo{width:30px}.theme-light .logoContainer .logo img{height:auto;width:30px}.theme-light .logoContainer .appName{display:flex;flex-direction:column}.theme-light .logoContainer .appName .title{box-sizing:border-box;color:#000;font-size:18px;font-weight:700;padding-left:2px}.theme-light .logoContainer .appName span{box-sizing:border-box;color:rgba(0,0,0,.396);font-size:15px;padding-left:2px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoHolder{align-items:center;border-bottom:1px solid #d9d9d9;box-sizing:border-box;display:flex;gap:5px;height:80px;justify-content:flex-start;padding:10px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoHolder .logo{align-items:center;display:flex;height:100%;justify-content:center;width:30px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoHolder .logo img{height:auto;width:30px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoHolder .appName{display:flex;flex:1 1;flex-direction:column}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoHolder .appName .title{box-sizing:border-box;color:#000;font-size:18px;font-weight:700;padding-left:2px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoHolder .appName span{box-sizing:border-box;color:rgba(0,0,0,.396);font-size:15px;padding-left:2px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoHolder .closeNavDrawer{align-items:center;background-color:#0000;border:none;color:#3d424a;display:flex;font-size:25px;height:40px;justify-content:center;width:40px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .authButtons{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;justify-content:flex-start;padding:15px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .authButtons .signin{border:1px solid #d9d9d9;border-radius:6px;color:#3d424a;cursor:pointer;font-size:15px;height:35px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .authButtons .signup{background-color:#3d424a;border:1px solid #3d424a;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;height:35px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .dashboardTabs{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:15px;justify-content:flex-start;padding:15px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .dashboardTabs span{align-items:center;background-color:#f0f0f0;border-radius:6px;box-sizing:border-box;display:flex;font-size:15px;gap:10px;height:35px;justify-content:flex-start;padding:10px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .dashboardTabs span .icon{font-size:18px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .dashboardTabs span.active{background-color:#3d424a;color:#fff}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoutHolder{align-items:flex-end;box-sizing:border-box;color:red;display:flex;flex:1 1;justify-content:center;padding:15px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoutHolder span{align-items:center;display:flex;font-size:16px;gap:5px;margin-bottom:20px}.ant-drawer .ant-drawer-content .ant-drawer-body .navDrawerContainer .logoutHolder span .icon{font-size:18px}.theme-light .auth{align-items:center;background:linear-gradient(135deg,#f8e5c3,#d7f0f5,#e6f2d9,#f9e6f2);display:flex;flex-direction:column;height:100dvh;justify-content:center;position:relative;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .auth{box-sizing:border-box;padding:15px}}@media(min-width:576px)and (max-width:765px){.theme-light .auth{box-sizing:border-box;padding:15px}}.theme-light .auth .topbar{left:0;position:absolute;right:0;top:0;width:100%}.theme-light .auth .topbar img{background-size:cover;height:20px;width:100%}.theme-light .formContainer{background-color:#fff;border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;padding:45px 35px;width:650px}@media(min-width:320px)and (max-width:575.98px){.theme-light .formContainer{padding:45px 20px;width:100%}}@media(min-width:576px)and (max-width:765px){.theme-light .formContainer{width:100%}}.theme-light .formContainer .title{color:#3d424a;font-size:28px;font-weight:600;text-align:center;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .formContainer .title{font-size:20px;font-weight:600}}.theme-light .formContainer .formHolder{box-sizing:border-box;display:flex;flex-direction:column;gap:25px;padding:30px 25px 15px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .formContainer .formHolder{padding:30px 15px 15px}}.theme-light .formContainer .formHolder .inputHolder{align-items:center;border:1px solid #d9d9d9;border-radius:6px;display:flex;height:40px;width:100%}.theme-light .formContainer .formHolder .inputHolder .iconHolder{align-items:center;display:flex;height:40px;justify-content:center;width:30px}.theme-light .formContainer .formHolder .inputHolder .iconHolder .icon{color:#3d424ae0}.theme-light .formContainer .formHolder .inputHolder .iconHolder.toggle{cursor:pointer}.theme-light .formContainer .formHolder .inputHolder input{border:none;border-radius:6px;box-sizing:border-box;flex:1 1;font-size:16px;height:100%;padding:5px}@media(min-width:320px)and (max-width:575.98px){.theme-light .formContainer .formHolder .inputHolder input{font-size:15px}}.theme-light .formContainer .formHolder .inputHolder input:focus{outline:none}.theme-light .formContainer .formHolder .actionHolder{align-items:center;display:flex;justify-content:space-between;width:100%}.theme-light .formContainer .formHolder .actionHolder .checkboxHolder{align-items:center;display:flex;gap:10px}.theme-light .formContainer .formHolder .actionHolder .checkboxHolder .iconHolder{align-items:center;display:flex;font-size:20px;justify-content:center}.theme-light .formContainer .formHolder .actionHolder .checkboxHolder .iconHolder .icon{color:#3d424ae0;cursor:pointer}.theme-light .formContainer .formHolder .actionHolder .checkboxHolder .iconHolder.active .icon{color:#3d424a}.theme-light .formContainer .formHolder .actionHolder .forgetPassword{cursor:pointer}.theme-light .formContainer .formHolder .actionHolder.center{justify-content:center}.theme-light .formContainer .formHolder .submit{background-color:#3d424a;border-radius:6px;color:#fff;cursor:pointer;font-size:17px;height:40px;width:100%}.theme-light .formContainer .formHolder .formfooter{align-items:center;display:flex;gap:5px;width:100%}.theme-light .formContainer .formHolder .formfooter .link{cursor:pointer}.theme-light .formContainer .formHolder .formfooterCenter{align-items:center;display:flex;gap:5px;justify-content:center;width:100%}.theme-light .formContainer .formHolder .formfooterCenter .link{cursor:pointer}.theme-light .notFound{align-items:center;background:linear-gradient(135deg,#f8e5c3,#d7f0f5,#e6f2d9,#f9e6f2);box-sizing:border-box;display:flex;flex-direction:column;height:100dvh;padding-top:70px;position:relative;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .notFound{box-sizing:border-box;padding:15px}}@media(min-width:576px)and (max-width:765px){.theme-light .notFound{box-sizing:border-box;padding:15px}}.theme-light .notFound .topbar{left:0;position:absolute;right:0;top:0;width:100%}.theme-light .notFound .topbar img{background-size:cover;height:20px;width:100%}.theme-light .notFound .messageBoard{align-items:center;border-radius:10px;display:flex;height:300px;justify-content:center;margin-bottom:30px;width:300px}@media(min-width:576px)and (max-width:765px){.theme-light .notFound .messageBoard{height:150px;width:150px}}.theme-light .notFound .nf{font-size:100px;text-align:center}@media(min-width:576px)and (max-width:765px){.theme-light .notFound .nf{font-size:30px}}.theme-light .notFound .msg{font-size:30px;text-align:center}@media(min-width:576px)and (max-width:765px){.theme-light .notFound .msg{font-size:16px}}.theme-light .notFound .redirect{background-color:#3d424a;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:15px;height:45px;margin-top:20px;width:220px}.theme-light .invite{box-sizing:border-box;flex-direction:column;height:100dvh;padding:80px 0 0;z-index:10}.theme-light .invite,.theme-light .invite .content{display:flex;overflow:auto;position:relative;width:100%}.theme-light .invite .content{align-items:flex-end;background:linear-gradient(135deg,#f8e5c3,#d7f0f5,#e6f2d9,#f9e6f2);flex:1 1;flex-direction:column;justify-content:flex-end}.theme-light .invite .content img{background-position:50%;background-repeat:no-repeat;height:auto;width:100%}.theme-light .invite .content .contentHolder{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.theme-light .invite .content .contentHolder .container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:10px;width:100%}@media(min-width:1025px){.theme-light .invite .content .contentHolder .container{width:85%}}@media(min-width:1920px){.theme-light .invite .content .contentHolder .container{width:85%}}@media(min-width:2100px){.theme-light .invite .content .contentHolder .container{width:85%}}.theme-light .invite .content .contentHolder .container .heroBanner{display:flex;flex-direction:column;gap:5px;margin-top:100px;width:100%}.theme-light .invite .content .contentHolder .container .heroBanner .heroTitle{color:#3d424a;font-size:38px;font-weight:600}.theme-light .invite .content .contentHolder .container .heroBanner .heroSubTitle{color:#3d424a;font-size:23px;font-weight:500;margin-top:30px}.theme-light .invite .content .contentHolder .container .heroBanner .startnow{background-color:#3d424a;border:1px solid #3d424a;border-radius:6px;color:#fff;cursor:pointer;height:35px;margin-top:30px;width:110px}.theme-light .dashboardNavbar{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:80px;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:11}.theme-light .dashboardNavbar .topbar{height:15px;left:0;position:absolute;right:0;top:0;width:100%}.theme-light .dashboardNavbar .container{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:space-between;padding:0 10px;width:100%}@media(min-width:1025px){.theme-light .dashboardNavbar .container{width:85%}}@media(min-width:1920px){.theme-light .dashboardNavbar .container{width:85%}}@media(min-width:2100px){.theme-light .dashboardNavbar .container{width:85%}}.theme-light .dashboardNavbar .container .tabs{align-items:center;display:flex;flex:1 1;gap:15px;height:100%;justify-content:center}@media(min-width:320px)and (max-width:575.98px){.theme-light .dashboardNavbar .container .tabs{display:none}}@media(min-width:576px)and (max-width:765px){.theme-light .dashboardNavbar .container .tabs{display:none}}.theme-light .dashboardNavbar .container .tabs .tab{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.theme-light .dashboardNavbar .container .tabs .tab span{align-items:center;display:flex;flex:1 1;gap:5px}.theme-light .dashboardNavbar .container .tabs .tab .tabIndicator{border:none;border-bottom:2px solid #fff;width:100%}.theme-light .dashboardNavbar .container .tabs .tab .tabIndicator.active{border-bottom:2px solid #3d424a;width:100%}.theme-light .dashboardNavbar .container .tabs .tab:hover{cursor:pointer}.theme-light .dashboardNavbar .container .tabs .tab:hover .tabIndicator{border-bottom:2px solid #3d424a}.theme-light .dashboardNavbar .container .actionButtonHolder{align-items:center;display:flex;justify-content:flex-end}.theme-light .dashboardNavbar .container .actionButtonHolder .hamMenu{align-items:center;display:flex;font-size:40px;height:80px;justify-content:center}@media(min-width:766px)and (max-width:1024px){.theme-light .dashboardNavbar .container .actionButtonHolder .hamMenu{display:none}}@media(min-width:1025px){.theme-light .dashboardNavbar .container .actionButtonHolder .hamMenu{display:none}}@media(min-width:1920px){.theme-light .dashboardNavbar .container .actionButtonHolder .hamMenu{display:none}}@media(min-width:2100px){.theme-light .dashboardNavbar .container .actionButtonHolder .hamMenu{display:none}}.theme-light .dashboardNavbar .container .actionButtonHolder .profileButton{align-items:center;background-color:rgba(0,0,0,.145);border:1px solid #d9d9d9;border-radius:50%;color:#fff;display:flex;font-size:25px;height:40px;justify-content:center;width:40px}@media(min-width:320px)and (max-width:575.98px){.theme-light .dashboardNavbar .container .actionButtonHolder .profileButton{display:none}}@media(min-width:576px)and (max-width:765px){.theme-light .dashboardNavbar .container .actionButtonHolder .profileButton{display:none}}.theme-light .dashboardNavbar .container .actionButtonHolder .profileButton:hover{cursor:pointer}.theme-light .dashboardNavbar .container .actionButtonHolder .profileButton:hover .icon{color:#3d424a}.theme-light .pageLoading{align-items:center;box-sizing:border-box;display:flex;height:100dvh;justify-content:center;padding-top:80px;width:100%;z-index:10}.theme-light .evaluation{align-items:center;background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff;padding:80px 0 0}.theme-light .evaluation,.theme-light .evaluation .content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .evaluation .content{padding:0}@media(min-width:1025px){.theme-light .evaluation .content{width:85%}}@media(min-width:1920px){.theme-light .evaluation .content{width:85%}}@media(min-width:2100px){.theme-light .evaluation .content{width:85%}}.theme-light .evaluation .content .appbar{align-items:center;box-sizing:border-box;display:flex;height:60px;justify-content:flex-end;padding:0 10px;width:100%}.theme-light .evaluation .content .appbar button{align-items:center;background-color:#3d424a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:5px;height:35px;justify-content:center;width:200px}.theme-light .evaluation .content .evaluationCardContainer{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;overflow:auto;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent{align-items:center;box-sizing:border-box;display:flex;height:340px;justify-content:center;padding:10px;width:33.33%}@media(min-width:320px)and (max-width:575.98px){.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent{width:100%}}@media(min-width:576px)and (max-width:765px){.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent{width:100%}}@media(min-width:766px)and (max-width:1024px){.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent{width:50%}}@media(min-width:1920px){.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent{width:25%}}@media(min-width:2100px){.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent{width:25%}}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard{background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;height:320px;margin-bottom:0;padding:15px;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .badgeContainer{align-items:center;display:flex;margin-bottom:15px;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .badgeContainer .typeBadge{background-color:#3d424a;border-radius:10px;box-sizing:border-box;color:#fff;font-size:10px;padding:3px 10px}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .badgeContainer .typeBadge.gradient{background:linear-gradient(98deg,#2c83b133 4.11%,#209f8533 18.53%,#94b55933 36.21%,#e7931933 52.02%,#b93f2b33 61.79%,#3d424a33 73.11%,#ddd01b33 85.98%,#5c5ab533 96.68%),#fff;border:1px solid #2c83b133;border:1px solid var(--stroke-gradient,#2c83b133);border-radius:8px;color:#3d424a}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .nameContainer{align-items:center;display:flex;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .nameContainer .evaltitle{display:block;font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .collabContainer{align-items:center;display:flex;gap:5px;height:40px;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .collabContainer span{align-items:center;display:flex;font-size:12px;gap:5px}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .collabContainer span .icon{cursor:pointer}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .collabContainer .collabBadgeHolder{align-items:center;display:flex;gap:5px}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .collabContainer .collabBadgeHolder .badge{border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;font-size:11px;padding:3px 5px}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .collabContainer .collabBadgeHolder .badge span .icon{font-size:8px}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .actionContainer{align-items:center;display:flex;font-size:12px;gap:5px;margin-bottom:15px;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .actionContainer span{align-items:center;display:flex}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .actionContainer span.underline{cursor:pointer;text-decoration:underline}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer{border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:15px;padding:15px;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer .iconContainer{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;gap:5px;margin-bottom:5px;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer .iconContainer span{align-items:center;display:flex;gap:5px}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer .iconContainer span .icon{color:#3d424a;font-size:14px}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer .iconContainer small{color:rgba(0,0,0,.396)}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer .iconContainer.green,.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer .iconContainer.green .icon,.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer .iconContainer.green small{color:#2cb171}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer hr{border:none;border-top:1px solid rgba(0,0,0,.145);margin:5px 0}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer.grey{background-color:#d9d9d9}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .progressContainer.green{background-color:rgba(44,177,113,.063)}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .buttonHolder{align-items:center;display:flex;gap:10px;width:100%}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .buttonHolder .continue{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;color:#3d424a;cursor:pointer;display:flex;flex:1 1;font-size:13px;gap:10px;height:35px;justify-content:center}.theme-light .evaluation .content .evaluationCardContainer .evaluationCardParent .evaluationCard .buttonHolder .option{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;color:#3d424a;cursor:pointer;display:flex;font-size:13px;gap:10px;height:35px;justify-content:center;width:35px}.ant-drawer .ant-drawer-content .ant-drawer-body{background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;padding:15px 25px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:10px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .closeIcon{align-items:center;display:flex;height:30px;justify-content:center;padding-top:5px;width:30px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .closeIcon button{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;justify-content:center}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .closeIcon button .icon{color:#3d424a;font-size:18px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .titleBar{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:10px;padding-top:5px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .titleBar .title{font-size:25px;font-weight:600}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .titleBar .subtitle{color:rgba(0,0,0,.533);font-size:14px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .actionBtnNextTop{background-color:#3d424a;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;height:35px;margin-top:5px;width:140px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;padding-left:40px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .sectionTitle{display:flex;flex-direction:column;font-size:20px;font-weight:550;gap:10px;margin-bottom:20px;margin-top:30px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .sectionTitle .secSubTitle{color:rgba(0,0,0,.522);font-size:13px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .sectionTitle .secSubTitle a{color:rgba(0,0,0,.522);text-decoration:underline}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .sectionTitle .secSubTitle a:hover{color:#1677ff}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder{display:flex;flex-direction:column;gap:10px;margin-bottom:30px;width:70%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder span{align-items:flex-start;display:flex;font-size:13px;gap:5px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder span .highlight{color:red}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;padding:10px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder .radioInput{align-items:center;box-sizing:border-box;display:flex;gap:10px;height:15px;padding-left:5px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder .radioInput span{cursor:pointer}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder textarea{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:80px;padding:10px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:15px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard{background-color:rgba(0,0,0,.063);border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;height:200px;padding:15px;width:48%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard .radioHolder{width:30px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard .cardContent{display:flex;flex:1 1;flex-direction:column;height:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard .cardContent .level{align-items:center;background-color:#00000005;border:1px solid #d9d9d9;border-radius:6px;color:rgba(0,0,0,.533);display:flex;font-size:12px;height:23px;justify-content:center;margin-bottom:15px;width:70px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard .cardContent .title{font-size:18px;font-weight:550;margin-bottom:15px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard .cardContent .subtitle{color:rgba(0,0,0,.396);font-size:15px;margin-bottom:20px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard .cardContent .desc{font-size:13px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard.active,.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard.active:hover{background-color:#fff}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard:hover{background-color:rgba(0,0,0,.145)}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard:hover .cardContent .level{border:1px solid rgba(0,0,0,.188)}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer{align-items:flex-start;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-top:30px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCard{align-items:center;background:linear-gradient(135deg,#f8e5c3,#d7f0f5,#e6f2d9,#f9e6f2);border-radius:10px;box-sizing:border-box;display:flex;justify-content:center;padding:3px;width:48%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardWhite{align-items:center;background:#fff;border-radius:10px;box-sizing:border-box;display:flex;justify-content:center;padding:3px;width:48%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent{background-color:#fff;border-radius:10px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:280px;padding:20px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .titleContainer{align-items:center;display:flex;gap:15px;margin-bottom:20px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .titleContainer .title{font-size:20px;font-weight:550}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .titleContainer .badge{background:linear-gradient(135deg,#f8e5c3,#d7f0f5,#e6f2d9,#f9e6f2);border-radius:10px;font-size:10px;padding:2px 10px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .titleContainer .subtitle{color:rgba(0,0,0,.533);font-size:11px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .description{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;font-size:12px;gap:10px;justify-content:flex-start;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .buttonHolder{align-items:center;display:flex;height:55px;justify-content:flex-start;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .buttonHolder button{align-items:center;background-color:#fff;border-radius:6px;cursor:pointer;display:flex;font-size:12px;height:35px;justify-content:center;padding-left:15px;padding-right:15px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .buttonHolder button.primary{background-color:#3d424a;border:none;color:#fff}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .buttonHolder button.secondary{border:1px solid #d9d9d9}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardContent .buttonHolder button.secondary:hover{background-color:#f0f0f0}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerScopeFooter{border-top:1px solid #d9d9d9;display:none;gap:15px;height:50px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerScopeFooter .cancelButton{align-items:center;border:1px solid #d9d9d9;border-radius:6px;display:flex;height:35px;justify-content:center;width:100px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerScopeFooter .actionBtnNextBottom{background-color:#3d424a;border:none;border-radius:6px;box-sizing:border-box;color:#fff;height:35px;width:140px}@media(min-width:320px)and (max-width:575.98px){.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer{padding:15px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar{gap:0}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .closeIcon{justify-content:flex-start;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .closeIcon button{height:27px;justify-content:flex-start;width:27px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerBar .closeIcon button .icon{font-size:16px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .actionBtnNextTop{display:none}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm{box-sizing:border-box;padding-left:0}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCard,.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardWhite,.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder,.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard{width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .drawerScopeFooter{align-items:center;display:flex;justify-content:flex-end}}@media(min-width:576px)and (max-width:765px){.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer{padding:15px}.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCard,.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .approachContainer .approachCardWhite,.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .inputHolder,.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer .scopeForm .systemLevelContainer .systemLevelCard{width:100%}}@media(min-width:1025px){.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer{width:85%}}@media(min-width:1920px){.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer{width:85%}}@media(min-width:2100px){.ant-drawer .ant-drawer-content .ant-drawer-body .drawerScopeContainer{width:85%}}.ant-modal .ant-modal-content .ant-modal-body .deleteEvaluationContainer{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.ant-modal .ant-modal-content .ant-modal-body .deleteEvaluationContainer .header{align-items:center;display:flex;font-size:18px;font-weight:600;justify-content:flex-start;margin-bottom:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .deleteEvaluationContainer p{font-size:15px;margin-bottom:20px}.ant-modal .ant-modal-content .ant-modal-body .deleteEvaluationContainer .buttonHolder{align-items:center;display:flex;gap:10px;justify-content:flex-end;width:100%}.ant-modal .ant-modal-content .ant-modal-body .deleteEvaluationContainer .buttonHolder button{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;cursor:pointer;height:33px;width:100px}.ant-modal .ant-modal-content .ant-modal-body .deleteEvaluationContainer .buttonHolder .btnDelete{background-color:#ff4d4f;border:1px solid #ff4d4f;color:#fff}.theme-light .emptyDataContainer{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.theme-light .emptyDataContainer img{height:auto;margin-bottom:10px;width:300px}@media(min-width:320px)and (max-width:575.98px){.theme-light .emptyDataContainer img{width:50%}}@media(min-width:576px)and (max-width:765px){.theme-light .emptyDataContainer img{width:50%}}.theme-light .emptyDataContainer span{color:#3d424ae0}.theme-light .loaders{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.ant-modal-content{border-radius:5px}.ant-modal-content,.ant-modal-content .ant-modal-body{box-sizing:border-box}.ant-modal-content .ant-modal-body .collabModalContainer{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;padding:15px;width:100%}.ant-modal-content .ant-modal-body .collabModalContainer .header{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;gap:5px;height:50px;margin-bottom:20px;width:100%}.ant-modal-content .ant-modal-body .collabModalContainer .header .iconHolder{align-items:center;cursor:pointer;display:flex;justify-content:center;width:30px}.ant-modal-content .ant-modal-body .collabModalContainer .header .iconHolder .icon{color:rgba(0,0,0,.396);font-size:17px}.ant-modal-content .ant-modal-body .collabModalContainer .header .title{align-items:center;display:flex;flex:1 1;font-size:16px;font-weight:600;height:100%}.ant-modal-content .ant-modal-body .collabModalContainer .header .btnContainer{align-items:center;display:flex;gap:10px}.ant-modal-content .ant-modal-body .collabModalContainer .header .btnContainer button{cursor:pointer;height:30px;width:90px}.ant-modal-content .ant-modal-body .collabModalContainer .header .btnContainer .secondary{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;color:#3d424ae0}.ant-modal-content .ant-modal-body .collabModalContainer .header .btnContainer .secondary:hover{background-color:#d9d9d9}.ant-modal-content .ant-modal-body .collabModalContainer .header .btnContainer .primary{background-color:#3d424a;border:1px solid #3d424a;border-radius:5px;color:#fff}@media(min-width:320px)and (max-width:575.98px){.ant-modal-content .ant-modal-body .collabModalContainer .header .btnContainer{display:none}}.ant-modal-content .ant-modal-body .collabModalContainer .bodyContainer{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:20px;width:100%}.ant-modal-content .ant-modal-body .collabModalContainer .bodyContainer .label{align-items:center;color:rgba(0,0,0,.584);display:flex;font-size:14px;margin-bottom:10px;width:100%}.ant-modal-content .ant-modal-body .collabModalContainer .bodyContainer .label .highlight{color:red;margin-right:3px}.ant-modal-content .ant-modal-body .collabModalContainer .bodyContainer input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;margin-bottom:20px;padding:5px 10px;width:100%}.ant-modal-content .ant-modal-body .collabModalContainer .bodyContainer textarea{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:90px;padding:10px;width:100%}.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer{align-items:center;display:flex;gap:10px;height:50px;justify-content:flex-end;width:100%}.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer button{cursor:pointer;height:30px;width:90px}.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer .secondary{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;color:#3d424ae0}.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer .secondary:hover{background-color:#d9d9d9}.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer .primary{background-color:#3d424a;border:1px solid #3d424a;border-radius:5px;color:#fff}@media(min-width:576px)and (max-width:765px){.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer{display:none}}@media(min-width:766px)and (max-width:1024px){.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer{display:none}}@media(min-width:1025px){.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer{display:none}}@media(min-width:1920px){.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer{display:none}}@media(min-width:2100px){.ant-modal-content .ant-modal-body .collabModalContainer .footerBtnContainer{display:none}}.theme-light .questionnaire{flex-direction:column;height:100%;padding:80px 0 0}.theme-light .questionnaire,.theme-light .questionnaire .bodyContainer{align-items:center;box-sizing:border-box;display:flex;overflow:auto;width:100%}.theme-light .questionnaire .bodyContainer{flex:1 1;flex-direction:column}.theme-light .questionnaireAppBar{align-items:center;background-color:#fff;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;height:160px;justify-content:center;width:100%;z-index:11}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionnaireAppBar{display:none}}.theme-light .questionnaireAppBar .container{align-items:center;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;width:100%}.theme-light .questionnaireAppBar .container .itemContainer{align-items:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:15px;padding:0 10px;width:100%}@media(min-width:1025px){.theme-light .questionnaireAppBar .container .itemContainer{width:85%}}@media(min-width:1920px){.theme-light .questionnaireAppBar .container .itemContainer{width:85%}}@media(min-width:2100px){.theme-light .questionnaireAppBar .container .itemContainer{width:85%}}.theme-light .questionnaireAppBar .container .itemContainer .left{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow:hidden}.theme-light .questionnaireAppBar .container .itemContainer .left .approachBadge{background-color:#3d424a;border:1px solid #3d424a;border-radius:10px;box-sizing:border-box;color:#fff;font-size:12px;font-weight:400;padding:2px 5px;text-align:center}.theme-light .questionnaireAppBar .container .itemContainer .left .approachBadge.gradient{background:linear-gradient(98deg,#2c83b133 4.11%,#209f8533 18.53%,#94b55933 36.21%,#e7931933 52.02%,#b93f2b33 61.79%,#3d424a33 73.11%,#ddd01b33 85.98%,#5c5ab533 96.68%),#fff;border:1px solid #2c83b133;border:1px solid var(--stroke-gradient,#2c83b133);color:#3d424a}.theme-light .questionnaireAppBar .container .itemContainer .left .title-holder{align-items:center;box-sizing:border-box;display:flex;overflow:hidden;width:100%}.theme-light .questionnaireAppBar .container .itemContainer .left .title-holder span{box-sizing:border-box;display:block;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.theme-light .questionnaireAppBar .container .itemContainer .left .collab{align-items:center;display:flex;font-size:12px;gap:10px;width:100%}.theme-light .questionnaireAppBar .container .itemContainer .left .collab span{align-items:center;display:flex;font-weight:550}.theme-light .questionnaireAppBar .container .itemContainer .left .collab span .icon{cursor:pointer}.theme-light .questionnaireAppBar .container .itemContainer .left .collab .collabBadge{align-items:center;border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;display:flex;font-size:11px;gap:5px;padding:3px 5px}.theme-light .questionnaireAppBar .container .itemContainer .left .actionsText{align-items:center;display:flex;font-size:12px;gap:10px;width:100%}.theme-light .questionnaireAppBar .container .itemContainer .left .actionsText span{align-items:center;display:flex;font-weight:550}.theme-light .questionnaireAppBar .container .itemContainer .left .actionsText .count{font-weight:400}.theme-light .questionnaireAppBar .container .itemContainer .left .actionsText .count:hover{cursor:pointer;text-decoration:underline}.theme-light .questionnaireAppBar .container .itemContainer .right{align-items:flex-end;display:flex;flex-direction:column;gap:5px;height:100%;justify-content:flex-start;width:270px}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars{align-items:flex-end;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;width:250px}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionnaireAppBar .container .itemContainer .right .countBars{width:100%}}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars .countText{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;width:100%}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars .countText span{font-size:12px;font-weight:400}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars .countText span .icon{color:rgba(0,0,0,.271);cursor:pointer;font-size:18px}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars .barContainer{display:flex;flex:1 1;width:100%}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars .barContainer .bar{display:flex;flex-direction:column;height:100%;justify-content:flex-end;width:25%}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars .barContainer .bar .progressUI{align-items:center;background-color:#3d424a;color:#fff;display:flex;font-size:12px;font-weight:400;justify-content:center;width:100%}.theme-light .questionnaireAppBar .container .itemContainer .right .countBars .barContainer .bar .text{align-items:flex-end;color:#3d424ae0;display:flex;font-size:12px;font-weight:400;height:20px;justify-content:center;width:100%}.theme-light .questionnaireAppBar .containerBarFooter{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:60px;justify-content:space-between;padding:0 10px;width:100%}@media(min-width:1025px){.theme-light .questionnaireAppBar .containerBarFooter{width:85%}}@media(min-width:1920px){.theme-light .questionnaireAppBar .containerBarFooter{width:85%}}@media(min-width:2100px){.theme-light .questionnaireAppBar .containerBarFooter{width:85%}}.theme-light .questionnaireAppBar .containerBarFooter .left{align-items:center;display:flex;height:100%;width:50%}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionnaireAppBar .containerBarFooter .left{height:40px;width:100%}}.theme-light .questionnaireAppBar .containerBarFooter .left .dropdownContainer{align-items:center;display:flex;height:40px;justify-content:center;width:80%}.theme-light .questionnaireAppBar .containerBarFooter .right{align-items:center;display:flex;flex:1 1;height:100%;justify-content:flex-end}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionnaireAppBar .containerBarFooter .right{height:25px;width:100%}}.theme-light .questionnaireAppBar .containerBarFooter .right .componentHolder{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:flex-end;padding-right:10px;width:270px}.theme-light .questionnaireAppBar .containerBarFooter .right .componentHolder span{align-items:center;cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:5px}.theme-light .customSelect{display:flex;flex-direction:column;position:relative;width:100%}.theme-light .customSelect .selectedInput{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;gap:10px;height:35px;padding:5px 10px;width:100%}.theme-light .customSelect .selectedInput .plate{height:20px;width:20px}.theme-light .customSelect .selectedInput .value{align-items:center;display:flex;flex:1 1;font-size:11px;height:100%}.theme-light .customSelect .selectedInput .iconContainer{align-items:center;display:flex;height:100%;justify-content:center;width:20px}.theme-light .customSelect .selectedInput .iconContainer .icon{color:rgba(0,0,0,.271);font-size:15px}.theme-light .customSelect .selectedInput:hover{border:1px solid #3d424a}.theme-light .customSelect .dropdownlist{background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;overflow:auto;padding:5px;position:absolute;top:35px;width:100%;z-index:30}@media(min-width:320px)and (max-width:575.98px){.theme-light .customSelect .dropdownlist{height:200px}}.theme-light .customSelect .dropdownlist .listComp{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;gap:10px;height:35px;padding:5px;width:100%}.theme-light .customSelect .dropdownlist .listComp .plate{border-radius:3px;height:20px;width:20px}.theme-light .customSelect .dropdownlist .listComp .label{color:#3d424a;flex:1 1;font-size:11px}.theme-light .customSelect .dropdownlist .listComp .sublabel{color:#3d424ae0;font-size:10px}.theme-light .customSelect .dropdownlist .listComp:hover{background-color:#f0f0f0}.theme-light .questionnaireAppBarSmall{align-items:center;background-color:#fff;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0 10px 10px;width:100%;z-index:11}@media(min-width:576px)and (max-width:765px){.theme-light .questionnaireAppBarSmall{display:none}}@media(min-width:766px)and (max-width:1024px){.theme-light .questionnaireAppBarSmall{display:none}}@media(min-width:1025px){.theme-light .questionnaireAppBarSmall{display:none}}@media(min-width:1920px){.theme-light .questionnaireAppBarSmall{display:none}}@media(min-width:2100px){.theme-light .questionnaireAppBarSmall{display:none}}.theme-light .questionnaireAppBarSmall .badgeContainer{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding-right:5px;width:100%}.theme-light .questionnaireAppBarSmall .badgeContainer .approachBadge{background-color:#3d424a;border:1px solid #3d424a;border-radius:10px;box-sizing:border-box;color:#fff;font-size:12px;font-weight:400;padding:2px 5px;text-align:center}.theme-light .questionnaireAppBarSmall .badgeContainer .approachBadge.gradient{background:linear-gradient(98deg,#2c83b133 4.11%,#209f8533 18.53%,#94b55933 36.21%,#e7931933 52.02%,#b93f2b33 61.79%,#3d424a33 73.11%,#ddd01b33 85.98%,#5c5ab533 96.68%),#fff;border:1px solid #2c83b133;border:1px solid var(--stroke-gradient,#2c83b133);color:#3d424a}.theme-light .questionnaireAppBarSmall .badgeContainer span .icon{color:#3d424a}.theme-light .questionnaireAppBarSmall .expandComponentContainer{display:flex;flex-direction:column;margin-top:10px;width:100%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .title{font-size:18px;margin-bottom:10px}.theme-light .questionnaireAppBarSmall .expandComponentContainer .collab{align-items:center;display:flex;font-size:12px;gap:10px;margin-bottom:10px;width:100%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .collab span{align-items:center;display:flex;font-weight:550}.theme-light .questionnaireAppBarSmall .expandComponentContainer .collab span .icon{cursor:pointer}.theme-light .questionnaireAppBarSmall .expandComponentContainer .collab .collabBadge{align-items:center;border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;display:flex;font-size:11px;gap:5px;padding:3px 5px}.theme-light .questionnaireAppBarSmall .expandComponentContainer .actionsText{align-items:center;display:flex;font-size:12px;gap:10px;width:100%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .actionsText span{align-items:center;display:flex;font-weight:550}.theme-light .questionnaireAppBarSmall .expandComponentContainer .actionsText span.count{font-weight:400}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer{box-sizing:border-box;display:flex;flex-direction:column;margin-top:10px;width:100%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer .countText{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;width:100%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer .countText span{font-size:12px;font-weight:400}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer .countText span .icon{color:rgba(0,0,0,.271);cursor:pointer;font-size:18px}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer .barContainer{box-sizing:border-box;display:flex;height:90px;width:100%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer .barContainer .bar{display:flex;flex-direction:column;height:100%;justify-content:flex-end;width:25%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer .barContainer .bar .progressUI{align-items:center;background-color:#3d424a;color:#fff;display:flex;font-size:12px;font-weight:400;justify-content:center;width:100%}.theme-light .questionnaireAppBarSmall .expandComponentContainer .countBarContainer .barContainer .bar .text{align-items:flex-end;color:#3d424ae0;display:flex;font-size:12px;font-weight:400;height:20px;justify-content:center;width:100%}.theme-light .questionnaireAppBarSmall .expandFooter{border-top:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;margin-top:15px;padding-top:5px;width:100%}.theme-light .questionnaireAppBarSmall .expandFooter .breakdownBtn{align-items:center;border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;display:flex;height:35px;justify-content:center;margin-bottom:5px;margin-top:5px;width:100%}.theme-light .questionnaireAppBarSmall .expandFooter .breakdownBtn span{align-items:center;display:flex;font-size:14px;gap:5px;justify-content:center;width:100%}.theme-light .questionnaireAppBarSmall .expandFooter .dropdownContainer{align-items:center;display:flex;height:40px;justify-content:center;width:100%}.theme-light .questionnaireAppBarSmall .expandFooter .progressBarHolder{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.theme-light .questionnaireQuestionForm,.theme-light .questionnaireQuestionForm .formContainer{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .questionnaireQuestionForm .formContainer{background:linear-gradient(135deg,#f8e5c3,#d7f0f5,#e6f2d9,#f9e6f2);padding:0}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer{align-items:center;background:#0000;display:flex;flex-direction:column;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder{background:#fff;box-sizing:border-box;display:flex;flex-direction:column;padding:20px 80px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder{padding:15px 20px}}@media(min-width:576px)and (max-width:765px){.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder{padding:15px 20px}}@media(min-width:1025px){.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder{width:85%}}@media(min-width:1920px){.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder{width:85%}}@media(min-width:2100px){.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder{width:85%}}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent{display:flex;flex-direction:column;margin-top:10px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .subsectionTitle{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:10px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .subsectionTitle hr{border:none;border-top:2px solid #d9d9d9;flex:1 1}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .subsectionTitle span{color:#3d424ae0;font-size:14px}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder{border:none;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:20px;padding:15px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .questionNumber{align-items:center;display:flex;justify-content:flex-start;margin-bottom:10px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .questionNumber span{color:rgba(0,0,0,.396);font-size:24px;font-weight:550}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .question{color:theme("colorText");display:flex;font-size:14px;margin-bottom:15px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .responseOptions{align-items:center;display:flex;justify-content:space-between;margin:10px 0 20px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .responseOptions .responseBtn{align-items:center;background:var(--static-color);border-radius:10px;color:#3d424ae0;cursor:pointer;display:flex;font-size:14px;height:80px;justify-content:center;width:22%}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .responseOptions .responseBtn{height:60px}}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .responseOptions .responseBtn:hover{background:var(--hover-color)}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .inputHolder{align-items:flex-start;display:flex;flex-direction:column;gap:5px;margin-bottom:20px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .inputHolder span{align-items:center;color:#3d424ae0;display:flex;font-size:14px;gap:5px}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .inputHolder span .tipIcon{cursor:pointer}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .inputHolder span .highlight{color:red}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .inputHolder textarea{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:60px;padding:10px;width:100%}.theme-light .questionnaireQuestionForm .formContainer .sectionContainer .sectionHolder .questionComponent .questionHolder .inputHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;padding:10px;width:100%}.theme-light .questionnaireQuestionForm .formFooter{align-items:center;background-color:#fff;border-top:1px solid #d9d9d9;display:flex;height:50px;justify-content:center;width:100%}.theme-light .questionnaireQuestionForm .formFooter .footerContent{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:flex-end;padding:15px;width:100%}@media(min-width:1025px){.theme-light .questionnaireQuestionForm .formFooter .footerContent{width:85%}}@media(min-width:1920px){.theme-light .questionnaireQuestionForm .formFooter .footerContent{width:85%}}@media(min-width:2100px){.theme-light .questionnaireQuestionForm .formFooter .footerContent{width:85%}}.theme-light .questionnaireQuestionForm .formFooter .footerContent button{align-items:center;background-color:#3d424a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;width:110px}.ant-drawer .ant-drawer-content .ant-drawer-body{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;overflow:auto;padding:0}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer{background-color:#fff;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;padding:15px 25px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .drawerTitle{align-items:flex-start;display:flex;font-size:20px;margin-bottom:23px;width:100%}@media(min-width:320px)and (max-width:575.98px){.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .drawerTitle{font-size:18px}}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer{display:flex;flex-direction:column;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .actionDetail{display:flex;flex-direction:column;margin-bottom:30px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .actionDetail .actionQuestion{align-items:center;display:flex;margin-bottom:5px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .actionDetail .actionQuestion .qplate{align-items:center;align-self:flex-start;background-color:#f0f0f0;border:1px solid #d9d9d9;border-radius:2px;color:#3d424ae0;display:flex;font-size:11px;height:22px;justify-content:center;margin-right:16px;width:22px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .actionDetail .actionQuestion .question{color:rgba(0,0,0,.396);flex:1 1;font-size:14px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .actionDetail .actionData{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-left:36px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .actionDetail .actionData .action{align-items:center;color:#3d424ae0;display:flex;font-size:14px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .actionDetail .actionData .action .icon{margin-right:4px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section{display:flex;flex-direction:column;margin-bottom:32px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section .sectionName{align-items:center;display:flex;margin-bottom:16px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section .sectionName .colorPlate{border-radius:2px;height:22px;margin-right:17px;width:22px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section .sectionName .name{font-size:14px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section .subsecAction{display:flex;flex-direction:column;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section .subsecAction .title{align-items:center;display:flex;gap:10px;margin-bottom:15px;width:100%}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section .subsecAction .title hr.horizontal{border:none;border-bottom:2px solid #d9d9d9;height:0;width:50px}.ant-drawer .ant-drawer-content .ant-drawer-body .actionsPlannedDrawerContainer .sectionContainer .section .subsecAction .title span{color:gray}.theme-light .breakdown{align-items:center;background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff;flex-direction:column;height:100%;padding:80px 0 0}.theme-light .breakdown,.theme-light .breakdown .content{box-sizing:border-box;display:flex;overflow:auto;width:100%}.theme-light .breakdown .content{flex:1 1;flex-direction:column;padding:0 15px 15px}@media(min-width:1025px){.theme-light .breakdown .content{width:85%}}@media(min-width:1920px){.theme-light .breakdown .content{width:85%}}@media(min-width:2100px){.theme-light .breakdown .content{width:85%}}.theme-light .breakdown .content .appbar{align-items:center;display:flex;height:35px;justify-content:flex-start;margin-bottom:10px;width:100%}.theme-light .breakdown .content .appbar span{align-items:center;cursor:pointer;display:flex;gap:5px}.theme-light .breakdown .content .contentContainer{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .breakdown .content .contentContainer .titleContainer{align-items:flex-start;display:flex;flex-direction:column;gap:10px;width:100%}.theme-light .breakdown .content .contentContainer .titleContainer span{font-size:30px;font-weight:600}@media(min-width:320px)and (max-width:575.98px){.theme-light .breakdown .content .contentContainer .titleContainer span{font-size:22px}}@media(min-width:576px)and (max-width:765px){.theme-light .breakdown .content .contentContainer .titleContainer span{font-size:24px}}.theme-light .breakdown .content .contentContainer .titleContainer .nameHolder{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start;margin-bottom:20px;width:100%}.theme-light .breakdown .content .contentContainer .titleContainer .nameHolder .typeBadge{background-color:#3d424a;border-radius:10px;box-sizing:border-box;color:#fff;font-size:12px;padding:3px 13px}@media(min-width:320px)and (max-width:575.98px){.theme-light .breakdown .content .contentContainer .titleContainer .nameHolder .typeBadge{font-size:11px}}.theme-light .breakdown .content .contentContainer .titleContainer .nameHolder .typeBadge.gradient{background:linear-gradient(98deg,#2c83b133 4.11%,#209f8533 18.53%,#94b55933 36.21%,#e7931933 52.02%,#b93f2b33 61.79%,#3d424a33 73.11%,#ddd01b33 85.98%,#5c5ab533 96.68%),#fff;border:1px solid #2c83b133;border:1px solid var(--stroke-gradient,#2c83b133);border-radius:8px;color:#3d424a}.theme-light .breakdown .content .contentContainer .sectionDivider{align-items:center;display:flex;margin-bottom:10px;width:100%}.theme-light .breakdown .content .contentContainer .sectionDivider span{font-size:25px;font-weight:600}.theme-light .breakdown .content .contentContainer .multiChartHolder{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .breakdown .content .contentContainer .multiChartHolder{gap:15px}}@media(min-width:576px)and (max-width:765px){.theme-light .breakdown .content .contentContainer .multiChartHolder{gap:15px}}@media(min-width:766px)and (max-width:1024px){.theme-light .breakdown .content .contentContainer .multiChartHolder{gap:15px}}.theme-light .pieChartComponent{align-items:center;background-color:#fff;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;height:450px;justify-content:center;padding:20px;width:48%}@media(min-width:320px)and (max-width:575.98px){.theme-light .pieChartComponent{height:400px;width:100%}}@media(min-width:576px)and (max-width:765px){.theme-light .pieChartComponent{height:400px;width:100%}}@media(min-width:766px)and (max-width:1024px){.theme-light .pieChartComponent{width:100%}}.theme-light .pieChartComponent .chartHeader{display:flex;flex-direction:column;gap:5px;width:100%}.theme-light .pieChartComponent .chartHeader .header{font-size:18px;font-weight:550}.theme-light .pieChartComponent .chartHeader .subheader{color:rgba(0,0,0,.396);font-size:12px}.theme-light .radarChartComponent{align-items:center;background-color:#fff;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;height:450px;justify-content:center;padding:20px;width:48%}@media(min-width:320px)and (max-width:575.98px){.theme-light .radarChartComponent{height:400px;width:100%}}@media(min-width:576px)and (max-width:765px){.theme-light .radarChartComponent{height:400px;width:100%}}@media(min-width:766px)and (max-width:1024px){.theme-light .radarChartComponent{width:100%}}.theme-light .radarChartComponent .chartHeader{display:flex;flex-direction:column;gap:5px;width:100%}.theme-light .radarChartComponent .chartHeader .header{font-size:18px;font-weight:550}.theme-light .radarChartComponent .chartHeader .subheader{color:rgba(0,0,0,.396);font-size:12px}.theme-light .horizontalStackedBar{background-color:#fff;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:30px;padding:30px 20px;width:100%}.theme-light .horizontalStackedBar .stackedContainer{align-items:center;display:flex;margin-bottom:30px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .horizontalStackedBar .stackedContainer{flex-wrap:wrap}}.theme-light .horizontalStackedBar .stackedContainer .label{font-size:14px;width:200px}@media(min-width:320px)and (max-width:575.98px){.theme-light .horizontalStackedBar .stackedContainer .label{margin-bottom:5px;width:100%}}.theme-light .horizontalStackedBar .stackedContainer .stackedBar{align-items:center;display:flex;height:35px}@media(min-width:320px)and (max-width:575.98px){.theme-light .horizontalStackedBar .stackedContainer .stackedBar{width:100%}}@media(min-width:576px)and (max-width:765px){.theme-light .horizontalStackedBar .stackedContainer .stackedBar{flex:1 1}}@media(min-width:766px)and (max-width:1024px){.theme-light .horizontalStackedBar .stackedContainer .stackedBar{flex:1 1}}@media(min-width:1025px){.theme-light .horizontalStackedBar .stackedContainer .stackedBar{flex:1 1}}@media(min-width:1920px){.theme-light .horizontalStackedBar .stackedContainer .stackedBar{flex:1 1}}@media(min-width:2100px){.theme-light .horizontalStackedBar .stackedContainer .stackedBar{flex:1 1}}.theme-light .horizontalStackedBar .stackedContainer .stackedBar .yesBar{align-items:center;background-color:#b3d588;cursor:pointer;display:flex;height:100%;justify-content:center}.theme-light .horizontalStackedBar .stackedContainer .stackedBar .noBar{align-items:center;background-color:#e19083;cursor:pointer;display:flex;height:100%;justify-content:center}.theme-light .horizontalStackedBar .stackedContainer .stackedBar .naBar{align-items:center;background-color:#d8dadf;cursor:pointer;display:flex;height:100%;justify-content:center}.theme-light .horizontalStackedBar .stackedContainer .stackedBar .tbdBar{align-items:center;background-color:#f4c482;cursor:pointer;display:flex;height:100%;justify-content:center}.theme-light .horizontalStackedBar .stackedContainer .emptyStack{align-items:center;background-color:#f0f0f0;display:flex;flex:1 1;height:35px;justify-content:center}@media(min-width:320px)and (max-width:575.98px){.theme-light .horizontalStackedBar .stackedContainer .emptyStack{font-size:11px;text-align:center}}@media(min-width:576px)and (max-width:765px){.theme-light .horizontalStackedBar .stackedContainer .emptyStack{font-size:11px;text-align:center}}.theme-light .horizontalStackedBar .legendContainer{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.theme-light .horizontalStackedBar .legendContainer .legend{align-items:center;display:flex;gap:5px}.theme-light .horizontalStackedBar .legendContainer .legend .circle{border-radius:50%;height:15px;width:15px}.theme-light .catalog{align-items:center;background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff;padding:80px 0 0}.theme-light .catalog,.theme-light .catalog .container{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .catalog .container{background-color:#fff;justify-content:space-between;padding:0 15px 15px}@media(min-width:1025px){.theme-light .catalog .container{width:85%}}@media(min-width:1920px){.theme-light .catalog .container{width:85%}}@media(min-width:2100px){.theme-light .catalog .container{width:85%}}.theme-light .catalog .container .appbar{align-items:center;display:flex;height:60px;justify-content:space-between;width:100%}.theme-light .catalog .container .appbar .title{color:#3d424a;font-size:18px}.theme-light .catalog .container .appbar button{align-items:center;background-color:#3d424a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:5px;height:35px;justify-content:center;width:150px}.theme-light .catalog .container .listContainer{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .catalog .container .listContainer table{border-collapse:collapse;white-space:nowrap}.theme-light .catalog .container .listContainer table thead tr{border-bottom:1px solid #d9d9d9}.theme-light .catalog .container .listContainer table thead tr td{box-sizing:border-box;font-weight:550;padding:10px}.theme-light .catalog .container .listContainer table thead tr td.index{border-right:1px solid #d9d9d9;text-align:center;width:50px}.theme-light .catalog .container .listContainer table tbody tr{border-bottom:1px solid #d9d9d9}.theme-light .catalog .container .listContainer table tbody tr td{box-sizing:border-box;font-size:15px;padding:10px}.theme-light .catalog .container .listContainer table tbody tr td .subsecCardHolder{align-items:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:5px;width:100%}.theme-light .catalog .container .listContainer table tbody tr td .subsecCardHolder .subsecCard{background-color:#3d424a;border-radius:5px;box-sizing:border-box;color:#fff;display:block;font-size:15px;max-width:100%;overflow:hidden;padding:3px 10px;text-overflow:ellipsis;white-space:nowrap}.theme-light .catalog .container .listContainer table tbody tr td .colorPlateHolder{align-items:flex-start;box-sizing:border-box;display:flex;gap:5px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .catalog .container .listContainer table tbody tr td .colorPlateHolder{flex-wrap:nowrap}}@media(min-width:576px)and (max-width:765px){.theme-light .catalog .container .listContainer table tbody tr td .colorPlateHolder{flex-wrap:nowrap}}.theme-light .catalog .container .listContainer table tbody tr td .colorPlateHolder .colorPlate{background-color:#fff;border-radius:6px;height:35px;width:40px}.theme-light .catalog .container .listContainer table tbody tr td.index{border-right:1px solid #d9d9d9;text-align:center;width:50px}.theme-light .catalog .container .listContainer table tbody tr:hover{background-color:#f0f0f0;cursor:pointer}.theme-light .createCatalog{align-items:center;background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff;padding:80px 0 0}.theme-light .createCatalog,.theme-light .createCatalog .container{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .createCatalog .container{background-color:#fff;justify-content:space-between;padding:0 15px 15px}@media(min-width:1025px){.theme-light .createCatalog .container{width:85%}}@media(min-width:1920px){.theme-light .createCatalog .container{width:85%}}@media(min-width:2100px){.theme-light .createCatalog .container{width:85%}}.theme-light .createCatalog .container .appbar{align-items:center;display:flex;gap:5px;height:60px;width:100%}.theme-light .createCatalog .container .appbar .title{color:#3d424a;font-size:18px}.theme-light .goback{height:30px;width:30px}.theme-light .goback .btnHolder{align-items:center;background-color:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:20px;height:100%;justify-content:center;width:100%}.theme-light .goback .btnHolder .icon{color:#3d424a}.theme-light .goback .btnHolder:hover{background-color:#f0f0f0}.theme-light .questionCatalogForm,.theme-light .questionCatalogForm .formBody{display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .questionCatalogForm .formBody{box-sizing:border-box;margin-bottom:10px}.theme-light .questionCatalogForm .formBody .subSecBtnHolder{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.theme-light .questionCatalogForm .formBody .subSecBtnHolder .btn{align-items:center;cursor:pointer;display:flex;font-size:25px;justify-content:center}.theme-light .questionCatalogForm .formBody .sectionTitleContainer{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;width:100%}.theme-light .questionCatalogForm .formBody .sectionTitleInputHolder{background-color:#0000;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:5px;margin-bottom:10px}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionCatalogForm .formBody .sectionTitleInputHolder{width:100%}}@media(min-width:576px)and (max-width:765px){.theme-light .questionCatalogForm .formBody .sectionTitleInputHolder{width:100%}}.theme-light .questionCatalogForm .formBody .sectionTitleInputHolder span{font-size:15px}.theme-light .questionCatalogForm .formBody .sectionTitleInputHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;padding:10px;width:100%}.theme-light .questionCatalogForm .formBody .sectionTitleInputHolder textarea{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:110px;padding:10px;width:100%}.theme-light .questionCatalogForm .formBody .sectionColorInputHolder{background-color:#0000;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;margin-bottom:10px;width:32%}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionCatalogForm .formBody .sectionColorInputHolder{width:100%}}.theme-light .questionCatalogForm .formBody .sectionColorInputHolder span{font-size:15px}.theme-light .questionCatalogForm .formBody .sectionColorInputHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;padding:10px;width:100%}.theme-light .questionCatalogForm .formBody .sectionSequenceHolder{background-color:#0000;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;margin-bottom:10px;width:100px}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionCatalogForm .formBody .sectionSequenceHolder{width:100%}}.theme-light .questionCatalogForm .formBody .sectionSequenceHolder span{font-size:15px}.theme-light .questionCatalogForm .formBody .sectionSequenceHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;padding:10px;width:100%}.theme-light .questionCatalogForm .formBody .questionComponentHolder{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:20px;width:100%}.theme-light .questionCatalogForm .formBody .questionInputHolder{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;width:100%}.theme-light .questionCatalogForm .formBody .questionInputHolder .labelHolder{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;width:100%}.theme-light .questionCatalogForm .formBody .questionInputHolder .labelHolder span{color:#3d424ae0;font-size:20px;font-weight:550}.theme-light .questionCatalogForm .formBody .questionInputHolder .labelHolder .btn{align-items:center;display:flex;height:30px;justify-content:center;width:30px}.theme-light .questionCatalogForm .formBody .questionInputHolder .labelHolder .btn .icon{color:rgba(0,0,0,.396);font-size:25px}.theme-light .questionCatalogForm .formBody .questionInputHolder .labelHolder .btn:hover{cursor:pointer}.theme-light .questionCatalogForm .formBody .questionInputHolder .labelHolder .btn:hover .icon{color:#3d424a}.theme-light .questionCatalogForm .formBody .questionInputHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;margin-bottom:15px;padding:10px;width:100%}.theme-light .questionCatalogForm .formBody .questionInputHolder textarea{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:80px;padding:10px;width:100%}.theme-light .questionCatalogForm .formBody .subsectionContainer{background-color:#0000;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;width:100%}.theme-light .questionCatalogForm .formBody .subsectionContainer .titleInputHolder{display:flex;flex-direction:column;gap:5px;margin-bottom:10px;width:100%}.theme-light .questionCatalogForm .formBody .subsectionContainer .titleInputHolder span{font-size:15px}.theme-light .questionCatalogForm .formBody .subsectionContainer .titleInputHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:40px;padding:10px;width:70%}@media(min-width:320px)and (max-width:575.98px){.theme-light .questionCatalogForm .formBody .subsectionContainer .titleInputHolder input{width:100%}}@media(min-width:576px)and (max-width:765px){.theme-light .questionCatalogForm .formBody .subsectionContainer .titleInputHolder input{width:100%}}.theme-light .questionCatalogForm .formBody .subsectionContainer .addQuestion{align-items:center;display:flex;justify-content:center;margin-bottom:10px;margin-top:5px;width:100%}.theme-light .questionCatalogForm .formBody .subsectionContainer .addQuestion span{align-items:center;color:gray;cursor:pointer;display:flex;font-size:15px;gap:5px}.theme-light .questionCatalogForm .formBody .subsectionContainer .addQuestion span:hover{color:#3d424a}.theme-light .questionCatalogForm .formBody .sectionActionBtnHolder{align-items:center;display:flex;gap:25px;justify-content:center;margin-bottom:25px;margin-top:15px;width:100%}.theme-light .questionCatalogForm .formBody .sectionActionBtnHolder span{align-items:center;color:rgba(0,0,0,.396);display:flex;font-size:15px;gap:5px}.theme-light .questionCatalogForm .formBody .sectionActionBtnHolder span:hover{color:#3d424a;cursor:pointer}.theme-light .questionCatalogForm .formFooter{align-items:center;border-top:1px solid #d9d9d9;box-sizing:border-box;display:flex;gap:10px;height:60px;justify-content:flex-end;width:100%}.theme-light .questionCatalogForm .formFooter button{border-radius:6px;height:35px;width:110px}.theme-light .questionCatalogForm .formFooter .deleteButtonHolder{align-items:center;box-sizing:border-box;display:flex;flex:1 1;height:100%;justify-content:flex-start}.theme-light .questionCatalogForm .formFooter .deleteButtonHolder button{align-items:center;background-color:#ff4d4f;display:flex;gap:5px;justify-content:center}.ant-modal .ant-modal-content .ant-modal-body .deleteCatalogContainer{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.ant-modal .ant-modal-content .ant-modal-body .deleteCatalogContainer .header{align-items:center;display:flex;font-size:18px;font-weight:600;justify-content:flex-start;margin-bottom:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .deleteCatalogContainer p{font-size:15px;margin-bottom:20px}.ant-modal .ant-modal-content .ant-modal-body .deleteCatalogContainer .buttonHolder{align-items:center;display:flex;gap:10px;justify-content:flex-end;width:100%}.ant-modal .ant-modal-content .ant-modal-body .deleteCatalogContainer .buttonHolder button{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;cursor:pointer;height:33px;width:100px}.ant-modal .ant-modal-content .ant-modal-body .deleteCatalogContainer .buttonHolder .btnDelete{background-color:#ff4d4f;border:1px solid #ff4d4f;color:#fff}.theme-light .updateCatalog{align-items:center;background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff;padding:80px 0 0}.theme-light .updateCatalog,.theme-light .updateCatalog .container{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .updateCatalog .container{background-color:#fff;justify-content:space-between;padding:0 15px 15px}@media(min-width:1025px){.theme-light .updateCatalog .container{width:85%}}@media(min-width:1920px){.theme-light .updateCatalog .container{width:85%}}@media(min-width:2100px){.theme-light .updateCatalog .container{width:85%}}.theme-light .updateCatalog .container .appbar{align-items:center;display:flex;gap:5px;height:60px;width:100%}.theme-light .updateCatalog .container .appbar .title{color:#3d424a;font-size:18px}.theme-light .about{align-items:center;background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff;padding:80px 0 0}.theme-light .about,.theme-light .about .content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .about .content{background-color:#fff;color:#3d424ae0;font-family:SF Pro Text;padding:32px}@media(min-width:320px)and (max-width:575.98px){.theme-light .about .content{padding:20px}}@media(min-width:576px)and (max-width:765px){.theme-light .about .content{padding:20px}}@media(min-width:1025px){.theme-light .about .content{width:70%}}@media(min-width:1920px){.theme-light .about .content{width:70%}}@media(min-width:2100px){.theme-light .about .content{width:70%}}.theme-light .about .content .appTitle{align-items:center;display:flex;font-size:38px;font-weight:600;margin-bottom:32px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .about .content .appTitle{font-size:28px}}@media(min-width:576px)and (max-width:765px){.theme-light .about .content .appTitle{font-size:28px}}.theme-light .about .content .sectionTitle{align-items:center;display:flex;font-size:30px;font-weight:600;margin-bottom:20px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .about .content .sectionTitle{font-size:24px}}@media(min-width:576px)and (max-width:765px){.theme-light .about .content .sectionTitle{font-size:24px}}.theme-light .about .content .subSectionTitle{align-items:center;display:flex;font-size:24px;font-weight:600;margin-bottom:20px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .about .content .subSectionTitle{font-size:20px}}@media(min-width:576px)and (max-width:765px){.theme-light .about .content .subSectionTitle{font-size:20px}}.theme-light .about .content .sectionContent{display:flex;flex-direction:column;gap:20px;margin-bottom:48px;width:100%}.theme-light .about .content .sectionContent p{font-size:16px;font-weight:400}@media(min-width:320px)and (max-width:575.98px){.theme-light .about .content .sectionContent p{font-size:15px}}@media(min-width:576px)and (max-width:765px){.theme-light .about .content .sectionContent p{font-size:15px}}.theme-light .about .content .sectionContent img{height:auto;width:100%}.theme-light .users{align-items:center;background:radial-gradient(180.1% 100.31% at 27.15% 74.66%,#2c83b10d 0,#209f850d 18.5%,#94b5590d 34.5%,#e793190d 49.5%,#b93f2b0d 63.5%,#3d424a0d 76%,#ddd01b0d 88.5%,#5c5ab50d 100%),#fff;padding:80px 0 0}.theme-light .users,.theme-light .users .container{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .users .container{background-color:#fff;justify-content:space-between;padding:0 15px 15px}@media(min-width:1025px){.theme-light .users .container{width:85%}}@media(min-width:1920px){.theme-light .users .container{width:85%}}@media(min-width:2100px){.theme-light .users .container{width:85%}}.theme-light .users .container .appbar{align-items:center;display:flex;height:60px;justify-content:space-between;width:100%}.theme-light .users .container .appbar .title{color:#3d424a;font-size:18px}.theme-light .users .container .appbar button{align-items:center;background-color:#3d424a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:5px;height:35px;justify-content:center;width:150px}.theme-light .users .container .listContainer{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:auto;width:100%}.theme-light .users .container .listContainer table{border-collapse:collapse;white-space:nowrap}.theme-light .users .container .listContainer table thead tr{border-bottom:1px solid #d9d9d9}.theme-light .users .container .listContainer table thead tr td{box-sizing:border-box;font-weight:550;padding:10px}.theme-light .users .container .listContainer table thead tr td.index{border-right:1px solid #d9d9d9;text-align:center;width:50px}.theme-light .users .container .listContainer table tbody tr{border-bottom:1px solid #d9d9d9}.theme-light .users .container .listContainer table tbody tr td{box-sizing:border-box;font-size:15px;padding:10px}.theme-light .users .container .listContainer table tbody tr td .subsecCardHolder{align-items:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:5px;width:100%}.theme-light .users .container .listContainer table tbody tr td .subsecCardHolder .subsecCard{background-color:#3d424a;border-radius:5px;box-sizing:border-box;color:#fff;display:block;font-size:15px;max-width:100%;overflow:hidden;padding:3px 10px;text-overflow:ellipsis;white-space:nowrap}.theme-light .users .container .listContainer table tbody tr td .colorPlateHolder{align-items:flex-start;box-sizing:border-box;display:flex;gap:5px;width:100%}@media(min-width:320px)and (max-width:575.98px){.theme-light .users .container .listContainer table tbody tr td .colorPlateHolder{flex-wrap:nowrap}}@media(min-width:576px)and (max-width:765px){.theme-light .users .container .listContainer table tbody tr td .colorPlateHolder{flex-wrap:nowrap}}.theme-light .users .container .listContainer table tbody tr td .colorPlateHolder .colorPlate{background-color:#fff;border-radius:6px;height:35px;width:40px}.theme-light .users .container .listContainer table tbody tr td.index{border-right:1px solid #d9d9d9;text-align:center;width:50px}.theme-light .users .container .listContainer table tbody tr:hover{background-color:#f0f0f0;cursor:pointer}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer{box-sizing:border-box;display:flex;flex-direction:column;overflow:auto;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .header{align-items:center;display:flex;font-size:18px;font-weight:600;justify-content:flex-start;margin-bottom:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer p{font-size:15px;margin-bottom:20px}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolder{display:flex;flex-direction:column;gap:5px;margin-bottom:15px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolder span{font-size:12px}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolder .staticInput{align-items:center;border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;display:flex;font-size:14px;height:40px;padding:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolder .staticToken{word-wrap:break-word;align-items:center;border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;display:block;font-size:14px;padding:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolderRow{align-items:center;display:flex;justify-content:space-between;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolderRow .infoHolderColumn{display:flex;flex-direction:column;gap:5px;margin-bottom:15px;width:48%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolderRow .infoHolderColumn span{font-size:12px}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolderRow .infoHolderColumn .staticInput{align-items:center;border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;display:flex;font-size:14px;height:40px;padding:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .infoHolderRow .infoHolderColumn button{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;color:#ff4d4f;cursor:pointer;display:flex;font-size:14px;gap:5px;height:40px;justify-content:center;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;margin-bottom:10px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder .label{font-size:13px}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder input{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;height:35px;padding:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder input:focus{outline:none}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder .passwordHolder{align-items:center;border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;display:flex;height:35px;overflow:hidden;padding-right:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder .passwordHolder input{border:none;box-sizing:border-box;height:35px;padding:5px;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder .passwordHolder input:focus{outline:none}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder .passwordHolder .toggleIcon{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:20px}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .userInfoModalContainer .inputHolder .passwordHolder .toggleIcon span{align-items:center;cursor:pointer;display:flex}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .buttonHolder{align-items:center;display:flex;gap:10px;justify-content:flex-end;width:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .buttonHolder .delHolder{align-items:center;display:flex;flex:1 1;height:100%}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .buttonHolder button{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;cursor:pointer;height:33px;width:100px}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .buttonHolder .btnDelete{background-color:#ff4d4f;border:1px solid #ff4d4f;color:#fff}.ant-modal .ant-modal-content .ant-modal-body .userDetailModalContainer .buttonHolder .btnSave{background-color:#3d424a;border:1px solid #3d424a;color:#fff}
/*# sourceMappingURL=main.a7896fb5.css.map*/