/*
 * Base
 * Copyright 2017
 * Author
 * Licensed
*/
/*----------------------------------*\
              Content
\*----------------------------------*/
/**
 * Content
 * Core
 * Globel�䌊銵諹身閮�𠧧蟡刻身閮�
 * Utility
*/
/*----------------------------------*\
              Core
\*----------------------------------*/
/*Default style*/
*{
	box-sizing: border-box;
	position: relative;
	user-select: none;
}
a,button,input,
.accordion-button:focus,
a.form-control:focus,
button.form-control:focus,
input.form-control:focus{
	outline: none !important;
	box-shadow: none !important;
	/*��𡝗��鍂tab�枤�詨�硋�����齿�*/
}
/*List style*/
li{
	text-decoration: none;
}
.center{
	display:flex;
	justify-content:center;
	align-items:center;
}
/*----------------------------------*\
              Globel
\*----------------------------------*/
/*Background color*/
.bgc--yellow{background-color: #F6D966 !important;}
.bgc--light-yellow{background-color: #FBE9A3 !important;}
.bgc--yellow-gradient {
	background: linear-gradient(270deg, #FBE9A3 40%, #FDF9EC 98%);
	background: -moz-linear-gradient(270deg, #FBE9A3 40%, #FDF9EC 98%);
	background: -webkit-linear-gradient(270deg, #FBE9A3 40%, #FDF9EC 98%);
	background: -o-linear-gradient(270deg, #FBE9A3 40%, #FDF9EC 98%);
}
.bgc--pink {
	background-color: #e88e8e;
}
.bgc--light-pink {
	background-color: #FCB6D0;
}
.bgc--light-blue {
	background-color: #B3D8F6;
}
.bgc--light-green {
	background-color: #B7DDB8;
}

/*----------------------------------*\
              Component
\*----------------------------------*/
/*Title*/
.title-bar {
	text-align:center;
	top: 20%;
	padding-top: 0px;
	padding-bottom: 5%;
}
.title-bottom {
	position: relative;
	display: inline-block;
	margin: 0;
}
.title-bottom ::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 12px solid rgba(246,217,102,0.4)
	}


/*Image*/
.image-container{
	max-width: 100%;
	margin: 0 auto;
}
.image-container:after {
	content: '';
	display:block;
	width: 100%;
}

.image-container img.diagram-01 {
	float: right;
	margin-right: 5%;
	margin-bottom: 5%;
	max-width: 40%;
}

.image-container img.diagram-02 {
	max-width: 180px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-container img.diagram-03 {
	max-width: 320px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-container img.diagram-04 {
	max-width: 280px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-container img.diagram-05 {
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.image-container img.diagram-06 {
	position: absolute !important;
	max-width: 65px;
	top: -16px;
	right: 24px;
}
.image-container img.diagram-07 {
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image-container img.diagram-09 {
	max-width: 155px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image-container img.diagram-11 {
	max-width: 330px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
.image-container img.diagram-12{
	max-width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image-container img.diagram-16 {
	max-width: 180px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image-container img.diagram-17 {
	max-width: 230px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image-container img.diagram-17 {
	max-width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image-container img.diagram-35 {
	max-width: 245px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
/*Line decoration*/
.solid-white {
		border: 2.5px solid #ffffff;
	}
.solid-grey {
	border: 1.5px solid #dfdfdf;
}
.border-left{
	border-left: 5px solid #F6D966;
}

/*Icon*/
.fas.fa-chevron-down,
.fas.fa-chevron-up,
.fas.fa-chevron-circle-down,
.fas.fa-chevron-circle-up,
.fas.fa-chevron-circle-left {
	color: #F6D966;
	font-size: 325%;
}
.icon-page {
	position: absolute;
	bottom: 3%;
	right: 5%;
}
	.icon-page.left {
		left: 8%;
	}
.image-container img.icon-01 {
	float: right;
	height: 25px;
}
.image-container img.icon-02 {
	height: 25px;
}
.quest-icon{
	margin-bottom:0;
}
.quest-icon__item i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
	margin-right: 10px;
}
.fp-slidesNav.fp-bottom{
	transform: translate(-50%, 50%) !important;
    left: 50% !important;
    right: auto !important;
    bottom: 25px !important;
}
.fp-slidesNav ul li a span{
	background: #F6D966 !important;
	border: 1px solid #F6D966 !important;
}

/*Accordion*/
.accordion-button:not(.collapsed) {
  color: #212529 !important;
  background-color: #FBE9A3 !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg);
}
.accordion-button:focus {
  border-color: rgba(0, 0, 0, 0.125) !important;
  outline: 0;
  box-shadow: none !important;
}

/*Table*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

th {
	padding: 10px;
}

table, tbody, th, tr, td {
	border-width: 1px !important;
}

table tbody tr {
	border: 1px solid #dfdfdf !important;
}

table tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
	table tbody tr:hover.notBg {
		background-color: rgba(0, 0, 0, 0) !important;
	}

table tr th.top-radius {
	border-radius: 8px 8px 0 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
}

table thead th,
table tbody th.title {
	background-color: rgba(251,233,162,0.5);
}

.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #dfdfdf !important;
}

.table thead:nth-child(1) {
	background-color: rgba(251,233,162,0.5);
}

.table-card {
	box-shadow: 0 4px 5px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: #ffffff;
	overflow: hidden;
}
/* table style for RWD */
@media (max-width: 576px) {
	.table-container {
		/*border: 1px solid #000;*/
		margin-left: -16px;
		margin-right: -16px;
		overflow: auto;
		padding-left: 24px;
		padding-right: 24px;
		white-space: nowrap;
	}

	.table-container__inner {
		/*border: 1px solid red;*/
		width: 750px;
		padding-right: 24px;
	}
}
table.table-radius {
	border-radius: 2rem;
	border-color: transparent !important;
	z-index: 100;
}

	table.table-radius tbody tr {
		border: transparent !important;
	}

	table.table-radius tbody td:not(:last-child) {
		border-bottom: #ccc !important;
	}

	table.table-radius tbody tr:hover {
		background-color: transparent;
	}

	table.table-radius tbody td.border-grey {
		border-color: #ccc !important;
	}


/*------------------------------------*\
    Button
\*------------------------------------*/
.btn {
	/* structure */
	vertical-align: middle;
	height: 42px !important;
	padding: 0.6rem 1.5rem !important;
	min-width: 60px !important;
	/* style */

	font-weight: normal !important;
	letter-spacing: 0;
	text-transform: uppercase; /* optional */
	border-radius: 2rem !important;
	outline: none;
	box-shadow: 0 2px 3px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	/* interaction */
	overflow: hidden;
}

	.btn.btn--primary {
		background-color: rgba(251,233,162,0.6);
	}

		.btn.btn--primary.btn--hover,
		.btn.btn--primary:hover {
			background-color: rgba(251,233,162,0.8);
			transform: translateY(-1px);
			box-shadow: 0 3px 4px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
		}

		.btn.btn--primary.btn--active,
		.btn.btn--primary:active {
			transform: translateY(1px);
			box-shadow: 0 4px 5px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
		}

/* btn group */
.btn--group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.btn-group--left {
	text-align: left; /*蝵桀椰*/
}

.btn-group--right {
	text-align: right; /*蝵桀𢰧*/
}

.btn-group--center {
	text-align: center; /*蝵桐葉*/
	border: none;
}

.btn-group .btn:not(:last-child) {
	margin-right: 8px;
}

@media screen and (max-width: 540px) {
	.btn-group-center {
		display: flex;
		flex-direction: column;
		width: 240px;
		margin: 0 auto;
	}

		.btn-group-center .btn {
			margin-left: 0;
			margin-right: 0;
			margin-bottom: 24px;
		}

			.btn-group-center .btn:last-child {
				padding-top: 100px;
				margin-bottom: 0;
			}
}


/*Btn App*/
.d-grid.gap-2 {
	width: 90%;
}
.btn.btn-border {
	line-height:1 !important;
	color: #252525;
	width: 100%;
	background: #fff;
	border: .8px solid #ABABAB;
	border-radius: 10px !important;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 10%) !important;
}

	.btn.btn-border:focus {
		color: #252525;
	}


a.btn-specials {
	border-radius: 20px !important;
	max-width: 100% !important;
	height: 100% !important;
	padding:30px 10px 10px 10px;
	text-decoration:none;
}





/*nav-fares*/
.nav.nav-pills.nav-fares {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
}

.nav-pills .nav-link.fares-btn {
	background: #fff !important;
	border: 1px solid #dfdfdf !important;
	border-radius: 0.25rem;
}

	.nav-pills .nav-link.fares-btn:hover {
		background-color: rgba(251,233,162,0.8) !important;
		transform: translateY(-1px) !important;
		box-shadow: 0 3px 4px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
	}

	.nav-pills .nav-link.fares-btn:active {
		transform: translateY(1px) !important;
		box-shadow: 0 4px 5px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,0.5) !important;
	}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #0d6efd;
	color: #000 !important;
	background: rgb(251,233,162,0.5) !important;
}

/* Decoration */
.circle1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: ellipse(98% 75% at 50% 0%);
	background: #f8db66;
}

.circle2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: ellipse(92% 74% at 50% 0%);
	background-color: #e88e8e;
}

.circle3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	clip-path: circle(16.5% at 102% 77%);
	background-color: #f8db66;
}

.circle4 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	clip-path: circle(15.5% at 100% 77%);
	background-color: #e88e8e;
}

/*------------------------------------*\
    Customized
\*------------------------------------*/
/*Happy Go font*/
@media screen and (max-height: 568px) {
	.section.happyGo {
		font-size: 0.8rem;
	}

		.section.happyGo h6 {
			font-size: 0.8rem;
		}
}
/*mover font*/
@media screen and (max-height: 568px) {
	.section.mover {
		font-size: 0.9rem;
	}
}
/*point font*/
@media screen and (max-height: 568px) {
	.section.point .title-bar{
		float:none;
		padding-bottom:10%;
		padding-right:0%;
		text-align:center;
	}
	.section.point {
		font-size: 0.9rem;
	}
	.section.point h6 {
		font-size: 0.9rem;
	}
}
/*prepriced*/
@media screen and (max-height: 568px) {
	.section.prepriced td{
		font-size: 15px;
	}
}
/*serviceLine*/
@media screen and (max-height: 568px) {
	.section.serviceLine h1 {
		font-size: 1.5rem;
	}
	.section.serviceLine h5 {
		font-size:1rem;
	}
	.section.serviceLine td {
		font-size: 12px;
	}
}
/*taxi*/
@media screen and (max-height: 568px) {
	.image-container img.diagram-01 {
		display: none;
	}
	p.m-0.pt-3.ps-2 {
		padding-bottom: 20px;
	}
	.image-container img.diagram-02 {
		max-width: 130px;
	}
	.image-container img.diagram-03 {
		max-width: 220px;
	}
	.image-container img.diagram-04 {
		max-width: 200px;
	}
	.image-container img.diagram-05 {
		max-width: 220px;
	}
}
@media screen and (min-width: 540px) {
	.image-container img.diagram-01 {
		display: none;
	}
}
/*jumpStart*/
@media screen and (max-height: 568px) {
	.image-container img.diagram-09 {
		max-width: 100px;
		margin-top: 10px;
	}
}
@media screen and (max-height: 695px) {
	.image-container img.diagram-10 {
		display: none;
	}
}
@media screen and (max-height: 667px) {
	.image-container img.diagram-11 {
		max-width: 245px !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
@media screen and (max-height: 568px) {
	.image-container img.diagram-11 {
		display: none;
	}
}

/*usbcharger*/
@media screen and (max-height: 568px) {
	.image-container img.diagram-12 {
		display: none;
	}
}
/*CtbcRewards*/
@media screen and (max-width: 1200px) {
	.image-container img.diagram-17 {
		display: none;
	}
}
@media screen and (max-width: 812px) {
	.image-container img.diagram-17 {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
@media screen and (max-height: 568px) {
	.image-container img.diagram-17 {
		max-width: 230px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
/*LocationIssue*/
.image-container .diagram-28 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 175px;
}
.diagram-19 {
	max-width: 265px !important;
	padding-top:8px;
}
.image-container .diagram-20 {
	padding-top: 5px;
	max-width: 265px !important;
}
.diagram-21 {
	max-width: 325px !important;
}
.diagram-23 {
	max-width: 335px !important;
}
.diagram-24 {
	max-width: 260px !important;
	padding-top: 10px;
}
.diagram-25 {
	padding-top: 6px;
	max-width: 316px !important;
}
@media screen and (max-width: 375px) {
	.diagram-19 {
		max-width: 200px !important;
		padding-top: 6px;
	}

	.diagram-20 {
		max-width: 235px !important;
	}

	.diagram-21 {
		max-width: 300px !important;
		padding-top: 8px;
	}

	.diagram-23 {
		max-width: 285px !important;
	}

	.diagram-25 {
		padding-top: 6px;
		max-width: 295px !important;
	}
}
@media screen and (max-width: 320px) {
	.image-container .diagram-28 {
		display: none;
	}
	.diagram-19 {
		max-width: 165px !important;
	}
	.diagram-21 {
		max-width: 275px !important;
	}
	.diagram-24 {
		max-width: 200px !important;
		padding-top: 2px;
	}
	.diagram-25 {
		max-width: 245px !important;
		padding-top: 5px;
	}
}

/*HourlyDriver*/
.HourlyDriver-table {
	width: 100%;
	overflow: hidden;
}
.HourlyDriver-table-scroll {
	display: block;
	position: relative;
	max-height: 75vh;
	overflow-y: scroll;
}

/*Diversified*/
.diversified-list::marker {
	content: '��';
	color: #982023;
	animation: color-chage 3s ease-in-out infinite;
}
@keyframes color-chage {
	0% {
		color: #ed5b48;
	}
	50% {
		color: #982023;
	}
	100% {
		color: #e04327;
	}
}