@font-face {
    font-family: FontName;
    src: url('tanha-font/Tanha-FD-WOL.eot');
    src: url('tanha-font/Tanha-FD-WOL.eot') format('embedded-opentype'),
        url('tanha-font/Tanha-FD-WOL.woff') format('woff'),
        url('tanha-font/Tanha-FD-WOL.ttf') format('truetype'), ;
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: FontName, sans-serif;
    direction: rtl;
    font-size: 18px;
    text-align: center;
    background-color: #f8f9fa;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 450px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.logo {
    max-width: 200px;
    margin-bottom: 20px;
}

input {
    width: 94%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: FontName, sans-serif;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-family: FontName, sans-serif;
}

button:hover {
    background-color: #0056b3;
}

#tickets {
    margin-top: 10px;
}

.ticket {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}

.ticket-01 {
    /* background-color: #05bcb92b !important; */
    background-color: #fff;
    border: 3px solid #2b87b5 !important;
}

.ticket .cover img {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 15px;
}

.ticket .qr-code img {
    border-radius: 8px;
    /* position: absolute;
    top: 235px;
    right: 30px; */
    width: 200px;
    height: 200px;
    /* padding-top: 20px; */
}

.ticket div.info {
    text-align: right;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    padding-right: 20px;
    padding-left: 20px;
}

#scanResult {
    margin-top: 20px;
    text-align: left;
}

table th {
    text-align: right;
    vertical-align: baseline;
    height: 25px;
    font-weight: 300;
    color: #666;
}

table td {
    text-align: right;
    vertical-align: baseline;
    font-weight: bold;
    color: #000000;
}