.margin_2 {
    margin-left: 2%;
    margin-right: 2%;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0);
    border-radius: 24px;
    outline: 0;
    overflow: hidden;
    /* ✅ สำคัญ */
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.color_blue {
    color: #02106d !important;
}

.color_red {
    color: #cb1200 !important;
    font-size: 14px;
}

.bg-danger-qr {
    background-color: #cb1200 !important;
}

.bg_ticket_selected {
    padding: 7px;
    text-align: center;
}

.text_ticket_selected {
    color: #02106d !important;
    text-align: center;
    font-size: 2rem;
}

.bg-ticket-starter {
    background-color: #fff !important;
    color: #000 !important;
}

.bg-ticket-standard {
    background-color: #ffeb3b !important;
    color: #000 !important;
}

.bg-ticket-diamond {
    background-color: #0d6efd !important;
    color: #fff !important;
}

.bg-ticket-diamond-plus {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.bg-ticket-junior {
    background-color: #0dcaf0 !important;
    color: #fff !important;
}
