body {
    font-family: 'Roboto', sans-serif;
}

.ticket_container {
    width: 386px;
    height: 811px;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 15px;
}

.ticket_inner {
    border: 1px solid gray;
    height: 801px;
    border-radius: 16px;
}

.upper_body {
    padding: 0 15px;
}

.ticket_upper {
    height: 616px;
    border-bottom: 1px dashed gray;
}

.ticket_cover_photo {
    height: 242px;
    width: 386px;
}

.ticket_cover_photo img {
    height: 100%;
    width: 100%;
}

.ticket_title_container {
    position: absolute;
    top: 266px;
}

.right {
    position: absolute;
    left: 227px;
    width: 150px;
}

.ticket_title {
    font-size: 18px;
    color: #302F34;
    font-weight: bold;
}

.ticket_event_type {
    font-size: 14px;
    color: #929294;
}

.ticket_date_time {
    position: absolute;
    top: 333px;
}

.ticket_date_container {
    position: absolute;
    display: inline-block;
    width: 150px;
}

.ticket_type_price {
    position: absolute;
    top: 408px;
}

.type_container {
    position: absolute;
    display: inline-block;
    width: 150px;
}

.gray_small {
    font-size: 12px;
    color: #929294;
}

.black_bold {
    font-size: 14px;
    color: #302F34;
    font-weight: bold;
}

.ticket_location_container {
    position: absolute;
    top: 481px;
}

.location_address {
    font-size: 14px;
    width: 360px;
}

.logo_container {
    top: 572px;
    left: 305px;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.logo_container img {
    vertical-align: text-top;
    width: 63px;
    margin-left: 6px;
}

.qr_container {
    position: absolute;
    height: 193px;
    top: 635px;
    left: 302px;
    text-align: center;
}

.qr_container img {
    width: 146px;
}

.qr_container span {
    margin-top: -15px;
    display: block;
}

.indent_left {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    border: 1px solid gray;
    position: relative;
    bottom: 14px;
    left: -16px;
    z-index: 500;
    background: #fff;
}

.indent_right {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    border: 1px solid gray;
    position: relative;
    bottom: 42px;
    right: -374px;
    z-index: 500;
    background: #fff;
}