::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#f7f8fa}::-webkit-scrollbar-thumb{background:#0162bd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0155a4}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff;width:10px}::-webkit-scrollbar-thumb{background:#cdcdcf;border-radius:12px}.step-bars{display:flex;justify-content:center;position:relative;width:100%}@media screen and (max-width:900px){.step-bars{margin-top:20px}}.step-bars .step-wrapper{display:flex;justify-content:space-around;width:65%}@media screen and (max-width:900px){.step-bars .step-wrapper{width:90%}}@media screen and (max-width:525px){.step-bars .step-wrapper{justify-content:space-between;width:100%}}.step-bars .step-wrapper .step{background-color:#fff;display:flex;flex-direction:column;gap:10px;justify-content:center;width:100px;z-index:1}@media screen and (max-width:525px){.step-bars .step-wrapper .step{width:75px}}.step-bars .step-wrapper .step span{align-items:center;align-self:center;background-color:#0162bd1a;border-radius:50%;display:flex;height:30px;justify-content:center;margin-bottom:12px;width:30px}@media screen and (max-width:525px){.step-bars .step-wrapper .step span{height:35px;width:35px}}.step-bars .step-wrapper .step span.active{background-color:#0162bd;position:relative}.step-bars .step-wrapper .step span.active:before{border:2px solid #fff;border-radius:50%;content:"";height:21px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:21px}@media screen and (max-width:525px){.step-bars .step-wrapper .step span.active:before{height:25px;width:25px}}.step-bars .step-wrapper .step span.done{background-color:#0162bd}.step-bars .step-wrapper .step p{text-align:center}.step-bars .step-wrapper .step .title{color:#5b616e;font-size:14px}@media screen and (max-width:525px){.step-bars .step-wrapper .step .title{display:none}}.step-bars .step-wrapper .step .description{color:#000;font-size:14px}@media screen and (max-width:525px){.step-bars .step-wrapper .step .description{display:none}}.step-bars .horizontal-line{border-top:1px solid rgba(0,0,0,.1);position:absolute;top:15%;transform:translateY(-50%);width:100%}@media screen and (max-width:525px){.step-bars .horizontal-line{top:30%}}
