.tr-con {
    position: relative;
    width: 100%;
    height: 100vh;
    /* margin: 3.333px 0 0 6.667px; */
    background: url(/static/img/earth1.jpg)
      no-repeat center;
    background-size: 100% 100%;
    z-index: 89;
    display: flex;
    justify-content: center;
}

.tr-box {
    background: white;
    position: absolute;
    top: 160px;
    height: 280px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 10px;
    justify-content: center;
}

.tr-form input {
    border: none;
    padding: 10px;
}

.tr-line {
    width: 3px;
    height: 20px;
    background: #ff9b00;
    display: flex;
    position: absolute;
    left: 7px;
    top: 25px;
}

.lineroad {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    position: relative;
}

.lineroad-fold {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    margin-top: 10px;
}

.text-circle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cr-text {
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: -9px;
}

.tr-order-info {
    padding: 10px;
    text-align: left;
}

.tr-stats {
    display: flex;
    gap: 5px;
    margin-top: -45px;
}

.str-line {
    width: 37px;
    height: 3px;
    background: green;
}

.tr-order-roadmap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-order-roadmap i {
    font-size: 90px;
}

.icir {
    display: flex;
    flex-direction: column;
}

.icir span {
    font-size: 12px;
}

.tr-orr {
    font-size: 90px;
}

.text-circle i {
    color: #ff9b00;
}