#con_form select#ticket {
    width: 100%;
    height: 50px;
    color: #000!important;
    padding-left: 50px;
}

section.ticket-back {
    display: grid;
    grid-template-columns: .6fr 1fr 2fr;
    align-items: center;
}

section.ticket-back .left-cont {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url(/front/images/Ticket-Back-shape.png)  !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

section.ticket-back .left-cont h2 {
    margin-left: 0;
    margin-top: 30px;margin-bottom: 30px;font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'CollegiateBlackFLF';
}

section.ticket-back .left-cont h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: bold;
}

section.ticket-back .center-img {
    width: 400px;
    height: 100%;
}

section.ticket-back .center-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

section.ticket-back .right-cont .ticket-form .form-field {
    display: flex;
    
margin: 20px 0;}

section.ticket-back .right-cont .ticket-form form label {
    font-size: 30px;
    font-weight: 400;
    color: #e01861 !important;
    font-family: 'Museo Slab 1000';
margin-bottom: 0;}


section.ticket-back .right-cont .ticket-form form input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid;
    font-size: 25px;
    padding-left: 10px;
}

section.ticket-back .right-cont .ticket-form .ticket-info {
    text-align: end;
    position: relative;
}

section.ticket-back .right-cont .ticket-form .ticket-info:before {
    content: '';
    position: absolute;
    background-color: #e01861 !important;
    width: 12px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    border-radius: 25px;
}

section.ticket-back .right-cont .ticket-form .ticket-info:after {
    content: '\f041';
    position: absolute;
    font-family: 'fontawesome';
    bottom: 0;
    right: 0;
    border: 2px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #e01861 !important;
}

section.ticket-back .right-cont .ticket-form .ticket-info h3 {
    font-size: 35px;
    font-weight: 400;
    color: #e01861;
    font-family: 'Museo Slab 1000';
}

section.ticket-back .right-cont .ticket-form .ticket-info p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 20px;
    font-family: 'Montserrat';
}

section.ticket-back .right-cont .ticket-form .ticket-info  h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 50px;
    font-family: 'Montserrat';
}





/*Ticker Front*/

section.ticket-front {
    margin-top: 300px !important;
    display: grid !important;
    grid-template-columns: 1fr 1.5fr !important;
    margin-bottom: 100px !important;
    position: relative !important;
    align-items: center !important;
}

section.ticket-front:after {
    background-image: url(/front/images/Ticket-front.png) !important;
    content: '';
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    height: 100% !important;
    width: 100% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

section.ticket-front .prod-img {
    width: 100% !important;
    height: 460px !important;
    z-index: -1 !important;
}

section.ticket-front .prod-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: left !important;
}

section.ticket-front .ticket-cont {
    display: grid !important;
    grid-template-columns: 70% 30% !important;
    align-items: center !important;
    position: relative !important;
}

section.ticket-front .ticket-cont .center-cont {
    z-index: 1 !important;
    position: relative !important;
}

section.ticket-front .ticket-cont .center-cont:after {
    content: '';
    position: absolute !important;
    border-left: 5px dashed !important;
    width: 10px !important;
    height: 110% !important;
    top: -22px !important;
    right: -20px !important;
}

section.ticket-front .ticket-cont .center-cont h3 {
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat' !important;
    font-weight: bold !important;
    text-align: right !important;
}

section.ticket-front .ticket-cont .center-cont h1 {
    font-size: 60px !important;
    font-family: 'Trajan Pro 3' !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    color: #1c2c58 !important;
    margin-bottom: 0 !important;
    text-align: end !important;
}

section.ticket-front .ticket-cont .center-cont h1:before {
    content: '';
    position: relative !important;
    background-image: url(/front/images/mini-logo.png) !important;
    width: 110px !important;
    height: 53px !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

section.ticket-front .ticket-cont .center-cont h2 {
    font-size: 35px !important;
    font-family: 'Trajan Pro 3' !important;
    text-transform: uppercase !important;
    color: #e72939 !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: end !important;
    width: 50%;
    margin-left: auto;
}

section.ticket-front .ticket-cont .center-cont p {
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
    color: #292d2b !important;
    width: 65% !important;
    text-align: center !important;
    margin-left: 120px !important;
}

section.ticket-front .ticket-cont .center-cont  h4 {
    font-size: 20px !important;
    font-family: 'Montserrat' !important;
    font-weight: bold !important;
    color: #de1e5f !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

section.ticket-front .ticket-cont .center-cont h5 {
    font-size: 14px !important;
    text-align: center !important;
    font-family: 'Montserrat' !important;
    color: #de1e5f !important;
    text-transform: uppercase !important;
    line-height: 1.5 !important;
    margin-left: 30px !important;
}

section.ticket-front .ticket-cont .center-cont h6 {
    font-size: 19px !important;
    font-family: 'Montserrat' !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: end !important;
    margin-right: 32px !important;
    position: relative !important;
}

section.ticket-front .ticket-cont .center-cont h6:after {
    content: '\f041' !important;
    position: absolute !important;
    font-family: 'fontawesome' !important;
    bottom: 0 !important;
    right: -38px !important;
    border: 2px solid !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    color: #e01861 !important;
}

section.ticket-front .ticket-cont .right-cont {
    position: relative !important;
    z-index: 1 !important;
    transform: rotate(-90deg) !important;
}

section.ticket-front .ticket-cont .right-cont h2 {
    font-size: 34px !important;
    font-family: 'CollegiateBlackFLF' !important;
    width: 300px !important;
    text-transform: uppercase !important;
    color: #e01861 !important;
}

section.ticket-front .ticket-cont .right-cont .ticket-num h6 {
    width: 300px !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

section.ticket-front .ticket-cont .ticker-price {
    position: absolute !important;
    background-color: #e01861 !important;
    z-index: 1 !important;
    left: -185px !important;
    bottom: 25px !important;
    border-radius: 50% !important;
    margin: auto !important;
    width: 150px !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 8px solid #000 !important;
}

section.ticket-front .ticket-cont .ticker-price h4 {
    font-size: 24px !important;
    font-family: 'Montserrat' !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

section.ticket-front .ticket-cont .ticker-price h4 span {
    display: block !important;
    font-size: 25px !important;
    font-weight: 700 !important;
}

#con_form ul li {
    align-items: center;
}





/*modal cSS*/
div#raffleModalCenter .modal-header {background-color: #1a2d57;}

div#raffleModalCenter  .modal-body {padding: 0;}

div#raffleModalCenter .modal-dialog.modal-dialog-centered {max-width: 600px;}

