.tickets-passes-title {
    border-left-color: #1E7BC0 !important;
}

    .tickets-passes-title h1 {
        color: #1E7BC0;
    }

.ticketFinder {
    border: 2px solid #1E7BC0;
}

.ticketFinder_header {
    background: #1E7BC0;
    color: #FFF;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.tf_contentContainer {
    margin: 60px;
}

.tf_formContentContainer {
    margin:20px;
}

.tf_formSection {
    margin: 2px 5px 10px 5px;
    padding: 5px;
}

    .tf_formSection label {
        font-size: 16px;
        font-weight: 400;
        font-family: oxygen;
    }

    .tf_formSection.validation_error {
        border: 2px solid red;
    }

.tf_button {
    background-color: #3C43A2;
    border-radius: 10px;
    border: 1px solid #3C43A2;
    display: inline-block;
    color: #FFF;
    font-family: 'Oxygen', sans-serif !important;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding: 2px 5px;
    box-sizing: border-box;
    font-size: 14px;
    height: 50px;
    width: 340px;
    margin-bottom: 10px;
    background-image: none;
}

    .tf_button.tf_reset_button {
        background-color: #606060;
        width: 95%;
        font-size: 14px;
        padding: 8px; 
        margin-top: 15px;
    }

    button.tf_button.tf_reset_button:hover{
        background-color: #757575 !important;
        outline: 5px solid black;
    }

    button.tf_button.tf_reset_button:focus {
        background-color: #757575 !important;
        outline: 5px solid black;
    }

.tf_button.tf_button_search {
    width: 95%;
    font-size: 14px;
    padding: 8px;
    margin-top: 30px;
}

    .tf_button.tf_button_search:focus {
        outline: black 5px solid;
    }

    .tf_button.tf_button_search:hover {
        outline: black 5px solid;
    }

    .tf_button:not([disabled]):hover {
        background-color: #3C43A2 !important;
        border: 2px solid black;
        color: #ffffff;
        text-decoration: none;
    }

    .tf_button:disabled {
        background-color: #CCC;
        border-color: #808080 !important;
        color: #808080 !important;
        cursor: default;
    }

.tf_ticketsTable {
    margin-bottom: 5px;
    width: 100%;
    background-color: #DFE3EC;
    font-size: 13.3333px;
    font-weight: 400;
}

    .tf_ticketsTable .header {
        background-color: #0A1C5C;
        color: #fff;
        padding: 3px;
        border-bottom: 1px solid #DFE3EC;
        vertical-align: middle;
    }

    .tf_ticketsTable .header-left {
        width: 20%;
    }

    .tf_ticketsTable .header-right {
        width: 14%;
    }

    .tf_ticketsTable .content {
        padding: 3px;
        vertical-align: middle;
    }

    .tf_ticketsTable .content-left {
        width: 35%;
    }

    .tf_ticketsTable .content-table {
        padding: 0;
    }

    .tf_ticketsTable a {
        font-weight: bold;
        color: #0A1C5C;
        text-decoration: none;
    }

        .tf_ticketsTable a:hover {
            text-decoration: underline;
        }

.first_row{

}

.tf_pricesTable {
    margin-bottom: 0 !important;
}

    .tf_pricesTable .header {
        width: 31%;
    }

.tf_paging_button {
    background-color: #FFF;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
}

    .tf_paging_button.selected {
        background-color: #0A1C5C;
        border: 1px solid #0A1C5C;
        color: #FFF;
        font-weight: bold;
    }

    .tf_paging_button:disabled {
        background-color: #CCC;
        border: 1px solid #808080 !important;
        color: #808080 !important;
        cursor: default;
    }

.tf_normalText {
    font-size: 12px;
}

.tf_errorMessage {
    font-size: 12px;
    color: red;
    margin: 2px 5px 10px 5px;
}

    .tf_errorMessage.tf_serverError {
        font-weight: bold;
        margin: 0 0 20px 0;
    }

.tf_loading {
    text-align: center;
}

    .tf_loading .tf_loadingText {
        font-size: 13.3333px;
        margin: 10px 0;
    }

/* Filter by price CSS */

/*.ticket-container{
    padding-bottom:300px;
}*/

#SelectedSortOption {
    border-radius: 10px;
    width: 250px;
    height: 40px;
    padding-left: 10px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

/* Results page filters */

.tf_button_sort {
    background-color: #0A1C5C;
    color: white !important; 
    border: 0; 
    border-radius: 10px; 
    width: 250px;
    height: 40px;
}

    .tf_button_sort:hover {
        border: 2px solid black;
        background-color: #1A73E8;
    }

#SelectedSortOption:focus {
    border: 2px solid black !important;
}


/* Breadcrumb styles */

.ticket-form-breadcrumb {
    margin-bottom: 0px !important;
    margin-top: 20px;
}

.breadcrumb-container {
    background-color: transparent;
}

.breadcrumb-item::before {
    content: ">" !important;
}

.home-page-breadcrumb::before {
    content: "" !important;
}

.tf_button_search_again:focus {
    border: 2px solid black !important;
}


.home-breadcrumb:focus {
    border: 2px solid black !important;
}

.current-page-breadcrumb {
    color: #2F4F4F !important;
}


/*=======================        New Ticket Finder styles       ==============================*/

.ticket-form-main-header {
    padding: 3rem 3rem 0.25rem 2rem;
}


.ticket-finder-form {
    background-color: #DFE3EC;
    padding-bottom: 40px;
    padding-left: 0px;
}

.ticket-form-left  {
    border-right: black solid 1px;
}

.ticket-form-header {
    font-family: oxygen;
    font-size: 36px;
    font-weight: 700;
}

.ticket-finder-dropdowns {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding-left: 15px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

    .ticket-finder-dropdowns:hover {
        border: black 4px solid;
        cursor: pointer;
    }

.ticket-options-radio {
    flex-direction: column;
    margin-left: 0px !important;
    cursor: pointer;
}

    .ticket-options-radio label {
        margin-top: 20px;
        color: black;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        cursor: pointer;
        font-weight: 100 !important;
    }

    .ticket-options-radio label:hover {
        text-decoration: underline;
        font-weight: 600 !important;
    }

        .ticket-options-radio label:focus {
            text-decoration: underline;
            font-weight: 600 !important;
        }

        .ticket-options-radio label input {
            margin-right: 15px;
            height: 20px;
            width: 20px;
            outline: 2px black solid;
            border-radius: 50%;
            -webkit-appearance: none;
            border: 4px solid #D9D9D9;
            cursor: pointer;
        }

        .ticket-options-radio label input:checked {
            background: black;
        }

            .ticket-options-radio label input:focus-visible{
                outline: 4px black solid;
            }


.form-results {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

    @media only screen and (max-width: 1200px) {
        .form-results {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr;
        }
    }

    @media only screen and (max-width: 990px) {
        .ticket-form-left {
            border-right: 0px;
        }

        .ticket-filter {
            border-left: 0px !important;
        }

        .ticket-finder-form {
            padding-left: 0px;
            padding-right: 0px;
            background-color: white;
        }       
      
        .ticket-form-mode-container div.row {
            margin-left: -5px;
            margin-right: -5px;
        }

        .ticket-results-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        .ticket-filter-button {
            max-width: none;
            padding-right: 5px;
        }

        .ticket-filter-dropdown {
            max-width: none;
            padding-left: 5px;
        }

        .tf_formContentContainer {
            margin-top:  0px;
        }

    }

@media only screen and (max-width: 500px) {
    .form-results {
        grid-template-columns: 1fr;
    }

    .ticket-container {
        height: fit-content !important;
    }

    .ticket-prices-container {
        grid-template-columns: 1fr !important;
    }

    .ticket-operator-and-mode {
        grid-template-columns: 1fr !important;
    }

    .ticket-button-container {
        margin-top: 5px;
    }
}

    @media only screen and (max-width: 400px) {
        .form-results {
            grid-template-columns: 1fr;
        }

    }

@media only screen and (max-width: 320px) {
    .form-results {
        grid-template-columns: 1fr;
    }
}

.ticket-finder-dropdowns:focus {
    border: 4px solid black !important;
}

.ticket-filter {
    border-left: black 1px solid;
    padding-top: 0px !important;
    margin-top: 3rem;
    margin-left: -16px;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

.filters-container {
    display: flex;
    margin-left: 10px;
    margin-top: -5px;
}

.selection-item input:focus {
    border: 2px solid black !important; 
}

.applied-filters {
    background-color: #1A73E8;
    border-radius: 10px;
    display: flex;
    padding: 15px 10px 15px 15px;
    margin: 5px;
    height: 25px;
}

.filter-value {
    color: white;  
    align-self: center;
    font-size: 11px !important;
    font-weight: 600;
}


.ticket-card {
    background-color: #E0E0E0;
    border: 2px #0A1C5C solid;
    border-radius: 10px;
    margin: 10px;
}

.ticket-card-name {
    background-color: #0A1C5C;
    border-radius: 4px 4px 0px 0px;
    color: white;
    font-family: oxygen;
    padding-bottom: 2rem !important;
    font-size: 20px;
    padding-left: 10px !important;
}

.ticket-card-image {
    height: 25px;
    width: 25px;
}

.ticket-modes-container {
    align-self: center;
}

.mode-image {
    padding: 3px;
}

.ticket-details-table {
    display: grid;
    grid-template-columns: 3fr 2fr;
    color: black;
    padding: 10px;
}

.ticket-information-container {
    background-color: #1A73E8;
    border-radius: 5px;
    text-align: center;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ticket-information-container:hover {
    border: black solid 2px;
}

    .ticket-information-container:focus {
        border: black solid 2px;
    }

.show-more-container {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-top: 40px;
}

.ticket-finder-show-more {
    background-color: #B6BBCE;
    border-radius: 10px;
    height: 40px;
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    font-family: oxygen;
    font-weight: 600;
    color: black;
    cursor: pointer;
}

    .ticket-finder-show-more:hover {
        border: 2px black solid;
    }

    .ticket-finder-show-more:focus {
        border: 2px black solid;
    }

@media only screen and (max-width: 1200px) {

    .ticket-finder-ads {
        max-height: 550px;
        min-height: 340px;
        height: 510px;
    }
}

@media only screen and (max-width: 990px) {

    .ticket-finder-ads {
        max-height: 500px;
        min-height: 340px;
        height: 480px;
    }
}

@media only screen and (max-width: 575px) {

    .ticket-finder-ads {
        max-height: 350px;
        min-height: 140px;
        height: 330px;
    }
}

@media only screen and (max-width: 384px) {
    .ticket-finder-ads {
        max-height: 400px;
        min-height: 140px;
        height: 360px;
    }
}

@media only screen and (max-width: 375px) {

    .ticket-finder-ads {
        max-height: 400px;
        min-height: 140px;
        height: 390px;
    }
}

@media only screen and (max-width: 344px) {

    .ticket-finder-ads {
        max-height: 450px;
        min-height: 140px;
        height: 400px;
    }
}

@media only screen and (max-width: 319px) {

    .ticket-finder-ads {
        max-height: 650px;
        min-height: 140px;
        height: 470px;
    }
}

@media only screen and (max-width: 210px) {

    .ticket-finder-ads {
        max-height: 650px;
        min-height: 140px;
        height: 580px;
    }
}

.TicketBorder {
    border: grey 1.5px solid;
    border-radius: 15px;
}

.TicketBorderRow {
    margin:1.5px;
}

.containerTFI {
    border-style: none !important;
}

.ticket-finder-ads div {
    height: 100%;
}

.remove-filter {
    align-self: center;
    margin-left: 10px;
    margin-bottom: 5px;
}

    .remove-filter img {
        height: 15px;
        width: 15px;
    }


/*========================         Ticket Finder Results Styles         ===================================*/
.ticket-container {
    background-color: #E0E0E0;
    height: 280px;
    border-radius: 10px;
    border: 2px solid #0A1C5C;
    margin-bottom: 40px;
    display: grid;
}

.ticket-title-container {
    background-color: #0A1C5C;
    border-radius: 3px 3px 0px 0px;
    padding: 0.5em;
    display: grid;
    grid-template-columns: 15fr 1fr;
    height: fit-content;
}

.ticket-title-container a {
    color: white;
    font-size: 20px !important;
    padding-left: 1em;
    font-weight: 600;
}

.reset-form-container {
    text-align: end;
    padding-bottom: 10px;
    text-decoration: underline;
}

    .reset-form-container a:hover {
        color: #1A73E8;
    }

    .reset-form-container a:focus {
        color: #1A73E8;
    }

/* Ticket Prices */

.ticket-prices-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin-top: 10px;
}

.ticket-prices div:nth-of-type(even) {
    display:none !important;
}

.ticket-prices p {
    color: black;
}

.ticket-prices p a {
    font-size: 22px !important;
    color: black;
    font-family: Inter;
}

.ticket-prices p.content {
    font-size: 22px !important;
    color: black;
    font-family: Inter;
}

.ticket-prices div p {
    margin-bottom: -5px !important;
}

/* Ticket duration */

.ticket-duration {
    margin: 0px !important;
    font-size: 22px !important;
    color: black;
    font-family: Inter;
}

.ticket-duration-text {
    color: black !important;
    margin-top: -5px !important;
}

.detail-values {
    font-size: 16px;
}

/* Ticket operator and mode */

.ticket-operator-and-mode {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.ticket-operator {
    color: black;
    font-size: 22px;
    font-family: Inter;
    margin-bottom: 0px;
}

.ticket-operator-text {
    color: black;
    margin-top: -5px;
}

.ticket-form-mode-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .ticket-form-mode-container div {
        justify-content: center;
        align-content: center;
        height: 38px;
        border-radius: 10px;
    }

    @media only screen and (max-width: 500px) {
        .ticket-form-mode-container .row {
            display: block !important;
            height: fit-content !important;
        }

        .ticket-form-mode-container .mode-items {
            height: 50px;
            margin-top: 5px;
        }
    }


        .ticket-form-mode-container div:focus {
            background-color: #131C5B;
        }


.mode-items-active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background-color: #131C5B !important;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    flex: 0 0 30%;  
}

    .mode-items-active label {
        color: white;
    }

    .mode-items-active img {
        filter: invert(1);
    }

.mode-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background-color: #B6BBCE;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    flex: 0 0 30%;
    pointer-events: none;
}

    .mode-items:hover {
        background-color: #131C5B !important;         
        color: white !important;
    }

    .mode-items:hover img {
        filter: invert(1);
    }

    .mode-items:focus {
        background-color: #131C5B !important;
        color: white !important;
    }

    .mode-items label {
        margin: 0px 5px;
        font-family: oxygen;
        font-weight: 600 !important;
        font-size: 14px;
        display: flex;
        align-self: center;
    }

        .mode-items label:focus {
            margin: 0px 10px;
            font-family: oxygen;
            font-weight: 600 !important;
            font-size: 14px;
            display: flex;
            align-self: center;
            background-color: #131C5B !important;
            color: white !important;
        }

        .mode-items img:focus {
            filter: invert(1);
        }

    .mode-items input {
        width: 20px;
        accent-color: #D9D9D9;
        cursor: pointer;
        pointer-events: auto !important;
    }

        .mode-items input:focus {
            width: 20px;
            accent-color: #D9D9D9;
            cursor: pointer;
            pointer-events: auto !important;
            background-color: #131C5B !important;
            color: white !important;
            box-shadow: 0px 0px 0px 2px black;
        }


.mode-icons {
    height: 25px;
    width: 25px;
}

#TicketFinderResults {
    text-align: -webkit-center;
}

/* More Ticket Information button */

.ticket-button-container {
    background-color: #1A73E8;
    width: 80%;
    display: grid;
    text-align: center;
    justify-self: center;
    height: 48px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .ticket-button-container a {
        color: white !important;
        font-size: 16px;
        font-family: Inter;
        align-self: center;
    }

.ticket-button-container:focus {
    border: 2px solid black;
}

.ticket-button-container:hover {
    border: 2px solid black;
}

.ticket-information-button {
    color: white !important;
    font-size: 16px;
    font-family: Inter;
    align-self: center;
}

.close-button:hover {
    border: black solid 2px;
    border-radius: 100%;
    cursor: pointer;
}

.close-button:focus {
    border: black solid 2px;
    border-radius: 100%;
}