.dashed-path-lines[data-v-13bc07e9] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 56px;
    margin-top: 48px;
    min-height: 6rem
}

.dashed-path-lines>div[data-v-13bc07e9] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.action-btn[data-v-13bc07e9] {
    text-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border: 1px solid #3e9b8e;
    border-radius: 14px;
    color: #3e9b8e;
    display: flex;
    flex-direction: column;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 108px;
    justify-content: space-evenly;
    line-height: 32px;
    text-align: center;
    width: 140px
}

.action-btn.active[data-v-13bc07e9] {
    background-color: #3e9b8e;
    color: #fff
}