@charset "UTF-8";
/* CSS Document */

.apple-pay-faq h4 {
    color: #006298;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .0625rem;
    margin-bottom: .5rem !important;
}

.nickname-txt{
    inline-size: 100px!important;
}
.order-details-date{
    text-transform: none;
}

.order-summary-date{
    text-transform: uppercase;
}

.dropLeft {
    position: relative;
    margin-right: 0;
}


#main-content .dropdown-menu {
    border: 1px solid #006298;
    position: absolute !important;
    top: 5px !important;
    left: -90px !important;
}


/* Guest menu: Sign out hover */
.sign-in-out {
    padding-right: 0 !important;
    padding-top: 0.3rem;
    font-size: 1.125rem;
}

.sign-in-out a:hover {
    color: #45B3E5 !important;
}

.guest-user {
    padding-top: 0.75rem !important;
}

#footer-legal .d-flex {
    align-items: start;

}

/* marge this to Anja's styles.css */
/* Card Detil Styles */
.card-detail-normal-top,
.card-detail-normal-middle,
.card-detail-normal-bottom,
.card-detail-normal-single,
.card-detail-blocked-top,
.card-detail-blocked-middle,
.card-detail-blocked-bottom,
.card-detail-blocked-single {
    border-top: 1px solid #ccc;
    padding: 0.5rem;
}

.card-detail-normal-top {
    background-color: #E8F6FC;
}

.card-detail-normal-middle {
    margin-top: -1px;
    background-color: #E8F6FC;
}

.card-detail-normal-bottom {
    margin-top: -1px;
    border-radius: 0px 0px 4px 4px;
    background-color: #E8F6FC;
}

.card-detail-normal-single {
    background-color: #E8F6FC;
}

.card-detail-blocked-top {
    border-radius: 4px 4px 0px 0px;
    background-color: #F0F0F0;
}

.card-detail-blocked-middle {
    margin-top: -1px;
    background-color: #F0F0F0;
}

.card-detail-blocked-bottom {
    margin-top: -1px;
    border-radius: 0px 0px 4px 4px;
    background-color: #F0F0F0;
}

.card-detail-blocked-single {
    background-color: #F0F0F0;
    border-radius: 0px 0px 4px 4px;
}

.card-more-row {
    text-align: center;
    color: #757575;
    font-size: .8125rem;
    font-weight: 400;
}

.card-more-box-top {
    border-top: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
}

.card-more-box-bottom {
    border-top: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
}

.blocked-row {
    color: #D2282F;
    background-color: #FBF4F4;
    border-radius: 4px 4px 0px 0px;
}

.blocked-card-box {
    background: #FFFFFF;
    border: 1px solid #D2282F;
    box-sizing: border-box;
    border-radius: 4px;
}

.blocked-row h6 {
    margin-bottom: 0;
}

/* Reverted by MIG
.d-flex {
    align-items: center;
}
*/

.card-name-arrow {
    margin-left: 58px;
    margin-top: -40px;
}

.account-limit-reached {
    margin-left: 18px;
    margin-top: 0px;
}

.card-virtual-name-arrow {
    margin-left: 75px;
    margin-top: -33px;
}

.circle {
    background-color: #1C8000;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    padding: 0 !important;
    margin-left: 6px;
    margin-right: 6px;
}

.card-box h4,
.blocked-card-box h4 {
    color: #4F4D51;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}

.card-box h6,
.blocked-card-box h6 {
    font-weight: 600;
    font-size: 1rem;
    margin: 3px 0px 0px 0px;
}

.container-fluid .card-box {
    padding: 1rem 0 0 0 !important;
}

.container-fluid .blocked-card-box {
    padding: 0 !important;
}

.d-flex h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.card-image {
    top: 9px;
    width: 32px;
    height: 50px;
}

.card-image-grey {
    top: 9px;
    width: 32px;
    height: 50px;
    filter: grayscale(1);
}


.card-image-virtual {
    top: 9px;
    width: 50px;
    height: 32px;
}

.main-card-image {
    top: 9px;
    width: 127px;
    height: 201px;
}

.main-card-image-virtual {
    top: 9px;
    width: 198px;
    height: 126px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.container-fluid .card-inactive {
    opacity: 0.5;
}

.card-arrow {
    height: 30px;

}

.container-fluid:first-child {
    margin-top: 0;
}


/* Button Styles */
.region-card .btn {
    background-color: #006298;
    color: #fff;
    /*font-size: 1rem;*/
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 20px;
    white-space: normal;
}

.region-card .btn:disabled {
    background-color: #757575;
}

.region-card .btn:disabled div {
    opacity: 0.8;
}

/* Red Border Box Styles */
.borderbox-red {
    background: #FBF4F4;
    border: 1px solid #D2282F;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
}

.borderbox-red .d-flex {
    align-items: start;
}

/* Gray Box Styles */
.alert-box-gray {
    background: #F0F0F0;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
}

.alert-box-gray .d-flex {
    align-items: start;
}

.alert-box-gray p {
    color: #006298;
}

/* Blue Border Box Styles */
.borderbox-blue .d-flex {
    align-items: start;
}

.card-detail-box .region-card .btn {
    margin-top: 0;
}

.container-fluid .card-card {
    margin: 0 0 40px 0;
}

.card-detail-more-passes {
    position: relative;
    top: -40px;
}

.blocked-card-image {
    position: relative;
    top: 0px;
}

.base-image {
    position: relative;

}

.top-image {
    position: absolute;
    top: 29px;
    left: 16px;
    width: 32px;
}

.top-image-large {
    position: absolute;
    top: 80px;
    left: 66px;
    width: 127px;
}


.order-details-button {
    background: #ffffff;
    border: none;
    width: 100%;
    cursor: pointer;
}

.download-order-history-modal .modal-body {
    padding: 0;
}

.download-order-history-modal .modal-body h3 {
    font-size: 1.5rem;
}

.download-order-history-modal .modal-body .format:hover {
    background: #E8F6FC;
}

.recent-trips-orders-header {
    background-color: #F0F0F0;
    padding: 1rem;
}

.recent-trips-orders-content {
    padding: 1rem;
}

.recent-box {
    padding: 0 !important;
}

.auto-reload {
    padding: 15px 0 0 0;
    background-color: #FFF;
}

.cash-amount {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.product-box {
    background-color: #E8F6FC;
    border: 1px solid #CCC;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 1.125rem 0;
}

.product-box-no-click {
    background-color: #E8F6FC;
    border: 1px solid #CCC;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 1.125rem 0;
}

.non-cash-box {
    background-color: #E8F6FC;
    border: 1px solid #CCC;
    border-top: 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 1.125rem 0;
}

.product-box-multi-pass {
    background-color: #E8F6FC;
    border: 1px solid #CCC;
    padding-top: 1.125rem;
    position: relative;
    width: 99%;
}

.product-box-multi-pass::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    background-color: #E8F6FC;
    border-radius: 4px;
}

/* 2nd pass box */
.product-box-multi-pass::after {
    left: 5px;
    top: 5px;
    z-index: -1;
}

.pass-pending, .pass-pending::after {
    background-color: #F0F0F0 !important;
}

.benefit-box {
    background-color: #E8F6FC;
    border: 1px solid #CCC;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0px;
}

.blocked-card {
    background-color: #F0F0F0;
}

.negative-balance-card {
    background-color: #FBF4F4;
}


/*.cash-value-row .fal {
    color: #006298;
}*/

.cash-value-btn {
    background-color: #E8F6FC;
}

.container .back-arrow h6 {
    color: #006298;
    font-weight: 700;
    margin-bottom: 0px;
}

.back-arrow .fal {
    color: #006298;
}

.panel-heading h6 {
    border-bottom: 0px !important;
    font-weight: 700;
}

.panel-heading .fal {
    position: relative;
    top: -4px;
}

/* .panel-group {
    border-bottom: solid 2px #006298;
} */

.panel-group dl {
    padding: 1rem 0 0 2rem;
}

.panel-group dt {
    font-weight: 600;
    color: #757575;
}

.panel-group dd {
    margin-bottom: 1rem;
}

.panel-group {
    position: relative;
    top: -1px;
}

.container .border {
    border-color: #CCC !important;
}

.auto-reload-box {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
    margin-left: 15px;
    margin-right: 15px;
}

.auto-reload-box-bart {
    border-top: 0px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
    margin-left: 15px;
    margin-right: 15px;
}

.recent-container .card-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main-card {
    border-bottom: 1px solid #ccc;
}

.red-text {
    color: #D2282F;
}

.blue-text {
    color: #006298;
}

.gray-text {
    color: #4F4D51;
}

.gray75-text {
    color: #757575;
}

.green-text {
    color: #1C8000;
}

.fs-14 {
    font-size: 0.8125rem;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.entry {
    background-image: url("../img/icon-entry.svg");
    background-repeat: no-repeat;
    height: 100%;
    width: 40px;
}

.entry-small {
    background-image: url("../img/icon-entry-11.svg");
    background-repeat: no-repeat;
    height: 100%;
    width: 40px;
}

.entry-small-adjust {
    background-image: url("../img/icon-entry-11-adjust.svg");
    background-repeat: no-repeat;
    height: 100%;
    width: 40px;
}

.entry-exit-dot {
    width: 40px;
}

.promotions .borderbox-blue {
    border: 1px solid #CED4DA;
}

/*
#main-content .dropdown-menu {
    border: 1px solid #006298;
    position: absolute;
    top: 0px;
    left: -10px !important;
    display: block;
    display: block;
    opacity: 0;
}

#main-content .dropdown-menu.show {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    opacity: 1;
}
*/


.auto-reload .dropdown-toggle {
    border: none !important;
}

#autoreload .dropdown-item {
    padding-top: 1rem;
    border-color: #006298;
}

.product-box-no-border {
    background-color: #E8F6FC;
    border: 1px solid #CCC;
    border-bottom: 0px;
    border-radius: 4px 0px 0px 4px;
    padding: 1.125rem 0;
}

.Card-id-box-blue {
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    justify-content: center;
    align-items: center;
    padding: 10px 2rem;
    position: relative;
    width: 100%;
    height: 52px;
    background: #E8F6FC;
}


/*.input-group-text {
    border: 1px solid #ccc;
}*/

.modal-heading {
    padding: 0px 2rem;
}

#rename-text {
    width: 100%;
    padding-right: 30px;
}

#rchars {
    position: relative;
    top: -35px;
    float: right;
}


span.charCounter {
    position: relative;
    top: 10px;
    margin-left: -25px;
}

div.charCounter {
    z-index: 99
}

#link-card-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(51, 51, 51, 0);
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*.modal-dialog {
  margin: 0;
}*/

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*#linkcardModal .modal-dialog {
    top: 0px;
}*/

.modal-content .card-linking {
    background-color: #E8F6FC;
}

#clipper-card-number .form-control .is-valid {
    background-image: url("../img/icon-entry.svg");
    background-repeat: no-repeat;
}

.valid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 14px;
    right: 14px;
    margin-top: 0;
}

/* Review Order */

.review-order .card {
    background-color: #FFF;
}

#main-content #review-order h2 {
    font-size: 2.5rem;
    padding-left: 0;
}

.review-order dt {
    color: #757575;
    font-weight: 600;
}

.review-order .panel-group {
    border-bottom: 0px;
}

.review-order .spacer {
    height: 41px;
}

/* Thank You Modal */
#thankyouModal .card,
#ordersdetail-1-Modal .card,
#ordersdetail-2-Modal .card,
#ordersdetail-3-Modal .card,
#ordersdetail-4-Modal .card,
#ordersdetail-5-Modal .card {
    background-color: #FFF;
    padding-bottom: 0px;
}

#thankyouModal dt,
#ordersdetail-1-Modal dt,
#ordersdetail-2-Modal dt,
#ordersdetail-3-Modal dt,
#ordersdetail-4-Modal dt,
#ordersdetail-5-Modal dt {
    color: #757575;
    font-weight: 600;
}

#thankyouModal .modal-footer,
#ordersdetail-1-Modal .modal-footer,
#ordersdetail-2-Modal .modal-footer,
#ordersdetail-3-Modal .modal-footer,
#ordersdetail-4-Modal .modal-footer,
#ordersdetail-5-Modal .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Payment */
#order-sidebar .order-total .btn-clipper {
    height: auto;
}

#paymentModal .container h2,
#splitpayModal .container h2 {
    padding-left: 0px;
}

#paymentModal .cash-value-box {
    background-color: #FFF;

}

#paymentModal .cash-value-box-blue {
    background-color: #E8F6FC;
}

#paymentModal .btn-secondary {
    height: 50px;
}

#paymentModal .panel-group, #splitpayModal .panel-group {
    border-bottom: 0px;
}

/* Account Managers */
#main-content .manager-name a {
    border-bottom: 0px;
}

.managed-account {
    outline: 4px solid #FFC107;
    outline-offset: -4px;
}

.viewing-managed-account-banner {
    background-color: #FFF3CD;
}
.viewing-managed-account-banner .fa-angle-right {
    position: relative;
    top: 4px;
}

/* SCROLL TEST */
#total {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 123px;
    z-index: 3;
}

#promo {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    transition: 1.0s;
    z-index: 2;
}

#order {
    position: fixed;
    bottom: -14px;
    width: 100%;
    height: 188px;
    transition: 1.5s;
    z-index: 1;
}

/* TRIP HISTORY */
.trip-history .card-box {
    border-radius: 0px;
}

.trip-history .panel-group dd {
    margin-bottom: 0px;
}

.trip-history .panel-group dl {
    padding: 0 0 0 1rem;
    margin-bottom: 0px;
}

.trip-history .panel-group {
    border-bottom: 0px;
}

#main-content nav ul li a {
    border-bottom: none;
}

#main-content .page-item.active .page-link {
    background-color: #FFF;
    color: #4F4D51;
}

#main-content nav .page-link {
    border: none;
    font-weight: 600;
    color: #006298;
}

#main-content .history-collapse-arrow a {
    border-bottom: none;
}

.trip-history nav li {
    list-style-image: none;
}

.trip-history .pagination-next {
    position: relative;
    top: -4px;
}

.trip-history .pagination-prev {
    position: relative;
    top: -4px;
    left: 1px;
}

#main-content .trip-history .filter a {
    border-bottom: 0px;
}

#main-content .trip-history a {
    color: #006298;
}

#main-content .trip-history .filter h6 {
    position: relative;
    top: 4px;
}

#main-content .searchicon {
    position: relative;
    top: -34px;
    float: right;
}

#downloadtriphistoryModal .modal-body {
    padding: 0 0;
}

#downloadtriphistoryModal .radio-selected {
    background-color: #E8F6FC;
}

#filter-trip-history-Modal .input-group-append,
#resolvemissingtagModal .input-group-append {
    border-radius: 0.25rem;
}

#filter-trip-history-Modal .input-group-append a,
#resolvemissingtagModal .input-group-append a {
    border-bottom: 0;
}

#filter-trip-history-Modal .input-group .form-control,
#resolvemissingtagModal .input-group .form-control {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: 0;
}

#main-content .main-title h1 {
    text-align: left;
}

/* ORDER HISTORY */
.failed-order-red-background {
    background-color: #FBF4F4;
    padding: 1rem 2rem;
    margin: 0 -2rem;
}

.drop-menu {
    background: #FFFFFF;
    border: 1px solid #006298;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0;
    z-index: 100;
}

.apple-pay-faq h3 {
    color: #006298;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .0625rem;
    margin-bottom: .5rem !important;
}

.font-size-xs {
    font-size: .9rem !important;
}

.google-pay-faq h3 {
    color: #006298;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .0625rem;
    margin-bottom: .5rem !important;
}

/* Google Styles */
#google-pay-page a.border-btm {
    padding-bottom: 4px;
    border-bottom: solid #369ece 1px;
}

#google-pay-page a.border-btm:hover {
    padding-bottom: 4px;
    border-bottom: solid #369ece 1px;
}

div[class*="google-pay-section-"] {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Reverted by MIG
.google-pay-section-4 h3,
.google-pay-section-5 h3,
.google-pay-section-10 h2 {
    color: #006298;
    font-weight: 900;
    font-size: 1.25rem;
    letter-spacing: .0625rem;
    margin-bottom: .5rem;
}
*/

div[class*="google-pay-section-"] h2.h1 {
    color: #006298;
    font-family: "utopia-std", serif;
    font-weight: 900;
    letter-spacing: .0625rem;
    text-align: left;
    padding-top: 0;
}

.google-pay-question {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.google-pay-question .fa-angle-down:before {
    color: #006298;
}

.google-pay-question a,
.in-lang-question a {
    text-decoration: none;
}

.google-pay-question a,
.in-lang-question a {
    color: #006298 !important;
    font-size: 1rem;
    font-weight: 900;
    white-space: normal !important;
    border-bottom: 1px solid transparent !important;
}

.google-pay-question a:hover {
    color: #43B3E6 !important;
    border-bottom: 1px solid #43B3E6;
}

.watch-video p {
    text-align: center;
    margin-top: 15px;
}


/* ----------- iPhone 5S (XXS)  ----------- */

@media (max-width: 350px) {

    .card-linking img {
        width: 290px;
    }


}

/* End XXS */

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 500px) {

    .top-image-large {
        position: absolute;
        top: 80px;
        left: 93px;
        width: 127px;
    }

    .load-product-modal .modal-content {
        width: auto;
    }

    .load-product-modal .modal-body {
        padding: 0 1rem;
    }

    .load-product-modal h1 {
        font-size: 1.75rem !important;
    }

    .card-linking img {
        width: 290px;
    }

    .card-linking {
        position: relative;
        width: 100%;
        background-color: #E8F6FC;
    }

    .review-order .left-col {
        padding: 0;
    }

    .auto-reload {
        padding: 15px 0;
    }

}


/* End XS */


/* ----------- Mobile (L)  ----------- */

@media (min-width: 425px) {
    .modal-content {
        width: auto;
    }

    .load-product-modal .modal-body {
        padding: 0 3rem;
    }

}


/* ----------- Mobile (L?)  ----------- */

/* TRIP HISTORY */
@media (max-width: 500px) {

    .trip-history .card-box {
        margin-top: 0px;
    }

    #downloadtriphistoryModal .modal-dialog {
        position: relative;
        transform: translateY(69%);
    }

}

@media (max-width: 575px) {
    .google-pay-img {
        display: block;
        margin: auto;
    }

    /* Reverted by MIG
    img.google-pay-logo {
        padding-top: 1rem;
        width: 54%;
    }
    */
}

@media (min-width: 576px) {
    /* Reverted by MIG
    img.google-pay-logo {
        padding-top: 1rem;
        width: 20%;
    }
    */

    div[class*="apple-pay-section-"] a.ap-back-to-top,
    div[class*="google-pay-section-"] a.ap-back-to-top {
        top: 1rem;
    }
}

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {
    .card-detail-box {
        width: 100%;
    }

    .main-card-box {
        border: 1px solid #CCC;
    }

    .panel-group {
        border-bottom: 0px;
    }

    .panel-group dl {
        padding: 1rem 0 0 1rem;
    }

    .recent-container .card-box {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .load-cash-pass .btn {
        margin-top: 0px;
    }

    .main-card {
        border-bottom: 0px;
    }

    /*
        #main-content .dropdown-menu {
            left: -34px !important;
        }
    */
    .modal.show .modal-dialog {
        transform: translateY(-50%);
    }

    .load-product-modal .modal-content {
        height: 100%;
        width: 498px;
        border-radius: 0;
    }

    .card-linking {
        position: relative;
        left: -30px;
        width: 492px;
        background-color: #E8F6FC;
    }

    .station-name {
        display: inline-block !important;
    }

    .region-2 .card-clipper-get {
        min-height: 430px;
    }

    .get-train-background {
        padding-bottom: 240px;
        background-image: url('../img/get/Get-Train-BackgroundImage-tablet.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .google-pay-question a {
        font-size: 1.125rem;
    }

}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {
    .card-detail-normal-top {
        border-radius: 4px 4px 0px 0px;
        background-color: #E8F6FC;
    }

    .card-detail-blocked-top {
        border-radius: 4px 4px 0px 0px;
        background-color: #F0F0F0;
    }

    .card-detail-normal-single {
        border-radius: 4px;
        background-color: #E8F6FC;
    }

    .card-detail-blocked-single {
        border-radius: 4px;
        background-color: #F0F0F0;
    }

    .card-detail-normal-top,
    .card-detail-normal-middle,
    .card-detail-normal-bottom,
    .card-detail-normal-single,
    .card-detail-blocked-top,
    .card-detail-blocked-middle,
    .card-detail-blocked-bottom,
    .card-detail-blocked-single {
        border: 1px solid #ccc;
        padding: 0.5rem;
    }

    .card-image {
        width: 117px;
        height: 186px;
        top: 1rem;
    }
    .card-image-grey {
        width: 117px;
        height: 186px;
        top: 1rem;
        filter: grayscale(1);
    }

    .card-image-virtual {
        width: 118px;
        height: 76px;
        top: 1rem;
    }

    .card-products-row {
        margin-left: 150px;
        margin-top: -127px !important;
    }

    .virtual-card {
        margin-left: 150px;
        margin-top: -4px !important;
    }

    .card-arrow {
        margin-left: 1rem !important;
    }

    .card-name-arrow {
        align-items: start;
        margin-left: 150px;
        margin-top: -175px;
    }

    .card-virtual-name-arrow {
        align-items: start;
        margin-left: 150px;
        margin-top: -60px;
    }

    .container-fluid .card-box {
        padding: 1rem 0 2rem 0 !important;
    }

    .container-fluid .blocked-card-box {
        padding: 0rem 0 2rem 0 !important;
    }

    .activate-card {
        padding: 1rem 0 !important;
    }

    .top-image {
        position: absolute;
        top: 87px;
        left: 16px;
        width: 117px;
    }


    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .recent-container h3 {
        font-size: 1.375rem;
    }

    .recent-container .card-box {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .product-box {
        background-color: #E8F6FC;
        border: 1px solid #CCC;
        border-radius: 4px 0px 0px 4px;
    }

    .product-box-no-click {
        background-color: #E8F6FC;
        border: 1px solid #CCC;
        border-radius: 4px 0px 0px 4px;
    }

    .benefit-box {
        background-color: #E8F6FC;
        border: 1px solid #CCC;
        border-radius: 0px 0px 0px 4px;
    }

    .blocked-card {
        background-color: #F0F0F0;
    }

    .negative-balance-card {
        background-color: #FBF4F4;
    }

    .auto-reload-box {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 0px solid #ccc;
        border-radius: 0px 4px 4px 0px;
        margin-left: -15px;
    }

    .auto-reload-box-bart {
        border-top: 0px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 0px solid #ccc;
        border-radius: 0px 4px 4px 0px;
        margin-left: -15px;
    }

    .main-card-image-virtual {
        top: 9px;
        width: 250px;
        height: 160px;
        border-radius: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    }

    .promotions .borderbox-blue {
        border: 1px solid #CED4DA;
        width: 48%;
    }

    /*
        #main-content .dropdown-menu {
            left: -42px !important;
        }
    */
    .Card-id-box-blue {
        border-top: 1px solid #CED4DA;
        border-bottom: 1px solid #CED4DA;
        justify-content: center;
        align-items: center;
        padding: 10px 2rem;
        position: relative;
        height: 52px;
        background: #E8F6FC;
    }

    .section-header {
        text-transform: capitalize;
    }

    /*
        #main-content .dropdown-menu {
            top: -2px !important;
            left: 0px !important;
            width: 100%;
        }
    */
    #thankyouModal .modal-footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .station-name {
        display: inline-block !important;
        width: 20em;
    }

    /* Reverted by MIG
    .google-pay-hero {
        background-image: url('../img/phone/Pixel7_google-pay-hero.png');
        overflow: hidden;
        background-position: -430px 20px;
        background-repeat: no-repeat;
        background-size: 1900px 500px;
    }
    */
}

/* End MD */

/* ----------- Large Desktops (LG) ----------- */

@media (min-width: 1200px) {
    .station-name {
        display: inline-block !important;
        width: 30em;
    }

    /*
        #main-content .dropdown-menu {
            left: -160px !important;
        }
    */
    .get-train-background {
        padding-bottom: 40px;
        background-image: url('../img/get/Get-Train-BackgroundImage.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .region-2 .card-clipper,
    .region-2 .card-clipper-get {
        margin-bottom: 0;
    }

    .google-pay-question a {
        font-size: 1.25rem;
    }

    /* Reverted by MIG
    .google-pay-hero {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 2241px 635px;
    }
    */
}
