﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --primary-background: #10C6CA;
    --secondary-background: #FB8D20;
    --primary-color: #444;
    --secondary-color: #10C6CA;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.mobile-header-summary {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 61px;
    position: relative;
}

    .mobile-header-summary .back-icon {
        position: absolute;
        /*   top: 15px;*/
        left: 8px;
        color: #AAA;
        margin-left: 16px;
        margin-bottom: 15px;
    }

    .mobile-header-summary .mobile-header-title {
        font-size: 14px;
        color: var(--primary-color);
        font-style: normal;
        font-weight: 700;
    }

.mobile-summary-eb {
    padding: 0 0 60px;
    margin-top: 1rem;
}

    .mobile-summary-eb .mobile-header-eb-details {
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        height: 53px;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        color: var(--primary-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        position: relative;
    }


    .mobile-summary-eb .product-header-eb,
    .mobile-summary-eb .wallet-container-eb {
        background: #F9F9F9;
        padding: 1rem 1.5rem;
    }

        .mobile-summary-eb .product-header-eb .header-lbl {
            color: #AAA;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
        }

    .mobile-summary-eb .booking-detail-eb {
        background: #FFF;
        padding: 1rem 1.5rem;
    }

        .mobile-summary-eb .booking-detail-eb .booking-lbl {
            color: #888;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: .5rem;
        }

    .mobile-summary-eb .wallet-container-eb .redeem-input-box {
        border-radius: 6px;
        border: 1px solid #AAA;
        background: #FFF;
        width: 60%;
        height: 52px;
        overflow: hidden;
        display: flex;
        align-items: center;
        position: relative;
    }

        .mobile-summary-eb .wallet-container-eb .redeem-input-box .redeem-input {
            padding: 5px 35px;
            height: 100%;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .mobile-summary-eb .wallet-container-eb .redeem-input-box .v-ic {
            position: absolute;
            left: 6px;
        }

            .mobile-summary-eb .wallet-container-eb .redeem-input-box .v-ic.disabled {
                filter: grayscale(100%);
                opacity: 0.6;
            }

        .mobile-summary-eb .wallet-container-eb .redeem-input-box .bx-x {
            position: absolute;
            right: 6px;
            top: 14px;
            display: none;
        }

        .mobile-summary-eb .wallet-container-eb .redeem-input-box .redeem-input input {
            width: 100%;
            outline: 0;
            border: 0;
            background-color: transparent;
            padding: 0;
            flex: 1;
        }

        .mobile-summary-eb .wallet-container-eb .redeem-input-box.disabled {
            background: #F9F9F9;
        }

        .mobile-summary-eb .wallet-container-eb .redeem-input-box .redeem-input .label-title {
            display: none;
            color: #ACACAC;
            font-size: 12px;
            line-height: normal;
            font-weight: 600;
        }

    .mobile-summary-eb .wallet-container-eb .btn-redeem {
        border-radius: 12px;
        background: var(--primary-background);
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        color: #FFF;
        margin-left: 20px;
        width: 111px;
        height: 45px;
        flex: 1;
        outline: 0;
        border: 0;
        transition: all .3s;
    }

        .mobile-summary-eb .wallet-container-eb .btn-redeem:disabled {
            background: #AAA;
            pointer-events: none;
        }

    .mobile-summary-eb .wallet-container-eb .btn-remove {
        background: #FFF;
        border: 1px solid var(--primary-background);
        color: var(--primary-background);
    }

    .mobile-summary-eb .wallet-container-eb .wallet-wrapper-eb {
        margin-top: 23px;
        border-radius: 12px;
        border: 1px solid #AAA;
        background: #FFF;
        padding: 20px 22px;
        display: flex;
        align-items: center;
    }

        .mobile-summary-eb .wallet-container-eb .wallet-wrapper-eb .w-icon {
            color: var(--primary-background);
        }

        .mobile-summary-eb .wallet-container-eb .wallet-wrapper-eb .gw-icon {
            width: 70px;
            height: 20px;
            margin-left: 24px;
        }

        .mobile-summary-eb .wallet-container-eb .wallet-wrapper-eb .b-w {
            color: #AAA;
            line-height: normal;
            margin-left: 27px;
            margin-top: 3px;
        }

        .mobile-summary-eb .wallet-container-eb .wallet-wrapper-eb .checkbox-wrapper-46 {
            margin-left: auto;
        }

    .mobile-summary-eb .total-container-eb {
        padding: 1rem 1.5rem;
        background: #FFF;
    }

        .mobile-summary-eb .total-container-eb .total-lbl {
            color: var(--primary-color);
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            margin-top: .5rem;
        }

    .mobile-summary-eb .cashback-box-eb {
        border: 2px solid #E1FDEE;
        background: #FFF;
        border-radius: 6px;
        width: 100%;
        margin-top: 1rem;
    }

        .mobile-summary-eb .cashback-box-eb .header-eb {
            background: #E1FDEE;
            display: flex;
            align-items: center;
            padding: 3px 11px;
            color: #1E8D78;
            line-height: normal;
            word-wrap: break-word;
            font-weight: 500;
        }

        .mobile-summary-eb .cashback-box-eb .item-eb {
            padding: 9px 16px;
        }

            .mobile-summary-eb .cashback-box-eb .item-eb .policy-eb {
                font-size: 14px;
                line-height: 20px;
                word-wrap: break-word;
            }

            .mobile-summary-eb .cashback-box-eb .item-eb .policy-link-eb {
                color: var(--secondary-color);
                text-decoration: underline;
                font-weight: 700;
                display: inline-block;
                margin-right: 3px;
            }

    .mobile-summary-eb .btn-box-eb {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-top: 1px solid #CCCCCC;
        padding: 1rem 0;
        margin-top: 1rem;
    }

        .mobile-summary-eb .btn-box-eb .btn-submit {
            border-radius: 12px;
            background: #FB8D20;
            width: 290px;
            height: 45px;
            color: #FCFCFC;
            font-size: 18px;
            font-weight: 700;
            border: none;
            margin: 0 auto;
        }

            .mobile-summary-eb .btn-box-eb .btn-submit:disabled {
                border-radius: 12px;
                background: #AAA;
            }


        .mobile-summary-eb .btn-box-eb .btn-cancel {
            width: 290px;
            height: 45px;
            border-radius: 12px;
            border: 1px solid #10C6CA;
            background: #FFF;
            font-size: 18px;
            color: #10C6CA;
            font-weight: 700;
            margin: 0 auto;
        }

/*--------------------------------------------------------------
# Trip Details
--------------------------------------------------------------*/
.mobile-trip-detail-summary .trip-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 1rem;
    width: 100%;
}

.mobile-trip-detail-summary .title-trip-detail {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mobile-trip-detail-summary .icon {
    color: var(--primary-background);
    transition: transform .3s ease;
}

    .mobile-trip-detail-summary .icon.rotate {
        transform: rotate(180deg);
    }

.mobile-trip-detail-summary .bg-white {
    fill: #FFF;
    stroke-width: 1px;
    stroke: #EEE;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.mobile-trip-detail-summary .mobile-trip-details-container {
    display: block;
    margin-top: 1rem;
}

.mobile-trip-details-container .company-name {
    font-size: 16px;
    font-weight: 500;
    color: #444444;
}

.mobile-trip-details-container .date-title {
    font-size: 14px;
    font-weight: 400;
    color: #ACACAC;
}

.mobile-trip-details-container .time-sub {
    font-size: 14px;
    font-weight: 700;
    color: #ACACAC;
}

.mobile-trip-details-container .timeline {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 1rem 1rem;
}

    .mobile-trip-details-container .timeline .timeline__circle {
        background-color: var(--third-background);
        border: 2px solid var(--primary-background);
        border-radius: 50%;
        height: 9px;
        width: 9px;
        position: absolute;
        left: -18px;
        z-index: 1;
    }

.mobile-trip-details-container .timeline__terminal {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mobile-trip-details-container .timeline__line {
    border-left: 3px dotted var(--primary-background);
    top: 18px;
    left: -15px;
    position: absolute;
    height: 100%;
    border-right: 0;
}

.mobile-trip-details-container .timeline_map {
    position: absolute;
    left: -20.5px;
}

.mobile-trip-details-container .box-trip-detail {
    width: auto;
    height: auto;
    flex-shrink: 0;
    border-radius: 12px;
    background: #F9F9F9;
    padding: 1rem;
    margin: 0;
}

.mobile-trip-details-container .seat-det {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}


.errorModal {
    --l: 1rem;
    --r: 1rem;
    --s: 350px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1055;
    transition: opacity .3s ease, visibility .3s ease;
}

    .errorModal.open {
        opacity: 1;
        visibility: visible;
    }

    .errorModal .errorModal-modal-dialog {
        margin-left: var(--l);
        margin-right: var(--r);
        position: relative;
        width: auto;
    }

    .errorModal .errorModal-modal-dialog-centered {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(100% - var(--l) * 2);
    }

    .errorModal .errorModal-modal-content {
        background: #FFF;
        width: var(--s);
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        border-radius: 12px;
    }

    .errorModal .errorModal-modal-body {
        padding: 36px 29px 26px;
        height: 100%;
        text-align: center;
    }

        .errorModal .errorModal-modal-body h6 {
            margin-bottom: 30px;
            font-weight: 700;
        }

        .errorModal .errorModal-modal-body .btn-ok {
            background: var(--secondary-background);
            border-radius: 12px;
            color: #FCFCFC;
            line-height: normal;
            font-size: 16px;
            font-weight: 700;
            height: 41px;
            border: 0;
            outline: 0;
            transition: all .3s;
            margin-bottom: 30px;
        }

            .errorModal .errorModal-modal-body .btn-ok:hover {
                background: var(--secondary-background-hover);
            }

