/**
 * Admin Settings Styling
 */
.linkt-hide,
.linkt-repeater:first-child .linkt-repeater-close {
	display: none !important;
}

.linkt-settings {
	max-width: 920px;
	position: relative;
}
.linkt-loader-wrap {
	background-color: #fff;
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: 20;
	padding-top: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.linkt-settings .form-table th {
	color: #404040;
	padding: 24px 10px 20px 0;
}
.linkt-thtitle {
	font-size: 14px;
	color: #404040;
	font-weight: 600;
	margin: 0 0 15px;
}
.linktthdesc {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 12px;
	padding: 10px 12px;
	color: #6a6a6a;
}
.linktthdesc span {
	display: block;
	margin: 8px 0 0;
}
.linktDesctip {
	cursor: pointer;
}
.linkt-row p.setting-note,
.linkt-row p.stand-out-note {
	font-size: 12px;
	color: #979797;
	margin: 5px 0 0 6px;
}
.linkt-row p.stand-out-note {
	color: #000;
}
a.stand-out-note-link {
	background-color: #23c800;
	-webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 25%);
	box-shadow: inset 0 0 0 1px rgb(0 0 0 / 25%);
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 3px 10px;
	text-decoration: none;
	color: #fff;
}
a.stand-out-note-link:hover {
	background-color: #1dac01;
}

/* -- Settings Top Bar -- */
.linktSettingBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.linktSettingBar h2,
.linktSettingBarMain {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.linktSettingBar h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 15px 0 15px 5px;
}
.linktSettingBarOptions {
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.linktSettingBarOptions > a {
	color: #8b8b8b;
	font-size: 20px;
	margin: 0 0 0 15px;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
body.linkt-free a.linkt-account {
	display: none !important;
}
.linkt-delete {
	cursor: pointer;
	width: 25px;
	height: 25px;
	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;
}
.linktSettingBarOptions .linkt-delete::before {
	color: #c9c9c9;
	content: "\f182";
	font-family: Dashicons;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.linkt-delete:hover::before,
.linkt-delete.show-confirm::before {
	color: #727272;
}
.linkt-confirm-delete {
	background-color: #d70202;
	border-radius: 3px;
	bottom: 45px;
	color: #f1bebe;
	font-size: 11px;
	letter-spacing: 0.4px;
	padding: 4px 10px;
	position: absolute;
	right: 60px;
	white-space: nowrap;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.linkt-confirm-delete::after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #d70202;
	position: absolute;
	right: -8px;
	top: 7px;
}
.linkt-delete.show-confirm .linkt-confirm-delete {
	opacity: 1;
	visibility: visible;
}
.linkt-confirm-delete a {
	text-decoration: underline;
	color: inherit;
	font-size: inherit !important;
}
.linktSettingBarOptions a:hover {
	color: #8413d0;
}
.linkt-confirm-delete a:hover {
	color: #fff;
}
.linktSettingBar.bottom {
	background-color: #fff;
	border-top: 1px solid #999;
	margin: 30px 0 10px;
	padding: 30px 0 0;
}
/* -- Tabs / Content -- */
.linkt-tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px 0 -1px;
	padding: 0 5px;
	position: relative;
}
.linkt-tabs li {
	margin: 0 1px;
	padding: 0;
}
.linkt-tab {
	background-color: #f4f7fb;
	border: 1px solid #b5bfc9;
	border-bottom: 0 !important;
	border-radius: 3px 3px 0 0;
	color: #5b6065;
	display: block;
	padding: 10px 18px 12px;
	cursor: pointer;
}
.linkt-tab:hover {
	color: #000;
}
.linkt-tabs li.help {
	position: absolute;
	right: 4px;
	top: 6px;
}
.linkt-tabs li.help .linkt-tab {
	background-color: #5a93f8;
	border: 1px solid #7a8896;
	color: #fff;
	padding: 8px 25px;
}
.linkt-tab.active,
.linkt-tabs li.help .linkt-tab.active {
	background-color: #fff;
	border-color: #7a8896;
	color: #107daf;
	margin: 0 0 -1px;
	cursor: initial;
	position: relative;
	z-index: 4;
}
.linkt-content-wrap {
	background-color: #fff;
	border: 1px solid #7a8896;
	border-radius: 3px;
	padding: 20px;
	position: relative;
}
.linkt-content-wrap-inner {
	position: relative;
	z-index: 24;
}
.linkt-content {
	display: none;
}
.linkt-content.active {
	min-height: 400px;
	display: block;
}
.linkt-content .form-table {
	margin: 0;
}
#linkt-content-help {
	margin-bottom: -125px;
	padding-bottom: 25px;
	background-color: #fff;
	position: relative;
}

.linkt-description {
	margin: 10px -10px 0;
	background-color: #fdfdfd;
	padding: 20px;
	font-size: 12px;
	letter-spacing: 0.2px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	text-align: center;
}

/* -- Table Styling -- */
.linktheading {
	margin: 25px -10px 0;
}
.linktheading.nomargin {
	margin-top: 0;
}
#linkt-content-2 table tr:first-child .linktheading,
#linkt-content-3 table tr:first-child .linktheading {
	margin-top: -11px;
}
.linktheading-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #af2dbf;
	margin: 0;
	padding: 0 0 8px;
	text-transform: uppercase;
}
.linkt-row .linktheading-desc {
	margin: 8px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #979797;
	max-width: none;
}

/* ---- Setting Tooltips ---- */
.linktdoclink {
	color: #9d9d9d;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	text-decoration: none;
}
.linktdoclink::before {
	font-family: "Dashicons";
	display: block;
	content: "\f504";
}

.linkt-tooltip {
	color: #9d9d9d;
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.linkt-tooltip::before {
	font-family: "Dashicons";
	display: block;
	content: "\f223";
}
.linkt-tooltip .linkt-tooltiptxt {
	background-color: #404040;
	border-radius: 4px;
	bottom: 125%;
	color: #fff;
	font-size: 11.5px;
	line-height: 1.5;
	letter-spacing: 0.1px;
	font-weight: 300;
	left: 50%;
	margin-left: -85px;
	opacity: 0;
	padding: 8px 10px;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	visibility: hidden;
	width: 160px;
	z-index: 1;
}
.linkt-tooltip .linkt-tooltiptxt::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: #404040 transparent transparent transparent;
}
.linkt-tooltip:hover {
	color: #404040;
}
.linkt-tooltip:hover .linkt-tooltiptxt {
	visibility: visible;
	opacity: 1;
}
/* ---- Settings Styling ---- */
.linkt-row.split-top {
	-webkit-box-shadow: 0 1px 0 #dfdfdf;
	box-shadow: 0 1px 0 #dfdfdf;
}
.linkt-row.split-top th,
.linkt-row.split-top td {
	margin-top: 20px;
	padding-top: 20px;
}
.linkt-row.split-bottom {
	-webkit-box-shadow: 0 1px 0 #dfdfdf;
	box-shadow: 0 1px 0 #dfdfdf;
}
.linkt-row.split-bottom th,
.linkt-row.split-bottom td {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.linkt-row.linkt-full td {
	padding: 15px 0;
}
.linkt-row .regular-text,
.linkt-row select,
.linkt-row input[type="number"] {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;
	max-width: 440px;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}
.linkt-row .regular-text:hover,
.linkt-row select:hover,
.linkt-row input[type="number"]:hover,
.linkt-repeater input:hover,
.linkt-repeater .linkt-repeater-right .rdt input:hover {
	border: 1px solid #868686;
}
.linkt-row input[type="number"] {
	max-width: 110px;
}
.linkt-row span.prefix {
	margin: 0 5px 0 0;
}
.linkt-row span.suffix {
	margin: 0 0 0 5px;
}
.linkt-row .linkt-post-select__control,
.linkt-row .linkt-post-select__menu {
	max-width: 440px;
}
.linkt-row .linkt-post-select__control input[type="text"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.linkt-row-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.linkt-row-col-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.linkt-row-col-right {
	width: 60px;
	text-align: right;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.linkt-row:hover .linkt-row-col-right {
	visibility: visible;
	opacity: 1;
}
.linkt-row.heading th,
.linkt-row.heading td {
	padding-bottom: 0;
}
.linkt-row.pronote th {
	padding: 0 10px 0 0;
}
.linkt-row.pronote td {
	padding: 0 15px;
}
.linkt-row.pronote h6 {
	margin: 0;
	padding: 0;
	color: #af2dbf;
	font-size: 16px;
	font-weight: 500;
}
.linkt-row.pronote p {
	margin: 2px 0 10px;
	opacity: 0.6;
	font-size: 12px;
}

/* -- Toggle Switch -- */
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}
.toggle-switch input.toggle-switch-checkbox {
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle-switch-slider {
	border-radius: 34px;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: all 0.18s ease-in-out 0s;
	transition: all 0.18s ease-in-out 0s;
}
.toggle-switch-slider:before {
	border-radius: 34px;
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: all 0.18s ease-in-out 0s;
	transition: all 0.18s ease-in-out 0s;
}
.toggle-switch input.toggle-switch-checkbox:checked + .toggle-switch-slider {
	background-color: #2196f3;
}

.toggle-switch input.toggle-switch-checkbox:focus + .toggle-switch-slider {
	-webkit-box-shadow: 0 0 1px #2196f3;
	box-shadow: 0 0 1px #2196f3;
}

.toggle-switch
	input.toggle-switch-checkbox:checked
	+ .toggle-switch-slider:before {
	-webkit-transform: translateX(16px);
	transform: translateX(16px);
}
/* -- Larger toggle in block settings -- */
.linkt-block-settings .toggle-switch {
	width: 60px;
	height: 34px;
}
.linkt-block-settings .toggle-switch-slider:before {
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
}
.linkt-block-settings
	.toggle-switch
	input.toggle-switch-checkbox:checked
	+ .toggle-switch-slider:before {
	-webkit-transform: translateX(26px);
	transform: translateX(26px);
}
/* ---- Setting Blocks Wrapper ---- */
.linkt-block-settings {
	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;
	margin: 0 -10px;
}
.linkt-header {
	margin: 10px 0 20px;
	text-align: center;
}
.addspace {
	margin-bottom: 80px;
}
.linkt-settings .linkt-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
}
.linkt-settings p {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 13px;
	max-width: 520px;
	color: #757575;
}
.linkt-more {
	margin: 20px 0 12px;
	text-align: center;
	font-size: 18px;
	color: #787878;
}
.linktInfoTab .linkt-video,
.linktInfoTab .linkt-help,
.center {
	text-align: center;
}
/* ---- Give Feedback ---- */
.linkt-feedback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 0 30px 7px;
}
.linkt-feedback a {
	display: inline-block;
	background-color: #f4f7fb;
	-webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 25%);
	box-shadow: inset 0 0 0 1px rgb(0 0 0 / 25%);
	border-radius: 4px;
	color: #616161;
	margin: 0 0 -4px 10px;
	padding: 5px 12px;
	min-width: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.2px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.linkt-feedback a:hover {
	background-color: #ffffff;
}
.ask-feedback,
.linkt-reply {
	display: none;
}
.linkt-reply img.emoji {
	width: 18px !important;
	height: 18px !important;
	margin: 0 6px !important;
}
.ask-feedback b {
	font-size: 14px;
	color: #c1219f;
	margin: 0 5px 0 0;
}
.ask-feedback.show,
.linkt-reply.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.linkt-feedback .linkt-feedback-dismiss {
	display: inline-block;
	margin: 0 0 -4px 18px;
}
.linkt-feedback .linkt-feedback-dismiss label {
	width: 20px;
	height: 20px;
	position: relative;
	font-size: 12px;
	color: #828587;
}
.linkt-feedback .linkt-feedback-dismiss label:hover {
	color: red;
}
.linkt-feedback .linkt-feedback-dismiss label::before {
	display: block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00d";
	position: absolute;
	top: 2px;
	left: 6px;
}
.linkt-feedback .linkt-feedback-dismiss input.toggle-switch-checkbox {
	opacity: 1;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.linkt-feedback input.toggle-switch-checkbox::before,
.linkt-feedback .linkt-feedback-dismiss .toggle-switch-slider {
	display: none !important;
}
/* ---- Info Tab ---- */
.linkt-settings a.linkt-button {
	display: inline-block;
	background-color: #f9f9f9;
	-webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 25%);
	box-shadow: inset 0 0 0 1px rgb(0 0 0 / 25%);
	border-radius: 4px;
	color: #616161;
	margin: 0 10px 12px;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 1;
	min-width: 116px;
	text-decoration: none;
	letter-spacing: 0.2px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.linkt-settings a.linkt-button:hover {
	background-color: #ededed;
	-webkit-box-shadow:
		inset 0 0 0 1px rgb(0 0 0 / 25%),
		0 1px 5px rgb(0 0 0 / 18%);
	box-shadow:
		inset 0 0 0 1px rgb(0 0 0 / 25%),
		0 1px 5px rgb(0 0 0 / 18%);
	color: #585858;
}
.linkt-settings a.linkt-button.primary {
	background-color: #c1219f;
	color: #fff;
}
.linkt-settings a.linkt-button.primary:hover {
	background-color: #da28b3;
}
/* ---- Setting Block - On/Off ---- */
.linkt-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 0 10px;
	position: relative;
	width: 25%;
}
.linkt-block-inner {
	background-color: #fcfcfc;
	border-radius: 4px;
	-webkit-box-shadow:
		0 0 0 1px rgb(0 0 0 / 20%),
		0 1px 6px rgb(0 0 0 / 8%);
	box-shadow:
		0 0 0 1px rgb(0 0 0 / 20%),
		0 1px 6px rgb(0 0 0 / 8%);
	text-align: center;
	padding: 35px 15px;
	position: relative;
	-webkit-transition: -webkit-box-shadow 0.25s ease-in-out 0s;
	transition: -webkit-box-shadow 0.25s ease-in-out 0s;
	transition: box-shadow 0.25s ease-in-out 0s;
	transition: box-shadow 0.25s ease-in-out 0s, -webkit-box-shadow 0.25s ease-in-out 0s;
	transition:
		box-shadow 0.25s ease-in-out 0s,
		-webkit-box-shadow 0.25s ease-in-out 0s;
	overflow: hidden;
}
.linkt-block .linkt-block-inner:hover {
	-webkit-box-shadow:
		0 0 0 1px rgb(0 0 0 / 28%),
		0 1px 8px rgb(0 0 0 / 28%);
	box-shadow:
		0 0 0 1px rgb(0 0 0 / 28%),
		0 1px 8px rgb(0 0 0 / 28%);
}
.linkt-block-title {
	margin: 5px 0 8px;
	padding: 0;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
	z-index: 4;
	text-shadow: 0 1px 3px rgb(255 255 255 / 80%);
}
.linkt-block-desc {
	margin: 0 0 15px;
	padding: 0;
	font-size: 12px;
	color: #787878;
}
.linkt-block-inner .pluginbanner {
	background-color: #7f54b3;
	-webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 22%);
	box-shadow: 0 1px 4px rgb(0 0 0 / 22%);
	color: #fff;
	position: absolute;
	top: 3px;
	right: -12px;
	font-size: 9px;
	letter-spacing: 0.4px;
	text-align: right;
	padding: 1px 11px 1px 0;
	width: 130px;
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.linkt-block.disabled .linkt-block-inner {
	min-height: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.linkt-block.disabled label.toggle-switch {
	display: none !important;
}
.linkt-block.disabled::before {
	display: block;
	content: "";
	background-color: rgb(255 255 255 / 60%);
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 11;
}
.linkt-block-inner .newbanner {
	background-color: #f45b08;
	-webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 22%);
	box-shadow: 0 1px 4px rgb(0 0 0 / 22%);
	color: #fff;
	position: absolute;
	top: 10px;
	left: -20px;
	font-size: 10px;
	letter-spacing: 0.3px;
	text-align: center;
	padding: 1px 0;
	width: 80px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---- Grouped Settings ---- */
.linkt-group {
	position: relative;
}
.linkt-group-btn {
	display: block;
	background-color: #f6f7f7;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	width: 50px;
	height: 28px;
	font-size: 16px;
	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;
	color: #888;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.linkt-group-btn:hover {
	background-color: #eeeeee;
	border-color: #868686;
	color: #636363;
}
.linkt-group-btn span.dashicons {
	font-size: 20px;
	width: 20px;
	height: 20px;
}
.linkt-group-container {
	display: none;
	position: absolute;
	top: 0;
	left: 55px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow:
		inset 0 0 0 1px rgb(204 204 204),
		0 2px 10px rgb(0 0 0 / 12%);
	box-shadow:
		inset 0 0 0 1px rgb(204 204 204),
		0 2px 10px rgb(0 0 0 / 12%);
	padding: 12px 10px 8px;
	z-index: 8;
	width: 366px;
}
.linkt-group.linkt-show .linkt-group-container {
	display: block;
}
.linkt-group-container table.form-table th,
.linkt-group-container table.form-table td {
	padding: 5px 5px 10px;
	font-size: 13px;
	vertical-align: middle;
}
.linkt-group-container table.form-table th {
	width: 115px;
	font-size: 12px;
	padding-right: 12px;
}
.linkt-group-container table.form-table td .linkt-row-col-right {
	display: none !important;
}
.linkt-group-container .linkt-row .regular-text,
.linkt-group-container .linkt-row select,
.linkt-group-container .linkt-row input[type="number"] {
	padding: 2px 8px;
}

/* -- Range Input -- */
.linktRange {
	max-width: 440px;
	width: 100%;
	position: relative;
	margin: 18px 0;
}
.linktRangeInput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.linktRangeInput span {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 5px;
}
.linktRangeInput input {
	width: 100%;
}
.linktRangeInputVal {
	color: #a2a2a2;
	font-size: 11px;
	text-align: center;
	padding: 0 15px 0 0;
	position: absolute;
	width: 100%;
	top: -22px;
}
.linktRange input[type="text"] {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	color: inherit;
	font-size: inherit;
	text-align: right;
	width: 35px;
	padding: 0 2px 0 0;
}
.linktRange:hover input[type="text"] {
	color: #000 !important;
}
/* -- Color Picker -- */
.linktColorPicker {
	overflow: hidden;
	position: relative;
	max-width: 226px;
}
.linktColorBtn {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	min-height: 30px;
	padding: 0 0 0 30px;
	font-size: 11px;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}
.linktColorBtnTxt {
	background: #f6f7f7;
	border-radius: 0 2px 2px 0;
	border-left: 1px solid #c3c4c7;
	color: #50575e;
	display: block;
	line-height: 2.54545455;
	padding: 0 6px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.linktColorBtn:hover,
.linktColorBtn:hover .linktColorBtnTxt,
.linktColorPicker.linktButton-active .linktColorBtn,
.linktColorPicker.linktButton-active .linktColorBtnTxt {
	border-color: #868686;
}
.linktColorBtn:hover .linktColorBtnTxt,
.linktColorPicker.linktButton-active .linktColorBtnTxt {
	background-color: #eeeeee;
}
.linktColorInput {
	display: none;
	border-color: rgb(170 170 170);
	max-width: 113px;
	position: absolute;
	top: 0;
	right: 0;
}
.linktPickColor {
	position: absolute;
	top: 110%;
	left: -999999px;
	z-index: 999;
}
.linktColorPicker.linktButton-active {
	overflow: visible;
}
.linktColorPicker.linktButton-active .linktPickColor {
	left: 0;
}
.linktColorPicker.linktButton-active .linktColorInput {
	display: block;
	border: 1px solid #acacac;
	color: #747474;
}

@media only screen and (max-width: 980px) {
	.linkt-block {
		width: 33.3333%;
	}
}
@media only screen and (max-width: 680px) {
	.linkt-block {
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	.linkt-block {
		width: 100%;
	}
}

