.delivery_confirmation,
.paid_order_info {
    color: var(--text_color_gray);
    /* background-color: var(--background-color-Transparant); */
    width: 70%;
    padding: 50px;
}

.header_order {
    padding: 20px;
}


.paid_order_info p {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
}

.paid_order_info p:nth-child(odd) {
    background-color: var(--background-color-Transparant);
    background-color: var(--background-color-Transparant);
}

.paid_order_info h3 {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    margin: 20px 0;
    border-bottom: var(--border);

}

.delivery_confirmation input {
    background-color: white;
    margin-bottom: 20px;
    border-radius: 20px;
    color: var(--text_color_gray);
    border: var(--border);
    font-size: small;
    width: 80%;
}

.delivery_confirmation {
    /* background-color: rebeccapurple; */
    width: 70%;
}

.delivery_confirmation button {
    /* background-color: rebeccapurple; */
    width: 300px;
    background-color: var(--primary-color);
    color: var(--text_color_white);
    border-radius: 20px;
}

label {
    margin-top: 20px;
}

#delivery_wrapper {
    margin-top: 50px;
}

.button_delivery {
    display: flex;
    justify-content: center;
    width: 80%;
}