body {
    font-family: Spline Sans;
    font-style: normal;
}

body p {
    font-size: 0.833vw;
    font-weight: 400;
    letter-spacing: 0.16px;
    margin: 0;
}

.body-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    height: 100%;
}

#section-one,
#section-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-section {
    padding: 5.208vw;
    border: 1px solid #D4D6D8;
    margin: 2.604vw 0;
}

.form-details {
    display: flex;
    flex-direction: column;
}

.label-form {
    display: flex;
    flex-direction: column;
}

.label-form p {
    margin: 0 0 0.781vw;
    color: #999;
}

.title-section {
    letter-spacing: 0.29px;
    font-size: 1.51vw;
    line-height: 39px;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

.order-input {
    padding: 0.521vw 0.938vw;
    color: #000;
    font-size: 0.833vw;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.16px;
    border: 1px solid #D4D6D8;
    background: #F3F5F6;
}

.order-input::placeholder {
    color: #000;
}

.submit-btn {
    background: #D60109;
    display: flex;
    padding: 0.521vw 0.938vw;
    justify-content: center;
    align-items: center;
    gap: 0.521vw;
    border: none;
    color: #FFF;
    font-size: 0.833vw;
    font-weight: 700;
    letter-spacing: 0.16px;

    margin-top: 1.563vw;
    cursor: pointer;
}

.logo-section img {
    max-width: 13.951vw;
    max-height: 3.906vw;
}

.order-details {
    color: #999;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

#last-update {
    font-weight: 700;
}

/* #section-one {
    display: none;
} */

#section-two {
    display: none;
}

#section-third {
    display: none;
}

#section-two #order-number {
    color: #D60109;
    ;
}

.gray-btn {
    padding: 10px 18px;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #D4D6D8;
    width: fit-content;
    border: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.16px;
    margin: 0 auto;
    cursor: pointer;
}

.status {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F5F6;
}

.confirmed .status {
    background: #08D601;

}

.status img {
    display: none;
}

.confirmed .status img {
    display: flex !important;
}

.confirmed .status p {
    display: none;
}

.status-order {
    display: flex;
    flex-direction: row;
    position: relative;
}

.msg-status,
.step {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #D4D6D8
}

.confirmed .msg-status {
    color: #08D601;
}

.status-columns {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-right: 50px;
}

#section-two .status-section {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center
}

#section-two .title-section {
    margin-bottom: 3.646vw;
}

.status-order {
    margin-bottom: 3.646vw;
}

.line {
    background: #D4D6D8;
    height: 1px;
    width: 100%;
    margin-bottom: -20px;
}

.section-third {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 653px;
    width: 100%;
}

.status-section-third {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.custom-loader {
    display: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #D60109 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, #D60109);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: s3 1s infinite linear;
}

@keyframes s3 {
    100% {
        transform: rotate(1turn)
    }
}


@media only screen and (max-width: 1200px) {
    body p {
        font-size: 14px;
    }

    .section {
        max-width: calc(100% - 20px - 20px) !important;

        width: 100%;
    }

    .status-section {
        padding: 50px 30px;
        border: 1px solid #D4D6D8;
        margin: 30px 0;
    }

    .title-section {
        font-size: 22px;
        margin: 0 0 30px;
        line-height: 26px;
    }

    .label-form p {
        margin: 0 0 9px;
    }

    .order-input {
        font-size: 14px;
        padding: 8px 16px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    .logo-section img {
        max-width: 140.857px;
        max-height: 38px;
    }


    /* Pagina 2 */
    .status-order {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        position: relative;
    }

    .status-columns {
        display: flex;
        align-items: center;
        align-content: flex-start;
        flex-direction: row;
        margin: 0;
    }

    .line {
        display: none;
    }

    .msg-status,
    .step {
        font-size: 14px;
        line-height: 19.25px;
    }

    .gray-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    .title-section {
        text-align: center;
    }

    .status {
        width: 32px;
        height: 32px;
    }

    #section-two .title-section,
    .status-order {
        margin-bottom: 30px;
    }

    .column-third br,
    .column-two br {
        display: none;
    }

    .mobile-line {
        border-left: 1px solid #D4D6D8;
        height: 100%;
        position: absolute;
        left: 16px;
        z-index: -2;
        top: -7px;
        padding: 12px 0px;
    }

    .custom-loader {
        width: 40px;
        height: 40px;
    }
}