.elementor-27 .elementor-element.elementor-element-56e349d3{--display:flex;--min-height:100vh;--justify-content:flex-start;}.elementor-27 .elementor-element.elementor-element-a40c27e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-27 .elementor-element.elementor-element-2031a9f{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS */#ticket-scan-form form {
    min-width: 100% !important;
    display: inline-flex !important;
}

#ticket-scan-form select {
    width: 30%;
    min-height: 45px;
}

#ticket-scan-form input {
    width: 30%;
    min-height: 45px;
}

#ticket-scan-form button {
    width: 30%;
    min-height: 45px;
}

select#scan-action {
    display: none !important;
}


#ticket-scan-result .woocommerce-success:nth-of-type(1) {
    text-align: center !important;
    font-size: 22px !important;
    font-family: 'Roboto Condensed' !important;
    line-height: 42px !important;
}    

.woocommerce-error {
    font-size: 22px !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #b81c23 !important;
    background: #b81c2320 !important;
}

.woocommerce-success:nth-of-type(2) {
    text-align: center !important;
    font-size: 22px !important;
    font-family: 'Roboto Condensed' !important;
    line-height: 42px !important;
    background: #7bdcb550 !important;
    border-left: 10px solid green !important;
    color: green !important;
    margin: 0 0 2em !important;
}

#ticket-scan-result p.buttons {
    display: none !important;
}/* End custom CSS */