html {
	height: 100%;
}
a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
#loading {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}
.loading_wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	top: 0;
	opacity: 0.1;
	z-index: 10;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select:focus,
textarea {
	font-size: 16px !important;
}

input {
	-webkit-appearance: none;
}

.slick-next::before,
.slick-prev::before {
	color: #b4b4b4 !important;
	opacity: 1 !important;
}

.line-clamp-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
}

.line-clamp-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
}
