@import url('colours.css');
@import url('cta.css');
@import url('qttv3.css');
@import url('fmt-journey-banner.css');

* {
    font-family: 'Averta',Sans-Serif;
}

.delyed_status_bg {
    background-color: #FFF8DF;
}

#track-this-train, #ShareyourJourney {
    border: 2px solid #FF4713;
}

    #track-this-train:focus-visible {
        outline: 2px solid #131E29 !important;
        outline-offset: 2px;
    }

    #ShareyourJourney:focus-visible {
        outline: 2px solid #131E29 !important;
        outline-offset: 2px;
    }

.findmytrain-main-section, .train-disabled-loader {
    background-color: var(--light-grey);
    padding: 36px 20px;
    position: relative;
    min-height: 70vh;
}

.train-operator-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.findmy-train-card {
    box-shadow: 0px 6px 20px 0px rgba(19, 30, 41, 0.16);
    background: #FFFFFF;
    width: 672px;
    height: auto;
    padding: 0px 0px 32px;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
}

    .findmy-train-card > .findmy-train-card {
        box-shadow: none;
        padding-bottom: 0px;
    }

.findmy-train-card-header {
    padding: 16px 36px;
    border-bottom: 1px solid var(--warm-grey);
}

    .findmy-train-card-header span {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.23;
        text-align: left;
        color: #004F59;
        cursor: pointer;
    }

        .findmy-train-card-header span::before {
            content: "\f104";
            font-family: fontawesome;
            padding-right: 5px;
        }

.findmy-train-card-body {
    padding: 16px 36px;
}

.findmy-train-card-body-content {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}

.findmytrain-icon {
    width: 137px;
    height: 137px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

.findmytrain-desc-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    color: #004F59;
    margin-bottom: 16px;
}

.findmytrain-desc-detail {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
}

.findmy-train-card-footer {
    padding: 0px 36px;
    margin-top: 16px;
}

.w-100 {
    width: 100%;
}

#divgeoLocatonback .findmy-train-card-footer {
    margin-top: 16px;
}


.fetching-train-wrapper {
    width: 327px;
    height: 90px;
    left: 50%;
    top: calc(50% - 100px);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.train-disabled-wrapper {
    width: 100%;
    max-width: 672px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0px 20px;
}

.train-disabled-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fetching-train-icon {
    width: 160px;
    height: 160px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.train-disabled-wrapper .fetching-train-icon {
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.fetching-train-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: var(--coalescent);
}

.train-disabled-content {
    color: var(--Primary-Coalescent, #131E29);
    text-align: center;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .train-disabled-content p {
        color: var(--Primary-Coalescent, #131E29) !important;
        text-align: center;
        font-family: Averta;
        font-size: 16px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 22px !important;
        margin: 0px !important;
    }

    .train-disabled-content h4 {
        color: var(--Primary-Graphene, #004F59) !important;
        text-align: center !important;
        font-family: Averta !important;
        font-size: 28px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 35px !important;
        margin: 0px !important;
    }

.fmt-try-btn {
    width: fit-content;
    margin: 0 auto;
}

.page-shadow {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.find-train-list-wrapper {
    border-bottom: 1px solid #D6D1CA;
    padding-bottom: 16px;
}

.find-train-list-item {
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    cursor: pointer;
}

.find-train-time {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: var(--coalescent);
    width: 45px;
    flex-shrink: 0;
}

.find-train-detail {
    width: 100%;
}

.find-train-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: var(--coalescent);
}

.find-train-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: var(--coalescent);
}

.find-train-list-item .fa-angle-right {
    width: 16px;
    flex-shrink: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: var(--coalescent);
}

.find-train-status {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: var(--coalescent);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.find-train-list-item:nth-child(2n+2) {
    background: #F6F6F6;
}

.find-train-status-icon {
    width: 15px;
    height: 15px;
    aspect-ratio: 1/1;
}

.search-train-input-wraper {
    margin-top: 36px;
    margin-bottom: 36px;
}

.search-train-input-group {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.search-train-input-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: left;
    margin-bottom: 8px;
    color: var(--coalescent);
    display: block;
}

.mantry-astric {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: left;
    color: var(--dark-spark);
}

.search-train-inputs {
    width: 100%;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--shadow-blue);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: var(--coalescent);
}

/* lounges css */
.lounges-section {
    max-width: 343px;
}

.lounges-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #131E29;
    display: block;
    margin-bottom: 8px;
}

.lounges-station-list {
    width: 343px;
    height: 48px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #7F8FA1;
    margin-bottom: 8px;
}

.lounges-station-list-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
    margin-bottom: 8px;
    color: #667980;
}

.lounges-time-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #131E29;
    margin-top: 10px;
}

.lounges-time-detail {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #131E29;
}

.lounge-more-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.09px;
    color: #D02D00;
    display: block;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    text-decoration: none;
    margin-top: 10px;
}

    .lounge-more-btn::after {
        content: "\f054";
        font-family: fontawesome;
        position: absolute;
        left: 130px;
        top: 6px;
        font-weight: 300;
        font-size: 11px;
    }

/* modal css */

.findmy-train-modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
}

.findmy-train-modal-content {
    max-width: 710px;
    max-height: 80vh;
    border-radius: 5px;
    box-shadow: 0px 4px 16px 4px rgba(19, 30, 41, 0.08);
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    background: #F6F6F6;
    overflow-y: auto;
    width: 100%;
    height: auto;
}

.findmy-train-modal-header {
    width: 100%;
    padding: 24px 32px;
    background: #fff;
    display: flex;
    border-radius: 5px 5px 0px 0px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    border-bottom: 1px solid #C5CFD9;
    position: sticky;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 3;
}

.popup-live-status-icon {
    width: 67px;
    margin-bottom: 8px;
    height: 28px;
    aspect-ratio: 67/28;
}

.findmy-train-modal-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    color: #004F59;
}

.findmy-train-modal-close {
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    cursor: pointer;
}

.findmy-train-modal-body {
    background-color: #F6F6F6;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.findmy-train-livetrain-status {
    max-width: 50%;
    flex-shrink: 1;
    width: 100%;
}

.findmy-train-livetrain-detail {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 1;
    width: 300px
}

.findmy-train-modal-body-card {
    padding: 20px;
    box-shadow: 0px 2px 12px 2px #131E2914;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}

.live-train-logo {
    margin-bottom: 1px;
}

.findmy-refresh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    margin-top: 18px;
}

.live-train-refresh-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.live-train-refresh-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #131E29;
    text-decoration: underline;
}

.findmy-train-route-wrapper {
    margin-top: 16px;
    width: 100%;
    color: #131E29;
}

.route-callpoint {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    width: 100%;
    min-height: 50px;
    padding-bottom: 8px;
    position: relative;
    height: auto;
}

    .route-callpoint::before {
        content: '';
        position: absolute;
        left: 64px;
        top: 0px;
        bottom: 0px;
        width: 5px;
        background-color: #004F59;
    }

    .route-callpoint.source-station::before {
        content: '';
        position: absolute;
        left: 64px;
        top: 20px;
        bottom: 0px;
        width: 5px;
        background-color: #004F59;
    }

    .route-callpoint.source-station::after {
        content: '';
        position: absolute;
        left: 58.5px;
        top: 6px;
        bottom: auto;
        width: 8px;
        height: 8px;
        border: 4px solid #004F59;
        border-radius: 50%;
    }

    .route-callpoint.destination-station::before {
        content: '';
        position: absolute;
        left: 64px;
        top: 0px;
        bottom: 44px;
        width: 5px;
        background-color: #004F59;
    }

    .route-callpoint.destination-station::after {
        content: '';
        position: absolute;
        left: 58.5px;
        top: auto;
        bottom: 30px;
        width: 8px;
        height: 8px;
        border: 4px solid #004F59;
        border-radius: 50%;
    }

.time-section {
    width: 45px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.station-section {
    width: max-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.destination-station .find-my-station-name,
.destination-station .find-my-updated-time,
.source-station .find-my-station-name,
.source-station .find-my-original-time, .destination-station .find-my-original-time {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #131E29;
}

.find-my-updated-time,
.find-my-delay-time {
    color: #C0414D;
    font-weight: 700;
}

.station-section:not(.destination-station .station-section, .source-station .station-section):before {
    content: '';
    position: absolute;
    left: -24px;
    top: 10px;
    bottom: auto;
    width: 8px;
    height: 3.57px;
    background-color: #004F59;
}

.erase-time {
    text-decoration: line-through;
}

.findmy-train-live-action {
    margin-top: 36px;
}

    .findmy-train-live-action button {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }

.train-label-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #131E29;
}

.train-direction-label-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.total-coaches-info-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #131E29;
}

.train-direction-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #131E29;
}

    .train-direction-label i.fa {
        color: #E42B00;
        font-size: 14px;
        font-weight: 500;
    }

.delay-more-info-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #131E29;
    display: flex;
    justify-content: space-between;
}

.delay-title img {
    padding-right: 5px;
}

.delay-more-info-show {
    color: #E42B00;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

    .delay-more-info-show::after {
        content: "\f078";
        font-family: fontawesome;
        position: absolute;
        right: 1px;
        top: 2px;
        font-size: 13px;
        font-weight: 400;
        transform: rotate(180deg);
        transition: 0.2s;
    }

.delay-detail-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #131E29;
    margin-top: 24px;
    transition: 0.2s all;
}

    .delay-detail-content a {
        color: #E42B00;
    }

.current-postion-train {
    position: absolute;
    left: -44px;
    top: -5px;
    z-index: 1;
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
}

.current-postion-train-between {
    position: absolute;
    left: -44px;
    top: 20px;
    z-index: 1;
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
}

.train-status-board {
    border: 1px solid #C0414D;
    padding: 12px 20px;
    background-color: rgba(192, 65, 77, 0.2);
    border-radius: 5px;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}

.train-status-board-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #131E29;
    margin-bottom: 8px;
}

.train-status-board-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: 000;
}

.train-status-board-icon {
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

.train-coaches-wrapper {
    display: flex;
    width: 291px;
    gap: 6px;
    overflow-x: auto;
    max-width: 100%;
}

.train-coaches-item {
    width: 82px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.train-coaches-default {
    width: 82px;
    height: 28px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background-color: #C5CFD9;
}

    .train-coaches-default:not(.train-first-coach):before {
        position: absolute;
        content: '';
        width: 8px;
        height: 2px;
        left: -7px;
        bottom: 6px;
        background: #204555;
    }

.first-coaches-item {
    width: 88px;
}

.train-first-coach {
    border-radius: 21px 5px 5px 11px;
    width: 88px;
    padding-left: 8px;
    clip-path: polygon(108% -323%, -13% 100%, 100% 100%);
}

    .train-first-coach::after {
        width: 12px;
        height: 5px;
        top: 7px;
        left: 4px;
        background-color: #fff;
        content: '';
        position: absolute;
        border-radius: 0px 0px 1px 0px;
        transform: rotate(-51deg);
        clip-path: polygon(100% 182%, 100% 0%, 0% 0%);
    }

.some-sheats {
    background-color: #F4CA40;
}

.many-sheats {
    background-color: #6CAF35;
}

.no-sheats {
    background-color: #E42B00;
    color: #fff;
}

.seats-data-unavailable {
    background-color: #CEE5E3;
    color: #fff;
}

.train-coaches-seats {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #131E29;
}

.findmy-train-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: var(--coalescent);
    margin-bottom: 8px;
    margin-top: 8px;
}

.findmy-train-filter-info {
    padding: 20px;
}

.findmy-train-filter-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: var(--coalescent);
    margin-bottom: 4px;
}

.findmy-train-filter-stations {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: var(--coalescent);
}

.findmy-filter-suggetion {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: var(--coalescent);
    padding: 4px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.no-border {
    border: 0px !important;
}

#DvSeachTrainback:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#train-coaches-section:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#DvshareLocationback:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#banner-close-icon:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#journey-stations:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#DvshareblockLocationback:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#Dvsharetabedit:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

input[type="text"]#txtDepartStation:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

input[type="text"]#txtArriveStation:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#DepartingCloseSearchTrain:focus-visible {
    border: 4px solid #204555;
}

#ArrivingCloseSearchTrain:focus-visible {
    border: 4px solid #204555;
}

#depart_Searchfilter_SearchTrain:focus-visible {
    border: 2px solid #ff4713;
}

#arrive_Searchfilter_SearchTrain:focus-visible {
    border: 2px solid #ff4713;
}

.delay-detail-content h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    margin-top: 16px !important;
    margin-bottom: 10px !important;
}

.delay-detail-content p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin-top: 16px !important;
    margin-bottom: 10px !important;
}

.disrupted-popup {
    flex-direction: column
}

    .disrupted-popup .findmy-train-livetrain-status, .disrupted-popup .fmt-coaches-board {
        display: none;
    }

    .disrupted-popup .findmy-train-livetrain-detail, .disrupted-popup .findmy-train-livetrain-status {
        width: 100%;
    }

.collapsed-desc .delay-detail-content {
    display: none;
}

.collapsed-desc .delay-more-info-show::after {
    rotate: 180deg;
}

@media only screen and (max-width: 1024px) {
    .findmy-train-card-body {
        padding: 24px 20px 8px;
    }

    .findmytrain-main-section {
        padding: 20px 8px;
    }

    .findmytrain-desc-title {
        font-size: 22px;
        font-weight: 600;
    }

    .findmy-train-card-body-content {
        gap: 16px;
        flex-flow: column;
        flex-direction: column
    }

    .findmytrain-icon {
        width: 96px;
        height: 96px;
    }

    .findmy-train-card-footer {
        padding: 0px 20px;
    }

    .findmy-train-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 27px;
    }

    #dvTrainResultSection .findmy-train-title, #train-section-results .findmy-train-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    #train-section-results .findmy-train-card-body, .dvTrainResultSection .findmy-train-card-body {
        padding: 24px;
    }

    #dvTrainResultSection .findmy-filter-suggetion {
        padding-left: 0px;
        padding-right: 0px;
    }

    .findmy-train-modal-body {
        padding: 0px;
        gap: 12px;
        flex-flow: column-reverse;
    }

    .findmy-train-livetrain-detail {
        gap: 12px;
        width: 100%;
    }

    .findmy-train-livetrain-status {
        width: 100%;
        max-width: 100%;
    }

    .train-coaches-wrapper {
        width: 100%;
    }

    .findmy-train-modal-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        background-color: transparent;
        z-index: 1;
        padding-left: 8px;
        padding-right: 8px;
    }

    .findmy-train-modal-content {
        width: 600px;
        height: auto;
        border-radius: 5px;
        box-shadow: 0px 4px 16px 4px rgba(19, 30, 41, 0.08);
        position: relative;
        left: 50%;
        top: 0px;
        transform: translateX(-50%);
        background: #F6F6F6;
        overflow-y: auto;
        max-width: 100%;
    }

    .findmy-train-card-header {
        padding: 16px 20px;
    }

    .findmytrain-main-section .modal-content {
        width: 95%;
        padding-bottom: 25px;
    }

    #dvTrainResultSection .findmy-train-card-body {
        padding: 24px 0px 8px;
    }

    .train-status-info {
        padding: 12px 20px;
    }
}

#DvtabgeoLocaton:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#DvtabenableLocation:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#Dvtabtrainsectionresults:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

.find-train-list-item:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#Dvtabedit:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

.findmy-train-modal-close:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#train-status-info-readmore:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

#referesh-time:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

.findmy-refresh:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}

.link_repay:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    background: #eee;
}
/*loader css*/
.reservation-msg-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.alert-icon {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

.reservation-msg-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #131E29;
}

.mt-12 {
    margin-top: 12px;
}

.fetching-info-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

.fetching-info-icon {
    width: 50px;
    height: 51px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-bottom: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.findmytrain-desc-subtitle {
    font-weight: 700;
    margin-bottom: 8px;
}

.findmytrain-desc-subdesc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.findmytrain-desc-subdesc-content {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: baseline;
}

.correct-tick {
    width: 16px;
    height: 12px;
    aspect-ratio: 4/3;
}

.fmt_cta_wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
}


.share-train-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 36px;
}

.share-train-info-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.share-train-info-station-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #131E29;
    width: 100%;
}

.share-train-info-time-wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
}

.share-train-info-station-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #131E29;
}

.share-train-info-Dtime {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.share-train-info-Atime {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.share-train-info-original-time {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

.share-train-info-original-time {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #131E29;
}

.share-train-info-updated-time {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #E42B00;
}

.erase-orinal-time {
    text-decoration: line-through;
}

.train-delay-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #131E29;
    margin-bottom: 12px;
    margin-bottom: 12px;
}
