Current File : /home/quantums/theartoflevelingup.net/wp-content/plugins/wp-letsencrypt-ssl/admin/css/le-admin.css
.le-genform button {
  background: #2585d3;
  color: #fff;
  border: none;
  padding: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #aaa;
  box-shadow: 0px 0px 5px #aaa;
  margin-top: 40px;
  margin-bottom: 40px;
  outline: none;
  border-radius: 3px;
  letter-spacing: 0.5px;
}
.le-genform button:hover {
  background: #0063c7;
}

div#le-wrap {
  clear: both;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.gws-logo {
  float: right;
}

.le-inner {
  display: inline-block;
  padding: 0;
  width: 100%;
}

#le-wrap h2 {
  font-size: 26px;
  margin-top: 0;
}

.le-debugger {
  background: #f5f5f5;
  border: 1px solid #aaa;
  padding: 10px;
  color: #666;
  border-radius: 5px;
  margin-bottom: 30px;
  max-height: 500px;
  overflow-y: scroll;
  text-align: left;
}

form.le-genform {
  text-align: center;
  font-size: 18px;
}

form.le-genform input[type=email],
.le-genform input[type=text],
.le-genform input[type=password] {
  font-size: 20px;
  width: 600px;
  line-height: 50px;
  text-indent: 10px;
  margin-bottom: 20px;
  max-width: 100%;
  border: 1px solid #ddd;
}

.le-powered {
  color: #666;
  border-radius: 5px;
  width: 1520px;
  max-width: calc(100% - 60px);
  margin: 0 auto 20px;
  padding: 10px 15px;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
}

.le-powered strong {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #222;
}

#wple-sslgen .le-powered {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #eee;
  margin-bottom: 0;
}

a.le-highlight {
  background: #0073aa;
  color: #fff;
  padding: 3px 6px;
  text-decoration: none;
}

p.le-lineheight {
  line-height: 30px;
}

a.gws-logo img {
  max-width: 150px;
}

span.lecheck {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.le-powered a {
  color: #444;
  font-weight: 600;
  margin: 0 5px;
}

.le-debugger .error {
  color: red;
}

.wple-force {
  padding: 5px 20px 20px;
  border-radius: 5px;
}

.wple-force p,
.wple-force label {
  font-size: 15px;
}

.wple-force button {
  margin: 30px 0 0;
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  display: block;
}

/** 
* Buy add-on button 
* since 2.0
**/
.le-buypro {
  background: rgba(0, 115, 170, 0.08);
  border: 2px dashed #0073aa;
  text-align: center;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
}

.le-buypro p {
  color: #00405f;
  font-size: 18px;
  margin: 0 0 20px;
}

.le-buypro a,
.newbie a {
  background: #0073aa;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 17px 20px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}

.newbie a {
  margin: 20px auto !important;
  padding: 15px 40px;
}

.le-buypro a:hover {
  background: #06628e;
}

p.le-offer {
  font-weight: 600;
  font-style: italic;
}

.wplerateus span {
  color: #ff8d00;
  font-size: 24px;
  margin: 0 2px;
}

.wplerateus p {
  font-size: 14px !important;
}

.wplerateus a {
  font-weight: 600;
  text-decoration: none;
}

li.le-expirydate b {
  color: #f96868;
  font-weight: bold;
  letter-spacing: 1px;
}

.le-debugger.running {
  position: relative;
  padding-top: 50px;
}

.le-debugger.running h3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  background: #a4a4a4;
  color: #fff;
  padding: 8px;
  font-size: 15px;
}

.le-debugger.running h3 a {
  color: #fff;
}

/**
 * Tabbed admin layout
 * Since 2.0
 */
.le-section {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  display: none;
  border-radius: 0;
}

.le-section-title {
  padding: 15px 30px;
  display: inline-block;
  background: #eee;
  border-radius: 7px 30px 0 0;
  margin: 0 5px 0 0;
  color: #666;
  font-weight: 500;
  cursor: pointer;
}

.le-section-title.active,
.le-section-title:hover {
  background: #0073aa;
  color: #fff;
}

.le-section.active {
  display: block;
}

.le-section.download-certs ul {
  margin: 0;
}

.le-section h3 {
  margin-top: 0;
  line-height: 1.4em;
}

.le-section-title[data-section=go-viral] {
  background: #ccc;
  color: #444;
}

/**
 * since 2.1.0
 */
.wple-dismiss {
  color: #bbb !important;
  float: right;
  cursor: pointer;
  font-size: 21px !important;
}

.wple-dismiss:hover {
  color: #999 !important;
}

.le-debugger.running h2 {
  margin: 20px !important;
  display: block;
  line-height: 1.3em;
  text-align: center;
  color: #006300;
}

.hideheader h2 {
  display: none !important;
}

/**
 * since 2.4.0
 */
a.wplecompare {
  background: none !important;
  color: #075e88;
  padding: 5px;
  text-transform: uppercase;
  border-bottom: 1px dashed #075e88;
  font-weight: 600;
  border-top: 1px dashed #075e88;
}

a.wplecompare span {
  font-size: 23px;
}

.running .wple-promo {
  font-size: 15px;
  /* background: #006b00; */
  /* color: #fff; */
  padding: 8px;
  text-align: center;
  border: 1px dashed #006b00;
}

.running a {
  font-weight: bold;
  color: #006b00;
}

.running b {
  font-weight: bold;
}

.wple-success-form {
  background: #fff;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px green;
          box-shadow: 0px 0px 5px green;
}

.wple-success-form h2 {
  color: #0b9e0b;
  line-height: 50px;
  font-weight: 400;
  font-size: 24px !important;
}

.wple-success-form button {
  background: #149a14;
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.wple-success-form button:hover {
  background: darkgreen;
}

.wple-warning-notice {
  padding: 20px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  margin: 40px 20px;
  border-radius: 10px;
}

.wple-warning-notice h2 {
  color: #e56d6d;
  margin: 40px !important;
  font-size: 26px !important;
  font-weight: 400;
  background: url(../assets/warning.png) no-repeat center left;
  text-align: left;
  padding-left: 120px;
  min-height: 90px;
}

/**
 * Since 2.5.0
 * Brand new design
 */
.toplevel_page_wp_encryption #wpcontent,
.admin_page_wp_encryption_faq #wpcontent,
.admin_page_wp_encryption_howto_videos #wpcontent,
.wp-encryption_page_wp_encryption_godaddy #wpcontent,
.admin_page_wp_encryption_log #wpcontent,
[class*=wp-encryption_page] #wpcontent {
  background: #f5f5f5 url(../assets/bg.png) no-repeat top right;
  background-size: 100% auto;
  min-height: 600px;
}

.wple-header {
  margin: 30px 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wple-upgradepro,
#wple-sslgenerator,
#wple-sslgen {
  width: 1500px;
  max-width: calc(100% - 60px);
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  min-height: 400px;
  -webkit-box-shadow: 0px 0px 30px #ddd;
          box-shadow: 0px 0px 30px #ddd;
}

.wple-compare-item {
  width: 14.6%;
  margin: 20px 1%;
  text-align: center;
}

.wple-plan-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 20px;
}

.wple-plans span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 0 5px 3px;
  letter-spacing: 1px;
  color: #888;
}

.wple-plans .pro {
  color: #2585d3;
}

.wple-header .wple-version {
  color: #aaa;
  margin: 0 10px;
  font-size: 16px;
  line-height: 70px;
}

.wple-header img {
  float: left;
}

.wple-compare-item h4 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 22px;
}

.wple-compare-item span {
  display: block;
  font-size: 14px;
  padding: 1px;
  color: #2585d3;
  font-weight: 400;
  letter-spacing: 1px;
}

.wple-compare-item .wple-free {
  color: #888;
}

.wple-compare-item img {
  max-width: 100%;
  width: 130px;
}

.wple-upgrade-pro a {
  background: #2585d3;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  padding: 17px 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 0px 10px #aaa; */
  /* box-shadow: 0px 0px 10px #aaa; */
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 5px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wple-upgrade-pro a:not(.wplecompare) .dashicons {
  color: #fff !important;
  margin-left: 5px;
}

.wple-upgrade-pro .wplecompare {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6087b8;
  border-radius: 0;
  padding: 8px 5px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 24px;
  border-color: #ddd;
}

.wple-upgrade-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-encryption_page_wp_encryption-pricing #wpcontent {
  background: none !important;
}

#wple-sslgenerator {
  min-height: auto;
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#wple-sslgenerator .wple-success-form {
  margin: 0;
}

#wple-sslgenerator .wple-success-form h2 {
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0px;
}

#wple-sslgenerator .wple-success-form h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 40px;
  color: #027302;
}

#wple-sslgenerator .wple-success-form button {
  background: none;
  border: 2px solid green;
  color: green;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

#wple-sslgenerator .wple-success-form ul:not(.wple-progress) li {
  font-size: 18px;
  margin-bottom: 10px;
  color: green;
}

#wple-sslgenerator .wple-success-form span.dashicons {
  color: #039154;
  font-size: 50px;
  width: 43px;
  float: left;
}

div#wple-sslgen,
#le-wrap {
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
}

div#wple-sslgen h2 {
  margin: 20px 0 40px;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
  line-height: 1.5em;
}

div#wple-sslgen {
  min-height: auto;
}

span.dashicons.dashicons-editor-help.wple-tooltip {
  font-size: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
  cursor: help;
}

.toggle-debugger {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px;
  color: green;
  font-weight: 500;
  cursor: pointer;
}

.toggle-debugger .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Styling Checkbox Starts */
.checkbox-label {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both;
  margin-right: 10px;
  margin-bottom: -2px;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid #dddddd;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 1px solid #dddddd;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #009BFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #009BFF;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

span.lecheck label {
  margin: 3px 10px;
}

span.lecheck b,
span.lecheck a {
  margin: 0 5px;
}

#wple-sslgenerator.error {
  background: #fff !important;
  color: #f14242;
  font-size: 15px;
  border-right: 4px solid #e80404;
  border-left: 4px solid #e80404;
}

/** since 3.4.0 **/
.wple-gdaddy p {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
}

.wple-gdaddy label {
  margin-right: 10px;
  font-weight: 600;
}

.wple-gdaddy {
  text-align: center;
}

/** since 4.1.0 **/
/* #le-tabs-container {
  display: flex;
  justify-content: space-between;
} */
.le-other-plugins {
  padding: 10px 0 0;
  text-align: center;
}

.le-other-plugins a {
  display: inline-block;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.le-other-plugins img {
  max-width: 100%;
}

/** since 4.4.0 **/
ul.wple-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  position: relative;
}

ul.wple-progress li {
  list-style: none;
  font-size: 18px;
  color: #aaa;
  font-weight: 500;
  padding: 10px 15px;
  background: #fff;
  position: relative;
}

ul.wple-progress li.prog-1 {
  color: #0b9e0b;
}

ul.wple-progress li.prog-0 {
  color: #da0404;
}

ul.wple-progress:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #ddd;
  top: 46%;
}

ul.wple-progress li span {
  border: 2px solid;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  text-align: center;
  padding: 2px;
  font-size: 14px;
  line-height: 20px;
}

.wple-multisite {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: -30px;
}

input.wple-domain-input {
  text-transform: uppercase;
  color: #888;
  background: #dadada;
  letter-spacing: 1px;
}

.wple-review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.wple-review-box p {
  font-size: 16px;
  margin-top: 0;
  padding: 2px 0;
}

.wple-review-box strong {
  font-size: 17px;
  margin: 7px 0 5px;
  display: block;
}

.wple-review-box img {
  border-radius: 50%;
}

.wple-review-box img {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wple-admin-review {
  padding: 10px 15px 15px;
}

a.wplerevbtn {
  background: #eee;
  text-decoration: none;
  padding: 7px 13px;
  margin-right: 7px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.wple-lets-review.wplerevbtn {
  background: #0073aa;
  color: #fff;
}

/** 4.5.0 **/
a.wple-reset-button {
  background: #c70505;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0;
  display: inline-block;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form#admin-verify-dns button {
  margin-top: 10px;
  background: #068f63;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.buttonrotate .dashicons {
  -webkit-animation: infirotate 1s linear infinite forwards;
          animation: infirotate 1s linear infinite forwards;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-right: 5px;
}

form#admin-verify-dns button:disabled {
  background: #666;
  color: #ccc;
}

.dns-notvalid {
  color: #f14242;
  display: none;
}

.dns-notvalid.active {
  display: block;
}

.wple-newdns {
  margin: 20px 0;
  background: #f5f5f5;
  padding: 0 20px 20px;
  border-left: 2px solid;
}

.wple-success-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.wple-success-cols div {
  text-align: left;
  padding: 20px;
  border-right: 1px solid #eee;
  width: 25%;
}

.wple-success-cols h3 {
  margin-bottom: 10px !important;
  position: relative;
  padding-bottom: 12px;
  color: #039103 !important;
}

.wple-success-cols div:last-child {
  border: none;
}

.wple-success-cols p {
  font-size: 17px;
  color: #7d7d7d;
}

.wple-success-cols h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #eee;
  position: absolute;
  bottom: 0;
}

.wple-review-box.wple-reminder-notice {
  color: #e03838;
}

.wple-review-box.wple-reminder-notice p strong {
  display: inline-block;
  margin: 0;
}

/** 4.7.0 **/
.subdir-challenges-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.manualchallenge {
  width: 48%;
  margin: 20px 1%;
  background: #fafafa;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
}

.manualchallenge h3 {
  margin: -10px 0 10px -20px !important;
  font-size: 16px !important;
  padding: 3px 10px;
  background: #888;
  display: inline-block;
  color: #fff !important;
  border-radius: 0 5px 5px 0;
}

.subdir-http-challenge.manualchallenge a:not(.videolink) {
  text-decoration: none;
  color: green;
  font-size: 16px;
  display: block;
  background: #fff;
  padding: 5px;
  line-height: 30px;
}

.wple-http-manual-verify a {
  padding: 5px 5px 0 !important;
  font-weight: 500;
}

.subdir-http-challenge.manualchallenge span:not(.dashicons-video-alt) {
  font-size: 26px !important;
  width: 30px !important;
  margin: 4px 0 0 5px;
}

.subdns-item {
  background: #fff;
  padding: 7px 15px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.manualchallenge button {
  border: none !important;
  padding: 0px 13px !important;
  font-size: 15px;
  background: #1e9654 !important;
  color: #fff !important;
  font-weight: normal !important;
  line-height: 35px;
  outline: none;
  margin: 10px 0 !important;
}

.manualchallenge button span,
.subdir-http-challenge.manualchallenge button span {
  color: #fff !important;
  font-size: 24px !important;
  margin: 5px 0 !important;
  width: auto !important;
  height: 24px !important;
}

.manualchallenge button:disabled {
  background: #aaa !important;
}

.manualchallenge button span {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.http-notvalid,
.http-notvalid-blocked {
  color: #df3f3f;
  display: none;
}

.http-notvalid.active,
.http-notvalid-blocked.active {
  display: block;
}

/** 4.7.1 **/
#wple-error-popper {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.5);
}

.wple-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

div#wple-error-popper .wple-error {
  display: inline-block;
  background: #fff;
  font-size: 21px;
  color: #ff0909;
  padding: 20px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #aaa;
          box-shadow: 0px 0px 10px #aaa;
  text-transform: uppercase;
}

.wple-flex img {
  margin-left: 150px;
  display: none;
  -webkit-animation: infirotate 1s linear infinite forwards;
          animation: infirotate 1s linear infinite forwards;
}

/** Firewall Since v5.0 **/

.wple-error-firewall {
  background: #fafafa;
  color: #222;
  padding: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 96%;
  margin-left: 1%;
}

.wple-error-firewall img {
  max-width: 80px;
  margin: 5px 20px 0 10px;
}

.wple-error-firewall h3 {
  font-size: 26px;
}

.wple-error-firewall p {
  color: #555;
}

.wple-error-firewall strong {
  color: #111;
}

.wple-error-firewall a:not(.metrics) {
  text-decoration: none;
  display: inline-block;
  background: #4f4f4f;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
}

.wple-upgrade-features {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wple-upgrade-features span {
  padding: 10px;
  font-size: 16px;
  line-height: 1.4em;
  color: #777;
}

.wple-upgrade-features b {
  color: #333;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 8px;
}

.wple-error-firewall a:hover {
  background: #444;
}

.wple-error-firewall > div {
  margin-right: 20px;
}

.wple-error-firewall h3 {
  color: #444 !important;
  font-size: 22px !important;
  margin: 0 0 5px !important;
  line-height: 1.3em !important;
}

.wple-error-firewall p {
  margin: 5px 0;
}

.wple-error-firewall span.dashicons {
  float: none !important;
  font-size: 19px !important;
  color: #fff !important;
  width: 20px !important;
  line-height: 17px;
  padding: 0;
}

.wple-http-accessible {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.wple-http-accessible p {
  margin-top: 0;
  margin-bottom: 5px;
}

.wple-http-accessible div {
  font-weight: 500;
  padding-bottom: 10px;
  font-size: 13px;
  color: #666;
}

.wple-http-accessible div a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wple-http-accessible div a {
  line-height: 26px !important;
  color: #777 !important;
}

.wple-http-accessible div a span {
  float: none !important;
  margin: 0 !important;
  color: #777 !important;
  max-width: 20px !important;
  line-height: 20px;
}

.wple-http-accessible div a span:before {
  font-size: 19px;
}

.subdir-http-challenge.manualchallenge a:hover,
.subdir-http-challenge.manualchallenge a:hover span {
  color: #555 !important;
}

div#wple-upgradepro .wple-plans {
  right: 15px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  opacity: 0.8;
}

div#wple-upgradepro {
  position: relative;
  min-height: auto;
}

.quick-refund-policy {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-top: 40px;
}

.quick-refund-policy p {
  font-size: 15px;
  margin: 20px;
  font-weight: 400;
}

.quick-refund-policy strong {
  color: #333;
  text-transform: uppercase;
}

.quick-refund-policy strong {
  color: #555;
  background: #f1f1f1;
  padding: 10px 20px;
  font-size: 15px;
}

/** 5.1.0 **/
.wple-single-dv-ssl {
  text-align: center;
}

.wple-info-box {
  background: #f9f9f9;
  display: inline-block;
  width: 560px;
  max-width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.wple-info-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.wple-info-box h3 span {
  margin-left: 5px;
}

.wple-info-box strong {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  display: block;
}

.wple-www {
  display: none;
}

.wple-www.active {
  display: block;
}

.hideit {
  display: none;
}

#wple-sslgenerator .subdir-challenges-block span.manual-verify-vid {
  float: right;
  width: auto !important;
  margin: -5px 0 0 0 !important;
  font-size: 21px !important;
}

#wple-sslgenerator .subdir-challenges-block span.manual-verify-vid a {
  text-decoration: none !important;
  font-size: 16px;
  color: #047b04;
  line-height: 30px;
}

#wple-sslgenerator .subdir-challenges-block span.manual-verify-vid span {
  font-size: 23px;
  width: 22px;
  color: #0c960c;
  line-height: 30px;
  margin-right: 5px;
}

#wple-sslgenerator .subdir-challenges-block span.manual-verify-vid a:hover,
#wple-sslgenerator .subdir-challenges-block span.manual-verify-vid a:hover span {
  color: #444;
}

#wple-sslgenerator .manualchallenge button span {
  font-size: 21px !important;
  line-height: 25px;
  width: 22px !important;
}

ul.wple-progress li a {
  text-decoration: none;
  color: inherit;
}
ul.wple-progress li a:hover {
  color: #777;
}

.wple-success-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin: 0 5%;
}

.wple-success-flex-final {
  text-align: left;
  padding: 15px 30px 0 30px !important;
}

ul.download-ssl-certs li {
  line-height: 1.5em;
  color: #666 !important;
}

ul.download-ssl-certs ul li a {
  padding: 3px 10px;
  font-size: 14px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul.download-ssl-certs ul li {
  margin: 10px 8px 0px 0px !important;
  border-radius: 3px;
}

.wple-success-flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.wple-success-flex-final {
  background: #f9f9f9;
  border: 1px solid #eee;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.wple-success-cols a {
  font-weight: 500;
  color: #039154;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted;
}

ul.download-ssl-certs ul {
  margin-left: 2px;
}

div#wple-completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px 40px;
}

.wple-completed-review {
  width: 70%;
  background: url(../assets/banner-left.png) no-repeat center right;
}

.wple-completed-remaining {
  width: 30%;
  text-align: center;
}

.wple-completed-review h2 {
  margin-top: 0 !important;
  text-align: left !important;
  font-size: 32px !important;
  max-width: 90%;
  color: #444 !important;
}

.wple-completed-review p {
  font-size: 25px;
  color: #777;
  max-width: 90%;
  line-height: 36px;
}

.wple-completed-review p span {
  margin: 0 5px;
  font-size: 27px;
  line-height: 38px;
  color: #ff8e00;
}

.wple-completed-review a.letsrate {
  background: #007cb7;
  margin: 40px 0 10px;
  display: inline-block;
  padding: 13px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  line-height: 28px;
  border-radius: 5px;
  margin-top: 100px;
  letter-spacing: 1px;
}

.wple-completed-review a.letsrate span {
  font-size: 28px;
  height: 30px;
}

.wple-completed-review small {
  display: block;
  font-size: 14px;
  padding-left: 37px;
  color: #aaa;
  text-transform: uppercase;
}

.wple-completed-review .letsrenew {
  text-decoration: none;
  font-size: 20px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ea0707;
}

.wple-completed-review .letsrenew.disabled {
  color: #bbb;
}

.download-certs li {
  margin: 0 12px;
  text-transform: uppercase;
}

.wple-circle-expires strong {
  font-size: 17px;
  margin: 10px 0;
  display: block;
}

.wple-circle-expires strong b {
  background: #ff4141;
  padding: 7px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin: 10px;
}

.wple-circle-expires p {
  font-size: 15px;
  color: #777;
}

.firepro {
  font-size: 17px;
  color: #218b21;
  margin-top: 20px !important;
  background: #ecffec;
  padding: 7px 10px !important;
  border-left: 2px solid;
}
.firepro a {
  color: #218b27;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.wple-error-firewall.wple-procdn {
  background: none;
  border: 1px solid #eee;
  margin: 0 0 20px 0;
  width: 98%;
}

.wple-success-cols.wple-three-cols div {
  width: calc(33.33% - 50px);
}

div#wple-scanner {
  text-align: center;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div#wple-scanner input {
  border: 1px solid #ccc;
  margin: 0 5px;
  padding: 10px;
  min-width: 300px;
  font-size: 16px;
}
div#wple-scanner button {
  background: #0092c9;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
}
div#wple-scanner button:disabled {
  background: #bbb !important;
}

div#wple-scanner-iframe {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 40px 0;
  position: relative;
}
div#wple-scanner-iframe .wple-frameholder {
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  margin: 0 auto;
  border-radius: 5px;
}
div#wple-scanner-iframe .wple-frameholder iframe {
  overflow: hidden;
}
div#wple-scanner-iframe .wple-scanbar {
  width: 510px;
  border: 3px solid #ddd;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  -webkit-animation: scanner 5s ease-in-out forwards alternate infinite;
          animation: scanner 5s ease-in-out forwards alternate infinite;
}

.wple-frameholder:after {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.complete.wple-scanbar {
  background: #0073aa;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-width: 1px !important;
}
.complete.wple-scanbar.success {
  background: #00bc28;
}

div#wple-scanresults table {
  margin: 40px auto;
}

div#wple-scanresults {
  text-align: center;
}

div#wple-scanresults table {
  border-collapse: collapse;
}

div#wple-scanresults table td,
div#wple-scanresults table th {
  padding: 10px;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ddd;
}

div#wple-scanresults small {
  font-size: 14px;
}

div#wple-upgradepro > strong {
  font-size: 14px;
  font-weight: 500;
}

ul#wple-nav {
  text-align: right;
}

ul#wple-nav li {
  display: inline-block;
  margin: 15px 5px;
}

ul#wple-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1803921569);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul#wple-nav li a:hover {
  background: rgba(255, 255, 255, 0.3490196078);
}
ul#wple-nav li a span {
  margin-right: 5px;
}

ul#wple-nav li a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

span.wple-pmode {
  color: #ddd;
  border: 1px solid #ddd;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 10px;
  letter-spacing: 1px;
}

.dashicons-update {
  font-size: 26px;
  width: 26px;
  height: 26px;
  margin: 5px -5px 0 0;
}

.dashicons.keeprotating {
  -webkit-animation: infirotate 1s linear forwards infinite;
          animation: infirotate 1s linear forwards infinite;
}

.wple-deact {
  padding: 10px 20px;
  background: rgba(255, 158, 158, 0.2);
  margin: -20px 20px 0;
}

.hiddenplan {
  display: none !important;
}

/** v5.2.6 **/
div#wple-upgradepro > strong {
  padding: 11px 20px;
  background: #f5f5f5;
  display: inline-block !important;
  -webkit-transform: translateY(-21px);
          transform: translateY(-21px);
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 2px 10px #ddd;
          box-shadow: 0px 2px 10px #ddd;
}

div#wple-upgradepro {
  text-align: center;
}

li.onprocess1 {
  color: orange !important;
}

ul.check-root-ssh li {
  display: inline-block;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  font-size: 21px;
  padding: 15px 20px;
  margin: 5px 10px;
  min-width: 200px;
  color: #666;
  cursor: pointer;
  border-radius: 5px;
}

ul.check-root-ssh {
  text-align: center;
}

ul.check-root-ssh li:hover {
  background: #f1f1f1;
}

ul.check-root-ssh li.active {
  background: #aaa;
  color: #fff;
}

.rootssh-check {
  text-align: center;
  margin: 20px 0;
}

.nocp-ssl-validation {
  text-align: center;
}

.nocp-ssl-validation small {
  display: block;
  font-size: 13px;
  color: #777;
}

.wple-validate-nossl {
  color: red;
  font-size: 16px;
  line-height: 1.5em;
  display: none;
  max-width: 900px;
  margin: 10px auto;
}

.wple-firewallcomplete {
  width: 70%;
}

.wple-powerofcdn {
  width: 25%;
  border-left: 1px solid #ddd;
  margin-left: 1%;
  padding: 20px 2%;
  text-align: center;
  font-size: 18px;
}

div#wple-sslgen.firewall-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wple-powerofcdn p {
  font-size: 16px;
  text-align: left;
}

.wple-powerofcdn .dashicons {
  font-size: 100px;
  width: 100px;
  height: 100px;
}

.wple-powerofcdn button {
  background: #444;
  border: none;
}

.wple-powerofcdn button a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.wple-powerofcdn button:hover {
  background: #555;
}

.wple-powerofcdn button a:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wple-powerofcdn small {
  color: #888;
  margin: 30px 0;
  display: block;
  line-height: 1.4em;
}

li.spmode-dns-apply a {
  background: #dab13d;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
}

li.spmode-dns-apply {
  list-style: none !important;
}

#firewall-dns button#firewall-dns-validate {
  margin-top: 20px;
}

li.spmode-dns-apply a:hover {
  background: #82da82;
}

.wple-assets-count ul {
  text-align: left;
  width: 90%;
  margin: 0 5%;
}

.wple-assets-count ul li {
  margin: 5px 0;
  display: block;
  line-height: 1.5em;
  color: #777;
  font-size: 15px;
}

.wple-assets-count ul li b {
  color: #e83434 !important;
}

.wple-assets-count {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
}

h2 .dashicons-superhero {
  font-size: 36px;
  width: 34px;
  line-height: 44px;
  height: 44px;
}

.wple-circle-expires strong {
  display: inline;
}

span.wple-pmode span {
  position: absolute;
  margin-top: 28px;
  margin-left: 10px;
  color: #ddd !important;
}

.spmode-dns-setup {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 10px;
}

.wple-hire-expert a {
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 80%;
}
.wple-hire-expert a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wple-hire-expert a:hover {
  color: #0389bc;
}

div#wple-upgradepro.wple-expert-block {
  padding: 0;
  max-width: 100% !important;
  width: 1540px;
  border: 1px solid #ddd;
}

.wple-expert-block h2 {
  font-size: 18px !important;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 !important;
  background: #f5f5f5;
  padding: 30px 20px;
  border-radius: 10px 0 0 10px;
  color: #757575;
}

.wple-expert-block p {
  text-align: left;
  padding: 0 20px;
  font-size: 15px;
  margin: 0;
}

.wple-expert-actions .wple-expert-more {
  font-size: 13px;
  padding: 0;
  background: none !important;
  color: #888;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 22px;
  font-weight: 400;
}

.wple-expert-actions .wple-expert-more span:before {
  color: #888;
}

a.wple-expert-hire {
  background: none;
  color: #0389bc;
  font-weight: 500;
  border: 2px solid #0389bc;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px 25px;
  min-width: 100px;
}

a.wple-expert-hire:hover {
  color: #fff;
  background: #0389bc;
}

.wple-firewallcomplete .wple-expert-block {
  margin: 20px 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wple-firewallcomplete .wple-expert-block h2 {
  font-size: 16px !important;
  margin: 0 !important;
}

.wple-firewallcomplete .wple-expert-block p {
  font-size: 15px;
}

.wple-firewallcomplete .wple-expert-block .wple-expert-hire {
  font-size: 14px;
  padding: 10px 7px;
}

.wple-firewallcomplete .wple-expert-block .wple-expert-actions {
  width: 400px;
}

.wple-deact {
  margin: -20px 0px 0;
  border-radius: 5px;
}

.firewall-complete #wple-completed {
  padding: 30px 40px;
}

.firewall-complete a.wple-expert-hire {
  margin: 5px 0 !important;
  padding: 10px 20px !important;
}

span.wple-pmode.notproerror {
  border-color: red;
  color: red;
  font-weight: 600;
  text-transform: capitalize;
}

.wple-http-manual-verify {
  padding-bottom: 0px !important;
}

/** 5.3.16 **/
ul.step3-download .le-dwnld .dashicons {
  float: right !important;
}

ul.step3-download .le-dwnld .dashicons:before {
  font-size: 24px !important;
}

ul.step3-download .le-dwnld a {
  text-decoration: none;
  padding: 0 !important;
}

ul.step3-download .le-dwnld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fefefe;
  padding: 10px 10px 10px 15px;
  border: 1px solid #f1f1f1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px !important;
}

span.copy-dwnld-icons {
  display: inline-block;
}

ul.step3-download .le-dwnld .dashicons {
  font-size: 24px !important;
  width: 30px !important;
  cursor: pointer;
  color: #666 !important;
}
ul.step3-download .le-dwnld .dashicons:hover {
  color: green !important;
}

ul.step3-download {
  margin-bottom: 20px;
}

.crt-content textarea {
  width: 100%;
  height: 150px;
  background: none;
  border: 1px solid #ddd;
  display: none;
}

.copied-success {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: calc(50% - 80px);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  display: none;
}

/** v5.4.1 ***/
.wple-no-certs {
  font-size: 16px;
  background: #f5f5f5;
  padding: 15px;
  border-left: 5px solid #e81e1e;
}

.wple-other-content {
  width: 100%;
}

.wple-other-plugins {
  display: none;
}

div#wple-sslgen.wple-subpages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wple-other-plugins img {
  max-width: 100px;
  margin-right: 20px;
}

.wple-other-plugins div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
  background: #f5f5f5;
  padding: 15px 20px;
  width: calc(100% - 40px);
  text-decoration: none;
}
.wple-other-plugins div a:hover {
  background: #f1f1f1;
}

.wple-other-plugins h3 {
  text-transform: uppercase;
  font-size: 14px;
}

ul#wple-debug-errors {
  text-align: left;
  margin: 20px 15px 0 15px;
}

ul#wple-debug-errors li {
  line-height: 1.5em;
  font-size: 15px !important;
  color: #a20101 !important;
  margin-bottom: 15px !important;
  background: rgba(255, 0, 0, 0.08);
  padding: 15px;
  border-radius: 3px;
}

label.disabled {
  color: #999;
}

/** 5.5.0 **/
.wple-ssl-score,
.wple-ssl-settings {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  padding: 30px;
  border-radius: 5px;
  margin: 10px;
}

.wple-ssl-score h2,
.wple-ssl-settings h2 {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
}

div#wple-ssl-health {
  margin: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
}

.wple-ssl-score {
  width: calc(59% - 40px);
}

.wple-ssl-settings {
  width: calc(40% - 40px);
}

.wple-ssl-score h2:after,
.wple-ssl-settings h2:after {
  content: "";
  display: block;
  background: #eee;
  width: 50px;
  height: 5px;
  margin-top: 20px;
}

.wple-score {
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 600;
}

.wple-scorebar {
  width: 100%;
  height: 20px;
  background: #eee;
  margin: 10px 0 30px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wple-scorebar span {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.wple-ssl-score ul li span:not(.dashicons, .otherplugs) {
  margin-right: 20px;
  background: #f34343;
  padding: 4px 8px;
  display: inline-block;
  width: 25px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}

.wple-ssl-score ul li span.dashicons {
  padding: 4px;
  display: inline-block;
  width: 25px;
}

.wple-ssl-score ul li {
  margin-bottom: 14px;
}

.wple-ssl-score ul li span.wple-yes {
  background: #5dc55d;
  color: #fff;
}

.wple-ssl-settings label {
  cursor: default;
}

.wple-ssl-settings .plan-toggler {
  margin: 0 !important;
}

.wple-ssl-settings .plan-toggler label {
  cursor: pointer !important;
}

.wple-ssl-settings ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100% !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wple-ssl-settings .toggle-checkbox:checked + .toggle-switch {
  background: #5dc55d;
}

.wple-ssl-settings ul li.wple-setting-error {
  background: rgba(253, 167, 167, 0.5490196078);
  padding: 10px;
  text-align: center;
  margin: 20px 0 20px -10px;
  color: #a71616;
  border-radius: 5px;
  display: none;
}

span.wple-share-success {
  margin: 0 !important;
}

span.wple-share-success a:hover {
  background: #ff8e00;
}

span.wple-share-success a {
  width: 28px;
  font-size: 14px;
  text-decoration: none;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  background: #999;
  color: white;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
span.wple-share-success a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
span.wple-share-success a.tw:hover {
  background: #1da1f2;
}
span.wple-share-success a.fb:hover {
  background: #1877f2;
}
span.wple-share-success a.rd:hover {
  background: #ff4500;
}
span.wple-share-success a.pt:hover {
  background: #e60023;
}

table#wple-advanced-scanner th {
  background: rgba(245, 245, 245, 0.568627451);
  padding: 10px;
}

table#wple-advanced-scanner .wple-scan-head {
  background: #444;
  padding: 10px;
  color: #fff;
}

table#wple-advanced-scanner tr td {
  border: 1px solid #ddd !important;
  padding: 10px;
}

table#wple-advanced-scanner {
  border-collapse: collapse;
}

table#wple-advanced-scanner .issue_type {
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
}

table#wple-advanced-scanner th {
  border: 1px solid #ddd;
}

table#wple-advanced-scanner small {
  font-size: 12px;
  font-weight: 500;
}

table#wple-advanced-scanner small strong {
  font-weight: 700;
}

table#wple-advanced-scanner th {
  font-size: 16px;
  font-weight: 600;
}

div#ourotherplugin {
  width: 1500px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px #ddd;
          box-shadow: 0px 0px 30px #ddd;
}

div#ourotherplugin img {
  max-height: 25px;
  margin: 0 5px 8px;
}

div#ourotherplugin a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #666;
}

div#ourotherplugin a:hover {
  color: #0073aa;
}

div#ourotherplugin h4 {
  color: #888;
  font-weight: 400;
}

div#ourotherplugin {
  font-size: 11px;
}

div#ourotherplugin ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #ddd;
}

div#ourotherplugin ul li img {
  margin: 0 5px 0 0;
  max-height: 20px;
}

div#ourotherplugin ul li:nth-child(2) img {
  margin-bottom: 10px;
}

div#ourotherplugin ul li:nth-child(2) {
  padding: 3px 0 !important;
}

div#ourotherplugin ul li:last-child {
  border-bottom: none;
}

div#ourotherplugin ul li a {
  font-weight: 500;
}

.wple-ssl-score #ourotherplugin {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  width: auto;
  margin-top: 40px;
  background: #fafafa;
}

.wple-ssl-score #ourotherplugin li {
  margin: 0;
}

.mxnossl {
  text-align: center;
  margin: 20px auto;
  color: #e52525;
  font-size: 16px;
  line-height: 1.5em;
  max-width: 600px;
}

.wple-active-ssl {
  background: #f6f6f6;
  margin-top: 20px;
  padding: 30px 30px 15px;
  border-radius: 5px;
}
.wple-active-ssl p {
  margin-bottom: 20px;
}

a.wple-backup-link {
  margin-right: 10px;
  font-weight: 600;
}

.wple-backup-suggestion img {
  float: right;
  max-width: 60px;
}

[data-input-placeholder=oneyearssl] label span:first-child {
  display: none;
}

.progress--circle {
  position: relative;
  display: inline-block;
  margin: 1rem;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #ddd;
}
.progress--circle:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: white;
}
.progress--circle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #05b267;
}

.progress__number {
  position: absolute;
  top: 50%;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #777;
  font-size: 2rem;
  margin-top: -1.75rem;
}

.progress__number small {
  font-size: 1.25rem;
}

.progress--circle.progress--0:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ddd), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #ea0707), color-stop(50%, #ddd), to(#ddd));
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--1:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(94deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--2:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(98deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--3:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(102deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--4:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(106deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--5:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(110deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--6:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(114deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--7:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(118deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--8:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(122deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--9:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(126deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--10:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(130deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--11:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(134deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--12:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(138deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--13:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(142deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--14:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(146deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--15:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(150deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--16:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(154deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--17:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(158deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--18:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--19:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(166deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--20:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(170deg, #ea0707 50%, #ddd 50%, #ddd);
  background-color: #ea0707;
}

.progress--circle.progress--21:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(174deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--22:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(178deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--23:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(182deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--24:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(186deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--25:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(190deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--26:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(194deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--27:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(198deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--28:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(202deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--29:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(206deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--30:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(210deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--31:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(214deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--32:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(218deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--33:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(222deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--34:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(226deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--35:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(230deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--36:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(234deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--37:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(238deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--38:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(242deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--39:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(246deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--40:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(250deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--41:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(254deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--42:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(258deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--43:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(262deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--44:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(266deg, orange 50%, #ddd 50%, #ddd);
  background-color: orange;
}

.progress--circle.progress--45:after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #05b267), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #05b267), color-stop(50%, #ddd), to(#ddd));
  background-image: linear-gradient(-90deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--46:after {
  background-image: linear-gradient(-86deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--47:after {
  background-image: linear-gradient(-82deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--48:after {
  background-image: linear-gradient(-78deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--49:after {
  background-image: linear-gradient(-74deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--50:after {
  background-image: linear-gradient(-70deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--51:after {
  background-image: linear-gradient(-66deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--52:after {
  background-image: linear-gradient(-62deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--53:after {
  background-image: linear-gradient(-58deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--54:after {
  background-image: linear-gradient(-54deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--55:after {
  background-image: linear-gradient(-50deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--56:after {
  background-image: linear-gradient(-46deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--57:after {
  background-image: linear-gradient(-42deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--58:after {
  background-image: linear-gradient(-38deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--59:after {
  background-image: linear-gradient(-34deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--60:after {
  background-image: linear-gradient(-30deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--61:after {
  background-image: linear-gradient(-26deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--62:after {
  background-image: linear-gradient(-22deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--63:after {
  background-image: linear-gradient(-18deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--64:after {
  background-image: linear-gradient(-14deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--65:after {
  background-image: linear-gradient(-10deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--66:after {
  background-image: linear-gradient(-6deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--67:after {
  background-image: linear-gradient(-2deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--68:after {
  background-image: linear-gradient(2deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--69:after {
  background-image: linear-gradient(6deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--70:after {
  background-image: linear-gradient(10deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--71:after {
  background-image: linear-gradient(14deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--72:after {
  background-image: linear-gradient(18deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--73:after {
  background-image: linear-gradient(22deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--74:after {
  background-image: linear-gradient(26deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--75:after {
  background-image: linear-gradient(30deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--76:after {
  background-image: linear-gradient(34deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--77:after {
  background-image: linear-gradient(38deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--78:after {
  background-image: linear-gradient(42deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--79:after {
  background-image: linear-gradient(46deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--80:after {
  background-image: linear-gradient(50deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--81:after {
  background-image: linear-gradient(54deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--82:after {
  background-image: linear-gradient(58deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--83:after {
  background-image: linear-gradient(62deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--84:after {
  background-image: linear-gradient(66deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--85:after {
  background-image: linear-gradient(70deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--86:after {
  background-image: linear-gradient(74deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--87:after {
  background-image: linear-gradient(78deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--88:after {
  background-image: linear-gradient(82deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--89:after {
  background-image: linear-gradient(86deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--90:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #05b267), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #05b267), color-stop(50%, #ddd), to(#ddd));
  background-image: linear-gradient(90deg, #05b267 50%, transparent 50%, transparent), linear-gradient(270deg, #05b267 50%, #ddd 50%, #ddd);
}

@-webkit-keyframes scanner {
  0% {
    top: 0;
  }
  100% {
    top: 99%;
  }
}

@keyframes scanner {
  0% {
    top: 0;
  }
  100% {
    top: 99%;
  }
}
@-webkit-keyframes infirotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes infirotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  ul.wple-progress {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.wple-progress li {
    font-size: 14px;
    font-weight: 400;
  }
  .wple-success-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wple-success-flex-final {
    padding: 15px 20px 0 20px;
    margin-left: 0;
  }
  .wple-success-flex-video {
    margin-bottom: 20px;
  }
  .wple-success-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wple-success-cols div {
    width: 44%;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .wple-plan-compare {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wple-compare-item {
    width: 23%;
  }
  .wple-upgrade-pro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  #le-tabbed-sections {
    width: 100%;
  }
  div#le-tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .le-other-plugins {
    padding: 20px 0;
  }
  div#wple-ssl-health {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#wple-ssl-health > div {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .toplevel_page_wp_encryption #wpcontent {
    background-size: auto;
  }
  .wple-compare-item {
    width: 34%;
    margin: 10px 8%;
  }
  div#wple-upgradepro {
    min-height: auto;
  }
  .wple-other-plugins {
    display: none;
  }
  .wple-other-content {
    width: 100%;
  }
}
/** intro pricing **/
h4.pricing-intro-subhead .dashicons {
  height: 25px;
}

div#quick-pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 100px 20px 60px 20px;
}

div#quick-pricing-table .wplepricingcol {
  width: 330px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pro-pricing-col.wplepricingcol {
  border: 1px solid #ddd;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 5px;
  background: #fff;
}

.wplepricingcol ul li {
  list-style: none;
  font-size: 18px;
  line-height: 20px;
  min-height: 20px;
  padding: 22px 10px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.free-pricing-col.wplepricingcol {
  margin-right: 1%;
  border: 1px solid #ddd;
  border-radius: 5px 0 0;
}

.quick-pricing-head h3 {
  font-size: 32px;
  margin: 0;
  font-weight: 300;
  min-height: 50px;
}

.quick-pricing-head large {
  font-size: 40px;
}

.quick-pricing-head {
  padding: 40px 0px;
  background: #fafafa;
  min-height: 80px;
  width: 100%;
}

div#quick-pricing-table ul {
  margin: 0;
}

div#quick-pricing-table .pricing-btn-block {
  height: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
}

div#quick-pricing-table .pricing-btn-block a {
  background: #222;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 5px 18px 7px;
  /* display: inline-block; */
  border-radius: 5px;
  /* margin: 15px 5px; */
}

.wplepricingcol ul li:last-child {
  border: none;
}

.pro-pricing-col li {
  font-size: 16px !important;
}

.pro-pricing-col li a {
  color: #097fb7;
  text-decoration: none;
  border-bottom: 1px dotted #0073aa;
}

.wplepricingcol ul li {
  text-transform: capitalize;
}

.pro-pricing-col li a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

div#quick-pricing-table .pricing-btn-block a:hover {
  background: #333 !important;
}

.pro-pricing-col.wplepricingcol .pricing-btn-block a {
  background: #1093d1 !important;
}

.quick-price-row small {
  font-size: 18px;
}

.quick-price-row sup {
  font-size: 20px;
  font-weight: 500;
}

h4.pricing-intro-subhead {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  color: #666;
  line-height: 1.4em;
}

h2.pricing-intro-head {
  margin-bottom: 0px !important;
}

.non-cpanel-plans .pro-pricing-col ul li {
  padding: 17px 10px;
}

.free-pricing-col {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.quick-pricing-head {
  border-radius: 5px 5px 0 0;
}

.quick-pricing-head.pro {
  min-height: 100px;
}

.wplepricingcol.firewallplan .quick-pricing-head {
  min-height: 100px;
}

.inro-pricing-refund {
  clear: both;
  display: block;
  text-align: right;
}

.quick-pricing-head {
  position: relative;
  overflow: hidden;
}

span.wple-trending {
  position: absolute;
  top: 16px;
  right: -40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #0990d1;
  color: #fff;
  padding: 5px 45px;
  -webkit-box-shadow: 0px 0px 5px #8c9497;
          box-shadow: 0px 0px 5px #8c9497;
}

.subdir-http-challenge.manualchallenge {
  position: relative;
}

.wple-no-http {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  font-size: 21px;
  color: #777;
  line-height: 1.5em;
}

.wple-error-firewall.fire-pro .wple-upgrade-features span {
  width: 23%;
}

.wple-upgrade-features span strong {
  color: #555;
}

.wple-upgrade-features span a:hover {
  background: none;
}

.wple-upgrade-features span a {
  text-decoration: none;
  border-bottom: 1px dotted;
}

.wple-error-firewall.fire-pro .wple-upgrade-features {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 0;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
  background: #0073aa;
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 17px;
  color: #666;
}

.plan-toggler {
  text-align: center;
  margin: 0 0 20px -40px;
}

.plan-toggler > span {
  margin-right: 10px;
  font-size: 18px;
  color: #666;
}

.wildcard-genform {
  display: none;
}

.wple-wc {
  display: none;
}
.wple-wc.active {
  display: block;
}

.wple-restart-notice {
  margin: 0 60px;
  font-size: 18px;
  line-height: 1.5em;
  background: #fffbc7;
  padding: 20px;
  border-radius: 7px;
  color: #555;
}
.wple-restart-notice a {
  text-decoration: none;
}/*# sourceMappingURL=le-admin.css.map */