.indexedStep{color:#bebebe;width:30px;height:30px;font-size:12px;background-color:#fff;border-radius:50%;border:1px solid #cecece;display:flex;justify-content:center;align-items:center}.indexedStep.accomplished{background-color:var(--secondary);color:#fff;border-style:none}.RSPBprogressBar{height:2px;width:40%;line-height:0;border-radius:10px;position:relative;background-color:#cfcfcf;display:flex;justify-content:space-between;align-items:center;z-index:0;margin:20px auto}.RSPBprogressBar .RSPBstep{display:inline-flex;justify-content:center;align-items:center;z-index:0;position:absolute;transform:translate(-50%,25%);margin-bottom:10px;transition-property:all;transition-timing-function:ease}.RSPBprogressBar .RSPBprogressBarText{color:#fff;font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.RSPBprogressBar .RSPBprogression{position:absolute;transition:width .3s ease;left:0;top:0;bottom:0;border-radius:10px;background:var(--secondary);z-index:-1}.step-label{font-size:11px;font-weight:500;color:var(--textprimary);text-align:center;white-space:nowrap}@media screen and (max-width:576px){.RSPBprogressBar{width:80%;margin:40px auto!important}.RSPBprogressBar .RSPBstep{transform:translate(-50%,32%)}}@media screen and (max-width:1200px){.RSPBprogressBar{width:60%}.RSPBprogressBar .RSPBstep{transform:translate(-50%,28%)}}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%;position:fixed;top:0;left:0;z-index:1;background-color:var(--bgColor)}.layout-container{background-color:var(--bgColor);height:100vh;overflow-x:hidden}.container-product-logo{left:30px;top:30px;padding:0!important;height:40px}.container-product-logo,.logo-mobile{position:fixed;cursor:pointer;z-index:1}.logo-mobile{left:0;top:0;padding:20px;background:var(--bgColor)}.onboard-product-logo{height:32px!important;width:118px!important}.dashboard-product-logo{width:123px!important;height:31px!important}.user-avatar-container{width:"40px";height:"40px";border-radius:"50%";overflow:"hidden";border:"2px solid #ddd"}.user-dropdown:hover{color:#639;background-color:gold}.onboard-image{width:100%;height:100vh;object-fit:cover}.mobile-product-logo{display:none}@media screen and (max-width:1400px){.container-onboard-product-logo{margin-left:10px}.onboard-product-logo{height:35px!important;width:100px!important}}.right-panel{background-color:var(--bgColor)}@media screen and (max-width:576px){.container-mobile-product-logo{position:fixed;left:0;top:0;cursor:pointer;height:100px;background:var(--bgColor);width:100%;z-index:1;display:flex;align-items:center;padding-left:25px}.mobile-product-logo{height:32px!important;width:118px!important;display:block}.product-logo{display:none}.container-onboard-product-logo{margin-left:23px;margin-top:23px}.onboard-product-logo{height:32px!important;width:118px!important}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.animated-element{animation:fadeSlideIn .5s ease}