/* =========== var ============ */
:root {
    --primary-color: #00757d;
}


/* =========== base ============ */

/* =========== BS4 text ============ */
a {
    text-decoration: none;
}


/* =========== BS4 form ============ */
label {
    margin-bottom: .5rem;
}

.form-check {
    position: relative;
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check-inline {
    padding-left: 0;
}

small.form-text {
    font-size: 80%;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}

input[type=checkbox] + label:before{
    left: -27px;
}

/* =========== BS4 button ============ */
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

/* =========== BS4 model ============ */
.modal-content {
    color: unset;
}

.modal .close {
    font-size: 26px;
    color: #000;
}


/* =========== BS4 layout ============ */
.col-md-6 {
    max-width: 50%;
}


/* =========== BS4 common ============ */
.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.mr-n1 {
    margin-right: -0.25rem !important;
}

.ml-n1 {
    margin-left: -0.25rem !important;
}

.mr-n2 {
    margin-right: -0.5rem !important;
}

.ml-n2 {
    margin-left: -0.5rem !important;
}

.mr-n3 {
    margin-right: -1rem !important;
}

.ml-n3 {
    margin-left: -1rem !important;
}

.mr-n4 {
    margin-right: -1.5rem !important;
}

.ml-n4 {
    margin-left: -1.5rem !important;
}

.mr-n5 {
    margin-right: -3rem !important;
}

.ml-n5 {
    margin-left: -3rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .mr-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .ml-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .mr-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .ml-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .mr-sm-n3 {
        margin-right: -1rem !important;
    }

    .ml-sm-n3 {
        margin-left: -1rem !important;
    }

    .mr-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .ml-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .mr-sm-n5 {
        margin-right: -3rem !important;
    }

    .ml-sm-n5 {
        margin-left: -3rem !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .mr-md-0 {
        margin-right: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .mr-md-n1 {
        margin-right: -0.25rem !important;
    }

    .ml-md-n1 {
        margin-left: -0.25rem !important;
    }

    .mr-md-n2 {
        margin-right: -0.5rem !important;
    }

    .ml-md-n2 {
        margin-left: -0.5rem !important;
    }

    .mr-md-n3 {
        margin-right: -1rem !important;
    }

    .ml-md-n3 {
        margin-left: -1rem !important;
    }

    .mr-md-n4 {
        margin-right: -1.5rem !important;
    }

    .ml-md-n4 {
        margin-left: -1.5rem !important;
    }

    .mr-md-n5 {
        margin-right: -3rem !important;
    }

    .ml-md-n5 {
        margin-left: -3rem !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .mr-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .ml-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .mr-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .ml-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .mr-lg-n3 {
        margin-right: -1rem !important;
    }

    .ml-lg-n3 {
        margin-left: -1rem !important;
    }

    .mr-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .ml-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .mr-lg-n5 {
        margin-right: -3rem !important;
    }

    .ml-lg-n5 {
        margin-left: -3rem !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .mr-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .ml-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .mr-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .ml-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .mr-xl-n3 {
        margin-right: -1rem !important;
    }

    .ml-xl-n3 {
        margin-left: -1rem !important;
    }

    .mr-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .ml-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .mr-xl-n5 {
        margin-right: -3rem !important;
    }

    .ml-xl-n5 {
        margin-left: -3rem !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }
}



/* =========== 客製化設定 ============ */

/* 填寫資料 */
@media (max-width:767px) {
    .car_choose > div{
        width: 100%;
    }

    .form-group{
        width: 100%;
    }
}


/* 預約步驟右欄 */
.info>ul>li span {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.info>ul>li i {
    padding: 0;
}

/* TC */
.inside_order_way .table,
.inside_order_way .table>:not(caption)>*>* {
    background-color: transparent;
}

.inside_order_way .table th {
    background-color: var(--primary-color);
    border: 1px solid #fff;
}

.inside_order_way .table td,
.inside_order_way .table th {
    padding: .75rem;

}


/* ================================== */
/* =========== 主網站/common ============ */
.header .navbar-toggler{
    border: none;
}
.text-left{
    text-align: left;
}


/* ================================== */
/* =========== 主網站/EDM ============ */
.simple-accordion{
    text-align: left;
}

.step-process > div{
    text-align: left;
}


/* ================================== */
/* =========== 主網站/登入頁 ============ */
.form-check{
    position: relative;
}
input[type=checkbox]:checked ~ .checkmark:after{
    left: 7px;
}

/* ================================== */
/* =========== 主網站/TC ============ */
.check input[type=checkbox]:checked ~ .checkmark:after{
    left: 3px;
}


/* ================================== */
/* =========== 主網站/訂單頁 ============ */
input[type=radio] + label:before{
        left: -32px;
}




/* ================================== */
/* =========== 主網站/wifi ============ */
#countryModal .modal-header{
justify-content: flex-end;
}

#countryModal .btn{
    text-decoration: none;
}
#accordionCountry .card{
    border-radius: 0;
    margin-top: -2px;
}