﻿.reader-box {
    width: 350px;
    text-align: center;
}

.full-width-table {
    width: 100%;
}

#TicketIdInput {
    border: 1px solid #000000; /* Black border */
    font-weight: bold;
    transition: box-shadow 0.3s ease, border-color 0.3s ease; /* Smooth transition */
    width: 100%;
    max-width: 400px;
}

.text-red {
    color: red;
}