/* Settings Page */
.lwa-settings {
  /* Go Pro Stuff */
}
.lwa-settings select:invalid {
  color: gray;
}
.lwa-settings h3 {
  border-top: 1px solid #dedede;
  padding-top: 25px;
  margin-top: 20px;
}
.lwa-settings h3:first-child {
  border-top: 0;
  padding-top: 0;
}
.lwa-settings .postbox .handlediv {
  display: none;
  visibility: hidden;
}
.lwa-settings .postbox .inside {
  border-top: 1px solid #dedede;
  margin-top: 0px;
  padding-top: 10px;
}
.lwa-settings .postbox h3 {
  font-size: 16px;
}
.lwa-settings .postbox td, .lwa-settings .postbox th {
  vertical-align: top;
}
.lwa-settings .postbox th {
  padding: 15px 20px;
  margin: 0 !important;
  font-size: 0.97em;
}
.lwa-settings .postbox .mtm-boxheader {
  font-style: italic;
  margin: 0;
  padding: 10px 5px;
}
.lwa-settings .postbox tr.mtm-header td {
  font-style: italic;
  padding: 10px 5px;
  margin: 0;
}
.lwa-settings .postbox tr.mtm-header h4, .lwa-settings .postbox h4 {
  font-weight: bold;
  font-size: 15px;
  font-style: normal;
  border-bottom: 1px solid #dedede;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.lwa-settings .postbox tr.mtm-subheader td {
  font-style: italic;
  margin: 0;
  padding: 5px 20px 2px;
}
.lwa-settings .postbox tr.mtm-subheader h5 {
  font-style: normal;
  margin: 10px 0;
  padding: 0 0 5px;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #efefef;
  color: #000;
}
.lwa-settings table.features {
  border-spacing: 0;
  border: 1px solid #dedede;
}
.lwa-settings table.features th, .lwa-settings table.features td {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dedede;
  padding: 5px;
}
.lwa-settings table.features tbody tr {
  border-bottom: 1px solid #EFEFEF;
}
.lwa-settings table.features tbody tr:first-child th {
  background: #EFEFEF;
}
.lwa-settings table.features tbody th {
  text-align: left;
  padding-left: 10px;
}
.lwa-settings table.features tr th:not(:first-child), .lwa-settings table.features tr td:not(:first-child) {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.lwa-settings table.features .dashicons-yes-alt {
  color: darkgreen;
  font-size: 20px;
}
.lwa-settings table.features tfoot th span {
  display: block;
  margin-bottom: 5px;
  color: #8bc976;
  font-size: 18px;
}
.lwa-settings table.features tfoot th span.deal {
  color: #FC9840;
  font-size: 14px;
}
.lwa-settings table.features tbody th[data-title] {
  cursor: pointer;
}
.lwa-settings input[type=password] {
  padding-right: 40px !important;
  background-image: var(--icon-pwd-show);
  background-size: 15px;
  background-position: right center;
}
.lwa-settings input[type=text].pwd {
  padding-right: 40px !important;
  background-image: var(--icon-pwd-hide);
  background-size: 15px;
  background-position: right center;
}

.lwa-admin-modal {
  --font-size: 15px;
  --line-height: 20px;
}
.lwa-admin-modal .lwa-modal-content p {
  font-size: var(--font-size) !important;
  line-height: var(--line-height) !important;
  text-align: justify;
}
.lwa-admin-modal .lwa-modal-content.has-image {
  display: grid;
  grid-template-columns: auto minmax(80px, 150px);
  grid-gap: 40px;
}
.lwa-admin-modal .lwa-modal-content.has-image > div.image {
  text-align: center;
}
.lwa-admin-modal .lwa-modal-content.has-image > div.image img {
  width: 100%;
}

/*! Tippy.js v6.2.7 - https://unpkg.com/tippy.js@6.2.7/themes/light-border.css */
.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #333;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after, .tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
  top: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
  bottom: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
  left: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
  left: 12px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, 0.2);
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
  right: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
  right: 12px;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}

/*# sourceMappingURL=login-with-ajax-admin.css.map */
