
    .payment-success-text {
        font-size: 2rem;
        font-weight: 600;
    }

    .path-title {
        color: #999999;
    }

    .thank-you-title .active {
        color: rgba(234, 10, 10, 0.97);
    }

    .payment-success {
        width: 20%;
        height: auto;
        margin: auto;
        text-align: center;
    }

    .confirmation-container {
        text-align: center;
        padding: 50px 0;
        border: 1px solid #dddddd;
        border-radius: 10px;
    }

    .confirmation-thank {
        font-weight: bolder;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .confirmation-detail {
        color: #999999;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .go-back-shopping-btn {
        background-color: rgba(234, 10, 10, 0.97);
        color: white;
        border: none;
        padding: 10px 30px;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 14px;
    }

    @media screen and (max-width: 768px) {
        .payment-success-text {
            font-size: 25px;
        }

        .payment-success {
            width: 65%;
            height: auto;
        }
    }