/* Your Custom CSS Goes here */
.ticket-card{
    width: 300px;
    height: 100px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    border-radius: 10px;
    box-shadow: 0 0 11px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 11px 1px rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor:pointer
}

.print-qty-btn{
    width: 58px;
    height: 58px;
    font-size: 20px;
    margin: 4px;
}