<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-22 {
	font-size: 22px;
}

.full-width {
	width: 100%;
}

.navbar-brand&gt;img {
	max-width: 220px !important;
}

.splitted-banner .split-bg {
	z-index: 2;
}

.splitted-banner .split-overlay {
	position: absolute;
	width: 53%;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	height: 100%;
}

footer .footer__big .text_widget .footer_logo {
	max-width: 200px;
}

.block-full-width3 {
	min-height: 37.66667rem;
	position: relative;
	display: flex;
	align-items: center;
}

.block-full-width3 .img {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	width: 42%;
	height: 100%;
}

.bottom-line-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background: url(img/svg/about-shape.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.arrow-list2 span,
.arrow-list3 span,
.arrow-list5 span {
	min-width: 1.4rem;
}

.modal-header {
	-webkit-border-top-left-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
	-webkit-border-top-right-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}

select.form-control {
	color: #495057;
}

.form-group.floating-label {
	position: relative;
}

.form-group.floating-label .form-control {
	padding-top: 24px;
	padding-left: 18px;
	line-height: 18px;
	padding-bottom: 8px;
	height: 52px !important;
}

.form-group.floating-label .floating-label {
	position: absolute;
	top: 16px;
	left: 20px;
	margin-bottom: 0;
	transition: all .2s ease;
	cursor: text;
	color: #888;
}

.form-group.floating-label.is-focused .floating-label {
	top: 7px;
	color: #888;
	font-size: 10px;
}

.form-group.floating-label .form-control:autofill+.floating-label {
	top: 7px;
	color: #888;
	font-size: 10px;
}

.form-group.floating-label .form-control:-webkit-autofill+.floating-label {
	top: 7px;
	color: #888;
	font-size: 10px;
}


.profile-picture-container {
	background-color: #f5f4f7;
	border-radius: 2px;
	padding: 20px;
	border: 1px solid #e4e8ed;
}

.team-wrapper.test-wrapper:before {
	width: 100%;
}

.test-wrapper .title-box {}

.team-wrapper.test-wrapper:after {
	background: none;
}

.tag-checkbox {
	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
}

.tag-checkbox span {
	padding: 10px 40px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 30px;
	display: flex;
	cursor: pointer;
}

.tag-checkbox input {
	position: absolute;
	left: -9999px;
}

.tag-checkbox input:checked+span {
	border-color: #413aa4;
	color: #413aa4;
}

.file-select-container {
	background-color: rgba(245, 247, 252, 0.2);
	height: 300px;
	border: 1px dashed #e4e8ed;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.file-select-container input {
	position: absolute;
	left: -9999px;
}

.foodhandlers-card-img {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.foodhandlers-card-img&gt;.badge-img {
	max-width: 100%;
	width: 300px;
}

.foodhandlers-card-img&gt;.user-img {
	position: absolute;
	width: 35%;
	margin-top: -7%;
}

.cart-actions-floating {
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0 5px 20px rgba(105, 106, 119, 0.2);
	height: 0;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.cart-actions-floating.show {
	height: 92px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border-top: 1px solid #e4e8ed;
}

.coupan-badge&gt;.la-tag {
	font-size: 16px;
	margin-right: 5px;
}

.cart-table thead th+th,
.cart-table .cart-single td+td {
	padding-left: 3.66667rem;
}

.cart-table .cart-bottom .txt-coupan-code {
	width: 195px;
}

.cart-table .cart-single .total-item {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cart-table .cart-single .total-item .plus,
.cart-table .cart-single .total-item .minus {
	padding: 0 5px;
	cursor: pointer;
}

.accordion-take-course .accordion-contents {
	border: 1px solid #06b590;
}

.tab_nav2 .nav .nav-item .nav-link.completed:before {
	content: "";
	position: absolute;
	height: 25px !important;
	width: 25px !important;
	background: #35b53e !important;
	border-radius: 200px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.tab_nav2 .nav .nav-item .nav-link.completed:after {
	font: normal normal normal 16px/1 LineAwesome;
	content: "\f17b";
	position: absolute;
	left: calc(50% - 8px);
	color: #fff;
	bottom: -8px;
}

.tab_nav2 .nav .nav-item .nav-link.active {
	color: #000 !important;
}

.tab_nav2 .nav .nav-item .nav-link.active:before {
	background: #413aa4 !important;
}

.tab_nav2 .nav .nav-item .nav-link.active:after {
	background: rgba(65, 58, 164, 0.1);
}

.text-hint {
	position: absolute;
	right: 12px;
	top: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #06b590;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	font-size: 18px;
}

.text-hint:hover {
	color: #fff;
}

.state-info {
	font-size: 12px;
	line-height: 18px;
	opacity: 0.8;
}

.btn-add-quantity {
	position: relative;
}

.btn-add-quantity .icon-discount {
	position: absolute;
	top: -5px;
	right: -5px;
	background: linear-gradient(to right, #413aa4, #06b590) !important;
	color: #fff;
	padding: 5px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	align-items: center;
	display: flex;
	border: 1px solid #fff;
	justify-content: center;
}

.table-secondary,
.table-secondary&gt;th,
.table-secondary&gt;td {
	background-color: #fafafa;
}

.top-shifted-container {
	position: relative;
	top: -80px;
	z-index: 1;
}

.table.table-condensed th,
.table.table-condensed td {
	padding: 1rem 1.5rem;
}

.select-basic&gt;.dropdown&gt;.btn-sm {
	padding: 0.25rem 2.5rem 0.25rem 1.66rem;
}

.select-basic:before {
	z-index: 1;
}

.select-basic.select-basic-light:hover:before {
	color: #fff;
}

.tab.tab-light .tab_nav .nav .nav-link {
	color: rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tab.tab-light .tab_nav .nav .nav-link:hover {
	color: #fff;
}

.tab.tab-light .tab_nav .nav .nav-link&gt;.la {
	opacity: 0.7;
}

.easy-pie-chart {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 72px;
	width: 72px;
}

.easy-pie-chart .percent {
	color: #444;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.percent-sign:after {
	content: " %";
	line-height: normal;
}

.tab.tab--7 .tab_nav7 .nav .nav-item .nav-link {
	font-size: 1.1rem;
}

.reports-tabs-container {
	height: 50px;
}

.card .card-header.card-header-large {
	padding: 1.8rem 2.13333rem 1.66667rem;
}

.card .card-header .card-header-btn {
	position: absolute;
	top: 19px;
	right: 25px;
}

.hero-video-heading {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.2;
}

.hero-video-course-selector {
	display: flex;
	align-items: center;
	height: 100%;
	position: absolute;
	z-index: 25;
	width: 100%;
	top: 0;
}

#pnlRegister .tab-content.tab--content5 {
	padding: 2rem;
}

#pnlRegister .nav .nav-item {
	width: auto !important;
}

#pnlRegister .nav .nav-item .nav-link.active {
	color: #202428;
}

@media (max-width: 991px) {
	.navbar .navbar-brand {
		width: 40%;
	}

	.card-product figure figcaption {
		position: initial;
		bottom: 0;
		opacity: 1;
	}

	.top-shifted-container {
		top: -50px;
	}

	.hero-video-heading {
		font-size: 3rem;
	}

	.hero-video-course-selector {
		top: 100%;
		height: auto;
	}
}

@media (max-width: 479px) {
	.hero-video-heading {
		font-size: 2.3rem;
		line-height: 1.4;
	}

	.navbar .navbar-brand {
		width: 47%;
	}

	.top_bar .topbar_content {
		justify-content: space-between !important;
	}
}

#ui-datepicker-div {
	background-color: white;
	box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.ui-datepicker .ui-icon {
	text-indent: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container.course {
	padding-bottom: 1200px;
}

.drop-arrow:after {
	position: absolute;
	content: '\f110';
	font-size: 0.66667rem;
	font-family: "LineAwesome", serif;
	color: rgba(0, 0, 0, 0.5);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
}
</pre></body></html>