.mo-user-sync-isa-success {
	color: #4f9a00;
	font-weight: 500;
	text-decoration: none;
	padding: 0 0.5rem;
	border-radius: 13px;
	margin-top: 1rem;
	background: #daffd5;
}

.mo-user-sync-isa-error {
	color: #d8000c;
}

.mo-user-sync-loader-container {
	margin-left: 116px;
	display: flex;
}

#mo-user-sync-title-logo {
	border: 50px;
	width: 35px;
	padding: 10px 15px 5px 15px;
}

.mo-user-sync-ellipsis {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 24px;
}

.mo-user-sync-ellipsis div {
	position: absolute;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0078d4;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.mo-user-sync-ellipsis div:nth-child(1) {
	left: 10px;
	animation: lds-ellipsis1 0.6s infinite;
}

.mo-user-sync-ellipsis div:nth-child(2) {
	left: 10px;
	animation: lds-ellipsis2 0.6s infinite;
}

.mo-user-sync-ellipsis div:nth-child(3) {
	left: 30px;
	animation: lds-ellipsis2 0.6s infinite;
}

.mo-user-sync-ellipsis div:nth-child(4) {
	left: 50px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(20px, 0);
	}
}

.mo-user-sync-loader {
	display: none;
}

.mo-user-sync-mo-container {
	background-color: #f0f0f1;
}

.centered {
	position: relative;
	left: 100px;
	bottom: 35px;
}

.sf-sync-tab-background {
	background-color: #f0f0f1;
}


.mo-user-sync-tab {
	height: 36px;
	margin: 0 20px;
}

.mo-user-sync-tab-ul {
	fill: #000;
	display: flex;
	align-items: center;
	padding: 0 0 8px;
	height: 36px;
	border-bottom: 1px solid #dee2e6;
}

.mo-user-sync-tab-li-icon {
	height: 16px;
	width: 16px;
}

.mo-user-sync-tab-li {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	height: 36px;
}

.mo-user-sync-tab-li a {
	text-decoration: none;
}

.mo-user-sync-tab-li-div {
	/* fill: #000; */
	display: flex;
	align-items: center;
	padding: 0 8px;
	/* height: 36px; */
	color: #1d2238;
	/* font-size: 1rem; */
	/* font-weight: 500; */
	padding: 0.7rem 1rem;
	cursor: pointer;
	transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.mo-user-sync-tab-li-div:hover {
	background-color: #f3f2f1;
}

.mo-user-sync-tab-li-label {
	flex: 1 1 auto;
	font-weight: 400;
	font-size: 1rem;
	padding-left: 8px;
	align-self: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
}

.mo-user-sync-tab-li-div-active,
.mo-user-sync-tab-li-div-active:hover {
	border-bottom: 3px solid #384e7e;
}

.mo-user-sync-tab-content {
	margin-left: 15px;
	margin-right: 15px;
}

.mo-user-sync-tab-content-information {
	padding-left: 3px;
	margin-bottom: 15px;
}


.mo-user-sync-tab-content-tile {
	padding: 10px 20px 20px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
	background: #fff;
	border-radius: 5px;
}


.mo-user-sync-config-table tr,
.mo-user-sync-tab-content-app-config-table tr {
	line-height: 2.5rem;
}

.mo-user-sync-tab-content-app-config-table {
	width: 100%;
	border-radius: 10px;
}

.mo-user-acc-setup {
	background: linear-gradient(153.07deg, rgb(213 226 255) -2.47%, rgb(249 249 249) 102.78%);
	padding: 15px 15px 15px 15px;
}

.mo-user-sync-tab-content-app-config-table td {
	padding-bottom: 5px;
}

.mo-user-sync-tab-content-app-config-table input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"] {
	border-color: #8a8886;
	height: 24px;
	padding: 3px 8px 5px;
	width: 100%;
}

.mo-user-sync-tab-content-button {
	box-sizing: border-box;
	height: 24px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	background-color: #0078d4;
	border-color: #0078d4;
	color: white;
	fill: white;
	padding: 0 20px 0 20px;
}

.mo-user-sync-tab-content-button:hover {
	background-color: #106ebe;
	border-color: #106ebe;
}

.mo-user-sync-tab-content-button a {
	color: inherit;
	text-decoration: none;
}

.mo-user-sync-tab-content-app-config-table td.left-div {
	word-break: break-all;
	width: 23%;
	font-size: 1rem;
	font-weight: 600;
	color: #6c757d;
}

.mo-user-sync-tab-content-app-config-table td.left-div-large {
	width: 40%;
}

.mo-user-sync-tab-content-app-config-table td.right-div {
	word-break: break-all;
}

.title-text {
	font-size: medium;
	color: #fff;
	background: #133664;
}

.mo-user-sync-troubleshoot-table tr:nth-child(odd) {
	background: #e9f0ff;
}

.generated_columns_right {
	word-break: break-all;
	padding-left: 1.5em;
}

.mo-user-sync-switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.mo-user-sync-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}


/* The slider */

.mo-user-sync-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cdcdcd;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mo-user-sync-slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .mo-user-sync-slider {
	background-color: #133563;
}

input:focus + .mo-user-sync-slider {
	box-shadow: 0 0 1px #133563;
}

input:checked + .mo-user-sync-slider:before {
	-webkit-transform: translateX(16px);
	-sf-sync-transform: translateX(16px);
	transform: translateX(16px);
}

input:disabled + .mo-user-sync-slider {
	background-color: #ebebeb;
	cursor: default;
}


/* Rounded sliders */

.mo-user-sync-slider.round {
	border-radius: 24px;
}

.mo-user-sync-slider.round:before {
	border-radius: 50%;
}

.mo-user-sync-tab-content-app-config-table {
	/* margin-top: 20px; */
	width: 100%;
}

.mo-user-sync-custom-attr-mapping-table {
	width: 100%;
}

.mo-user-sync-custom-attr-mapping-table td {
	padding-bottom: 5px;
	width: 100%;
}

.mo-user-sync-custom-attr-mapping-table td.left-div {
	word-break: break-all;
	width: 20%;
}

.mo-user-sync-custom-attr-mapping-table td.right-div {
	word-break: break-all;
}

.mo-user-sync-custom-attr-mapping-table th.left-div {
	word-break: break-all;
	width: 20%;
}

.mo-user-sync-custom-attr-mapping-table th.right-div {
	word-break: break-all;
}

.mo-user-sync-custom-attr-mapping-table input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"] {
	border-color: #8a8886;
	height: 24px;
	padding: 3px 8px 5px;
	width: 100%;
}


/* Support CSS */

.mo_user_sync_support_layout {
	background-color: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
}

.mo_user_sync_settings_table {
	width: 100%;
}

.mo_user_sync_table_textbox {
	width: 100%;
	margin-top: 1.4rem;
}


/* Feedback form */

.mo_user_sync_modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.mo_user_sync_modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	margin-left: 20%;
	margin-right: 24%;
	margin-top: 6%;
}

.mo_user_sync_close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.mo_user_sync_sm {
	text-align: center;
	width: 2vw;
	height: 2vw;
	padding: 1vw;
}

.mo_user_sync_editable {
	text-align: center;
	width: 1em;
	height: 1em;
}

#mo_user_sync_smi_rate input[type=radio],
#mo_user_sync_edit {
	display: none;
}

#mo_user_sync_smi_rate input[type=radio]:checked + label > .mo_user_sync_sm {
	border: 2px solid #21ecdc;
}

.mo_user_sync_help_desc {
	background: #d5e2ff;
	padding: 0.2rem 1.5rem;
	border-radius: 5px;
	font-size: 1.1em;
	line-height: 1.4;
}

.mo_user_required_span {
	color: red;
}

.preloader {
	position: absolute;
	top: 27em;
	left: 23em;
	width: 10%;
	height: 10%;
	background-size: auto;
	z-index: 9999;
	background-image: url('../../../../images/preloder.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.mo-user-sync-guide-image {
	box-shadow: 2px 0 8px silver;
	padding: 5px;
	margin: 5px;
}

.mo-user-sync-guide-ul {
	list-style-type: disc;
	padding-left: 2em;
	color: #163c74;
}

.mo-user-sync-guide-ul li {
	margin-top: 6px;
}

.mo-user-sync-guide-table {
	border: 1px solid #ddd;
	width: 95%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.mo-user-sync-guide-table td {
	border: 1px solid #ddd;
	padding: 4px;
}

.mo-user-sync-guide-text {
	font-size: 15px;
}

.mo-user-sync-guide-button {
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: #17a2b8 !important;
	color: #fff;
	padding: 0.3rem 0.5rem;
}

.mo-user-sync-guide-button:hover {
	color: #fff;
	background-color: #17a3b8e3 !important;
}

.mo-user-sync-content-td {
	padding-left: 1em;
}

.mo-user-sync-troubleshoot-table {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.mo-user-sync-troubleshoot-table td {
	border: 1px solid #ddd;
	padding: 10px;
}

.mo-user-sync-object-list {
	border-collapse: collapse;
	font-size: medium;
	margin-bottom: 30px;
	margin: 0 auto;
	width: 100%;
}

.mo-user-sync-object-list tr > td {
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mo-user-sync-object-list tr:nth-child(even) {
	background-color: #f9f9f9;
}

.mo-user-sync-object-list thead {
	font-weight: bold;
}

.mo-user-sync-object-list-edit-button,
.mo-user-sync-object-list-edit-button a {
	color: #0078d4;
	text-align: center;
	text-decoration: none;
}

.mo-user-sync-object-list-delete-button,
.mo-user-sync-object-list-delete-button input {
	text-align: center;
	text-decoration: none;
	width: none;
	background-color: white;
	border: none;
	/* padding-top: 8px !important;
	*/
	padding: none;
	position: relative;
	bottom: 8px;
	cursor: pointer;
	color: red;
}

.mo_user_sync_keep_configuration_intact {
	background-color: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #163b71;
}

input:focus + .slider {
	box-shadow: 0 0 1px #163b71;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(18px);
}


/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 60%;
}

.mo_user_sync_authorization_not_configured {
	color: red !important;
}

.mo-user-sync-alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: initial;
}

.mo-user-sync-alert-warning {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.mo-user-sync-alert-info {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.mo-user-sync-user-search-alert {
	font-weight: 500;
	text-decoration: none;
	color: red;
	padding: 0 0.5rem;
	border-radius: 13px;
	margin-left: 0.9rem;
	background: #ffd5d5;
}


/* Custom  */

.mo-user-bg-white {
	background: #fff;
	padding: 2rem;
	border-radius: 5px;
}

.mo-user-text-center {
	text-align: center;
}

.mo-user-text-danger {
	color: #ff0000;
}

.mo-user-text-warning {
	color: #ffc107 !important;
}

.mo-user-dflex {
	display: flex;
	align-items: center;
}

.mo-user-justify-content-end {
	justify-content: end;
}

.mo-user-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.mo-user-container-fluid {
	width: 100%;

}

.mo-user-mt-5 {
	margin-top: 3rem !important;
}

.mo-user-mr-5 {
	margin-right: 2rem !important;
}

.mo-user-ml-5 {
	margin-left: 2rem !important;
}

.mo-user-mt-4 {
	margin-top: 1.5rem !important;
}

.mo-user-mt-0 {
	margin-top: none !important;
}

.mo-user-ml-1 {
	margin-left: 1rem !important;
}

.mo-user-col-md-8,
.mo-user-col-md-6,
.mo-user-col-md-3,
.mo-user-col-md-4 {
	position: relative;
	width: 100%;
	min-height: 1px;

}

@media (min-width: 768px) {
	.mo-user-col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.mo-user-col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.mo-user-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.mo-user-col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.mo-user-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.mo-user-form-head:after {
	content: '';
	display: block;
	height: 5px;
	background: #1f3668;
	margin-top: 9px;
	border-radius: 30px;
}

.mo-user-form-head-bar:after {
	width: 50px;
}

.mo-user-btn-cstm {
	background: linear-gradient(0deg, rgb(14 42 71) 0, rgb(26 69 138) 100%) !important;
	border: none;
	margin-right: 10px;
	font-size: 1.1rem;
	padding: .3rem 1.5rem;
	color: #fff !important;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
}

.mo-user-btn-cstm[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

.mo-user-btn-cstm:hover {
	background: linear-gradient(0deg, rgb(14 42 71 / 71%) 0, rgb(26 69 138) 100%) !important;
}

.mo-user-note {
	background: #d5e2ff;
	padding: 0.2rem 1.5rem;
	border-radius: 5px;
	font-size: 1.1em;
	line-height: 1.4;
}

.mo-user-w-3 {
	width: 300px !important;
}

.mo-user-acc-login {
	font-size: 1rem;
	font-weight: 500;
}

.mo-user-text {
	font-size: 1rem;
}

.mo-user-prem-info {
	padding: 1rem;
	background: #f4f4f4;
	border: 4px solid #d5e2ff;
	border-radius: 5px;
}

.mo-user-select-width {
	max-width: 28rem !important;
	width: 100%;
}

.mo-user-prem-lock {
	position: absolute;
	right: 5.5em;
}

.mo-user-prem-text {
	display: none;
	position: absolute;
	left: -15em;
	width: 250px;
	bottom: -1.5em;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 1.1rem;
	padding: 0.5rem;
	background: #000000d4;
	z-index: 999;
}

.mo-user-prem-text::after {
	content: " ";
	position: absolute;
	top: 84%;
	left: 100%;
	margin-top: -28px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #000000fa;
}

.mo-user-prem-info:hover .mo-user-prem-text {
	display: block;
}

.mo-user-cnt-head {
	line-height: 1.5;
}

.mo_user_sync_config_button {
	align-items: center;
	background-color: #f7f7f7;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	border: none;
	border-radius: .25rem;
	/* box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0; */
	/* box-sizing: border-box; */
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	/* display: inline-flex; */
	box-shadow: 1px 2.5px 6px 6px rgb(207 207 207);
	font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	/* padding: calc(.875rem - 1px) calc(1.5rem - 1px); */
	padding: none;
	position: relative;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	/* vertical-align: baseline; */
	height: 300px;
	width: 100%;
}


.mo_user_sync_config_button:hover {
	transform: translateY(-1px);
}


.mo_user_sync_select_integration {
	background-color: #f7f7f7;
	border-radius: 9px;
	width: 100%;
	align-content: center;
}

.mo-user-sync-current {
	border-bottom: 3px solid #042160;
	background: #f0f0f1;
	border-radius: 2px;
}

.logo-sf-cstm {

	height: 95px;
	width: 95px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
	shape-outside: circle();
}

.int_color {
	background-color: #d5e2ff;
}

.mo-user-sync-card-glass {
	background: linear-gradient(153.07deg, rgb(213 226 255) -2.47%, rgb(243 247 255) 102.78%);
	border-radius: 10px;
	padding: 2em;
	width: 90%;
}

.mo-user-sync-ads-text {
	background: linear-gradient(135deg, rgb(255 255 255), rgba(255, 255, 255, 0.67));
	padding: 1.6rem 1.5rem 2.3em;
	border-radius: 30px;
	backdrop-filter: blur(2.5em);
}

.font5 {
	color: #323130;
	font-size: 1.25rem;
	/* padding: none; */
	text-align: center !important;
	font-weight: 600;
	text-align: center !important;
	font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-warning {
	color: #ffc107 !important;
	text-decoration: none;
	font-size: 15px;
}

a.text-warning:focus, a.text-warning:hover {
	color: #d39e00 !important
}

.float-right {
	float: right !important;
}

.mo-user-sync-switch-tab {
	background: #f7f7f7;
	padding: 0.5rem 1rem 0;
	/* display: flex; */
	border-radius: 10px;
	align-items: baseline;
	justify-content: center;
}

.mo-user-sync-switch-tab input:hover {
	background-color: #e5e7e9;
}

.mo-user-sync-switch-tab input {
	color: #5d5d5d;
	font-weight: 500;
}

.mo-user-sync-switch-tab input:focus {
	box-shadow: none;
}

.mo-user-sync-bs-btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1.3rem;
	line-height: 1.5;
	border-radius: .25rem;
	/* color: #000; */
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.get-started-button {

	background-color: #17a2b8 !important;
	/* border-color: orange; */
	cursor: pointer;
	height: 40px;
	font-size: 16px;
	padding: 0;
	color: #fff;
	width: 150px;
	font-size: 16px;
	border: none;
	right: -10px;
	box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
	top: 5px;
	border-radius: 9px;

}


/* New CSS file has been added here */


.mo-user-sync-dflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.mo-user-sync-mt-5 {
	margin-top: 3rem !important;
}

.mo-user-sync-mr-5 {
	margin-right: 2rem !important;
}

.mo-user-sync-ml-5 {
	margin-left: 2rem !important;
}

.mo-user-sync-mt-4 {
	margin-top: 1.5rem !important;
}

.mo-user-sync-mt-0 {
	margin-top: none !important;
}

.mo-user-sync-ml-1 {
	margin-left: 1rem !important;
}

.mo-user-sync-col-md-8,
.mo-user-sync-col-md-6,
.mo-user-sync-col-md-3,
.mo-user-sync-col-md-4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	/* padding-right: 15px;
	padding-left: 15px; */
}

@media (min-width: 768px) {
	.mo-user-sync-col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.mo-user-sync-col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.mo-user-sync-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.mo-user-sync-col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.mo-user-sync-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.mo-user-sync-tab {
	height: 36px;
	margin: 0 20px;
}

.mo-user-sync-tab-ul {
	fill: #000;
	display: flex;
	align-items: center;
	padding: 0 0 8px;
	height: 36px;
	border-bottom: 1px solid #dee2e6;
}

.mo-user-sync-tab-li-icon {
	height: 16px;
	width: 16px;
}

.mo-user-sync-tab-li {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	height: 36px;
}

.mo-user-sync-tab-li a {
	text-decoration: none;
}

.mo-user-sync-tab-li-div {
	/* fill: #000; */
	display: flex;
	align-items: center;
	padding: 0 8px;
	/* height: 36px; */
	color: #1d2238;
	/* font-size: 1rem; */
	/* font-weight: 500; */
	padding: 0.7rem 1rem;
	cursor: pointer;
	transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.mo-user-sync-tab-li-div:hover {
	background-color: #f3f2f1;
}

.mo-user-sync-tab-li-label {
	flex: 1 1 auto;
	font-weight: 400;
	font-size: 1rem;
	padding-left: 8px;
	align-self: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
}

.mo-user-sync-tab-li-div-active,
.mo-user-sync-tab-li-div-active:hover {
	border-bottom: 3px solid #384e7e;
}

.user-sync-tab-background {
	background-color: #f0f0f1;
}

.mo-user-sync-tab-content {
	margin-left: 15px;
	margin-right: 15px;
}

.mo-user-sync-tab-content-tile {
	padding: 10px 20px 20px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
	background: #fff;
	border-radius: 5px;
}

.mo-user-sync-form-head:after {
	content: '';
	display: block;
	height: 5px;
	background: #1f3668;
	margin-top: 9px;
	border-radius: 30px;
}

/*orange button on the request demo tab*/

.orange-oval {
	/* position: relative; */
	background-color: orange !important;
	border-color: orange;
	cursor: pointer;
	height: 40px;
	font-size: 16px;
	float: right;
	padding: 0px;
	color: #fff;
	width: 250px;
	font-size: 16px;
	border: none;
	margin-right: 5px;
	box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
	top: 5px;
	border-radius: 30px;
}

.mo-user-sync-form-head-bar:after {
	width: 50px;
}

.mo-user-sync-btn-cstm {
	background: linear-gradient(0deg, rgb(14 42 71) 0, rgb(26 69 138) 100%) !important;
	border: none;
	margin-right: 10px;
	font-size: 1.1rem;
	padding: .3rem 1.5rem;
	color: #fff !important;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
}

.mo-user-sync-btn-cstm[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

.mo-user-sync-btn-cstm:hover {
	background: linear-gradient(0deg, rgb(14 42 71 / 71%) 0, rgb(26 69 138) 100%) !important;
}

.mo-user-sync-desc {
	background: #d5e2ff;
	padding: 0.2rem 1.5rem;
	border-radius: 5px;
	font-size: 1.1em;
	line-height: 1.4;
}

.mo-user-sync-support-layout {
	background-color: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
}

.mo-user-sync-cnt-head {
	line-height: 1.5;
}

.mo-user-sync-text {
	font-size: 1rem;
}

.mo-user-sync-text-center {
	text-align: center;
}

.mo-user-sync-settings-table {
	width: 100%;
}

.mo-user-sync-table-textbox {
	width: 100%;
	margin-top: 1.4rem;
}

.mo-user-sync-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.mo-user-sync-container-fluid {
	width: 100%;
	/* padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto; */
}

.logo-user-sync-cstm {
	padding: 1em 0;
	border-radius: 15px;
	background: #fff;
	width: 33.00%;
	margin-top: 1rem;
	height: 100px;
	box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
	text-align: center;
}

.logo-user-sync-cstm h6 {
	font-size: 1rem;
	word-break: break-all;
}

.logo-user-sync-cstm a {
	text-decoration: none;
	color: black;

}

.logo-user-sync-cstm:hover {
	opacity: 0.7;
	transition: 0.2s;
}

.parent {
	border: none;
	text-align: left;
}

.child {
	display: inline-block;
	border: none;

	vertical-align: left;
}

.mo-user-sync-justify-content-end {
	justify-content: end;
}

.mo-user-sync-justify-content-end {
	justify-content: end;
}

.mo-user-sync-text-danger {
	color: #ff0000;
}

.mo-user-sync-text-warning {
	color: #ffc107 !important;
}

.mo-user-sync-fields {
	padding: 0 8px;
	line-height: 2;
	min-height: 30px;
	width: 100%;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #163b71;
}

input:focus + .slider {
	box-shadow: 0 0 1px #163b71;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(18px);
}


/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 60%;
}

.mo-user-sync-prem-info {
	padding: 1rem;
	background: #f4f4f4;
	border: 4px solid #d5e2ff;
	border-radius: 5px;
}

.mo-user-sync-prem-lock {
	position: absolute;
	right: 5.5em;
}

.mo-user-sync-prem-text {
	display: none;
	position: absolute;
	left: -15em;
	width: 250px;
	bottom: -1.5em;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 1.1rem;
	padding: 0.5rem;
	background: #000000d4;
	z-index: 999;
}

.mo-user-sync-prem-text::after {
	content: " ";
	position: absolute;
	top: 84%;
	left: 100%;
	margin-top: -28px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #000000fa;
}

.mo_user_sync_add_remote_server {
	text-align: right;
	margin-top: 1.1rem;
	margin-right: -0.7rem
}

.mo-user-sync-prem-info:hover .mo-user-sync-prem-text {
	display: block;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	width: 100%;
}

.tab a {
	width: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.one-test {
	background-color: #ff0000 !important;
}
