/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.d-flex {
	display: flex;
}

.pos-fixed {
	position: fixed;
}

.items-center {
	align-items: center;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

.bottom-0 {
	bottom: 0;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-3 {
	gap: 1rem;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.justify-between {
	justify-content: space-between;
}

.alert a {
	color: #0099C5;
	font-weight: 500;
}

a.link {
	color: #0099C5;
	font-weight: 500;
	margin-bottom: 1.875rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

a.link svg {
	width: 20px;
	height: 20px;
}

a.link:hover {
	color: #007a9b;
}

.alert {
	font-family: Helvetica Neue;
	padding: 1.25rem 1.875rem;
	margin-bottom: 1.875rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.mt-3 {
	margin-top: 1rem;
}

.btn {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #0099C5;
	border: 1px solid transparent;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
	color: #fff;
	background-color: #0099C5;
	border-color: #0099C5;
}

.btn-primary:hover {
	color: #fff;
	background-color: #007a9b;
	border-color: #007a9b;
}
.w-full {
	width: 100%;
}

.ict-member-form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 2.5rem 1.875rem;
	background:  #FFF;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	margin-bottom: .5rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
}

.form-group a {
	color: #0099C5;
	font-weight: 500;
}

.form-group .form-control {
	display: block;
	width: 100%;
	padding: .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #0099C5;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#ict-member-dashboard .background-image {
	min-height: 150px;
	border-radius: 12px;
	transition: opacity 0.1s ease-in-out;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#ict-member-dashboard .member-image {
	height: 135px;
	width: 135px;
	border-radius: 8px;
	padding: 10px;
    background-origin: content-box, padding-box;
	transition: opacity 0.1s ease-in-out;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background-color: #007a9b;
}

#ict-member-dashboard .background-image:hover,
#ict-member-dashboard .member-image:hover {
	opacity: 0.8;
	cursor: pointer;
}
#ict-member-dashboard .background-image:hover .edit-icon,
#ict-member-dashboard .member-image:hover .edit-icon {
	visibility: visible;
}

#ict-member-dashboard .edit-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	visibility: hidden;
	padding: 0.5rem;
	background-color: #0099C5;
	border-radius: 4px;
	transition: visibility 0.1s ease-in-out;
	line-height: 1;
}

#ict-member-dashboard .edit-icon svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
}

#ict-member-dashboard #background-image-upload,
#ict-member-dashboard #member-image-upload {
	display: none;
}

#ict-member-dashboard .blue-block {
	margin-bottom: 2.5rem;
}

.blue-block {
	border-radius: 0.5rem;
	background: #F2FBFE;
	padding: 1.875rem;
}

.lds-dual-ring {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #0099C5;
	border-color: #0099C5 transparent #0099C5 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.mb-0 {
	margin-bottom: 0;
}

.body-block label {
	color: #005EB8;
	font-family: Plus Jakarta Sans;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

#company-images {
	min-height: 150px;
	border: 2px dashed #0099C5;
	border-radius: 0.625rem;
	padding: 1.875rem;
	text-align: center;
	cursor: pointer;
}

.block {
	display: block;
}

.btn-wide {
	padding: 0.75rem 2.5rem;
}

.save-menu {
	left: 0;
	z-index: 999;
	width: 100%;
	border-radius: 0.625rem 0.625rem 0 0;
	background: #fafeff;
	padding: 1.25rem 1.875rem;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}

.error-message {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 0.75rem 1.875rem;
	margin-bottom: 1.875rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.member-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.member-image {
	max-width: 250px;
	border-radius: 0.5rem;
}


.member-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 150px;
	border-radius: 0.5rem;
}

.member-button {
	background-color: var(--member-color);
}

.member-button span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	font-family: Helvetica Neue;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.member-overview {
	color: #101828;
	font-family: Plus Jakarta Sans;
	font-size: 1rem;
	font-style: italic;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 1.56rem;
}

.member-button span {
	color: var(--member-contrast-color);
}

.member-button:hover {
	filter:brightness(95%);
}

.block-title {
	color: #101828;
	font-family: Plus Jakarta Sans;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.member-description p:last-child {
	margin-bottom: 0;
}

.other-members h3 {
	color: #101828;
	font-family: Plus Jakarta Sans;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.other-members h3 a {
	color: #000B0E;
	text-align: center;
	font-family: Helvetica Neue;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.single-member .blue-block {
	position: relative;
}

.single-member .blue-block * {
	z-index: 1;
	position: relative;
}

.single-member .blue-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--member-color);
	opacity: 0.1;
	border-radius: 0.5rem;
	z-index: 0;

	pointer-events: none;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0.625rem;
}

.member-swiper {
	height: 300px;
	border-radius: 0.625rem;
	overflow: hidden;
}

.autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--member-color);
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: var(--member-color);
	fill: none;
	stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}

.rich-text {
	font-family: Helvetica Neue;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	color: #000B0E;
}

.rich-text p:last-child {
	margin-bottom: 0;
}

.btn-logout {
	color: #fff;
	background-color: #FF8ACF;
}

.btn-logout:hover {
	color: #fff;
	filter:brightness(95%);
}

.nav-dashboard-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.single-member .site-main {
	margin-top: 120px;
}

#ict-member-dashboard .select2-selection--multiple {
	min-height: 38px;
}

/* Media for tablet and lower */
@media (max-width: 991px) {
	.no-wrap-mobile {
		flex-direction: column;
	}

}