


.justify-flex{
    width: 80%;
    margin: auto;
    display: flex;
}



.joining_step_parent{
    width: 30%;
    height: 10px;
    position: relative;
}

.joining_step_bar{
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #A590FF;
    position: absolute;
    top: 27px;
    left: 27px;
}

.joining_step_harf_bar{
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #A590FF;
    position: absolute;
    top: 27px;
    left: 27px;
}

.joining_step_bar_not_active{
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #CFD4F8;
    position: absolute;
    top: 27px;
    left: 27px;
}

.joining_step_maru {
    height:60px;
    width:60px;
    border-radius:50%;
    line-height:60px;
    text-align:center;
    background-color: #A590FF;
    color: #FFFFFF;
    font-size: 32px;
}

.joining_step_harf_maru {
    position: absolute;
    top: 17px;
    left: calc(55%);
    height:30px;
    width:30px;
    border-radius:50%;
    line-height:60px;
    text-align:center;
    background-color: #A590FF;
    color: #FFFFFF;
    font-size: 32px;
}


.joining_step_maru_not_active{
    height:60px;
    width:60px;
    border-radius:50%;
    line-height:60px;
    text-align:center;
    background-color: #CFD4F8;
    color: #FFFFFF;
    font-size: 32px;
}







.iconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.iconContainer img {
  position: relative;
  top: 10px;
}
.iconContainer button {
    position: relative;
    bottom: 50px;
}

.file_form{
    display: flex;
    background-color: #F5F5F7;
    border-radius: 10px;
    font-size: 12px;
    align-items: center;
}

.file_form > button{
    min-width: 140px;
    font-size:12px;
}

.file_form > div{
    font-size: 14px;
    text-decoration: underline;
    color: #3A8DBC;
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
}



.f-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 5px;
}


.f-container > div {
    font-weight: bold;
    margin-right: 10px;
}






.dark_table_body_tr > td{
    background-color: #FFFFFF;
}


