html,
body {
	/* width: 100%;
	height: 100%; */
	margin: 0px;
	padding: 0px;
	/* overflow-x: hidden; */
	font-family: Inter;
}

.dropdown-toggle::after {
	display: none;
}
.text-decoration-none {
	text-decoration: none !important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width {
	width: 2rem;
}

.logo_style {
	width: 80px;
	height: 80px;
}

.ihks__background-top {
	background: url("/assets/images/bg_fix_16_9.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -120px;
}

.ihks__font-navbar {
	font-size: 20px;
	font-weight: 700px;
}

.ihks__find-section {
	background: rgba(47, 54, 64, 0.2);
	background-blend-mode: multiply;
	backdrop-filter: blur(5.89757px);
}

.ihks__event {
	overflow: hidden;
	position: relative;
}

.ihks__event > img {
	background: black;
	width: 100%;
	max-height: 350px;
	object-fit: cover;
	/* transition: transform 0.2s; */
}

/* .ihks__event > img:hover {
	transform: scale(1.2);
} */

.ihks__event > p {
	position: absolute;
	font-size: 24px;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1 !important;
}

.ihks__event > button {
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.ihks__bg-gradient-orange {
	background: rgb(252, 176, 83);
	background: linear-gradient(
		90deg,
		rgba(252, 176, 83, 0.5382528011204482) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}

.navbar.scrolled {
	background-color: #fff !important;
	transition: background-color 200ms linear;
}

.timeline:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 50%;
	width: 2px;
	top: -20px;
	background: #000;
	z-index: 1;
}
.timeline {
	position: relative;
	margin: 50px auto;
	width: 1000px;
	padding: 50px 0;
}

.timeline ul {
	margin: 0;
	padding: 0;
}

.timeline ul li {
	list-style: none;
	box-sizing: border-box;
	line-height: normal;
	position: relative;
	width: 50%;
	padding: 40px 70px;
}

.timeline ul li .right_content h2 {
	color: rgba(59, 112, 239, 1);
	padding: 0px 2px 18px 0px;
}
.timeline ul li:nth-child(odd) {
	float: left;
	text-align: right;
	clear: both;
}

.timeline ul li:nth-child(even) {
	float: right;
	text-align: left;
	clear: both;
}

.left_content {
	padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #f26927;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(58, 112, 239, 0.2);
	right: -6px;
	top: 24px;
	z-index: 1;
}

.timeline ul li:nth-child(even):before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #f26927;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(58, 112, 239, 0.2);
	left: -4px;
	top: 24px;
}

.timeline ul li:nth-child(odd) .left_content {
	position: absolute;
	top: 12px;
	right: -100px;
	margin: 0;
	padding: 0px 0px;

	color: #f26927;
	/* box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3); */
	border-radius: 18px;
}

.timeline ul li:nth-child(even) .left_content {
	position: absolute;
	top: 12px;
	left: -100px;
	margin: 0;
	padding: 0px 0px;

	color: #f26927;
	/* box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3); */
	border-radius: 18px;
}

@media (max-width: 1000px) {
	.timeline {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.timeline {
		width: 100%;
	}
	.timeline:before {
		left: 20px;
	}
	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even) {
		width: 100%;
		text-align: left;
		padding-left: 50px;
	}

	.timeline ul li:nth-child(odd):before {
		top: -18px;
		left: 16px;
	}
	.timeline ul li:nth-child(even):before {
		top: -18px;
		left: 16px;
	}

	.timeline ul li:nth-child(odd) .left_content,
	.timeline ul li:nth-child(even) .left_content {
		top: -30px;
		left: 50px;
		right: inherit;
	}
}

@media screen and (max-width: 576px) {
	.ihks__font-head-title {
		font-family: Stardom;
		font-size: 60px;
		font-weight: 400px;
		line-height: 70px;
	}

	.ihks__font-head-since {
		font-family: Stardom;
		font-size: 20px;
		font-weight: 400px;
		line-height: 70px;
	}
}

/* If the screen size is 768px wide or less, set the font-size of <div> to 30px */
@media screen and (min-width: 768px) {
	.ihks__font-head-title {
		font-family: Stardom;
		font-size: 120px;
		font-weight: 400px;
		line-height: 95px;
	}

	.ihks__font-head-since {
		font-family: Stardom;
		font-size: 42px;
		font-weight: 400px;
		line-height: 45px;
	}
}

.ihks__event-title-text {
	font-weight: bold;
	font-size: 20px;
}

.ihks__event-point-text {
	color: #f26927;
	font-size: 15px;
	text-decoration: none;
}

.ihks__event-date-text {
	font-size: 18px;
	text-decoration: none;
}

nav.stroke ul li a {
	position: relative;
}
nav.stroke ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: ".";
	color: transparent;
	background: #aaa;
	height: 3px;
}
nav.stroke ul li a:hover:after {
	width: 100%;
}

#collapse-content {
	top: 7.62%;
}

.shadow-event {
	box-shadow: -20px 20px 20px -10px #34495e;
}

.shadow-top-page {
	box-shadow: -20px 20px 20px -10px rgba(52, 73, 94, 0.4);
}

.shadow-top-greeting {
	width: 150px;
	-webkit-filter: drop-shadow(5px 5px 5px #34495e);
	filter: drop-shadow(5px 5px 5px #34495e);
}

.shadow-logo {
	width: 150px;
	-webkit-filter: drop-shadow(5px 5px 5px #34495e);
	filter: drop-shadow(5px 5px 5px #34495e);
}

.shadow-event-confirm {
	-webkit-filter: drop-shadow(5px 5px 5px #34495e);
	filter: drop-shadow(5px 5px 5px #34495e);
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

a:link {
	color: #000000;
}

a:hover {
	color: #f26927;
}

a:active {
	color: #2e6da4;
	font-weight: bold;
}

.square-menu-top-page {
	height: 200px;
	width: 100%;
	object-fit: cover;
	transition: transform 0.2s;
}

.square-menu-top-page:hover {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}

.dt-buttons .buttons-csv {
	padding: 0px 10px !important;
	margin-right: 31px !important;
}

.dt-buttons .buttons-excel {
	padding: 0px 10px !important;
	margin-right: 31px !important;
}

.ihks__cart-item div {
	justify-content: center;
	align-items: center;
}

.img-descriptions .size {
	color: #f26927;
}

.ihks__btn-circle {
	border-radius: 50%;
	border: 1px solid #000000;
	width: 27px;
	margin: 0px 27px;
	background-color: #ffffff !important;
}

.ihks__btn-disabled {
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
}

.ihks__btn-circle-mini {
	border-radius: 50%;
	border: 1px solid #000000;
	width: 20px;
	margin: 0px 5px;
	font-size: 10px !important;
	background-color: #ffffff !important;
}

.ihks__btn-mini-disabled {
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
}

.ihks__input-no-border.qty {
	border: none;
	width: 10px;
}

.ihks__button-primary {
	background-color: #000000;
	color: white;
}

.ihks__button-primary:hover {
	background-color: #aaaaaa;
	color: #000000;
}

.fw-medium {
	font-weight: 500 !important;
}

#merchandise-category-list {
	list-style: none;
	padding: 0px;
}

#merchandise-category-list li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 500;
}

.ihks__text-md {
	font-size: 14px;
	font-weight: 500;
}

a.doctor:hover {
	outline: 2px solid #f26927;
}

a.event-more:hover {
	outline: 2px solid #f26927;
}

a.event-more:focus {
	outline: 2px solid #2e6da4;
}

a.payment-method:hover {
	outline: 2px solid #f26927;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	color: #f26927;
}

.loading {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font: 14px arial;
}

.nav#knowledge-tab {
	justify-content: flex-start;
}

.ihks__spinner svg {
	width: 100%;
	max-width: 2rem;
	animation: rotate 3.6s linear infinite;
}

.circle-loading {
	fill: none;
	stroke: #f26927;
	stroke-width: 8px;
	stroke-dasharray: 300;
	animation: outline 2s cubic-bezier(0.77, 0, 0.18, 1) infinite;
}

@keyframes outline {
	0% {
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dashoffset: 300;
	}

	100% {
		stroke-dashoffset: 600;
	}
}

@keyframes rotate {
	from {
		transform: rotate(0turn);
	}

	to {
		transform: rotate(-1turn);
	}
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0px;
}
