#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option-content .content {
    width: 100%;
    min-height: 300px;
    padding: 7px;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option-content .content .confirm {
    display: none;
    font-size: 17px;
    position: relative;
    background: white;
    width: 100%;
    height: fit-content;
    padding: 40px;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option-content .content .confirm i {
    font-size: 135px;
    display: block;
    color: var(--color-completed);
    margin-bottom: 16px;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option-content .content .confirm .table {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}
    
#booking-qr-table-video video {
    width: 100% !important;
}
