body {
    background-size: contain;
    background-repeat: no-repeat;
    font-family: Roboto,'Open Sans',Helvetica,Arial,sans-serif!important;
}
.table-striped tbody tr {
    background-color: transparent !important;
}
.table-bordered td, .table-bordered th {
    border: 3px solid #eceeef !important;
}
#e-ticket .container {
    border: solid 11px #5d4843;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #000;
}
#e-ticket .container .border {
    margin: -20px;
}
#e-ticket .container .split {
    border-bottom: solid 1px #000;
    margin: -15px -15px 15px;
}
#e-ticket .container .split.first {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#e-ticket .container .row.main {
    padding: 0 30px;
}
#e-ticket .container .row section {
    width: 100%;
}
#e-ticket .container .row #top {
    margin: 15px 0;
    margin-bottom: 15px;
}
#e-ticket .container .row #top .logo .img {
    width: 42%;
}
#e-ticket .container .row #top .e-tickets {
    text-align: right;
}
#e-ticket .container .row #top .e-tickets .para {
    font-size: 24px;
}
#e-ticket .container .row #top .e-tickets .para.e-title {
    color: #5d4843;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: -15px;
    margin: 0px;
    /* line-height: 1; */
    font-style: italic;
}
#e-ticket .container .row.movie {
    margin-top: 70px;
    margin-bottom: 24px;
}
#e-ticket .container .row.movie .featured {
    padding-left: 0;
}
#e-ticket .container .row.movie .info {
    padding-right: 0;
}
#e-ticket .container .row.movie .info .m-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #000;
}
#e-ticket .container .row.movie .info .details-qr .row {
    width: 100%;
    margin: 0;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
#e-ticket .container .row.movie .info .details-qr .row .table-col {
    padding-left: 0;
}
#e-ticket .container .row.movie .info .details-qr .row .table-col table {
    color: #000;
}
#e-ticket .container .row.movie .info .details-qr .row .table-col table tr td {
    font-size: 16px;
    font-weight: normal;
    padding: 9px 15px;
}
#e-ticket .container .row.movie .info .details-qr .row .table-col table tr td .icon {
    width: 16px;
    margin-right: 18px;
}
#e-ticket .container .row.movie .info .details-qr .row .qrcode-col {
    padding: 0;
    height: 214px;
    max-height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#e-ticket .container .row.movie .info .details-qr .row .qrcode-col .qrcode p {
    font-size: 14px;
    margin: 15px 0 0;
    text-align: center;
    letter-spacing: 1;
}
#e-ticket .container .row.movie .m-info {
    margin-top: 15px;
}
#e-ticket .container .row.movie .m-info span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
#e-ticket .container .row #imp {
    margin-bottom: 30px;
    margin-top: 10px;
}
#e-ticket .container .row #imp .i-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
#e-ticket .container .row #imp .i-subtitle {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
}
#e-ticket .container .row #imp p {
    font-size: 9px;
    font-weight: 600;
}
#e-ticket .container .row .n-title {
    color: #d75933;
    font-size: 27px;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
}
#e-ticket .container .row #next {
    margin-bottom: 33px;
}
#e-ticket .container .row #next .poster .date {
    position: absolute;
    padding: 5px 18px;
    background-color: #022041;
    color: #fff;
    font-size: 15px;
    top: 0;
}
#e-ticket .container .row #bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#e-ticket .container .row #footer {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
#e-ticket .container .row #footer span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
    font-style: italic;
}
#e-ticket .container .row #footer span a {
    color: #c25c2b;
}
