/*
	Theme Name: EKOSISTEMOS
	Theme URI: https://ekosistemos.am.lt
	Description: Aplinkos ministerija, A. Jakšto g. 4/9, LT-0115 Vilnius
	Author: Petras Pauliūnas
	Author URI: mailto:petras.pauliunas@am.lt
	Version: 1.0
	Stable tag: 1.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: pi
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

*,
::after,
::before {
	box-sizing: border-box;
}

:root {
	/*--am-typography-text-font-family: 'Manrope';*/
	--am-typography-text-font-family: 'Inter', sans-serif;
	--am-typography-text-font-weight: 400;
	--am-primary-color: rgb(89, 112, 94);
	--am-background-color: rgb(25 70 5 / 4%);
	--am-focus-color: rgb(25 70 5 / 20%);
	--am-secondary-color: rgb(0, 110, 130);
	--am-box-shadow: rgb(25 70 5 / 20%) 0px 0px 0px 4px;
	--am-text-color: rgb(35, 31, 32);
	--am-border-color: rgb(205, 213, 223);
	--am-label-color: rgb(75, 85, 101);
	--am-nav-hover-color: rgba(245, 248, 240, 1);
	/*icon*/
	--link-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='%23194605'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
	--link-icon-hover: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");

}

body {
	font-family: var(--am-typography-text-font-family), sans-serif;
	font-weight: var(--am-typography-text-font-weight);
	font-size: 1rem;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle;
}

::selection {
	color: #fff;
	background-color: var(--am-primary-color);
}

a {
	color: var(--e-global-color-accent);
}

div[data-elementor-type="wp-page"] .elementor-widget-text-editor a,
.single-new-content a {
	text-decoration: underline;
	text-underline-offset: 4px;
	background-image: linear-gradient(var(--e-global-color-accent) 0%, var(--e-global-color-accent) 100%);
	background-position: 0% 110%;
	background-repeat: repeat-x;
	background-size: 0px 0px;
	transition: color 150ms ease 0s, background-size 150ms ease 0s;
	padding: 0px 3px;
	margin: 0px -3px;
	position: relative;
	word-break: break-word;
}

div[data-elementor-type="wp-page"] .elementor-widget-text-editor a:hover,
.single-new-content a:hover {
	text-decoration: none;
	background-size: 2px 100%;
	z-index: 1;
	color: #fff !important;
}

div[data-elementor-type="wp-page"] .elementor-widget-text-editor a[target="_blank"]:after,
.single-new-content a[target="_blank"]:after {
	content: '';
	background-image: var(--link-icon);
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: cover;
	vertical-align: -2.5px;
	margin-left: 4px;
}

div[data-elementor-type="wp-page"] .elementor-widget-text-editor a[target="_blank"]:hover:after,
.single-new-content a[target="_blank"]:hover:after {
	background-image: var(--link-icon-hover);
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

@media(max-width:768px) {
	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.25rem;
	}
}

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body>#page {
	display: flex;
	flex-direction: column;
	height: 100%;
}

footer {
	margin-top: auto;
}

/* Sticky header */
.sticky-header {
	position: relative;
	z-index: 2;
	transition: transform 0.4s;
}

.scroll-down .sticky-header {
	transform: translate3d(0, -100%, 0);
}

.scroll-up .sticky-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.sticky-header .elementor-widget-wrap {
	flex-wrap: nowrap
}

.main-nav .hfe-nav-menu li a {
	border-radius: 9999px;
	text-shadow: 0px 0px 0px #000;
}

.scroll-up .sticky-header .main-nav .hfe-nav-menu>li div a:hover,
.scroll-up .sticky-header .main-nav .hfe-nav-menu>li.current_page_item div a,
.scroll-up .sticky-header .main-nav .hfe-nav-menu>li.current_page_parent div a {
	background-color: var(--am-nav-hover-color) !important;
}

.main-nav .hfe-nav-menu li ul.sub-menu {
	padding: 8px 8px 4px 8px;
}

.main-nav .hfe-nav-menu li ul.sub-menu a {
	border-radius: 8px;
	padding: 12px 16px !important;
	margin-bottom: 4px;
}

.main-nav .hfe-nav-menu li ul.sub-menu a:hover {
	background-color: var(--am-nav-hover-color) !important;
}

.main-nav .hfe-nav-menu .sub-menu li.menu-item,
.main-nav .hfe-nav-menu .sub-menu li.menu-item {
	overflow: visible !important;
}

/* Sticky header end*/


/*Mobile nav icon*/
.hfe-nav-menu-icon,
.hfe-nav-menu-icon::after,
.hfe-nav-menu-icon::before {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: var(--am-primary-color)
}

.hfe-nav-menu-icon::after,
.hfe-nav-menu-icon::before {
	content: "";
	position: absolute;
	top: -6px
}

.hfe-nav-menu-icon::after {
	top: 6px
}

/*Mobile nav icon end*/
.list .elementor-icon-list-item a,
.list .elementor-icon-list-item {
	justify-content: space-between !important
}

.list .elementor-icon-list-icon {
	order: 2;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	align-items: flex-start !important
}

.elementor-widget .elementor-icon-list-icon {
	margin-top: 6px !important
}



td {
	padding: 8px 0;
}

tr {
	border-bottom: 1px solid #CDD5DF;
}

.sticky-sidebar {
	position: sticky;
	position: -webkit-sticky;
	top: 50px;
}

.sticky-head {
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	background-color: #fff;
	z-index: 2;
}

/* 404 page*/
.site-content-404 {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 20px 40px 20px;
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site-content-404 .title {
	font-size: 48px;
	margin: 0
}

.site-content-404 .content {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
}

@media(max-width:768px) {
	.site-content-404 .title {
		font-size: 32px
	}

	.site-content-404 .content {
		font-size: 16px
	}
}

.site-content-404 a {
	color: var(--e-global-color-accent);
}

/*End*/
/*Search form*/
.search-form {
	display: grid;
	grid-template-columns: auto 100px;
	gap: 16px;
	max-width: 500px;
	margin: 48px auto;
}

.search-form input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.5rem 0.75rem;
	outline: 0;
	width: 100%;
	background-color: white;
	font-size: 1rem;
	color: var(--am-text-color);
	border: 1px solid var(--am-border-color);
	border-radius: 4px;
	height: 40px;
	line-height: 27px
}

.search-form input:focus {
	border-color: var(--am-primary-color);
	box-shadow: var(--am-box-shadow);
}

.search-form input.search-submit {
	height: 40px;
	width: 100%;
	border-radius: 4px;
	padding: 6px 8px;
	background-color: var(--am-primary-color);
	color: white;
	border: 1px solid transparent;
	font-weight: normal;
	font-size: 1rem;
	cursor: pointer;
}

/*Search results*/
.search-head-wrap {
	background-color: var(--e-global-color-0c8feb0);
	padding: 132px 10px 32px 10px;
	margin-top: -77px;
}

@media(max-width:992px) {
	.search-head-wrap {
		margin-top: -100px;
	}
}

@media(max-width:768px) {
	.search-head-wrap {
		margin-top: -92px;
		padding: 116px 10px 24px 10px;
	}
}

.search-head {
	max-width: 800px;
	margin: 0 auto;
}

.search-head .search-form {
	margin: 0;
}

.search-content-wrap {
	padding: 40px 20px;
}

.search-content {
	max-width: 800px;
	margin: 0 auto;
}

.site-content-search ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-content-search ul li {
	border-bottom: 1px solid #CDD5DF;
	padding: 4px 0 24px 0;
}

.site-content-search ul li p {
	margin: 16px 0 0 0;
	word-break: break-word
}

.site-content-search ul li a {
	color: var(--am-text-color);
	text-decoration: none;
}

.site-content-search ul li a p {
	color: var(--e-global-color-text);
}

.site-content-search ul li .more {
	color: var(--am-primary-color);
	font-weight: 600;
	padding: 8px 8px 8px 0;
	display: flex;
	align-items: center;
}

.site-content-search ul li .more svg {
	margin-left: 8px;
}

.searched-highlight {
	background-color: var(--e-global-color-0c8feb0);
}

/*START:Search JS-------------------------------------------*/
#search-js {
	cursor: pointer;
}

.am-search-opened {
	overflow: hidden;
}

.am-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

[class*="am-search-full-screen"] {
	position: fixed;
	z-index: 400;
	visibility: hidden;
	opacity: 0;
}

.am-search-full-screen {
	background-color: rgb(17 24 39/ 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
	padding: 12px;
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translate3d(0, 100%, 0);
}

[class*="am-search-full-screen"].am-opened {
	visibility: visible;
	opacity: 1;
}

.am-search-full-screen.am-opened {
	transition: opacity 0s, visibility 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transform: none;
}

/*Search close btn*/
.am-search-full-screen .am-close-search {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

.am-action-btn>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.am-action-btn.am-style-icon>a {
	position: relative;
	flex-direction: column;
	width: 50px;
	height: 50px;
	font-weight: 400;
	font-size: 0 !important;
	line-height: 0;
}

.am-search-full-screen .am-close-search>a {
	width: 56px;
	height: 56px;
}

.am-search-full-screen .am-search-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.am-search-full-screen .am-search-icon>a {
	width: 56px;
	height: 56px;
}

.am-search-full-screen .am-search-icon a svg {
	fill: black;
}

/* .am-action-btn {
	display: inline-flex;
	vertical-align: middle;
} */

/*Search form*/
.searchform {
	position: relative;
}

.am-search-wrap {
	max-width: 560px;
	margin: 48px auto 0;
	position: relative;
	background: #fff;
	border-radius: 8px;
	position: relative;
	z-index: 2;
}

.am-search-full-screen .searchform {
	border-bottom: 1px solid #CDD5DF;
}

.am-search-full-screen .searchform input[type="text"] {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 8px 8px 0 0;
	background-color: #fff;
	box-shadow: none;
	color: var(--am-text-color);
	vertical-align: middle;
	font-size: 16px;
	transition: border-color .5s ease;
}

.am-search-full-screen .searchform input[type="text"]:focus-visible {
	outline: none;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	padding: 0;
	width: 50px;
	border: none;
	background-color: transparent;
	box-shadow: none;
	color: #333;
	font-weight: 400;
	font-size: 0;
}

.am-search-full-screen .searchform .searchsubmit {
	display: none;
}

.am-search-full-screen .am-search-loader {
	z-index: 1002;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.am-search-full-screen .am-search-loader:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid transparent;
	border-left-color: #242424;
	border-radius: 50%;
	vertical-align: middle;
}

.am-search-full-screen .search-loading~.am-search-loader {
	top: 110px;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.am-search-full-screen .search-loading~.am-search-loader:after {
	animation: am-rotate 450ms infinite linear;
}

.am-search-full-screen .search-info-text {
	overflow: hidden;
	padding: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	transition: all .6s ease;
	background: #fff;
	margin-top: -1px;
	color: var(--e-global-color-text);
	border-radius: 0 0 8px 8px
}

/*Search results*/
.am-search-full-screen.am-searched .search-results-wrapper {
	position: absolute;
	top: 57px;
	width: 100%;
}

.search-results-wrapper {
	position: relative;
}

.am-dropdown-results {
	margin: 0 !important;
	overflow: hidden;
	right: calc((0 / 1.5));
	left: calc((0 / 1.5));
}

.am-search-full-screen .am-dropdown-results,
.am-search-full-screen .am-dropdown-results .am-scroll-content {
	max-height: 100%;
	height: 100%;
}

.am-scroll-content {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	max-height: 280px;
	scrollbar-width: thin;
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}

.autocomplete-suggestions {
	display: grid;
	margin-top: -1px;
	margin-right: -1px;
	padding: 16px 16px 8px 16px;
}

.autocomplete-suggestion {
	background-color: #F8FAFC;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 8px;
	cursor: pointer;
	line-height: 1;
	transition: all .25s ease;
}

.autocomplete-suggestion .am-entities-title {
	color: var(--e-global-color-text);
}

.autocomplete-suggestion .wd-entities-title strong {
	text-decoration: underline;
}

.autocomplete-suggestion .suggestion-sku {
	font-size: 12px;
}

.autocomplete-suggestion.suggestion-divider {
	width: 100%;
	background-color: #f7f7f7;
	cursor: default;
}

.autocomplete-suggestion.suggestion-divider h5 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.autocomplete-selected {
	background-color: #EEF2F6;
}

.view-all-results,
.suggestion-divider,
.suggestion-no-found {
	grid-column: 1 / -1;
}

.view-all-results {
	height: 48px;
	margin-bottom: 8px;
	color: var(--am-primary-color);
	text-decoration: underline;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	transition: all .25s ease;
}

.view-all-results:hover {
	color: var(--am-secondary-color);
}

[class*="am-search-full-screen"] .autocomplete-suggestions {
	animation: am-fadeInBottomShort 0.6s cubic-bezier(0.19, 1, 0.22, 1) both;
}

/* .am-search-full-screen .autocomplete-suggestions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
	background-color: #fff;
} */

@keyframes am-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes am-fadeInBottomShort {
	from {
		transform: translate3d(0, 20px, 0);
	}

	to {
		transform: none;
	}
}

/**
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
*/
/*END:Search JS-------------------------------------------*/
.linesam_project_content h2{
    margin: 4px 0 0 0;
    font-size: 1.17em;
    color: var( --e-global-color-primary )
}

/* Pagination */

.pagination {
	display: flex;
	justify-content: center;
	margin: 32px 0;
	gap: 4px;
}

.pagination .page-numbers {
	color: var(--e-global-color-primary);
	padding: 8px 16px;
	text-decoration: none;
}

.pagination .current {
	background-color: var(--e-global-color-accent);
	color: #fff;
	border-radius: 4px;
}

.pagination .page-numbers:hover:not(.current) {
	background-color: #CDD5DF;
	border-radius: 4px;
}

/* End Pagination */

/* Single page template */
.single-new-wrap {
	background-color: #F2EFEA;
	padding: 132px 10px 32px 10px;
	margin-top: -77px
}

.single-new {
	max-width: 800px;
	margin: 0 auto;
}

.single-new-content-wrap {
	padding: 80px 20px 80px 20px;
}

.single-new-content {
	max-width: 840px;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
	color: var(--e-global-color-text);
}

.single-news time {
	color: var(--e-global-color-accent);
}

.single-news h1 {
	color: var(--e-global-color-primary);
	line-height: 40px;
	margin: 8px 0 16px 0;
}

.news_image {
	height: auto;
	aspect-ratio: 16/9;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.single-news .navigation.post-navigation {
	padding: 0 20px
}

.single-news .nav-links {
	max-width: 800px;
	margin: 48px auto;
	display: flex;
	gap: 16px;
	border-top: 1px solid #CDD5DF;
	padding: 16px 0;
}

.nav-links a {
	color: var(--e-global-color-text);
	text-decoration: none;
}

.single-news .nav-links>div {
	max-width: 50%;
}

.nav-links .meta-nav {
	display: flex;
	align-items: center;
}

.nav-links .nav-next {
	text-align: right;
	margin-left: auto;
}

.nav-links .nav-next .meta-nav {
	justify-content: flex-end;
}

.nav-next .meta-nav svg {
	margin-left: 8px;
	height: 16px;
	margin-top: -2px;
}

.nav-previous .meta-nav svg {
	margin-right: 8px;
	height: 16px;
	margin-top: -6px;
}

.nav-next,
.nav-previous {
	min-width: 0;
}

.nav-next .post-title,
.nav-previous .post-title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

@media(max-width:768px) {
	.single-news h1 {
		line-height: 32px;
	}
}

/*GMO process tabs*/
.gmo-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active,
.gmo-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active a {
	background-color: var(--e-global-color-accent);
	border-radius: 4px
}

.gmo-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 13px 20px;
}

@media (max-width: 767px) {
	.gmo-tabs.elementor-widget-tabs .elementor-tabs .elementor-tab-content {
		padding: 0 0 10px 0
	}
}


.faq.elementor-widget-tabs .elementor-tab-desktop-title {
	border-left: 0.1875rem solid rgba(220, 224, 229, .6) !important;
	margin-bottom: 0;
	padding: 12px 16px;
	/**color: #bdc5d1 !important;*/
}

.faq.elementor-widget-tabs .elementor-tab-title.elementor-active,
.faq.elementor-widget-tabs .elementor-tab-title.elementor-active a {
	border-color: var(--am-primary-color) !important;
}

.faq.elementor-widget-tabs .elementor-tab-content {
	padding: 0;
	margin-top: -16px;
}

.reports.elementor-widget-accordion .elementor-accordion-item {
	margin-bottom: 8px;
	border-radius: 8px;
	overflow: hidden
}

.reports.elementor-widget-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: 1px solid #CDD5DF
}

/**/
.icon-block-grid .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 24px 40px
}

/*Table style*/
table {
	margin: 27px 0 37px 0;
	width: 100%;
	border: 1px solid #dedede;
	border-collapse: collapse;
}

table th,
table td {
	border: 1px solid #dedede;
}

table th {
	color: var(--am-primary-color);
	font-weight: 600;
	padding: 12px 0 12px 20px;
}

table td {
	padding: 8px 16px;
	background-color: #F6F9FC;
}

table tr th:last-child,
table tr td:last-child {
	padding-right: 20px;
	min-width: 148px;
}


table tbody tr:nth-child(even) td {
	background-color: #ffffff;
}


/*Custom forms*/
.tml .tml-label {
	margin: 0 0 4px 0;
	line-height: 1rem;
}

.tml input {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.5rem 0.75rem;
	outline: 0;
	width: 100%;
	background-color: white;
	color: var(--am-text-color);
	border: 1px solid var(--am-border-color);
	border-radius: 4px;
	height: 40px;
	line-height: 27px;
	font-family: inherit;
}

.tml input:focus {
	border-color: var(--am-primary-color);
	box-shadow: var(--am-box-shadow);
	outline: 0;
}

.tml button[type="submit"] {
	font-size: 1rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 40px;
	width: 100%;
	border-radius: 4px;
	padding: 6px 8px;
	background-color: var(--am-primary-color);
	color: white;
	border: 1px solid transparent;
	font-weight: normal;
	cursor: pointer;
	margin-top: 32px;
}

.tml input[type="checkbox"] {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.25em;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid var(--am-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	margin: 0;
	margin-right: 8px;
	print-color-adjust: exact;
	padding: 0;
	cursor: pointer;
}

.tml .tml-label[for="rememberme"] {
	cursor: pointer;
}

.tml input[type="checkbox"]:focus {
	border-color: var(--am-primary-color);
	box-shadow: var(--am-box-shadow);
	outline: 0;
}

.tml input[type="checkbox"]:checked {
	background-color: var(--am-primary-color);
	border-color: var(--am-primary-color);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.tml-links {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 16px;
	justify-content: center;
}

.tml-register-link:after,
.tml-login-link:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24' fill='%23194605'%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath d='M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: -3px;
}

.tml-register-link:after {
	margin-left: 8px;
}

.tml-register-link a {
	margin-left: 8px
}

.tml-login-link:before {
	margin-right: 8px;
	transform: rotate(180deg);
}

.tml-pwd-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tml-pwd-wrapper a {
	margin: 0 0 4px 0;
	line-height: 1rem;
}

/**/
.additional-links {
	display: flex;
	justify-content: center;
	margin-top: 1em;
}

.additional-links a {
	margin-left: 8px;
}

.additional-links a:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24' fill='%23194605'%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath d='M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: -3px;
	margin-left: 8px;
}

.am-register-user h2 {
	font-size: 1.15rem;
}