:root {
  --color-primary: #2271b1;
  --white:#fff;
  --theme-shadow:0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  --border-grey:1px solid #c3c4c7;
  --theme-red:red;
}

.mo_wpns_help_title {
	font-size:17px;
	width:100%;
	color:#1B79AE;
	cursor:pointer;
	font-weight: bold;
}
.mo_wpns_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
	margin-bottom:20px
}
.mo_wpns_help {
	width: 95%;
}
.mo_wpns_help_cell {
	padding: 20px;
	border-bottom: solid 1px grey;
}
/* .mo_input_text_box_size
{
	width: 600px;
	height: 41px;
} */
.mo_wpns_table_layout {
	background-color:var(--white); 
	border:1px solid #CCCCCC; 
	margin-bottom: 10px;
	height:auto;
	width:63%;
	float:left;
}

.mo_wpns_tab {
  background-color: #f1f1f1;
  margin:22px;
  height: 31px;
}

/* Style the buttons inside the tab */
.mo_wpns_tab button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 7px 6px;
  transition: 0.3s;
  font-size: 103%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px var(--color-primary);
  background-color: var(--white);
  color: black;
  width :162px;
}

/* Change background color of buttons on hover */
.mo_wpns_tab button:hover {
  background-color: var(--color-primary);
  color: var(--white);
}

/* Create an active/current tablink class */
.mo_wpns_tab button.active {
  background-color: var(--color-primary);
  color: var(--white);
  width: 20%;
  border: solid 1px var(--color-primary);
  /*border-bottom: none;*/
  box-shadow: var(--theme-shadow);
  font-weight: 600;
}

/* Style the tab content */
.mo_wpns_tabcontent {
  display: none;
  border-top: none;
}
.mo_wpsn_button {
  background-color: var(--color-primary); /* Green */
  border: none;
  color: var(--white);
  padding: 11px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpsn_button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  color: var(--white);
}
.mo_wpns_table_layout {
	background-color:var(--white); 
	border:1px solid #CCCCCC; 
	padding:0px 24px 10px 10px;
	min-height:220px;
}
.mo_wpns_divided_layout_tab{
  margin-bottom: 10px;
  margin-top: 10px;
  height:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.mo_wpns_divided_layout{
	margin-bottom: 10px;
	margin-top: 10px;
	height:auto;
  width: 88%;
	float:left;
	

}
.mo_wpns_support_form_layout
{
	float: right;
	padding: 5px 2px;
	height: auto;
}
.mo_wpns_small_layout_waf{
  margin: 10px;
  padding: 5px 20px;
    background-color: var(--white);
    float: left;
    width: 42%;
    margin-left: 1%;
    min-height: 222px;
    overflow: hidden;
    text-align: center;
    border-top: 6px solid var(--color-primary);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.mo_wpns_small_layout{
    margin: 10px;
    padding: 5px 20px;
    background-color: var(--white);
    overflow: hidden;
    text-align: left;
    border-top: 4px solid var(--color-primary);
    padding: 5px 20px 20px 20px;
}

.mo_wpns_support_button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--white);
  bottom: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.mo_wpns_support_button:hover {
  height: 65px;
  width: 65px;
  cursor: pointer;
}

.mo_wpns_support_form_popup {
  position: fixed;
  bottom: 75px;
  right: 80px;
  z-index: 3;
}

.mo_wpns_support_button .dashicons-email-alt {
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: var(--white);
}
.mo_wpns_small_layout h1{
  margin: 0;
  padding: 0;
}
.mo_wpns_small_2_layout
{
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 20px;
}

.mo_wpns_small_3_layout
{
  flex:3;
}
.mo_wpns_line
{
	/* border: 1.2px solid var(--color-primary); */
}
.mo_wpns_dashboard_layout
{
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.mo_wpns_inside_dashboard_layout
{
  flex:1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: var(--border-grey);
  padding: 10px;
  background-color: var(--white);
  font-weight: bold;
}

.mo_wpns_small_layout_container{
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

.mo_wpns_small_layout_container_1{
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
}

.mo_wpns_sub_dashboards_layout
{
  flex:1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: var(--white);
  border: 1px solid #c3c4c7;
  font-weight: bold;
  /* border-right: none; */
   
}
.mo_wpns_sub_sub_dashboard_layout
{
  display: flex;
  flex-direction: column;
  align-items: center;
	  padding: 5px 0px;
    background-color: var(--white);
    border: 1px solid #c3c4c7;
    float: left;
    min-height: 60px;
    width: 180px;
    height: 90px;
    overflow: hidden;
    font-weight: bold;
    margin: 2px;  

}
.mo_wpns_dashboard_text{
  font-size: 50px;
  margin: 0;
}
.mo_wpns_dashboard_upgrade_layout
{

	margin-top: 10px;
	padding: 5px 20px;
    background-color: var(--white);
    border-top: 5px solid orange;
    width: 250px;
    height: 100px;
    margin-left: 1%;
    text-align: center;
    color: black;
    box-shadow: var(--theme-shadow)


}
.mo_wpns_dashboard_sub_upgrade_layout
{
	margin-top: 4px;
	padding: 5px 20px;
    background-color: var(--white);
    border-top: 4px solid orange;
    width: 250px;
    height: 186px;
    margin-left: 1%;
    text-align: center;
    color: black;
    box-shadow: var(--theme-shadow);
  
}

.mo_wpns_small_div_layout
{
	width: 440px;
	height: 470px;
	background-color: yellow;
	float: left;
}
.mo_wpns_support_layout{
	padding: 5px 20px;
    background-color: var(--white);
    border: 1px solid #CCCCCC;
    width: 290px;
    margin-left: 1%;
    float: left; 
    text-align: center;
  box-shadow: var(--theme-shadow);
}
.mo_wpns_settings_textarea
{
	resize: vertical;
	width:100%;
	height: 105px;
}

.mo_wpns_third_layout{
	margin-top: 10px;
	padding: 5px 20px;
    background-color: var(--white);
    border: 1px solid #CCCCCC;
    float: left;
    width: 29%;
    margin-left: 1%;

}
.mo_wpns_dashboard_button
{
  	background-color: #4CAF50;
	border: none;
	color: var(--white);
	padding: 15px 32px;
	text-align: center;
	position: relative;
    bottom: -80px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
.mo_wpns_report_layout
{
	margin: 10px;
	padding: 5px 20px;
    background-color: var(--white);
    /* border: 2px solid var(--color-primary); */
    float: left;
    width: 593px;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
    box-shadow: var(--theme-shadow);
}
.mo_wpns_report_log_layout
{
	margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
    width: 100%;
    float: left;
	
}
.mo_wpns_setting_layout
{
	margin: 5px;
	padding: 5px 20px 30px 20px;
    background-color: var(--white);
    border: 1px solid #c3c4c7;
    float: left;
    width: 100%;
    /* margin-left: 1%; */
    overflow: hidden;
    text-align: left;
    /* box-shadow: var(--theme-shadow); */
}
.mo_wpns_setting_layout_scan
{
    background-color: var(--white);
    box-shadow: var(--theme-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: var(--border-grey);
    padding: 20px;
    width: 60%;
    float: left;
    border-radius: 5px;
}
.mo_wpns_sub_nav_tab {
  
  background-color: #f1f1f1;
  margin:22px;
}

/* Style the buttons inside the tab */
.mo_wpns_sub_nav_tab button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 7px 6px;
  transition: 0.3s;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  background-color: var(--white);
  color: black;
  width :16%;
}

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

/* Create an active/current tablink class */
.mo_wpns_sub_nav_tab button.mo_wpns_sub_nav_active {
  background-color: var(--color-primary);
  color: var(--white);
}

/* Style the tab content */
.mo_wpns_sub_nav_tabcontent {
  display: none;
  
  border-top: none;
}

.mo_wpns_sub_layout
{
	margin: 10px;
	padding: 5px 20px;
    background-color: var(--white);
    border: 1px solid #CCCCCC;
    float: left;
    width: 438px;
    margin-left: 1%;
    height: 200px;
    text-align: center;
    box-shadow: var(--theme-shadow);
}
.mo_wpns_details_layout
{

	height:auto;
	width:96.7%;
	float:left;
}
.mo_wpns_sub_details_layout
{
	margin: 0px 10px;
	height:200px;
	width:23.3%;
	float:left;
	background-color: var(--white);
	border-top: 4px solid var(--color-primary);
    box-shadow: var(--theme-shadow);
    font-style: italic;
}
.mo_wpns_button {
  background-color: var(--color-primary); /* Green */
  border: none;
  color: var(--white);
  padding: 11px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.mo_wpns_upgrade_button
{
	text-align: center;
	background-color: orange;
	width: 126px;
}


.mo_wpns_dashboard_button {
  background-color: var(--color-primary); /* Green */
  border: none;
  color: var(--white);
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.mo_wpns_dashboard_upgrade_button
{
	text-align: center;
	background-color: orange;
	width: 113px;
	height: 30px;
}

.mo_wpns_button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  color: var(--white);
}

.mo_wpns_products-dollar-amount {
    color: #797878;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
}
.mo_wpns_products-dollar-detail {
    margin-left: -2px;
    text-transform: lowercase;
    vertical-align: top;
    font-size: 22px;
    font-weight: 300;
}

 .mo_wpns_collapsible:hover {
  background-color: #555;
}

.mo_wpns_content {

  display: none;
  overflow: hidden;
  background-color: var(--white);
}
.mo_wpns_pricing_enlarge_layout{
	margin: 10px;
	padding: 5px 20px;
	background-color: var(--white);
	float: left;
	width: 90%;
	margin-left: 1%;
	min-height: 222px;
	overflow: hidden;
	text-align: center;
	border-top: 6px solid var(--color-primary);
  box-shadow: var(--theme-shadow);
}

.mo_wpns_free_pricing_enlarge_layout{
	margin: 10px;

	background-color: var(--white);
	float: left;
	width: 100%;

	height: 220px;
	overflow: hidden;
	text-align: center;
	
}

.mo_wpns_table_col1_layout
{
	width: 23%; border: var(--border-grey);
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_free_col1_layout
{
	width: 21.8%; 
	border: var(--border-grey);
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_col2_layout
{
	width: 60%; 
	font-size: 13px;
	border: var(--border-grey);
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_free_col2_layout
{
	width: 60%; 
	font-size: 13px;
	border: var(--border-grey);
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_col3_layout
{
	width: 1%; 
	border: var(--border-grey);
	color: var(--theme-red);
	font-size: 15px;
  	text-align: left;
  	padding: 8px;
  	text-align: center;
}
.mo_wpns_table_free_col3_layout
{
	width: 9.5%; 
	border: var(--border-grey);
	color: #4CC00E;
	font-size: 15px;
  	text-align: left;
  	padding: 8px;
  	text-align: center;
}

.mo_wpns_table_row_layout
{
	text-align: left;
	font-size: 16px;
}
.mo_wpns_table_row_layout:nth-child(even) {
  background-color: #dddddd;
}
.mo_wpns_free_feature_button {

  border: none;
  color: black;
  padding: 11px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;

  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpns_free_feature_button:hover
{
	background-color: var(--white);
	color: green;
	box-shadow: none;
}
.mo_wpns_premium_feature{
	color: orange;
}

.mo_wpns_premium_feature > a{
color: var(--theme-red);
text-decoration: none;
font-size: 13px;
}
.mo_wpns_table_free_text_layout
{

	height: auto;
  	text-align: left;
  	font-size: 20px;
}
.mo_wpns_all_in_one_layout
{
	float: center;
}
.mo_all_in_one_pricing
{
 margin-left: 25%;
}
.mo_all_in_one_pricing{
  margin-left: 25%;
}
@media only screen and (max-width: 1024px)
{
	.mo_wpns_divided_layout
	{
		margin-bottom: 10px;
		margin-top: 10px;
		height:auto;
		width:100%;
		float:left;

	}
	.mo_wpns_support_form_layout
	{
		float: left;
		margin-top: 10px;
		padding: 5px 2px;
		width: 100%;

  }

  .mo_wpns_small_layout_test{
 
    background-color: var(--white);
    border: 1px solid #CCCCCC;
    float: left;
    width: 90%;
    /*margin-left: 1%;*/
    min-height: 222px;
    overflow: hidden;
    text-align: center;
    box-shadow: var(--theme-shadow);


	}

  .mo_wpns_small_2_layout
  {
      flex: 1;
      height: 120px;
  }
  .mo_wpns_small_3_layout
  {
    float: left;
      width: 68%;
      height: 222px;
      text-align: center;
      margin-top: 26px;
  }
 
  .mo_wpns_dashboard_upgrade_layout
  {
    margin-top: 10px;
    padding: 5px 20px;
      background-color: var(--white);
      border-top: 5px solid orange;
         width: 90%;
      height: 100px;
      margin-left: 1%;
      text-align: center;
      color: black;
      box-shadow: var(--theme-shadow);
  }

	.mo_wpns_dashboard_button 
	{
		  background-color: var(--color-primary); /* Green */
		  border: none;
		  color: var(--white);
		  padding-top: 10px;
		  text-align: center;
		  text-decoration: none;
		  display: inline-block;
		  font-size: 14px;
		  margin: 4px 2px;
		  cursor: pointer;
		  -webkit-transition-duration: 0.4s; /* Safari */
		  transition-duration: 0.4s;
	}

  .mo_wpns_dashboard_upgrade_button
  {
    text-align: center;
    background-color: orange;
    width: 113px;
    height: 30px;
  }
  .mo_wpns_dashboard_sub_upgrade_layout
  {
    margin-top: 10px;
    padding: 5px 20px;
      background-color: var(--white);
      border-top: 4px solid orange;
      width: 90%;
      height: 200px;
      margin-left: 1%;
      text-align: center;
      color: black;
      box-shadow: var(--theme-shadow);
   
  }
  .mo_wpns_sub_dashboards_layout
  {
    margin-top: 10px;
    padding: 5px 0px;
      background-color: var(--white);
      border: 1px solid var(--color-primary);
      float: left;
      width: 30%;
      height: 100px;
      margin-left: 1%;
      font-weight: 600;
      border-top: 4px solid var(--color-primary);
  }
  .mo_wpns_sub_sub_dashboard_layout
  {
    margin-top: 10px;
    padding: 5px 0px;
      background-color: var(--white);
      border: 1px solid var(--color-primary);
      float: left;
      width: 22%;
      min-height: 74px;
      overflow: hidden;
      margin-left: 1%;
      font-weight: 600;
      border-top: 3px solid var(--color-primary);
  }
  .mo_wpns_container{
   
    width: 100%;
    
    height: auto;
  }
  .mo_wpns_details_layout
  {
    margin:10px;
    height:auto;
    width:90%;
    float:left;
  }
  .mo_wpns_sub_details_layout
  {
    margin:10px;
    height:200px;
    width:90%;
    float:left;
    border: 1px solid;
    background-color: var(--white);
    border-top: 4px solid var(--color-primary);
      box-shadow: var(--theme-shadow);
      font-style: italic;
  }
  .mo_wpns_tab button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 7px 6px;
  transition: 0.3s;
  font-size: 103%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px var(--color-primary);
  background-color: var(--white);
  color: black;
  width: 129px;
}
.mo_wpns_tab button.active {
  background-color: var(--color-primary);
  color: var(--white);
  width: 130px;
  border: solid 1px var(--color-primary);
  box-shadow: var(--theme-shadow);
  font-weight: 600;
}

	.mo_wpns_third_layout{
		margin-top: 10px;
		padding: 5px 20px;
	    background-color: var(--white);
	    border: 1px solid #CCCCCC;
	    float: left;
	    width: 29%;
	    margin-left: 1%;

  }
  .mo_wpns_dashboard_button
  {
      background-color: #4CAF50;
    border: none;
    color: var(--white);
    padding: 15px 32px;
    text-align: center;
    position: relative;
      bottom: -80px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  .mo_wpns_report_layout
  {
    margin: 10px;
    padding: 5px 20px;
      background-color: var(--white);
      /* border: 2px solid var(--color-primary); */
      float: left;
      width: 90%;
      min-height: 200px;
      overflow: hidden;
      text-align: center;
      box-shadow: var(--theme-shadow);
  }
  
  .mo_wpns_sub_nav_tab button {
      background-color: inherit;
      float: left;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      font-size: 17px;
      margin-top: 20px;
      margin-bottom: 20px;
      border-top: solid 1px;
      border-bottom: solid 1px;
      border-bottom: none;
      background-color: var(--white);
      color: black;
      width :210px;
  }
  .mo_wpns_setting_layout
  {
    margin: 5px;
    padding: 5px 20px 30px 20px;
      background-color: var(--white);
      /* border: 2px solid var(--color-primary); */
      float: left;
      width: 100%;
      margin-left: 1%;

      overflow: hidden;
      text-align: left;
      /* box-shadow: var(--theme-shadow); */
  }
  .mo_wpns_products-dollar-amount {
      color: #797878;
      font-weight: 400;
      font-size: 30px;
      line-height: 25px;
  }
  .mo_wpns_products-dollar-detail {
      margin-left: -2px;
      text-transform: lowercase;
      vertical-align: top;
      font-size: 22px;
      font-weight: 300;
  }
}


.mo_wpns_table_layout td strong {
	margin-left: 10px;
}
.col1 {
	width: 20%;
}
.mo_wpns_left {
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: inline-block !important;
}
.mo_wpns_right {
	float: right !important;
}

.mo_wpns_table_textbox {
	width:100%;
	height:30px;
}
.mo_wpns_settings_table {
	width: 100%;
}

#mo_wpns_note{
	background-color: #d9edf7;
	border-radius: 4px;
	padding: 5px;
	color: #31708f;
}
.mo_wpns_not_bold
{
	font-weight:normal;
}
.button-green{
	background: #95D387 !important;
	color: var(--white) !important;
	border: 1px solid #95D387 !important;
}

.mo_wpns_input_success{
	background: url(../images/success.png) no-repeat scroll 7px 7px;
	padding-left: 35px;
    background-size: 25px 25px;
    background-position: 5px 2px;  
}

.mo_wpns_input_error{
	background: url(../images/error.png) no-repeat scroll 7px 7px;
	padding-left: 33px;
    background-size: 20px 20px;
    background-position: 6px 5px;  
}

.mo_wpns_local_pricing_table{
	text-align:center;
	font-size: 15px !important;
	background-color:var(--white); 
}

.mo_wpns_local_pricing_header{
	color: var(--white) !important;
	margin: 4px !important;
}

.mo_wpns_local_pricing_sub_header{
	margin: 2px !important;
	color: var(--white) !important;
	
}

.mo_wpns_pricing_text{
	font-size: 15px !important;
	color: var(--white) !important;
	font-weight: bold !important;
}

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

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

	
}

.mo_wpns_local_thumbnail{
	width: 350px;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: var(--white);
    border: var(--border-grey);
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.blockedips_table{
	width:100%;
}

.blockedips_table th{
	text-align:left;
}

.blockedips_table{
   border: 1px solid black;
   border-collapse: collapse;
}

.blockedips_table th, .blockedips_table td {
    border: 1px solid black;
	text-align: left;
    padding: 4px;
}

.blockedips_table tr:nth-child(even){background-color: #f2f2f2}

.blockedips_table th {
    background-color: #D6D6D6;
    color: #222;
}

.redtext{color:var(--theme-red);}

.mo_wpns_subheading{
	margin-bottom:10px;
	margin-top:-10px;
}

.premium_div{
	background: #ddd !important;
}

.warning_div{
	display:block;margin-top:10px;color:var(--theme-red);background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);
}

.one-third{
	width:33%;
	    float: left;
}

.ip_lookup_desc,.db_backup_desc{
	background-color:#E6E6E6;
	width:100%;
	margin-top:1%;
	padding:10px;
}

.ip_lookup_desc img,.db_backup_desc img{
	margin-left:45%;
}

a{
	cursor:pointer;
}

.display td{
	text-align: center;
}


.mo_wpns_modal_open {
	overflow: hidden !important;
	position:fixed	!important;
    width: 100% !important;
}

.mo_wpns_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;
	display:block;
}


.mo_wpns_modal_backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000 !important;
	filter: alpha(opacity = 50)!important;
	opacity: 0.9 !important;
	height:	100% !important;
}

.mo_wpns_modal.fade .mo_wpns_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_wpns_modal.in .mo_wpns_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_wpns_modal_open .mo_wpns_modal {
	overflow-x: hidden;
	overflow-y: hidden;
}

.mo_wpns_modal_dialog {
	position: relative;
	width: auto;
	margin: 10px;
	
}

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

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


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

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

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

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

.mo_wpns_modal_footer .btn_group .btn+.btn {
	margin-left: -1px
}

.mo_wpns_modal_footer .btn_block+.btn_block {
	margin-left: 0
}

.mo_wpns_modal_scrollbar_measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media ( min-width :768px) {
	.mo_wpns_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_wpns_modal_content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.mo_wpns_modal_sm {
		width: 300px
	}
	.mo_wpns_modal_md{
		width: 500px
	}
	.mo_wpns_modal_lg {
		width: 50%;
	}
}

@media ( min-width :992px) {
	.mo_wpns_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_wpns_modal_lg {
		width: 490px;
	}
	.mo_wpns_modal_md{
		width: 500px
	}
}

.close{
	text-decoration:none;
	color:grey;
	font-size:13px;
	float:right;
}

.close:hover{
	color:#0073aa;
}

.modal_err_message{
	color:var(--theme-red);
	background-color:rgb(254, 220, 220);
	padding:1%;
	margin-bottom:3%;
}

.mo_wpns_login_container{
	padding-top:3%;
}

.mo_wpns_textbox{
	width:48%;
	height:30px;
	background: #fbfbfb;
	font-size: 14px;
	padding: 3px;
	margin: 2px 6px 16px 0;
	border: var(--border-grey);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: var(--white);
	color: #32373c;
	outline: 0;
	-webkit-transition: 50ms border-color ease-in-out;
	transition: 50ms border-color ease-in-out;
	box-sizing: border-box;
}

.btn{
	background: #0085ba;
	border-color: #006799;
	color: var(--white);
	box-shadow: 0 1px 0 #006799;
	height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    border-radius: 3px;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	display: inline-block;
	font-size:12px;
}

.btn:hover{
	background-color:#1893c0;
}

.license-button:hover{
	color:white!important;
	background-color:orange!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);
}

.backupmessage{
	text-align: center;
    height: 52px;
    margin-bottom: 2%;
    background-color: rgb(255, 25, 25);
    color: black;
    font-weight: bold;
    padding-top: 1px;
}

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

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

.notice-button{
	float: left;
    height: 22px;
    margin-top: 6px;
    padding:0px 5px;
    margin-left:2%;
    font-size:13px;
    background-color:white;
    text-decoration: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    box-shadow: 0 1px 0 #CFCFCF;
}

.custom-notice{
	display: flex;
}

.notice{
  padding: 5px ;
}

/*Added for new pricing*/
.mo_align_pricing{
    text-align:left;padding-left: 27%;
}

.mo_align_pricing_enlarge{
    text-align:left;padding-left: 42%;
}


/*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_scan_confirm_modal{
  display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* 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 */
  justify-content: center;
  align-items: flex-start;
}
.mo_wpns_scan_modal_button {
  background-color: var(--color-primary); /* Green */
  border: none;
  color: var(--white);
  padding: 5px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.mo_wpns_modal-content {
    /* position: relative; */
    background-color: var(--white);
    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_wpns_close {
    color: #aaaaaa;
    float: right;
}

.wpns_font_shown {
font-size: 70px;
margin-top: -10px;
margin-bottom: 5px;
padding-right: 11px;
}

/* Added for malware */
.malwaresummarydiv{
	display: flex;
	width: 100%;
  justify-content: center;
  
}
.malwarescandiv{
	border-radius: 4px;
	background: lemonchiffon;
	padding: 5px;
	width: 50%;
}
.msdivl{
	margin-right: 5px;
}
.msdivr{
	margin-left: 5px;
}
.hdiv{
	font-weight: 600;
	font-size: 1.2em;
  text-align: center;
}
.title_hdiv{
  font-weight: 600;
  font-size: 1.0em;
  text-align: center;
}
.hmdiv{
  font-weight: 600;
  font-size: 1.2em;
}
.shdiv{
	margin-bottom: 10px;
}
.mo_wpns_scanmodediv{
	border-radius: 4px;
	background: lemonchiffon;
	padding: 5px;
	width: 23.5%;
}
.mo_wpns_msdivl{
	/* margin-right: 5px; */
}
.mo_wpns_msdivr{
	/* margin-left: 5px; */
}
.mo_wpns_scan_desc{
  height: 52%;
  font-size: 12px;
  margin-top: 0;
  /* padding: 0; */
}
.mo_wpns_progress {
  width: 100%;
  background-color: #dfdfdf;
  margin-top: 6%;
}
.mo2f_remaining{
  display: flex;
  justify-content: right;
}

#mo_wpns_bar {
  width: 0%;
  height: 20px;
  background-color: blue;
}
.mo_wpns_lightgreen{
	color:rgb(128, 173, 128);
}
.mo_wpns_brightred{
	color:#ffd7d7;
}
.mo_wpns_red{color:var(--theme-red);}
.mo_wpns_gray{color:#ccc}
.mo_wpns_scan_close_issue{
	color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.mo_wpns_scan_close_issue:hover,
.mo_wpns_scan_close_issue:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.summarydiv{
	margin: 5px 0;
	width: 50%;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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 */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}
.mo_wpns_scan_button {
  background-color: var(--color-primary); /* Green */
  border: none;
  color: var(--white);
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpns_deep_scan_button {
  background-color: var(--color-primary); /* Green */
  border: none;
  color: var(--white);
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_green{
  color: green;
}
.red{
  color: var(--theme-red);
}
.mo_wpns_sub_scanmode
{
    flex:1;
    background-color: var(--white);
     margin: 5px;
    /* border-top: 4px solid var(--color-primary);  */
    border:2px solid #c3c4c7;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 180px;
    padding: 20px;
}
.mo_wpns_sub_scansummary
{
  padding: 5px;
    background-color: var(--white);
    /* border: var(--border-grey); */
    font-weight: bold;
    flex:1;
    border:1px solid #c3c4c7;
        height: 120px;
}

.mo_wpns_sub_scanmode input{
  width: 100px;
}

.mo_wpns_scan_summary_text
{
  font-size: 50px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.mo_wpns_malwarescandiv
{
  padding: 5px;
    background-color: var(--white);
    border: 1px solid var(--color-primary);
    width: 50%;
    border-top: 4px solid var(--color-primary);
    border-radius: 10px;
}
.mo_mmp_progress {
  width: 100%;
  background-color: #dfdfdf;
  margin-top: 6%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px var(--color-primary);
}

.mo_mmp_progress_bar {
  width: 0%;
  height: 15px;
  background-color: var(--color-primary);
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 15px; /* To center it vertically */
  color: var(--white);
  border-radius: 10px;
  text-align: center;
}

.mo_stop_button_div{
  display: none;
  text-align: right;
  padding-top:20px ;
}

.mo_wpns_scan_data{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mo_flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 97%;
}
.mo_flex-container > a {

  font-size : auto;
  background-color: none; 
  border: 1px;
  text-align: center;
  text-decoration: none;
  /*display: inline-table;*/
  font-size: 16px;
  margin: 0px 0px;
  cursor: pointer;
  width: 1200px;
  /* border: 1px solid var(--color-primary); */

}
.mo_scan_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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 */
}

/* Modal Content */
.mo_scan_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}

/* The Close Button */
.mo_scan_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

.mmp_point{
  cursor: pointer;
}
.mmp_green {
  background-color: #4CAF50;
  border: none;
  color: var(--white);
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
 
  margin: -4px 2px;
  cursor: pointer;
  border-radius: 3px;
}

.mo_wpns_doc_link{
  font-size:16px;
  color:var(--color-primary);
  text-decoration: none;
}

.mo_wpns_premium{
  color: orange;
}

.mo_wpns_feature_desc{
  text-decoration: none;
  font-size: 13px;
  margin-left: 5px;
  color: var(--color-primary);
}

.nav-tab{
  /* margin: 0; */
  /* border-bottom: 2px solid #c3c4c7; */
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.nav-tab:active,.nav-tab:focus  {
  outline: 0;
  box-shadow: none;
}

.nav-tab-wrapper{
  /* border: none; */
  display: flex;
}

.mo_wpns_main_nav > .nav-tab-active,.mo_wpns_main_nav >.nav-tab-active:hover{
  /* border-bottom: 3px solid var(--color-primary); */
  /* color: var(--color-primary); */
}

.malware_button{
  border-radius: 3px;
}

.nav-tab-active{
  border-bottom: none;
}

.nav-tab .dashicons{
  margin-right: 5px;
}

.mo_toggle{
  text-align: center;
}

.mo_mmp_log_out{
  display: flex;
  justify-content: center;
}


