@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
.login-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#f0f0f0;width:100%;height:100vh}.login-wrapper .login-box{display:flex;flex-direction:column;padding:48px 100px;box-sizing:border-box;background-color:#fff;width:50%;height:fit-content}@media only screen and (max-width: 960px){.login-wrapper .login-box{width:85%;height:75%;padding:70px 26px}}.login-wrapper .login-box .logo{width:100px;align-self:center;margin-bottom:50px}@media only screen and (max-width: 960px){.login-wrapper .login-box .logo{width:30%}}.login-wrapper .login-box .title{font-size:21px;font-weight:600;line-height:1.24;color:#303030;text-align:center;margin-bottom:28px}.login-wrapper .login-box .sub-title{font-size:10.5px;letter-spacing:.32px;margin-top:15px;background:#fff4e5;padding:5px;margin-bottom:0}.login-wrapper .login-box .login-input{margin-bottom:28px}.login-wrapper .login-box .login-input.otp{margin-bottom:15px}.login-wrapper .login-box .disable-link{pointer-events:none;color:gray;font-size:14px;text-align:right;margin-bottom:10px;font-weight:600;text-decoration:underline}.login-wrapper .login-box .timer{display:flex;justify-content:center;margin-bottom:10px}.login-wrapper .login-box .disable-timer{display:none}.login-wrapper .login-box .resend{display:flex;justify-content:space-between}.login-wrapper .login-box .resend .resend-otp{font-size:13px;text-align:right;margin-bottom:10px;font-weight:600;text-decoration:underline;color:#1f53a3}.login-wrapper .login-box .submit-btn{height:60px}
.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:60px !important;flex-direction:row !important;padding:0 16px;box-sizing:border-box}.navbar .brand{display:flex;flex-direction:row;align-items:center;width:20%}.navbar .vendor-name{font-size:12px;line-height:1.17;color:#666}.navbar .vendor-name .logout-btn{background-color:#b01116;min-width:18px !important;margin-left:5px}.dashobard-content{height:calc(100vh - 64px);margin:60px 0px}.dashobard-content .dashboard-ribbon{display:flex;flex-direction:row;align-items:center;width:100%;height:60px;background-color:#1f53a3;padding:0 40px;box-sizing:border-box;font-size:23.5px;font-weight:600;margin-bottom:24px;line-height:1.21;color:#fff}@media only screen and (max-width: 960px){.dashobard-content .dashboard-ribbon{justify-content:center}}.dashobard-content .resume-training-prompt{display:flex;flex-direction:row;justify-content:space-between;margin:0 76px 16px 76px;height:128px;box-shadow:0 1px 3px 0 rgba(0,0,0,.16);background-color:#e5f5ff;padding:38px 48px;box-sizing:border-box}.dashobard-content .resume-training-prompt .text{width:80%;font-size:17.5px;font-weight:400;line-height:1.5;letter-spacing:.4px;color:#303030;margin-bottom:23px}.dashobard-content .resume-training-prompt .resume-btn{height:48px}@media only screen and (max-width: 960px){.dashobard-content .resume-training-prompt{display:flex;flex-direction:column;justify-content:space-between;margin:0px 16px 16px 16px;padding:23px 16px;height:initial}.dashobard-content .resume-training-prompt .text{width:100%;text-align:center}.dashobard-content .resume-training-prompt .resume-btn{align-self:center;width:40%}}.dashobard-content .exam-info-prompt{display:flex;flex-direction:row;gap:18px;margin:0 76px 16px 76px;height:128px;box-shadow:0 1px 3px 0 rgba(0,0,0,.16);background-color:#fff;padding:38px 32px;box-sizing:border-box;border-left:solid 9px #1e53a3;border-radius:8px}.dashobard-content .exam-info-prompt img{width:40px}.dashobard-content .exam-info-prompt .text{width:80%;font-size:18px;font-weight:400;line-height:1.5;letter-spacing:.4px;color:#303030;margin-bottom:23px}.dashobard-content .exam-info-prompt .resume-btn{height:48px;margin-left:40px}@media only screen and (max-width: 960px){.dashobard-content .exam-info-prompt{display:flex;flex-direction:column;justify-content:space-between;margin:0px 16px 16px 16px;padding:23px 16px;height:initial}.dashobard-content .exam-info-prompt img{width:40px;align-self:center}.dashobard-content .exam-info-prompt .text{width:100%;text-align:center}.dashobard-content .exam-info-prompt .resume-btn{align-self:center;width:40%}}.dashobard-content .training-status-box{margin:0 76px 16px 76px;padding:32px 48px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.dashobard-content .training-status-box .status .heading{font-size:33px;font-weight:500;letter-spacing:.72px;color:#303030;margin:0 0 7px 0}.dashobard-content .training-status-box .status .completion-info{font-size:15px;letter-spacing:.32px;color:#666;margin:0px}.dashobard-content .training-status-box .progress{display:flex;flex-direction:row;justify-content:center;align-items:center;color:gray;position:relative;height:200px;width:200px}.dashobard-content .training-status-box .progress .hours-circle{display:flex;flex-direction:row;justify-content:center;align-items:center;width:150px;height:150px;border-radius:50%;color:#fff;background-color:#f4c304;font-size:25px;font-weight:600}.dashobard-content .training-status-box .progress .spinner{position:absolute;color:#f4c304;stroke-width:2px !important;height:200px !important;width:200px !important}.dashobard-content .training-status-box .progress .progress-bg{stroke-linecap:round}@media only screen and (max-width: 960px){.dashobard-content .training-status-box{display:flex;flex-direction:column-reverse;justify-content:space-between;margin:0px 16px 16px 16px;padding:23px 16px;height:initial}.dashobard-content .training-status-box .status .heading{text-align:center}.dashobard-content .training-status-box .status .completion-info{text-align:center}.dashobard-content .training-status-box .progress{margin-bottom:30px}}.dashobard-content .training-done-box{margin:0 76px 16px 76px;border-radius:5px;height:150px;width:382px}@media only screen and (max-width: 960px){.dashobard-content .training-done-box{margin:0 16px 16px 16px;width:calc(100vw - 32px)}}.dashobard-content .training-done-box .heading{display:flex;align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;height:36px;padding:9px 0 8px 16px;box-sizing:border-box;background-color:#1f53a3;font-size:17px;font-weight:500;line-height:4.25;letter-spacing:.32px;color:#fff}.dashobard-content .training-done-box .box{display:flex;align-items:center;justify-content:space-between;padding:17px;width:100%}.dashobard-content .training-done-box .box .info-box{box-sizing:border-box}.dashobard-content .training-done-box .box .info-box>.title{font-size:13px;font-weight:500;line-height:1.43;color:#303030}.dashobard-content .training-done-box .box .info-box>.subtitle{font-size:9.5px;line-height:1.1;letter-spacing:.2px;color:#666}.dashobard-content .training-done-box .box .info-box>.subtitle b{font-weight:600}.prompt-drawer{padding:20px}.prompt-drawer .note{font-size:21px;font-weight:600;text-align:center}.prompt-drawer .prompt-text{font-size:20px;margin-bottom:10px}
.exam-registration-wrapper{margin:0 76px 16px 76px !important;width:calc(100vw - 152px) !important;position:relative}@media only screen and (max-width: 960px){.exam-registration-wrapper{margin:0 16px 16px 16px !important;width:calc(100vw - 32px) !important}}.exam-registration-wrapper.mb{margin:0 16px !important;width:calc(100vw - 32px) !important}.exam-registration-wrapper .past-results{font-size:19px;font-weight:500;letter-spacing:.4px;color:#303030}.exam-registration-wrapper .result-box{border-radius:5px}.exam-registration-wrapper .result-box .heading{display:flex;align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;height:36px;padding:9px 16px;box-sizing:border-box;background-color:#1f53a3;font-size:17px;font-weight:500;line-height:4.25;letter-spacing:.32px;color:#fff}.exam-registration-wrapper .result-box .info-box{padding:20px 16px 10px;box-sizing:border-box}.exam-registration-wrapper .result-box .info-box .top-row{margin-bottom:20px}.exam-registration-wrapper .result-box .info-box .key{font-size:11px;line-height:1.2;text-align:left;color:#707070}.exam-registration-wrapper .result-box .info-box .value{font-size:13px;font-weight:500;line-height:1.25;letter-spacing:.24px;color:#303030}.exam-registration-wrapper .result-box .info-box .value.PASS{color:green;font-weight:600;font-size:14px}.exam-registration-wrapper .result-box .info-box .value.SCHEDULED{color:green;font-weight:600;font-size:14px}.exam-registration-wrapper .result-box .info-box .value.FAIL{color:red;font-weight:600;font-size:14px}.exam-registration-wrapper .result-box .info-box .value.ABSENT{color:red;font-weight:600;font-size:14px}.exam-registration-wrapper .result-box .info-box .button{height:30px;text-transform:capitalize;margin-top:10px}.exam-registration-wrapper .result-box .info-box .button img{margin-right:10px}.exam-registration-wrapper .exam-registration-box{padding:24px 48px}@media only screen and (max-width: 960px){.exam-registration-wrapper .exam-registration-box{padding:24px}}.exam-registration-wrapper .exam-registration-box .heading{font-size:22px;font-weight:500;letter-spacing:.48px;color:#303030}.exam-registration-wrapper .exam-registration-box .sub-heading{font-size:11px;line-height:1.67;letter-spacing:.24px;color:#666}.exam-registration-wrapper .exam-registration-box .status{background-color:#e5f5ff;font-size:11px;line-height:1.67;letter-spacing:.24px;color:#666;padding:5px;border-radius:5px;margin-bottom:20px}.exam-registration-wrapper .exam-registration-box .key{font-size:10px;margin-bottom:8px;line-height:1.2;color:#707070}@media only screen and (max-width: 576px){.exam-registration-wrapper .exam-registration-box .key{margin-bottom:0}}.exam-registration-wrapper .exam-registration-box .value{font-size:12px;font-weight:500;line-height:1.25;letter-spacing:.24px;color:#303030}@media only screen and (max-width: 576px){.exam-registration-wrapper .exam-registration-box .value{margin-bottom:10px}}.exam-registration-wrapper .exam-registration-box .value .select{width:90%}@media only screen and (max-width: 576px){.exam-registration-wrapper .exam-registration-box .value .select{width:100%}}.exam-registration-wrapper .submit-btn{text-transform:capitalize}@media only screen and (max-width: 960px){.exam-registration-wrapper .submit-btn{width:calc(100vw - 200px) !important;position:absolute;bottom:7px;left:90px}}
.fee-waiver-box{margin:0 76px 16px 76px;padding:32px 48px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;position:relative}.fee-waiver-box .status .heading{font-size:26px;font-weight:500;letter-spacing:.72px;margin:0 0 7px 0}.fee-waiver-box .status .heading.YES{color:#1f53a3}.fee-waiver-box .status .heading.EXPIRED{color:#b0311e}.fee-waiver-box .progress{display:flex;flex-direction:row;justify-content:center;align-items:center;color:gray;position:relative;height:200px;width:200px}.fee-waiver-box .progress .hours-circle{display:flex;flex-direction:row;justify-content:center;align-items:center;width:150px;height:150px;border-radius:50%;color:#fff;font-size:25px;font-weight:600}.fee-waiver-box .progress .spinner{position:absolute;stroke-width:2px !important;height:200px !important;width:200px !important}.fee-waiver-box .progress .progress-bg{stroke-linecap:round}.fee-waiver-box .progress.YES .hours-circle{background-color:#e5f5ff;color:#1f53a3}.fee-waiver-box .progress.YES .spinner{color:#1f53a3}.fee-waiver-box .progress.EXPIRED .hours-circle{background-color:#fbd0ca;color:#b0311e}.fee-waiver-box .progress.EXPIRED .spinner{color:#b0311e}.fee-waiver-box .submit-btn{text-transform:capitalize}@media only screen and (max-width: 960px){.fee-waiver-box .submit-btn{width:calc(100vw - 200px) !important;position:absolute;bottom:-18px;left:90px}}@media only screen and (max-width: 960px){.fee-waiver-box{display:flex;flex-direction:column-reverse;justify-content:space-between;margin:0px 16px 50px 16px;padding:23px 16px 50px;height:initial}.fee-waiver-box .status .heading{text-align:center}.fee-waiver-box .status .completion-info{text-align:center}.fee-waiver-box .progress{margin-bottom:10px}}
.dashboard-ribbon{display:flex;flex-direction:row;align-items:center;width:100%;height:60px;background-color:#1f53a3;padding:0 40px;box-sizing:border-box;font-size:23.5px;font-weight:600;margin-top:60px;line-height:1.21;color:#fff}@media only screen and (max-width: 960px){.dashboard-ribbon{justify-content:center}}.thankyou-content{height:calc(100vh - 120px);display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#f5f5f5}.thankyou-content .thankyou-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:100px;background-color:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0901960784)}.thankyou-content .thankyou-wrapper img{margin-bottom:20px;width:50px}.thankyou-content .thankyou-wrapper .thankyou-text{color:#384150;font-weight:600;font-size:17.5px;text-align:center;margin-bottom:10px}.thankyou-content .thankyou-wrapper .txn-wrapper{width:100%}.thankyou-content .thankyou-wrapper .txn-wrapper .txn-details{width:50%;float:left;margin-top:10px}.thankyou-content .bottom-button{display:flex;justify-content:flex-end;margin-top:10px;padding:0 20px;width:100%}
.loader{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;bottom:0;background-color:rgba(211,211,211,.5019607843);z-index:1000}.loader .ring{border-top:8px solid #3f51b5;border-bottom:8px solid #3f51b5;border-right:8px solid #3f51b5;border-left:8px solid rgba(0,0,0,0);border-radius:50%;height:100px;width:100px;animation:rotater 1s infinite ease}@keyframes rotater{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.maintenance-cont{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0px 40px;height:calc(100vh - 69px)}@media(max-width: 400px){.maintenance-cont{margin:15px}}.maintenance-cont>.illus{width:100%;max-width:500px;margin-bottom:15px}.maintenance-cont>.text{text-align:center}.maintenance-cont>.text h2{margin-bottom:.5rem;color:#1f53a3}.maintenance-cont>.text p{margin:0;font-size:15px;color:gray}
*{box-sizing:border-box}body{font-family:"Poppins","helveticaneuemedium",sans-serif}.error .MuiPaper-root,.ERROR .MuiPaper-root{background-color:#f44336}.success .MuiPaper-root,.SUCCESS .MuiPaper-root{background-color:#4caf50}
