﻿:root {
    --theme-background: #121D3D;
    --theme-color: #121D3D;
    --theme-hover-color: #fff;
    --theme-hover-background: #596077;
    --depart-label: #121D3D;
    --trip-label: #596077;
}

#faq .faicontext {
    float: left;
    color: var(--theme-color);
    font-weight: bold;
}

#faq .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

#privacypolicy .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

.btn-set-price-tag {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
}

.page-section {
    padding: 6rem 0 0rem;
}

.qrImageModal .modal-header {
    background: var(--theme-background);
}

.qrImageModal #exampleModalLongTitle {
    background: var(--theme-background);
    color: #eeeeee;
}

button.theme-background:hover {
    background: var(--theme-hover-background);
}

/* width */
.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    padding: 14px 0;
    background: #121D3D;
}

.nav-link {
    color: #EEEEEE;
}

    .nav-link .menu-text {
        color: var(--theme-color);
    }

.nav-menu .menu-text {
    color: #EEEEEE;
}

.mobile-nav .active a .menu-text {
    color: var(--theme-color);
}

.mobile-nav-toggle i {
    color: #EEEEEE;
}


/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
#login .form-control-user {
    height: 52px;
    border-radius: 8px;
    border: 1px solid #E0E3E5;
    color: #444444;
    padding-left: 4rem;
    
}

#login .eye-password {
    position: absolute;
    padding: .8rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    right: 0;
}

.btn-green {
    color: #FFF;
    background: var(--theme-background);
}

    .btn-green:hover {
        color: var(--theme-hover-color) !important;
        background: var(--theme-hover-background);
    }

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#register .eye-password {
    position: absolute;
    padding: 0.37rem;
    border: 1 px solid #E0E3E5;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    right: 0;
    bottom: 0;
}


/*--------------------------------------------------------------
# Account Edit
--------------------------------------------------------------*/
#password .eye-password {
    position: absolute;
    padding: .39rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    right: 0;
    z-index: 4;
}

.dashboard-section {
    padding-bottom: 6rem;
}


/*--------------------------------------------------------------
# Update Password
--------------------------------------------------------------*/
#resetPassword .eye-password {
    position: absolute;
    padding: 0.36rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    right: 0;
    z-index: 4;
}


/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/

/*xs*/
@media (min-width: 320px) and (max-width: 575px) {
    .title-index {
        font-size: 33px !important;
        text-align: center !important;
        line-height: 50px !important;
        margin-top: 15px !important;
    }

    #hero {
        height: 790px !important;
    }

    .ticket-search {
        width: 100% !important;
        opacity: 0.9;
    }

    .home-tabs {
        padding-top: 42px !important;
    }

    @media (min-height: 550px) and (max-height: 639px) {
        .title-index {
            font-size: 29px !important;
        }
    }
}

/*sm*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .title-index {
        font-size: 56px !important;
        line-height: 56px !important;
        margin-top: 12px !important;
    }

    .home-tabs {
        padding-top: 45px !important;
    }
}

@media (max-width: 767.98px) {
    img.footer-logo {
       width: 100%;
    }
}

/*md*/
@media (min-width: 768px) and (max-width: 991px) {
    
    #icon-boxes {
        height: 375px;
    }

    #hero {
        height: 73vh !important;
    }

    img.footer-logo {
        width: 100%;
    }

    @media (min-height: 800px) and (max-height: 1099px) {
        .title-index {
            font-size: 75px !important;
            line-height: 77px !important;
            margin-top: 41px !important;
        }
    }

    @media (min-height: 1100px) and (max-height: 1199px){
        #hero {
            height: 66vh !important;
        }

        .title-index {
            font-size: 69px !important;
            line-height: 73px !important;
        }
    }

    @media (min-height: 1200px) {
        .title-index {
            font-size: 88px !important;
            line-height: 105px !important;
            margin-top: 55px !important;
        }
    }
}

/*lg*/
@media (min-width: 992px) and (max-width: 1199px) {
    .title-index {
        font-size: 94px !important;
        margin-top: 35px !important;
        line-height: 95px !important;
    }

    @media (min-height: 500px) and (max-height: 699px) {
        #hero {
            height: 99vh !important;
        }

        .title-index {
            font-size: 72px !important;
            margin-top: 26px !important;
            line-height: 68px !important;
        }
    }

    @media (min-height: 700px) and (max-height: 1299px) {
        .title-index {
            font-size: 82px !important;
            margin-top: 20px !important;
            line-height: 79px !important;
        }

        .departOrigin, .departDestination {
            font-size: 13px !important;
        }

        #hero {
            height: 78vh !important;
        }
    }

    @media (min-height: 1300px) {

        .title-index {
            margin-top: 88px !important;
        }
    }
}

/*xl*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .ticket-search {
        width: 100%;
    }

    @media (min-height: 500px)  and (max-height: 599px){
        #hero {
            height: 99vh !important;
        }

        .title-index {
            font-size: 74px !important;
            margin-top: 19px !important;
            line-height: 74px !important;
        }
    }

    @media (min-height: 600px) and (max-height: 680px) {
        .title-index {
            font-size: 82px !important;
            margin-top: 23px !important;
            line-height: 75px !important;
        }

        .departOrigin, .departDestination {
            font-size: 13px !important;
        }

        #hero {
            height: 99vh !important;
        }
    }

    @media (min-height: 681px) and (max-height: 750px) {
        .title-index {
            font-size: 86px !important;
            margin-top: 16px !important;
            line-height: 78px !important;
        }
    }

    @media (min-height: 751px) and (max-height: 999px) {
        #hero {
            height: 88vh !important;
        }

        .title-index {
            font-size: 102px !important;
            margin-top: 63px !important;
            line-height: 110px !important;
        }
    }

    @media (min-height: 1000px) {
        #hero {
            height: 73vh !important;
        }
    }
}

/*xxl*/
@media (min-width: 1400px) {
    .ticket-search {
        padding: 22px;
        background-color: #CCCCCC !important;
        border-radius: 12px;
        margin: auto;
        width: 80%;
    }

    @media (min-height: 600px) and (max-height: 704px) {
        .title-index {
            font-size: 82px !important;
            margin-top: 23px !important;
            line-height: 75px !important;
        }

        .departOrigin, .departDestination {
            font-size: 13px !important;
        }

        #hero {
            height: 99vh !important;
        }
    }

    @media (min-height: 705px) and (max-height: 850px) {
        .title-index {
            font-size: 93px !important;
            margin-top: 23px !important;
            line-height: 85px !important;
        }
    }

    @media (min-height: 851px) and (max-height: 950px) {
        .title-index {
            font-size: 123px !important;
            margin-top: 55px !important;
            line-height: 110px !important;
        }
    }

    @media (min-height: 951px){
        .title-index {
            font-size: 134px !important;
            margin-top: 75px !important;
            line-height: 127px !important;
        }
    }
}

#hero {
    margin-bottom: 0px;
}

.home-tab {
    min-width: 100px;
    padding: 5px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #444444;
    background-color: #C9D9D4;
    font-weight: bold;
    display: none;
    vertical-align: middle;
    margin-right: 3px;
}

.ticket-search {
    background-color: #CCCCCC !important;
    border-radius: 12px;
}

.title-index {
    font-size: 115px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 116px;
    margin-top: 43px;
    text-align: center;
}

.back-to-top:hover {
    background: var(--theme-hover-background);
}


    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    .mobile-nav .active a .menu-text:hover {
    color: #064F9C;
}


/*--------------------------------------------------------------
# Feauture
--------------------------------------------------------------*/
#icon-boxes .curved {
    width: 100%;
    height: 90px;
    background: white;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

#icon-boxes .icon-box-container {
    position: relative;
    top: -9rem;
}

#login .icon-user.icon-pass {
    padding: .8rem .95rem;
}


/*--------------------------------------------------------------
# Seat
--------------------------------------------------------------*/
#datepick .panel-body .btn-sel {
    background: var(--theme-background);
}

/*--------------------------------------------------------------
# Sales support
--------------------------------------------------------------*/
.contactModal .modal-header {
    background: var(--theme-background);
    letter-spacing: 0.15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: -1px;
}


/*--------------------------------------------------------------
# Progress
--------------------------------------------------------------*/
#search .btn-search-complete {
    padding: 9px 0;
    color: #EEEEEE;
}

#search .btn-search {
    background-color: #C4C4C4;
    padding: 9px 0;
    color: #EEEEEE;
}

#search .hr-search-complete::after {
    content: "";
    position: absolute;
    width: 50%;
    z-index: -1;
    top: 35%;
    left: -25%;
    border: 1px solid var(--theme-color);
}

#searchdetail .btn-search-complete {
    padding: 9px 0;
    color: #EEEEEE;
}

#searchdetail .btn-search {
    background-color: #C4C4C4;
    padding: 9px 0;
    color: #EEEEEE;
}

#searchdetail .hr-search-complete::after {
    content: "";
    position: absolute;
    width: 50%;
    z-index: -1;
    top: 35%;
    left: -25%;
    border: 1px solid var(--theme-color);
}


/*--------------------------------------------------------------
# Trip Listing
--------------------------------------------------------------*/
#modalfilter .allcomp {
    border-radius: 6px;
    border: 1px solid var(--theme-color);
}


/*--------------------------------------------------------------
# Trip Info
--------------------------------------------------------------*/
#tripinfo {
    background: #D5D5D5;
    min-height: 100%;
    transition: all 0.5s;
    padding: 0;
    font-size: 14px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), inset 0 4px 4px rgb(0 0 0 / 25%);
    width: 100%;
    margin-top: 70px;
    position: relative;
}

#tripdetails .departbox {
    background: var(--theme-background);
}

#search .btn-search-complete {
    background-color: var(--theme-background);
}

#tripinfo .departbox {
    background: var(--depart-label);
}


/*--------------------------------------------------------------
# Insurance
--------------------------------------------------------------*/
#tripdetails .btn-cancel {
    background: #EDEDED;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #888888;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-weight: 600;
}

#tripdetails .btn-no {
    background: #D5D5D5;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
}


/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
#tripdetails .redeem {
    background-color: var(--theme-background);
}

#searchdetail .btn-homeset {
    background: var(--theme-background);
}


/*--------------------------------------------------------------
# Dialog box / Modal
--------------------------------------------------------------*/
.modal-custom {
    color: white;
    margin-top: -1px;
}

.modal-header {
    color: white;
}

#modalfilter .btn-company {
    border-radius: 6px;
    border: 1px solid var(--theme-color);
}

#modalfilter button.close.icon-button-color.theme-color {
    color: white;
}

#modalTripModify .modal-header .close {
    color: var(--theme-color);
}

.modal-header .close {
    color: white;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.btn-sm {
    padding: .5rem 1.75rem;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
}

.slider-info.slider-ghost .slider-handle {
    border-color: var(--theme-color);
}

.slider-info .slider-selection {
    background-color: var(--theme-color) !important;
}

#activate {
    margin-top: 70px;
}


/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/
.mt28 {
    margin-top: 26px;
}