#wrrs-order-received-post-order-informations-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
    
}
#wrrs-order-received-post-order-informations-order-confirmation-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    text-align: center;
}
#wrrs-order-received-post-order-informations-order-confirmation-order-id{
    font-size: 1.2rem;
    font-weight: bold;
}

#wrrs-order-received-post-order-status-field-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#wrrs-order-received-post-order-informations-order-details{
    font-size: 0.8rem;
}

#wrrs-order-received-post-order-status-field-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}

#retry-button{
    margin-top: 20px;
    margin-bottom: 20px;
    padding:10px 20px;
    cursor:pointer;
    font-size: 0.8rem;
    border-radius: 5px;;
}
#retry-button-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
}
