
.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	transition: all 0s;
}

.tns-slider>.tns-item {
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	clear: both;
	content: "";
	display: table;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%;
}

.tns-gallery, .tns-no-calc {
	left: 0;
	position: relative;
}

.tns-gallery {
	min-height: 1px;
}

.tns-gallery>.tns-item {
	left: -100%;
	position: absolute;
	transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
	left: auto !important;
	position: relative;
}

.tns-gallery>.tns-moving {
	transition: all .25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	opacity: .6;
	transition: opacity .6s;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	left: -10000em;
	position: absolute;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 0;
}

.tns-fadeOut, .tns-normal {
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix>div, .tns-vpfix>li {
	display: inline-block;
}

.tns-t-subp2 {
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 310px;
}

.tns-t-ct {
	position: absolute;
	right: 0;
	width: 2333.3333333%;
	width: 2333.33333%;
}

.tns-t-ct:after {
	clear: both;
	content: "";
	display: table;
}

.tns-t-ct>div {
	float: left;
	height: 10px;
	width: 1.4285714%;
	width: 1.42857%;
}

.module-wrap {
	border-color: var(--cp-gray-300);
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	flex-basis: 100% !important;
	padding-left: .5rem;
	padding-right: .5rem;
}

@media (min-width:769px) {
	.leco-cp-cols-2 .module-wrap, .leco-cp-cols-3 .module-wrap {
		flex-basis: 50% !important;
	}
}

@media (min-width:1024px) {
	.leco-cp-cols-3 .module-wrap {
		flex-basis: 33.33333% !important;
	}
}

@media (min-width:769px) {
	.leco-cp-cols-4 .module-wrap {
		flex-basis: 50% !important;
	}
}

@media (min-width:1024px) {
	.leco-cp-cols-4 .module-wrap {
		flex-basis: 25% !important;
	}
}

@media (min-width:769px) {
	.leco-cp-cols-5 .module-wrap {
		flex-basis: 50% !important;
	}
}

@media (min-width:1065px) {
	.leco-cp-cols-5 .module-wrap {
		flex-basis: 20% !important;
	}
}

.module-wrap {
	position: relative;
}

.module-wrap .module {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.25rem;
	position: relative;
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
	border-color: var(--cp-gray-300);
	border-style: solid;
	border-width: 1px;
	color: var(--cp-gray-600) !important;
	font-size: .875rem;
	line-height: 1.25;
	min-height: 11.75rem;
	padding: 1.125rem 1.875rem;
	text-align: center;
}

@media (min-width:1024px) {
	.module-wrap .module {
		height: calc(100% - 1.25rem);
	}
}

.module .ico-area {
	display: block;
	font-size: 2.626rem;
	line-height: 1;
	margin: 0 0 .625rem;
}

.module .title {
	color: var(--cp-gray-900);
	display: block;
	font-size: var(--cp-h3-size);
	font-weight: var(--cp-h3-weight);
	letter-spacing: var(--cp-h3-spacing);
	line-height: var(--cp-h3-lh);
	margin-bottom: .75rem;
}

.module .description {
	color: var(--cp-gray-600);
	font-size: var(--cp-h5-size);
	font-weight: var(--cp-h5-weight);
	letter-spacing: var(--cp-h5-spacing);
	line-height: var(--cp-h5-lh);
}

.module .upload {
	align-items: center;
	background-color: var(--cp-gray-200);
	border-radius: 25px;
	color: var(--cp-gray-900);
	cursor: pointer;
	display: inline-flex;
	font-size: var(--cp-btn-sm-size);
	font-weight: var(--cp-btn-weight);
	gap: 5px;
	letter-spacing: var(--cp-btn-spacing);
	line-height: var(--cp-btn-sm-lh);
	margin: 0 0 0 auto;
	padding: 6px 18px 6px 17px;
	transition: background-color .15s ease;
}

.module .upload:hover {
	background-color: var(--cp-gray-300);
}

.module .upload svg {
	width: .8rem;
}

.module:hover {
	box-shadow: 0 0 5px var(--wp--preset--color--leco-cp-primary);
	color: var(--cp-gray-600);
	cursor: pointer;
}

.module.inactive {
	pointer-events: none;
}

.module.unclickable:hover {
	box-shadow: none;
	cursor: default;
}

.module.inactive {
	opacity: .5;
}

.iconset {
	display: inline-block;
	height: auto;
	margin: .2em;
	padding-top: 3px;
	width: 2.25rem;
}

.iconset svg * {
	stroke: currentColor;
	color: var(--cp-gray-600);
}

button.file-delete {
	padding: 0;
}

.components-modal__screen-overlay:has(.leco-cp__confirm-modal) {
	align-items: center;
	background: rgba(92, 102, 167, .1);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9993;
}

.leco-cp__confirm-modal {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 32px 5px rgba(120, 142, 150, .16);
	max-width: 500px;
	outline: 1px solid var(--cp-gray-300);
	overflow: visible;
	position: relative;
}

.leco-cp__confirm-modal .components-modal__header {
	margin: 0;
	padding: 68px 50px 20px;
	position: static;
}

.leco-cp__confirm-modal .components-modal__header .components-modal__header-heading {
	color: var(--cp-gray-900);
	font-size: var(--cp-h1-size);
	font-weight: var(--cp-h1-weight);
	line-height: var(--cp-h1-lh);
	text-align: center;
	width: 100%;
}

.leco-cp__confirm-modal .components-modal__header button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--cp-gray-300);
	border-radius: 50%;
	color: var(--cp-gray-600);
	display: flex;
	height: 29px;
	justify-content: center;
	left: auto;
	min-width: 29px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 29px;
}

.leco-cp__confirm-modal .components-modal__header button svg {
	display: none;
}

.leco-cp__confirm-modal .components-modal__header button:after {
	background-color: var(--cp-gray-600);
	content: "";
	height: 9px;
	mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%279%27 fill=%27none%27%3E%3Cpath fill=%27currentColor%27 d=%27M8.545 7.643c.246.273.246.683 0 .93-.274.273-.684.273-.93 0L4.39 5.317 1.135 8.572c-.274.274-.684.274-.93 0-.273-.246-.273-.656 0-.93L3.46 4.39.205 1.135C-.068.86-.068.45.205.205a.6.6 0 0 1 .902 0L4.39 3.486 7.643.232a.6.6 0 0 1 .902 0c.273.247.273.657 0 .93L5.29 4.39z%27/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%279%27 fill=%27none%27%3E%3Cpath fill=%27currentColor%27 d=%27M8.545 7.643c.246.273.246.683 0 .93-.274.273-.684.273-.93 0L4.39 5.317 1.135 8.572c-.274.274-.684.274-.93 0-.273-.246-.273-.656 0-.93L3.46 4.39.205 1.135C-.068.86-.068.45.205.205a.6.6 0 0 1 .902 0L4.39 3.486 7.643.232a.6.6 0 0 1 .902 0c.273.247.273.657 0 .93L5.29 4.39z%27/%3E%3C/svg%3E");
	mask-size: 9px 9px;
	-webkit-mask-size: 9px 9px;
	width: 9px;
}

.leco-cp__confirm-modal .components-modal__content {
	margin-top: 0;
	padding: 0 50px 68px;
}

.leco-cp__confirm-modal--btns {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.leco-cp__confirm-button {
	background-color: var(--wp--preset--color--leco-cp-secondary) !important;
	border: none;
	border-radius: 999px;
	color: var(--wp--preset--color--leco-cp-secondary-text);
	cursor: pointer;
	font-size: var(--cp-h5-size);
	font-weight: var(--cp-btn-weight);
	line-height: var(--cp-h5-lh);
	padding: .625rem 0;
	text-align: center;
	width: 145px;
}

.leco-cp__confirm-button:hover {
	color: var(--wp--preset--color--leco-cp-secondary-text);
	filter: brightness(95%);
}

.leco-cp__cancel-button {
	background-color: var(--cp-gray-200) !important;
	border: none;
	border-radius: 999px;
	color: var(--cp-gray-600);
	cursor: pointer;
	font-size: var(--cp-h5-size);
	font-weight: var(--cp-btn-weight);
	line-height: var(--cp-h5-lh);
	padding: .625rem 0;
	text-align: center;
	width: 145px;
}

.leco-cp__cancel-button:hover {
	color: var(--cp-gray-600);
	filter: brightness(95%);
}

@media screen and (max-width:800px) {
	.lity-container {
		height: 100%;
	}
	
	@supports (height:100dvh) {
		.lity-container {
			height: 100dvh;
		}
	}
	
	.lity-content:has(.image-slider-wrapper) {
		display: flex;
		height: 100%;
	}
}

.image-slider-wrapper {
	display: flex;
	flex-direction: column;
	max-height: 800px;
	max-width: 800px;
}

@media screen and (max-width:800px) {
	.image-slider-wrapper {
		height: 100%;
		max-height: 100% !important;
	}
}

.image-slider-wrapper .module-text--above {
	padding-bottom: 1rem;
}

.image-slider-wrapper .module-text--below {
	padding-top: 1.5rem;
	position: relative;
	z-index: 1;
}

.leco-cp__slider--navigation, .leco-cp__slider-buttons-container, .leco-cp__slider-meta {
	align-items: center;
	display: flex;
	gap: 20px;
}

.leco-cp__slider-meta {
	border-top: 1px solid var(--cp-gray-300);
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 14.5px;
	padding-top: 12.5px;
}

.leco-cp__slider--image-name {
	font-weight: 600;
}

@media screen and (max-width:800px) {
	.leco-cp__slider--image-name {
		flex-basis: 100%;
	}
}

.leco-cp__slider--navigation {
	gap: 10px;
}

.leco-cp__slider--navigation-next, .leco-cp__slider--navigation-prev {
	background-color: transparent;
	padding: 0;
}

.leco-cp__slider--navigation-next svg path, .leco-cp__slider--navigation-prev svg path {
	fill: var(--cp-gray-900);
}

.leco-cp__slider--navigation-next:disabled, .leco-cp__slider--navigation-prev:disabled {
	opacity: .3;
	pointer-events: none;
}

.leco-cp__slide--downloads-container {
	position: relative;
}

.leco-cp__slide--download {
	align-items: center;
	background-color: var(--cp-gray-200);
	border: none;
	border-radius: 25px;
	color: var(--cp-gray-900);
	cursor: pointer;
	display: inline-flex;
	font-size: var(--cp-btn-sm-size);
	font-weight: var(--cp-btn-weight);
	gap: 5px;
	letter-spacing: var(--cp-btn-spacing);
	line-height: var(--cp-btn-sm-lh);
	padding: 6px 18px 6px 17px;
	transition: background-color .15s ease;
	white-space: nowrap;
}

.leco-cp__slide--download:focus, .leco-cp__slide--download:hover {
	background-color: var(--cp-gray-300);
	color: var(--cp-gray-900);
}

.leco-cp__slide--download svg {
	height: auto;
	width: .8rem;
}

.leco-cp__slide--download .leco-cp__slide--chevron {
	width: 9px;
}

.leco-cp__slide--download-dropdown {
	background-color: #fff;
	border: 1px solid var(--cp-gray-100);
	border-radius: 12px;
	box-shadow: 0 0 5px rgba(51, 61, 85, .25);
	display: none;
	flex-direction: column;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 38px;
	width: 220px;
	z-index: 20;
}

.leco-cp__slide--download-dropdown.is-active {
	display: flex;
}

.leco-cp__slide--download-link {
	background-color: transparent;
	border: none;
	border-radius: 5px;
	color: var(--cp-gray-900);
	font-size: var(--cp-btn-sm-size);
	font-weight: var(--cp-btn-weight);
	line-height: var(--cp-btn-sm-lh);
	padding: 8px 10px;
	text-align: left;
	text-decoration: none;
}

.leco-cp__slide--download-link:focus, .leco-cp__slide--download-link:hover {
	background-color: var(--cp-gray-100);
	color: var(--cp-gray-900);
}

.leco-cp__slide--inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.leco-cp__slide {
	display: inline-flex !important;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle !important;
}

.leco-cp__slide .leco-cp__slide--image {
	align-items: center;
	display: flex;
	justify-content: center;
}

.leco-cp__slide img {
	max-height: 600px;
	max-width: 100%;
}

.tns-outer {
	height: 100%;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}

.tns-outer:before {
	background-color: var(--cp-gray-100);
	bottom: -40px;
	content: "";
	left: -50px;
	position: absolute;
	right: -50px;
	top: 0;
}

.leco-cp__slider, .tns-inner, .tns-ovh {
	height: 100%;
}

.module-footer {
	align-items: center;
	align-self: stretch;
	display: flex;
	gap: 12px;
	margin: auto -1.875rem -1.125rem;
	padding: 17px .875rem .625rem;
}

.module-footer .upload {
	margin-left: auto;
}

.module-due-date {
	align-items: center;
	display: inline-flex;
	font-size: .75rem;
	gap: 5px;
	padding: 6px 0 7px;
	position: relative;
}

.module-due-date svg {
	flex-shrink: 0;
	height: 12px;
	width: 12px;
}

.module-due-date.due-date--normal {
	color: var(--cp-gray-600);
}

.module-due-date.due-date--soon {
	color: var(--cp-warning);
}

.module-due-date.due-date--overdue {
	color: var(--cp-error);
}

.module-due-date.due-date--completed {
	color: var(--cp-success);
}

.module-due-date[data-tooltip] {
	cursor: default;
}

.module-due-date[data-tooltip]:after {
	background-color: var(--cp-gray-900);
	border-radius: 5px;
	bottom: calc(100% + 8px);
	color: #fff;
	content: attr(data-tooltip);
	font-size: .75rem;
	font-weight: 400;
	left: 50%;
	opacity: 0;
	padding: 6px 10px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity .15s ease, visibility .15s ease;
	visibility: hidden;
	white-space: nowrap;
	z-index: 10;
}

.module-due-date[data-tooltip]:hover:after {
	opacity: 1;
	visibility: visible;
}

.module-file-count {
	align-items: center;
	color: var(--cp-gray-600);
	display: inline-flex;
	font-size: .75rem;
	gap: 5px;
	padding: 6px 0 7px;
}

.module-file-count svg {
	flex-shrink: 0;
	height: 12px;
	width: 11px;
}

.module-file-count svg path {
	fill: var(--cp-gray-600);
}

.module-comment-count {
	align-items: center;
	color: var(--cp-gray-600);
	display: inline-flex;
	font-size: .75rem;
	gap: 5px;
	padding: 6px 0 7px;
}

.module-comment-count svg {
	flex-shrink: 0;
	height: 11px;
	width: 13px;
}

.module-comment-count svg path {
	fill: var(--cp-gray-600);
}

.leco-cp-text-editor-section {
	margin-bottom: 12px;
	padding-left: 0;
}

.leco-cp-text-editor-btn {
	justify-content: center;
	margin-bottom: 8px;
	width: 100%;
}

.leco-cp-text-preview {
	background-color: #f0f0f0;
	border-radius: 4px;
	color: #1e1e1e;
	font-size: 12px;
	line-height: 1.4;
	max-height: 60px;
	overflow: hidden;
	padding: 8px;
}

.leco-cp-text-preview p {
	margin: 0;
}

.components-modal__screen-overlay:has(.leco-cp-text-editor-modal) {
	z-index: 100001;
}

.leco-cp-text-editor-modal {
	max-width: 800px;
	min-width: 600px;
}

@media screen and (max-width:640px) {
	.leco-cp-text-editor-modal {
		min-width: auto;
		width: 95vw;
	}
}

.leco-cp-text-editor-modal .components-modal__header {
	margin-bottom: 16px;
}

.leco-cp-text-editor-modal textarea {
	min-height: 300px;
	width: 100%;
}

.leco-cp-text-editor-modal__actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 16px;
}
