[profile-data-initials]:before {
	background: #344767;
	color: white;
	opacity: 1; 
	content: attr(profile-data-initials); 
	display: inline-block; 
	border-radius: 0.75rem; 
	vertical-align: middle; 
	margin-right: 0.5em; 
	font-size: 24px;  
	width: 74px; 
	height: 74px; 
	line-height: 74px; 
	text-align: center; 
}

[employee-data-initials]:before {
    background: #344767;
    color: white;
    opacity: 1; 
    content: attr(employee-data-initials); 
    display: inline-block; 
    border-radius: 0.75rem; 
    vertical-align: middle; 
    margin-right: 0.5em; 
    font-size: 16px;  
    width: 50px; 
    height: 50px; 
    line-height: 50px; 
    text-align: center; 
}
.swal2-container {
    z-index: 20000 !important;
}
.landing-illu {
    width: 150px;
    margin: auto;
    margin-bottom: -40px;
}
@media only screen and (max-width: 990px) {
    .landing-illu {
		margin-bottom: -72px;
    }
}

@media only screen and (max-width: 393px)
{ 
	.landing-illu {
		margin-bottom: -74px;
    }
}

.landing-illu img {
    max-width: 100%;
}
.accordion-body {
    color: black;
}
.free-banner {
    text-align: center;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: linear-gradient(-45deg, #ee7752, #ff2c2c, #ffdd56, #ff8b0f);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.free-banner-2 {
    text-align: right;
    padding: 10px;
    width: 100%;
	background-color: rgba(255, 131, 90, 0.8);
	position: relative;
	z-index: 1;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.free-banner-2 h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: white;
}

.free-banner h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: white;
}

.free-banner h2 .underline {
    text-decoration: underline;
}

.free-periode {
    margin-top: 100px !important;
}

.logo-shadow-menu {
	filter: drop-shadow(0 0mm 2mm rgba(94, 114, 228, 0.2));
    animation: gradientChangeSmall 30s ease infinite;
}

@keyframes gradientChangeSmall {
	0% {
		filter: drop-shadow(0 0mm 2mm rgba(94, 114, 228, 0.8));
	}
	50% {
		filter: drop-shadow(0 -0mm 3mm rgba(94, 114, 228, 0.7));
	}
	100% {
		filter: drop-shadow(0 0mm 4mm rgba(94, 114, 228, 0.9));
	}
}

.logo-shadow {
    filter: drop-shadow(0 0mm 3mm rgba(94, 114, 228, 0.7));
    animation: gradientChange 5s ease infinite;
}

@keyframes gradientChange {
	0% {
		filter: drop-shadow(0 1mm 3mm rgba(94, 114, 228, 0.8));
	}
	50% {
		filter: drop-shadow(0 -2mm 10mm rgba(94, 114, 228, 0.7));
	}
	100% {
		filter: drop-shadow(0 0mm 5mm rgba(94, 114, 228, 0.9));
	}
}

.logo-shadow-light {
    filter: drop-shadow(0 0mm 3mm rgba(255, 255, 255, 0.8));
    animation: gradientChangeLight 4s ease infinite;
}

@keyframes gradientChangeLight {
	0% {
		filter: drop-shadow(0 1mm 3mm rgba(255, 255, 255, 0.8));
	}
	50% {
		filter: drop-shadow(0 -2mm 10mm rgba(255, 255, 255, 0.7));
	}
	100% {
		filter: drop-shadow(0 0mm 5mm rgba(255, 255, 255, 0.9));
	}
}

.custom-page h1 {
	margin-bottom: 40px !important;
}

.custom-page h2 {
	margin-bottom: 40px !important;
}

.custom-page p {
	margin-bottom: 40px !important;
}

@media only screen and (max-width: 705px) {
	.free-banner h2 {
		font-size: 14px;
	}
	.public h1 {
		margin-top: 40px;
		font-size: 40px !important;
	}
	.public .caro {
		width: 100% !important;
	}

	#landing-header {
		font-size: 30px !important;
	}
	#landing-subheader {
		font-size: 18px !important;
	}
	.tm-flow {
		width: 100% !important;
	}
	.tm-flow-landing-holder {
		width: 100% !important;
	}
	.header-top-landing {
		width: 90% !important;
	}
}

@media only screen and (max-width: 430px)
{ 
	.tm-flow {
		width: 100% !important;
	}
	.tm-flow-landing-holder {
		width: 100% !important;
	}
	.header-top-landing {
		width: 90% !important;
	}
}

@media only screen and (min-width: 992px) {
	.mobileNav {
		visibility: hidden;
	}
}

.banner-language-support {
	position: fixed; /* Make sure you can align it exactly */
    cursor: pointer; /* Change the cursor on mouse over */
	top: 83px;
    right: -47px;
    z-index: 10; /* make sure it is the top element always */
	background-color: white;
	transform: rotate(45deg);
	padding: 5px;
	width: 200px;
	text-align: center;
	border: 1px solid #eeeeee;
}
.banner-language-support h4 {
	font-size: 12px !important;
	color: black;
	margin-bottom: 2px;
}
.banner-language-support h4 img {
	margin-right: 2px;
}
.playVideoBtn {
	z-index: 100;
	position: absolute;
}

@media only screen and (max-width: 1054px) {
	.banner-language-support {
		top: 100px;
	}
	#video-container {
		width: 100% !important;
	}
	#caro-container {
		width: 100% !important;
	}
}

.navbar-toggler {
	background-color: rgba(255, 255, 255, 0.9);
}
.navbar-toggler-bar {
	background-color: black !important;
}

@media only screen and (max-width: 590px) {
	.banner-language-support {
		top: 75px;
		right: -65px;
	}
	.banner-language-support h4 {
		font-size: 9px !important;
	}
	.container-fluid {
		--bs-gutter-x: 5px !important;
	}
	.top-header {
		background-position-y: -64% !important;
		background-position-x: 50% !important;
	}
	.fc-daygrid-week-number {
		display: none;
	}
}
.col-8 img {
	max-width: 100%;
}
.fc-daygrid-day {
	cursor: pointer;
}
.btn-close {
	color: black;
}
.btn-close:hover {
	color: black;
}
.navbar-vertical.navbar-expand-xs {
	z-index: 100;
}

.underline {
    text-decoration: underline;
}
.optional {
	font-size: 12px; 
	color: #6c757d; 
	font-weight: 400;
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
	.landing-illu {
		width: 150px;
		margin-bottom: -45px;
	}
}

.days_in_week {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;

}
.days_in_week .day {
	width: 13%;
	display: block;
	height: 80px;
	float: left;
}

.flip {	
	width: 550px;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
}
@media only screen and (max-width: 730px)
{ 
	.flip {
		width: 100% !important;
	}
	.flip #flipdown {
		margin: auto !important;
	}
}
.gray-event {
	background-color: #6c757d !important;
	cursor: not-allowed;
}
.systemdate-event {
	background-color: #202225 !important;
	cursor: not-allowed;
}
.form-elements-in-a-row {
	width: 30% !important;
	margin-right: 5px;
	float: left;
}
.feature-list-landing {
	margin-top: 20px;
	margin-bottom: 40px;
}
.feature-list-landing li {
	margin-bottom: 10px;
}
.industries-cards h2 {
	color: #fff;
	font-size: 1.5rem;
}
.industries-cards p {
	font-weight: 400 !important;
}
.industries-cards > [class*="col-"] {
	display: flex;
}
.industries-cards .card {
	width: 100%;
}
.industries-cards .card > .bg-cover {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.industries-cards .card-body {
	flex: 1 1 auto;
}
.industries-cards .card-body a {
	margin-top: auto !important;
}
@media only screen and (max-width: 890px) {
	.article-side-right {
		display: none;
	}
	.article-landing {
		margin: 0px;
		width: 100%;	
	}
	.top-article {
		display: block !important;
	}
	.top-article .col-6 {
		width: 20% !important;
	}
	.bottom-article {
		display: block !important;
	}
	.article-header .pb-10 {
		padding-bottom: 2rem !important
	}
	.promoted-companies .col-lg-2 {
		width: 33.3% !important;
	}
	.partnership-component .col-6 {
		width: 33.3% !important;
	}
	.top-menu-login-create {
		display: none;
	}
	.lunarLogo {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.logo-navbar-tm {
		margin-left: 0px !important;
	}
	.testimonials-rows {
		display: block !important;
	}
	.testimonials-rows .card {
		margin-bottom: 20px !important;
	}
	.lunar-price {
		transform: scale(1) !important;
		z-index: 1;
	}
	.mt-n8 .col-lg-4 {
		transform: scale(1) !important;
		z-index: 1;
		scale: 1 !important;
	}
	.feature-grid {
		width: 100% !important;
	}
	.feature-grid img {
		float: left !important;
	}
	.feature-grid-mobile {
		display: block !important;
	}
	.feature-grid-desktop {
		display: none !important;
	}
}
@media only screen and (min-width: 890px) {
	.promoted-companies .col-lg-2 {
		/* width: 12.5% !important; */
	}
	.mobileNav {
		display: none;
	}
}
#star-wrapper {
	position: relative;
	width: 100vw;
	background: #000;
	overflow: hidden;
}
  
.star {
	position: absolute;
	width: 3px;
	height: 3px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
	animation: pulse 2s infinite alternate;
}  
@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.2;
	}
	100% {
		transform: scale(1.5);
		opacity: 0.7;
	}
}

.clock {
	position: absolute;
	width: 3px;
	height: 3px;
	background: white;
	border-radius: 50%;
	opacity: 0.2;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}  

@keyframes clockAni {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	100% {
		transform: scale(1.2);
		opacity: 0.7;
	}
}

.lunarLogo {
	animation: entry 3s alternate;
}

@keyframes entry {
	0% {
		transform: scale(0);
		opacity: 0.1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

#ivn-wrapper {
	position: relative;
	width: 100vw;

	background-image: linear-gradient(45deg, #476c80 25%, transparent 25%, transparent 75%, #476c80 75%, #f3f3f3), linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3);
	overflow: hidden;
}

.confetti {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	opacity: 0.8;
	border-radius: 50%;
	animation: pop 1s ease-out forwards;
}

@keyframes pop {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	100% {
		transform: translate(var(--x), var(--y)) scale(0.8);
		opacity: 0;
	}
}
/* Write me some styling for the new table of content on the articles */
.table-of-contents-header {
	font-size: 1.5rem;
	font-weight: 700;
}
.table-of-contents {
	background: #f3f3f3;
	padding: 20px;
	font-size: 1rem;
	border-radius: 10px;
	margin-bottom: 30px;
}

.promoted-companies-signup .col-8 {
	width: 100% !important;
}

.promoted-companies-signup h2 {
	font-size: 0.8rem !important;
}
.promoted-companies-signup .promoted-companies .col-lg-2 {
	width: 25% !important;
}

#landing-header {
	margin-top: 55px;
}