﻿:root {
    --theme-background: #D46E6E;
    --theme-color: #D46E6E;
    --theme-background-2: #DB2C27;
    --theme-color-2: #DB2C27;
    --theme-hover-color: #fff;
    --theme-hover-background: #cf8a8a;
    --depart-label: #BB5858;
    --trip-label: #cf8a8a;
}

#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);
}



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

.top-header {
    /*margin-top: 30px;*/
}

.nav-link {
    color: #444444;
}

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

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

.mobile-nav .active a .menu-text {
    color: #444444;
}

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

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

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


/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

#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);
    }

.login-button {
    top: 56px;
}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#register .eye-password {
    position: absolute;
    padding: 0.37rem;
    border: 1px 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: 51px !important;
        text-align: center !important;
        line-height: 50px !important;
        margin-top: 15px !important;
    }

    #hero {
        height: 863px !important;
    }

    .announcement-text {
        font-size: 12px;
    }


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

/*sm*/
@media (min-width: 576px) and (max-width: 767px) {
    .title-index {
        font-size: 82px !important;
        line-height: 138px !important;
    }
}

/*md*/
@media (min-width: 768px) and (max-width: 991px) {
    .title-index {
        font-size: 75px !important;
        line-height: 77px !important;
        margin-top: 41px !important;
    }

    #icon-boxes {
        height: 375px;
    }

    #hero {
        height: 66vh !important;
    }

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

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

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

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

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

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

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

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

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

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

    @media (min-height: 550px) and (max-height: 650px) {
        .title-index {
            font-size: 107px !important;
            line-height: 176px !important;
        }

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

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

    @media (min-height: 651px) and (max-height: 680px) {
        .title-index {
            font-size: 107px !important;
            line-height: 176px !important;
        }

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

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

    @media (min-height: 800px) {
        .title-index {
            font-size: 149px !important;
        }
    }

    @media (min-height: 1000px) {
        #hero {
            height: 69vh !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: 749px) {
        .title-index {
            font-size: 107px !important;
            line-height: 170px !important;
        }
    }

    @media (min-height: 750px) and (max-height: 850px) {
        .title-index {
            font-size: 115px !important;
            margin-top: 69px !important;
            line-height: 97px !important;
        }
    }

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

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

.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: 150px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 225px;
}

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


/*--------------------------------------------------------------
# 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;
}


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

/*--------------------------------------------------------------
# Sales support
--------------------------------------------------------------*/
.contactModal .modal-header {
    background: var(--theme-background-2);
    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-2);
}

#searchdetail .btn-search-complete {
    padding: 9px 0;
    color: #EEEEEE;
    background: var(--theme-background-2);
}

#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-2);
}


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

#tripdetails .tripbox {
    background: var(--trip-label);
    font-size: 8pt;
}

#datepick .btn-circle {
    background-color: var(--theme-background-2);
    border: 1px solid var(--theme-background-2);
}

#datepick .panel-body .btn-circle {
    border: 1px solid #a5a5a5;
}


/*--------------------------------------------------------------
# Trip Info
--------------------------------------------------------------*/
#tripinfo {
    background: #EDEDED;
    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-2);
}

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

#tripinfo .departlinebg {
    background: var(--theme-background-2);
}


/*--------------------------------------------------------------
# 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-2);
}

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


/*--------------------------------------------------------------
# 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;
}

.btnEdit {
    background: var(--theme-background-2);
}

.time-text {
    color: var(--theme-color-2);
}


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


/*--------------------------------------------------------------
# Announcement
--------------------------------------------------------------*/
.announcement {
    width: -webkit-fill-available;
    background-color: yellow;
    text-align: center;
}

.announcement-text {
    color: dimgray;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}