 /* start train time edit form css*/

.train-search-section {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.train-search-info {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.search-stations {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.stations-names {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    letter-spacing: 0em;
    text-align: left !important;
    margin-right: 16px;
    color: #004F59 !important;
}

.train-search-date {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    letter-spacing: 0em !important;
    text-align: left;
    color: #131E29 !important;
    margin-top: 24px;
    margin-bottom: 0px;
}

.train-search-info .component-qtt-form {
    background: #fff !important;
    width: 100% !important;
    display: grid;
    max-width: 100% !important;
    grid-template-columns: 50% 50%;
    grid-gap: 8px;
}

.train-search-info .select2-container--default .select2-selection--single,
.train-search-info .datepickerwrap, .train-search-info .fancy-select {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #131E29 !important;
    padding: 0px !important;
    height: 48px !important;
    border-radius: 5px !important;
    border: 1px solid #131E29 !important;
    margin-bottom: 8px !important;
    width: 100% !important;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 1 !important;
}

body .select2-container--open .select2-dropdown--above .select2-search--dropdown,
body .select2-container--open .select2-dropdown--below .select2-search--dropdown {
    border: 0 !important;
    height: 47px !important;
    padding: 0px 0px !important;
}

body .train-search-info .select2-container--open .select2-dropdown--below {
    margin: 0px 0px;
    margin-top: -61px;
}

body .select2-container--open .select2-dropdown--above .select2-search.select2-search--dropdown {
    position: absolute;
    bottom: -48px !important;
    left: 0px;
    right: 0px;
    border-radius: 5px !important;
    height: 48px !important;
}

body .select2-container--open .select2-dropdown--above .select2-search--dropdown input.select2-search__field,
body .select2-container--open .select2-dropdown--below .select2-search--dropdown input.select2-search__field {
    padding: 10px;
    border: 2px solid #1c1818;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-right: 0px;
    height: 48px !important;
    border-radius: 5px !important;
}

body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.train-search-info .form-row {
    flex-grow: 1;
}

.swap-edit-icon {
    height: 36px;
    position: absolute;
    right: -21px;
    top: 6px;
    width: 36px;
    aspect-ratio: 1/1;
    z-index: 2 !important;
}

.train-search-info .qtt-form-stations {
    width: 100%;
    display: flex;
    gap: 0px;
    flex-direction: row;
    margin: 0px;
}

.train-search-info .switch-group {
    flex-grow: 1;
    width: 50%;
}

.train-search-info .qtt-form-stations > .switch-group:last-child {
    margin-left: 10px;
}

.train-search-info .qtt-form-stations .departure-station, .train-search-info .qtt-form-stations .arrival-station {
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.train-search-info .qtt-form-date-select {
    max-width: 100%;
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column
}

    .train-search-info .qtt-form-date-select .qtt-form-date-select-wraper {
        max-width: 100%;
        float: none;
        width: 100%;
        display: flex;
    }

    .train-search-info .qtt-form-date-select .qtt-form--date.with-caret:after,
    .train-search-info div.fancy-select div.trigger:after {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: 700;
        font-size: 21px;
        position: absolute;
        top: 5px;
        right: 12px;
        color: #131e29 !important;
        box-sizing: border-box;
        transform: rotate(90deg);
    }

    .train-search-info .qtt-form-date-select .qtt-form--date.with-caret:after {
        top: 13px;
    }

    .train-search-info .qtt-form-date-select .qtt-form--date,
    .train-search-info .qtt-form-date-select .qtt-form--depart,
    .train-search-info .qtt-form-date-select .qtt-form--time {
        width: 32% !important;
        float: left;
        padding: 0;
        margin-right: 8px !important;
        flex-grow: 1;
    }

.edit-form-action {
    display: flex;
    gap: 22px;
    margin-top: 16px;
    margin-bottom: 0px;
}

    .edit-form-action > button {
        margin: 0px !important;
        min-width: 160px;
    }

.train-search-info .component-qtt-form .validation-error-message,
.train-search-info .component-journey-check-results .validation-error-message,
.train-search-info .component-alt-route-finder .validation-error-message {
    color: #131E29 !important;
    margin-top: 0px;
}

.select2-search__field {
    background: #fff;
    margin-right: 10px;
    width: 99%;
}

.select2-dropdown.select2-dropdown--below {
    position: absolute !important;
    top: -14px !important;
    left: 0px !important;
    height: 48px !important;
    border-radius: 5px !important;
    margin-top: -42px !important;
}
.prevui {
    position: absolute;
    left: 2px;
    background: #fff;
    color: #000;
    font-weight: 300;
    border: 1px solid #000;
    padding: 0px 2px;
    opacity: 1;
    top: 42px;
}

.nextui {
    position: absolute;
    right: 0px;
    background: #fff;
    color: #000;
    font-weight: 300;
    border: 1px solid #000;
    padding: 0px 2px;
    opacity: 1;
    top: 42px;
}

.select2 .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
    padding-left: 15px !important;
    color: #131e29 !important;
    line-height: 46px !important;
    font-weight: 400;
}

.switch-page:focus-visible {
    border: 2px solid #ff4713 !important;
}

.icon-carat_down_soft:focus-visible {
    border: 2px solid #204555 !important;
}

body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field:focus-visible {
    border: 2px solid #204555 !important;
}

.select2-selection--single:focus-visible {
    border: 2px solid #204555 !important;
}

.station-switch__icon:focus-visible {
    border: 2px solid #ff4713 !important;
    border-radius: 50%;
}
.qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker,
div.component-qtt-form div.fancy-select div.trigger,
div.component-journey-check-form div.fancy-select div.trigger {
    font-size: 16px !important;
    padding-left: 15px !important;
    color: #131e29 !important;
    font-weight: 400;
}
.remove-chdate a.ui-state-default.ui-state-highlight.ui-state-active {
    background-color: transparent !important;
    color: #25303a !important;
    font-size:16px !important;
}
.add-csdate a.ui-state-default {
    background-color: #204555 !important;
    color: #fff !important;
}
.live-results-v2-min-height{
    min-height: 600px;
}
@media (max-width:1024px) {
    .train-search-info .qtt-form-date-select .qtt-form--time {
        margin-right: 0px !important;
    }

    .train-search-info .component-qtt-form {
        grid-template-columns: 100%;
        gap: 0px;
    }

    .stations-names {
        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 27px !important;
    }

    .train-search-date {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        margin-top:10px;
    }
    .remove-chdate a.ui-state-default.ui-state-highlight.ui-state-active {
        background-color: transparent !important;
        color: #25303a !important;
        font-size: 16px !important;
    }

    .add-csdate a.ui-state-default {
        background: #c7dae7 !important;
        border: 2px #204555 solid !important;
        color: #204555 !important;
        width: 36px !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        margin: auto;
    }
    .ui-datepicker .ui-datepicker-calendar tbody td.remove-chdate a.ui-state-active.ui-state-default{
        background-color: transparent !important;
        color: #25303a !important;
        font-size: 16px !important;
        border:none !important;
    }
    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {
        width:32px !important;
    }

}

@media (max-width:767px) {
    .train-search-info .qtt-form-stations {
        flex-direction: column;
        gap: 0px;
    }

        .train-search-info .qtt-form-stations > .switch-group:last-child {
            margin-left: 0px;
        }

    .swap-edit-icon {
        right: 10px;
        top: 37px;
        transform: rotate(90deg);
    }

    .train-search-info .qtt-form-date-select .qtt-form--date,
    .train-search-info .qtt-form-date-select .qtt-form--depart,
    .train-search-info .qtt-form-date-select .qtt-form--time {
        width: 100% !important;
        float: none;
        padding: 0;
        margin-right: 0px !important;
    }

    .train-search-info .qtt-form-date-select .qtt-form-date-select-wraper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
    }

    .train-search-info .qtt-form-date-select .qtt-form--date.with-caret {
        grid-column: 1 / span 2;
    }

    .edit-form-action {
        flex-direction: column;
    }

    .train-search-info .switch-group {
        width: 100%;
    }

}
/* End train time edit form css*/

/* start train time table css*/
.live-results-v2 .cap {
    padding: 16px;
    border-radius: 5px 5px 0px 0px;
    background-color: #004F59;
    border: 0px;
    text-align: center;
    font-weight: 400;
    line-height: 0px;
    cursor: pointer;
}

.live-results-v2 .cap--bottom {
    border-radius: 0px 0px 5px 5px;
}

.live-results-v2 .clock-icon {
    width: 16px;
    height: 16px;
    vertical-align: sub;
    margin-left: 6px;
    aspect-ratio: 1/1;
}

.live-results-v2 .cap .switch-page {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #E2F5E9;
}

.live-results-v2 .results-table .head {
    overflow: hidden;
    position: relative;
    background: #F6F6F6;
    border-left: 0px;
    border-right: 0px;
}

    .live-results-v2 .results-table .head .column {
        height: auto;
        padding: 16px 0px 16px;
    }

        .live-results-v2 .results-table .head .column {
            font-size: 18px;
            font-weight: 700 !important;
            line-height: 22px !important;
            letter-spacing: 0em !important;
            text-align: center;
            color: #131E29;
        }

.live-results-v2 .results-table .body .journey .column p, .live-results-v2 .results-table .body .journey .column #page .expandable-panel,
#page .live-results-v2 .results-table .body .journey .column .expandable-panel,
.live-results-v2 .results-table .body .journey .column .expandable-panel-link {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 22px !important;
    letter-spacing: 0em !important;
    text-align: center;
    color: #131E29;
    min-height: auto !important;
}

.live-results-v2 .results-table .column--button p span, .live-results-v2 .results-table .column--button #page .expandable-panel span,
#page .live-results-v2 .results-table .column--button .expandable-panel span,
.live-results-v2 .results-table .column--button .expandable-panel-link span {
    color: #131e29;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    top: 0px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0em;
}

.live-results-v2 .results-table .body {
    border-left: 0px;
    border-right: 0px;
    min-height: 320px;
}

.live-results-v2 .column--status span span {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 6px;
}

.live-results-v2 .column--status span.icon::before {
    font-size: 20px;
    position: absolute;
    right: auto;
    top: 4px;
    left: 5px;
}

.live-results-v2 .results-table .body .journey .column .content-table > .content-cell .time {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.live-results-v2 .jc-lin-wrapper {
    border-bottom: 0px;
}

.live-results-v2 .results-table .body .journey {
    min-height: 84px;
    background-color: #fff;
    border-bottom: 10px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease !important;
    cursor: pointer;
    padding-right: 1px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
}

.live-results-v2 .results-table .body .jc-lin-wrapper:nth-child(odd) .journey {
    background: #F6F6F6;
}

    .live-results-v2 .results-table .body .journey:hover, .live-results-v2 .results-table .body .jc-lin-wrapper:nth-child(odd) .journey:hover {
        background-color: #E2F5E9;
    }

.live-results-v2 .results-table .body .journey:hover,
.live-results-v2 .results-table .body .jc-lin-wrapper .journey.open {
    background-color: #E2F5E9;
}

.live-results-v2 .results-table .column--button p, .live-results-v2 .results-table .body .journey.open .column--button p {
    width: 100%;
    height: 100%;
    background: transparent;
    max-width: 100%;
    float: none;
    text-align: right !important;
    display: block;
}

.live-results-v2 .results-table .body .journey:hover .column--button p {
    background-color: transparent;
    transition: all 0s ease;
}

    .live-results-v2 .results-table .body .journey:hover .column--button p span {
        color: #131E29;
    }

.live-results-v2 .results-table .body .journey.open .column--button p span, .live-results-v2 .results-table .body .journey.open .column--button #page .expandable-panel span, #page .live-results-v2 .results-table .body .journey.open .column--button .expandable-panel span, .live-results-v2 .results-table .body .journey.open .column--button .expandable-panel-link span {
    color: #131E29;
}

.component-journey-check-results.live-results-v2 .results-table .column--status {
    width: 19%;
    position: relative !important;
    left: 0;
}

.live-results-v2 .column--ScheduledArrivalDate {
    width: 18%;
}

.component-journey-check-results.live-results-v2 .results-table .column--departs {
    width: 13%;
}

.component-journey-check-results.live-results-v2 .results-table .column--arrives {
    width: 13%;
}

.component-journey-check-results.live-results-v2 .results-table .column--changes {
    width: 10%;
}

.component-journey-check-results.live-results-v2 .results-table .column--duration {
    width: 13%;
}

.component-journey-check-results.live-results-v2 .results-table .column--other {
    width: 19%;
    text-align: right;
}

.live-results-v2 .results-table .column--button {
    width: 5%;
    float: left;
    position: static !important;
}

body .live-results-v2 .btn-tertiary-blue {
    background: transparent;
    border-radius: 5px;
    color: #131e29;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .1px;
    line-height: 20px;
    text-align: center;
    padding: 10px 18px !important;
    border: 2px solid #FF4713;
}

    body .live-results-v2 .btn-tertiary-blue:hover, .live-results-v2 .btn-tertiary-blue:focus {
        background-color: transparent;
        border: 2px solid #000;
    }

.live-results-v2 .results-table .body .route-overview:before {
    display: none;
}

.live-results-v2 .results-table .body .route-overview {
    background: #F6F6F6;
    padding: 24px;
    border: 1px solid #000000;
    position: relative;
    border-top: 0px;
    display: flex;
    gap: 24px;
}

.live-results-v2 .results-table .body .journey.open {
    border: 1px solid #000000;
    border-bottom: none;
}

.live-results-v2 .results-table .travel-information-panel {
    margin-bottom: 40px;
    overflow: hidden;
    flex-basis: 60%;
    background-color: #fff;
    padding: 24px;
    border-radius: 5px;
    height: fit-content;
}

.live-results-v2 .route-information-panel {
    flex-basis: 40%;
    background-color: #fff;
    padding: 24px;
    border-radius: 5px;
}

.live-results-v2 .journey-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 12px 0px !important;
    padding: 0px 0px 12px 0px !important;
    border-bottom: 1px solid #D6D1CA;
}

.journey-update-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #131E29;
}

.journey-update-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.update-desc-more {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #E42B00;
    position: relative;
}

    .update-desc-more::after {
        content: "\f054" !important;
        font-family: fontawesome;
        position: absolute;
        right: -16px;
        top: 2px;
        font-weight: 300;
        font-size: 11px;
    }

.live-results-v2 .operator-logo {
    width: 76px;
    height: 47px;
}

.component-journey-check-results.live-results-v2 .results-table .route-overview h6.route-stations {
    text-transform: none;
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0em;
    text-align: left;
    color: #131E29 !important;
}

.route-callpoints {
    display: flex;
}

.component-journey-check-results.live-results-v2 .results-table .column--departure {
    flex-basis: 15%;
    text-align: left;
}

.live-results.live-results-v2 .results-table .body .route-overview .row {
    padding: 0;
    min-height: 60px;
    flex-basis: 85%;
}

.live-results-v2 .results-table .body .route-overview .station .column {
    position: relative;
    min-height: 0px;
}

.component-journey-check-results.live-results-v2 .results-table .column--name {
    width: 100%;
    text-align: left;
}

.live-results-v2 .station-name {
    margin-bottom: 10px;
    border-bottom: 0px !important;
}

.route-callpoints:first-child .station-name, .route-callpoints:last-child .station-name, .route-callpoints:first-child p.column-text, .route-callpoints:last-child p.column-text {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.live-results-v2 .results-table .body .route-overview .station .dot:after {
    content: ' ';
    position: absolute;
    display: block;
    background-color: #004F59 !important;
    width: 4px;
    min-height: 100%;
    height: 60px;
    left: -1px;
    top: -7px;
}

.live-results-v2 .results-table .body .route-overview .station .dot {
    position: absolute;
    top: 12px;
    height: 100%;
}

    .live-results-v2 .results-table .body .route-overview .station .dot circle {
        stroke: #004F59;
    }

.live-results-v2 .results-table .column p.column-text, .live-results-v2 .results-table .column p.station-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #131E29;
}

.live-results-v2 .last-updatetime {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #131E29;
    border-top: 1px solid #D6D1CA;
    padding-top: 32px;
    margin-top: 12px;
}

.journey-icon {
    width: 12px;
    height: 12px;
    margin-right: 13px;
    aspect-ratio: 1/1;
}

.live-results-v2 .route-information-panel .route-callpoints:first-child .dot > div {
    margin-left: -9px;
    margin-top: -8px;
}

.live-results-v2 .route-information-panel .route-callpoints:last-child .dot > div {
    margin-top: -10px;
    margin-left: -9px;
}

.live-results-v2 .route-information-panel .route-callpoints:first-child .dot:after {
    height: 45px !important;
    left: -1px !important;
    top: 9px !important;
}

.live-results-v2 .results-table .body .journey .column .content-table > .content-cell .platform {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #131E29;
}

.live-results-v2 .results-table .body .journey .column .content-table > .content-cell .warning {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #cc0701;
    z-index: 2;
    top: 18px !important;
    left: 0 !important;
    right: 0 !important;
}

.live-results-v2 .status-icon.icon-status_minor:before, .live-results-v2 .status-icon.icon-status_major:before, .live-results-v2 .status-icon.icon-good:before {
    content: '' !important;
}

.live-results-v2 .column--status span.status-icon-wraper {
    padding: 3px 2px !important;
    transform: rotate(45deg) !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 16px !important;
    margin: 0px !important;
    top: 0px !important;
}

    .live-results-v2 .column--status span.status-icon-wraper > i.fa {
        transform: rotate(-45deg);
        color: #fff;
        font-size: 13px;
        position: absolute;
        top: 3px;
        left: 7px;
        font-weight: 400;
    }

.live-results-v2 .column--status .icon-good span.status-icon-wraper {
    background-color: #6CAF35 !important;
    padding: 3px 2px !important;
    transform: rotate(0deg) !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 14px !important;
    margin: 0px !important;
    border-radius: 50%;
}

    .live-results-v2 .column--status .icon-good span.status-icon-wraper > i.fa.fa-check {
        transform: rotate(0deg);
        color: #fff;
        font-size: 11px;
        position: absolute;
        top: 4px;
        left: 4px;
        font-weight: 400;
    }

.live-results-v2 .column--status .icon-status_major span.status-icon-wraper {
    background-color: #C0414D !important;
}

.live-results-v2 .column--status .icon-status_minor span.status-icon-wraper {
    background-color: #F4CA40 !important;
}

.component-journey-check-results.live-results-v2 .results-table .journey-update-title > .column--status {
    width: 100%;
    position: relative !important;
    left: 0;
    text-align: left;
    display: block;
    margin-bottom: 16px;
}

.live-results-v2 .journey-update-title .column--status span span {
    padding-left: 0px;
}

.live-results-v2 .column--status span span.status-desc {
    padding-left: 8px !important;
    color: #131E29 !important;
}

.live-results-v2 .operator-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #131E29;
    display: flex;
    margin-bottom: 12px;
}

    .live-results-v2 .operator-name img {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
        margin-right: 10px;
    }
/*media queries*/
@media(max-width:1024px) {
    .live-results-v2 .results-table .head .column p {
        font-size: 16px;
        font-weight: 700 !important;
        line-height: 20px !important;
        letter-spacing: 0em !important;
        text-align: center;
        color: #131E29;
    }

    .live-results-v2 .results-table .body .journey .column p, .live-results-v2 .results-table .body .journey .column #page .expandable-panel, #page .live-results-v2 .results-table .body .journey .column .expandable-panel, .live-results-v2 .results-table .body .journey .column .expandable-panel-link {
        padding: 0px !important;
        margin: 0px !important;
        font-size: 16px;
        font-weight: 700 !important;
        line-height: 22px !important;
        letter-spacing: 0em !important;
        text-align: center;
        color: #131E29;
        min-height: auto !important;
    }

    .live-results-v2 .results-table .body .route-overview {
        background: #F6F6F6;
        padding: 16px;
        border: 1px solid #000000;
        position: relative;
        border-top: 0px;
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .component-journey-check-results.live-results-v2 .results-table .column--departure {
        flex-basis: 30%;
        text-align: left;
        padding-left: 0px;
    }

    .live-results-v2 .results-table .body .route-overview .row {
        padding: 0;
        min-height: 60px;
        flex-basis: 70%;
    }

    .component-journey-check-results.live-results-v2 .results-table .column--status {
        width: 15.666667%;
    }

    .component-journey-check-results.live-results-v2 .results-table .column--other {
        width: 21%;
    }

    .live-results-v2 .column--status span.icon::before {
        font-size: 20px;
        position: absolute;
        right: auto;
        top: -10px;
        left: 10px;
    }

    body .live-results-v2 .btn-tertiary-blue {
        font-size: 15px !important;
        padding: 10px 12px !important;
    }

    .live-results-v2 .column--status span span {
        padding-left: 6px;
        font-size: 16px;
    }

    .live-results-v2 .results-table .body .journey .column .content-table > .content-cell .time {
        font-size: 16px !important;
    }

    .live-results-v2 .journey .column--status span.status-desc {
        display: none !important;
    }
}

@media(max-width:767px) {
    .component-journey-check-results.live-results-v2 .results-table .column--status {
        width: 13.666667%;
    }
    .live-results-v2 .column--ScheduledArrivalDate {
        width: 30% !important;
    }

    .component-journey-check-results.live-results-v2 .results-table .column--departs {
        width: 25.666667%;
    }

    .component-journey-check-results.live-results-v2 .results-table .column--arrives {
        width: 21.666667%;
    }

    .live-results-v2 .results-table .column--button {
        width: 10.333333%;
    }

    .live-results-v2 .column--status span span {
        padding-left: 0px;
    }

    .live-results-v2 .results-table .column--status *[class*='icon-'] {
        display: inline-block !important;
        top: -1px;
    }
}
.icon-status_minor .delay {
    display: block !important;
}

.icon-good .good {
    display: block !important;
}

.icon-status_major .cancel {
    display: block !important;
}
.HasDeparted .route-information-panel {
    display: none !important;
}
.HasDeparted .travel-information-panel {
    width: 100% !important;
    flex-basis: 100% !important;
}

/* End train time table css*/

.train-empty-result-section {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 87px;
    padding-bottom: 87px;
}

.train-empty-result-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-right: auto;
}

.train-empty-result-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #204555;
    margin-bottom: 8px;
}

.train-empty-result-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #204555;
    margin-bottom: 8px;
}