#wpfooter {
	margin-left: 0 !important;
}

.moazure_free_plugin_container {
	background-color: #ffffff;
	padding: 1.25rem;
	/* box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,0.2); */
}

.moazure_top_container {
	background-color: #ffffff;
	padding: 0.6rem 1.25rem;
}

.moazure_table_layout,
.mo_demo_layout {
	background-color: #ffffff;
	border: 0.1rem solid #00000040;
	padding: 1.25rem 1.5rem;
	margin-bottom: 0.5rem;
	border-radius: 2px;
	font-family: "Nunito", sans-serif;
}

.moazure-rad {
	border-radius: 2px;
}

.moazure-flex {
	display: flex;
	align-items: center;
}

.moazure-center {
	text-align: center;
}

.container {
	justify-content: space-between;
	margin: -1.25rem -1.25rem 0rem -1.25rem;
}

.moazure_plugin_body {
	background-color: transparent;
	margin-left: -1.25rem;
	padding: 1.25rem;
	font-family: "Nunito", sans-serif;
}

/* ---------- Top container CSS ---------- */

.moazure_plugin_heading {
	font-weight: bolder;
	font-size: 1.5rem;
}

.moazure_header_link {
	transition: 0.25s;
	margin-left: 0.25rem;
	padding: 0.5rem 0.5rem;
	border: 0.1rem solid #0072C6 !important;
	line-height: normal;
}

.mo_premium-plans-btn {
	background-color: #0072C6 !important;
	color: #ffffff !important;
	font-size: 1rem !important;
	gap: 0.4rem;
}

.moazure_header_link_image {
	height: 1.25rem !important;
}

.mo_generic-btns-on-top {
	background-color: #ffffff !important;
	color: #0072C6 !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	border: 0.1rem solid #0072C6 !important;
}

.moazure_header_link span {
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: fit-content;
	will-change: transform;
}

.moazure_header_link:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0.25rem 0.5rem;
	transform: translateY(-1px);
}

/* ---------- Mid container CSS ---------- */

.moazure-features {
	/* text-align: center; */
	justify-content: center;
	gap: 1rem;
}

.feat-app {
	justify-content: center;
	background-color: #fff;
	padding: 1rem 0.6rem;
	width: 80%;
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.sel-app,
.feat-app:hover {
	background-color: #f7f7f7;
	/* box-shadow: 0.25rem 0.25rem 0.25rem 0.1rem #91919166; */
	box-shadow: inset 0.25rem 0.25rem 0.6rem 0.1rem #9191912b;
	/* border-bottom: 0.1rem solid #0072c6; */
	border-bottom: 0.15rem solid #0072c6;
	cursor: pointer;
}

.sel-app,
.feat-app:hover span {
	font-weight: bold;
	color: #0072C6;
}

.feat-ref {
	color: #000000;
}

.feat-ref:hover {
	color: inherit;
}

.feat-icon {
	text-align: center;
	width: 2rem;
	height: 2rem;
}

.feat-text {
	font-size: 14px;
}

/* ---------- Last container having all tabs and their functionalities ---------- */

.main_cont {
	display: flex;
	justify-content: space-between;
}

.moazure_container {
	width: 66%;
}

.support_cont {
	width: 33%;
}

.moazure_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ---------- Application container ---------- */

.moazure_outer_div {
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.moazure_outer_div:hover {
	box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}

.moazue_support_outer_div {
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.moazue_support_outer_div:hover {
	box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}

.moazure_configure_heading,
.moazure_attribute_map_heading,
.moazure_signing_heading {
	font-size: 1.25rem;
	font-weight: 600;
}

.moazure_configure_header,
.moazure_attribute_map_header,
.moazure_request_demo_header,
.moazure_customization_header {
	justify-content: space-between;
	border-bottom: 0.1rem solid #00000040;
}

.moazure_attribute_map_header,
.moazure_request_demo_header,
.moazure_customization_header {
	padding: 1.25rem 0.3rem;
}

.moazure_configure_table,
.moazure_attribute_map_table,
.moazure_customization_table {
	padding: 1.5rem;
	border-collapse: separate;
	border-spacing: 0 1rem;
}

.moazure-app-submit {
	gap: 1rem;
}

.moazure-setup-guide-button {
	border: 0.1rem solid #0072C6;
	display: inline-block;
	background-color: #ffffff;
	padding: 0.4rem 0.8rem;
	color: rgb(30, 30, 30);
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
}

.moazure_upgrade_warning {
	color: rgb(30, 30, 30);
	background-color: aliceblue;
	border-color: #ebccd1;
	border-radius: 2px;
	padding: 0.75rem;
}

.moazure_troubleshoot_div {
	/* width: fit-content;
	margin: 1rem auto; */
}

.mo_demo_table_layout {
	border-collapse: separate;
	border-spacing: 0 15px;
	line-height: 200%;
}

.moazure_configure_btn,
.moazure_demo_request_btn {
	background-color: #0073c6ec !important;
	border: 0.1rem solid #0072C6 !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	font-size: 1rem !important;
	padding: 0.5rem 1rem;
}

.moazure_delete_btn {
	background-color: #ff0000ca !important;
	border: 0.1rem solid red !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	font-size: 1rem !important;
	padding: 0.5rem 1rem;
}

.moazure_delete_btn:hover {
	background-color: red !important;
}

.moazure_configure_btn:hover,
.moazure_demo_request_btn:hover {
	background-color: #0072C6 !important;
}

input.mo_input_checkbox {
	border-radius: 2px !important;
	color: #0072C6;
	background-color: #edf3ff;
}

.moazure_guide_img {
	height: 30px;
	width: auto;
}

#panel1 .mo_disabled_btn,
#signing_setting_form .mo_disabled_btn,
#moazure_customization .mo_disabled_btn,
#attribute-mapping .mo_disabled_btn,
#moazure_pbi_initial .mo_disabled_btn,
#moazure_sps_initial .mo_disabled_btn {
	cursor: not-allowed;
	background-color: #0072C6 !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	/* border-radius: 3px; */
	opacity: 0.65;
	border: 2px solid #0072C6 !important;
	margin: 5px 10px 5px 0px !important;
}

.mo_disabled_btn {
	cursor: not-allowed !important;
	background-color: #0072C6 !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	/* border-radius: 3px; */
	opacity: 0.65;
	border: 2px solid #0072C6 !important;
	margin: 5px 10px 5px 0px !important;
}

.moazure_premium-label {
	margin-bottom: -5px;
	margin-left: 10px;
	margin-top: -10px;
	height: 22px;
	width: auto;
}

a:focus,
.focus a {
	outline: none !important;
	box-shadow: none;
}

.moazure_custom_tab {
	display: flex;
	line-height: 2;
}

.moazure_custom_tab_item {
	min-height: 350px;
	width: 35%;
	margin: 1%;
	display: flex;
}

.mo_active_div_css {
	border: 1px solid #0072C6;
	background-color: #eff5fb;
}

.moazure_switching_tab {
	flex-basis: 100%;
	padding: 15px;
	cursor: pointer;
}

.moazure_customize_SSO_buttons {
	padding: 10px 10px 25px;
	border: 2px solid #0072C6;
}

.moazure_custom_tab_item div {
	flex: 1 1;
}

.moazure_custom_tab_item_color {
	border: 1px solid black;
	align-items: center;
	flex-grow: 1;
	flex-direction: column;
}

.moazure_custom_tab_item_2,
.moazure_custom_tab_item_3 {
	display: flex;
	flex-direction: column;
	margin: inherit;
}

.moazure_custom_tab_margin_2 {
	margin: 0.5% !important;
}

input.moazure_icon_dimension {
	background-color: #0072C6 !important;
	color: #fff;
	border: 1px solid #012970;
	font-size: 15px;
	cursor: pointer;
	/* border-radius: 2px; */
	width: 25px;
}

.moazure_custom_tab_margin_3 {
	margin: 2%;
	display: block;
}

input.moazure_custom_tab_margin_2 {
	pointer-events: all;
}

.moazure_custom_tab_item_2 label {
	pointer-events: none;
}

.moazure_custom_tab_flex_grow {
	flex-grow: 2;
	flex-direction: column;
}

.moazure_login_button_font {
	vertical-align: middle;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Oxygen, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
}

.moazure_btn_scale:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.moazure_btn_shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.moazure_notice_label {
	justify-content: space-around;
	padding: 5px 30px;
	border: 0.1rem solid #0073c66c;
	background: #eff5fb;
}

.moazure_customization_tab_notice {
	padding: 5px;
	text-align: center;
	border: 1px #00788e;
	border-style: solid;
	margin: 15px 15px;
	background-color: #0935530f;
}

.mo_oauth_def_btn_azure {
	background: #1673B9;
	color: #FFFFFF !important;
	border: 1px solid;
}

.mo_oauth_white_btn_azure {
	color: #1673B9;
	background: #FFFFFF;
}

.mo_oauth_hov_btn_azure {
	color: #1673B9;
	background: #FFFFFF;
}

.mo_oauth_hov_btn_azure:hover {
	background: #1673B9;
	color: #FFFFFF;
	transition: .2s
}

.without_hover {
	display: inline-block;
}

.with_hover {
	display: none;
}

.moazure_hover_icon_preview:hover .without_hover {
	display: none !important;
}

.moazure_hover_icon_preview:hover .with_hover {
	display: inline-block !important
}

.moazure_custom_hover_icon_preview:hover .without_hover {
	display: none
}

.moazure_custom_hover_icon_preview:hover .with_hover {
	display: inline-block !important
}

.moazure_paragraph_div {
	background: aliceblue;
	padding: 10px 10px 10px 10px;
	/* border-radius: 5px; */
}

i.fa.fa-info-circle.moazure_info {
	color: rgb(95, 105, 125);
	font-size: 15px;
	line-height: 30px;
	margin: 0px 0px 0px 15px;
	cursor: pointer;
}

/* CSS for Troubleshoot page */
.moazure_error_faq_option {
	margin: 0 20% 0 20%;
	display: flex;
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #0129707d;
}

.moazure_errorcodes_options {
	background-color: #bad0f866;
	width: 50%;
	justify-content: space-between;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}

.moazure_faq_options {
	width: 50%;
	justify-content: space-between;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}

.moazure_troubleshoot_table tr:nth-child(odd) {
	background: #bad0f866;
}

.mo_troubleshoot_heading {
	color: #033690 !important;
	font-size: 18px;
	letter-spacing: 1px;
}

.moazure_troubleshoot_table td {
	text-align: center;
	padding: 15px;
}