/*-_- -_- -_- Desktop -_- -_- -_- */
.st_OrderStatus {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16.5px;
}

.st_OrderStatus-Title {
    position: relative;
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
}

.st_OrderStatus-Green {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
}

.st_OrderStatus-Box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-inline: 10px;
}

.st_OrderStatus-Node {
    position: relative;
    width: 62px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}

.st_OrderStatus-Node-Icon-Contianer {
    position: relative;
    width: 62px;
    aspect-ratio: 1;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.st_OrderStatus-Node-Icon {
    position: relative;
}

.st_OrderStatus-Node-Title {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 9.893px;
    line-height: normal;
    text-align: center;
    word-break: break-word;
}

.st_OrderStatus-Node-Text {
    position: relative;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
    font-size: 9.893px;
    line-height: normal;
    text-align: center;
    word-break: break-word;
}

.st_OrderStatus-Line-Container {
    position: absolute;
    width: calc(100% - 20px);
    height: 62px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}