.first_step_bar_header {
    margin: 3px 0px 2px 15px;
    color: #333333;
    line-height: 33px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.first_step_bar_body {
    display: flex;
    justify-content: space-between;
    height: 38px;
    box-sizing: border-box;
    font-size: 14px;
}

.first_step_bar_chipline {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.first_step_bar_close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 50px;
    color: #333333;
    cursor: pointer;
    box-sizing: border-box;
}

.first_step_bar_visible {
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
}

.first_step_bar_invisible {
    display: none;
    opacity: 0;
    box-sizing: border-box;
}

.first_step_bar_pillFulfilled {
    margin: 3px 0 5px 15px;
    background-color: #ffcc00;
    padding: 5px;
    display: flex;
    border-radius: 20px;
    height: 30px;
    width: 100%;
    align-items: center;
    text-decoration: none!important;
    color: #333!important;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px!important;
}

.first_step_bar_pillFulfilled:hover {
    margin: 3px 0 5px 15px;
    background-color: #ffcc00;
    padding: 5px;
    display: flex;
    border-radius: 20px;
    height: 30px;
    width: 100%;
    align-items: center;
    text-decoration: none!important;
    color: #333!important;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px!important;
}

.first_step_bar_pillNotFulfilled {
    margin: 3px 0 5px 15px;
    background-color: #fff;
    padding: 5px;
    display: flex;
    border-radius: 20px;
    height: 30px;
    width: 100%;
    border-color: #ffcc00;
    border-width: 1px;
    border-style: solid;
    align-items: center;
    text-decoration: none!important;
    color: #333!important;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px!important;
}

.first_step_bar_pillNotFulfilled:hover {
    margin: 3px 0 5px 15px;
    background-color: #fff;
    padding: 5px;
    display: flex;
    border-radius: 20px;
    height: 30px;
    width: 100%;
    border-color: #ffcc00;
    border-width: 1px;
    border-style: solid;
    align-items: center;
    text-decoration: none!important;
    color: #333!important;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px!important;
}

.first_step_bar_dotFulfilled {
    background-color: #fff;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.first_step_bar_dotNotFulfilled {
    background-color: #ffcc00;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #ffcc00;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.first_step_bar_dotIcon {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
}

.first_step_bar_progress {
    background-color: #ffcc00;
    display: flex;
    position: absolute;
    z-index: 1;
    border-radius: 2.5px;
    height: 5px;
    box-sizing: border-box;
}

.first_step_bar_progress_max {
    background-color: #eaeaea;
    display: flex;
    width: 100%;
    position: absolute;
    z-index: 0;
    border-radius: 2.5px;
    height: 5px;
    box-sizing: border-box;
}

.first_step_bar_progress_row {
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
    width: 100px;
    box-sizing: border-box;
}

.first_step_bar_text {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: normal;
}

.first_step_bar_popover {
    color: #333;
    position: absolute;
    left: auto;
    border: 1px solid rgba(27,31,35,.15);
    border-radius: 3px;
    box-shadow: 0 3px 12px rgba(27,31,35,.15);
    background-color: #fff;
    z-index: 5;
    display: none;
    pointer-events: auto;
    max-height: 100vh;
    max-width: 100vw;
}

.open > .first_step_bar_popover {
    display: block;
}

.first_step_bar_popover-header {
    color: #333;
    line-height: 33px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.first_step_bar_popover-iconBox {
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0;
}