.ticket-template{
    width: 300px;
    position: relative;
}
.ticket-section {
    color: #525252;
    width: 300px;
    margin-top: -15px;
    z-index: 2;
    font-size: 14px;

}

.download-ticket {
    width: 100%;
    z-index: 1;
    text-align: center;
    height: 45px;
    border-radius: 8px;
    color: #fff;
    line-height: 35px;
    background: #503047;
}
.download-ticket:hover{
    color: #fff;
}

.small-ticket-section {
    padding: 15px;
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #503047;
}

.attender-name {
    color: #503047;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
}

.ticket-partner img {
    width: auto;
    height: 50px;

}

.user-detail span {

    display: block;
}

.ticket-number {
    font-size: 15px;
    font-weight: 600;
    color: #010101;
}

.down-small-ticket-section {
    border: 1px solid #503047;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 1rem;
}

.line {
    height: 2px;
    background: #000;
}

section.top-secion {
    display: flex;
    justify-content: space-between;
}

section.middle-section {
    display: grid;
    padding: 5px 0;
    grid-gap: 2px;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
}

section.bottom-section {
    display: grid;
    padding: 5px 0;
    grid-gap: 2px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
section.bottom-section-two {
    display: grid;
    padding: 5px 0;
    grid-gap: 2px;
    text-align: center;
    grid-template-columns: 2fr 3fr;
    align-items: center;
}

.ticket-info {
    display: flex;
    color: #fff;
    border-radius: 10px;
    background: #503047;
    justify-content: space-around;
}

.footer-section {
    border-top: 1px solid #555db3;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

.ticket-admin-boooking-section-form {
    display: grid;
    align-items: center;
    justify-content: space-around;
    background: #d3d3d3;
    padding: 10px;
    border-radius: .5rem;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    white-space: nowrap;
}

.ticket-admin-boooking-section-form-display {
    justify-items: center;
    white-space: nowrap;
    display: grid;
    padding: 10px;
    grid-template-columns: repeat(5, 1fr);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px;
    background: #fff;
    border-radius: .5rem;
    align-items: center;
}
.header-booking-section{
    padding-right: 10px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .ticket-admin-boooking-section-form {

        grid-template-columns: repeat(3, 1fr);

    }
    .ticket-admin-boooking-section-form-display {
        grid-template-columns: repeat(3, 1fr);
    }
   }
   .download-img {
    float: right;
    margin-left: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
   position: relative;
   z-index: 100;
    background: #6070ca;
}
.download-img:hover{
color: #fff;
}
.ticket-event-name{
    background: #503047;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 5px 0;
    border-radius: 5px;
    width: 100%;
}
/* #reader img{
    width: 55px !important;
}
#reader span{
   font-size:16px !important;
}
#reader #reader__status_span{
    font-size: 12px !important;
}
#reader #reader__scan_region{
    margin-top: -20px !important;
    width: 100% !important;
    min-height: 20px !important;
    text-align: center;
} */

