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;
    max-width: 339px;
}

.right {
    position: absolute;
    left: 217px;
    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: 328px;
}

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

.ticket_location_screen {
    position: absolute;
    top: 401px;
}

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

.ticket_vista_seats_container {
    position: absolute;
    top: 520px;
}

.vista_location_address {
    font-size: 12px;
    width: 150px;
}

.ticket_seats_badge {
    font-size: 14px;
    background-color: #929294;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
}
.vista_seats_format_container {
    
}
.vista_reserved_seats_badge {
    color: #7070EF;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #f1faff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
}
.ticket_type_price {
    position: absolute;
    top: 423px;
}

.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: 491px;
}

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

.logo_container {
    top: 575px;
    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;
}


/* START - Conference Badge Style */
/* @font-face {
    font-family: 'NunitoBold';
    font-weight: bold;
    src: url('/assets/css/fonts/Nunito-Bold.ttf') format('truetype');
} */
.c_body {
/*    background: #F5F5F5;*/
}
.c_ticket_container {
    margin: 0px auto;
    overflow: hidden;
    width: 297px;
    height: 420px;
    position: relative;
    margin-top: 50px;
    border: 1px dashed darkgray;
}

.c_ticket_inner {
    width: 297px;
    height: 420px;
    background: #FFF;
}
.c_ticket_logo_container {
    position: absolute;
/*    top: 32px;*/
/*    left: 53px;*/
    top: 0;
    left: 0;
}
.c_ticket_qr_container {
    position: absolute;
    top: 157px;
    left: 85px;
    text-align: center;
    width: 120px;

}
.c_ticket_qr_purple_ring {
    position: absolute;
    top: -3px;
    left: 30px;
    width: 74px;
    height: 74px;
    border-top: 9px solid #7070EF;
    border-right: 9px solid #7070EF;
}
.c_qr_img {
    width: 100px;
    height: 100px;
}
.c_ticket_info_container {
    position: absolute;
    top: 293px;
    width: 100%;
    text-align: center;
    padding-top: 32px;
}
.c_footer_image {
    border-radius: 100%/55px 55px 0 0;
    position: absolute;
    /* width: 300px;
    height: 300px; */
    top: 0;
    left: 0;
}
.c_ticket_purchaser_name {
    color: #FFF;
    text-align: center;
    font-family: 'Nunito';
    font-size: 29.962px;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: block;
    line-height: 20px;
}
.c_ticket_conference_title {
    color: #FFF;
    text-align: center;
    font-family: 'Nunito';
    font-size: 29.962px;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: block;
    line-height: 20px;
    padding-top: 20px;
}
.c_ticket_company_name {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px; /* 142.857% */
    position: relative;
    display: block;
}

.c_body .gray_small {
    position: absolute;
    top: 92px;
    left: 28px;
}

/* END */