html:not([data-theme="dark"]) {
	--kt-page-bg-image: url(/custom/media/misc/auth-bg.png);
	--kt-page-bg: #ffffff;
	--kt-primary: #5cc7cf;
	--kt-primary-active : #34aacf;
}
:root {
	--bs-link-color: #5cc7cf;
    --bs-link-hover-color: #34aacf;
}
.link-primary {
    color: #5cc7cf !important;
}
.link-primary:hover, .link-primary:focus {
    color: #34aacf !important;
}

/*.btn.btn-primary {
    background-color: #34aacf;
}*/

/*   TAGIFY css*/
.tagify__dropdown.extra-properties .tagify__dropdown__item > img{
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    transform: scale(.75);
    margin-right: 5px;
    border-radius: 2px;
    transition: .12s ease-out;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img{
    transform: none;
    margin-right: 12px;
}

.tagify.countries .tagify__input{ min-width:175px; }

.tagify.countries tag{ white-space:nowrap; }
.tagify.countries tag img{
    display: inline-block;
    height: 40px;
    margin-right: 3px;
    border-radius: 2px;
    pointer-events: none;
}

.tagify__tag > div > * {
	vertical-align: middle;
}

.tagify__dropdown__item {
	max-height: 100px;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
	width: 100px;
	height: auto;
	max-height : 80px;
}