.mo_idp_help_title {
	font-size:13px;
	width:100%;
	color:#1B79AE;
	cursor:pointer;
	font-weight: bold;
}

.mo_idp_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}

.mo_idp_support_layout{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius:4px;
	padding:12px;
	height:409px;
	float:left;
	width:29%;
	margin-left:1%;
	margin-top: 2%;
}

.mo_idp_table_layout {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius:4px;
	padding:0px 24px 24px 20px;
	margin-bottom: 10px;
	height:auto;
	width:63%;
	margin-top:1% !important;
}

.mo_idp_premium_option_text{
	position: absolute;
	margin: 4.5% 12%;
	font-weight:bold;
	z-index: 1;
}

.mo_premium_option{
	background-color:rgba(128, 128, 128, 0.7);
	padding:2%;
	opacity: 0.3;
}

.mo_idp_table_layout .sp_table{
	width:100%;
	border-collapse: collapse;
}

.mo_idp_table_layout .sp_table th{
	text-align:left;
	font-weight:bold;
	font-size:14px;
}

.sp_table td, .sp_table th{
	border-bottom: 1px solid #BDBDBD;
	padding:5px 0;
}

.sp_table tr:nth-child(even){
	background-color: #f9f9f9;
}

.mo_idp_table_textbox {
	width:80%;
}

.mo_idp_table_contact {
	width:95%;
}

.mo_idp_settings_table{
	width: 100%;
}

.mo_idp_settings_table tr td:first-child {
	width: 30%;
}

a{
	cursor:pointer;
}

.mo_idp_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}

.mo_idp_pricing_table{
	text-align:center;
	font-size: 15px !important;
}

.mo_idp_pricing_header{
	color: #fff !important;
	margin: 8px !important;
}

.mo_idp_pricing_sub_header{
	margin: 4px!important;
	color: #fff !important;
}

.mo_idp_pricing_free_tab{
	background-color: rgba(34, 153, 221, 0.82)!important;
}

.mo_idp_pricing_paid_tab{
	background-color: #1a71a4 !important;
}

.mo_idp_thumbnail {
	width:auto;
	padding: 4px;
	margin-bottom: 10px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.mo_idp_pricing_table{
	text-align:center;
	font-size: 15px !important;
}

.mo_idp_pricing_header{
	color: #fff !important;
	margin: 8px !important;
}

.mo_idp_pricing_sub_header{
	margin: 4px !important;
	color: #fff !important;
}

.mo_idp_pricing_text{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: bold !important;
}

.center{
	display: table;
	text-align: center;
}

/*
.mo_idp_modal {
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000 !important;
	display: none;
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.mo_idp_modal_content {
	position: relative;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	margin-top: 8%;
	margin-left: 0px;
	padding: 15px 20px 0px;
	font-family: "Open Sans",sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 1.4em;
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
}

.mo_idp_modal_backdrop {
	top:0px;
	left:0px;
	position: fixed;
	width:100% !important;
	background-color: #000 !important;
	opacity: 0.9 !important;
	height:	100% !important;
	z-index:99999;
}

.mo_idp_modal_header {
	min-height: 14px;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	font-family: "Open Sans",sans-serif;
}

.mo_idp_modal_title {
	margin: 0 !important;
	line-height: 1.0 !important;
}

.mo_idp_modal_body {
	position: relative;
	padding: 5%;
	overflow:hidden !important;
	max-height: 550px !important;
	font-weight: normal;
	font-family: "Open Sans",sans-serif;
}

.mo_idp_modal_footer {
	padding: 15px 0px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.mo_idp_modal_footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.mo_idp_modal_footer .btn-group .btn+.btn {
	margin-left: -1px
}

.mo_idp_modal_footer .btn-block+.btn-block {
	margin-left: 0
}

.mo_idp_modal.fade .mo_idp_modal_dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.mo_idp_modal.in .mo_idp_modal_dialog {
	-webkit-transform: translate(0, 80px) !important;
	-ms-transform: translate(0, 80px) !important;
	-o-transform: translate(0, 80px) !important;
	transform: translate(0, 80px) !important;

}

.mo_idp_modal_open .mo_idp_modal {
	overflow-x: hidden;
	overflow-y: hidden;
}

.mo_idp_modal_dialog {
	position: relative;
	width: auto;
	margin: 10px;
	z-index: 100000;
}

@media ( min-width :768px) {
	.mo_idp_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_idp_modal_content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.mo_idp_modal_sm {
		width: 300px
	}
	.mo_idp_modal_md{
		width: 500px
	}
	.mo_idp_modal_lg {
		width: 50%;
	}
}

@media ( min-width :992px) {
	.mo_idp_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_idp_modal_lg {
		width: 490px;
	}
	.mo_idp_modal_md{
		width: 500px
	}
}

.close {
	color: #aaa;
	float: right;
	font-weight: bold;
}
*/
.focus{
	font-size:15px;
	font-weight: bold;
	font-style: italic;
}


#idp-quicklinks .add-new-h2{
	padding:5px 12px;
	border-radius:4px;
}

#idp-quicklinks{
	display:inline;
}

.license-button{
	background-color:orange!important;
	color:black !important;
}

.license-button:hover{
	color:white!important;
	border:1px solid orange!important;
}

.license-button:active{
	box-shadow: 0px 1px 4px 2px rgba(255, 165, 0, 0.69);
}

.license-button:focus{
	box-shadow: 0px 1px 4px 2px rgba(255, 165, 0, 0.69);
}
.mo-form-control{
	width:100%;
	font-size:15px!important;
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}

.mo-form-control:focus, .mo-form-control:hover {
	border-color: #0073aa #006799 #006799;
	border-width: 1px;
	border-style: solid;
}

div.protocol_choice_saml, div.protocol_choice_wsfed, div.protocol_choice_jwt{
	position: relative;
	display: inline-block;
	padding: 0.5em;
	overflow: hidden;
	width:30%;
	z-index:1;
	color:white;
	cursor:pointer;
}

div.protocol_choice_saml.selected:after, div.protocol_choice_wsfed.selected:after, div.protocol_choice_jwt.selected:after{
	background-color:#4cadd4;
}

div.protocol_choice_saml:hover:after{
	background-color:#4cadd4;
}

div.protocol_choice_wsfed:hover:after,div.protocol_choice_jwt:hover:after{
	background-color:#4cadd4;
}

div.protocol_choice_saml:after{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color:#0085ba;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	z-index:-1;
}

div.protocol_choice_wsfed:after{
	content: '';
	position: absolute;
	top: 0; left: 32px;
	width: 86%; height: 100%;
	background-color:#0085ba;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(137deg);
	-ms-transform: skew(137deg);
	transform: skew(137deg);
	z-index:-1;
}


div.protocol_choice_jwt:after{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color:#0085ba;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 0 100%;
	-webkit-transform: skew(137deg);
	-ms-transform: skew(137deg);
	transform: skew(137deg);
	z-index:-1;
}

.mo_idp_note{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding:1em;
	font-family: monospace;
}

.loader{
	text-align:center;
}

.copyClip{
	content: "\f105";
	cursor:pointer;
}

.mo_idp_pricing_text .tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.mo_idp_pricing_text .tooltip .tooltiptext {
	visibility: hidden;
	width: 350px;
	background-color: black;
	color: #fff;
	text-align: left;
	font-size: 12px;
	padding: 5px 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
}

.mo_idp_pricing_text .tooltip:hover .tooltiptext {
	visibility: visible;
}

.mo_idp_pricing_text .tooltip .tooltip-header{
	font-size:15px;
}

.mo_idp_pricing_text .tooltip .tooltip-body{
	margin-top:1%;
}

#diy_users,#premium_users{
	width: 45%;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
	color: rgb(85, 85, 85);
	padding: 6px 12px;
	margin-top:10px
}
#diy_amount,#premium_amount{
	width: 45%;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
	color: rgb(85, 85, 85);
	padding: 6px 12px;
}

.mo-visual-tour-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 2;
}

.mo-visual-tour-close {
	top: 10px;
	position: absolute;
	right: 5px;
	border:none !important;
	box-shadow: none !important;
	background: #00000000 !important;
}

.mo_idp_pricing_layout{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom: 10px;
	height:auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding:5px 24px 15px 20px;
	border-radius:4px;
	margin-top:1% !important;
}

.mo_idp_table_layout.mo-idp-center, .mo_idp_pricing_layout.mo-idp-center{
	margin:auto;
}

.mo_idp_divided_layout{
	margin-bottom: 10px;
	height:auto;
	width:55%;
	margin-top:2%;
}

.mo_idp_divided_layout.mo-idp-full{
	width:95%;
	margin:auto;
}

.mo_idp_divided_layout.mo-idp-half{
	width:63%;
}

.mo_idp_pricing_table{
	text-align:center;
	font-size: 15px !important;
    width:100%;
}

.mo_idp_pricing_table td{
	width:25%;
}

.mo_idp_thumbnail {
	padding: 4px;
	margin-bottom: 10px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.mo_idp_pricing_free_tab{
	background-color: rgba(34, 153, 221, 0.82)!important;
}

.mo_idp_pricing_header{
	color: #fff !important;
	margin: 8px !important;
	height:50px;
}

.mo_idp_pricing_header .tooltip{
	text-align:left;
	font-size:15px;
}

.mo_idp_pricing_sub_header{
	margin: 1px !important;
	color: #fff !important;
}

.mo_idp_pricing-div {
	font-size:15px;
	height:100px;
}

.mo_idp_free_pricing-div {
	font-size:40px;
	text-align: center;
	height:100px;
}

.mo_idp_pricing_text{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: bold !important;
}

.mo_idp_pricing_text .dashicons-warning {
	color: yellow;
}

.mo_idp_pricing_text .available:before{
	content: "\f147";
	color: white;
	font-size: 20px;
	font-family: dashicons;
	border-radius: 10px;
	background-color: green;
}
.mo_idp_pricing_text .unavailable:before{
	content: "\f158";
	color: white;
	font-size: 20px;
	font-family: dashicons;
	border-radius: 10px;
	background-color: #cc2121;
}

.mo_idp_pricing_text.features{
	text-align:left;
	margin-left:6%;
	font-size:13px!important;
}

.mo_idp_pricing_paid_tab{
	background-color: #1a71a4 !important;
}

.idp-tab-table-list{
	width: 100%;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	margin-top:1%;
	table-layout: fixed;
}
.idp-tab-table-list th{
	text-align: center;
	width: 5em;
	padding: 9px 7px!important;
	vertical-align: middle;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 600;
	font-size: 14px;
	color: #32373c;
}
.idp-tab-table-list tbody{
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
.idp-tab-table-list tr{
	font-size: 14px;
}
.idp-tab-table-list tr:nth-child(odd) td{
	background: #e3e1e1;
	text-align: center;
	width: 5em;
	vertical-align: middle;
	padding: 7px;
	line-height: 2em;
	margin-bottom: 9px;
}
.idp-tab-table-list tr:nth-child(even) td{
	text-align: center;
	width: 5em;
	vertical-align: middle;
	padding: 7px;
	line-height: 2em;
	margin-bottom: 9px;
}

.idp-tab-table-list-status {
	font-weight: bold;
	text-align: center;
}

/* Tooltip container */
.copytooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  size: letter;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.copytooltip .copytooltiptext {
  visibility: hidden;
  width: 120px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: grey;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  /* Position the tooltip text */
  /*  position: absolute;
    z-index: 1;
    bottom: 10%; 
    left: 50%;  */
  margin-left: 10px;
  font-size: small;
  /* Fade in tooltip */
  opacity: 50;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.copytooltip:hover .copytooltiptext {
  visibility: visible;
  opacity: 1;
}

.mo_idp_license_plan {
  font-size: medium;
  margin-bottom: 2%;
  text-align: center;
  width: 100%;
  padding: 10px;
  line-height: normal;
}

.mo_idp_license_table td {
  padding: 15px;
}

.mo_idp_price_row {
  /* background-color:#eff0f1; */
  font-size: 32px;
  font-weight: 600;
  border: 2px solid #f1f1f1;
}

.mo_idp_all_inc_cell {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #f1f1f1;
}

.license_plan_points {
  background-color: #ffe599;
  font-size: large;
}

.license_plan_title {
  padding: 20px !important;
  font-weight: 500;
  background-color: #38761d;
  color: white;
  border-radius: 12px 12px 0 0;
  font-size: 25px;
  vertical-align: top;
}

.license_plan_name {
  /*    font-weight: 700; */
  letter-spacing: 1px;
}

.license_plan_wp_premium {
  background-color: #d9ead3;

  font-weight: 600;
}

.license_plan_miniorange {
  background-color: #d9ead3;

  font-weight: 600;
}

.mo_license_upgrade_button {
  padding: 10px !important;
  border-radius: 5px;
  opacity: 0.9;
  transition: 0.3s;
  background-color: #112e3c;
  color: white;
  cursor: pointer;
}

.mo_license_upgrade_button:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
}

/* 
.mo-info-text {
  visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #626262;
  color: white;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  white-space: nowrap;
//	Position the tooltip text 
//    position: absolute;
//    z-index: 1;
//    bottom: 10%; 
//    left: 50%;  
  margin-left: 10px;
  font-size: smaller;
//   Fade in tooltip
  opacity: 50;
  transition: opacity 0.3s;
}

.mo-info-icon:hover .mo-info-text {
  visibility: visible;
  opacity: 1;
} 
*/


/* Included for Feedback */

/* The Modal (background) */
.idp_modal {
  display: none; /*Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Sit on top */
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  width: 100%;
  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); /* Black w/ opacity */
}

/* Modal Content */
.idp_modal-content {
  border-radius: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  background-color: #fefefe;
  margin: auto;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #888;
  width: 46%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 8%;
  margin-left: 32%;
}

/* The Close Button */
.feedback_close {
  margin: 6px;
  color: #aaaaaa;
  float: right;
  font-size: 34px;
  font-weight: bold;
}

.feedback_close:hover,
.feedback_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.padd {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.buttonSendSkip {
  background-color: #008cba; /* Blue */
  border-radius: 4px;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px;
  cursor: pointer;
}

.idp_radio-image {
  margin: 10px;
}

.idp_radio-image input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.idp_radio-image label {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}

.idp_radio-image label:hover {
  background-color: #add8e6;
}

.idp_radio-image input[type="radio"]:checked + label {
  border: 2px solid #008cba;
  color: white;
}

.idp_radio-email {
  margin: 10px;
}

.idp_radio-email input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.idp_radio-email label {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
}

/* Contact Button CSS */

.mo-idp-contact-button-div {
	bottom:2.5%;
	right:.5%;
	position:fixed;
	border-radius: 50%;
}

.mo-idp-contact-button{
	border-top-left-radius:50% 50%;
	border-top-right-radius:50% 50%;
	border-bottom-right-radius:50% 50%;
	border-bottom-left-radius:50% 50%;
	cursor:pointer;
	box-shadow:1px 1px 10px 3px #8e8e9c;
	width: 65px;
	height: 65px;
}

.mo-idp-contact-container-div {
	display: block;
	border-radius: 5px;
	box-sizing: border-box;
	border-color: #007cba;
	-webkit-font-smoothing: antialiased;
	width: fit-content;
	bottom: 23px;
	position: fixed;
	right: 5.5%;
	z-index: 10;
	transition: all 3s ease-in-out;
	box-shadow:1px 1px 10px 3px #8e8e9c;
}

.mo-idp-contact-span {
	flex: none;
	box-sizing: border-box;
	outline: none;
	display: block;
	border-radius: 15%;
}

.mo-idp-contact-text-div {
	cursor: pointer;
	border-radius: 5px;
	display: flex;
	position: relative;
	box-shadow: 0 5px 6px 0 rgb(0 0 0 / 40%);
}

.mo-idp-contact-arrow {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	right: -10px;
	bottom: 25px;
	transform: translateX(-6px) rotate(45deg);
	pointer-events: none;
	box-shadow: 2px -2px 2px 0 rgb(0 0 0 / 20%);
}

.mo-idp-contact-text {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
	max-width: 100%;
	font-size: 16px;
	line-height: 25px;
	white-space: normal;
	color: white;
}

.idp-contact-form {
	box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
	width:25rem;
	z-index:100000;
	background:#fff;
	border-radius:10px;
	padding:5px 30px;
	letter-spacing:.5px;
	right:3.5%;
	transform:scale(.9);
	bottom:0%;
	font-size:20px;
	position: fixed;
}

.mo-idp-contact-hr{
	height: 1px;
}
.mo-idp-input-container{
	padding: 10px;
}
.mo-idp-contact-label{
	width: 20%;
	float:left;
}
.mo-idp-contact-input{
	height: 35px;
    width:98%;
    font-size: 16px;
}
.mo-idp-contact-submit{
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
  color: #fff;
  padding: 5px 20px;
}

.mo_idp_keep_conf_intact {
	background-color:#f0f3f7;
	border: 1px solid rgba(29, 40, 94, 0);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border-radius: 4px;
	padding: 12px;
	height: 100px;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 0%;
	margin-bottom: 0%;
	font-size: 16px;
	line-height: 15px;
  }

  
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

/* Hide default HTML checkbox */
.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;
}

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

.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(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 24px;
}

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

.nav-tab {
    color: #141b38;
    max-width: 264px;
    height: 25px;
    margin: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    background: transparent;
    border: 0;
    transition: .4s cubic-bezier(.4,0,.2,1);
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
  }
  
.nav-tab:hover {
    color: #000;
    background-color: #39403f24;
}

.nav-tab-active {
    color: #005ae0;
    border-bottom: #005ae0 solid 2px;
    text-align: center;
}

.nav-tab-active:hover {
    color: #005ae0 !important; 
    background-color: #000baa26 !important;
}


/******new pricing css*****/

.lst-rw td {
	border-radius: 0px 0px 15px 15px;
}

mo-idp-pricing-table{
	border-spacing: 1px;
	border-collapse: separate;
}

.mo-idp-pricing-td,.mo-idp-pricing-th,.mo-idp-pricing-table{
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	vertical-align: middle !important;
	font-size:14px;
}

.mo-info-text {
	display: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: #626262;
	color: #fff;
	text-align: center;
	padding: 6px;
	border-radius: 6px;
	white-space: nowrap;
	margin-left: 10px;
	z-index: 1;
	transition: opacity .3s;
	position: absolute;
	font-size: smaller;
}

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

.pr-row td {
	padding: 9px !important;
}

.mo-idp-pricing-td {
	padding: 15px !important;
}

.mo-idp-pricing-background-color {
	background: #529FA3;
	font-weight: 600;
	font-size: large;
	border: 1px solid #fff !important;
   color:#fff;
}

.mo-idp-pricing-heading-background-color {
	background: #529fa3;
	font-size: 26px;
	border: 2px solid #fff;
	padding: 20px !important;
}

.mo-idp-pricing-data-background-color {
	background: #edf6f7;
	font-weight: 600;
	border: 1px solid #fff !important;
}

.mo-idp-pricing-heading-td-color {
	background: #95D5BA;
	font-weight: 600;
	border: 1px solid #fff;
}

#mo-idp-pricing-rcorners {
	border-radius: 15px 15px 0px 0px;
	border: 2px solid #fff;
	font-weight: 600;
}

.wp-idp-pricing-dropdown{
	border: 2px solid whitesmoke;
}

.wp-idp-pricing-label{
	font-size: 14px;
	font-weight: 600 !important;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-top: 9px;
}

#idp-pricing-users{
	width: auto;
	min-height: 0px;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background: white;
	color: black;
	font-size: 1.3rem !important;
	padding: 5px !important;
	border: 1px solid black;
	font-weight: 600;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
}

#full-price,#half-price{
	font-size:1.7rem;
	font-weight: 700;
}

#wp-idp-final-pricing-link{
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color:#FE7E00;
	text-decoration: underline;
}

#idp-final-pricing{
	color:black;
	font-weight: 600;
	margin-top:-2rem;
}

.idp-table-border{
	border:none;
}

#price-head, #price-head1{
	text-align: center;
}
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    /* padding-block-start: 1.35em; */
    padding-inline-start: 1.75em;
    padding-inline-end: 1.75em;
    padding-block-end: 1.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}
@media screen and (width:1706.67px){
	.mo_idp_field_width{
		width:104% !important;
	}
 }
 @media screen and (width:1920px){
	.mo_idp_field_width{
		width:119% !important;
	}
 }
 @media screen and (width:2048px){
	.mo_idp_field_width{
		width:129% !important;
	}
 }