.isa_success {
	color: #4F8A10;
}
.isa_error {
	color: #D8000C;
}
.mo-ms-loader-container{
	margin-left: 5px;
	display: flex;
}
.mo-ms-ellipsis {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 24px;
}
.mo-ms-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-ms-ellipsis div:nth-child(1) {
	left: 10px;
	animation: lds-ellipsis1 0.6s infinite;
}
.mo-ms-ellipsis div:nth-child(2) {
	left: 10px;
	animation: lds-ellipsis2 0.6s infinite;
}
.mo-ms-ellipsis div:nth-child(3) {
	left: 30px;
	animation: lds-ellipsis2 0.6s infinite;
}
.mo-ms-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-ms-loader{
	display: none;
}


#mo-ms-title-logo{
	border: 50px;
	width: 35px;
	padding: 10px 15px 5px 15px;
}

.mo-container{
	background-color: white;
}
.ms-tab-background{
	background-color: #fff;
}
.mo-ms-tab-border{
	border-color: rgba(204,204,204,0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mo-ms-tab{
	height: 100%;
	margin: 0 18px;
	border-color: rgba(204,204,204,0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mo-ms-tab-ul{
	fill: black;
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 20px;
	flex-wrap: wrap;
}
.mo-ms-tab-li-icon{
	height: 16px;
	width: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
}
.mo-ms-tab-li{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	flex-grow:1
}
.mo-ms-tab-li a{
	text-decoration: none;
}
.mo-ms-tab-li-div{
	fill: black;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	margin: 0px 2px;
}
.mo-ms-tab-li-label{
	font-size: 15px;
	font-weight: 500;
}
.mo-ms-tab-li-div-reverse-sync{
	fill: black;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 80px;
	height: 36px;
	background-color: #F5F5F5;
	margin: 2px;
}
.mo-ms-tab-li-div:hover{
	background-color: #e0e0e05c;
}
.mo-ms-tab-li-div-active, .mo-ms-tab-li-div-active:hover{
	border-bottom: 3px solid #384e7e
}
.mo-ms-tab-content{
	padding: 10px 20px 20px 20px;
}
.mo-ms-tab-content h1{
	color: #323130;
	font-size: 20px;
	font-weight: 200;
}
.mo-ms-tab-content-information{
	padding-left: 3px;
	margin-bottom: 15px;
}
.mo-ms-tab-content-left-border{
	border-left: 1px solid rgb(216,216,216);
	left: 12px;
}
.mo-ms-tab-content-tile{
	padding:10px 20px 20px;
	border: 1px solid rgb(216,216,216);
	margin-bottom: 15px;
	box-shadow: rgb(207,213,222) 1px 2px 4px;
	width: 110%;
	display: inline-block;
	margin-left: 20px;
}
.mo-ms-tab-content-tile-content{
	padding-top: 15px;
}
.mo-ms-tab-content-app-config-table{
	margin-top: 20px;
	width: 100%;
}
.mo-ms-tab-content-app-config-table td{
	padding-bottom: 5px;
}
.mo-ms-tab-content-app-config-table input[type=text], input[type=url], input[type=email], input[type=number], input[type=password]{
	border-color: #8a8886;
	height: 24px;
	padding: 3px 8px 5px;
	width: 100%;
}
.mo-ms-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-ms-tab-content-button:hover{
	background-color:#106ebe ;
	border-color: #106ebe;
}
.mo-ms-tab-content-app-config-table td.left-div{
	word-break: break-all;
	width: 20%;
}
.mo-ms-tab-content-app-config-table td.right-div{
	word-break: break-all;
	width: 100%;
}


.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #CFD8DC;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #0085ba;
}

input:focus + .slider {
	box-shadow: 0 0 1px #0085ba;
}

input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

input:disabled + .slider{
	background-color: #ebebeb;
	cursor: default;
}

/* Rounded sliders */
.slider.round {
	border-radius: 24px;
}

.slider.round:before {
	border-radius: 50%;
}


.mo-ms-tab-content-app-config-table{
	margin-top: 20px;
	width: 100%;
}
.mo-azos-custom-attr-mapping-table{
	width: 100%;
}
.mo-azos-custom-attr-mapping-table td{
	padding-bottom: 5px;
}
.mo-azos-custom-attr-mapping-table td.left-div{
	word-break: break-all;
	width: 20%;
}
.mo-azos-custom-attr-mapping-table td.right-div{
	word-break: break-all;
}
.mo-azos-custom-attr-mapping-table th.left-div{
	word-break: break-all;
	width: 20%;
}
.mo-azos-custom-attr-mapping-table th.right-div{
	word-break: break-all;
}
.mo-azos-custom-attr-mapping-table input[type="text"], input[type="url"], input[type="number"] {
	border-color: #8a8886;
	height: 24px;
	padding: 3px 8px 5px;
	width: 100%;
}

/* Support Form */
.mo_azos_support_layout{
	width: 30%;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding-left:20px;
	padding-bottom: 29px;
	position: absolute;
	right:35px;
	top: 170px;
}

.mo_azos_settings_table {
	width: 100%;
}
.mo_azos_settings_table tr td:first-child {
	width: 30%;
}

/** CSS for Call Setup Section **/
.call-setup-div{
	background: #F2F5FB;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 20px;
	padding: 20px;
}
.call-setup-label{
	padding-left:5px;
	font-size: 15px;
}
.call-setup-details{
	margin-left: 5px;
	margin-top: 5px;
}
.call-setup-datetime{
	width: 50%;
	float: left;
	position: relative;
	height: auto;
	min-height: 100% !important;
}
.call-setup-textbox{
	width: 90% !important;
}
.call-setup-notice{
	margin: 15px 25px 15px 10px;

}

/*Included for the feedback form*/
.mo_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_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_close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 0;

}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: large;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-footer {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	position: relative;
	margin: 220px;
	margin-top: 35%;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.mo-span-circle{
	display: inline-block;
	padding: 15px;
	line-height: 100%;

	-moz-border-radius: 50%;
	border-radius: 50%;

	background-color: black;
	color: white;
	text-align: center;
	font-size: 2em;

}
.nav-tab-active{
	margin-bottom: -1px;
	background: white;
	border-bottom: white;
	border-bottom: 3px solid white;
}
.nav-tab-active:hover{
	color: black;
	background: white;
	border-bottom: white;
	border-bottom: 3px solid white;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/*overflow: auto;  Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	transition: all 1s;
}

/* Modal Content */
.modal-content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	border-radius: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);

	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	height: 700px;
}

.modal-button {
	width: 15%;
	height: 50px;
	font-size: 20px !important;
}
.add-new-hover:hover{
	color: white !important;
}

.editable{
	text-align:center;
	width:1em;
	height:1em;
}
.sm {
	text-align:center;
	width: 2vw;
	height: 2vw;
	padding: 1vw;
}

input[type=radio] {
	display: none;
}

.sm:hover {
	opacity:0.6;
	cursor: pointer;
}

.sm:active {
	opacity:0.4;
	cursor: pointer;
}

input[type=radio]:checked + label > .sm {
	border: 2px solid #21ecdc;
}

.mo_azos_help_desc{
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}

.mo_azos_heading_container{
	display: flex;justify-content:flex-start;align-items:center;
}


/* integration and licensing plan buttons */

.mo_azos_integration_button{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	padding: 10px 20px;
	background-color: #0288D1;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mo_azos_integration_button:link {
	text-decoration: none;
	color:#fff;
}

.mo_azos_integration_button:visited {
	text-decoration: none;
	color:#fff;
}

.mo_azos_integration_button:hover {
	text-decoration: none;
	color:#fff;
	background-color: #01579B;
}

.mo_azos_integration_button:active {
	text-decoration: none;
	color:#fff;
}


/* Integration Cards */

.mo_azos_integrations_card_container{
	display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:40px;
}

.mo_azos_integrations_card{
	width:300px;height:356px;background-color:#fff;margin:12px;padding:10px;display:flex;align-content:center;align-items:center;justify-content:space-between;flex-direction:column;
	box-shadow: rgba(100, 100, 111, 0.17) 0px 7px 29px 0px;border-radius:10px;
}

.mo_azos_integrations_card__title{
	color:#000;font-size:1.077em;font-weight:600;
}

.mo_azos_integrations_card__description{
	font-size:15px;font-family:Arial, Helvetica, sans-serif;height:150px;
	padding:18px;list-style-type: disc;
}


/* profile pic css */

.mo_azos_file_upload{
	display: none;
}

.mo_azos_profile_pic {
	width: 200px;
	max-height: 200px;
	display: inline-block;
}

.mo_azos_p_image{

	position: relative;
	top: -60px;
	left: 130px;
	color: #666666;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);

}
.mo_azos_p_image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

/* show advance settings */
#show_advance_attribute_settings {
text-decoration: none;
font-weight: bold;
color: #0288D1;
border: none;
}
#show_advance_attribute_settings:link {
text-decoration: none;
color: #0288D1;
}

#show_advance_attribute_settings:visited {
text-decoration: none;
color: #0288D1;
}

#show_advance_attribute_settings:hover {
text-decoration: none;
color: #0288D1;
}

#show_advance_attribute_settings:active {
text-decoration: none;
color: #0288D1;
}

/* Toggle Switch For Sync Way */
.switch-button {
	background: rgba(25, 118, 210, 0.56);
	overflow: hidden;
	width: 240px;
	height:150px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1px;
	color: #fff;
	position: relative;
	padding-right: 120px;
	position: relative;
	box-sizing: border-box;
}
.switch-button:before {
	content: "WP 🡆 AD";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
	font-weight: 500;
}
.switch-button-checkbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
	transform: translateX(120px);
	transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
	position: relative;
	padding: 15px 0;
	display: block;
	user-select: none;
	pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
	content: "";
	background: #1E88E5;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(0);
	transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
	position: relative;
}

.mo_azos_developer_button {
	display: inline-block;
	padding: 10px 20px;
	background: #00AA63;
	color: white;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
}

.mo_azos_developer_button:hover {
	background: #07c575;
	color: white;
}

/* Dashboard CSS here*/

.mo-dashboard{
	margin-top: 20px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0
}

.mo-dashboard-container{
	color: #fff;
	position: relative;
	background-color: #005ae0
}

.mo-header-height{
height: 350px;
}

.mo-dashboard-heading{
	font-size: 18px;
	line-height: 22px;
	color: #141b38;
	font-weight: 600;
	display: flex;
	align-items: center
}

.mo-dashboard-overview-description{
	color: #434960;
	font-size: 14px;
	font-weight: 400;
	margin: 24px 25px 10px;
}

.mo-ms-feature-description{
	color: #434960;
	font-size: 14px;
	font-weight: 400;
}

.mo_azos_guide__video{
	margin-right: 35px;
	margin-top: 30px;
	width: 120%;
	height: 320px;
	z-index: 500;
}

.mo-dashboard-card{
	color: #141b38;
	background-color: #fff;
	border: 1px solid #E8E8EB;
	box-shadow: 0 2px 5px #0000000d;
	margin: 10px 0;
}

.mo-app{
	margin: 20px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-size: 14px;
	color-scheme: light;
	box-sizing: border-box;
	position: relative
}

.mo-dashboard-card-header {
	border-bottom: 1px solid #E8E8EB;
	height: 60px;
	font-weight: 600;
	font-size: 16px;
}

.mo-ms-connection-tile{
	border: 1px solid rgb(216,216,216);
	width: 80%;
	height: 75px;
}

.mo-ms-flex{
	display: flex;
}

.mo-ms-align-content{
	align-items:center ;
	width: 70%;
}

.mo-ms-overlay {
	filter: blur(3px);
}

.mo-ms-modal-display {
	color: black;
	position: absolute;
	top: 35%;
	left: 32%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 16px;
	font-weight: 500;
	width: 55%;
	padding: 20px;
	border: 3px solid #2683a0;
	box-shadow: 0 5px 35px 0 rgb(167 167 167 / 30%);
	text-align: center;
	background-color: white;
	font-family: system-ui;
}







