
.container {
    justify-content: unset !important;
}

.logo {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 69px;
}

.title {
    font-weight: bold;
    font-size: 24px;
    color: #060316;
    line-height: 32px;
    text-align: center;
    margin-top: 41px;
}

.title b {
    color: #3AA358;
}

.plant-box {
    width: 244px;
    height: 326px;
    display: flex;
    justify-content: center;
    margin-top: -25px;
}

.plant-box img {
    width: 100%;
    object-fit: contain;
}

.tip {
    font-weight: bold;
    font-size: 18px;
    color: #5A5A5A;
}

.progress-wrap {
    width: 90%;
    margin-top: 18px;
}

.progress-bg {
    width: 100%;
    height: 26px;
    background: #f2f2f2;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.progress-active {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient( 90deg, #3AA358 0%, #69CA54 100%);
}

.progress-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.status {
    font-weight: 500;
    font-size: 18px;
    color: #5A5A5A;
    margin-top: 23px;
}

.footer-text {
    margin-top: 47px;
    font-weight: 600;
    font-size: 18px;
    color: #060316;
    line-height: 26px;
    text-align: center;
}
