/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.ced_connector_loader {
	display: none;
	}
	.ced_connector_loader {
	position: absolute;
	background: rgba(0, 0, 0, 0.52);
	width: 100%;
	z-index: 9999;
	height: 108%;
	}
	.ced_connector_loader img {
	text-align: center;
	margin: 0 auto;
	width: 50px;
	display: block;
	margin-top: 25%;
	}

	.ced_connector_loader {
	background-color: rgba(255, 255, 255, 0.6);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	}
	.ced-marketplace-card {
	width: 30.33%;
	margin-right: 3%;
	margin-top: 30px;
	}
	.ced-marketplace-card a {
	display: block;
	border: 1px solid #dbdbdb;
	text-align: center;
	background-color: #f8f8f8;
	text-decoration: none;
	}
	.ced-marketplace-card .thumbnail {
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 20px 0;
	}
	.ced-marketplace-card .mp-label {
	color: #333;
	font-size: 18px;
	padding: 15px 10px;
	}
	.p-10{
	padding:10px;
	}
#ced_zoho_credentials_table {
	width: 50%;
	margin: 10% auto;
	background-color: #fff;
	border-radius: 8px;
	padding: 30px 0px;
	border: 1px solid #ccc;
}
.ced_zoho_heading {
	background-color: #fff;
	margin: 15px 0px;
	padding: 10px;
	border-radius: 12px;
}
	.ced_zoho_heading h2{
	margin: 0px;
	}
.ced_zoho_parent_element label {
	text-transform: uppercase;
	color: currentColor;
	font-size: 16px;
}
.ced_zoho_parent_element{
	cursor: pointer;
}
.ced_zoho_parent_element h2 {
	margin: 0px;
}
.ced_etsy_parent_element h2 {
	padding: 8px 5px;
	}

	body {
		background-color: #f5f6f6;
	}

	.center-form {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 60px 0;
	}

	.connect-form {
		width: 100%;
		max-width: 586px;
		box-shadow: 0px 8px 12px rgb(0 0 0 / 10%);
		border-radius: 6px;
	}

	.pre-card {
		background: #fff;
		padding: 16px;
	}

	.pre-card ::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #8c9098;
		font-size: 14px;
		line-height: 20px;
	}

	.pre-card input:focus {
		box-shadow: 0 0 0 1px rgb(23, 92, 211);
		border-color: rgb(23, 92, 211);
	}

	.pre-card input:focus-visible {
		outline: unset;
	}

	.pre-card__header {
		padding-bottom: 10px;
	}

	.pre-connectForm__item+.pre-connectForm__item {
		margin-top: 16px;
	}

.pre-title {
	font-size: 23px;
	text-align: center;
	line-height: 24px;
	font-weight: 600;
	color: #1c2433;
	margin: 10px 0;
}

	.pre-subtitle {
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		color: #1c2433;
		margin-bottom: 24px;
	}

	.pre-connectForm label {
		margin-bottom: 8px;
		display: inline-block;
		font-size: 14px;
		line-height: 20px;
		color: #1c2433;
	}

	.pre-connectForm input {
		padding: 12px 16px;
		border: 1px solid #c3c5c9;
		border-radius: 4px;
		width: 100%;
		color: #1C2433;
		transition: 100ms box-shadow linear;
	}

	.pre-required-sign {
		color: #d62c20;
	}

	.pre-points {
		list-style-type: none;
	}

	.pre-points li {
		font-size: 14px;
		color: #1C2433;
		padding-bottom: 16px;
		padding-left: 36px;
		position: relative;
	}

	ul.pre-points li:before {
		content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='11.5' fill='%23F3F4F5'/%3E%3Cpath d='M17.3332 8L9.99984 15.3333L6.6665 12' stroke='%23027A48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='11.5' stroke='%238C9098' stroke-dasharray='2 2'/%3E%3C/svg%3E%0A");
		position: absolute;
		left: 0;
		top: -3px;
	}

	.pre-instructions {
		padding: 16px;
		background-color: #EBEBED;
		border-radius: 4px;
		margin: 20px 0 24px;
	}

	.custom-hr {
		border: none;
		height: 1px;
		background: rgb(215, 217, 219);
	}

	.pre-connect-btn {
		background-color: #413bbc;
		color: #fff;
		font-weight: 500;
		border: none;
		padding: 12px 24px;
		border-radius: 4px;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		cursor: pointer;
		margin-top: 16px;
		transition: 300ms all linear;
	}

	.pre-connect-btn:hover {
	background-color: #250880;
}
	.pre-connectForm--Error {
		border: 1px solid #EC5B51 !important;
	}

	.pre-connectForm--Error:focus {
		box-shadow: 0px 0px 0px 4px rgba(251, 234, 233, 1);
		background-color: rgb(255, 244, 244);

	}

	.error-banner {
		padding: 12px;
		border: 1px solid #E2AFAC;
		border-radius: 4px;
		display: none;
		align-items: center;
		gap: 10px;
		margin-top: 20px;
		background-color: #FFF4F4;
	}

	.error-icon {
		line-height: 0;
	}

	.error-text {
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		color: #1c2433;
	}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

	.user-container {
		font-family: "Inter", sans-serif;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.pre-card {
		background: #fff;
		padding: 16px;
	}

	.card--border {
	border-bottom: 1px solid #D7D9DB;
	margin-bottom: 16px;
}


	.pre-user-table{
		overflow-x:auto;
	}

	.user-container {
		max-width: 1180px;
		margin: auto;
		padding: 60px 0;
	}


	.pre-user-table table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #ECEDEE;
	}

	.pre-user-table th {
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		color: #1C2433;
	}

	.pre-user-table th,
	.pre-user-table td {
		padding: 16px;
		text-align: left;
	/* white-space: nowrap; */
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pre-user-table  td {
		border-top: 1px solid #ECEDEE;
		font-size: 14px;
		line-height: 20px;
		color: #4E4F52;
	}

	.status-badge {
	color: #1C2433;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 4px;
	min-width: 130px;
	display: inline-block;
	text-align: center;
}

	.status--connected {
		background-color: #AEE9D1;
	}

/* AS css */
.ced_connector_tiktok_manual_table th {
	display: flex;
	align-items: baseline;
	gap: 5px;
	white-space: unset;
}
.pre-connectForm {
	margin-top: 16px;
}