input, button, .form-control, .form-select, .form-check-input {
    box-shadow: none;
}

input:focus, button:focus, .form-control:focus, .form-select:focus {
    box-shadow: none;
    outline: none;
}

.cursor-pointer {
    cursor: pointer;
}

.form-label {
    font-weight: 600;
}
.btn-l {
    min-width: 90px;
}
.btn-xl {
    min-width: 120px;
}
.btn-xxl {
    min-width: 140px;
}

.ls--1 {
    letter-spacing: -0.05rem;
}
.bg-audio {
    background-image: url('/media/site/dotsdark.png');
    background-position: 0 center;
    background-repeat: repeat-x;
    height: 16px;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.text-facebook {
    color: #3b5998;
}
.text-twitter {
    color: #1da1f2;
}
.text-linkedin {
    color: #0077b5;
}

.must:after {
	position: relative;
	top: -4px;
	content: "*";
	font-family: monospace;
	font-weight: bold;
	color: #e01111;
    margin: 0 0 0 2px;
}
.wait {
	position: relative;
}
.wait::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1rem 0 0 -1rem;
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
	border-radius: 50%;
	animation: 1.5s linear infinite spinner-grow;
	background-color: currentColor;
	opacity: 0;
}
.wait>* {
	visibility: hidden;
}

a.playmedia[data-youtube]:not([data-youtube=""])::after {
    content: '\F62B';
    font-family: 'bootstrap-icons';
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    padding: 0 6px;
    border-radius: 10px;
}
a.playmedia[data-video]:not([data-video=""])::after {
    content: '\F4F3';
    font-family: 'bootstrap-icons';
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 1;
    padding: 0 6px;
    border-radius: 50%;
}

.main-content {
    min-height: 85vh;
}

#logibox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    z-index: 1000;
}
#mediaviewer {
	display: none;
	color: #fff;
	background-color: #191919;
	z-index: 1999;
}
#mediaviewer.opened {
	display:block;
}
.media-item {
	max-width: 100%;
	max-height: 100%;
}
video.media-item {
	height: 100%
}
.ratio.media-item {
	width: 100%;
	height: 100%
}
@media (min-width: 992px) {
	#mediaviewer {
		padding: 60px 80px;
	}
	.media-item {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.media-item {
		max-width: 70%;
		margin: 0 auto;
	}
}
