.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	-moz-appearance: textfield !important;
}

.input-number {
	text-align: right;
}

button {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.button-full {
	width: 100%;
}

/* small button */
button.sbtn {
	flex-grow: 1;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* -webkit-transition: all 0.3s;
  transition: all 0.3s; */
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

button.btn--marineblue-w {
	color: #fff;
	background-color: #1359d1;
	box-shadow: 0 5px 0 #0c3884;
}

button.btn--marineblue-w:hover {
	background-color: #1669f7;
}

button.btn--green-w {
	color: #fff;
	background-color: #9cd113;
	box-shadow: 0 5px 0 #76b354;
	/* -webkit-transition: .4s;
  transition: .4s; */
}

button.btn--green-w:hover {
	color: #fff;
	background: #a6df14;
}

button.btn--lightblue-w {
	color: #fff;
	background: #5eb0d9;
	box-shadow: 0 5px 0 #4795bd;
	/* -webkit-transition: .4s;
  transition: .4s; */
}

button.btn--lightblue-w:hover {
	color: #fff;
	background: #65bde9;
}

button.btn--blue-w {
	color: #fff;
	background: #447e9c;
	box-shadow: 0 5px 0 #32637c;
	/* -webkit-transition: .4s;
  transition: .4s; */
}

button.btn--blue-w:hover {
	color: #fff;
	background: #5092b4;
}

button.btn--radius {
	border-radius: 100vh;
}

button.sbtn.disable {
	background-color: #d1d1d1;
	color: #9e9e9e;
}

/* favorite star */
.btn--favoritestar {
	margin: 5px;
	/* -webkit-transition: all 0.3s;
	transition: all 0.3s; */
	opacity: 1;
}

.img--favoritestar-icon {
	height: 25px;
}

.span--favoritestar-text-gray {
	font-size: 12px;
	font-weight: 600;
	color: #9e9e9e;
}

.span--favoritestar-text-blue {
	font-size: 12px;
	font-weight: 600;
	color: #447e9c;
}

.btn--favoritestar:hover {
	opacity: 0.6;
}

/* bus fromto select */
.button--fromto-box {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	background-image: url(../img/modal_search_icon.svg?20230623);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position-x: 400px;
	background-position-y: 5px;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	height: 44px;
	width: 100%;
	padding-left: 44px;
	font-size: 16px;
	font-weight: 600;
	border: 3px solid #5eb0d9;
	border-radius: 44px;
	outline: 0;
	-webkit-border-radius: 44px;
}

.span--select-icon {
	position: absolute;
	box-sizing: border-box;
	height: 42px;
	width: 38px;
	right: -6px;
	top: 14px;
	background: url(../img/select_icon.png) no-repeat 0 0;
	background-size: 15px 15px;
}

.label--from-icon {
	position: absolute;
	left: 9px;
	top: 7px;
	width: 30px;
	height: 30px;
	background: url(../img/from_tag.png) no-repeat 0 0;
	background-size: cover;
}

.label--to-icon {
	position: absolute;
	left: 9px;
	top: 7px;
	width: 30px;
	height: 30px;
	background: url(../img/to_tag.png) no-repeat 0 0;
	background-size: cover;
}

.span--time-icon {
	position: absolute;
	left: 9px;
	top: 7px;
	width: 30px;
	height: 30px;
	background: url(../img/time_tag.png) no-repeat 0 0;
	background-size: cover;
}

/* favorite busstop button */
.btnset--favorite-busstop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0 0;
}

.btnset--favorite-busstop button {
	flex-basis: 18%;
	background-color: #fff;
	height: 60px;
	padding: 0.8rem 0.5rem;
	margin: 0 4px 10px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border-radius: 10px;
	line-height: 1.4;
	/* -webkit-transition: all 0.3s;
	transition: all 0.3s; */
	opacity: 1;
}

.btnset--favorite-busstop button.disabled {
	flex-basis: 18%;
	background-color: #eee;
}

.btnset--favorite-busstop button:hover {
	opacity: 0.6;
}

/* bus datetime select */
.select--datetime-box,
.input--search-box {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	height: 44px;
	width: 100%;
	/* padding-left: 20px;
	padding-right: 20px; */
	padding-left: 45px;
	padding-right: 45px;
	font-size: 16px;
	font-weight: 600;
	border: 3px solid #5eb0d9;
	border-radius: 44px;
	outline: 0;
	-webkit-border-radius: 44px;
}

/* input[type='datetime-local' i]::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	width: 100%;
} */

.span--select-icon {
	position: absolute;
	box-sizing: border-box;
	height: 42px;
	width: 38px;
	right: -6px;
	top: 14px;
	background: url(../img/select_icon.png) no-repeat 0 0;
	background-size: 15px 15px;
}

/* search settime button */
.btnset--search-settime {
	display: flex;
	margin: 10px 0;
}

.btnset--search-settime input {
	display: none;
}

.btnset--search-settime label {
	flex: 1;
	background-color: #d1d1d1;
	color: #9e9e9e;
	padding: 0.6rem 0.5rem;
	margin: 0 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
	border-radius: 50px;
	line-height: 1.4;
	vertical-align: middle;
	/* -webkit-transition: all 0.1s;
  transition: all 0.1s; */
}

.btnset--search-settime input[type='radio']:checked + label {
	background-color: #9cd113;
	color: #486109;
}

.btnset--search-settime label:hover {
	background-color: #dedddd;
	color: #9e9e9ec4;
}

.btnset--search-settime input[type='radio']:checked + label:hover {
	color: #486109cc;
	background: #a6df14;
}

.btn--search {
	background-color: #9cd113;
	color: #486109;
	padding: 0.2rem 0;
	/* margin: 10px 0 0; */
	width: 100%;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	border-radius: 60px;
	vertical-align: middle;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* -webkit-transition: all 0.3s;
  transition: all 0.3s; */
}

.btn--search:hover {
	color: #486109cc;
	background: #a6df14;
}

/* search next button */
.btn--busbefore-search,
.btn--busnext-search {
	display: inline-block;
	background-color: #9cd113;
	color: #486109;
	padding: 8px 25px;
	margin: 30px 10px 0;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	border-radius: 50px;
	vertical-align: middle;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* -webkit-transition: all 0.3s;
  transition: all 0.3s; */
}

.btn--busbefore-search:hover,
.btn--busnext-search:hover {
	color: #486109;
	background: #a6df14;
}

.favorite-sorting-chosen {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.favorite-sorting-ghost {
	opacity: 0;
}

.purupuru {
	-webkit-animation: purupuru_move 1s 1;
	-moz-animation: purupuru_move 1s 1;
	animation: purupuru_move 1s 1;
}

.favoritestar-wrap {
	text-align: center;
}

@keyframes purupuru_move {
	0% {
		will-change: transform;
		transform: translate(0, 0);
	}
	5% {
		will-change: transform;
		transform: translate(-5px, -0);
	}
	10% {
		will-change: transform;
		transform: translate(5px, 0);
	}
	15% {
		will-change: transform;
		transform: translate(-5px, -0);
	}
	20% {
		will-change: transform;
		transform: translate(5px, 0);
	}
	25% {
		will-change: transform;
		transform: translate(-5px, -0);
	}
	30% {
		will-change: transform;
		transform: translate(0, 0);
	}
	100% {
		will-change: transform;
		transform: translate(0, 0);
	}
}

@media (max-width: 960px) {
	button.sbtn {
		font-size: 20px;
		padding: 10px;
	}

	.sbtn + .sbtn {
		margin-left: 5px;
	}

	.btn--favoritestar {
		margin: 5px 16px 0px;
	}

	.img--favoritestar-icon {
		height: 45px;
		padding-bottom: 8px;
	}

	.span--favoritestar-text-blue,
	.span--favoritestar-text-gray {
		font-size: 22px;
		font-weight: 600;
		margin-left: 5px;
		vertical-align: text-bottom;
		/* line-height: 2; */
	}

	.button--fromto-box {
		background-size: 48px;
		background-position-x: 714px;
		background-position-y: 12px;
		height: 80px;
		padding-left: 80px;
		padding-right: 60px;
		font-size: 26px;
		line-height: 1.3;
		border-radius: 70px;
	}

	.label--from-icon,
	.label--to-icon,
	.span--time-icon {
		left: 12px;
		top: 9px;
		width: 60px;
		height: 60px;
	}

	.span--select-icon {
		height: 67px;
		width: 49px;
		right: 0px;
		top: 23px;
		background-size: 30px 30px;
	}

	.btnset--favorite-busstop {
		margin: 15px 0 0;
	}

	.btnset--favorite-busstop button {
		height: 100px;
		margin: 0 5px 10px;
		font-size: 20px;
	}

	.input--search-box {
		font-size: 28px;
		height: 76px;
		padding-left: 80px;
		padding-right: 70px;
	}

	.select--datetime-box {
		height: 80px;
		padding-left: 75px;
		padding-right: 60px;
		font-size: 28px;
		border-radius: 70px;
	}

	.btnset--search-settime {
		margin: 20px 0;
	}

	.btnset--search-settime label {
		padding: 20px;
		margin: 0;
		font-size: 28px;
		border-radius: 40px;
	}

	.btnset--search-settime label {
		margin: 0 7px;
	}

	.btn--search {
		padding: 10px;
		margin: 0;
		font-size: 30px;
		font-weight: 600;
		border-radius: 60px;
	}

	.btn--busbefore-search,
	.btn--busnext-search {
		padding: 15px 35px;
		margin: 50px 15px 0;
		font-size: 28px;
		border-radius: 60px;
	}
}

@media (max-width: 640px) {
	.btn--search {
		font-size: 38px;
	}

	.btnset--favorite-busstop button {
		margin: 0 5px 10px;
		font-size: 22px;
		line-height: 1.2;
	}

	.button--fromto-box {
		background-size: 48px;
		background-position-x: 523px;
		background-position-y: 12px;
		font-size: 25px;
	}

	.btn--busbefore-search,
	.btn--busnext-search {
		font-size: 28px;
		border-radius: 60px;
	}

	.btnset--favorite-busstop button:hover {
		opacity: 1;
	}
}
