/* _content/Games.SpinTheWheel/Pages/ActionCenter/HomePage.razor.rz.scp.css */
.step[b-oy48moqw3m] {
    position: relative;
}

.step[b-oy48moqw3m]:before {
    /*content:'';*/
    /*width:5em;*/
    /*border-bottom:1px solid;*/
    /*position:absolute;*/
    /*top:50%;*/
}

.step[b-oy48moqw3m]:after {
    content: '';
    width: 2px;
    height: calc(100% - 48px);
    background: white;
    position: absolute;
    top: 52px;
    left: 22px;
}

.step:first-of-type[b-oy48moqw3m]:before,
.step:last-of-type[b-oy48moqw3m]:after {
    display: none;
}

.step-number[b-oy48moqw3m] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: gray;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.step-number.active[b-oy48moqw3m] {
    background-color: #1DCA94;
}

.step-1[b-oy48moqw3m] {

}

.step-2[b-oy48moqw3m] {

}

/*.step-2:before{*/
/*    border-top: 1px*/
/*}*/
