.westcoastupgradesbanner {
    margin-top: 60px;
}

.engg-work-cal {
    width: 100%;
    margin: 0 auto;
}

h3.rout-title {
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    color: #131E29 !important;
}

.rout-title-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #131E29;
}

.eng-search-wraper {
    padding: 26px 40px;
    background: #FFFFFF;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.input-groupeng {
    position: relative;
    width: calc(50% - 93px);
}

.input-groupeng-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #212121;
    position: absolute;
    left: 10px;
    top: -7px;
    background: #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.eng-station-input {
    background: #FFFFFF;
    border: 1px solid #004F59;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #7F8FA1;
    padding: 0px 15px;
    width: 100%;
}

.check-journey-btn {
    padding: 12px 4px;
    text-align: center;
    background: #FF4713;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    width: 180px;
    letter-spacing: 0.1px;
    color: #131E29;
}

.qttv3-swap-icon {
    position: absolute;
    right: -21px;
    top: 3px;
    z-index: 1;
    border-radius: 50%;
}

.eng-swapicon {
    aspect-ratio: 1/1;
}

.selected-date-wraper {
    display: flex;
    align-items: stretch;
    margin-top: 108px;
    margin-bottom: 96px;
    gap: 48px;
    flex-direction: row;
}

.date-eng-sec {
    width: 55%;
}

.summery-wrapper {
    width: 45%;
    position: relative;
}

.calender-btns-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nextmonth {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #131E29;
    padding: 12px 10px;
    border: 2px solid #FF4713;
    border-radius: 5px;
    background: #fff;
    margin: 22px 0;
    position: relative;
}

.prevmonth {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #131E29;
    padding: 12px 10px;
    border: 2px solid #FF4713;
    border-radius: 5px;
    background: #fff;
    margin: 22px 0;
    position: relative;
}

.btn-desabled-month {
    padding: 12px 10px;
    background: #E7EBF3;
    border: 2px solid #E7EBF3;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #7F8FA1;
    margin: 22px 0;
    pointer-events: none;
    text-decoration: none;
}

.prevmonth:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    left: 6px;
    top: 12px;
    font-weight: 300;
    font-size: 17px;
    transform: rotate(180deg);
}

.nextmonth:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 6px;
    top: 12px;
    font-weight: 300;
    font-size: 17px;
}


.nextmonth img {
    width: 9px;
    filter: none;
    margin-left: 10px;
    transform: rotate(0deg);
}

.prevmonth img {
    width: 10px;
    filter: none;
    margin-right: 10px;
}

.prevmonth:hover {
    text-decoration: none;
    background: #fff;
}

.nextmonth:hover {
    text-decoration: none;
    background: #fff;
}

.currentmonth {
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 27px !important;
    text-align: center;
    color: #000000;
    margin: 33px 0;
}

.content-show-more h3, .content-show-more h2, .content-show-more h1, .content-show-more h4, .content-show-more h5, .content-show-more h6 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.clndrtable td.filled-clndr {
    padding: 8px;
    height: 92px;
    color: #fff;
    position: relative;
    cursor: pointer;
    background: #004F59;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.clndrtable .empty-clndr {
    background: #ccc;
    vertical-align: top;
    padding: 10px;
    height: 92px;
}

.clndrbx-2 {
    width: 36%;
    margin-bottom: 30px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.clndrtable th {
    width: 14.28%;
    border: 1px solid #fff;
    background: #ccc;
    color: #333;
    padding: 8px 5px;
    font-size: 16px !important;
    min-width: auto !important;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    background: #131E29;
}

.arrowbtn {
    position: absolute;
    bottom: 15px;
    right: 23px;
    transition: .5s;
}

.table-scroll-wrapper,
.table-scroll-wrapper table {
    margin-bottom: 0px !important;
}

.summery-suggestion {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 92px;
    bottom: 0px;
    background: #F6F6F6;
}

.summery-suggestion-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 71px;
    padding-right: 71px;
}

.selected-date-summery {
    overflow-y: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    bottom: 0;
    background-color: #F6F6F6;
}

.clndrtask-dtl {
    width: 100%;
}

.summery-date {
    font-weight: 600;
    font-size: 22px;
    line-height: 92px;
    color: #131E29;
    height: 92px;
}

.search-suggetion-content {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 22px !important;
    text-align: center;
    color: #004F59;
}

.search-suggetion {
    width: 61px;
    aspect-ratio: 1/1;
}

.date-list-sec {
    display: flex;
    align-items: center;
}

.clndrtask-dtl > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 20px;
}

    .clndrtask-dtl > li:nth-child(even) {
        background: #e2f6e8;
    }

    .clndrtask-dtl > li:nth-child(odd) {
        background: #f5f5f5;
    }

.content-show-more ul {
    padding-left: 0px !important
}

    .content-show-more ul li {
        list-style-type: none !important;
        border-bottom: none !important;
        background: transparent !important;
    }

.clndrtask-dtl .content-show-more li:nth-child(even), .clndrtask-dtl .content-show-more li:nth-child(odd) {
    background: transparent !important;
    padding: 0px;
}

.clndrtask-dtl .content-show-more li:first-child {
    border-top: none !important;
}

.clndrtask-dtl-list p {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}

.date-sting {
    margin-right: 26px;
    aspect-ratio: 1/1 !important;
    background: transparent;
}

.dtl-list-date {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #204555;
}

.amended-date-view {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.09px;
    color: #D02D00;
}

    .amended-date-view a {
        display: block;
    }

.list-date-loc {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #204555;
    display: block;
    margin-bottom: 10px;
}

.list-date-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.09px;
    color: #131E29;
}

.head-bdr {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px;
    display: block !important;
}

.returning-popup .returning-modal-top {
    background: #eee;
    padding: 20px;
}

.returning-popup .returning-search-field {
    width: 100%;
    position: relative;
}

    .returning-popup .returning-search-field label {
        width: 100%;
        color: #204555;
        font-size: 14px;
        font-weight: normal;
        display: block;
    }

    .returning-popup .returning-search-field input {
        width: 100%;
        border: 6px;
        height: 40px;
        border-radius: 6px;
        border: #ccc 1px solid;
        padding: 10px 40px 10px 10px;
    }

    .returning-popup .returning-search-field::after {
        content: "\f002";
        font-family: fontawesome;
        color: #FF4713;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 25px;
    }

.returning-popup .return-stations-nearme h5 {
    font-size: 20px;
    margin-bottom: 0px
}

.return-stations.focused {
    cursor: pointer !important;
    background: #eee !important;
}

.returning-popup .return-stations {
    background: #fff;
    border: 1px #204555 solid;
    padding: 10px;
}

.returning-popup .return-station-name {
    float: left;
    color: #204555;
    font-weight: 500
}

.returning-popup .return-stations {
    background: #fff;
    border: 1px #204555 solid;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
}

.returning-popup .close span,
.departing-popup .close span,
.railcard-mobile-pop .close span {
    background: #204555;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    line-height: 16px;
}

.returning-popup .close,
.departing-popup .close,
.railcard-mobile-pop .close {
    color: #204555 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.clsRecentStation {
    margin-bottom: 20px !important;
}

.station-not-found {
    width: 100%;
    text-align: center;
    position: relative;
    background: #fff;
    margin-top: 200px;
    margin-bottom: 100px;
}

.selectjourneydate,
#calenderStationError {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
}

    .selectjourneydate img,
    #calenderStationError img {
        margin-right: 10px;
        aspect-ratio: 1/1;
    }

label.nosearch-error {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #E42B00 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

input.sta-no-found {
    border: 1px solid #E42B00 !important;
}

.summery-suggestion-content.pop-icon {
    top: -100px;
}

.clndrbx-1 {
    position: absolute;
    height: 90%;
    width: 90%;
    left: 10%;
    top: 20%;
    background: url('../img/icon/icon_55.svg') no-repeat;
    background-size: 37%;
    background-position: center center;
}

.fromtostation {
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 29px !important;
    color: #131E29;
    position: relative;
    top: 85px;
}

input[type="text"]#departingFromPopupV3:focus-visible,
input[type="text"]#arrivingToPopupV3:focus-visible {
    border: 4px solid #204555;
    background: #eee;
}

table tr th:focus-visible,
table tr td:focus-visible {
    border: 4px solid #fff;
    background: #eee;
}

.check-journey-btn:focus-visible {
    border: 4px solid #204555;
}

.btn-desabled-month:focus-visible {
    text-decoration: none;
}

.selected-date-summery ul {
    margin-bottom: 10px !important;
}

#depart_Searchfilter_BT:focus-visible,
#arrive_Searchfilter_BT:focus-visible {
    border: 2px solid #ff4713;
}

.selectableclass:focus-visible {
    border: 2px solid #ff4713;
}

.qttv3-swap-icon:focus-visible {
    border: 3px solid #FF4713;
    line-height: 8px;
}

.close.clsStationModal:focus-visible {
    border: 3px solid #FF4713;
}

.clear-input-link {
    position: absolute;
    right: 15px;
    top: 10px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    display: none;
}

.clear-input-link-close {
    width: 14px;
    height: 14px;
    color: #fff;
    border-radius: 50%;
    background: #FF4713;
    display: block;
    margin: 4px 5px;
    text-align: center;
    line-height: 12px;
    font-size: 15px;
    padding: 0px 4px 0px;
}

.clear-input-link:focus-visible {
    border: 3px solid #FF4713;
}

.selected-date-summery b {
    font-weight: 700 !important;
}

/* css for engineering works detail */

.engg-works-detail {
    margin: 48px 0px;
}

.engg-works-detail-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    letter-spacing: 0px !important;
    color: #131E29 !important;
    margin-bottom: 24px;
}

.engg-works-no-detail {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 24px 0px;
    color: #204555;
}

    .engg-works-no-detail a, .engg-works-no-detail a:hover {
        color: #E42B00;
        text-decoration: underline;
    }

.engg-works-detail-list-item {
    margin-bottom: 20px;
    width: 100%;
}

.engg-works-detail-list-item-title {
    width: 100%;
    padding: 24px 48px 24px 48px;
    background-color: #004F59;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #131E29;
    cursor: pointer;
}

    .engg-works-detail-list-item-title > i.fa {
        font-size: 24px;
    }

    .engg-works-detail-list-item-title > p, .engg-works-detail-list-item-title > i.fa {
        padding: 0px;
        margin: 0px;
        color: #F6F6F6;
    }

    .engg-works-detail-list-item-title.active {
        border: 2px solid #131E29;
        border-bottom: none;
    }

        .engg-works-detail-list-item-title.active > i.fa {
            transform: rotate(180deg);
        }

    .engg-works-detail-list-item-title:hover {
        background-color: #F6F6F6;
    }

        .engg-works-detail-list-item-title:hover > p, .engg-works-detail-list-item-title:hover > i.fa {
            color: #131E29;
        }

    .engg-works-detail-list-item-title:focus-visible {
        border: 2px solid #FF4713;
    }

.engg-works-detail-list-item-desc {
    border: 2px solid #131E29;
    border-top: 0px !important;
    padding: 24px 48px 48px;
}

.engg-detail-desc-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #004F59 !important;
    margin-top: 20px;
    margin-bottom: 18px;
}

.engg-detail-desc-btn {
    padding: 14px 22px 14px 22px;
    border-radius: 5px;
    background-color: #FF4713;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #131E29;
    border: none;
}

.download-pdf-icon {
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
}

.content-show-more, .eng-show-less {
    display: none;
}

    .eng-show-more, .eng-show-less, .eng-show-less i.fa, .eng-show-more i.fa {
        font-weight: 700 !important;
    }

.filled-clndr.active:before {
    content: " ";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 3px solid #131E29;
}
/* media query */


@media screen and (max-width: 1024px) {
    .eng-search-wraper {
        flex-direction: column;
        padding: 26px 20px;
    }

    .input-groupeng {
        position: relative;
        width: calc(100% - 0px);
    }

    .eng-swapicon {
        position: relative;
        right: 19px;
        top: 29px;
        z-index: 1;
        transform: rotate(90deg);
        width: 28px;
    }

    .selected-date-wraper {
        display: flex;
        align-items: stretch;
        margin-top: 30px;
        margin-bottom: 20px;
        gap: 8px;
        flex-direction: column;
    }

    .date-eng-sec {
        width: 100%;
    }

    .calender-tbl-bx {
        display: table !important;
    }

    .summery-wrapper {
        width: 100%;
    }

    .clndrtable th,
    .clndrtable td {
        min-width: 14.28% !important;
    }

    .prevmonth span,
    .nextmonth span {
        display: none;
    }

    .prevmonth,
    .nextmonth {
        border: none;
        background: transparent;
    }

        .prevmonth:after {
            left: -2px;
            font-size: 22px;
            top: 4px;
        }

        .nextmonth:after {
            right: -3px;
            font-size: 22px;
            top: 4px;
        }

    .currentmonth {
        margin: 20px 0px;
    }

    .calender-btns-wraper .column {
        margin-bottom: 0px !important;
    }

    .returning-popup .modal-content,
    .departing-popup .modal-content {
        max-width: 600px;
        min-width: 90%;
    }

    h3.rout-title {
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: 25px !important;
        color: #131E29 !important;
    }

    .summery-wrapper {
        height: 502px;
    }

    .returning-popup .return-stations-nearme {
        height: 300px;
    }

    .fromtostation {
        top: 25px;
    }

    .clear-input-link {
        right: 0;
    }

    .engg-works-detail-list-item-title {
        padding: 18px 25px 18px 25px;
    }
    .planned-eng-sec>.container{
        width:100%;
    }
}

@media screen and (max-width: 576px) {
    .clndrtable td.filled-clndr {
        padding: 8px;
        height: 62px;
    }

    .clndrtable td.filled-clndr {
        padding: 5px;
        height: 62px;
        text-align: center;
    }

    .clndrtable .empty-clndr {
        height: 62px;
    }

    .clndrbx-1 {
        top: 20px;
        background-size: 16px;
        height: 80%;
        width: 80%;
    }

    .engg-works-detail-list-item-title {
        padding: 12px 10px 12px 10px;
    }
}

@media screen and (max-width: 460px) {
    .clear-input-link > span:first-child {
        display: none;
    }
}
