

.popup_join .bar {
    display: flex;

    position: relative;
}

.popup_join .bar .inner {
    border-radius: 99px;
    content: '';
    width: 0;
    height: 4px;
    background: #f14b1d;
    margin: unset;
}

.popup_join .bar::after {
    content: unset !important;
}