.st-loading-container {
	display: inline-block;
	margin-right: .5rem;
	margin-top: .2rem;
}

.st-alert-box,
.st-alert-box-info {
	margin-top: .8rem !important;
}

.stcfq.wrap {
	padding: 8px 13px;
}

.stcfq.wrap .stcfq-page-heading {
	font-size: 23px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 9px 0 4px 0;
	line-height: 1.3;
	color: #1d2327;
}

.st-text-danger {
	margin-top: .2rem;
	color: #dc3232;
}

.st-is-invalid {
	border: 1px solid #dc3232;
}

.stcfq {
	word-break: break-word;
}

.stcfq_captcha,
.stcfq_email {
	display: none;
}

.stcfq-filter-items input,
.stcfq-filter-items select,
.stcfq-filter-items option,
.stcfq-bulk-select,
.stcfq-bulk-select option {
	border-radius: .2rem;
	box-sizing: border-box;
	width: 15rem;
	height: 1.85rem;
	border: .05rem #008ec2 solid;
	vertical-align: top;
	font-size: .85rem;
}

.stcfq-bulk-select,
.stcfq-bulk-select option {
	width: unset;
}

.stcfq-accordion {
	background-color: #fff;
	color: #32373C;
	cursor: pointer;
	padding: .8rem;
	font-weight: 600;
	width: 100%;
	text-align: right;
	border: none;
	outline: none;
	box-shadow: -0.1rem 0.1rem 0.1rem rgba(0, 0, 0, .22);
	transition: 0.4s;
}

.stcfq-accordion-active,
.stcfq-accordion:hover {
	background-color: #32373C;
	color: #fff;
}

.stcfq-accordion-panel {
	padding: 0;
	margin-bottom: .4rem;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.stcfq-accordion-field {
	margin: 0 .85rem;
	padding-bottom: 1rem;
}

.stcfq-accordion-field-label {
	font-weight: 600;
	display: block;
	margin-bottom: .2rem;
}

.stcfq-form-field-setting {
	cursor: move;
}

.stcfq .stcfq-list {
	padding: 1rem;
	margin: 0;
	background-color: #fff;
	font-size: 1rem;
	border-radius: .2rem;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, .22);
}

.stcfq .stcfq-list li {
	margin-bottom: .75rem;
	line-height: 1.5;
	padding-bottom: .25rem;
	border-bottom: 1px solid #ddd;
}

.stcfq .stcfq-list .stcfq-list-key {
	font-weight: 600;
}

.stcfq .stcfq-list .stcfq-list-key:after {
	content: ' :';
}

.stcfq-flex {
	display: flex;
}

.stcfq-copy-code {
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

#stcfq-contact-form-shortcode {
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 6px;
}

.stcfq-copy-code .description {
	flex-basis: 100%;
}

#stcfq-save-note-form {
	margin-right: .25rem;
	margin-left: .25rem;
}

.stcfq-text-bold {
	font-weight: 600;
}

.stcfq-text-light {
	font-weight: 400;
}

.stcfq-text-green {
	color: #46b450;
}

.stcfq-text-red {
	color: #dc3232;
}

.stcfq-align-left {
	text-align: right;
}

table.stcfq-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table.stcfq-table .stcfq-thead-label {
	vertical-align: baseline;
}

table.stcfq-table tbody a {
	text-decoration: none;
}

table.stcfq-table tbody .dashicons {
	font-size: 1.1rem;
}

table.stcfq-table tbody .stcfq-delete-message {
	color: #dc3232;
}

.stcfq-messages-header,
table.stcfq-table caption .stcfq-table-heading {
	margin: 1rem 0;
	padding-top: .45rem;
	padding-bottom: .5rem;
	padding-right: .8rem;
	padding-left: .8rem;
	background-color: #32373C;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	border-radius: .2rem;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, .22);
}

table.stcfq-table caption .stcfq-table-filter {
	margin: 1.3rem 0 1rem 0;
	text-align: center;
	font-size: 1.2rem;
}

table.stcfq-table .stcfq-filter-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

table.stcfq-table .stcfq-filter-item select,
table.stcfq-table .stcfq-filter-item input {
	margin-left: 3px;
}

table.stcfq-table .stcfq-filter-title,
table.stcfq-table .stcfq-filter-item {
	margin-bottom: .75rem;
}

table.stcfq-table .stcfq-filter-remove-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #dc3232;
	color: #fff;
	margin-top: .08rem;
	border-radius: .2rem;
	outline: none;
}

table.stcfq-table .stcfq-filter-remove-item span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
}

table.stcfq-table tr {
	padding: .35em;
}

table.stcfq-table tbody tr {
	border: 1px solid #ddd;
	background-color: #fff;
}

table.stcfq-table thead tr {
	border: 1px solid #32373C;
	background-color: #32373C;
	color: #fff;
}

table.stcfq-table th,
table.stcfq-table td {
	padding: .625em;
	text-align: center;
}

table.stcfq-table th {
	border: 1px solid #fff;
}

table.stcfq-table td {
	border: 1px solid #e3e3e3;
}

table.stcfq-table tbody tr:hover {
	background-color: #f4f4f4;
}

table.stcfq-table th,
table.stcfq-table td {
	font-size: .9rem;
}

table.stcfq-table tr.stcfq-no-more-records-row {
	background-color: #fff;
	color: #32373C;
	text-align: center;
	font-weight: 500;
}

table.stcfq-table tr.stcfq-no-more-records-row:hover {
	background-color: #fff;
}

table.stcfq-table .stcfq-bulk-action .button {
	margin-bottom: 0;
}

#wpbody table.stcfq-table .stcfq-filter-items select,
#wpbody table.stcfq-table .stcfq-bulk-select {
	line-height: 1;
}

@media screen and (max-width: 768px) {

	table.stcfq-table .stcfq-filter-title,
	table.stcfq-table .stcfq-filter-item {
		margin-bottom: .8rem;
	}

	table.stcfq-table .stcfq-filter-items input,
	.stcfq-filter-items option,
	.stcfq-bulk-select option {
		width: 10rem;
		min-height: auto;
	}

	#wpbody table.stcfq-table .stcfq-filter-items select,
	#wpbody table.stcfq-table .stcfq-bulk-select {
		width: 8.5rem;
		height: 1.85rem;
		min-height: unset;
		font-size: .85rem;
	}

	table.stcfq-table {
		border: 0;
	}

	table.stcfq-table caption {
		font-size: 1.5em;
	}

	table.stcfq-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.stcfq-table th {
		border: 1px solid #32373C;
	}

	table.stcfq-table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table.stcfq-table td {
		border-top: 0;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: left;
	}

	table.stcfq-table th,
	table.stcfq-table td {
		font-size: .95rem;
	}

	table.stcfq-table tr.stcfq-no-more-records-row td {
		text-align: center;
	}

	table.stcfq-table td::before {
		content: attr(data-label);
		float: right;
		font-weight: 600;
	}

	table.stcfq-table td:last-child {
		border-bottom: 0;
	}
}

.stcfq-bulk-action {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px;
	margin-bottom: .3rem;
}

.stcfq-bulk-select {
	margin-left: 3px;
}

/* Review */
.stcfq-review {
	display: flex;
}

.stcfq-review .stcfq-review-us {
	margin-top: 1.5rem;
}

.stcfq-review .stcfq-review-link {
	text-decoration: none;
	box-shadow: none;
}

.stcfq-review .stcfq-review-link:focus {
	outline: thin dotted;
}

.stcfq-review .stcfq-rate-us {
	display: inline-block;
	font-weight: 400;
	font-size: .85rem;
	margin-left: .3rem;
	margin-bottom: .3rem;
}

.stcfq-review .star-rating .star {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

/* Pro */
.stcfq-header .stcfq-heading {
	margin-left: 15px;
	margin-bottom: 10px;
}

.notice,
.stcfq .st-alert-box {
	flex-basis: 100%;
	order: -1;
}

.stcfq .stcfq-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.stcfq .stcfq-pro {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
	max-width: 700px;
	margin-top: 14px;
	margin-bottom: 5px;
	padding: 14px 16px;
	border-right: 3px solid #5478e4;
	border-left: 3px solid #5478e4;
	border-bottom: 1px solid #ebebeb;
	background-color: #ffffff;
	color: #3c434a;
	box-shadow: -1px 2px 4px rgba(0, 0, 0, .1);
	transition: .3s all;
}

.stcfq .stcfq-pro--bottom {
	margin-top: 1.5rem;
}

.stcfq.stcfq-list-view .stcfq-pro--bottom {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 800px) {
	.stcfq .stcfq-pro {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 1225px) {
	.stcfq .stcfq-pro {
		margin-right: auto;
	}

	.stcfq .stcfq-pro--bottom {
		margin-right: 0;
	}
}

.stcfq .stcfq-pro:hover {
	box-shadow: -1px 2px 8px rgba(0, 0, 0, .15);
}

.stcfq-pro .stcfq-pro-links {
	font-size: 15px;
	line-height: 1;
}

@media screen and (min-width: 800px) {
	.stcfq-pro .stcfq-pro-links {
		margin-top: 0;
	}
}

.stcfq-pro .stcfq-pro-heading {
	margin: 0 0 8px 12px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
	color: #1d2327;
}

.stcfq-pro .stcfq-pro-light {
	font-weight: 400;
}

.stcfq-pro .stcfq-pro-bold {
	font-weight: 600;
}

.stcfq-pro .stcfq-pro-underline {
	text-decoration: underline;
	color: #d63638;
}

.stcfq-pro .stcfq-pro-link {
	display: inline-block;
	text-decoration: none;
	padding: 12px 15px 12px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #5478e4;
	color: #ffffff;
	border: 1px solid #4169e1;
	border-radius: 6px;
	transition: .15s all;
}

.stcfq-pro .stcfq-pro-link:hover {
	border-color: #5478e4;
	background: #5478e4;
	color: #ffffff;
	outline: 0;
}

.stcfq-pro .stcfq-pro-link:focus {
	outline: thin dotted #ffffff;
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #5478e4;
}

.stcfq-pro .stcfq-pro-link--alt:focus {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #9ea1a5;
}

.stcfq-pro .stcfq-pro-link--alt:hover:focus {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #5478e4;
}

.stcfq-pro .stcfq-pro-link--alt {
	background-color: #ffffff;
	color: #50565c;
	border-color: #b4b9be;
}

.stcfq-pro .stcfq-pro-link--alt:hover {
	border-color: #5478e4;
	background: #5478e4;
}

.stcfq-pro-check-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0 .5rem 0;
	padding-right: 3px;
}

.stcfq-pro-check-list {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.55;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2rem;
}

.stcfq-pro-check-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.stcfq-pro-check-list li::before {
	content: '';
	display: inline-block;
	margin-left: 12px;
	transform: rotate(45deg);
	height: .63em;
	width: .3em;
	border-bottom: .25em solid #b4b9be;
	border-right: .25em solid #b4b9be;
}