:root {
	--kwtsk-main: #7047eb;
}

.kwtsk-pro-icon {
	background-color: #7047eb;
	color: #f9bc68;
	-webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
	        box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
	border-radius: 40px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-decoration: none;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}
.kwtsk-collection:hover .kwtsk-pro-icon {
	opacity: 1;
}
.kwtsk-pro-icon:hover {
	color: #e19a36;
}
.kwtsk-page-title {
	margin: 0 0 25px;
	max-width: 840px;
}
.kwtsk-page-title h2 {
	font-size: 30px;
	margin: 10px 0 25px;
	padding: 0;
}
.kwtsk-page-title p {
	font-size: 15px;
}
.kwtsk-page-title p.kwtsk-svg-warning {
	font-size: 13px;
	font-weight: bold;
}
.kwtsk-no-layouts {
	text-align: center;
	font-size: 18px;
	color: #999;
}
.kwtsk-layouts-collection {
	margin: 0 0 40px;
}
.kwtsk-collection-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	padding: 0 4px;
	margin: 0 0 15px;
}
.kwtsk-collection-header h2 {
	margin: 0;
	padding: 0;
	font-size: 28px;
}

/* - Required Plugins */
.kwtsk-required-plugins {
	margin: 20px 0 40px;
	max-width: 378px;
}
.kwtsk-required-plugins h4 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 14px;
}
.kwtsk-required-plugins ul {
	margin: 0;
	padding: 0;
}
.kwtsk-required-plugins ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.kwtsk-req-btn {
	color: #2271b1;
	border: 1px solid #2271b1;
	background: #f6f7f7;
	display: inline-block;
	text-decoration: none;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.kwtsk-req-btn:hover {
	background: #f0f0f1;
	border-color: #0a4b78;
	color: #0a4b78;
}
.kwtsk-req-btn.activate {
	background-color: #2271b1;
	color: #fff;
}
.kwtsk-req-btn.activate:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}
/* - layout-collection */
.kwtsk-collections {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 15px;
}
.kwtsk-collection {
	max-width: 280px;
}
.kwtsk-collection h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	text-align: center;
}
.kwtsk-collection-preview {
	-webkit-box-shadow: 0 1px 0 #e3e3e3;
	        box-shadow: 0 1px 0 #e3e3e3;
	max-width: 100%;
	max-height: 320px;
	overflow-y: scroll;
	width: 280px;
	height: 320px;
	position: relative;
}
/* .kwtsk-collection-preview.noimg::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	border: 2px solid #000;
	border-top-color: transparent;
	border-radius: 50%;
	animation: kwtsk-spin 0.8s linear infinite;
} */
.kwtsk-collection-preview img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
.kwtsk-collection-content {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
	        box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out 0s;
	transition: -webkit-box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
}
.kwtsk-collection-info {
	padding: 15px;
	text-align: center;
}
.kwtsk-collection .kwtsk-collection-btn {
	background-color: #dcdcdc;
	border: 0;
	border-radius: 3px;
	padding: 8px 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #414242;
	cursor: pointer;
	-webkit-transition:
		background-color 0.3s ease-in-out 0s,
		color 0.3s ease-in-out 0s;
	transition:
		background-color 0.3s ease-in-out 0s,
		color 0.3s ease-in-out 0s;
}
.kwtsk-collection:hover .kwtsk-collection-btn {
	background-color: var(--kwtsk-main);
	color: #fff;
}
/* - single-layout */
.kwtsk-layout-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 15px;
	margin: 30px 0 0;
}
.kwtsk-layout {
	max-width: 280px;
	min-width: 280px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
	        box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out 0s;
	transition: -webkit-box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
}
.kwtsk-layout:hover {
	-webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 26%);
	        box-shadow: 0 1px 10px rgb(0 0 0 / 26%);
}
.kwtsk-layout-img {
	-webkit-box-shadow: 0 1px 0 #e3e3e3;
	        box-shadow: 0 1px 0 #e3e3e3;
	max-width: 100%;
	max-height: 260px;
	overflow-y: scroll;
}
.kwtsk-layout-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
.kwtsk-layout-content {
	padding: 10px;
}
.kwtsk-layout-content h3 {
	font-size: 18px;
	margin: 5px 0 14px;
	padding: 0;
}
.kwtsk-layout-content p {
	font-size: 12px;
}
.kwtsk-layout-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.kwtsk-btn {
	border: 0;
	cursor: pointer;
}
.kwtsk-collection-header .kwtsk-btn {
	background: none;
	margin: 0 0 0 25px;
}
.kwtsk-collection-header .kwtsk-btn:hover {
	color: var(--kwtsk-main);
}
.kwtsk-layout a.kwtsk-btn {
	background: none !important;
	-webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
	        box-shadow: inset 0 0 0 1px #bcbcbc;
}
.kwtsk-layout a.kwtsk-btn:hover {
	color: var(--kwtsk-main);
	-webkit-box-shadow: inset 0 0 0 1px var(--kwtsk-main);
	        box-shadow: inset 0 0 0 1px var(--kwtsk-main);
}
.kwtsk-layout .kwtsk-btn {
	width: 48%;
	min-height: 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.kwtsk-layout .kwtsk-btn,
.kwtsk-layout-modal-content .kwtsk-btn {
	background-color: #dcdcdc;
	border-radius: 3px;
	padding: 8px 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #414242;
	-webkit-transition:
		background-color 0.3s ease-in-out 0s,
		color 0.3s ease-in-out 0s,
		-webkit-box-shadow 0.3s ease-in-out 0s;
	transition:
		background-color 0.3s ease-in-out 0s,
		color 0.3s ease-in-out 0s,
		-webkit-box-shadow 0.3s ease-in-out 0s;
	transition:
		background-color 0.3s ease-in-out 0s,
		color 0.3s ease-in-out 0s,
		box-shadow 0.3s ease-in-out 0s;
	transition:
		background-color 0.3s ease-in-out 0s,
		color 0.3s ease-in-out 0s,
		box-shadow 0.3s ease-in-out 0s,
		-webkit-box-shadow 0.3s ease-in-out 0s;
}
.kwtsk-layout .kwtsk-btn:hover,
.kwtsk-layout-modal-content .kwtsk-btn:hover {
	background-color: var(--kwtsk-main);
	color: #fff;
}
.kwtsk-layout .kwtsk-btn.importing {
	font-size: 0;
	color: transparent;
}
.kwtsk-layout .kwtsk-btn.importing::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	border: 2px solid #000;
	border-top-color: transparent;
	border-radius: 50%;
	-webkit-animation: kwtsk-spin 0.8s linear infinite;
	        animation: kwtsk-spin 0.8s linear infinite;
}
@-webkit-keyframes kwtsk-spin {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes kwtsk-spin {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.kwtsk-filters {
	max-width: 840px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 25px 0 35px;
}
.kwtsk-filters select {
	width: 100%;
	max-width: 200px;
	padding: 3px 10px;
	background-color: #fff;
	border: 0;
}
.kwtsk-tags {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 580px;
	text-align: right;
}
.kwtsk-tag {
	margin: 0 4px;
	padding: 0 2px;
	font-size: 12px;
	background: none;
	border: 0;
	text-transform: capitalize;
	cursor: pointer;
}
.kwtsk-tag.active {
	text-decoration: underline;
	color: var(--kwtsk-main);
}

/* Simple modal overlay */
body.kwtsk-modal-open {
	overflow: hidden;
}
.kwtsk-layout-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 9999;
}
.kwtsk-layout-modal-content {
	background-color: #fff;
	position: relative;
	width: 100%;
	max-width: 820px;
	max-height: 84%;
	border-radius: 4px;
	padding: 25px 18px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.kwtsk-layout-modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	margin: 25px 0 0;
}
.kwtsk-layout-modal-header h4 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #000;
}
.kwtsk-layout-modal-header p {
	margin: 0;
	padding: 0;
}
.kwtsk-layout-modal-img {
	border: 1px solid #e4e4e4;
	margin: 20px 0 0;
	overflow-y: scroll;
}
.kwtsk-layout-modal-img img {
	width: 100%;
	height: auto;
	display: block;
}
.kwtsk-layout-modal-close {
	position: absolute;
	-webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
	        box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
	top: 4px;
	right: 4px;
	background: #fff;
	border: none;
	border-radius: 2px;
	width: 28px;
	height: 28px;
	font-size: 18px;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

