@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@700&display=swap');
.lhbwrap table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.lhbwrap * {
    font-family: 'Lexend Deca';
}
.lhbside p {
    font-size: 16px;
    font-family: 'Lexend Deca';
}
p.pli {
    font-size: 14px;
    margin: 0 !important;
}
.lhbside {
    background-color: #6c2eb9;
    margin-right: 20px;
    margin-top: 10px;
    padding: 30px;
	padding-top: 50px;
    max-width: 300px;
    max-height: 350px;
    color: white;
}
.lhbwrap table tr th, .lhbwrap table tr td {
	align-items: center;
    position: relative;
    display: flex;
    padding: 20px 0px;
}
.lhbwrap table tr td {
    margin-bottom: 0;
}
a.downeasy {
    background: #00c3aa;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    top: 55px;
    position: relative;
    border-radius: 5px;
    color: white;
    font-family: 'Lexend Deca';
}
@media screen and (min-width:900px){
.lhbmain {
    display: inline-flex;
	width: 100%;
}}
.lhbwrap {
    width: 900px;
    max-width: 100vw;
}

div#setting-error-easywpstuff_assesplus_booster_message strong {
    font-size: 20px;
}
div#setting-error-easywpstuff_assesplus_booster_message {
    border: none;
    color: white;
    background: #86d993;
}
p.desc {
    color: #db0000;
    font-family: sans-serif;
    font-size: 14px;
	font-weight: 400;}
.lhbwrap table tr td {
    flex: 1;
    text-align: left;
    max-width: 80px;
}
div#setting-error-settings_updated {
    display: none;
}
input#submit {
    color: white;
    background-image: linear-gradient(to right, #6a3093, #a044ff);
    padding: 0px 15px !important;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 1px 1px 10px lightgrey;
    border-radius: 2px;
    border: none;
	margin-bottom: 25px;
    margin-top: 20px;
}
a.happy:hover {
    transform: scaleY(1.1) translateY(-1px);
    top: 30px;
}

a.happy {
    color: white;
    background-image: linear-gradient(to right, #76b852, #8dc26f);
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lexend Deca';
    margin-right: 10px;
    box-shadow: 1px 1px 10px lightgrey;
    border-radius: 2px;
    top: 35px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.5s;
    display: block;
	max-width: 270px;
    text-align: center;
    line-height: 22px;
}
a.issue {
    color: white;
    background-image: linear-gradient(to right, #e53935, #e35d5b);
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: monospace;
    margin-right: 10px;
    box-shadow: 1px 1px 10px lightgrey;
    border-radius: 2px;
    top: 20px;
    position: relative;
    text-decoration: none;
}
.lhbwrap table tr th {
    flex: 1;
    text-align: left;
}
.lhbwrap h1 {
    padding-bottom: 50px;
    text-align: center;
}
.lhbwrap form {
    background: white;
    padding: 20px;
    box-shadow: 2px 2px 10px lightgrey;
    margin-right: 20px;
    margin-top: 10px;
}

.checkbox-wrapper-8 .tgl {
    display: none;
  }
  .checkbox-wrapper-8 .tgl,
  .checkbox-wrapper-8 .tgl:after,
  .checkbox-wrapper-8 .tgl:before,
  .checkbox-wrapper-8 .tgl *,
  .checkbox-wrapper-8 .tgl *:after,
  .checkbox-wrapper-8 .tgl *:before,
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-8 .tgl::-moz-selection,
  .checkbox-wrapper-8 .tgl:after::-moz-selection,
  .checkbox-wrapper-8 .tgl:before::-moz-selection,
  .checkbox-wrapper-8 .tgl *::-moz-selection,
  .checkbox-wrapper-8 .tgl *:after::-moz-selection,
  .checkbox-wrapper-8 .tgl *:before::-moz-selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-8 .tgl::selection,
  .checkbox-wrapper-8 .tgl:after::selection,
  .checkbox-wrapper-8 .tgl:before::selection,
  .checkbox-wrapper-8 .tgl *::selection,
  .checkbox-wrapper-8 .tgl *:after::selection,
  .checkbox-wrapper-8 .tgl *:before::selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active {
    background: #888;
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn {
    background: #86d993;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }