@charset "UTF-8";
[class*=monstericon-]:before {
  display: inline-block;
  font-family: "Misettings";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.monstericon-times-circle:before {
  content: "\f01b";
}

.monstericon-times:before {
  content: "\f021";
}

.monstericon-info-circle-regular:before {
  content: "\f01e";
}

.monstericon-check:before {
  content: "\f015";
}

.monstericon-warning-triangle:before {
  content: "\f020";
}

.monstericon-star:before {
  content: "\f025";
}

.monstericon-arrow {
  transition: transform 500ms ease;
  transform: rotate(180deg);
  display: inline-block;
}
.monstericon-arrow.monstericon-down {
  transform: rotate(0);
}
.monstericon-arrow:before {
  content: "\f01f";
}

@keyframes skeleton-loading {
  to {
    background-position: left;
  }
}
.monsterinsights-text-skeleton > span {
  display: block;
  height: 1rem;
  border-radius: 4px;
  background: linear-gradient(90deg, rgb(241, 244, 249) 20%, rgb(51, 142, 239), rgb(241, 244, 249) 80%) right/450% 100%;
  animation: skeleton-loading 2s linear infinite;
  opacity: 0.8;
}
.monsterinsights-text-skeleton > span:not(:last-child) {
  margin-bottom: 12px;
}
.monsterinsights-text-skeleton > span:nth-child(2n) {
  background-position-x: 500%;
  animation-duration: 6s;
}
.monsterinsights-text-skeleton > span:nth-child(3n) {
  background-position-x: 250%;
  animation-duration: 4s;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.monsterinsights-feature-feedback {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  bottom: 20px;
  width: 320px;
}
.monsterinsights-feature-feedback.is-loading .monsterinsights-feature-feedback-widget::before {
  content: "";
  display: block;
  background-color: #eef;
  inset: 0;
  position: absolute;
  z-index: 10;
  opacity: 0.5;
  cursor: progress;
}
.monsterinsights-feature-feedback-widget {
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 30px 45px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.monsterinsights-feature-feedback-widget > *:not(:last-child), .monsterinsights-feature-feedback-widget > form > *:not(:last-child) {
  margin-bottom: 20px;
}
.monsterinsights-feature-feedback-widget h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.monsterinsights-feature-feedback-widget.is-open {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.monsterinsights-feature-feedback-form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.monsterinsights-feature-feedback-form label:not(:last-child) {
  margin-bottom: 10px;
}
.monsterinsights-feature-feedback-form textarea {
  font-size: 13px;
  padding: 10px;
  width: 100%;
  min-height: 90px;
  max-height: 90px;
}
.monsterinsights-feature-feedback-form .monsterinsights-button {
  margin-top: 15px;
  padding: 8px 20px;
}
.monsterinsights-feature-feedback-form .monsterinsights-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.monsterinsights-feature-feedback-toggle {
  appearance: none;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  padding: 14px;
  background-color: rgb(39, 174, 96);
  transform: translateY(-25px);
}
.monsterinsights-feature-feedback-toggle svg {
  position: absolute;
}
.monsterinsights-feature-feedback-thanks {
  padding: 20px;
  text-align: center;
}
.monsterinsights-feature-feedback-thanks img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .monsterinsights-feature-feedback {
    right: -5vw;
  }
}

.monsterinsights-feature-feedback-nps {
  display: flex;
  align-items: flex-start;
}

.monsterinsights-nps-radio {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.monsterinsights-nps-radio img {
  width: 36px;
  height: 34px;
  filter: grayscale(1);
  transition: filter 150ms ease-in-out;
}
.monsterinsights-nps-radio input[type=radio] {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: -1;
  opacity: 0;
}
.monsterinsights-nps-radio:not(:last-child) {
  margin-right: 20px;
}
.monsterinsights-nps-radio:hover img,
.monsterinsights-nps-radio input[type=radio]:checked + img {
  filter: grayscale(0);
}

.monsterinsights-ads-form {
  max-width: 600px;
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.monsterinsights-ads-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.monsterinsights-ads-form .radio-group {
  margin: 15px 0;
}

.monsterinsights-ads-form .radio-group label {
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
}

.monsterinsights-ads-form button {
  background: #2271b1;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.monsterinsights-ads-form button:hover {
  background: #135e96;
}

#google-ads-pax-container {
  display: none;
}

.monsterinsights-ads-loading {
  text-align: center;
  padding: 20px;
}

.monsterinsights-ads-loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  animation: monsterinsights-ads-spin 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes monsterinsights-ads-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.monsterinsights-ads-loading p {
  margin: 0;
  font-size: 16px;
}

.monsterinsights-ads-error {
  max-width: 600px;
  margin: 60px auto;
}

.monsterinsights-ads-error p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.monsterinsights-ads-loading,
.monsterinsights-ads-error {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 60px auto 0;
}
.monsterinsights-ads-loading .monsterinsights-ads-loading-spinner,
.monsterinsights-ads-error .monsterinsights-ads-loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: #444;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.monsterinsights-ads-error {
  border-left: 4px solid #d63638;
}

.google-ads-pax-container {
  display: block !important;
  padding: 60px 0 0;
  max-width: 1344px;
  margin: 0 auto;
}
.google-ads-pax-container .icon {
  height: auto;
}
.google-ads-pax-container .card {
  max-width: 100%;
}
.google-ads-pax-container .date-range-picker .button {
  background: transparent;
  color: initial;
}

.monsterinsights-ads-form {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.radio-group {
  margin: 10px 0;
}
.radio-group label:not([class*=ngcontent]) {
  margin-right: 15px;
}

.monsterinsights-path-google-ads .monsterinsights-header .monsterinsights-container {
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  max-width: 1344px;
}
@media (max-width: 782px) {
  .monsterinsights-path-google-ads .monsterinsights-header .monsterinsights-container {
    padding: 0;
  }
}

.monsterinsights-google-ads-welcome {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 60px;
  margin: 40px auto;
  max-width: 1200px;
  gap: 40px;
}
@media (max-width: 900px) {
  .monsterinsights-google-ads-welcome {
    flex-direction: column;
    gap: 24px;
    padding: 24px 12px;
  }
}

.monsterinsights-google-ads-welcome__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.monsterinsights-google-ads-welcome__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.5;
  color: #444;
}

.monsterinsights-google-ads-welcome__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.monsterinsights-google-ads-welcome__list li {
  margin-bottom: 16px;
}

.monsterinsights-google-ads-welcome__check {
  color: #34a853;
  font-size: 1.2em;
  margin-right: 10px;
  margin-top: 2px;
}

.monsterinsights-google-ads-welcome__offer {
  font-size: 0.85;
  font-weight: 500;
  margin-bottom: 20px;
  color: #6d7278;
}

.monsterinsights-google-ads-welcome__cta {
  max-width: 200px;
  margin: 20px 0;
}

.monsterinsights-google-ads-welcome__note {
  font-size: 0.95rem;
  color: #757575;
  margin-bottom: 8px;
}

.monsterinsights-google-ads-welcome__disclaimer {
  font-size: 0.85rem;
  color: #b0b0b0;
}

.monsterinsights-google-ads-welcome__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 8px;
  min-height: 320px;
}
.monsterinsights-google-ads-welcome__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .monsterinsights-google-ads-welcome__image {
    min-width: 0;
    max-width: 100%;
    min-height: 180px;
  }
}
.google-ads-pax-container {
  all: revert;
  contain: content;
}

.icon {
  display: flex;
  width: 16px;
  height: 16px;
}
.icon svg {
  width: 100%;
  height: 100%;
}
.icon.is-small {
  width: 10px;
  height: 10px;
}

@media (max-width: 782px) {
  .monsterinsights-notices-area {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.monsterinsights-notice {
  position: relative;
  color: #444;
}
.monsterinsights-notice .monsterinsights-notice-inner {
  margin-top: 25px;
  padding: 11px 15px;
  background: #fff;
  border-left: 3px solid;
  line-height: 1.5;
  font-size: 14px;
}
.monsterinsights-notice .monsterinsights-notice-inner .notice-title {
  color: #000;
  font-weight: 700;
  display: block;
  margin: 0 0 6px;
  padding: 0;
}
@media (max-width: 782px) {
  .monsterinsights-notice .monsterinsights-notice-inner {
    padding: 10px;
  }
}
.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner {
  border-left-color: #ea4e64;
}
.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner {
  border-left-color: #f5c953;
}
.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner {
  border-left-color: #509fe2;
}
.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner {
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: #509fe2;
  color: #777;
}
.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button {
  color: #fff;
  margin: 15px 0 0;
}
.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner {
  border-left-color: #5cc0a5;
}
.monsterinsights-notice .notice-content {
  margin-right: 20px;
}
.monsterinsights-notice .notice-content a {
  color: #444;
}
.monsterinsights-notice .dismiss-notice {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  color: #999797;
  position: relative;
  float: right;
}
.monsterinsights-notice .dismiss-notice:hover, .monsterinsights-notice .dismiss-notice:focus {
  color: #444;
}
.monsterinsights-notice.monsterinsights-notice-success .notice-content, .monsterinsights-notice.monsterinsights-notice-info .notice-content, .monsterinsights-notice.monsterinsights-notice-warning .notice-content {
  display: flex;
}
@media (max-width: 425px) {
  .monsterinsights-notice.monsterinsights-notice-success .notice-content, .monsterinsights-notice.monsterinsights-notice-info .notice-content, .monsterinsights-notice.monsterinsights-notice-warning .notice-content {
    flex-flow: column;
  }
}
.monsterinsights-notice.monsterinsights-notice-success .notice-content__first-time-notice, .monsterinsights-notice.monsterinsights-notice-info .notice-content__first-time-notice, .monsterinsights-notice.monsterinsights-notice-warning .notice-content__first-time-notice {
  display: block;
}
.monsterinsights-notice.monsterinsights-notice-success .notice-content__first-time-notice a, .monsterinsights-notice.monsterinsights-notice-info .notice-content__first-time-notice a, .monsterinsights-notice.monsterinsights-notice-warning .notice-content__first-time-notice a {
  color: #444;
  text-decoration: underline;
}
.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: -20px;
  margin-left: auto;
}
@media (max-width: 782px) {
  .monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button {
    margin-left: 0;
  }
}
.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button {
  margin-top: 0;
  padding: 10px 16px 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 782px) {
  .monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button {
    margin-top: 10px;
    margin-left: 0;
  }
}
.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button {
  margin-top: 10px;
  margin-left: 0;
  color: #fff;
}
.monsterinsights-notice .monsterinsights-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.monsterinsights-notice .monsterinsights-button-error {
  background-color: #E64949 !important;
  border: 0 !important;
  font-size: 13px;
  padding: 8px 20px !important;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-icon {
  margin-right: 15px;
  margin-top: 4px;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-icon svg {
  width: 36px;
  height: 32px;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner {
  background-color: #FFEBEB !important;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner h2 {
  font-size: 14px;
  color: #E64949;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner .monsterinsights-notice-content {
  color: #E64949;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner a.monsterinsights-button-error {
  margin-top: 17px;
}
.monsterinsights-notice .monsterinsights-notice-button.monsterinsights-notice-install-button {
  margin-top: 10px;
  margin-left: 0;
}
.monsterinsights-notice .monsterinsights-notice-button.monsterinsights-notice-install-button button + button {
  margin-left: 10px;
}

.monsterinsights-notifications-display {
  background: #fff;
  border-left: 3px solid #509fe2;
  padding: 20px;
  border-radius: 3px 0 0 3px;
  margin-bottom: 50px;
  position: relative;
}
.monsterinsights-settings-content .monsterinsights-notifications-display {
  margin-top: 20px;
  margin-bottom: 20px;
}
.monsterinsights-notifications-display h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
}
.monsterinsights-notifications-display p {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
}
.monsterinsights-notifications-display .monsterinsights-notification {
  display: flex;
}
.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator {
  padding-top: 10px;
}
.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a {
  position: relative;
}
.monsterinsights-notifications-display .monsterinsights-notification-inner {
  margin-left: 25px;
}
.monsterinsights-notifications-display .monsterinsights-button {
  margin-right: 15px;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation {
  position: absolute;
  right: 0;
  top: 100%;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button {
  background: #fff;
  border: none;
  border-radius: 0 0 3px 3px;
  margin: 0;
  padding: 5px 8px 7px;
  color: #A8AEBD;
  cursor: pointer;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover, .monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus {
  color: #509fe2;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow {
  transform: rotate(90deg);
  font-size: 10px;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous {
  margin-right: 2px;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow {
  transform: rotate(270deg);
}
.monsterinsights-notifications-display .monsterinsights-notification-dismiss {
  border: none;
  background: none;
  color: #A8AEBD;
  position: absolute;
  right: 12px;
  top: 9px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
.monsterinsights-notifications-display .monsterinsights-notifications-unread {
  min-width: 10px;
  height: 16px;
  background: #C84B29;
  border: 1.72823px solid #F9FBFF;
  position: absolute;
  bottom: 12px;
  left: 18px;
  border-radius: 20px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 3px;
}

.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-notifications-unread {
  min-width: 16px;
  height: 16px;
  background: #C84B29;
  border: 1.72823px solid #F9FBFF;
  position: absolute;
  bottom: 4px;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 2px;
  left: 20px;
}

.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container {
  margin-right: 0;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container {
  display: inline-block;
  margin-right: 20px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number {
  position: absolute;
  top: -11px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  background: #EB5757;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 6px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10 {
  right: -13px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10 {
  right: -10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-dismissed-number {
  min-width: 24px;
  height: 24px;
  background: #7C869D;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -69px;
  width: 100%;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4 {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button {
  position: relative;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button {
    position: absolute;
    top: 21px;
    right: 15px;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button {
  background: #F0F2F4;
  border: 1px solid #D3D7DE;
  border-radius: 3px;
  padding: 11px 7px;
  line-height: 0;
  vertical-align: middle;
  margin-top: -2px;
  border-style: solid;
  border-color: #D3D7DE;
  border-width: 1px 1px 2px 1px;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button {
    display: inline-block;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active {
  background: #e7eaec;
  border-color: #D3D7DE;
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number {
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar {
  width: 440px;
  position: fixed;
  top: 40px;
  right: 0;
  background: #fff;
  z-index: 1001;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar {
    top: 46px;
    width: 300px;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification {
  padding: 0 16px;
  overflow: hidden;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #F2F4F7;
  background-color: #228BEE;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-title h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-title h3 .monsterinsights-notificationsv3-sidebar-header-count {
  color: #fff;
  font-weight: 400;
  margin-left: 5px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-mark-all-read {
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-mark-all-read:hover {
  opacity: 0.85;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close {
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close:hover {
  opacity: 0.85;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tabs {
  display: flex;
  border-bottom: 1px solid #F2F4F7;
  padding: 0 16px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #64748B;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab:hover {
  color: #393F4C;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab-active {
  color: #393F4C;
  border-bottom-color: #228BEE;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background-color: #EB5757;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 9px;
  line-height: 1;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top {
  background: #2679C1;
  display: flex;
  align-items: center;
  height: 50px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title {
  width: 50%;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg {
  margin-right: 10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions {
  width: 50%;
  text-align: right;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button {
  color: #fff;
  text-decoration: underline;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button {
    display: inline-block;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover {
  color: #efe5e5;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close {
  margin-left: 12px;
  vertical-align: bottom;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path {
  fill: #efe5e5;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #E2E4E9;
  margin: 0 16px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count {
  width: 50%;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-inbox-number {
  position: relative;
  display: inline-block;
  top: inherit;
  right: inherit;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  padding: 0 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number {
  margin-right: 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4 {
  display: inline-block;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions {
  width: 50%;
  text-align: right;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span {
  text-decoration: underline;
  color: #99A1B3;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus {
  color: #a9b1c3;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications {
  display: block;
  flex: 1;
  overflow-y: auto;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications {
    margin-bottom: 46px;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification-unread {
  background-color: #F5F6F8;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification {
  border-left: 2px solid #fff;
  border-bottom: 1px solid #F2F4F7;
  padding-bottom: 24px;
  display: flex;
  --notification-bg: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification.monsterinsights-notificationsv3-single-notification-unread {
  border-bottom: 2px solid #fff;
  --notification-bg: #F5F6F8;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-save {
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  float: right;
  display: inline-flex;
  align-items: center;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-save:hover {
  opacity: 0.7;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-save:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon {
  float: left;
  text-align: center;
  padding-top: 24px;
  padding-right: 10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon {
    float: none;
    margin: 0 auto;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details {
  float: left;
  width: 354px;
  padding-top: 20px;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details {
    width: 260px;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #393F4C;
  font-size: 13px;
  font-weight: bold;
  width: 70%;
  display: inline-block;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5 {
    width: 65%;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span {
  color: #7F899F;
  font-size: 13px;
  float: right;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content {
  position: relative;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p {
  color: #393F4C;
  font-size: 13px;
  margin-bottom: 0;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-content-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1px;
  background: var(--notification-bg, #fff);
  cursor: pointer;
  color: #393F4C;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-read-more::before {
  content: "...";
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-read-more:hover {
  text-decoration: underline;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content.is-expanded .monsterinsights-notificationsv3-notification-content-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  margin-right: 10px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me {
  gap: 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me span, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me:hover span {
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me svg {
  flex-shrink: 0;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary {
  background: #228BEE;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary:focus {
  background: #1a7ad4;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary {
  background: #8da4b5;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary:focus {
  background: #7e98ab;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span {
  font-size: 13px;
  color: #7F899F;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active {
  color: #a9b1c3;
}

.monsterinsights-tooltip {
  display: block !important;
  z-index: 10000;
  max-width: 350px;
}
.monsterinsights-tooltip .monsterinsights-tooltip-inner {
  background: #5f6197;
  color: #fff;
  border-radius: 5px;
  padding: 16px 20px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.monsterinsights-tooltip .monsterinsights-tooltip-inner a {
  color: #fff;
  font-weight: 700;
}
.monsterinsights-tooltip .monsterinsights-tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #5f6197;
  z-index: 1;
}
.monsterinsights-tooltip[x-placement^=top] {
  padding-bottom: 5px;
}
.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: 0;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.monsterinsights-tooltip[x-placement^=bottom] {
  padding-top: 5px;
}
.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: 0;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.monsterinsights-tooltip[x-placement^=right] {
  padding-left: 5px;
}
.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: 0px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.monsterinsights-tooltip[x-placement^=left] {
  padding-right: 5px;
}
.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: 0;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.monsterinsights-tooltip.popover .popover-inner {
  background: #fff;
  color: #5f6197;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.monsterinsights-tooltip.popover .popover-arrow {
  border-color: #fff;
}
.monsterinsights-tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.monsterinsights-tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.monsterinsights-site-note-calendar .flatpickr-months,
.monsterinsights-site-note-calendar .flatpickr-months .flatpickr-month {
  height: 48px;
}
.monsterinsights-site-note-calendar .flatpickr-months .flatpickr-month {
  overflow: visible;
}
.monsterinsights-site-note-calendar .flatpickr-prev-month,
.monsterinsights-site-note-calendar .flatpickr-next-month {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.monsterinsights-conditional-logic-container button:focus {
  outline: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header {
  margin-bottom: 30px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number {
  float: right;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator {
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before, .monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after {
  content: "";
  position: absolute;
  top: 45%;
  width: 45%;
  height: 2px;
  background: #d6e2ed;
  margin-top: -1px;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before {
  left: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after {
  right: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column {
  width: 100%;
  margin-right: 18px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field {
  text-transform: capitalize;
  width: 100%;
  height: 38px;
  min-height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  box-shadow: none;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input {
  padding: 0 8px;
  border-color: #ddd;
  text-transform: none;
  border-radius: 5px;
  box-sizing: border-box;
  height: 38px;
  margin-top: 0;
  line-height: 38px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text] {
  padding-top: 5px;
  padding-bottom: 5px;
  height: inherit;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner {
  z-index: 1;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags {
  padding: 0;
  height: 38px;
  min-height: 38px;
  border-color: #ddd;
  margin-top: 0;
  box-sizing: border-box;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text] {
  border: 0;
  height: 36px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single {
  margin-bottom: 0;
  padding: 0 8px;
  line-height: 36px;
  font-size: 14px;
  white-space: pre;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder {
  display: block;
  margin-bottom: 0;
  line-height: 36px;
  padding: 0 8px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner {
  width: 35px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition {
  padding: 6px 12px;
  margin: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus {
  outline: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus {
  outline: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle {
  color: #dc3232;
  cursor: pointer;
  padding: 0;
  margin: 0 15px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus {
  outline: 0;
}

.monsterinsights-upload-media-wrapper .monsterinsights-dark {
  display: block;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label {
  margin-bottom: 0;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media {
  display: block;
  width: 100%;
  margin-top: 20px;
  position: relative;
  max-width: 300px;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  align-items: flex-end;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media {
  color: #fff;
  text-decoration: underline;
  margin-left: auto;
  cursor: pointer;
  padding: 0 10px 10px 0;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover {
  text-decoration: none;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay {
  display: flex;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img {
  max-width: 100%;
  display: inline-block;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input {
  width: 73%;
  margin-right: 2%;
  float: left;
  position: relative;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button {
  width: 25%;
  float: left;
  font-size: 15px;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover, .monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active, .monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus {
  outline: none;
}

.monsterinsights-email-summaries-settings a {
  color: #509fe2 !important;
}
.monsterinsights-email-summaries-settings a:hover, .monsterinsights-email-summaries-settings a:focus {
  color: #393f4c !important;
}
.monsterinsights-email-summaries-settings .monsterinsights-dark {
  display: block;
}
.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child {
  margin-left: 0;
}
.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater {
  margin-bottom: 18px;
}
.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled {
  cursor: not-allowed;
  background: #39967e !important;
  border-color: #4ab99b !important;
}

.monsterinsights-navigation-bar {
  width: 100%;
  background: #fff;
  border-top: 1px solid #d5e2ed;
  border-bottom: 1px solid #d5e2ed;
  padding: 0 10px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-right: 25px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button {
  border: none;
  box-sizing: border-box;
  background: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  padding: 17px 0 15px;
  line-height: 1;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret {
  display: inline-block;
  width: 10px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret svg {
  vertical-align: 1px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret svg path {
  stroke: #000;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div:hover button, .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div.active button {
  color: #509fe2;
  border-bottom-color: #509fe2;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div:hover button .caret, .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div.active button .caret {
  display: inline-block;
  width: 10px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div:hover button .caret svg > path, .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div.active button .caret svg > path {
  stroke: #509fe2;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation a.monsterinsights-navigation-tab-link,
.monsterinsights-navigation-bar .monsterinsights-reports-navigation a.router-link-exact-active {
  font-weight: normal;
  margin-right: 0;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul {
  margin: 0;
  padding: 0;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu {
  display: block;
  background-color: #ffffff;
  border: 1px solid #d6e2ed;
  border-radius: 3px;
  margin-left: -15px;
  max-width: 510px;
  padding: 15px;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 99;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li {
  width: 239px;
  display: inline-block;
  height: 88px;
  margin: 0;
  vertical-align: top;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a {
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0);
  color: #777777;
  display: block;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a .submenu_title {
  display: block;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #393f4c;
  text-decoration: none;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a .submenu_text {
  display: block;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a:hover, .monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a.router-link-active {
  background: #f1f8ff;
  border-left: 2px solid #2c9eff;
}
@media (max-width: 782px) {
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li {
    display: block;
    text-align: center;
    margin-right: 0;
    min-width: auto;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button {
    color: #509fe2;
    font-size: 16px;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret svg path {
    stroke: #509fe2;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu {
    border: none;
    margin-left: 0;
    position: relative;
    max-width: none;
    width: 100%;
    z-index: 0;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu li {
    display: block;
    height: auto;
    text-align: center;
    width: 100%;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu li a .submenu_title {
    color: #000;
    font-size: 14px;
    font-weight: normal;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu li a .submenu_text {
    display: none;
  }
}

.monsterinsights-welcome-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
  background: #fff;
  padding: 30px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
    width: 100%;
  }
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
  margin: 0 auto;
  position: relative;
  top: 10%;
  height: 80%;
}
.monsterinsights-welcome-overlay .monsterinsights-overlay-close {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 7px;
  padding: 0;
  color: #777;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content {
  height: 100%;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe {
  height: 100%;
  width: 100%;
}

.monsterinsights-admin-page .monsterinsights-floating-bar {
  background: #338EEF;
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  padding: 13px 32px 10px 58px;
  text-align: center;
  position: relative;
  margin: -20px -10px 20px;
}
.monsterinsights-admin-page .monsterinsights-floating-bar span.monsterinsights-floating-bar-text {
  position: relative;
}
.monsterinsights-admin-page .monsterinsights-floating-bar span.monsterinsights-floating-bar-text:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%200.25C3.71875%200.25%200.25%203.75%200.25%208C0.25%2012.2812%203.71875%2015.75%208%2015.75C12.25%2015.75%2015.75%2012.2812%2015.75%208C15.75%203.75%2012.25%200.25%208%200.25ZM8%203.6875C8.71875%203.6875%209.3125%204.28125%209.3125%205C9.3125%205.75%208.71875%206.3125%208%206.3125C7.25%206.3125%206.6875%205.75%206.6875%205C6.6875%204.28125%207.25%203.6875%208%203.6875ZM9.75%2011.625C9.75%2011.8438%209.5625%2012%209.375%2012H6.625C6.40625%2012%206.25%2011.8438%206.25%2011.625V10.875C6.25%2010.6875%206.40625%2010.5%206.625%2010.5H7V8.5H6.625C6.40625%208.5%206.25%208.34375%206.25%208.125V7.375C6.25%207.1875%206.40625%207%206.625%207H8.625C8.8125%207%209%207.1875%209%207.375V10.5H9.375C9.5625%2010.5%209.75%2010.6875%209.75%2010.875V11.625Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center;
  position: absolute;
  left: -26px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-floating-bar span.monsterinsights-floating-bar-text:before {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-floating-bar span {
    padding-left: 16px;
    display: block;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-floating-bar {
    margin-top: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.monsterinsights-admin-page .monsterinsights-floating-bar a {
  text-decoration: underline;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-floating-bar a:hover, .monsterinsights-admin-page .monsterinsights-floating-bar a:focus {
  color: #fff;
  text-decoration: none;
}
.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close {
    right: 0;
  }
}
.monsterinsights-admin-page .monsterinsights-slide-enter-active,
.monsterinsights-admin-page .monsterinsights-slide-leave-active {
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.monsterinsights-admin-page .monsterinsights-slide-enter-to, .monsterinsights-admin-page .monsterinsights-slide-leave {
  max-height: 100px;
  overflow: hidden;
}
.monsterinsights-admin-page .monsterinsights-slide-enter, .monsterinsights-admin-page .monsterinsights-slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.monsterinsights-accordion .monsterinsights-accordion {
  padding: 0;
  border: 1px solid #e0e0e0;
}
.monsterinsights-accordion .monsterinsights-accordion div:not(:last-child) {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.monsterinsights-accordion .monsterinsights-accordion div:last-child .monsterinsights-accordion-item-details {
  border-radius: 5px;
}
.monsterinsights-accordion .monsterinsights-accordion dd {
  margin-left: 0;
  margin-bottom: 0;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger {
  cursor: pointer;
  outline: none;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger,
.monsterinsights-accordion .monsterinsights-accordion-item-details-inner {
  padding: 0px 20px 30px 20px;
}
.monsterinsights-accordion .monsterinsights-accordion-item.is-active .monsterinsights-accordion-item-title {
  border-bottom: 1px solid #e0e0e0;
}
.monsterinsights-accordion .monsterinsights-accordion-item-title {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text {
  font-size: 20px;
  margin-bottom: 0;
  padding-right: 1.25rem;
  display: flex;
}
.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text .title {
  padding-left: 15px;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #363636;
  border-bottom: 2px solid #363636;
  transform: translateY(calc(-8px / 4)) rotate(45deg);
  transition: transform 0.2s ease;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon.is-active {
  transform: translateY(calc(8px / 4)) rotate(225deg);
}
.monsterinsights-accordion .monsterinsights-accordion-item-details {
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 15px;
}
.monsterinsights-accordion .monsterinsights-accordion-item-details p,
.monsterinsights-accordion .monsterinsights-accordion-item-details ul {
  font-size: 1.2em;
  line-height: 1.8;
}
.monsterinsights-accordion .monsterinsights-accordion-item-enter-active,
.monsterinsights-accordion .monsterinsights-accordion-item-leave-active {
  will-change: height;
  transition: height 0.2s ease;
}
.monsterinsights-accordion .monsterinsights-accordion-item-enter,
.monsterinsights-accordion .monsterinsights-accordion-item-leave-to {
  height: 0 !important;
}

.slide-down-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-down-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-down-enter-to, .slide-down-leave {
  max-height: 100px;
  overflow: hidden;
}

.slide-down-enter, .slide-down-leave-to {
  overflow: hidden;
  max-height: 0;
}

.monsterinsights-report.monsterinsights-ai-insights {
  position: relative;
  padding: 25px 20px;
  max-width: 950px;
  margin: 0 auto;
}
.monsterinsights-report.monsterinsights-ai-insights .monsterinsights-report-top {
  margin-top: 0 !important;
  margin-bottom: 25px;
}
.monsterinsights-report.monsterinsights-ai-insights .monsterinsights-report-top h2 {
  line-height: 1.25;
  margin: 0 !important;
}

.monsterinsights-ai-insights-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border: 1px solid rgb(214, 226, 237);
  padding: 30px 20px 50px;
  min-height: 75vh;
}
.monsterinsights-ai-insights-card .monsterinsights-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100% !important;
  max-width: 750px;
}
.monsterinsights-ai-insights-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
  height: 100%;
  width: 100%;
  flex: 1;
}
.monsterinsights-ai-insights-card__header {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.monsterinsights-ai-insights-card__header h3 {
  margin: 0;
}
.monsterinsights-ai-insights-card__header h3:not(:first-child) {
  margin-left: 10px;
}
.monsterinsights-ai-insights-card__content {
  flex: 1;
  padding: 30px 10px;
}
.monsterinsights-ai-insights-card__footer {
  display: flex;
  justify-content: center;
  padding-left: 40px;
}
.monsterinsights-ai-insights-card .monsterinsights-upsell-overlay {
  top: 60px;
  z-index: 99;
}
.monsterinsights-ai-insights-card.monsterinsights-blur .monsterinsights-container {
  filter: blur(3px);
}
.monsterinsights-ai-insights-card.is-loading-chat {
  position: relative;
}
.monsterinsights-ai-insights-card.is-loading-chat::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: progress;
}

.monsterinsights-ai-insights-chat-item__actions, .monsterinsights-ai-result__rate {
  display: flex;
}
.monsterinsights-ai-insights-chat-item__actions button, .monsterinsights-ai-result__rate button {
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 6px;
  color: rgb(155, 155, 155);
}
.monsterinsights-ai-insights-chat-item__actions button:hover, .monsterinsights-ai-result__rate button:hover {
  color: rgb(100, 100, 100);
}
.monsterinsights-ai-insights-chat-item__actions button.is-on, .monsterinsights-ai-result__rate button.is-on {
  color: #509fe2;
}
.monsterinsights-ai-insights-chat-item__actions button:disabled, .monsterinsights-ai-result__rate button:disabled {
  cursor: default;
  opacity: 0.95;
}

.monsterinsights-ai-result {
  display: flex;
  align-items: flex-start;
}
.monsterinsights-ai-result > .icon {
  width: 26px;
  height: 26px;
  margin-right: 22px;
  color: rgb(72, 155, 232);
}
.monsterinsights-ai-result__content {
  flex: 1;
}
.monsterinsights-ai-result__message {
  background-color: rgb(243, 246, 255);
  color: rgb(68, 68, 68);
  padding: 20px;
  border-radius: 5px;
}
.monsterinsights-ai-result__message, .monsterinsights-ai-result__message p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.monsterinsights-ai-result__rate {
  margin-top: 10px;
}
.monsterinsights-ai-result__rate button:not(:last-child) {
  margin-right: 8px;
}
.monsterinsights-ai-result:not(:last-child) {
  margin-bottom: 34px;
}

.monsterinsights-ai-feedback {
  position: relative;
  border: 1px solid rgb(214, 226, 237);
  border-radius: 5px;
  margin-top: 10px;
  padding: 20px;
}
.monsterinsights-ai-feedback > *:not(:last-child):not(button) {
  margin-bottom: 20px;
}
.monsterinsights-ai-feedback h3 {
  font-size: 19px;
  font-weight: 500;
  color: rgb(68, 68, 68);
}
.monsterinsights-ai-feedback h3 span {
  font-weight: 400;
}
.monsterinsights-ai-feedback textarea {
  padding: 20px;
  width: 100%;
  max-height: 130px;
  border: 1px solid rgb(214, 226, 237);
}
.monsterinsights-ai-feedback textarea:focus {
  border-color: #509fe2;
  box-shadow: 0 0 0 1px #509fe2;
}
.monsterinsights-ai-feedback > p {
  margin-top: 0;
  padding-left: 2px;
  font-size: 14px;
  color: rgb(79, 79, 79);
}
.monsterinsights-ai-feedback button {
  background-color: rgb(230, 237, 255);
  border: none;
  outline: none;
  border-radius: 4px;
  color: #509fe2;
  padding: 8px 20px;
  cursor: pointer;
}
.monsterinsights-ai-feedback button:hover {
  background-color: rgb(220, 227, 255);
}
.monsterinsights-ai-feedback__close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.monsterinsights-ai-feedback__close button {
  background-color: transparent !important;
  padding: 5px;
  margin-bottom: 0;
}
.monsterinsights-ai-feedback.is-submitted {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.monsterinsights-ai-feedback.is-submitted .icon {
  padding: 10px 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #509fe2;
  color: #fff;
}
.monsterinsights-ai-feedback.is-saving {
  position: relative;
  cursor: progress;
}
.monsterinsights-ai-feedback.is-saving::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.monsterinsights-ai-insights-card.has-sidebar {
  flex-direction: row;
  padding: 0;
}
.monsterinsights-ai-insights-card.has-sidebar.monsterinsights-blur {
  pointer-events: none;
}
.monsterinsights-ai-insights-card.has-sidebar.monsterinsights-blur .monsterinsights-ai-insights__sidebar {
  filter: blur(5px);
}

.monsterinsights-ai-insights__sidebar {
  width: 250px;
  border-right: 1px solid #D6E2ED;
}
.monsterinsights-ai-insights__sidebar-actions {
  padding: 10px 15px;
}
.monsterinsights-ai-insights__sidebar-actions .monsterinsights-button {
  width: 100%;
}

.monsterinsights-sidebar-block {
  padding: 0 10px;
}
.monsterinsights-sidebar-block__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 15px;
  color: #393F4C;
  cursor: pointer;
  padding: 20px 10px;
  border-bottom: 1px solid #D6E2ED;
  transition: color 0.25s ease-in-out;
}
.monsterinsights-sidebar-block__toggle .icon {
  width: 12px;
  height: 8px;
  color: #D0D0CE;
  margin-left: auto;
  transition: all 0.25s ease-in-out;
}
.monsterinsights-sidebar-block.is-open .monsterinsights-sidebar-block__toggle {
  color: #509fe2;
}
.monsterinsights-sidebar-block.is-open .monsterinsights-sidebar-block__toggle .icon {
  transform: rotate(180deg);
}
.monsterinsights-sidebar-block.is-open .monsterinsights-sidebar-block__content {
  padding-top: 12px;
}
.monsterinsights-sidebar-block.is-loading {
  opacity: 0.5;
}
.monsterinsights-sidebar-block.is-loading .monsterinsights-sidebar-block__toggle {
  cursor: progress;
}

.monsterinsights-ai-insights__content {
  flex: 1;
  padding: 30px 20px 50px;
}

.monsterinsights-ai-insights__content--chat .monsterinsights-ai-insights-card__header {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
  width: 70%;
  flex-direction: column;
  align-items: flex-start;
}
.monsterinsights-ai-insights__content--chat .monsterinsights-ai-insights-card__header figure {
  margin: 0 0 10px;
}
.monsterinsights-ai-insights__content--chat .monsterinsights-ai-insights-card__header figure img {
  width: 145px;
}
.monsterinsights-ai-insights__content--chat .monsterinsights-ai-insights-card__header h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.monsterinsights-ai-insights__content--chat .monsterinsights-ai-insights-card__content {
  padding-left: 15px;
  padding-right: 15px;
}
.monsterinsights-ai-insights__content--chat .monsterinsights-ai-insights-card__footer {
  padding-left: 0;
}
.monsterinsights-ai-insights__content--chat .monsterinsights-container {
  height: 100%;
}

.monsterinsights-ai-prompts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.monsterinsights-ai-prompt-item {
  appearance: none;
  display: flex;
  align-items: center;
  background: transparent;
  outline: none;
  border: 1px solid #393F4C;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0 0 transparent;
  transition: border-color, box-shadow 0.25s ease-in-out;
  user-select: none;
}
.monsterinsights-ai-prompt-item-content {
  flex: 1;
  color: #393F4C;
  font-size: 14px;
  padding-right: 20px;
}
.monsterinsights-ai-prompt-item__title, .monsterinsights-ai-prompt-item__desc {
  display: block;
}
.monsterinsights-ai-prompt-item__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.monsterinsights-ai-prompt-item__desc {
  color: #7f7f7f;
}
.monsterinsights-ai-prompt-item .icon {
  margin-left: auto;
}
.monsterinsights-ai-prompt-item:hover {
  border-color: #509fe2;
  box-shadow: 0 0 1px 1px #509fe2;
}

.monsterinsights-ai-user-prompt {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.monsterinsights-ai-user-prompt__input {
  flex: 1;
  max-height: 65px;
  min-height: 65px;
  resize: none;
  border: 2px solid #D6E2ED;
  border-radius: 5px;
  outline: none;
  padding: 20px 50px 20px 20px;
  transition: border-color 0.25s ease-in-out;
}
.monsterinsights-ai-user-prompt__input:focus {
  border: 2px solid #509fe2;
  outline: none;
  box-shadow: none;
}
.monsterinsights-ai-user-prompt__input::placeholder {
  color: #7f7f7f;
}
.monsterinsights-ai-user-prompt__submit {
  position: absolute;
  appearance: none;
  right: 12px;
  padding: 8px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: #7f7f7f;
}

.monsterinsights-ai-insights-chat-wrapper {
  position: relative;
  flex: 1;
  margin-bottom: 20px;
  max-height: 60vh;
}
.monsterinsights-ai-insights-chat-wrapper::before, .monsterinsights-ai-insights-chat-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  background-color: #000;
  z-index: 10;
}
.monsterinsights-ai-insights-chat-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, #fff 0%, transparent 75%);
}
.monsterinsights-ai-insights-chat-wrapper::after {
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, transparent 75%);
}

.monsterinsights-ai-insights-chat-container {
  padding: 20px 30px;
  max-height: 60vh;
  overflow: auto;
}

.monsterinsights-ai-insights-chat-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.monsterinsights-ai-insights-chat-item__icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  overflow: hidden;
  color: #509fe2;
}
.monsterinsights-ai-insights-chat-item__icon svg {
  width: 100%;
  height: 100%;
}
.monsterinsights-ai-insights-chat-item__icon img {
  position: absolute;
  width: 100%;
  inset: 0;
  top: 8px;
}
.monsterinsights-ai-insights-chat-item__content {
  flex: 1;
}
.monsterinsights-ai-insights-chat-item__sender {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #444;
}
.monsterinsights-ai-insights-chat-item__message {
  padding-top: 5px;
  line-height: 1.5;
}
.monsterinsights-ai-insights-chat-item__message-chart {
  margin: 0 auto;
  padding-top: 16px;
  max-width: 550px;
}
.monsterinsights-ai-insights-chat-item__message-chart.chart--pie, .monsterinsights-ai-insights-chat-item__message-chart.chart--donut {
  max-width: 400px;
}
.monsterinsights-ai-insights-chat-item__message, .monsterinsights-ai-insights-chat-item__message > p {
  font-size: 16px;
  color: #444;
}
.monsterinsights-ai-insights-chat-item__message > p {
  margin: 0;
}
.monsterinsights-ai-insights-chat-item__message.is-mock {
  display: flex;
  align-items: center;
}
.monsterinsights-ai-insights-chat-item__message.is-mock .ai-spinner {
  margin-right: 5px;
}
.monsterinsights-ai-insights-chat-item:not(:last-child) {
  margin-bottom: 30px;
}

.monsterinsights-ai-chat-history-item {
  display: flex;
  align-items: center;
  position: relative;
}
.monsterinsights-ai-chat-history-item__action {
  appearance: none;
  border: none;
  outline: none;
  display: flex;
  align-items: flex-start;
  flex: 1;
  padding: 10px 0;
  background-color: transparent;
  cursor: pointer;
  color: #7F7F7F;
  transition: color 0.25ms ease-in-out;
}
.monsterinsights-ai-chat-history-item__action:hover {
  color: #509fe2;
}
.monsterinsights-ai-chat-history-item__icon {
  color: currentColor;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.monsterinsights-ai-chat-history-item__icon svg {
  width: 100%;
  height: 100%;
}
.monsterinsights-ai-chat-history-item__rename {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 4px;
  left: 0;
  flex: 1;
  z-index: 1;
}
.monsterinsights-ai-chat-history-item__rename input {
  border: 1px solid #7f7f7f;
  border-radius: 5px;
  padding-right: 25px;
  min-height: auto;
  max-height: 32px;
  height: 32px;
  width: 100%;
  background-color: #fff;
  margin: 0 0 0 24px;
  outline: none;
  box-shadow: 0 0 1px transparent;
  transition: all 250ms ease-in-out;
}
.monsterinsights-ai-chat-history-item__rename input:focus {
  border-color: #509fe2;
  box-shadow: 0 0 2px 1px #509fe2;
}
.monsterinsights-ai-chat-history-item__rename button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.monsterinsights-ai-chat-history-item__preview {
  flex: 1;
  text-align: left;
  padding: 0 14px 0 10px;
  color: currentColor;
  font-size: 14px;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.monsterinsights-ai-chat-history-item.is-active .monsterinsights-ai-chat-history-item__action {
  color: #509fe2;
  font-weight: 500;
}

.monsterinsights-ai-chat-history-item-menu {
  position: relative;
}
.monsterinsights-ai-chat-history-item-menu-toggle {
  display: flex;
  align-items: center;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 6px 10px;
  color: #7F7F7F;
  cursor: pointer;
}
.monsterinsights-ai-chat-history-item-menu-float {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #D6E2ED;
  min-width: 160px;
  z-index: 10;
}
.monsterinsights-ai-chat-history-item-menu-float .floating-action {
  display: flex;
  align-items: center;
  width: 100%;
  color: #393F4C;
  padding: 14px 8px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background-color: transparent;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
}
.monsterinsights-ai-chat-history-item-menu-float .floating-action .icon {
  margin-right: 6px;
}
.monsterinsights-ai-chat-history-item-menu-float .floating-action:hover {
  background-color: #ECEFF4;
}

.ai-spinner {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-right-color: #000;
  animation: l2 1s infinite linear;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.monsterinsights-ai-user-retry {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex: 1;
  background-color: rgba(255, 25, 25, 0.075);
  border-radius: 4px;
  border: 1px solid rgba(255, 25, 25, 0.15);
  padding: 10px 20px;
}
.monsterinsights-ai-user-retry button {
  margin-left: auto;
}

.monsterinsights-report.monsterinsights-ai-insights .monsterinsights-button {
  background-color: rgb(51, 142, 239);
}
.monsterinsights-report.monsterinsights-ai-insights .monsterinsights-button:hover {
  background-color: rgb(34, 132, 236);
}

.monsterinsights-ai-insights-card {
  background-color: #fff;
  border: 1px solid rgb(214, 226, 237);
}

.monsterinsights-ai-result > .icon {
  color: rgb(72, 155, 232);
}
.monsterinsights-ai-result__message {
  background-color: rgb(243, 246, 255);
  color: rgb(68, 68, 68);
}
.monsterinsights-ai-result__rate {
  display: flex;
  margin-top: 10px;
}

.monsterinsights-ai-feedback {
  border: 1px solid rgb(214, 226, 237);
}
.monsterinsights-ai-feedback h3 {
  color: rgb(68, 68, 68);
}
.monsterinsights-ai-feedback textarea {
  border: 1px solid rgb(214, 226, 237);
}
.monsterinsights-ai-feedback textarea:focus {
  border-color: rgb(83, 161, 234);
  box-shadow: 0 0 0 1px rgb(83, 161, 234);
}
.monsterinsights-ai-feedback button {
  background-color: rgb(230, 237, 255);
  color: rgb(18, 121, 231);
}
.monsterinsights-ai-feedback button:hover {
  background-color: rgb(220, 227, 255);
}
.monsterinsights-ai-feedback.is-submitted .icon {
  color: #fff;
  background-color: rgb(72, 155, 232);
}

.monsterinsights-ai-insights-chat-item__icon {
  background-color: #F3F6FF;
}

body.monsterinsights_page {
  background: #f3f6ff;
  margin: 0;
}

.monsterinsights-admin-page,
.monsterinsights-admin-page * {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.monsterinsights_page #wpcontent {
  padding-left: 0;
}

.monsterinsights_page.auto-fold #wpcontent {
  padding-left: 0;
}

.monsterinsights-highlighted-text {
  color: #64bfa5;
  font-weight: 700;
}

.monsterinsights-bold {
  font-weight: 700;
}

.monsterinsights-bg-img {
  width: 100%;
  padding-top: 66%;
  position: relative;
}
.monsterinsights-bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.monsterinsights-header {
  padding: 15px 10px;
  background-color: #f9fbff;
  min-height: 85px;
}
.monsterinsights-settings-panel-network > .monsterinsights-header {
  background-color: transparent;
}

.monsterinsights-logo-area {
  float: left;
  max-width: calc(100vw - 170px);
}
.monsterinsights-logo-area a:focus {
  box-shadow: unset;
  outline: 0 none;
}
.monsterinsights-logo-area img {
  display: block;
  max-width: 100%;
}
.monsterinsights-logo-area-premium img {
  width: 248px;
}
@media (max-width: 782px) {
  .monsterinsights-logo-area {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .monsterinsights-logo-area img {
    display: inline-block;
    max-height: 35px;
  }
}

@media (max-width: 782px) {
  .monsterinsights-header .monsterinsights-container,
  .monsterinsights-navigation-bar .monsterinsights-container {
    padding: 0;
    width: 100%;
  }
}

.monsterinsights-admin-page {
  position: relative;
}
.monsterinsights-admin-page .monsterinsights-blocked {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-header {
    padding-bottom: 5px;
  }
  .monsterinsights-admin-page .monsterinsights-header .monsterinsights-button {
    display: none;
  }
}

#footer-left {
  color: #000;
}
#footer-left .monsterinsights-no-text-decoration {
  text-decoration: none;
  color: #fdb72c;
  font-size: 14px;
}
#footer-left a {
  color: #509fe1;
}

/* WP Footer */
#wpfooter {
  position: relative;
}

.monsterinsights-footer-love {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.monsterinsights-footer-love span.flsep {
  color: #c3c4c7;
  display: inline-block;
  margin: 9px 7px;
}
.monsterinsights-footer-love-icon {
  color: #d63739;
}

.monsterinsights-container {
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
}
.monsterinsights-container::after {
  content: "";
  display: table;
  clear: both;
}

.monsterinsights-admin-page .monsterinsights-navigation-tab-link {
  text-decoration: none;
  padding: 17px 0 15px;
  border-bottom: 2px solid #fff;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-right: 25px;
  line-height: 1;
  outline: none;
  font-family: "Lato", sans-serif;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active, .monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover, .monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus {
  color: #509fe2;
  border-bottom-color: #509fe2;
  outline: none;
  box-shadow: none;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active {
  font-weight: 700;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover, .monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus {
  border-bottom-color: transparent;
  color: #000;
  cursor: default;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 18px;
  font-weight: 700;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-navigation-tab-link {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    color: #509fe2;
    font-size: 16px;
    background: #fff;
    border: none;
  }
  .monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active {
    display: none;
  }
  .monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus {
    color: #000;
    text-decoration: underline;
  }
}
.monsterinsights-admin-page .monsterinsights-button {
  background: #509fe2;
  border-style: solid;
  border-color: #2e7fbe;
  border-width: 1px 1px 2px 1px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
}
.monsterinsights-admin-page .monsterinsights-button:hover, .monsterinsights-admin-page .monsterinsights-button:focus {
  background-color: #3a93dd;
  border-color: #2971a9;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled, .monsterinsights-admin-page .monsterinsights-button[disabled] {
  background: #f3f6ff;
  border-color: #d6e2eb;
  color: #8ba4b7;
  pointer-events: none;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary {
  background: #8da4b5;
  border-color: #6f8ca0;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus {
  background-color: #7e98ab;
  border-color: #627f94;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-dismiss {
  background: #eceff5;
  color: #444;
  border-color: #d6e2ed;
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-dismiss:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-dismiss:focus {
  background-color: #eceff5;
  color: #444;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green {
  background: #5cc0a5;
  border-color: #40a88d;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus {
  background-color: #4ab99b;
  border-color: #39967e;
  color: #fff;
  box-shadow: none;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray {
  background: #8EA4B4;
  border-color: #738EA1;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus {
  background-color: #596771;
  border-color: #738EA1;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled {
  pointer-events: none;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text {
  background: transparent;
  border: none;
  color: #509fe2;
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus {
  background: transparent;
  color: #393f4c;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red {
  background: #ea4e64;
  border-color: #d21933;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-outline {
  border-color: #509fe2;
  color: #509fe2;
  border-width: 1px;
  background: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large {
  font-size: 16px;
  padding: 14px 27px;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 10px;
}

.monsterinsights-green-text {
  color: #5cc0a5;
  font-weight: 700;
}

@media (max-width: 782px) {
  .wp-responsive-open #wpbody {
    margin-left: -18px;
  }
}
.monsterinsights-mobile-nav-trigger {
  color: #393f4c;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: block;
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #d6e2ed;
  background: #fff;
  padding: 15px 10px;
  line-height: 1;
  margin: 0;
}
@media (min-width: 783px) {
  .monsterinsights-mobile-nav-trigger {
    display: none;
  }
}
.monsterinsights-mobile-nav-trigger i {
  color: #acbdc9;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 782px) {
  .monsterinsights-main-navigation {
    background: #fff;
    height: 0;
    overflow: hidden;
  }
  .monsterinsights-main-navigation.monsterinsights-main-navigation-open {
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #d6e2ed;
  }
}
.monsterinsights-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monsterinsights-modal .monsterinsights-modal-inner {
  background: #fff;
  padding: 50px;
  border: 1px solid #d6e2ed;
  text-align: center;
  width: 750px;
}
.monsterinsights-modal .monsterinsights-modal-inner h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
.monsterinsights-modal .monsterinsights-modal-inner p {
  margin-bottom: 0;
}
.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons {
  margin-top: 50px;
}
.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button {
  margin: 0 10px;
}

.monsterinsights-welcome-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
  background: #fff;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 10%;
  height: 80%;
}
@media screen and (max-width: 767px) {
  .monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
    width: 100%;
  }
}
.monsterinsights-welcome-overlay .monsterinsights-overlay-close {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 7px;
  padding: 0;
  color: #777;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content {
  height: 100%;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe {
  height: 100%;
  width: 100%;
}

.monsterinsights-float-right {
  float: right;
  margin-top: 5px;
}

.monsterinsights-loading-spinner-inline {
  text-align: center;
  margin: 25px;
}
.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder {
  display: inline-block;
}

.monsterinsights-seoboost-cta {
  background: #fff;
  border-left: 3px solid #338EEF;
  padding: 20px 26px;
  border-radius: 3px 0 0 3px;
  position: relative;
  margin-bottom: 1rem;
}
.monsterinsights-seoboost-cta br {
  display: none;
}
.monsterinsights-seoboost-cta .monsterinsights-seoboost-cta-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
}
.monsterinsights-seoboost-cta .monsterinsights-seoboost-cta-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #393F4C;
  margin: 0;
}
.monsterinsights-seoboost-cta .monsterinsights-seoboost-cta-content {
  font-weight: normal;
  font-size: 14px;
  color: #393F4C;
}
.monsterinsights-seoboost-cta .monsterinsights-button {
  background: #338EEF;
  border-radius: 3px;
  font-weight: normal;
  font-size: 14px;
  border-width: 0;
  padding: 7px 12px;
}
.monsterinsights-seoboost-cta .monsterinsights-button:hover, .monsterinsights-seoboost-cta .monsterinsights-button:active, .monsterinsights-seoboost-cta .monsterinsights-button:focus {
  background: #3088e6;
  outline: none;
}

.monsterinsights-install-activate-aiseo {
  background: #dee8f7;
  border-left: 4px solid #005adf;
  padding: 16px 20px;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-content-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-icon {
  margin-right: 16px;
  flex-shrink: 0;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-icon svg {
  width: 40px;
  height: 40px;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-text {
  flex: 1;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #393f4c;
  margin: 0 0 4px 0;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-content {
  font-weight: 400;
  font-size: 14px;
  color: #393f4c;
  margin: 0;
  line-height: 18px;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button {
  background: #29aa63;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-left: 16px;
  flex-shrink: 0;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button:hover, .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button:focus {
  background: #228b4f;
  outline: none;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button:disabled, .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button.installing {
  background: #6b7280;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .monsterinsights-install-activate-aiseo {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-content-wrapper {
    margin-bottom: 12px;
  }
  .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button {
    margin-left: 0;
    width: 100%;
  }
}

.monsterinsights-row-highlight {
  animation-name: color;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
}
@keyframes color {
  0% {
    background-color: #FFF;
  }
  50% {
    background-color: #509fe2;
  }
  100% {
    background-color: #FFF;
  }
}

.framed-mascot {
  position: relative;
  width: 40px;
  background-color: rgb(243, 246, 255);
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.framed-mascot img {
  position: absolute;
  bottom: -1px;
  left: 3px;
}
.framed-mascot::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.monsterinsights-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.monsterinsights-setup-wizard-link {
  cursor: pointer;
}

body.monsterinsights_page #adminmenuwrap {
  position: relative !important;
}

.monsterinsights-admin-page fieldset[disabled] .multiselect {
  pointer-events: none;
}
.monsterinsights-admin-page .multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.monsterinsights-admin-page .multiselect__spinner:after, .monsterinsights-admin-page .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #b7c9d9 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
.monsterinsights-admin-page .multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.monsterinsights-admin-page .multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.monsterinsights-admin-page .multiselect__loading-enter-active, .monsterinsights-admin-page .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.monsterinsights-admin-page .multiselect__loading-enter, .monsterinsights-admin-page .multiselect__loading-leave-active {
  opacity: 0;
}
.monsterinsights-admin-page .multiselect, .monsterinsights-admin-page .multiselect__input, .monsterinsights-admin-page .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.monsterinsights-admin-page .multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}
.monsterinsights-admin-page .multiselect * {
  box-sizing: border-box;
}
.monsterinsights-admin-page .multiselect:focus {
  outline: none;
}
.monsterinsights-admin-page .multiselect--disabled {
  opacity: 0.6;
}
.monsterinsights-admin-page .multiselect--active {
  z-index: 1;
}
.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__current, .monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__input, .monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.monsterinsights-admin-page .multiselect--active .multiselect__select {
  transform: rotate(180deg);
}
.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__current, .monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__input, .monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.monsterinsights-admin-page .multiselect__input, .monsterinsights-admin-page .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.monsterinsights-admin-page .multiselect__input:-ms-input-placeholder {
  color: #35495e;
}
.monsterinsights-admin-page .multiselect__input::placeholder {
  color: #35495e;
}
.monsterinsights-admin-page .multiselect__tag ~ .multiselect__input, .monsterinsights-admin-page .multiselect__tag ~ .multiselect__single {
  width: auto;
}
.monsterinsights-admin-page .multiselect__input:hover, .monsterinsights-admin-page .multiselect__single:hover {
  border-color: #cfcfcf;
}
.monsterinsights-admin-page .multiselect__input:focus, .monsterinsights-admin-page .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.monsterinsights-admin-page .multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.monsterinsights-admin-page .multiselect__tags-wrap {
  display: inline;
}
.monsterinsights-admin-page .multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 9px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #b8c9d8;
  background: #fff;
  font-size: 14px;
}
.monsterinsights-admin-page .multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 2px 8px 2px 20px;
  border-radius: 5px;
  margin-right: 10px;
  color: #000;
  line-height: 1.2;
  background: #f3f6ff;
  margin-bottom: 5px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  border: 1px solid #b7c9d9;
  font-size: 14px;
}
.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced {
  padding-left: 8px;
}
.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced i {
  display: none;
}
.monsterinsights-admin-page .multiselect__tag-icon {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 24px;
  transition: all 0.2s ease;
  border-radius: 5px;
  margin-left: 0;
}
.monsterinsights-admin-page .multiselect__tag-icon:hover {
  background: transparent;
}
.monsterinsights-admin-page .multiselect__tag-icon:after {
  content: "×";
  color: #b7c9d8;
  font-size: 18px;
  margin-top: -4px;
  display: block;
}
.monsterinsights-admin-page .multiselect__tag-icon:focus:after, .monsterinsights-admin-page .multiselect__tag-icon:hover:after {
  color: #444;
}
.monsterinsights-admin-page .multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.monsterinsights-admin-page .multiselect__current, .monsterinsights-admin-page .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.monsterinsights-admin-page .multiselect__select {
  display: none;
}
.monsterinsights-admin-page .multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.monsterinsights-admin-page .multiselect--active .multiselect__placeholder {
  display: none;
}
.monsterinsights-admin-page .multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #b7c9d9;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.monsterinsights-admin-page .multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.monsterinsights-admin-page .multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.monsterinsights-admin-page .multiselect__content::webkit-scrollbar {
  display: none;
}
.monsterinsights-admin-page .multiselect__element {
  display: block;
}
.monsterinsights-admin-page .multiselect__option {
  display: block;
  padding: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
}
.monsterinsights-admin-page .multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.monsterinsights-admin-page .multiselect__option--highlight {
  background: #acbdc9;
  outline: none;
  color: #fff;
}
.monsterinsights-admin-page .multiselect__option--highlight:after {
  content: attr(data-select);
  background: #acbdc9;
  color: #fff;
}
.monsterinsights-admin-page .multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}
.monsterinsights-admin-page .multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}
.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight {
  background: #509fe2;
  color: #fff;
}
.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight:after {
  background: #509fe2;
  content: attr(data-deselect);
  color: #fff;
}
.monsterinsights-admin-page .multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}
.monsterinsights-admin-page .multiselect--disabled .multiselect__current, .monsterinsights-admin-page .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}
.monsterinsights-admin-page .multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.monsterinsights-admin-page .multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}
.monsterinsights-admin-page .multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight {
  background: #509fe2;
  color: #fff;
}
.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #509fe2;
  content: attr(data-deselect);
  color: #fff;
}
.monsterinsights-admin-page .multiselect-enter-active, .monsterinsights-admin-page .multiselect-leave-active {
  transition: all 0.15s ease;
}
.monsterinsights-admin-page .multiselect-enter, .monsterinsights-admin-page .multiselect-leave-active {
  opacity: 0;
}
.monsterinsights-admin-page .multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.monsterinsights-admin-page [dir=rtl] .multiselect {
  text-align: right;
}
.monsterinsights-admin-page [dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
.monsterinsights-admin-page [dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
.monsterinsights-admin-page [dir=rtl] .multiselect__content {
  text-align: right;
}
.monsterinsights-admin-page [dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}
.monsterinsights-admin-page [dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
.monsterinsights-admin-page [dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}

.monsterinsights-upsell-overlay {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  max-width: 100%;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 1px solid #d6e2ed;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-top {
  padding: 26px 40px;
  display: flex;
  gap: 16px;
}
@media (max-width: 782px) {
  .monsterinsights-upsell-overlay {
    top: 70px;
    width: calc(100% - 40px);
  }
}
.monsterinsights-upsell-overlay h3 {
  text-align: left;
  color: #23262E;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
}
.monsterinsights-upsell-overlay h4 {
  font-size: 16px;
  line-height: 140%;
  color: #444444;
}
.monsterinsights-upsell-overlay p {
  margin: 24px 0;
  font-size: 15px;
  line-height: 140%;
  color: #444444;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content {
  border-top: 1px solid #E2E4E9;
  padding: 32px 0 0 40px;
}
@media (max-width: 767px) {
  .monsterinsights-upsell-overlay .monsterinsights-upsell-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content h3 {
  font-size: 23px;
  line-height: 120%;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul {
  margin: 16px auto 24px;
  display: grid;
  grid-gap: 10px;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul.columns-1 {
  grid-template-columns: 1fr;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li {
  color: #393F4C;
  font-size: 13px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li {
    padding-left: 0;
  }
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li {
  position: relative;
  line-height: 17px;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before {
  position: absolute;
  width: 16px;
  height: 17px;
  background: url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20rx='8'%20fill='%23EAFAEE'/%3e%3cpath%20d='M11%207.75H8.75V5.5C8.75%205.23438%208.51562%205%208.25%205H7.75C7.46875%205%207.25%205.23438%207.25%205.5V7.75H5C4.71875%207.75%204.5%207.98438%204.5%208.25V8.75C4.5%209.03125%204.71875%209.25%205%209.25H7.25V11.5C7.25%2011.7812%207.46875%2012%207.75%2012H8.25C8.51562%2012%208.75%2011.7812%208.75%2011.5V9.25H11C11.2656%209.25%2011.5%209.03125%2011.5%208.75V8.25C11.5%207.98438%2011.2656%207.75%2011%207.75Z'%20fill='%2346BF40'/%3e%3c/svg%3e") no-repeat center center;
  left: 0;
  display: inline-block;
  top: -1px;
  content: "";
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  background: #338EEF;
  border: 1px solid #1177E3;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 24px;
  position: relative;
}
.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button:after {
  content: "";
  width: 13px;
  height: 15px;
  margin-left: 12px;
  background: url("data:image/svg+xml,%3csvg%20width='13'%20height='15'%20viewBox='0%200%2013%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.3125%207.75H4.53125V4.93359C4.53125%203.86719%205.37891%202.96484%206.47266%202.9375C7.56641%202.9375%208.46875%203.83984%208.46875%204.90625V5.34375C8.46875%205.72656%208.74219%206%209.125%206H10C10.3555%206%2010.6562%205.72656%2010.6562%205.34375V4.90625C10.6562%202.60938%208.76953%200.75%206.47266%200.75C4.17578%200.777344%202.34375%202.66406%202.34375%204.96094V7.75H1.6875C0.949219%207.75%200.375%208.35156%200.375%209.0625V13.4375C0.375%2014.1758%200.949219%2014.75%201.6875%2014.75H11.3125C12.0234%2014.75%2012.625%2014.1758%2012.625%2013.4375V9.0625C12.625%208.35156%2012.0234%207.75%2011.3125%207.75Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center;
}
.monsterinsights-upsell-overlay a {
  color: #509fe2;
}
.monsterinsights-upsell-overlay a:hover {
  text-decoration: none;
}

.monsterinsights-upsell-overlay .monsterinsights-upsell-content {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-upsell-overlay .monsterinsights-upsell-content {
    display: block;
  }
}

.monsterinsights-upsell-content {
  max-width: 750px;
}
.monsterinsights-upsell-content p {
  font-size: 16px;
  color: #393f4c;
  line-height: 1.8;
}
.monsterinsights-upsell-content__features {
  margin-bottom: 46px;
  flex: 1;
}
.monsterinsights-upsell-content__features-cliff {
  margin-top: -14px;
}
.monsterinsights-upsell-content__features-cliff p {
  font-size: 13px !important;
  line-height: 17px;
  color: #393F4C !important;
  margin: 0 !important;
}
.monsterinsights-upsell-content__img {
  width: 278px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.monsterinsights-upsell-content__img.upsell-publisher, .monsterinsights-upsell-content__img.upsell-engagement_overview {
  background-image: url("../assets/bg-publisher@2x-DV7AEtV1.png");
}
.monsterinsights-upsell-content__img.upsell-queries {
  background-image: url("../assets/bg-queries@2x-hMqBKeO_.png");
}
.monsterinsights-upsell-content__img.upsell-forms {
  background-image: url("../assets/bg-forms@2x-DDCVkM3t.png");
}
.monsterinsights-upsell-content__img.upsell-realtime {
  background-image: url("../assets/bg-realtime@2x-Bj4r4U3g.png");
}
.monsterinsights-upsell-content__img.upsell-ecommerce {
  background-image: url("../assets/bg-ecommerce@2x-DqQIAx_E.png");
}
.monsterinsights-upsell-content__img.upsell-ecommerce_funnel {
  background-image: url("../assets/ecommerce-funnel@2x-BfPSZdMV.png");
}
.monsterinsights-upsell-content__img.upsell-dimensions {
  background-image: url("../assets/bg-dimensions@2x-Dygf0shE.png");
  background-position: center center;
}
.monsterinsights-upsell-content__img.upsell-sitespeed {
  background-image: url("../assets/bg-sitespeed@2x-DwC9jlLe.png");
}
.monsterinsights-upsell-content__img.upsell-media {
  background-image: url("../assets/bg-media-upsell-DnlL8gmw.svg");
  background-position: center right;
}
.monsterinsights-upsell-content__img.upsell-traffic {
  background-image: url("../assets/bg-traffic-overview@2x-W3v8TZRO.png");
}
.monsterinsights-upsell-content__img.upsell-traffic_landing_pages {
  background-image: url("../assets/bg-traffic-landing-page@2x-Do5N_DFy.png");
}
.monsterinsights-upsell-content__img.upsell-traffic_technology {
  background-image: url("../assets/bg-traffic-technology@2x-pzDGfzkl.png");
}
.monsterinsights-upsell-content__img.upsell-traffic_source_medium {
  background-image: url("../assets/bg-traffic-source-medium@2x-BEWmnm2N.png");
}
.monsterinsights-upsell-content__img.upsell-traffic_campaign {
  background-image: url("../assets/bg-traffic-campaigns@2x-BEsLG5lW.png");
}
.monsterinsights-upsell-content__img.upsell-ecommerce_product_sales {
  background-image: url("../assets/bg-ecommerce-product-sales@2x-Cn07L8ZY.png");
}
.monsterinsights-upsell-content__img.upsell-ecommerce_coupons {
  background-image: url("../assets/bg-ecommerce-coupons@2x-D9yDcdG9.png");
}
.monsterinsights-upsell-content__img.upsell-cart_abandonment {
  background-image: url("../assets/bg-cart-abandonment@2x-CY5dDLOX.png");
}
.monsterinsights-upsell-content__img.upsell-engagement_pages {
  background-image: url("../assets/bg-engagement-pages@2x-Cy1-nvFe.png");
}
.monsterinsights-upsell-content__img.upsell-countries {
  background-image: url("../assets/bg-countries-DLn_BDC3.png");
}
.monsterinsights-upsell-content__img.upsell-custom_events {
  background-image: url("../assets/custom-events-report-screen-D5UtywA8.png");
}
.monsterinsights-upsell-content__img.upsell-traffic_social {
  background-image: url("../assets/social-media-report@2x-CcLLHYek.png");
}
.monsterinsights-upsell-content__img.upsell-exceptions {
  background-image: url("../assets/exceptions-report-BYAZOdma.png");
}
.monsterinsights-upsell-content .monsterinsights-light {
  color: #657086;
}
.monsterinsights-upsell-content .monsterinsights-button {
  font-size: 17px;
  font-weight: 700;
  padding: 15px 25px;
  line-height: 1;
}
@media (max-width: 782px) {
  .monsterinsights-upsell-content .monsterinsights-button {
    font-size: 15px;
  }
}
.monsterinsights-upsell-content-buttons {
  display: flex;
  flex-direction: column;
  width: max-content;
  align-items: center;
}
.monsterinsights-upsell-content-button-sample-report {
  font-size: 16px;
  margin-top: 20px;
  text-decoration: none;
}

.update-nag {
  display: none;
}

.monsterinsights-admin-page {
  min-height: 100vh;
  font-size: 14px;
}
.monsterinsights-admin-page a {
  color: #509fe2;
}
.monsterinsights-admin-page a:hover, .monsterinsights-admin-page a:focus {
  color: #393f4c;
}
.monsterinsights-admin-page .monsterinsights-container {
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
}
.monsterinsights-admin-page .monsterinsights-separator {
  background: #d6e2ed;
  display: block;
  height: 1px;
  margin: 25px 0;
}
.monsterinsights-admin-page .monsterinsights-settings-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media (min-width: 783px) and (max-width: 790px) {
  .monsterinsights-admin-page .monsterinsights-settings-content {
    padding: 0 10px;
  }
}
.monsterinsights-admin-page input.monsterinsights-has-error {
  border-color: red;
}
.monsterinsights-admin-page .monsterinsights-button {
  background: #509fe2;
  border-color: #2e7fbe;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
}
.monsterinsights-admin-page .monsterinsights-button:hover, .monsterinsights-admin-page .monsterinsights-button:focus {
  background-color: #3a93dd;
  border-color: #2971a9;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled {
  background: #f3f6ff;
  border-color: #d6e2eb;
  color: #8ba4b7;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary {
  background: #8da4b5;
  border-color: #6f8ca0;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus {
  background-color: #7e98ab;
  border-color: #627f94;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green {
  background: #5cc0a5;
  border-color: #40a88d;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus {
  background-color: #4ab99b;
  border-color: #39967e;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red {
  background: #ea4e64;
  border-color: #d21933;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large {
  font-size: 16px;
  padding: 14px 27px;
}
.monsterinsights-admin-page input[type=text]:not([class*=ngcontent]),
.monsterinsights-admin-page input[type=password]:not([class*=ngcontent]),
.monsterinsights-admin-page input[type=number]:not([class*=ngcontent]),
.monsterinsights-admin-page textarea:not([class*=ngcontent]) {
  border: 1px solid #b7c9d9;
  border-radius: 3px;
  font-size: 14px;
  padding: 9px 15px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  color: #444;
}
.monsterinsights-admin-page input[type=text]:not([class*=ngcontent]):not(.custom-textarea),
.monsterinsights-admin-page input[type=password]:not([class*=ngcontent]):not(.custom-textarea),
.monsterinsights-admin-page input[type=number]:not([class*=ngcontent]):not(.custom-textarea),
.monsterinsights-admin-page textarea:not([class*=ngcontent]):not(.custom-textarea) {
  height: 40px;
}
.monsterinsights-admin-page input[type=text]:not([class*=ngcontent])::-webkit-input-placeholder,
.monsterinsights-admin-page input[type=password]:not([class*=ngcontent])::-webkit-input-placeholder,
.monsterinsights-admin-page input[type=number]:not([class*=ngcontent])::-webkit-input-placeholder,
.monsterinsights-admin-page textarea:not([class*=ngcontent])::-webkit-input-placeholder {
  color: #b7c9d9;
}
.monsterinsights-admin-page input[type=text]:not([class*=ngcontent]):-moz-placeholder,
.monsterinsights-admin-page input[type=password]:not([class*=ngcontent]):-moz-placeholder,
.monsterinsights-admin-page input[type=number]:not([class*=ngcontent]):-moz-placeholder,
.monsterinsights-admin-page textarea:not([class*=ngcontent]):-moz-placeholder {
  color: #b7c9d9;
}
.monsterinsights-admin-page input[type=text]:not([class*=ngcontent])::-moz-placeholder,
.monsterinsights-admin-page input[type=password]:not([class*=ngcontent])::-moz-placeholder,
.monsterinsights-admin-page input[type=number]:not([class*=ngcontent])::-moz-placeholder,
.monsterinsights-admin-page textarea:not([class*=ngcontent])::-moz-placeholder {
  color: #b7c9d9;
}
.monsterinsights-admin-page input[type=text]:not([class*=ngcontent]):-ms-input-placeholder,
.monsterinsights-admin-page input[type=password]:not([class*=ngcontent]):-ms-input-placeholder,
.monsterinsights-admin-page input[type=number]:not([class*=ngcontent]):-ms-input-placeholder,
.monsterinsights-admin-page textarea:not([class*=ngcontent]):-ms-input-placeholder {
  color: #b7c9d9;
}
.monsterinsights-admin-page input[type=text]:not([class*=ngcontent]).monsterinsights-has-error,
.monsterinsights-admin-page input[type=password]:not([class*=ngcontent]).monsterinsights-has-error,
.monsterinsights-admin-page input[type=number]:not([class*=ngcontent]).monsterinsights-has-error,
.monsterinsights-admin-page textarea:not([class*=ngcontent]).monsterinsights-has-error {
  border-color: #d83638;
}
.monsterinsights-admin-page input[type=text]:read-only {
  background: #fff;
  color: #b7c9d9;
}
.monsterinsights-admin-page textarea:not(.custom-textarea) {
  height: 150px;
}
.monsterinsights-admin-page label:not([class*=ngcontent]) {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  color: #777;
  margin: 2px 0 17px;
}
.monsterinsights-admin-page .inline-field {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .inline-field {
    display: block;
  }
}
.monsterinsights-admin-page .inline-field input {
  width: 100%;
}
.monsterinsights-admin-page .inline-field .monsterinsights-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .inline-field .monsterinsights-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.monsterinsights-admin-page .inline-field .monsterinsights-button {
  flex-shrink: 0;
}
.monsterinsights-admin-page .paging-input input[type=text] {
  padding: 0 4px;
}
.monsterinsights-admin-page .paging-input input[type=text]:not(.custom-textarea) {
  height: 30px;
}
.monsterinsights-admin-page .monsterinsights-error {
  margin: 18px 0 0;
  color: #d83638;
  cursor: default;
}
.monsterinsights-admin-page .monsterinsights-error i {
  margin-right: 10px;
}
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-enter-active,
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-leave-active {
  transition: opacity 1s;
}
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-enter,
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-leave-to {
  opacity: 0;
}
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-enter .monsterinsights-styled-checkbox,
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-leave-to .monsterinsights-styled-checkbox {
  background-color: #509fe2 !important;
}
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-enter .monsterinsights-styled-checkbox:after,
.monsterinsights-admin-page .monsterinsights-tracking-mode-settings-leave-to .monsterinsights-styled-checkbox:after {
  right: 2px !important;
  left: auto !important;
}
.monsterinsights-admin-page .monsterinsights-license-type-text {
  color: #777;
  font-weight: 700;
  margin-top: 16px;
}
.monsterinsights-admin-page .monsterinsights-license-type-text a {
  color: #777;
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-license-subscription-renewal {
  font-weight: 700;
}
.monsterinsights-admin-page .monsterinsights-license-subscription-renewal .monsterinsights-license-subscription-renewal__line strong {
  font-weight: 700;
  color: #444;
}
.monsterinsights-admin-page .monsterinsights-license-subscription-renewal .monsterinsights-license-subscription-renewal__line a {
  font-weight: 400;
  margin-left: 4px;
}
.monsterinsights-admin-page .monsterinsights-dark {
  color: #444;
  text-transform: capitalize;
  font-weight: 700;
}
.monsterinsights-admin-page .monsterinsights-settings-block {
  background: #fff;
  border: 1px solid #d6e2ed;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-settings-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title {
  border-bottom: 1px solid #d6e2ed;
  padding: 16px 25px;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title:before {
  display: none;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content {
  padding: 25px;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsigits-info-url-builder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p {
  font-size: 14px;
  color: #777;
  margin-top: -5px;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p a {
  color: inherit;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p:last-child {
  margin-bottom: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade {
  padding: 25px 25px 25px 22px;
  margin: -25px;
  border-left: 3px solid #64bfa5;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade {
    padding-left: 15px;
    padding-right: 15px;
    margin: -25px -15px;
  }
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade.monsterinsights-settings-addon-disabled {
  border-left-color: #f5c953;
  padding-top: 15px;
  padding-bottom: 15px;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content.exclude-query-params-content .monsterinsights-settings-input-checkbox.has-collapsible label {
  display: flex !important;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content.exclude-query-params-content .monsterinsights-settings-input-checkbox.has-collapsible label span.monsterinsights-styled-checkbox {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content.exclude-query-params-content .monsterinsights-settings-input-checkbox.has-collapsible label span.monsterinsights-styled-checkbox {
    width: 74px;
  }
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio > span {
  display: block;
  margin: 2px 0 17px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio > span:last-child {
  margin-bottom: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio label {
  color: #444;
  font-size: 14px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio label small {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio label > span {
  vertical-align: middle;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio label:last-child {
  margin-bottom: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio label.monsterinsights-styled-radio-label-disabled {
  pointer-events: none;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio label.monsterinsights-styled-radio-label-disabled .monsterinsights-settings-radio-text,
.monsterinsights-admin-page .monsterinsights-settings-input-radio label.monsterinsights-styled-radio-label-disabled .monsterinsights-styled-radio {
  opacity: 0.6;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio {
  width: 20px;
  height: 20px;
  border: 1px solid #b2c1cd;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 16px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked {
  border-color: #509fe2;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after {
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  position: absolute;
  content: "";
  background: #509fe2;
  display: block;
  border-radius: 50%;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox > label {
  color: #444;
  font-size: 14px;
  margin: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox > label.monsterinsights-styled-checkbox-faux {
  cursor: default;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox > label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox {
  background-color: #dee5e9;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox > label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked {
  background-color: #b9d8f3;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox > label input {
  display: none;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox > label > span {
  vertical-align: middle;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox > label:last-child {
  margin-bottom: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox {
  width: 27px;
  height: 18px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-right: 9px;
  background-color: #acbdc9;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked {
  background-color: #509fe2;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after {
  right: 2px;
  left: auto;
}
.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after {
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 14px;
  position: absolute;
  content: "";
  background: #fff;
  display: block;
  border-radius: 50%;
}
.monsterinsights-admin-page .monsterinsights-info {
  color: #b6c9da;
  margin-left: 10px;
  cursor: help;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater .monsterinsights-error {
  margin-top: 0;
  margin-bottom: 18px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-labels label {
  color: #000;
  font-weight: 700;
  margin-bottom: 6px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
  justify-content: space-between;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row > span {
  width: 100%;
  margin-right: 18px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row button {
  padding: 0;
  border: none;
  background: transparent;
  color: #dc3232;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input[type=number] {
  width: calc(30% - 20px);
  margin-right: 20px;
  margin-left: 20px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row label {
  margin-top: 0;
  margin-bottom: 0;
  width: calc(70% - 20px);
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select {
  width: 70%;
}
.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row {
  opacity: 0.5;
}
.monsterinsights-admin-page .monsterinsights-dimensions-count {
  color: #777;
  font-style: italic;
  font-size: 14px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label {
  margin-bottom: 0;
  width: auto;
}
.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label:first-child {
  width: calc(70% - 20px);
}
.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-button {
  margin-right: 25px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-error {
  margin: 0 0 20px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-select .monsterinsights-dark {
  margin-bottom: 5px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-select label {
  margin-top: -4px;
}
.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content {
    padding-left: 15px;
  }
}
.monsterinsights-admin-page .monsterinsights-collapsible > p {
  margin-top: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible {
  color: #b7c9d9;
  float: right;
  font-size: 22px;
  padding-left: 20px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:hover {
  color: #393f4c;
}
.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible i {
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-dark {
  display: block;
  margin-bottom: 9px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-authenticate label {
  margin-top: 0;
  margin-bottom: 4px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-authenticate p {
  margin: 2px 0 17px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-authenticate button,
.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-ua {
  margin-top: 14px;
}
.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-manual-ua + .monsterinsights-error {
  margin-top: 15px;
}
.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions {
  margin-top: 18px;
}
.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button {
  margin-right: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button {
    margin-bottom: 10px;
  }
}
.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-settings-input-toggle-collapsible {
  margin-top: 12px;
}
.monsterinsights-admin-page .monsterinsights-auth-manual-connect-paragraph {
  padding-top: 5px;
}
.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text {
  color: #999797;
  font-size: 12px;
  text-decoration: none;
}
.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text:hover {
  text-decoration: underline;
}
.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade {
  display: flex;
  align-items: center;
}
.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-upgrade-icon {
  margin-right: 25px;
}
.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-settings-addon-message {
  margin-right: 25px;
  width: 100%;
}
.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-button {
  font-size: 12px;
  padding: 6px 16px;
}
.monsterinsights-admin-page .monsterinsights-icon-warning {
  width: 48px;
}
.monsterinsights-admin-page .monsterinsights-icon-warning:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=");
}
.monsterinsights-admin-page .monsterinsights-settings-network-notice {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6e2ed;
  margin-bottom: 15px;
  color: #777;
}
.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-bg-img {
  margin-right: 25px;
}
.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-network-message {
  width: 100%;
}
.monsterinsights-admin-page .monsterinsights-undo-redo {
  float: right;
  margin-top: 16px;
}
.monsterinsights-admin-page .monsterinsights-undo-redo button {
  border: none;
  background: transparent;
  color: #509fe2;
  padding: 0;
  margin-left: 5px;
}
.monsterinsights-admin-page #monsterinsights-license-key-valid {
  -webkit-text-security: disc;
  text-security: disc;
  -moz-text-security: disc;
  font-family: "text-security-disc";
  font-size: 25px;
  line-height: 1.2;
  color: #b7c9d9;
  padding-top: 7px;
}
.monsterinsights-admin-page #monsterinsights-license-key-valid::-webkit-input-placeholder {
  font-size: 14px;
  line-height: normal;
  position: relative;
  bottom: 4px;
}
.monsterinsights-admin-page #monsterinsights-license-key-valid:-moz-placeholder {
  font-size: 14px;
  line-height: normal;
  position: relative;
  bottom: 4px;
}
.monsterinsights-admin-page #monsterinsights-license-key-valid::-moz-placeholder {
  font-size: 14px;
  line-height: normal;
  position: relative;
  bottom: 4px;
}
.monsterinsights-admin-page #monsterinsights-license-key-valid:-ms-input-placeholder {
  font-size: 14px;
  line-height: normal;
  position: relative;
  bottom: 4px;
}
.monsterinsights-admin-page .monsterinsights-settings-block-inner-field-label .monsterinsights-dark {
  display: block;
}

.monsterinsights-first-time-notice .monsterinsights-notice-button {
  margin-top: 20px;
}

.monsterinsights-settings-blur .monsterinsights-settings-content {
  filter: blur(5px);
  pointer-events: none;
}
.monsterinsights-settings-blur.monsterinsights-path-general .monsterinsights-settings-content {
  filter: none;
  pointer-events: initial;
}

.monsterinsights-not-authenticated-notice {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 750px;
  max-width: 100%;
  margin-left: -295px;
  background: #fff;
  padding: 0 20px 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #d6e2ed;
  text-align: center;
}
@media (min-width: 783px) {
  .folded .monsterinsights-not-authenticated-notice {
    margin-left: -357px;
  }
}
@media (max-width: 960px) {
  .monsterinsights-not-authenticated-notice {
    margin-left: -357px;
  }
}
@media (max-width: 750px) {
  .monsterinsights-not-authenticated-notice {
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 750px) and (max-width: 782px) {
  .monsterinsights-not-authenticated-notice {
    margin-left: -375px;
  }
}
.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph {
  display: none;
}
.monsterinsights-not-authenticated-notice h3 {
  text-align: center;
  color: #393f4c;
  font-size: 20px;
  margin: 32px 0 20px;
  line-height: 1.4;
}
.monsterinsights-not-authenticated-notice .monsterinsights-license-button {
  line-height: 1;
  margin-top: 20px;
}
.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-button {
  margin: 0 20px;
}
.monsterinsights-not-authenticated-notice .monsterinsights-dark {
  font-weight: 400;
  margin-bottom: 20px;
}

.monsterinsights-pdf-exports-settings .inline-field .monsterinsights-button:first-child {
  margin-left: 0;
}

.settings-setup-checklist .monsterinsights-settings-block .monsterinsights-settings-block-content {
  padding: 0;
}

.monsterinsights-setup-checklist-block-content {
  padding: 15px 25px;
}

.monsterinsights-admin-page .monsterinsights-settings-block.monsterinsights-settings-block-collapsible-collapsed {
  border-bottom: 0;
}

.monsterinsights-admin-page .settings-setup-checklist .monsterinsights-settings-input-toggle-collapsible {
  font-size: 18px;
}

.monsterinsights-setup-checklist-milestone {
  display: flex;
  padding: 15px 0 12px 0;
}
.monsterinsights-setup-checklist-milestone:not(:last-child) {
  border-bottom: 1px solid #D6E2ED;
}
.monsterinsights-setup-checklist-milestone:first-child {
  padding-top: 0;
}
.monsterinsights-setup-checklist-milestone:last-child {
  padding-bottom: 0;
}
.monsterinsights-setup-checklist-milestone-checkmark {
  margin-right: 10px;
}
.monsterinsights-setup-checklist-milestone-content-wrapper {
  flex-grow: 1;
}
.monsterinsights-setup-checklist-milestone-content-self {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.monsterinsights-setup-checklist-milestone-content-self-title {
  display: flex;
}
.monsterinsights-setup-checklist-milestone-title h4 {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.monsterinsights-setup-checklist-milestone-title h5 {
  font-size: 12px;
  margin: 5px 0 0 0;
  font-weight: 400;
}
.monsterinsights-setup-checklist-milestone-content-child {
  padding-top: 10px;
  padding-left: 30px;
}
.monsterinsights-setup-checklist-milestone-content-child .monsterinsights-setup-checklist-milestone {
  border: 0 none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.monsterinsights-setup-checklist-milestone-content-child .monsterinsights-setup-checklist-milestone:first-child {
  padding-top: 0;
}
.monsterinsights-setup-checklist-milestone-content-child .monsterinsights-setup-checklist-milestone:last-child {
  padding-bottom: 0;
}
.monsterinsights-setup-checklist-milestone-content-image-section {
  padding-top: 20px;
}
.monsterinsights-setup-checklist-milestone-sitenote-button {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.monsterinsights-setup-checklist-milestone-sitenote-image {
  background-image: url("../assets/monsterinsights-setup-checklist-site-note-ByMJoe2K.png");
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.monsterinsights-admin-page .monsterinsights-setup-checklist-milestone .monsterinsights-button {
  padding: 4.4px 15px;
  width: 130px;
  text-align: center;
}

.monsterinsights-dismiss-setup-checklist {
  text-align: center;
}
.monsterinsights-dismiss-setup-checklist a {
  color: #393F4C;
}

.monsterinsights-admin-page .settings-setup-checklist .monsterinsights-settings-block:not(.monsterinsights-settings-block-collapsible-collapsed):hover {
  border-color: #509fe2;
}

.monsterinsights-settings-block-collapsible .monsterinsights-settings-block-title {
  cursor: pointer;
}

.monsterinsights-dark.monsterinsights-display-block {
  display: block;
}

.monsterinsights-admin-page .monsterinsights-addon-site-notes-important-events {
  padding-top: 105%;
  width: 45px;
}
.monsterinsights-admin-page .monsterinsights-addon-site-notes-important-events:after {
  background-image: url("data:image/svg+xml,%3csvg%20width='146'%20height='146'%20viewBox='0%200%20146%20146'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='14'%20y='23.1475'%20width='115.957'%20height='106.017'%20rx='10'%20fill='%23CDDCE9'/%3e%3crect%20x='30.5652'%20y='51.8613'%20width='58'%20height='9'%20rx='4.5'%20fill='%239DAFBF'/%3e%3crect%20x='30.5652'%20y='68.8613'%20width='76'%20height='9'%20rx='4.5'%20fill='%239DAFBF'/%3e%3crect%20x='30.5652'%20y='85.8613'%20width='57'%20height='9'%20rx='4.5'%20fill='%239DAFBF'/%3e%3cpath%20d='M132.736%2015.8642L132.735%2015.8632C129.302%2012.4266%20122.595%2012.5716%20117.699%2017.4598L132.736%2015.8642ZM132.736%2015.8642L136.135%2019.2618L132.736%2015.8642ZM48.1736%2086.9698L117.698%2017.4608L136.136%2019.2629C139.573%2022.7043%20139.43%2029.4088%20134.541%2034.2918L134.54%2034.2927L64.821%20103.99L42.6248%20112.107L42.6209%20112.108C40.9551%20112.72%2039.9482%20111.894%2039.7399%20110.937C39.6428%20110.418%2039.6917%20109.883%2039.8813%20109.391L39.8873%20109.375L39.8931%20109.36L48.1736%2086.9698Z'%20fill='%23509FE2'%20stroke='white'%20stroke-width='5'/%3e%3c/svg%3e");
}

.monsterinsights-disclaimer-note {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: #777;
}

.monsterinsights-setting-panel-content {
  display: block;
}

.monsterinsights-mt-15 {
  margin-top: 15px;
}

.monsterinsights-license-modal-content h2 {
  margin: 12px 0 20px 0;
  color: #333333;
  font-size: 23px;
  font-weight: 700;
}
.monsterinsights-license-modal-content-pre-heading {
  color: #333333;
  font-size: 16px;
}
.monsterinsights-license-modal-content-post-list, .monsterinsights-license-modal-content-post-heading {
  color: #4F4F4F;
  font-size: 13px;
  margin-bottom: 13px;
}
.monsterinsights-license-modal-content ul {
  display: flex;
  flex-flow: wrap;
  margin: 0;
}
.monsterinsights-license-modal-content ul li {
  text-align: left;
  flex-shrink: 0;
  color: #4F4F4F;
  font-size: 13px;
  padding-left: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxjaXJjbGUgY3g9IjYuNSIgY3k9IjYiIHI9IjYiIGZpbGw9InVybCgjcGF0dGVybjBfNDA0NF83MDEpIi8+CjxkZWZzPgo8cGF0dGVybiBpZD0icGF0dGVybjBfNDA0NF83MDEiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzQwNDRfNzAxIiB0cmFuc2Zvcm09InNjYWxlKDAuMDA3ODEyNSkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF80MDQ0XzcwMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBSUFBQUFDQUNBWUFBQUREUG1ITEFBQUFBWE5TUjBJQXJzNGM2UUFBQUVSbFdFbG1UVTBBS2dBQUFBZ0FBWWRwQUFRQUFBQUJBQUFBR2dBQUFBQUFBNkFCQUFNQUFBQUJBQUVBQUtBQ0FBUUFBQUFCQUFBQWdLQURBQVFBQUFBQkFBQUFnQUFBQUFCSWpnUjNBQUFOMFVsRVFWUjRBZTFkYTVBZFJSVStjemNiaFNURUFPS0xRQjRTVVlzQ1V3Z1NVcEtZelc0SVFYNlFnS2lBeUE4ZytDanhoV0lweUVOTkZTS0VFdEFmYWhMQnBYeGdCWlBkdTd2SlZsSkpVUkFrK0lBa2hSQ05pcVZGU0VKQXM4bTk0M2Rtc3J1emQzZW11MmQ2K3ZhZDIxMDE5L1pNOTV6VC9aMXZlbnI2U2VTY1E4QWg0QkJ3Q0RnRUhBSU9BWWVBUThBaDRCQndDRGdFSEFMTmdvQlgySXoyMGJ2b0NMMkhQSnBGUHY2SnBzTS9FZjl2Q2Y1OW1nQS9INHpCNjBlUDEvQy83NmgvTjBKMjRONWR3ZEZCZTNDOWNLNFlCTmhLeDlCQm1nTkR6WWZSK0RnRC9rbWFyY1VrK1NQazl1Ti9BdzNRRnJxWTN0Q3N3N2k0eGlWQUY3MmJXdWh5R0tRTnFIMEl4NXNOb3pjQWZVL2c2S01LZGRLRnROT3dmaTNxR29zQVBUUVp1YjZFcW5RbG52SUY4TnVVL3VlUW5sVWc1RStvZy82dHhUb0doTmdFWUh4MmUrazhHUDBMaVBCUkhHK0tqMmhGeUFCb3VRNmx3dmRwRVcyMklrVUppYkNiQUQwMEYybi9LcDZxSlFsNXNEbG9DOUwrUFdxbngwRUszOGFFMmttQUhyb0ljSDBEZ1BHN3ZRaHVHd2h3QnkyazM5cVdHYnNJMEVzelVOU3ZCRWlMYlFOS1UzcjZxVVEzb3RySzlRVXJuQjBFMkVhdHRKZVdBNUU3Y2ZDM2VaSGRZV1R1QWVUNEZueXdIcXgzUnV0UGdDN0FVS0tIQU1ScDlRYkRzUDZYb085NjFBL0todldPVUZjL0F2aDRLL2JRVjVBYWZ1cGJScVNxZVU2NFlyaVNqcWN2MGRuRUpZTnhWeDhDZE5OSk1QOXE1TGJkZUk3dFZQZ2tQaHN2UjJQU2J0UEpLNWxXU0wyb0FubG9VblhHajBKL0RzckFwNmdiRkREc3pCS2dUSjlFTFg4ZDhuaVM0WHcyZ3JvVDhXQ3NSWTNnZXBPSk5VZUFNbjBlR2ZzWmpsYVRHV3d3WFZ3WGVnQWsrSzZwZE9kZitlTEszdmxCaHU1QXB1cFQ1ekNGcGo0OWMra3FsSkl6cVF0OWo3bTJJT1pMZ0xDbS8yUGc4bGw5MkRTTnBBL1NWSXhsbUVtL3laTUUrYjRDeXJRQzVycTJhVXltUDZOWFlKVEREL1dMSFphWUh3SEsrTWIzOEgzclhGWUVya09kNEp0WmhjVGRuODg3bVd2NzNEZnUzdmx4dUt0ZjkxR0o3cUQ3MUc5TXZrTS9BZmc3djBycm9YWmNzbW9YcW9oQUJTWHFKZWhSL0ozaWZZblI5UktnbDk2R0ZxM3RTT2piRTdXNndMUUl2QXA4Wit0c01kUlhCN2dWWFRvVld1T01uOWEyVXZkTlFZdGhKejFLNDZWaVMwVFNSNEE1OUMwWW53ZG9PcGN2QXVkZ1lQdnR1bFRvZVFXRVhicTlTSlErUXVuS1lUSGxjT1BRRW5TbGNiTjZKcGVkQU9zd1NMT1Zua1Y3RlUrK2NNNGNBbnVBKy91eURpckovc1MyME5lYzhjMVpQYUpwS2tZUThMakpUQzViQ2RDSGhzb0svUWtwTUQwcEkxT21DM1F6RDBFL0M1K0d6NmZOVTdZU29FTDNPdU9uaFY3TGZlTlIrajZJSS9XRG5KNEEzY0ZZL1l1MFpNTUp5WUxBaDlGVWZHbGFBZWtKNE9IZDc1d2RDSGlvQzZRc0JkSVJnSnQ3Q2YxVXp0bUN3SmtvQlZLVnh1a0lVTVdZZHVmc1FvQkxnUlJPblFBOXdYU3RlU2wwdVZ2eVJlQmNsQUlMVkZXb0U4Q25MNm9xY2ZHTklYQ1RxaWExejRjdVRHRW8wVCtoeFBZcDJxbzQ2SXpQMDcwTzRUaEJwMUJKV1VmUU9qZ1ZyWVAva295djJIWmZvc3NnMkJsL05McXZveForSjlDY2lmYjVTVGhPaENIZWltZzM0UGpINk9pNVhSbUgxc0dQcTBoWEt3RzZhU3VhSE01VFVkQUVjZmZBOEV2d1hmU0hNZlBhaTVLZ1NvOGhiTzZZNGZvdmJnY0JQeUFyVnA0QTVXRHk1azRJbHI5SE5oV05HMjhQK3Vmbm8rcjFsOFFzaENUWWpqZ25KOGJURlZpaU0yTUpXYU5EcFJMNE1kenJqRDhNb0p6eE9YNGJ2WUpmbmdScnhsV0piU1hsVkFpZy9Ja2hsWUxHakNSdi9NSDh0ZEl2NGMxMWtzZWdLdnhMMjBydWlWNUx4NkxxdHhlQ1hRV1FzR0NrVExFZnNjYVF0eHlVQk1jUG5lZm40UUdrSjZDWGNMOUloVndKTUI2VHU1enhHY3YweGc4dG9XMHNYeWd1OXJjRlpjMEZzYUdSQURrQzhPcWJ6bVV6UG8rZG9HQ3BXak5JOHFxcEVrNk9BRDdOazVCVjVDalpqTS9JVk9qVFJnR1NmR2pGZFlCd2d1ZHJTSHpSRjIrS3MwOTI0L2NFYXhjL0FRWEh4aW5KNGZwaHROdE9FQzA5SXk0QjFtUFZiV2Y4NU8vOEpPdDFZNVZ5SHd0Rm1qVStwNmdWNjU1UFQwb2FoNGtKTUo1T0Z3a3BhTGlPSi84VTFNYjdnTThwZGNHb0loNnBMU1pBVlN5a0xwbkxWNmtlNDRkTHl3dWZ3dHl5VWhMYlRreUE1aHZ2WHd6ak02c2tiQ2Vld2V2UnROd1lLaWVZMTludFJJY0s5ME8wNERnTDU5empkWnJjN1VxeHNocy9mT2R2aE5aVGxUVG5FMWxZK29nSlFOcDMzcERONm44UjhUcjBiSzJ1dWVFeDJvaUZsdzhIaTB6ZWpqQnhLVllqSU9aVWovRTlwTTRPNDNNMmo0dko2OUJsR2ZCMGI3MHlwRHpCVThWVHZtd000NGUzek1kdVFPMTBGMDZ1eGxGSmtDTWJWRVRqYzk2RnRwTWhnSkJGc2lncnhGc2x0UkJDZXpBZG5WOEhSeFJrMTBiTmJ2d2UxUExEMnI0TnhYNDBmMW9Jd0R0dG1YVlZySlVuNnhaaXRyeEhuMEQwTkNUUVkveDYxL2Jqc2RKQWdIQ3J0WGdWK2tNcWRJQ2VWaExMSkNDNkJvZks2eUM3OGNNSzN5Ym9GVmEybFBLakwvSkVmQWw0U2VMRXJ3Q0JnQ1RoS2NQK2g1R0hLb1lNMWZEcmdPaFRPR1R1NVdGYzg0UWplVUxKWS8reThlMnE4STJkenR1eUVvQ0krd0ZNdWdsWTlvQUhWS283T1JLRXhtK2pGOVVWSEwyalVZenZZVVBNVy9FQm5lREVKUURWWVZlTGxtQjNzSVJrSndTRkpJaDdIVFNQOFJraVgvendpZ25naVlVa21DTmRrRWRmeDlkMCtzcG4ySFpRUzRMbU1qNGpMMkU3TVFFa1dKVE95b2wzemNEV3JHdEFBcG1HcXJFRmpTUkI4eG1mVVpHd25aZ0FFaXdhMndJWnIvS2lpSWZwNGN3azRHWmpydkExd3p0L05PUUhSbDhhZVVYOGhQbjAxNUczR0QxYmhwS2dSTnZvQ3RIQWh0aFVoWitJc2NIQ0FHN2s4WU11WGRzYWVZUkp4eXRndHlpU1RBbkFuVEQxY3g1V3Y5aUxrb0MzbGpQdFF1UDNRKzEwMDZxMTZQUEZHMXFMQ1NBaFJFdGlrNFVzTlU2Q1JqYys0K25wSUVDTFdFaXk3YlNGbWlOQkVZelBzSWRkNklrR0VKY0FtekVXbnVpTlJDbm1Bdk1uUVZHTXozMGorOFdOWFdJQ2hDMUp2QmFnTFk1SmtPMFRNUzRuOXJmdHg2VjhyT3M3MEtRK01GWkE5SnFZQUdIcy91aE5Gdmd2d3lmaUk1aytFV3N6d1UrK25WMjZ0U21WTy9lQmpvU1RJMEJKVHBpRVBwMVJsbW9qUVhHSy9XRjh3NDZxNGZNWW54d0JLclFaOXd1TGt4Z2RlVjdPVG9JaUdwK3JmeVhhSkFPOEhBRTYwS3RFMk5yVVRwZWVCTVUwUGx2cG1hTnJFZ2d0SmtlQVVFeWZVRnI5SWl4Rm5WZXRZbGlzQ3Q5STVEM2FNUEpDL0prOEFUejZSYndZQzBKODdMNHRXekVzV29XdkZ2Nkt2SzNrQ1JBdVNiNnRWcGRsNStIcllDc2RFNXV1TG5vLzJ2WTNJYnd4bTNkak16WVU4R2RhUkw4Zk9oTjQ1QW5BZ3Z4UlkvUUY0dXNTdkJSRFdKNmlIdlFoUkluUWgwbXV2QUZqaVhpV2J1TjE3TWhEdVZvK3F1cWlUenhVYTF5dzdwMzVqaG1WWEEzSFBRVHZ5emg0Wlk1MzRQQndGTmxWVVJjNmxSYlQzMlV6cVZZQ0xLYi9RREJ2Q3Rrb2p0YzBtb2JqblRpS2Jud3VvVGVvR0IrWW9FQlVkVlg2Z2VvdExyNGhCRHk2UjFWVHVxZWlIRFFNbVZyNVVqVlB6UnAvTzJaVHpVWTU1NnNBb0Y0Q2hOSy9vNkxFeFRXQWdJZk5KQldOejZsS1I0Qnd3MEsxMlRzR01HaGlGYy9UbG1BOVltVUkwaEdBMVhqQjdGeGxoZTZHSEJEd01GMWVNQUVrVG10NkFpeWtYME9vZEpOalhBTGM5Y3dJUEltblAzVXJiYnBLNEdDYWUya1crcDE0bVhUKzNITE9QQUk4RC9Kc3JKWEFLNUduY3VsTEFGYlhScnRRNTFUKzlFaVZVbmZUYUFSOFdwbkYrQ3d3R3dGWXdrQ3dsZmxMN0hYT0lBSSt0b1VwNGMyZjBXVW53TVVZTU9yVGpVaUgwdmRueG5TNzIwdkFYR0kxY0JGUTJRbkFHanJRUE96VDNTSmxMbHdiQXZmRCtGd0p6K3owRUlDVE1UN1lTblpMNWhRNUFja0krS2gwVHd4V1NFdU9KeG1xandDOGNwZVBPWHdVYklvZ3FkNUZVMEtBSitwV01kaDdEdkVTZWxxY1BnSndjam93aWNRUGxtbEpYSlZDUzhxYlR3alhzYTZoQy9YTzFOSkxBRFpLUjdBeTl2TG1zMC91T2Y0eTN2dS8wcTFGUHdFNGhlMzBFSDYvclR1eFRTeHZCVEROcFpLZHJTVlFaSkV5M1lzb254TkZjK0VKQ0hqMGN6UzRYWm1tcHk5QjZsQlFQaVhBb1BoOWRCTzh2SWFmYytrUVdFdFQ4TjVQMGMwcnF5NWZBdkI2Zi91Q2xiMGZsRTJRaXplRXdCcHMrWEpwNnBWUmhzUWtlL0lsQU90bUVyUUhteWpmbkp3VUZ4cEI0RDZNYUw0NmIrT3p2bnpyQUpFY0JkNXVXZzZOSytIUG4zaTF1aHZqbkQvMWJzWURzOEpVY3MwU2dITlZEaGFCL0NsOFUvalV1U0VFRHFBTjVWcDhSdk1XczhhY2VRSncxc0pKbVkvQU44ZFlUdTFXOUV6UXdyZUlYakNkelBvVXhRdnBiMWp6NndJdy9qWmt1TmxiRFZlamJmOThUT2N5Ym53bVczMUtnQ2pOdTJrSlVzSDdBNXdjdmR3RS9wZVI3OC9vNnRWTGkxZDlTb0JvYXJucCtCQzJOd3RMQXhzWG9ZaW1Wb2VmdDhQNUVZNzMxdHY0bkpuNmx3QlJTTmVEQ0NXNkg2bHFpMTR1a1A5cDVPOEc1TTZheFRic0lnQmJtamVvS0tQMXdLTmJjSFpHUVl6L0hQSjFGejd2SGthK3JCbzVaUjhCQmkwZUVvSHJCMHlFY3djdk45US9EOTRvb1JQblZiVG5wOWtGeFVCbTdTVkFOUE5sUERzVTlDdndxNkVsR21TaG43OXFOb0s0OTZDb1gyZmJFMStMVjJNUVlERFY1V0NhOXpLQWVoVUswdG1EbHkzNTM0RTBkWUtlcTJENEZ5MUprekFaalVXQWFIYksyRUtXZ2lGb0MvRFBmdE1sQXovcHo4TG9mU0JrSjhvbzI1ZlBRWEpIdThZbFFEUXZqNk5abVJ1V2lENENZOHpIUDI5NVB5NGFSWU9mWitIc3hNSEZPeC85ZU5KZjBTQzNyaUtLUVlCYUNCL0ZHT1hKTkFPWFQ0ZWhadUhnZG9acE9KK000emdjRTNHTjk5U2JCRCs3Zy9BZnhMV0Q4Ty9IUDdmTDc4Yi9McHp2d3Y4T3JFLzhBaXB5emRCT3dYZzQ1eEJ3Q0RnRUhBSU9BWWVBUThBaDRCQndDRGdFSEFJT0FZZEFBUkg0UDlnbnZlQmU2N203QUFBQUFFbEZUa1N1UW1DQyIvPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-size: 15px;
  background-position-x: left;
  background-position-y: 1px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.monsterinsights-license-modal-content ul li:nth-child(2n) {
  width: 43%;
}
.monsterinsights-license-modal-content ul li:nth-child(2n+1) {
  width: 57%;
}

.monsterinsights-colorpicker-preview span {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #B9C9D7;
  border-radius: 5px;
}

.monsterinsights-colorpicker-picker {
  position: absolute;
  z-index: 100;
}
.monsterinsights-colorpicker-picker .hu-color-picker {
  min-width: 218px !important;
}

.monsterinsights-pp-theme-picker {
  overflow: hidden;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-carousel {
  display: flex;
  flex-flow: wrap;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slide {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-shrink: 0;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slide:after {
  content: "";
  margin-left: 48%;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-theme-option {
  width: 150px;
  border-radius: 10px;
  border: 1px solid #D3D7DE;
  height: 150px;
  padding: 17px 20px;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-theme-option:hover, .monsterinsights-pp-theme-picker .monsterinsights-pp-theme-option:focus, .monsterinsights-pp-theme-picker .monsterinsights-pp-theme-option.monsterinsights-pp-theme-option-selected {
  border: 3px solid #338EEF;
  padding: 15px 18px;
  outline: none;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-theme-option.monsterinsights-pp-theme-not-available .monsterinsights-pp-theme-name,
.monsterinsights-pp-theme-picker .monsterinsights-pp-theme-option.monsterinsights-pp-theme-not-available .monsterinsights-pp-theme-icon {
  opacity: 0.6;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-theme-active-icon {
  position: absolute;
  right: 5px;
  top: 5px;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-theme-icon {
  display: block;
  width: 110px;
  height: 94px;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-theme-name {
  color: #000;
  font-size: 14px;
  margin-top: 8px;
  display: block;
  text-align: left;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-icon {
  background: url("../assets/theme-icons-Bp8c8B8G.png") no-repeat 0 0;
  background-size: 488px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-beta .monsterinsights-pp-theme-icon {
  background-position-x: -126px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-charlie .monsterinsights-pp-theme-icon {
  background-position-x: -252px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-delta .monsterinsights-pp-theme-icon {
  background-position-x: -378px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-echo .monsterinsights-pp-theme-icon {
  background-position: 0 -126px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-foxtrot .monsterinsights-pp-theme-icon {
  background-position: -126px -126px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-golf .monsterinsights-pp-theme-icon {
  background-position: -252px -126px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-hotel .monsterinsights-pp-theme-icon {
  background-position: -378px -126px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-india .monsterinsights-pp-theme-icon {
  background-position: 0px -252px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-juliett .monsterinsights-pp-theme-icon {
  background-position: -126px -252px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-kilo .monsterinsights-pp-theme-icon {
  background-position: -252px -252px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-lima .monsterinsights-pp-theme-icon {
  background-position: -378px -252px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-mike .monsterinsights-pp-theme-icon {
  background-position: 0 -378px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_inline_theme .monsterinsights-pp-theme-november .monsterinsights-pp-theme-icon {
  background-position: -126px -378px;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls {
  text-align: center;
  font-size: 14px;
  color: #626D83;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls > span {
  display: inline-block;
  margin: 0 11px 0;
  vertical-align: middle;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls button {
  border: none;
  border-radius: 3px;
  background: #F0F2F4;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #626D83;
  font-size: 8px;
  cursor: pointer;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls button:hover, .monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls button:focus {
  background: #dadcde;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls button:disabled {
  opacity: 0.5;
  cursor: default;
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls button i {
  transform: rotate(-90deg);
}
.monsterinsights-pp-theme-picker .monsterinsights-pp-themes-slider-controls button.monsterinsights-pp-themes-slider-button-next i {
  transform: rotate(90deg);
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-option {
  text-align: center;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-name {
  position: absolute;
  left: 18px;
  bottom: 10px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-icon {
  width: 74px;
  height: 46px;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 392px;
  display: inline-block;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-beta .monsterinsights-pp-theme-icon {
  background-position-x: -212px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-charlie .monsterinsights-pp-theme-icon {
  background-position-x: -106px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-delta .monsterinsights-pp-theme-icon {
  height: 43px;
  background-position: -318px 0;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-echo .monsterinsights-pp-theme-icon {
  height: 76px;
  background-position: 0 -73px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-foxtrot .monsterinsights-pp-theme-icon {
  background-position: -106px -90px;
  height: 41px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-golf .monsterinsights-pp-theme-icon {
  background-position: -212px -83px;
  height: 56px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_widget_theme .monsterinsights-pp-theme-hotel .monsterinsights-pp-theme-icon {
  height: 50px;
  background-position: -318px -86px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_products_theme .monsterinsights-pp-theme-option {
  text-align: center;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_products_theme .monsterinsights-pp-theme-name {
  position: absolute;
  left: 18px;
  bottom: 10px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_products_theme .monsterinsights-pp-theme-icon {
  width: 74px;
  height: 40px;
  background: url("data:image/png;base64,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") no-repeat 0px -19px;
  background-size: 296px;
  display: inline-block;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_products_theme .monsterinsights-pp-theme-beta .monsterinsights-pp-theme-icon {
  background-position-x: -74px;
  background-position-y: -6px;
  height: 66px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_products_theme .monsterinsights-pp-theme-charlie .monsterinsights-pp-theme-icon {
  background-position-x: -148px;
  height: 50px;
  background-position-y: -14px;
}
.monsterinsights-pp-theme-picker.monsterinsights-pp-theme-picker-popular_posts_products_theme .monsterinsights-pp-theme-delta .monsterinsights-pp-theme-icon {
  height: 78px;
  background-position: -222px 0;
}

.monsterinsights-admin-page .monsterinsights-pp-inline-theme-preview {
  position: relative;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls {
  display: flex;
  flex-flow: wrap;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls .monsterinsights-pp-controls {
  margin-right: 22px;
  margin-bottom: 20px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls input[type=number] {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #B9C9D7;
  padding: 2px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls .monsterinsights-pp-controls-inputs {
  display: flex;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label {
  font-size: 14px;
  width: auto;
  margin-right: 9px;
  color: #000;
  margin-bottom: 8px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label span {
  display: block;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-pp-control-label {
  margin-bottom: 4px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows input {
  border-radius: 5px 0 0 5px;
  text-align: center;
  -moz-appearance: textfield;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows input::-webkit-outer-spin-button, .monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows {
  display: flex;
  align-items: center;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-arrows {
  display: flex;
  flex-flow: column;
  font-size: 10px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-arrows .monsterinsights-number-input-arrow {
  background: #f9fbff;
  padding: 3px 5px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #B9C9D7;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-arrows .monsterinsights-number-input-arrow:hover, .monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-arrows .monsterinsights-number-input-arrow:focus {
  background: #fff;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-arrows .monsterinsights-number-input-arrow.monsterinsights-number-input-arrow-up {
  border-radius: 0 5px 0 0;
  border-bottom: 0;
  padding-bottom: 4px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-arrows .monsterinsights-number-input-arrow.monsterinsights-number-input-arrow-up i {
  transform: rotate(0deg);
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-arrows .monsterinsights-number-input-arrow.monsterinsights-number-input-arrow-down {
  border-radius: 0 0 5px 0;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls label .monsterinsights-number-input-no-arrows .monsterinsights-number-input-unit {
  font-size: 14px;
  color: #444;
  margin-left: 5px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls .monsterinsights-pp-controls-description {
  font-weight: bold;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls .monsterinsights-pp-color-input-inline {
  display: flex;
  padding-right: 9px;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls .monsterinsights-pp-color-input-inline .monsterinsights-colorpicker-preview span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.monsterinsights-admin-page .monsterinsights-pp-inline-theme-controls .monsterinsights-pp-color-input-inline input[type=text] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 108px;
}
.monsterinsights-admin-page .monsterinsights-color-picker {
  position: relative;
  max-width: 40px;
}
.monsterinsights-admin-page .monsterinsights-color-picker .monsterinsights-colorpicker-picker {
  bottom: -120px;
  margin-left: 10px;
  left: 100%;
}
.monsterinsights-admin-page .monsterinsights-pp-posts-picker .multiselect__input {
  border: none;
}
.monsterinsights-admin-page .monsterinsights-popular-posts .monsterinsights-settings-block .monsterinsights-settings-input-select + p {
  margin-top: 25px;
}
.monsterinsights-admin-page .monsterinsights-buttons-toggle .monsterinsights-button {
  background: #fff;
  color: #444;
  border-bottom-width: 1px;
  border-color: #B9C9D7;
  border-radius: 0;
  line-height: 18px;
  border-right: 0;
  margin: 0;
}
.monsterinsights-admin-page .monsterinsights-buttons-toggle .monsterinsights-button:hover {
  background: #509fe2;
  color: #fff;
  border-color: #B9C9D7;
}
.monsterinsights-admin-page .monsterinsights-buttons-toggle .monsterinsights-button:focus {
  z-index: 10;
  position: relative;
  border-radius: 0;
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.monsterinsights-admin-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #d6e2ed;
}
.monsterinsights-admin-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval {
  background: #509fe2;
  color: #fff;
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-notice-no-posts {
  padding-top: 15px;
  cursor: default;
}
.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-notice-no-posts span {
  color: #d83638;
  font-weight: 400;
}

.monsterinsights-bg-img.monsterinsights-pp-theme-preview-beta {
  width: 144px;
  height: 100px;
  padding: 0;
}
.monsterinsights-bg-img.monsterinsights-pp-theme-preview-beta:after {
  background-image: url("../assets/theme-preview-beta-BQP5wRCQ.png");
}

.monsterinsights-inline-popular-posts-image {
  width: 128px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

/* Themes Styles */
.monsterinsights-inline-popular-posts-widget {
  margin-bottom: 24px;
}

.monsterinsights-inline-popular-posts-alpha {
  padding: 24px 27px;
}
.monsterinsights-inline-popular-posts-alpha .monsterinsights-inline-popular-posts-label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.monsterinsights-inline-popular-posts-alpha .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.monsterinsights-inline-popular-posts-beta {
  padding: 14px;
  display: flex;
  align-items: center;
  border: 1px solid #D6E2ED;
}
.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-text {
  margin-left: 19px;
}
.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
}

.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-border {
  display: block;
  border-bottom: 1px solid;
  margin: 16px 0;
}
.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-label {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
}
.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-list {
  list-style: disc inside none;
}
.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
}

.monsterinsights-inline-popular-posts-delta {
  border: 1px solid #D6E2ED;
  padding: 16px 18px;
  border-radius: 5px;
}
.monsterinsights-inline-popular-posts-delta .monsterinsights-inline-popular-posts-icon {
  margin-right: 8px;
}
.monsterinsights-inline-popular-posts-delta .monsterinsights-inline-popular-posts-label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  vertical-align: top;
}
.monsterinsights-inline-popular-posts-delta .monsterinsights-inline-popular-posts-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  margin-top: 4px;
}

.monsterinsights-inline-popular-posts-echo {
  padding: 13px 16px;
}
.monsterinsights-inline-popular-posts-echo .monsterinsights-inline-popular-posts-icon {
  margin-right: 8px;
}
.monsterinsights-inline-popular-posts-echo .monsterinsights-inline-popular-posts-label {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  margin-right: 8px;
}
.monsterinsights-inline-popular-posts-echo .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.monsterinsights-inline-popular-posts-foxtrot {
  display: flex;
  align-items: center;
}
.monsterinsights-inline-popular-posts-foxtrot .monsterinsights-inline-popular-posts-label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  display: block;
}
.monsterinsights-inline-popular-posts-foxtrot .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 125%;
  text-decoration: none;
}

.monsterinsights-bg-img.monsterinsights-pp-theme-preview-image {
  padding-top: 57%;
}
.monsterinsights-bg-img.monsterinsights-pp-theme-preview-image:after {
  background-image: url("../assets/theme-preview-image-Du73yHJK.jpg");
}

.monsterinsights-inline-popular-posts-golf {
  display: flex;
  align-items: center;
}
.monsterinsights-inline-popular-posts-golf .monsterinsights-inline-popular-posts-label {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  float: left;
  background: #fff;
  padding-right: 20px;
}
.monsterinsights-inline-popular-posts-golf .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  display: block;
  clear: both;
  margin-top: 14px;
}
.monsterinsights-inline-popular-posts-golf .monsterinsights-inline-popular-posts-title:before {
  width: 100%;
}
.monsterinsights-inline-popular-posts-golf .monsterinsights-inline-popular-posts-border {
  display: block;
  border-width: 2px 0 0 0;
  border-style: solid;
  margin-top: 10px;
}
.monsterinsights-inline-popular-posts-golf .monsterinsights-inline-popular-posts-border-2 {
  border-top: 1px solid #E2E4E9;
  margin-top: 20px;
  display: block;
}
.monsterinsights-inline-popular-posts-golf .monsterinsights-inline-popular-posts-text {
  width: 100%;
}

.monsterinsights-inline-popular-posts-hotel .monsterinsights-inline-popular-posts-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.monsterinsights-inline-popular-posts-hotel .monsterinsights-inline-popular-posts-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  line-height: 130%;
}

.monsterinsights-inline-popular-posts-india {
  padding: 13px 12px 13px 16px;
  position: relative;
}
.monsterinsights-inline-popular-posts-india .monsterinsights-inline-popular-posts-border {
  border-width: 0 0 0 4px;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.monsterinsights-inline-popular-posts-india .monsterinsights-inline-popular-posts-title {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
.monsterinsights-inline-popular-posts-india .monsterinsights-inline-popular-posts-label {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 4px;
}

.monsterinsights-inline-popular-posts-juliett {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.monsterinsights-inline-popular-posts-juliett .monsterinsights-inline-popular-posts-border {
  border-width: 1px 0 0 0;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.monsterinsights-inline-popular-posts-juliett .monsterinsights-inline-popular-posts-title {
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  max-width: 400px;
  flex-grow: 0;
  display: block;
  line-height: 125%;
}
.monsterinsights-inline-popular-posts-juliett .monsterinsights-inline-popular-posts-label {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.monsterinsights-inline-popular-posts-kilo {
  position: relative;
  padding: 30px 0;
}
.monsterinsights-inline-popular-posts-kilo .monsterinsights-inline-popular-posts-label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.monsterinsights-inline-popular-posts-kilo .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  display: block;
  clear: both;
  margin-top: 6px;
}
.monsterinsights-inline-popular-posts-kilo .monsterinsights-inline-popular-posts-title:before {
  width: 100%;
}
.monsterinsights-inline-popular-posts-kilo .monsterinsights-inline-popular-posts-border-2,
.monsterinsights-inline-popular-posts-kilo .monsterinsights-inline-popular-posts-border {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 4px dashed #E2E4E9;
}
.monsterinsights-inline-popular-posts-kilo .monsterinsights-inline-popular-posts-border-2 {
  bottom: 0;
  top: auto;
}

.monsterinsights-inline-popular-posts-lima {
  padding: 16px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.monsterinsights-inline-popular-posts-lima .monsterinsights-inline-popular-posts-text {
  margin-left: 13px;
  order: 1;
}
.monsterinsights-inline-popular-posts-lima .monsterinsights-inline-popular-posts-label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.monsterinsights-inline-popular-posts-lima .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  display: block;
  max-width: 420px;
  margin-top: 7px;
}
.monsterinsights-inline-popular-posts-lima .monsterinsights-inline-popular-posts-image {
  width: 144px;
  order: 2;
  margin-right: 0;
  margin-left: 20px;
}

.monsterinsights-bg-img.monsterinsights-pp-theme-preview-image-2 {
  padding-top: 69%;
}
.monsterinsights-bg-img.monsterinsights-pp-theme-preview-image-2:after {
  background-image: url("../assets/theme-preview-image-2-8ut-7vzL.jpg");
}

.monsterinsights-inline-popular-posts-mike {
  display: flex;
  position: relative;
  align-items: center;
}
.monsterinsights-inline-popular-posts-mike .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 125%;
  text-decoration: none;
  display: block;
  max-width: 380px;
}
.monsterinsights-inline-popular-posts-mike .monsterinsights-inline-popular-posts-label {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1.2;
}
.monsterinsights-inline-popular-posts-mike .monsterinsights-inline-popular-posts-image {
  margin-right: 20px;
}

.monsterinsights-inline-popular-posts-november {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
}
.monsterinsights-inline-popular-posts-november .monsterinsights-inline-popular-posts-text {
  width: 100%;
}
.monsterinsights-inline-popular-posts-november .monsterinsights-inline-popular-posts-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  display: block;
  margin-top: 4px;
}
.monsterinsights-inline-popular-posts-november .monsterinsights-inline-popular-posts-label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.monsterinsights-inline-popular-posts-november .monsterinsights-inline-popular-posts-image {
  margin-right: 20px;
}
.monsterinsights-inline-popular-posts-november .monsterinsights-inline-popular-posts-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  float: left;
  line-height: 38px;
  margin-right: 17px;
  margin-top: 4px;
}

.monsterinsights-sharedcount-status {
  font-size: 12px;
  color: #777;
  margin-top: 12px;
  line-height: 1.5;
}

.monsterinsights-pp-manual-placement-options {
  margin-left: -12px;
  margin-right: -12px;
}

.monsterinsights-pp-manual-placement-option {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #b7c9d9;
  font-size: 14px;
  line-height: 17px;
  color: #444;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
  vertical-align: top;
  max-width: calc(50% - 24px);
}
.monsterinsights-pp-manual-placement-option .monsterinsights-pp-manual-placement-options-icon {
  min-height: 40px;
  display: inline-flex;
  margin-bottom: 23px;
  align-items: center;
}
.monsterinsights-pp-manual-placement-option.monsterinsights-pp-manual-placement-option-active {
  border: 3px solid #338EEF;
  font-weight: 700;
  background: #F1F7FE;
}

.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-manual-placement-content-steps {
  width: calc(50% - 12px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-manual-placement-content-steps .monsterinsights-button {
  margin-top: 10px;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-manual-placement-content-steps input[type=text] {
  border-color: #b7c9d9;
  color: #444;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-manual-placement-content-steps {
    width: 100%;
    margin-top: 30px;
  }
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-manual-placement-content-steps li {
  color: #777;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-manual-placement-content-steps li b {
  color: #444;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-video-block {
  width: calc(50% - 12px);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(51, 142, 239, 0.6) 17.51%, #0E5CAF 74.11%);
  color: #fff;
  position: relative;
  height: 198px;
  flex-grow: 0;
  text-align: center;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-video-block > div {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-video-block .monsterinsights-welcome-overlay {
  position: fixed;
  bottom: 0;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-video-block .monsterinsights-pp-video-block-icon {
  margin-bottom: 30px;
  display: inline-block;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-video-block p {
  color: #fff;
  margin: 0;
  text-align: left;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-pp-manual-placement-content-columns .monsterinsights-pp-video-block {
    width: 100%;
  }
}

.monsterinsights-settings-content-pp-inline input[type=number] {
  max-width: 80px;
}
.monsterinsights-settings-content-pp-inline .monsterinsights-collapsible-content .settings-input-text {
  margin-bottom: 20px;
}

.monsterinsights-inline-desc {
  margin-left: 5px;
}

.monsterinsights-widget-popular-posts-widget {
  margin-bottom: 24px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-alpha .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-alpha .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  padding: 24px;
  background: #F0F2F4;
  border-radius: 3px;
  margin: 0 6px 12px 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-beta .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-beta .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  margin: 0 6px 30px 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
  border-left: 4px solid #1EC185;
  padding-left: 16px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-charlie .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-charlie .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  padding: 24px;
  background: #F0F2F4;
  border-radius: 3px;
  margin: 0 6px 12px 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
  border-top: 4px solid #338EEF;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-delta .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-delta .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  padding: 16px 0 0;
  margin: 0 6px 0 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
  border-top: 2px solid #D3D7DE;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-delta .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-delta .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta span {
  display: inline-block;
  margin-right: 5px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-echo .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-echo .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  margin: 0 6px 24px 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-echo .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-comments {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
  display: block;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-echo .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-echo .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta span {
  display: inline-block;
  margin-right: 5px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-foxtrot .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-foxtrot .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  padding: 16px;
  background: #F0F2F4;
  border-radius: 5px;
  margin: 0 6px 12px 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-foxtrot .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-comments {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
  display: block;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-foxtrot .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-foxtrot .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta span {
  display: inline-block;
  margin-right: 5px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-golf .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-golf .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  padding: 16px;
  background: #F0F2F4;
  border-radius: 5px;
  margin: 0 6px 12px 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-golf .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-comments {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
  display: block;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-golf .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-golf .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta span {
  display: inline-block;
  margin-right: 5px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-golf .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-label {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  line-height: 1;
  margin-bottom: 14px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-golf .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-title {
  display: block;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-widget-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-widget-popular-posts-list li {
  display: inline-block;
  margin: 0 6px 24px 6px;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-text {
  position: absolute;
  bottom: 0;
  padding: 0 14px 14px;
  left: 0;
  z-index: 15;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-widget-popular-posts-list .monsterinsights-widget-popular-posts-meta span {
  display: inline-block;
  margin-right: 5px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-bg-img {
  margin-bottom: 0;
  padding-top: 50%;
  width: 100%;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-bg-img:after {
  z-index: 5;
  border-radius: 5px;
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-hotel .monsterinsights-bg-img:before {
  background: linear-gradient(0deg, #000000 -25.16%, rgba(0, 0, 0, 0.1) 100%);
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  border-radius: 5px;
}

.monsterinsights-pp-widget-theme-preview-output,
.monsterinsights-pp-products-theme-preview-output {
  margin-top: 28px;
}

.monsterinsights-dummy-text {
  padding-right: 24px;
}
.monsterinsights-dummy-text p {
  margin-bottom: 40px;
  line-height: 180%;
}

.monsterinsights-pp-widget-controls,
.monsterinsights-pp-widget-theme-preview {
  position: relative;
}

.monsterinsights-pp-widget-controls .monsterinsights-settings-input-select-simple select {
  min-width: 50px;
}

.monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-1 .monsterinsights-widget-popular-posts-list {
  margin: 0;
}
.monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-1 .monsterinsights-widget-popular-posts-list li {
  width: 100%;
}
.monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list {
  margin: 0;
}
.monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list li {
  width: calc(33.333333% - 12px);
}
@media (max-width: 767px) {
  .monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-2 .monsterinsights-widget-popular-posts-list,
  .monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list {
    margin: 0;
  }
  .monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-2 .monsterinsights-widget-popular-posts-list li,
  .monsterinsights-pp-widget-theme-preview-output-wide .monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.monsterinsights-pp-widget-theme-preview-render h3 {
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-settings-input-radio .monsterinsights-styled-radio {
  display: none;
}
.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-settings-input-radio > span {
  display: inline-block;
  margin-right: 8px;
}
.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-wide-column {
  display: flex;
  border: 1px solid #B7C9D9;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 10px 5px;
  flex-flow: wrap;
  justify-content: space-between;
}
.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-wide-column > span {
  background: #99A1B2;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  margin-bottom: 2px;
}
.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-wide-column.monsterinsights-wide-column-two > span {
  width: 12px;
}
.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-wide-column.monsterinsights-wide-column-one > span {
  width: 100%;
}
.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-styled-radio-label-checked .monsterinsights-wide-column {
  border: 2px solid #338EEF;
  background: #ECF4FE;
  padding: 9px 4px;
}
.monsterinsights-admin-page .monsterinsights-wide-column-options .monsterinsights-styled-radio-label-checked .monsterinsights-wide-column > span {
  background: #338EEF;
}

.monsterinsights-inline-checkboxes .monsterinsights-settings-input-checkbox {
  display: inline-block;
  margin-right: 32px;
}

.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-delta .monsterinsights-bg-img {
  width: 121px;
  height: 121px;
  padding: 0;
  float: left;
  margin-right: 16px;
  margin-bottom: 12px;
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-1:after {
  background-image: url("../assets/theme-widget-1-DocKd3_n.jpg");
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-2:after {
  background-image: url("../assets/theme-widget-2-Fe5eNsT3.jpg");
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-3:after {
  background-image: url("../assets/theme-widget-3-DdfI88iG.jpg");
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-4:after {
  background-image: url("../assets/theme-widget-4-CDuJt5xU.jpg");
}
.monsterinsights-widget-popular-posts-widget.monsterinsights-widget-popular-posts-echo .monsterinsights-bg-img {
  padding-top: 50%;
  margin-bottom: 14px;
  width: 100%;
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-5:after {
  background-image: url("../assets/theme-widget-5-3tXH4Mu7.jpg");
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-6:after {
  background-image: url("../assets/theme-widget-6-CB-hOUaa.jpg");
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-7:after {
  background-image: url("../assets/theme-widget-7-DJMvonAM.jpg");
}
.monsterinsights-widget-popular-posts-widget .monsterinsights-bg-img.monsterinsights-pp-theme-widget-8:after {
  background-image: url("../assets/theme-widget-8-DUkCJs1D.jpg");
}

.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-alpha .monsterinsights-bg-img {
  width: 80px;
  height: 80px;
  padding: 0;
  float: left;
  margin-right: 18px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-beta .monsterinsights-bg-img {
  padding-top: 74%;
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-1:after {
  background-image: url("data:image/jpeg;base64,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");
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-2:after {
  background-image: url("../assets/theme-products-2-B6VA5RVe.jpg");
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-3:after {
  background-image: url("../assets/theme-products-3-DOsrRHWQ.jpg");
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-4:after {
  background-image: url("../assets/theme-products-4-CojNbWYE.jpg");
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-5 {
  padding-top: 73%;
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-5:after {
  background-image: url("../assets/theme-products-5-CsY2njtT.jpg");
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-6 {
  padding-top: 73%;
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-6:after {
  background-image: url("../assets/theme-products-6-CvgwDkIc.jpg");
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-7 {
  padding-top: 73%;
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-7:after {
  background-image: url("../assets/theme-products-7-BcGvEFHc.jpg");
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-8 {
  padding-top: 73%;
}
.monsterinsights-widget-popular-posts-products .monsterinsights-bg-img.monsterinsights-pp-theme-products-8:after {
  background-image: url("../assets/theme-products-8-BjDTGZfl.jpg");
}
.monsterinsights-widget-popular-posts-products.monsterinsights-widget-popular-posts-echo .monsterinsights-bg-img {
  padding-top: 50%;
  margin-bottom: 14px;
  width: 100%;
}

.monsterinsights-input-text-small {
  margin-top: 24px;
}
.monsterinsights-input-text-small .settings-input-text-input {
  max-width: 350px;
}

.monsterinsights-input-text-extra-small .settings-input-text {
  display: inline-block;
  margin-right: 5px;
}
.monsterinsights-input-text-extra-small .settings-input-text-input {
  max-width: 80px;
}

.monsterinsights-widget-popular-posts-products {
  margin-bottom: 24px;
}
.monsterinsights-widget-popular-posts-products .monsterinsights-products-popular-posts-rating {
  display: block;
}
.monsterinsights-widget-popular-posts-products .monsterinsights-products-popular-posts-rating svg {
  margin-right: 2px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-alpha .monsterinsights-products-popular-posts-list {
  margin: 0 -12px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-alpha .monsterinsights-products-popular-posts-list li {
  display: inline-block;
  margin: 0 12px;
  width: calc(50% - 24px);
  vertical-align: top;
  font-size: 16px;
  border-top: 1px solid #D3D7DE;
  padding-top: 15px;
  padding-bottom: 30px;
  font-weight: bold;
  line-height: 1.1;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-alpha .monsterinsights-products-popular-posts-price {
  display: block;
  margin: 10px 0 7px;
  font-weight: 400;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-beta .monsterinsights-products-popular-posts-list, .monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-beta .monsterinsights-products-popular-posts-list li, .monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-list li {
  display: inline-block;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  padding: 10px 12px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 6px 24px;
  border-radius: 3px;
  position: relative;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-beta .monsterinsights-products-popular-posts-price, .monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-price {
  display: block;
  font-weight: 400;
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-beta .monsterinsights-products-popular-posts-title, .monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-title {
  margin-top: 12px;
  display: block;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-beta .monsterinsights-products-popular-posts-rating, .monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-rating {
  margin-top: 13px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-products-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-products-popular-posts-list li {
  display: inline-block;
  width: calc(50% - 12px);
  vertical-align: top;
  font-size: 16px;
  padding: 0;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 6px 24px;
  border-radius: 5px;
  position: relative;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-products-popular-posts-price {
  display: block;
  font-weight: 400;
  order: 3;
  margin-top: 4px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-products-popular-posts-title {
  order: 2;
  margin-top: 4px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-products-popular-posts-text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 16px;
  display: flex;
  flex-flow: column;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-products-popular-posts-rating {
  margin-top: 13px;
  order: 1;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-bg-img {
  padding-top: 74%;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-charlie .monsterinsights-bg-img:before {
  background: linear-gradient(0deg, #000000 -25.16%, rgba(0, 0, 0, 0.1) 100%);
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  border-radius: 5px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-price {
  position: relative;
  margin-top: 8px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-list {
  margin: 0 -6px;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-list li {
  padding: 0;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-price {
  right: auto;
  bottom: auto;
  order: 3;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-rating {
  margin-top: 8px;
  order: 1;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-title {
  order: 2;
}
.monsterinsights-widget-popular-posts-products.monsterinsights-products-popular-posts-delta .monsterinsights-products-popular-posts-text {
  display: flex;
  flex-flow: column;
}

.monsterinsights-pp-products-theme-preview-output-wide .monsterinsights-products-popular-posts-columns-1 .monsterinsights-products-popular-posts-list {
  margin: 0;
}
.monsterinsights-pp-products-theme-preview-output-wide .monsterinsights-products-popular-posts-columns-1 .monsterinsights-products-popular-posts-list li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.monsterinsights-pp-products-theme-preview-output-wide .monsterinsights-products-popular-posts-columns-3 .monsterinsights-products-popular-posts-list li {
  width: calc(33.333333% - 24px);
}
@media (max-width: 767px) {
  .monsterinsights-pp-products-theme-preview-output-wide .monsterinsights-products-popular-posts-columns-2 .monsterinsights-products-popular-posts-list,
  .monsterinsights-pp-products-theme-preview-output-wide .monsterinsights-products-popular-posts-columns-3 .monsterinsights-products-popular-posts-list {
    margin: 0;
  }
  .monsterinsights-pp-products-theme-preview-output-wide .monsterinsights-products-popular-posts-columns-2 .monsterinsights-products-popular-posts-list li,
  .monsterinsights-pp-products-theme-preview-output-wide .monsterinsights-products-popular-posts-columns-3 .monsterinsights-products-popular-posts-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.monsterinsights-pp-blurred {
  filter: blur(3px);
}

.monsterinsights-pp-upgrade-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 8px 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 10;
  display: flex;
  align-items: center;
}
.monsterinsights-pp-upgrade-overlay > span {
  margin: 0 10px;
}

.monsterinsights-pp-theme-controls-holder {
  position: relative;
}

.monsterinsights-pro-pill {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  background: #509FE2;
  border-radius: 3px;
  color: #fff;
  padding: 4px 8px;
  margin-left: 8px;
}

.monsterinsights-bg-img.monsterinsights-popular-posts-products-upsell {
  position: relative;
  width: 750px;
  height: 815px;
  max-width: 100%;
}
.monsterinsights-bg-img.monsterinsights-popular-posts-products-upsell:after {
  background-image: url("../assets/popular-products-bg-DGc7Vr5u.jpg");
}
.monsterinsights-bg-img.monsterinsights-popular-products-upsell-browser {
  padding-top: 83%;
  filter: drop-shadow(0px 61.7368px 144.053px rgba(0, 0, 0, 0.1));
}
.monsterinsights-bg-img.monsterinsights-popular-products-upsell-browser:after {
  background-image: url("../assets/popular-products-browser-BlyRAAm4.jpg");
}

.monsterinsights-popular-posts-products-upsell {
  margin-top: 20px;
}
.monsterinsights-popular-posts-products-upsell .monsterinsights-popular-products-upsell-window {
  padding: 48px 50px 0;
  text-align: center;
  position: absolute;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-popular-posts-products-upsell .monsterinsights-popular-products-upsell-window {
    width: 372px;
  }
}
.monsterinsights-popular-posts-products-upsell .monsterinsights-popular-products-upsell-window {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #D6E2ED;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.1);
}
.monsterinsights-popular-posts-products-upsell h2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2;
}
.monsterinsights-popular-posts-products-upsell p {
  font-size: 16px;
  line-height: 1.2;
  color: #626D83;
  margin-bottom: 32px;
}
.monsterinsights-popular-posts-products-upsell .monsterinsights-button-text {
  margin: 28px 0;
  color: #99A1B2;
  font-size: 16px;
  display: inline-block;
}

.monsterinsights-popular-posts-widget-category {
  margin-top: 25px;
}
.monsterinsights-popular-posts-widget-category.monsterinsights-popular-posts-widget-category-lite .monsterinsights-settings-input-select {
  pointer-events: none;
  opacity: 0.6;
}

.monsterinsights-popular-posts-products-no-woocommerce {
  margin-top: 72px;
}
.monsterinsights-popular-posts-products-no-woocommerce .monsterinsights-settings-block {
  opacity: 0.6;
  pointer-events: none;
}

.monsterinsights-admin-page .monsterinsights-popular-products-woocommerce-notice {
  position: absolute;
  top: -72px;
  left: 0;
  right: 0;
  padding: 16px 24px;
  background: #D7930F;
  color: #fff;
  font-size: 12px;
}
.monsterinsights-admin-page .monsterinsights-popular-products-woocommerce-notice a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.monsterinsights-admin-page .monsterinsights-popular-products-woocommerce-notice a:focus, .monsterinsights-admin-page .monsterinsights-popular-products-woocommerce-notice a:hover {
  text-decoration: none;
}
.monsterinsights-admin-page .monsterinsights-popular-products-woocommerce-notice span {
  margin-left: 8px;
}
.monsterinsights-admin-page .monsterinsights-popular-products-woocommerce-notice svg {
  vertical-align: middle;
}

.monsterinsights-popular-posts-products-top {
  position: relative;
}

.monsterinsights-pp-placement-options-accordion {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-pp-placement-options-accordion {
    padding-left: 10px;
  }
}

.monsterinsights-pp-accordion-item-title {
  border-bottom: 1px solid #D6E2ED;
  padding: 24px 0;
  position: relative;
}
.monsterinsights-pp-accordion-item-title.monsterinsights-pp-accordion-item-title-toggle * {
  cursor: pointer;
}
.monsterinsights-pp-accordion-item-title .monsterinsights-settings-input-toggle-collapsible {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
}
.monsterinsights-pp-accordion-item-title .monsterinsights-settings-input-toggle-collapsible i {
  transform-origin: 50%;
}
@media screen and (max-width: 767px) {
  .monsterinsights-pp-accordion-item-title .monsterinsights-settings-input-toggle-collapsible {
    padding-left: 0 !important;
  }
}
.monsterinsights-pp-accordion-item-title.monsterinsights-pp-accordion-item-title-active {
  border-bottom: 0;
}
.monsterinsights-pp-accordion-item-title.monsterinsights-pp-accordion-item-title-active .monsterinsights-settings-input-toggle-collapsible i {
  transform: rotate(0deg);
}
.monsterinsights-pp-accordion-item-title .monsterinsights-pp-accordion-item-title-top {
  margin-bottom: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.monsterinsights-pp-accordion-item-title .monsterinsights-pp-accordion-item-title-top > span {
  margin-right: 8px;
  margin-left: 8px;
}
.monsterinsights-pp-accordion-item-title .monsterinsights-pp-accordion-item-title-top .monsterinsights-settings-input-checkbox {
  display: inline-block;
}
.monsterinsights-pp-accordion-item-title .monsterinsights-pp-accordion-item-title-bottom-container {
  display: flex;
  flex-direction: row;
}
.monsterinsights-pp-accordion-item-title .monsterinsights-pp-accordion-item-title-bottom-container .monsterinsights-settings-input-checkbox {
  align-self: center;
}
.monsterinsights-pp-accordion-item-title .monsterinsights-pp-accordion-item-title-bottom {
  color: #777;
  padding-right: 45px;
}

.monsterinsights-pp-accordion-item-content {
  border-bottom: 1px solid #D6E2ED;
  padding: 0 0 24px;
}

.monsterinsights-pp-inline-theme-preview-render > p,
.monsterinsights-dummy-text p {
  opacity: 0.5;
}

.monsterinsights-pp-products-theme-preview-output-narrow,
.monsterinsights-pp-widget-theme-preview-output-narrow {
  display: flex;
}
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-dummy-text,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-dummy-text {
  width: 60%;
}
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products,
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget {
  width: 40%;
}
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-products-popular-posts-list,
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-widget-popular-posts-list,
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-products-popular-posts-list,
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-widget-popular-posts-list,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-products-popular-posts-list,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-widget-popular-posts-list,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-products-popular-posts-list,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-widget-popular-posts-list {
  margin: 0;
}
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-products-popular-posts-list li,
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-widget-popular-posts-list li,
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-products-popular-posts-list li,
.monsterinsights-pp-products-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-widget-popular-posts-list li,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-products-popular-posts-list li,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-products .monsterinsights-widget-popular-posts-list li,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-products-popular-posts-list li,
.monsterinsights-pp-widget-theme-preview-output-narrow .monsterinsights-widget-popular-posts-widget .monsterinsights-widget-popular-posts-list li {
  width: 100%;
}

.monsterinsights-pp-themes-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.monsterinsights-pp-themes-slider-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.monsterinsights-pp-themes-slider-controls button svg {
  width: 7px;
  height: auto;
}

.monsterinsights-settings-input-toggle-collapsible img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(31%) saturate(157%) hue-rotate(165deg) brightness(89%) contrast(89%);
}

.monsterinsights-admin-page input[type=text].multiselect__input,
.monsterinsights-admin-page .multiselect .multiselect__input {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: 0;
  width: auto;
  background: transparent;
  box-shadow: none;
  font-size: inherit;
  color: inherit;
}
.monsterinsights-admin-page input[type=text].multiselect__input:focus,
.monsterinsights-admin-page .multiselect .multiselect__input:focus {
  outline: none;
  box-shadow: none;
}

.monsterinsights-addons-navbar h1 {
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .monsterinsights-addons-navbar h1 {
    display: block;
    text-align: center;
  }
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  width: 258px;
  position: relative;
}
@media (max-width: 767px) {
  .monsterinsights-addons-navbar .monsterinsights-addons-filters {
    float: none;
    margin: 4px auto 10px auto;
  }
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters input.monsterinsights-addons-search {
  height: auto !important;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 28px;
  font-size: 14px;
  border-color: #d6e2ed;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters input.monsterinsights-addons-search::-webkit-input-placeholder {
  color: #8ba4b7;
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters input.monsterinsights-addons-search:-moz-placeholder {
  color: #8ba4b7;
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters input.monsterinsights-addons-search::-moz-placeholder {
  color: #8ba4b7;
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters input.monsterinsights-addons-search:-ms-input-placeholder {
  color: #8ba4b7;
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters > i {
  position: absolute;
  right: 10px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-addons-navbar .monsterinsights-addons-filters > i {
    top: 10px;
  }
}
.monsterinsights-addons-navbar .monsterinsights-addons-filters > i {
  z-index: 10;
  color: #b7c9d9;
}

.monsterinsights-addon-not-installed .monsterinsights-addon-status span,
.monsterinsights-addon-not-available .monsterinsights-addon-status span {
  color: #777;
}

.monsterinsights-addon-inactive .monsterinsights-addon-status span {
  color: #d4393d;
}

.monsterinsights-addon-active .monsterinsights-addon-status span {
  color: #64bfa5;
}

#monsterinsights-addons .monsterinsights-addons-no-results {
  margin-top: 25px;
  padding: 0 10px;
}
#monsterinsights-addons .monsterinsights-addons-no-results p {
  font-size: 16px;
}
#monsterinsights-addons .monsterinsights-addons-no-results > div {
  visibility: hidden;
  animation: loadMonsterInsightsSettingsNoJSView 0s 2s forwards;
}

.monsterinsights-path-addons.monsterinsights-admin-page .monsterinsights-container {
  width: 100%;
  max-width: 1250px;
  padding-left: 10px;
  padding-right: 10px;
}
.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-main-navigation.monsterinsights-main-navigation-open {
  padding: 0;
}
.monsterinsights-path-addons .monsterinsights-navigation-bar.monsterinsights-addons-filter-wrapper {
  border-top: 0 none;
}
.monsterinsights-path-addons .monsterinsights-navigation-bar.monsterinsights-addons-filter-wrapper .monsterinsights-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .monsterinsights-path-addons .monsterinsights-navigation-bar.monsterinsights-addons-filter-wrapper .monsterinsights-container {
    display: block;
  }
}
.monsterinsights-path-addons .monsterinsights-notices-area {
  padding-left: 10px;
  padding-right: 10px;
}
.monsterinsights-path-addons .monsterinsights-notice-button {
  margin-top: 10px;
}

.monsterinsights-addons-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.monsterinsights-addons-list .monsterinsights-addon {
  width: calc(50% - 12.5px);
  border: 1px solid #d6e2ed;
  position: relative;
  background: #fff;
  padding: 0 0 72px;
  margin-bottom: 25px;
}
@media (max-width: 782px) {
  .monsterinsights-addons-list .monsterinsights-addon {
    width: 100%;
  }
}
.monsterinsights-addons-list .monsterinsights-addon h3 {
  color: #393f4c;
  margin: 0 0 -5px;
  font-size: 15px;
}
.monsterinsights-addons-list .monsterinsights-addon .monsterinsights-addon-excerpt {
  color: #777;
  font-weight: 400;
  margin: 10px 0 0;
  font-size: 14px;
}
.monsterinsights-addons-list .monsterinsights-addon-top {
  padding: 20px 24px;
  display: flex;
}
.monsterinsights-addons-list .monsterinsights-addon-image {
  border: 1px solid #d6e2ed;
  width: 74px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: start;
  margin-right: 20px;
}
.monsterinsights-addons-list .monsterinsights-addon-image img {
  display: block;
  max-width: 100%;
}
.monsterinsights-addons-list .monsterinsights-addon-message {
  position: absolute;
  bottom: 0;
  background: #f9fbff;
  border-top: 1px solid #d6e2ed;
  left: 0;
  right: 0;
}
.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status {
  font-weight: 700;
  font-size: 13px;
  color: #393f4c;
}
.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status.monsterinsights-green-text {
  color: #5cc0a5;
}
.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-action {
  align-self: flex-end;
}
.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button {
  padding-bottom: 7px;
  padding-top: 9px;
  min-width: 120px;
  line-height: 1;
}
.monsterinsights-addons-list .monsterinsights-addon-upgrade {
  text-align: center;
  width: 100%;
}

.monsterinsights-addons-filter-right {
  padding: 7px 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .monsterinsights-addons-filter-right {
    margin-left: 0;
    text-align: center;
  }
}
.monsterinsights-addons-filter-right .monsterinsights-addons-select {
  border: 1px solid #d6e2ed;
  padding-top: 1px;
  padding-bottom: 1px;
}

@media (max-width: 767px) {
  .monsterinsights-addons-filter-left {
    text-align: center;
  }
  .monsterinsights-addons-filter-left a.monsterinsights-navigation-tab-link {
    width: auto;
    color: #000;
    margin: 0;
  }
  .monsterinsights-addons-filter-left a.monsterinsights-navigation-tab-link.router-link-exact-active {
    display: inline-block;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .monsterinsights-addons-area {
    padding: 0 10px;
  }
}
.monsterinsights-addons-area .monsterinsights-addons-list {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: normal;
}
.monsterinsights-addons-area .monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button {
  padding-bottom: 11px;
  padding-top: 11px;
}
.monsterinsights-addons-area .monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior {
  padding-top: 11px;
  padding-bottom: 11px;
}
.monsterinsights-addons-area .monsterinsights-addon-column {
  padding: 0 10px 20px 10px;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 767px) {
  .monsterinsights-addons-area .monsterinsights-addon-column {
    width: 100%;
  }
}
.monsterinsights-addons-area .monsterinsights-addon {
  height: 100%;
  width: auto;
}
.monsterinsights-addons-area .monsterinsights-addon-top {
  position: relative;
}
.monsterinsights-addons-area .monsterinsights-addon-top .monsterinsights-settings-input-checkbox {
  position: absolute;
  right: 10px;
  top: 15px;
}
.monsterinsights-addons-area .monsterinsights-addon-top .monsterinsights-settings-input-checkbox label {
  cursor: pointer;
}
.monsterinsights-addons-area .monsterinsights-addon-image {
  width: 56px;
  height: 56px;
  border: 0 none;
}
.monsterinsights-addons-area .monsterinsights-addon-image .icon {
  width: 100%;
  height: 100%;
}
.monsterinsights-addons-area .monsterinsights-addon-text {
  display: flex;
  align-items: center;
}
.monsterinsights-addons-area .monsterinsights-addon-text h3, .monsterinsights-addons-area .monsterinsights-addon-text h3 a {
  color: #393f4c;
  margin: 0;
  font-size: 19px;
  padding-right: 25px;
  text-decoration: none;
}
.monsterinsights-addons-area .monsterinsights-addon-excerpt-row {
  padding: 0 24px 20px 24px;
}
.monsterinsights-addons-area .monsterinsights-addon-excerpt-row .monsterinsights-addon-excerpt {
  color: #777;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
}
.monsterinsights-addons-area .monsterinsights-addon-badge {
  color: #8c8f94;
  background-color: #e5e5e6;
  padding: 6px 10px;
  margin: 0;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
}

.monsterinsights-addons-heading {
  font-size: 23px;
  margin: 25px 0 0 0;
}

.monsterinsights-addons-upsell {
  background-color: #D6EAFF;
  border: 2px solid #D6E2ED;
  margin: 20px 0 30px 0;
  padding: 20px 40px 20px 270px;
  background-image: url("../assets/monsterinsights-addons-upsell-logo-DE5_WyLu.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .monsterinsights-addons-upsell {
    padding: 20px;
    background-image: none;
    display: block;
  }
}
.monsterinsights-addons-upsell-heading {
  font-size: 28px;
  line-height: 1.2;
  position: relative;
  padding-right: 100px;
  margin: 0;
}
@media (max-width: 767px) {
  .monsterinsights-addons-upsell-heading {
    padding: 0 0 20px 0;
  }
  .monsterinsights-addons-upsell-heading br {
    content: "";
  }
  .monsterinsights-addons-upsell-heading br:after {
    content: " ";
  }
}
.monsterinsights-addons-upsell-heading:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA2IiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMTA2IDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy4wNDgyNyAzOS4xNTc3QzEzLjUyMDcgNDUuMjM4OCAyNS4xNzU0IDQ5LjI3MTcgMzcuMTc4NyA1MS4wMzU4QzQ5LjI2ODIgNTIuODI3NyA2MS42Nzg1IDUyLjQzNzIgNzMuNTc3MyA0OS43ODcxQzgwLjI0MTggNDguMzExMSA4Ni43NTU0IDQ2LjExOTkgOTIuODg4MyA0My4xODc0Qzk0Ljc0MjUgNDIuMzA3NCA5Ni4yMDY1IDQ1LjE1ODkgOTQuMzUyMyA0Ni4wMzg4QzgyLjkxMjYgNTEuNDA3NyA3MC40NzI4IDU0LjQwNzYgNTcuODM3NSA1NS4yMDE5QzQ1LjMxNjIgNTUuOTM3NyAzMi41OTc4IDU0LjMyNDUgMjAuNjMwMSA1MC41MjQ0QzEzLjg5ODEgNDguMzU5OSA3LjQ0NTAxIDQ1LjQ3NTcgMS4zMDAyNiA0MS45Mjg4Qy0wLjQzMjAzNyA0MC44MDA1IDEuMjg4MjMgMzguMTE1NyAzLjA0ODI3IDM5LjE1NzdaIiBmaWxsPSIjMzkzRjRDIi8+CjxwYXRoIGQ9Ik03OC43NDU0IDYzLjkyMzRDODYuNDU4MyA1OC41OTQzIDkyLjY1NjMgNTEuMDE2MyA5Ni4zNDgzIDQyLjM0N0M5Ni45ODYzIDQzLjAyODMgOTcuNTY3NCA0My43Mzg5IDk4LjIwNTQgNDQuNDIwMUM5MC4yMTg1IDQ1LjU2NjIgODIuMDc2IDQ1LjU2NzIgNzQuMTQ5MyA0NC4zMDQyQzczLjI4NzggNDQuMTcwMSA3Mi41OTI3IDQzLjUxODEgNzIuNjQwNiA0Mi42Mjg4QzcyLjY2MDcgNDEuODI1OCA3My40NTQ1IDQwLjk4NTggNzQuMzE2IDQxLjEyQzgxLjk4MzcgNDIuMjk5NyA4OS44MTE4IDQyLjM4ODEgOTcuNTQxMyA0MS4zMDIxQzk4LjYyOTUgNDEuMTc1OCA5OS45MzAyIDQyLjE2NTQgOTkuMzk4NCA0My4zNzUzQzk1LjMxMzMgNTIuODIyOSA4OC42NjIxIDYwLjkyMTcgODAuMTUyNCA2Ni44MDQxQzc5LjQ2OTUgNjcuMjk4OCA3OC4zNDYgNjYuNzk0NyA3Ny45OTQ3IDY2LjExMDRDNzcuNjEyNSA2NS4yMjU2IDc4LjAwNTYgNjQuNDQ3MyA3OC43NDU0IDYzLjkyMzRaIiBmaWxsPSIjMzkzRjRDIi8+Cjwvc3ZnPgo=");
  width: 106px;
  height: 94px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .monsterinsights-addons-upsell-heading:after {
    display: none;
  }
}
.monsterinsights-addons-upsell ul {
  padding: 0 0 0 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .monsterinsights-addons-upsell ul {
    padding: 0;
  }
}
.monsterinsights-addons-upsell ul li {
  font-size: 16px;
  margin: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMDE5MjcgOC41MTYzNEw0LjM4NTk0IDYuODgzMDFDNC4yODU5NCA2Ljc4MzAxIDQuMTYzNzIgNi43MzMwMSA0LjAxOTI3IDYuNzMzMDFDMy44NzQ4MyA2LjczMzAxIDMuNzUyNiA2Ljc4MzAxIDMuNjUyNiA2Ljg4MzAxQzMuNTQxNDkgNi45OTQxMiAzLjQ4NTk0IDcuMTI0NjcgMy40ODU5NCA3LjI3NDY3QzMuNDg1OTQgNy40MjQ2NyAzLjUzNTk0IDcuNTQ5NjcgMy42MzU5NCA3LjY0OTY3TDUuNjY5MjcgOS42ODMwMUM1Ljc1ODE2IDkuNzcxOSA1Ljg3NDgzIDkuODE2MzQgNi4wMTkyNyA5LjgxNjM0QzYuMTYzNzEgOS44MTYzNCA2LjI4MDM4IDkuNzcxOSA2LjM2OTI3IDkuNjgzMDFMMTAuMzY5MyA1LjY4MzAxQzEwLjQ2OTMgNS41ODMwMSAxMC41MTkzIDUuNDYwNzkgMTAuNTE5MyA1LjMxNjM0QzEwLjUxOTMgNS4xNzE5IDEwLjQ2MzcgNS4wNDQxMiAxMC4zNTI2IDQuOTMzMDFDMTAuMjUyNiA0LjgzMzAxIDEwLjEyNzYgNC43ODMwMSA5Ljk3NzYgNC43ODMwMUM5LjgyNzYgNC43ODMwMSA5LjY5NzA1IDQuODM4NTYgOS41ODU5NCA0Ljk0OTY3TDYuMDE5MjcgOC41MTYzNFpNNy4wMDI2IDEzLjY2NjNDNi4wNTgxNiAxMy42NjYzIDUuMTgwMzggMTMuNDk2OSA0LjM2OTI3IDEzLjE1OEMzLjU1ODE2IDEyLjgxOTEgMi44NTI2IDEyLjM0OTcgMi4yNTI2IDExLjc0OTdDMS42NTI2IDExLjE0OTcgMS4xODMxNiAxMC40NDQxIDAuODQ0MjcxIDkuNjMzMDFDMC41MDUzODIgOC44MjE5IDAuMzM1OTM4IDcuOTQ0MTIgMC4zMzU5MzggNi45OTk2N0MwLjMzNTkzOCA2LjA2NjM0IDAuNTA1MzgyIDUuMTk0MTIgMC44NDQyNzEgNC4zODMwMUMxLjE4MzE2IDMuNTcxOSAxLjY1MjYgMi44NjYzNCAyLjI1MjYgMi4yNjYzNEMyLjg1MjYgMS42NjYzNCAzLjU1ODE2IDEuMTk0MTIgNC4zNjkyNyAwLjg0OTY3NEM1LjE4MDM4IDAuNTA1MjMgNi4wNTgxNiAwLjMzMzAwOCA3LjAwMjYgMC4zMzMwMDhDNy45MzU5NCAwLjMzMzAwOCA4LjgwODE2IDAuNTA1MjMgOS42MTkyNyAwLjg0OTY3NEMxMC40MzA0IDEuMTk0MTIgMTEuMTM1OSAxLjY2NjM0IDExLjczNTkgMi4yNjYzNEMxMi4zMzU5IDIuODY2MzQgMTIuODA4MiAzLjU3MTkgMTMuMTUyNiA0LjM4MzAxQzEzLjQ5NyA1LjE5NDEyIDEzLjY2OTMgNi4wNjYzNCAxMy42NjkzIDYuOTk5NjdDMTMuNjY5MyA3Ljk0NDEyIDEzLjQ5NyA4LjgyMTkgMTMuMTUyNiA5LjYzMzAxQzEyLjgwODIgMTAuNDQ0MSAxMi4zMzU5IDExLjE0OTcgMTEuNzM1OSAxMS43NDk3QzExLjEzNTkgMTIuMzQ5NyAxMC40MzA0IDEyLjgxOTEgOS42MTkyNyAxMy4xNThDOC44MDgxNiAxMy40OTY5IDcuOTM1OTQgMTMuNjY2MyA3LjAwMjYgMTMuNjY2M1oiIGZpbGw9IiMzMzhFRUYiLz4KPC9zdmc+Cg==");
  padding: 0 0 0 22px;
  background-repeat: no-repeat;
  background-position: left center;
}
.monsterinsights-addons-upsell ul li + li {
  margin-top: 10px;
}
.monsterinsights-addons-upsell-action {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 767px) {
  .monsterinsights-addons-upsell-action {
    display: inline-block;
    margin-top: 20px;
  }
}
.monsterinsights-addons-upsell-action-offer {
  background-color: #FFD045;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY0NTcgMTYuOTc5MkMxMC4zOTU3IDE3LjIyOTIgMTAuMDkzNiAxNy4zNTQyIDkuNzM5NDIgMTcuMzU0MkM5LjM4NTI1IDE3LjM1NDIgOS4wODMxNyAxNy4yMjkyIDguODMzMTcgMTYuOTc5MkwxLjAyMDY3IDkuMTY2NjdDMC44ODE3ODIgOS4wMjc3OCAwLjc4ODAzMiA4Ljg4MTk0IDAuNzM5NDIxIDguNzI5MTdDMC42OTA4MSA4LjU3NjM5IDAuNjY2NTA0IDguNDE2NjcgMC42NjY1MDQgOC4yNVYxLjkxNjY3QzAuNjY2NTA0IDEuNTU1NTYgMC43ODQ1NTkgMS4yNTY5NSAxLjAyMDY3IDEuMDIwODNDMS4yNTY3OCAwLjc4NDcyMyAxLjU1NTM5IDAuNjY2NjY4IDEuOTE2NSAwLjY2NjY2OEg4LjI0OTg0QzguNDE2NSAwLjY2NjY2OCA4LjU4MzE3IDAuNjkwOTc0IDguNzQ5ODQgMC43Mzk1ODVDOC45MTY1IDAuNzg4MTk2IDkuMDY5MjggMC44ODE5NDYgOS4yMDgxNyAxLjAyMDgzTDE2Ljk3OSA4Ljc5MTY3QzE3LjI0MjkgOS4wNTU1NSAxNy4zNzQ4IDkuMzY0NTggMTcuMzc0OCA5LjcxODc1QzE3LjM3NDggMTAuMDcyOSAxNy4yNDI5IDEwLjM4MTkgMTYuOTc5IDEwLjY0NThMMTAuNjQ1NyAxNi45NzkyWk00LjEwNCA1LjE2NjY3QzQuMzk1NjcgNS4xNjY2NyA0LjY0OTE0IDUuMDU5MDMgNC44NjQ0MiA0Ljg0Mzc1QzUuMDc5NyA0LjYyODQ3IDUuMTg3MzQgNC4zNzUgNS4xODczNCA0LjA4MzMzQzUuMTg3MzQgMy43OTE2NyA1LjA3OTcgMy41MzgyIDQuODY0NDIgMy4zMjI5MkM0LjY0OTE0IDMuMTA3NjQgNC4zOTU2NyAzIDQuMTA0IDNDMy44MTIzNCAzIDMuNTU4ODcgMy4xMDc2NCAzLjM0MzU5IDMuMzIyOTJDMy4xMjgzMSAzLjUzODIgMy4wMjA2NyAzLjc5MTY3IDMuMDIwNjcgNC4wODMzM0MzLjAyMDY3IDQuMzc1IDMuMTI4MzEgNC42Mjg0NyAzLjM0MzU5IDQuODQzNzVDMy41NTg4NyA1LjA1OTAzIDMuODEyMzQgNS4xNjY2NyA0LjEwNCA1LjE2NjY3WiIgZmlsbD0iIzgxNjUxNSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  padding: 10px 14px 10px 48px;
  margin-bottom: 10px;
  font-size: 19px;
  color: #816515;
  text-transform: uppercase;
  border-radius: 3px;
  background-position: 16px center;
}
.monsterinsights-addons-upsell-action a.monsterinsights-button {
  font-size: 18px;
}

.monsterinsights-about-block {
  padding: 25px;
  background: #fff;
  border: 1px solid #d6e2ed;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.monsterinsights-about-block h3 {
  color: #393f4c;
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 1.4;
}
.monsterinsights-about-block p {
  font-size: 16px;
}
.monsterinsights-about-block:after {
  content: "";
  display: table;
  clear: both;
}

div[class^=monsterinsights-path-about-] .monsterinsights-container, div[class*=" monsterinsights-path-about-"] .monsterinsights-container {
  width: 100%;
}
div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar, div[class^=monsterinsights-path-about-] .monsterinsights-header, div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar, div[class*=" monsterinsights-path-about-"] .monsterinsights-header {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 782px) {
  div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar, div[class^=monsterinsights-path-about-] .monsterinsights-header, div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar, div[class*=" monsterinsights-path-about-"] .monsterinsights-header {
    padding-left: 0;
    padding-right: 0;
  }
}
div[class^=monsterinsights-path-about-] .monsterinsights-floating-bar, div[class*=" monsterinsights-path-about-"] .monsterinsights-floating-bar {
  margin-right: -20px;
  margin-left: -20px;
}
div[class^=monsterinsights-path-about-] .monsterinsights-addons-list, div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list {
  padding: 0 20px;
}
div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon, div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon {
  width: calc(33.3333% - 12.5px);
}
@media (max-width: 782px) {
  div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon, div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon {
    width: 100%;
  }
}
div[class^=monsterinsights-path-about-] .monsterinsights-addon-image, div[class*=" monsterinsights-path-about-"] .monsterinsights-addon-image {
  min-height: 74px;
  padding: 5px;
  display: flex;
  height: 74px;
  align-items: center;
}
div[class^=monsterinsights-path-about-] .monstericon-star:before, div[class*=" monsterinsights-path-about-"] .monstericon-star:before {
  color: #fdb72c;
}

.monsterinsights-lite-vs-pro-table {
  padding: 0;
}
.monsterinsights-lite-vs-pro-table .monsterinsights-lite-vs-pro-footer {
  background: #f0f0f0;
}

.monsterinsights-lite-vs-pro-header {
  text-align: center;
  padding: 40px 0 22px;
}
.monsterinsights-lite-vs-pro-header h1 {
  font-size: 22px;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-lite-vs-pro-header p {
    padding: 0 15px;
  }
}

.monsterinsights-features-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-top: 1px solid #d6e2ed;
  border-bottom: 1px solid #d6e2ed;
}
.monsterinsights-features-table .monsterinsights-features-table-head {
  display: table-header-group;
  border-bottom: 1px solid #d6e2ed;
  padding: 30px;
  vertical-align: top;
}
.monsterinsights-features-table .monsterinsights-features-table-head .monsterinsights-features-table-header-cell {
  display: table-cell;
  padding: 10px 30px;
  background: #f0f0f0;
  font-weight: 800;
  text-align: justify;
}
.monsterinsights-features-table .monsterinsights-features-table-body {
  display: table-row-group;
}
.monsterinsights-features-table .monsterinsights-features-table-body .monsterinsights-features-table-body-row {
  display: table-row;
  table-layout: fixed;
}
.monsterinsights-features-table .monsterinsights-features-table-body .monsterinsights-features-table-body-row .monsterinsights-features-table-body-cell {
  display: table-cell;
  text-align: left;
  width: 33.333333%;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-features-table .monsterinsights-features-table-body .monsterinsights-features-table-body-row .monsterinsights-features-table-body-cell {
    padding: 15px 10px;
  }
}
.monsterinsights-features-table .monsterinsights-features-table-body .monsterinsights-features-table-body-row .monsterinsights-features-table-body-cell {
  border-bottom: 1px solid #d6e2ed;
}
.monsterinsights-features-table .monsterinsights-features-table-body .monsterinsights-features-table-body-row .monsterinsights-features-table-body-cell p > span {
  display: block;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-features-table .monsterinsights-features-table-body .monsterinsights-features-table-body-row .monsterinsights-features-table-body-cell p {
    font-size: 8px;
  }
  .monsterinsights-features-table .monsterinsights-features-table-body .monsterinsights-features-table-body-row .monsterinsights-features-table-body-cell p > span {
    margin-left: 0;
    margin-top: 5px;
  }
}

.monsterinsights-features-none:before,
.monsterinsights-features-full:before,
.monsterinsights-features-partial:before {
  display: inline-block;
  font-family: "Misettings";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  font-size: 20px;
  margin-right: 10px;
  color: #d4393d;
  position: relative;
  top: 2px;
}

.monsterinsights-features-partial:before {
  content: "";
  background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%234ab99b;stroke-width:41;stroke-miterlimit:10;}%20%3c/style%3e%3cpath%20class='st0'%20d='M181,423.6L28.9,271.5c-9.1-9.1-9.1-24,0-33.1l33.1-33.1c9.1-9.1,24-9.1,33.1,0l102.5,102.5L417,88.4%20c9.1-9.1,24-9.1,33.1,0l33.1,33.1c9.1,9.1,9.1,24,0,33.1L214,423.6C204.9,432.8,190.1,432.8,181,423.6L181,423.6z'/%3e%3c/svg%3e") no-repeat center;
  background-size: 19px auto;
  width: 19px;
  height: 19px;
  top: 6px;
}

.monsterinsights-features-full:before {
  content: "\f015";
  color: #4ab99b;
}

.monsterinsights-lite-vs-pro-footer {
  padding: 50px 20px 30px;
  text-align: center;
}
.monsterinsights-lite-vs-pro-footer h3 {
  margin-bottom: 10px;
}
.monsterinsights-lite-vs-pro-footer p {
  margin-bottom: 0;
}
.monsterinsights-lite-vs-pro-footer a {
  color: #509fe2;
}
.monsterinsights-lite-vs-pro-footer a:focus, .monsterinsights-lite-vs-pro-footer a:hover {
  color: #393f4c;
}
.monsterinsights-lite-vs-pro-footer.monsterinsights-small {
  padding: 0;
  text-align: left;
}
.monsterinsights-lite-vs-pro-footer.monsterinsights-small h3 {
  margin-bottom: 5px;
}
.monsterinsights-lite-vs-pro-footer.monsterinsights-small p {
  margin-top: 0;
}

.monsterinsights-two-column {
  display: flex;
}
.monsterinsights-two-column > div {
  width: 50%;
}

.monsterinsights-list-check ul {
  margin: 0;
}
.monsterinsights-list-check li {
  font-size: 16px;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}
.monsterinsights-list-check li:first-child {
  margin-top: 0;
}
.monsterinsights-list-check li:before {
  display: inline-block;
  font-family: "Misettings";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  font-size: 20px;
  margin-right: 10px;
  color: #5cc0a5;
  position: absolute;
  left: 0;
  top: 0;
}

.monsterinsights-about-docs-row:after {
  display: table;
  clear: both;
  content: "";
}

.monsterinsights-about-docs-image {
  width: 270px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-about-docs-image {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.monsterinsights-about-docs-1:after {
  background-image: url("../assets/about-icon-connect-DAoaUoSQ.png");
}

.monsterinsights-about-docs-2:after {
  background-image: url("../assets/about-icon-guide-COBxne7W.png");
}

.monsterinsights-about-docs-3:after {
  background-image: url("../assets/about-icon-gdpr-BTD6obvj.png");
}

.monsterinsights-about-docs-4:after {
  background-image: url("../assets/about-icon-addons-C2ixtqJP.png");
}

.monsterinsights-about-docs-5:after {
  background-image: url("../assets/about-icon-ecommerce-CAFOtSeP.png");
}

.monsterinsights-bg-img.monsterinsights-about-team {
  padding-top: 64%;
}
.monsterinsights-bg-img.monsterinsights-about-team:after {
  background-image: url("../assets/about-team-BIYjWj57.jpg");
}

.monsterinsights-about-page-right-image {
  float: right;
  width: 40%;
  text-align: center;
  margin: 0 0 0 20px;
}
@media (max-width: 782px) {
  .monsterinsights-about-page-right-image {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
.monsterinsights-about-page-right-image img {
  width: 100%;
}
.monsterinsights-about-page-right-image figcaption {
  color: #999797;
  margin-top: 5px;
}
.monsterinsights-about-page-right-image iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .monsterinsights-about .monsterinsights-two-column {
    display: block;
  }
  .monsterinsights-about .monsterinsights-two-column .monsterinsights-list-check {
    width: 100%;
  }
  .monsterinsights-about .monsterinsights-two-column .monsterinsights-list-check ul li {
    margin-bottom: 30px;
  }
}
.monsterinsights-about-block + .monsterinsights-addons-list::after,
.monsterinsights-addons-list::after {
  content: "";
  flex: 0 0 calc(33.3333% - 12.5px);
  width: calc(33.3333% - 12.5px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  height: 0;
}

@keyframes skeleton-loading {
  to {
    background-position: left;
  }
}
.monsterinsights-text-skeleton > span {
  display: block;
  height: 1rem;
  border-radius: 4px;
  background: linear-gradient(90deg, rgb(241, 244, 249) 20%, rgb(51, 142, 239), rgb(241, 244, 249) 80%) right/450% 100%;
  animation: skeleton-loading 2s linear infinite;
  opacity: 0.8;
}
.monsterinsights-text-skeleton > span:not(:last-child) {
  margin-bottom: 12px;
}
.monsterinsights-text-skeleton > span:nth-child(2n) {
  background-position-x: 500%;
  animation-duration: 6s;
}
.monsterinsights-text-skeleton > span:nth-child(3n) {
  background-position-x: 250%;
  animation-duration: 4s;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.monsterinsights-feature-feedback {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  bottom: 20px;
  width: 320px;
}
.monsterinsights-feature-feedback.is-loading .monsterinsights-feature-feedback-widget::before {
  content: "";
  display: block;
  background-color: #eef;
  inset: 0;
  position: absolute;
  z-index: 10;
  opacity: 0.5;
  cursor: progress;
}
.monsterinsights-feature-feedback-widget {
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 30px 45px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.monsterinsights-feature-feedback-widget > *:not(:last-child), .monsterinsights-feature-feedback-widget > form > *:not(:last-child) {
  margin-bottom: 20px;
}
.monsterinsights-feature-feedback-widget h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.monsterinsights-feature-feedback-widget.is-open {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.monsterinsights-feature-feedback-form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.monsterinsights-feature-feedback-form label:not(:last-child) {
  margin-bottom: 10px;
}
.monsterinsights-feature-feedback-form textarea {
  font-size: 13px;
  padding: 10px;
  width: 100%;
  min-height: 90px;
  max-height: 90px;
}
.monsterinsights-feature-feedback-form .monsterinsights-button {
  margin-top: 15px;
  padding: 8px 20px;
}
.monsterinsights-feature-feedback-form .monsterinsights-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.monsterinsights-feature-feedback-toggle {
  appearance: none;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  padding: 14px;
  background-color: rgb(39, 174, 96);
  transform: translateY(-25px);
}
.monsterinsights-feature-feedback-toggle svg {
  position: absolute;
}
.monsterinsights-feature-feedback-thanks {
  padding: 20px;
  text-align: center;
}
.monsterinsights-feature-feedback-thanks img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .monsterinsights-feature-feedback {
    right: -5vw;
  }
}

.monsterinsights-feature-feedback-nps {
  display: flex;
  align-items: flex-start;
}

.monsterinsights-nps-radio {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.monsterinsights-nps-radio img {
  width: 36px;
  height: 34px;
  filter: grayscale(1);
  transition: filter 150ms ease-in-out;
}
.monsterinsights-nps-radio input[type=radio] {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: -1;
  opacity: 0;
}
.monsterinsights-nps-radio:not(:last-child) {
  margin-right: 20px;
}
.monsterinsights-nps-radio:hover img,
.monsterinsights-nps-radio input[type=radio]:checked + img {
  filter: grayscale(0);
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "text-security-disc";
  src: url("data:font/woff2;base64,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") format("woff2"), url("data:font/woff;base64,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") format("woff"), url("../fonts/text-security-disc.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
.icon {
  display: flex;
  width: 16px;
  height: 16px;
}
.icon svg {
  width: 100%;
  height: 100%;
}
.icon.is-small {
  width: 10px;
  height: 10px;
}

@font-face {
  font-family: "Misettings";
  src: url("../fonts/icons.woff2?v=7.5.0") format("woff2"), url("../fonts/icons.woff?v=7.5.0") format("woff"), url("../fonts/icons.ttf?v=7.5.0") format("truetype"), url("../fonts/icons.otf?v=7.5.0") format("opentype");
  font-weight: 400;
  font-style: normal;
}
[class*=monstericon-]:before {
  display: inline-block;
  font-family: "Misettings";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.monstericon-times-circle:before {
  content: "\f01b";
}

.monstericon-times:before {
  content: "\f021";
}

.monstericon-info-circle-regular:before {
  content: "\f01e";
}

.monstericon-arrow {
  transition: transform 500ms ease;
  transform: rotate(180deg);
  display: inline-block;
}
.monstericon-arrow.monstericon-down {
  transform: rotate(0);
}
.monstericon-arrow:before {
  content: "\f01f";
}

.monstericon-check:before {
  content: "\f015";
}

.monstericon-warning-triangle:before {
  content: "\f020";
}

.monstericon-star:before {
  content: "\f025";
}

.monstericon-files:before {
  content: "\f028";
}

.monstericon-search:before {
  content: "\f029";
}

.monstericon-user:before {
  content: "\f02a";
}

.monstericon-eye:before {
  content: "\f02b";
}

.monstericon-cog:before {
  content: "\f02c";
}

.monstericon-expand:before {
  content: "\f02d";
}

.monstericon-compress:before {
  content: "\f02f";
}

.monstericon-life-ring:before {
  content: "\f030";
}

.monstericon-wpbeginner:before {
  content: "\f031";
}

.monstericon-lightbulb:before {
  content: "\f032";
}

.monstericon-shopping-cart:before {
  content: "\f033";
}

.monstericon-calendar-alt:before {
  content: "\f04e";
}

.monstericon-long-arrow-right-light:before {
  content: "\f06a";
}

.monstericon-download:before {
  content: "F";
}

@media (max-width: 782px) {
  .monsterinsights-notices-area {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.monsterinsights-notice {
  position: relative;
  color: #444;
}
.monsterinsights-notice .monsterinsights-notice-inner {
  margin-top: 25px;
  padding: 11px 15px;
  background: #fff;
  border-left: 3px solid;
  line-height: 1.5;
  font-size: 14px;
}
.monsterinsights-notice .monsterinsights-notice-inner .notice-title {
  color: #000;
  font-weight: 700;
  display: block;
  margin: 0 0 6px;
  padding: 0;
}
@media (max-width: 782px) {
  .monsterinsights-notice .monsterinsights-notice-inner {
    padding: 10px;
  }
}
.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner {
  border-left-color: #ea4e64;
}
.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner {
  border-left-color: #f5c953;
}
.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner {
  border-left-color: #509fe2;
}
.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner {
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: #509fe2;
  color: #777;
}
.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button {
  color: #fff;
  margin: 15px 0 0;
}
.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner {
  border-left-color: #5cc0a5;
}
.monsterinsights-notice .notice-content {
  margin-right: 20px;
}
.monsterinsights-notice .notice-content a {
  color: #444;
}
.monsterinsights-notice .dismiss-notice {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  color: #999797;
  position: relative;
  float: right;
}
.monsterinsights-notice .dismiss-notice:hover, .monsterinsights-notice .dismiss-notice:focus {
  color: #444;
}
.monsterinsights-notice.monsterinsights-notice-success .notice-content, .monsterinsights-notice.monsterinsights-notice-info .notice-content, .monsterinsights-notice.monsterinsights-notice-warning .notice-content {
  display: flex;
}
@media (max-width: 425px) {
  .monsterinsights-notice.monsterinsights-notice-success .notice-content, .monsterinsights-notice.monsterinsights-notice-info .notice-content, .monsterinsights-notice.monsterinsights-notice-warning .notice-content {
    flex-flow: column;
  }
}
.monsterinsights-notice.monsterinsights-notice-success .notice-content__first-time-notice, .monsterinsights-notice.monsterinsights-notice-info .notice-content__first-time-notice, .monsterinsights-notice.monsterinsights-notice-warning .notice-content__first-time-notice {
  display: block;
}
.monsterinsights-notice.monsterinsights-notice-success .notice-content__first-time-notice a, .monsterinsights-notice.monsterinsights-notice-info .notice-content__first-time-notice a, .monsterinsights-notice.monsterinsights-notice-warning .notice-content__first-time-notice a {
  color: #444;
  text-decoration: underline;
}
.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: -20px;
  margin-left: auto;
}
@media (max-width: 782px) {
  .monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button {
    margin-left: 0;
  }
}
.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button {
  margin-top: 0;
  padding: 10px 16px 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 782px) {
  .monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button, .monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button {
    margin-top: 10px;
    margin-left: 0;
  }
}
.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button {
  margin-top: 10px;
  margin-left: 0;
  color: #fff;
}
.monsterinsights-notice .monsterinsights-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.monsterinsights-notice .monsterinsights-button-error {
  background-color: #E64949 !important;
  border: 0 !important;
  font-size: 13px;
  padding: 8px 20px !important;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-icon {
  margin-right: 15px;
  margin-top: 4px;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-icon svg {
  width: 36px;
  height: 32px;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner {
  background-color: #FFEBEB !important;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner h2 {
  font-size: 14px;
  color: #E64949;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner .monsterinsights-notice-content {
  color: #E64949;
}
.monsterinsights-notice.monsterinsights-license_expired .monsterinsights-notice-inner a.monsterinsights-button-error {
  margin-top: 17px;
}
.monsterinsights-notice .monsterinsights-notice-button.monsterinsights-notice-install-button {
  margin-top: 10px;
  margin-left: 0;
}
.monsterinsights-notice .monsterinsights-notice-button.monsterinsights-notice-install-button button + button {
  margin-left: 10px;
}

.monsterinsights-notifications-display {
  background: #fff;
  border-left: 3px solid #509fe2;
  padding: 20px;
  border-radius: 3px 0 0 3px;
  margin-bottom: 50px;
  position: relative;
}
.monsterinsights-settings-content .monsterinsights-notifications-display {
  margin-top: 20px;
  margin-bottom: 20px;
}
.monsterinsights-notifications-display h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
}
.monsterinsights-notifications-display p {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
}
.monsterinsights-notifications-display .monsterinsights-notification {
  display: flex;
}
.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator {
  padding-top: 10px;
}
.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a {
  position: relative;
}
.monsterinsights-notifications-display .monsterinsights-notification-inner {
  margin-left: 25px;
}
.monsterinsights-notifications-display .monsterinsights-button {
  margin-right: 15px;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation {
  position: absolute;
  right: 0;
  top: 100%;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button {
  background: #fff;
  border: none;
  border-radius: 0 0 3px 3px;
  margin: 0;
  padding: 5px 8px 7px;
  color: #A8AEBD;
  cursor: pointer;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover, .monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus {
  color: #509fe2;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow {
  transform: rotate(90deg);
  font-size: 10px;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous {
  margin-right: 2px;
}
.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow {
  transform: rotate(270deg);
}
.monsterinsights-notifications-display .monsterinsights-notification-dismiss {
  border: none;
  background: none;
  color: #A8AEBD;
  position: absolute;
  right: 12px;
  top: 9px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
.monsterinsights-notifications-display .monsterinsights-notifications-unread {
  min-width: 10px;
  height: 16px;
  background: #C84B29;
  border: 1.72823px solid #F9FBFF;
  position: absolute;
  bottom: 12px;
  left: 18px;
  border-radius: 20px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 3px;
}

.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-notifications-unread {
  min-width: 16px;
  height: 16px;
  background: #C84B29;
  border: 1.72823px solid #F9FBFF;
  position: absolute;
  bottom: 4px;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 2px;
  left: 20px;
}

.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container, .monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container {
  margin-right: 0;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container {
  display: inline-block;
  margin-right: 20px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number {
  position: absolute;
  top: -11px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  background: #EB5757;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 6px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10 {
  right: -13px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10 {
  right: -10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-dismissed-number {
  min-width: 24px;
  height: 24px;
  background: #7C869D;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -69px;
  width: 100%;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4 {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button {
  position: relative;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button {
    position: absolute;
    top: 21px;
    right: 15px;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button {
  background: #F0F2F4;
  border: 1px solid #D3D7DE;
  border-radius: 3px;
  padding: 11px 7px;
  line-height: 0;
  vertical-align: middle;
  margin-top: -2px;
  border-style: solid;
  border-color: #D3D7DE;
  border-width: 1px 1px 2px 1px;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button {
    display: inline-block;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active {
  background: #e7eaec;
  border-color: #D3D7DE;
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number {
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar {
  width: 440px;
  position: fixed;
  top: 40px;
  right: 0;
  background: #fff;
  z-index: 1001;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar {
    top: 46px;
    width: 300px;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification {
  padding: 0 16px;
  overflow: hidden;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #F2F4F7;
  background-color: #228BEE;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-title h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-title h3 .monsterinsights-notificationsv3-sidebar-header-count {
  color: #fff;
  font-weight: 400;
  margin-left: 5px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-mark-all-read {
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-mark-all-read:hover {
  opacity: 0.85;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close {
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close:hover {
  opacity: 0.85;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header .monsterinsights-notificationsv3-sidebar-header-actions .monsterinsights-notificationsv3-sidebar-close:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tabs {
  display: flex;
  border-bottom: 1px solid #F2F4F7;
  padding: 0 16px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #64748B;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab:hover {
  color: #393F4C;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab-active {
  color: #393F4C;
  border-bottom-color: #228BEE;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background-color: #EB5757;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 9px;
  line-height: 1;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top {
  background: #2679C1;
  display: flex;
  align-items: center;
  height: 50px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title {
  width: 50%;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg {
  margin-right: 10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions {
  width: 50%;
  text-align: right;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button {
  color: #fff;
  text-decoration: underline;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button {
    display: inline-block;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover {
  color: #efe5e5;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close {
  margin-left: 12px;
  vertical-align: bottom;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path {
  fill: #efe5e5;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #E2E4E9;
  margin: 0 16px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count {
  width: 50%;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-inbox-number {
  position: relative;
  display: inline-block;
  top: inherit;
  right: inherit;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  padding: 0 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number {
  margin-right: 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4 {
  display: inline-block;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions {
  width: 50%;
  text-align: right;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span {
  text-decoration: underline;
  color: #99A1B3;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus {
  color: #a9b1c3;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications {
  display: block;
  flex: 1;
  overflow-y: auto;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications {
    margin-bottom: 46px;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification-unread {
  background-color: #F5F6F8;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification {
  border-left: 2px solid #fff;
  border-bottom: 1px solid #F2F4F7;
  padding-bottom: 24px;
  display: flex;
  --notification-bg: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification.monsterinsights-notificationsv3-single-notification-unread {
  border-bottom: 2px solid #fff;
  --notification-bg: #F5F6F8;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-save {
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  float: right;
  display: inline-flex;
  align-items: center;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-save:hover {
  opacity: 0.7;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-save:focus {
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon {
  float: left;
  text-align: center;
  padding-top: 24px;
  padding-right: 10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon {
    float: none;
    margin: 0 auto;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details {
  float: left;
  width: 354px;
  padding-top: 20px;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details {
    width: 260px;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #393F4C;
  font-size: 13px;
  font-weight: bold;
  width: 70%;
  display: inline-block;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5 {
    width: 65%;
  }
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span {
  color: #7F899F;
  font-size: 13px;
  float: right;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content {
  position: relative;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p {
  color: #393F4C;
  font-size: 13px;
  margin-bottom: 0;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-content-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1px;
  background: var(--notification-bg, #fff);
  cursor: pointer;
  color: #393F4C;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-read-more::before {
  content: "...";
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content .monsterinsights-notificationsv3-notification-read-more:hover {
  text-decoration: underline;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content.is-expanded .monsterinsights-notificationsv3-notification-content-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  margin-right: 10px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me {
  gap: 8px;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me span, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me:hover span {
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-remind-me svg {
  flex-shrink: 0;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary {
  background: #228BEE;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-primary:focus {
  background: #1a7ad4;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary {
  background: #8da4b5;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary:active, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-notificationsv3-btn-secondary:focus {
  background: #7e98ab;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span {
  font-size: 13px;
  color: #7F899F;
  cursor: pointer;
}
.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus, .monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active {
  color: #a9b1c3;
}

.monsterinsights-tooltip {
  display: block !important;
  z-index: 10000;
  max-width: 350px;
}
.monsterinsights-tooltip .monsterinsights-tooltip-inner {
  background: #5f6197;
  color: #fff;
  border-radius: 5px;
  padding: 16px 20px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.monsterinsights-tooltip .monsterinsights-tooltip-inner a {
  color: #fff;
  font-weight: 700;
}
.monsterinsights-tooltip .monsterinsights-tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #5f6197;
  z-index: 1;
}
.monsterinsights-tooltip[x-placement^=top] {
  padding-bottom: 5px;
}
.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: 0;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.monsterinsights-tooltip[x-placement^=bottom] {
  padding-top: 5px;
}
.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: 0;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.monsterinsights-tooltip[x-placement^=right] {
  padding-left: 5px;
}
.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: 0px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.monsterinsights-tooltip[x-placement^=left] {
  padding-right: 5px;
}
.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: 0;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.monsterinsights-tooltip.popover .popover-inner {
  background: #fff;
  color: #5f6197;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.monsterinsights-tooltip.popover .popover-arrow {
  border-color: #fff;
}
.monsterinsights-tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.monsterinsights-tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.monsterinsights-conditional-logic-container button:focus {
  outline: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header {
  margin-bottom: 30px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number {
  float: right;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator {
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before, .monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after {
  content: "";
  position: absolute;
  top: 45%;
  width: 45%;
  height: 2px;
  background: #d6e2ed;
  margin-top: -1px;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before {
  left: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after {
  right: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column {
  width: 100%;
  margin-right: 18px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field {
  text-transform: capitalize;
  width: 100%;
  height: 38px;
  min-height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  box-shadow: none;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input {
  padding: 0 8px;
  border-color: #ddd;
  text-transform: none;
  border-radius: 5px;
  box-sizing: border-box;
  height: 38px;
  margin-top: 0;
  line-height: 38px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text] {
  padding-top: 5px;
  padding-bottom: 5px;
  height: inherit;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner {
  z-index: 1;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags {
  padding: 0;
  height: 38px;
  min-height: 38px;
  border-color: #ddd;
  margin-top: 0;
  box-sizing: border-box;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text] {
  border: 0;
  height: 36px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single {
  margin-bottom: 0;
  padding: 0 8px;
  line-height: 36px;
  font-size: 14px;
  white-space: pre;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder {
  display: block;
  margin-bottom: 0;
  line-height: 36px;
  padding: 0 8px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner {
  width: 35px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition {
  padding: 6px 12px;
  margin: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus {
  outline: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus {
  outline: 0;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle {
  color: #dc3232;
  cursor: pointer;
  padding: 0;
  margin: 0 15px;
}
.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus {
  outline: 0;
}

.monsterinsights-upload-media-wrapper .monsterinsights-dark {
  display: block;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label {
  margin-bottom: 0;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media {
  display: block;
  width: 100%;
  margin-top: 20px;
  position: relative;
  max-width: 300px;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  align-items: flex-end;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media {
  color: #fff;
  text-decoration: underline;
  margin-left: auto;
  cursor: pointer;
  padding: 0 10px 10px 0;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover {
  text-decoration: none;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay {
  display: flex;
}
.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img {
  max-width: 100%;
  display: inline-block;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input {
  width: 73%;
  margin-right: 2%;
  float: left;
  position: relative;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button {
  width: 25%;
  float: left;
  font-size: 15px;
}
.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover, .monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active, .monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus {
  outline: none;
}

.monsterinsights-email-summaries-settings a {
  color: #509fe2 !important;
}
.monsterinsights-email-summaries-settings a:hover, .monsterinsights-email-summaries-settings a:focus {
  color: #393f4c !important;
}
.monsterinsights-email-summaries-settings .monsterinsights-dark {
  display: block;
}
.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child {
  margin-left: 0;
}
.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater {
  margin-bottom: 18px;
}
.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled {
  cursor: not-allowed;
  background: #39967e !important;
  border-color: #4ab99b !important;
}

.monsterinsights-navigation-bar {
  width: 100%;
  background: #fff;
  border-top: 1px solid #d5e2ed;
  border-bottom: 1px solid #d5e2ed;
  padding: 0 10px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-right: 25px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button {
  border: none;
  box-sizing: border-box;
  background: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  padding: 17px 0 15px;
  line-height: 1;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret {
  display: inline-block;
  width: 10px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret svg {
  vertical-align: 1px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret svg path {
  stroke: #000;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div:hover button, .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div.active button {
  color: #509fe2;
  border-bottom-color: #509fe2;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div:hover button .caret, .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div.active button .caret {
  display: inline-block;
  width: 10px;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation li div:hover button .caret svg > path, .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div.active button .caret svg > path {
  stroke: #509fe2;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation a.monsterinsights-navigation-tab-link,
.monsterinsights-navigation-bar .monsterinsights-reports-navigation a.router-link-exact-active {
  font-weight: normal;
  margin-right: 0;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul {
  margin: 0;
  padding: 0;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu {
  display: block;
  background-color: #ffffff;
  border: 1px solid #d6e2ed;
  border-radius: 3px;
  margin-left: -15px;
  max-width: 510px;
  padding: 15px;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 99;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li {
  width: 239px;
  display: inline-block;
  height: 88px;
  margin: 0;
  vertical-align: top;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a {
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0);
  color: #777777;
  display: block;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a .submenu_title {
  display: block;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #393f4c;
  text-decoration: none;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a .submenu_text {
  display: block;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}
.monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a:hover, .monsterinsights-navigation-bar .monsterinsights-reports-navigation ul.submenu li a.router-link-active {
  background: #f1f8ff;
  border-left: 2px solid #2c9eff;
}
@media (max-width: 782px) {
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li {
    display: block;
    text-align: center;
    margin-right: 0;
    min-width: auto;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button {
    color: #509fe2;
    font-size: 16px;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li div button .caret svg path {
    stroke: #509fe2;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu {
    border: none;
    margin-left: 0;
    position: relative;
    max-width: none;
    width: 100%;
    z-index: 0;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu li {
    display: block;
    height: auto;
    text-align: center;
    width: 100%;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu li a .submenu_title {
    color: #000;
    font-size: 14px;
    font-weight: normal;
  }
  .monsterinsights-navigation-bar .monsterinsights-reports-navigation li .submenu li a .submenu_text {
    display: none;
  }
}

.monsterinsights-welcome-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
  background: #fff;
  padding: 30px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
    width: 100%;
  }
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
  margin: 0 auto;
  position: relative;
  top: 10%;
  height: 80%;
}
.monsterinsights-welcome-overlay .monsterinsights-overlay-close {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 7px;
  padding: 0;
  color: #777;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content {
  height: 100%;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe {
  height: 100%;
  width: 100%;
}

.monsterinsights-accordion .monsterinsights-accordion {
  padding: 0;
  border: 1px solid #e0e0e0;
}
.monsterinsights-accordion .monsterinsights-accordion div:not(:last-child) {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.monsterinsights-accordion .monsterinsights-accordion div:last-child .monsterinsights-accordion-item-details {
  border-radius: 5px;
}
.monsterinsights-accordion .monsterinsights-accordion dd {
  margin-left: 0;
  margin-bottom: 0;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger {
  cursor: pointer;
  outline: none;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger,
.monsterinsights-accordion .monsterinsights-accordion-item-details-inner {
  padding: 0px 20px 30px 20px;
}
.monsterinsights-accordion .monsterinsights-accordion-item.is-active .monsterinsights-accordion-item-title {
  border-bottom: 1px solid #e0e0e0;
}
.monsterinsights-accordion .monsterinsights-accordion-item-title {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text {
  font-size: 20px;
  margin-bottom: 0;
  padding-right: 1.25rem;
  display: flex;
}
.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text .title {
  padding-left: 15px;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #363636;
  border-bottom: 2px solid #363636;
  transform: translateY(calc(-8px / 4)) rotate(45deg);
  transition: transform 0.2s ease;
}
.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon.is-active {
  transform: translateY(calc(8px / 4)) rotate(225deg);
}
.monsterinsights-accordion .monsterinsights-accordion-item-details {
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 15px;
}
.monsterinsights-accordion .monsterinsights-accordion-item-details p,
.monsterinsights-accordion .monsterinsights-accordion-item-details ul {
  font-size: 1.2em;
  line-height: 1.8;
}
.monsterinsights-accordion .monsterinsights-accordion-item-enter-active,
.monsterinsights-accordion .monsterinsights-accordion-item-leave-active {
  will-change: height;
  transition: height 0.2s ease;
}
.monsterinsights-accordion .monsterinsights-accordion-item-enter,
.monsterinsights-accordion .monsterinsights-accordion-item-leave-to {
  height: 0 !important;
}

body.monsterinsights_page {
  background: #f3f6ff;
  margin: 0;
}

.monsterinsights-admin-page,
.monsterinsights-admin-page * {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.monsterinsights_page #wpcontent {
  padding-left: 0;
}

.monsterinsights_page.auto-fold #wpcontent {
  padding-left: 0;
}

.monsterinsights-highlighted-text {
  color: #64bfa5;
  font-weight: 700;
}

.monsterinsights-bold {
  font-weight: 700;
}

.monsterinsights-bg-img {
  width: 100%;
  padding-top: 66%;
  position: relative;
}
.monsterinsights-bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.monsterinsights-header {
  padding: 15px 10px;
  background-color: #f9fbff;
  min-height: 85px;
}
.monsterinsights-settings-panel-network > .monsterinsights-header {
  background-color: transparent;
}

.monsterinsights-logo-area {
  float: left;
  max-width: calc(100vw - 170px);
}
.monsterinsights-logo-area a:focus {
  box-shadow: unset;
  outline: 0 none;
}
.monsterinsights-logo-area img {
  display: block;
  max-width: 100%;
}
.monsterinsights-logo-area-premium img {
  width: 248px;
}
@media (max-width: 782px) {
  .monsterinsights-logo-area {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .monsterinsights-logo-area img {
    display: inline-block;
    max-height: 35px;
  }
}

@media (max-width: 782px) {
  .monsterinsights-header .monsterinsights-container,
  .monsterinsights-navigation-bar .monsterinsights-container {
    padding: 0;
    width: 100%;
  }
}

.monsterinsights-admin-page {
  position: relative;
}
.monsterinsights-admin-page .monsterinsights-blocked {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-header {
    padding-bottom: 5px;
  }
  .monsterinsights-admin-page .monsterinsights-header .monsterinsights-button {
    display: none;
  }
}

#footer-left {
  color: #000;
}
#footer-left .monsterinsights-no-text-decoration {
  text-decoration: none;
  color: #fdb72c;
  font-size: 14px;
}
#footer-left a {
  color: #509fe1;
}

/* WP Footer */
#wpfooter {
  position: relative;
}

.monsterinsights-footer-love {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.monsterinsights-footer-love span.flsep {
  color: #c3c4c7;
  display: inline-block;
  margin: 9px 7px;
}
.monsterinsights-footer-love-icon {
  color: #d63739;
}

.monsterinsights-container {
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
}

.monsterinsights-admin-page .monsterinsights-navigation-tab-link {
  text-decoration: none;
  padding: 17px 0 15px;
  border-bottom: 2px solid #fff;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-right: 25px;
  line-height: 1;
  outline: none;
  font-family: "Lato", sans-serif;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active, .monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover, .monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus {
  color: #509fe2;
  border-bottom-color: #509fe2;
  outline: none;
  box-shadow: none;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active {
  font-weight: 700;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover, .monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus {
  border-bottom-color: transparent;
  color: #000;
  cursor: default;
}
.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 18px;
  font-weight: 700;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-navigation-tab-link {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    color: #509fe2;
    font-size: 16px;
    background: #fff;
    border: none;
  }
  .monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active {
    display: none;
  }
  .monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus {
    color: #000;
    text-decoration: underline;
  }
}
.monsterinsights-admin-page .monsterinsights-button {
  background: #509fe2;
  border-style: solid;
  border-color: #2e7fbe;
  border-width: 1px 1px 2px 1px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
}
.monsterinsights-admin-page .monsterinsights-button:hover, .monsterinsights-admin-page .monsterinsights-button:focus {
  background-color: #3a93dd;
  border-color: #2971a9;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled, .monsterinsights-admin-page .monsterinsights-button[disabled] {
  background: #f3f6ff;
  border-color: #d6e2eb;
  color: #8ba4b7;
  pointer-events: none;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary {
  background: #8da4b5;
  border-color: #6f8ca0;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus {
  background-color: #7e98ab;
  border-color: #627f94;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-dismiss {
  background: #eceff5;
  color: #444;
  border-color: #d6e2ed;
  font-weight: 400;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-dismiss:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-dismiss:focus {
  background-color: #eceff5;
  color: #444;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green {
  background: #5cc0a5;
  border-color: #40a88d;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus {
  background-color: #4ab99b;
  border-color: #39967e;
  color: #fff;
  box-shadow: none;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray {
  background: #8EA4B4;
  border-color: #738EA1;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus {
  background-color: #596771;
  border-color: #738EA1;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled {
  pointer-events: none;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text {
  background: transparent;
  border: none;
  color: #509fe2;
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus {
  background: transparent;
  color: #393f4c;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red {
  background: #ea4e64;
  border-color: #d21933;
  color: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-outline {
  border-color: #509fe2;
  color: #509fe2;
  border-width: 1px;
  background: #fff;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large {
  font-size: 16px;
  padding: 14px 27px;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 10px;
}

.monsterinsights-green-text {
  color: #5cc0a5;
  font-weight: 700;
}

@media (max-width: 782px) {
  .wp-responsive-open #wpbody {
    margin-left: -18px;
  }
}
.monsterinsights-mobile-nav-trigger {
  color: #393f4c;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: block;
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #d6e2ed;
  background: #fff;
  padding: 15px 10px;
  line-height: 1;
  margin: 0;
}
@media (min-width: 783px) {
  .monsterinsights-mobile-nav-trigger {
    display: none;
  }
}
.monsterinsights-mobile-nav-trigger i {
  color: #acbdc9;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 782px) {
  .monsterinsights-main-navigation {
    background: #fff;
    height: 0;
    overflow: hidden;
  }
  .monsterinsights-main-navigation.monsterinsights-main-navigation-open {
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #d6e2ed;
  }
}
.monsterinsights-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monsterinsights-modal .monsterinsights-modal-inner {
  background: #fff;
  padding: 50px;
  border: 1px solid #d6e2ed;
  text-align: center;
  width: 750px;
}
.monsterinsights-modal .monsterinsights-modal-inner h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
.monsterinsights-modal .monsterinsights-modal-inner p {
  margin-bottom: 0;
}
.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons {
  margin-top: 50px;
}
.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button {
  margin: 0 10px;
}

.monsterinsights-welcome-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
  background: #fff;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 10%;
  height: 80%;
}
@media screen and (max-width: 767px) {
  .monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner {
    width: 100%;
  }
}
.monsterinsights-welcome-overlay .monsterinsights-overlay-close {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 7px;
  padding: 0;
  color: #777;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content {
  height: 100%;
}
.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe {
  height: 100%;
  width: 100%;
}

.monsterinsights-float-right {
  float: right;
  margin-top: 5px;
}

.monsterinsights-loading-spinner-inline {
  text-align: center;
  margin: 25px;
}
.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder {
  display: inline-block;
}

.monsterinsights-seoboost-cta {
  background: #fff;
  border-left: 3px solid #338EEF;
  padding: 20px 26px;
  border-radius: 3px 0 0 3px;
  position: relative;
  margin-bottom: 1rem;
}
.monsterinsights-seoboost-cta br {
  display: none;
}
.monsterinsights-seoboost-cta .monsterinsights-seoboost-cta-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
}
.monsterinsights-seoboost-cta .monsterinsights-seoboost-cta-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #393F4C;
  margin: 0;
}
.monsterinsights-seoboost-cta .monsterinsights-seoboost-cta-content {
  font-weight: normal;
  font-size: 14px;
  color: #393F4C;
}
.monsterinsights-seoboost-cta .monsterinsights-button {
  background: #338EEF;
  border-radius: 3px;
  font-weight: normal;
  font-size: 14px;
  border-width: 0;
  padding: 7px 12px;
}
.monsterinsights-seoboost-cta .monsterinsights-button:hover, .monsterinsights-seoboost-cta .monsterinsights-button:active, .monsterinsights-seoboost-cta .monsterinsights-button:focus {
  background: #3088e6;
  outline: none;
}

.monsterinsights-install-activate-aiseo {
  background: #dee8f7;
  border-left: 4px solid #005adf;
  padding: 16px 20px;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-content-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-icon {
  margin-right: 16px;
  flex-shrink: 0;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-icon svg {
  width: 40px;
  height: 40px;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-text {
  flex: 1;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #393f4c;
  margin: 0 0 4px 0;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-content {
  font-weight: 400;
  font-size: 14px;
  color: #393f4c;
  margin: 0;
  line-height: 18px;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button {
  background: #29aa63;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-left: 16px;
  flex-shrink: 0;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button:hover, .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button:focus {
  background: #228b4f;
  outline: none;
}
.monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button:disabled, .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button.installing {
  background: #6b7280;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .monsterinsights-install-activate-aiseo {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-content-wrapper {
    margin-bottom: 12px;
  }
  .monsterinsights-install-activate-aiseo .monsterinsights-aiseo-cta-button {
    margin-left: 0;
    width: 100%;
  }
}

.monsterinsights-row-highlight {
  animation-name: color;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
}
@keyframes color {
  0% {
    background-color: #FFF;
  }
  50% {
    background-color: #509fe2;
  }
  100% {
    background-color: #FFF;
  }
}

.framed-mascot {
  position: relative;
  width: 40px;
  background-color: rgb(243, 246, 255);
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.framed-mascot img {
  position: absolute;
  bottom: -1px;
  left: 3px;
}
.framed-mascot::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.monsterinsights-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.monsterinsights-setup-wizard-link {
  cursor: pointer;
}

body.monsterinsights_page #adminmenuwrap {
  position: relative !important;
}

.monsterinsights-path-seo .monsterinsights-header {
  display: none;
}

#monsterinsights-seo {
  background-color: #FFFFFF;
  margin-bottom: -54px;
}
@media screen and (max-width: 1023px) {
  #monsterinsights-seo {
    margin-bottom: -100px;
  }
}

#monsterinsights-seo {
  padding: 84px 0 0 0;
}
#monsterinsights-seo .monsterinsights-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-flex {
    display: block;
  }
}
#monsterinsights-seo .monsterinsights-flex.monsterinsights-justify-start {
  justify-content: start;
}
#monsterinsights-seo .monsterinsights-install-button button {
  background-color: #00AA63;
  border-radius: 7px;
  outline: 0;
  border: 1px solid #00AA63;
  padding: 0px 35px 3px 0;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  width: 232px;
  height: 42px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-install-button button {
    margin-bottom: 15px;
  }
}
#monsterinsights-seo .monsterinsights-install-button button:hover {
  background-color: rgba(0, 170, 99, 0.9);
}
#monsterinsights-seo .monsterinsights-install-button button:hover span.monsterinsights-download-icon {
  background-color: rgba(0, 170, 99, 0.9);
}
#monsterinsights-seo .monsterinsights-install-button button span.monsterinsights-download-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 42px;
  height: 41px;
  background-color: #009959;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#monsterinsights-seo .monsterinsights-install-button button span.monsterinsights-download-icon i {
  font-weight: 800;
  margin-top: 5px;
  font-size: 22px;
  display: inline-block;
}
#monsterinsights-seo .installing {
  opacity: 0.5;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-wrapper {
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-wrapper {
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-wrapper {
    max-width: 768px;
    padding: 0 30px 0 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-wrapper {
    padding: 0 30px 0 30px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-wrapper {
  margin: 0 auto;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero {
  position: relative;
  align-content: center;
  align-items: center;
  align-self: center;
  padding-bottom: 9px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero::after {
  content: "";
  display: block;
  width: 230px;
  background-color: #F3F6FF;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
@media screen and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-aioseo-logos {
    display: flex;
    justify-content: center;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-aioseo-heading {
  width: 538px;
}
@media screen and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-aioseo-heading {
    width: 100%;
    text-align: center;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-aioseo-heading h1 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-aioseo-heading p {
  font-size: 16px;
  color: #47525C;
  line-height: 1.3;
  margin-top: 16px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-aioseo-heading {
  margin-bottom: 3rem;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-star-ratings {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-star-ratings {
    margin-left: 0;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-star-ratings .monsterinsights-stars span.star {
  margin-left: 5px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-star-ratings .monsterinsights-seo-active-installs {
  font-size: 14px;
  color: #606467;
  padding: 0;
  margin: 2px 0 0 5px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-left .monsterinsights-star-ratings .monsterinsights-seo-downloads-number {
  font-size: 14px;
  color: #606467;
  padding-left: 8px;
  position: relative;
  top: -4px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-right {
  width: 450px;
  height: 382px;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-right {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-right {
    width: 700px;
    height: 592px;
    margin-top: 60px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-hero .monsterinsights-hero-right svg {
  width: 100%;
  height: 100%;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  position: relative;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container::after {
  content: "";
  display: block;
  width: 230px;
  background-color: #F3F6FF;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container h2 {
    line-height: 1.3;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container p {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 0;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid {
    grid-gap: 25px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid.monsterinsights-aioseo-features {
  margin-top: 58px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature {
  width: 288px;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature {
    width: 223px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature {
    width: 240px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature {
  margin-bottom: 32px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature h4 {
  font-size: 16px;
  margin: 0 0 4px 0;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature p {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature.monsterinsights-more {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 82px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-features-container .monsterinsights-grid .monsterinsights-aioseo-feature.monsterinsights-more h4 {
  font-size: 16px;
  text-align: center;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-install {
  text-align: center;
  position: relative;
  padding-bottom: 66px;
  margin-bottom: 56px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-install::after {
  content: "";
  display: block;
  width: 230px;
  background-color: #F3F6FF;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-install h3 {
  font-size: 22px;
  margin: 0 0 8px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-install h3 {
    line-height: 1.3;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-install p {
  font-size: 16px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 21px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients {
  max-width: 762px;
  margin: 0 auto;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 56px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos {
  margin-left: 60px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos {
    margin-left: 30px;
    grid-template-columns: auto auto auto;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos {
  align-content: center;
  align-items: center;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo {
  margin-bottom: 60px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-1 {
  background-image: url("../assets/aioseo-client-logo-1-tH1SYrXg.svg");
  width: 77px;
  height: 16px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-2 {
  background-image: url("../assets/aioseo-client-logo-2-DffWHG7x.svg");
  width: 91px;
  height: 24px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-3 {
  background-image: url("../assets/aioseo-client-logo-3-CJQ3YNjp.svg");
  width: 59px;
  height: 40px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-4 {
  background-image: url("../assets/aioseo-client-logo-4-rmUdiF8S.svg");
  width: 50px;
  height: 32px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-5 {
  background-image: url("../assets/aioseo-client-logo-5-BFbbcR6D.svg");
  width: 77px;
  height: 24px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-6 {
  background-image: url("../assets/aioseo-client-logo-6-B1Xil_91.svg");
  width: 57px;
  height: 48px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-7 {
  background-image: url("../assets/aioseo-client-logo-7-zu-ySb0j.svg");
  width: 78px;
  height: 35px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-8 {
  background-image: url("../assets/aioseo-client-logo-8-MyDSqUcV.svg");
  width: 66px;
  height: 34px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-9 {
  background-image: url("../assets/aioseo-client-logo-9-Cs1wjsF9.svg");
  width: 56px;
  height: 34px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-10 {
  background-image: url("../assets/aioseo-client-logo-10-Bl7JSYeC.svg");
  width: 59px;
  height: 34px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-11 {
  background-image: url("../assets/aioseo-client-logo-11-DVMVeIgg.svg");
  width: 71px;
  height: 24px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-clients .monsterinsights-aioseo-client-logos .monsterinsights-aioseo-client-logo.logo-12 {
  background-image: url("../assets/aioseo-client-logo-12-BEkB8B5R.svg");
  width: 70px;
  height: 26px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials {
  color: #141B38;
  margin-top: 62px;
  max-width: 756px;
  margin: 0 auto;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial {
  border: 1px solid #E6EEFC;
  border-radius: 6px;
  padding: 26px 27px 40px 55px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  width: 353px;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial {
    width: 320px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial {
    width: 329px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial {
  position: relative;
  margin-right: 50px;
  float: left;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial:last-child {
  margin-right: 0;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial svg {
  position: absolute;
  left: 5%;
  top: 14%;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial svg.monsterinsights-testimonial-2-icon {
  left: 5%;
  top: 11.5%;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial p.monsterinsights-text {
  font-size: 16px;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial p.monsterinsights-name {
  font-size: 16px;
  margin: 0;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-testimonials .monsterinsights-aioseo-testimonial p.monsterinsights-company {
  font-size: 14px;
  margin: 0;
  color: #8C8F9A;
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer {
  background-color: #005AE0;
  color: #FFFFFF;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-flex {
    display: flex;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-wrapper {
  height: 222px;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-wrapper {
    height: 320px;
    padding: 30px 0 50px 0;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-wrapper .monsterinsights-footer-text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-wrapper .monsterinsights-footer-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-wrapper .monsterinsights-footer-text h5 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-wrapper .monsterinsights-footer-text h5 {
    line-height: 1.4;
  }
}
#monsterinsights-seo .monsterinsights-aioseo .monsterinsights-aioseo-footer .monsterinsights-wrapper .monsterinsights-footer-text p {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-hero {
  text-align: center;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-hero::after {
  content: "";
  display: block;
  width: 638px;
  background-color: #F3F6FF;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-hero::after {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-hero-screenshot svg {
    width: 315px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-heading {
  max-width: 516px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-heading {
    width: 100%;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-heading h1 {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 10px;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-heading h1 span {
  color: #005AE0;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-heading p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 32px 0;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-install-button button {
  width: 200px;
  height: 48px;
  padding: 10px 35px 13px 0;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-install-button button span.monsterinsights-download-icon {
  height: 47px;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-install-button button span.monsterinsights-download-icon svg {
  margin-bottom: -15px;
  width: 18px;
  height: 18px;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-star-ratings {
  margin-top: 40px;
  margin-bottom: 25px;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-star-ratings span {
  display: inline-block;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-star-ratings .monsterinsights-seo-downloads-number {
  position: relative;
  top: -4px;
  margin: 0 8px 0 8px;
  font-size: 14px;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-star-ratings svg.circle {
  padding: 0 12px;
  margin-bottom: 5px;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-star-ratings .monsterinsights-seo-active-installs {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features-container {
    margin-left: -14px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features {
  max-width: 756px;
  margin: 0 auto;
  padding-top: 62px;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features:last-child {
    padding-top: 20px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feature {
  width: 350px;
  height: 262px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feature {
    width: 728px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feature.feature-1-image {
  background-image: url("../assets/aioseo-screen-1-BQGPIB3_.svg");
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feature.feature-1-image {
    margin-bottom: 40px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feature.feature-2-image {
  background-image: url("../assets/aioseo-screen-2-By8FTTOW.svg");
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feature.feature-2-image {
    margin-top: 40px;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feat-text {
  width: 350px;
}
@media screen and (max-width: 767px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feat-text {
    width: 320px;
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feat-text {
    margin: 0 auto;
    text-align: center;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feat-text h3 {
  margin-bottom: 20px;
  line-height: 120%;
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feat-text p {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feat-text p {
    text-align: center;
  }
}
#monsterinsights-seo .monsterinsights-aioseo.monsterinsights-yoast-installed .monsterinsights-aioseo-features .monsterinsights-aioseo-feat-text a {
  display: inline-block;
  color: #005AE0;
  text-decoration: none;
  outline: 0;
}

.monsterinsights-aioseo-love.monsterinsights-bg-img {
  padding-top: 0;
  width: 154px;
  height: 28px;
}
.monsterinsights-aioseo-love.monsterinsights-bg-img:after {
  background-image: url("../assets/monsterinsights-aioseo-sPgRSjfv.jpg");
}

.monsterinsights-userfeedback .monsterinsights-userfeedback-logos {
  scale: 0.8;
}
.monsterinsights-userfeedback-install-page {
  background-color: #ececee;
}
.monsterinsights-userfeedback-container {
  width: 1094px;
  margin: 0 auto;
}
.monsterinsights-userfeedback .monsterinsights-text-center {
  text-align: center;
}
.monsterinsights-userfeedback-logos {
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
  display: flex;
  margin-bottom: 25px;
}
.monsterinsights-userfeedback-headlines {
  margin-bottom: 58px;
}
.monsterinsights-userfeedback-headlines h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #000;
}
.monsterinsights-userfeedback-headlines p {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #777;
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
.monsterinsights-userfeedback-features {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
.monsterinsights-userfeedback-features-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.monsterinsights-userfeedback-features-list ul li {
  position: relative;
  padding-left: 42px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #777;
  margin-bottom: 25px;
}
.monsterinsights-userfeedback-features-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 15px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='15'%20viewBox='0%200%2020%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.0764%208.78821C15.1742%208.6893%2015.1044%208.52178%2014.9655%208.52178H14.9192C7.95871%208.52178%208.31663%208.52178%201.35618%208.52178C0.643215%208.52178%200.246995%208.27307%200.0674666%207.7179C-0.192678%206.91288%200.325896%206.15132%201.16922%206.10215C1.29272%206.09471%201.41622%206.097%201.53971%206.097C8.44298%206.097%208.0279%206.097%2014.9312%206.097H14.9769C15.1158%206.097%2015.1862%205.92891%2015.0878%205.83057L15.0855%205.82828C13.854%204.60131%2012.6236%203.37263%2011.3892%202.14852C11.0307%201.79289%2010.8655%201.38638%2011.0101%200.885529C11.256%200.035342%2012.2783%20-0.280262%2012.9604%200.284052C13.0553%200.362381%2013.1405%200.453289%2013.2279%200.540194C15.157%202.46755%2017.0855%204.39434%2019.014%206.32227C19.6624%206.97006%2019.6652%207.64015%2019.0226%208.28279C17.0478%2010.2576%2015.0655%2012.2256%2013.0993%2014.2095C12.2914%2015.0248%2011.2017%2014.4908%2010.9918%2013.6521C10.8723%2013.1764%2011.053%2012.8024%2011.3835%2012.4725C12.6087%2011.2524%2013.8317%2010.03%2015.0552%208.80822C15.0621%208.80136%2015.069%208.7945%2015.0752%208.78764L15.0764%208.78821Z'%20fill='%23E43462'/%3e%3c/svg%3e");
}
.monsterinsights-userfeedback-features-list ul li:last-child {
  margin-bottom: 0;
}
.monsterinsights-userfeedback-features .monsterinsights-wpconsent-screenshot img {
  max-width: 400px;
  height: auto;
}
.monsterinsights-userfeedback-features.monsterinsights-wpconsent-features {
  align-items: center;
  gap: 40px;
}
.monsterinsights-userfeedback-install-box {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.monsterinsights-userfeedback-install-box-step {
  background: #f9f9f9;
  text-align: center;
  padding: 0 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.monsterinsights-userfeedback-install-box-step span {
  display: inline-block;
  background: #cccccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 260%;
  color: #fff;
}
.monsterinsights-userfeedback-install-box-info {
  padding: 55px;
  border-left: 1px solid #eeeeee;
}
.monsterinsights-userfeedback-install-box-info h2 {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
}
.monsterinsights-userfeedback-install-box-info p {
  margin: 10px 0 18px;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #777777;
}
.monsterinsights-userfeedback-install-box-info button {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 18px;
}
.monsterinsights-userfeedback-install-box.monsterinsights-setup-userfeedback .monsterinsights-userfeedback-install-box-step.is-complete span {
  background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st1{fill:%23fff;}%20%3c/style%3e%3cg%3e%3cpath%20class='st1'%20d='M6.3,10.3L4,7.9C3.9,7.8,3.9,7.8,3.9,7.7c0-0.1,0-0.2,0.1-0.3l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1%20c0.1,0,0.2,0,0.3,0.1l1.6,1.6L10,5.1C10.1,5,10.2,5,10.2,5c0.1,0,0.2,0,0.3,0.1L11,5.6c0.1,0.1,0.1,0.2,0.1,0.3%20c0,0.1,0,0.2-0.1,0.3l-4.2,4.2c-0.1,0.1-0.2,0.1-0.3,0.1C6.5,10.4,6.4,10.3,6.3,10.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center #5cc0a5;
}
.monsterinsights-userfeedback-install-box.monsterinsights-inactive.monsterinsights-install-userfeedback .monsterinsights-userfeedback-install-box-step span {
  background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st1{fill:%23fff;}%20%3c/style%3e%3cg%3e%3cpath%20class='st1'%20d='M6.3,10.3L4,7.9C3.9,7.8,3.9,7.8,3.9,7.7c0-0.1,0-0.2,0.1-0.3l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1%20c0.1,0,0.2,0,0.3,0.1l1.6,1.6L10,5.1C10.1,5,10.2,5,10.2,5c0.1,0,0.2,0,0.3,0.1L11,5.6c0.1,0.1,0.1,0.2,0.1,0.3%20c0,0.1,0,0.2-0.1,0.3l-4.2,4.2c-0.1,0.1-0.2,0.1-0.3,0.1C6.5,10.4,6.4,10.3,6.3,10.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center #5cc0a5;
}
.monsterinsights-userfeedback-install-box.monsterinsights-inactive .monsterinsights-userfeedback-install-box-info button {
  background: #f7f7f7;
  border: 1px solid rgba(218, 218, 218, 0.51);
  color: #bdbdbd;
}
.monsterinsights-userfeedback-install-box.monsterinsights-loading .monsterinsights-userfeedback-install-box-info button {
  background: #f7f7f7;
  border: 1px solid rgba(218, 218, 218, 0.51);
  color: #bdbdbd;
}

.monsterinsights-rewardswp .monsterinsights-rewardswp-logos {
  scale: 0.8;
}
.monsterinsights-rewardswp-install-page {
  background-color: #ececee;
}
.monsterinsights-rewardswp-container {
  width: 1094px;
  margin: 0 auto;
}
.monsterinsights-rewardswp .monsterinsights-text-center {
  text-align: center;
}
.monsterinsights-rewardswp-logos {
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
  display: flex;
  margin-bottom: 25px;
}
.monsterinsights-rewardswp-headlines {
  margin-bottom: 58px;
}
.monsterinsights-rewardswp-headlines h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #000;
}
.monsterinsights-rewardswp-headlines p {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #777;
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
.monsterinsights-rewardswp-features {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
.monsterinsights-rewardswp-features-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.monsterinsights-rewardswp-features-list ul li {
  position: relative;
  padding-left: 42px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #777;
  margin-bottom: 25px;
}
.monsterinsights-rewardswp-features-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 15px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='15'%20viewBox='0%200%2020%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.0764%208.78821C15.1742%208.6893%2015.1044%208.52178%2014.9655%208.52178H14.9192C7.95871%208.52178%208.31663%208.52178%201.35618%208.52178C0.643215%208.52178%200.246995%208.27307%200.0674666%207.7179C-0.192678%206.91288%200.325896%206.15132%201.16922%206.10215C1.29272%206.09471%201.41622%206.097%201.53971%206.097C8.44298%206.097%208.0279%206.097%2014.9312%206.097H14.9769C15.1158%206.097%2015.1862%205.92891%2015.0878%205.83057L15.0855%205.82828C13.854%204.60131%2012.6236%203.37263%2011.3892%202.14852C11.0307%201.79289%2010.8655%201.38638%2011.0101%200.885529C11.256%200.035342%2012.2783%20-0.280262%2012.9604%200.284052C13.0553%200.362381%2013.1405%200.453289%2013.2279%200.540194C15.157%202.46755%2017.0855%204.39434%2019.014%206.32227C19.6624%206.97006%2019.6652%207.64015%2019.0226%208.28279C17.0478%2010.2576%2015.0655%2012.2256%2013.0993%2014.2095C12.2914%2015.0248%2011.2017%2014.4908%2010.9918%2013.6521C10.8723%2013.1764%2011.053%2012.8024%2011.3835%2012.4725C12.6087%2011.2524%2013.8317%2010.03%2015.0552%208.80822C15.0621%208.80136%2015.069%208.7945%2015.0752%208.78764L15.0764%208.78821Z'%20fill='%23E43462'/%3e%3c/svg%3e");
}
.monsterinsights-rewardswp-features-list ul li:last-child {
  margin-bottom: 0;
}
.monsterinsights-rewardswp-features .monsterinsights-rewardswp-screenshot img {
  max-width: 400px;
  height: auto;
}
.monsterinsights-rewardswp-features.monsterinsights-rewardswp-features {
  align-items: center;
  gap: 40px;
}
.monsterinsights-rewardswp-install-box {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.monsterinsights-rewardswp-install-box-step {
  background: #f9f9f9;
  text-align: center;
  padding: 0 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.monsterinsights-rewardswp-install-box-step span {
  display: inline-block;
  background: #cccccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 260%;
  color: #fff;
}
.monsterinsights-rewardswp-install-box-info {
  padding: 55px;
  border-left: 1px solid #eeeeee;
}
.monsterinsights-rewardswp-install-box-info h2 {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
}
.monsterinsights-rewardswp-install-box-info p {
  margin: 10px 0 18px;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #777777;
}
.monsterinsights-rewardswp-install-box-info button {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 18px;
}
.monsterinsights-rewardswp-install-box.monsterinsights-setup-rewardswp .monsterinsights-rewardswp-install-box-step.is-complete span {
  background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st1{fill:%23fff;}%20%3c/style%3e%3cg%3e%3cpath%20class='st1'%20d='M6.3,10.3L4,7.9C3.9,7.8,3.9,7.8,3.9,7.7c0-0.1,0-0.2,0.1-0.3l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1%20c0.1,0,0.2,0,0.3,0.1l1.6,1.6L10,5.1C10.1,5,10.2,5,10.2,5c0.1,0,0.2,0,0.3,0.1L11,5.6c0.1,0.1,0.1,0.2,0.1,0.3%20c0,0.1,0,0.2-0.1,0.3l-4.2,4.2c-0.1,0.1-0.2,0.1-0.3,0.1C6.5,10.4,6.4,10.3,6.3,10.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center #509fe2;
}
.monsterinsights-rewardswp-install-box.monsterinsights-inactive.monsterinsights-install-rewardswp .monsterinsights-rewardswp-install-box-step span {
  background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st1{fill:%23fff;}%20%3c/style%3e%3cg%3e%3cpath%20class='st1'%20d='M6.3,10.3L4,7.9C3.9,7.8,3.9,7.8,3.9,7.7c0-0.1,0-0.2,0.1-0.3l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1%20c0.1,0,0.2,0,0.3,0.1l1.6,1.6L10,5.1C10.1,5,10.2,5,10.2,5c0.1,0,0.2,0,0.3,0.1L11,5.6c0.1,0.1,0.1,0.2,0.1,0.3%20c0,0.1,0,0.2-0.1,0.3l-4.2,4.2c-0.1,0.1-0.2,0.1-0.3,0.1C6.5,10.4,6.4,10.3,6.3,10.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center #509fe2;
}
.monsterinsights-rewardswp-install-box.monsterinsights-inactive .monsterinsights-rewardswp-install-box-info button, .monsterinsights-rewardswp-install-box.monsterinsights-loading .monsterinsights-rewardswp-install-box-info button {
  background: #f7f7f7;
  border: 1px solid rgba(218, 218, 218, 0.51);
  color: #bdbdbd;
}
.monsterinsights-rewardswp-screenshot, .monsterinsights-rewardswp-features-list {
  flex: 1;
}
.monsterinsights-rewardswp-screenshot img, .monsterinsights-rewardswp-features-list img {
  max-width: 100%;
  height: auto;
}

.monsterinsights-file-input {
  margin-bottom: 20px;
}

.monsterinsights-tools .monsterinsights-dark {
  margin-bottom: 5px;
  display: block;
}

.monsterinsights-tools-url-builder p .monsterinsights-info {
  margin-left: 0;
}
.monsterinsights-tools-url-builder .monsterinsights-input-text {
  margin-bottom: 20px;
}

.monsterinsights-required {
  color: #d4393d;
}

textarea:read-only {
  background-color: #f9fbff;
}

.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-tools-info-row p {
  margin-top: 0;
}

.monsterinsights-tools-info-row {
  display: flex;
}
.monsterinsights-tools-info-row .monsterinsights-tools-info-label {
  width: 230px;
  flex-shrink: 0;
}
.monsterinsights-tools-info-row .monsterinsights-tools-info-description p {
  margin-bottom: 5px;
}
@media (max-width: 782px) {
  .monsterinsights-tools-info-row {
    flex-direction: column;
  }
}

.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a {
  color: #777;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:hover, .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:focus {
  color: #393f4c;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info i {
  margin-right: 10px;
  color: #b6c9da;
}

.monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad {
  background-color: #0C55DA;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  border-radius: 5px;
  padding: 30px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad,
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad {
    padding-bottom: 50px;
  }
}
.monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-title,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Helvetica", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
.monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-description,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-description {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
.monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-button,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-button {
  background: #fff;
  border-color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  padding: 12px 76px 12px 60px;
  color: #0e54da;
}
.monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-button:hover, .monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-button:focus, .monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-button:active,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-button:hover,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-button:focus,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-button:active {
  background: #fff;
  border-color: #fff;
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-button:after,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-button:after {
  position: absolute;
  content: "";
  right: 53px;
  top: 50%;
  width: 16px;
  height: 17px;
  margin-top: -8px;
  background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2674_115)'%3e%3cpath%20d='M5.40329%207.60831C5.56004%207.76542%205.77756%207.85551%205.99986%207.85551C6.22179%207.85551%206.43932%207.76542%206.59642%207.60831L9.33788%204.86704C9.66746%204.53765%209.66746%204.00334%209.33788%203.67393C9.0083%203.34435%208.474%203.34435%208.14477%203.67393V3.67377L6.84361%204.9749V0.895508C6.84361%200.4295%206.46568%200.0517578%205.99986%200.0517578C5.53369%200.0517578%205.15611%200.4295%205.15611%200.895508V4.97471L3.85533%203.67393C3.52575%203.34435%202.99145%203.34435%202.66222%203.67377C2.33264%204.00334%202.33264%204.53765%202.66222%204.86706L5.40329%207.60831Z'%20fill='%230E54DA'/%3e%3cpath%20d='M11.0966%208.98047H7.8142C7.50108%209.67115%206.80747%2010.1523%206%2010.1523C5.19248%2010.1523%204.4989%209.67115%204.18617%208.98047H0.903797C0.404672%208.98047%200%209.38495%200%209.88394V11.0455C0%2011.5447%200.404672%2011.9492%200.903797%2011.9492H11.0965C11.5957%2011.9492%2012%2011.5447%2012%2011.0455V9.88394C12%209.38495%2011.5957%208.98047%2011.0966%208.98047Z'%20fill='%230E54DA'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2674_115'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
}
.monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-logo,
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-logo {
  position: absolute;
  right: 45px;
  bottom: 40px;
  background-image: url("../assets/pretty-links-logo-white-C6bLj4eu.svg");
  background-repeat: no-repeat;
  width: 240px;
  min-height: 39px;
}
@media (max-width: 782px) {
  .monsterinsights-admin-page .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-logo,
  .monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-prettylinks-flow-ad .monsterinsights-prettylinks-flow-ad-logo {
    right: 10px;
    bottom: 0;
  }
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-copy-to-prettylinks {
  position: relative;
  background: #256EF3;
  border-color: #0D59E3;
  margin-left: 15px;
  padding: 10px 48px 10px 23px;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-copy-to-prettylinks:hover, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-copy-to-prettylinks:focus, .monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-copy-to-prettylinks:active {
  background: rgba(37, 110, 243, 0.8509803922);
  border-color: rgba(37, 110, 243, 0.8509803922);
  outline: none;
}
.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-copy-to-prettylinks:after {
  position: absolute;
  content: "";
  right: 23px;
  top: 50%;
  width: 16px;
  height: 15px;
  margin-top: -7px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEQSURBVHgBlVLBccIwENyTPXnwSEwHooLYFYRnxlXQgekgpgNaSAe8eOSTuAI5lUAyDHxAx2mwAcEgj3fGPtne3VufBASwMuNkZd51iKNCHyMamIjUtzPqbfBv8okU7S6FwbS3AQgf5yWh6GWw+c2LpnuLpHl338cNKVZUMEMzkBJIIwDh1AReS6p6b3ezWEIkIp6eUndDOKm7i2Yc4alSw2xZy8MMPeE0z9nX4tz0z+QlXQ2uS/ySLcsm0QViMg9N/Fbs4O2Cgl2gA4R97WuuYEFplwEj0g8NiOjNJ2N9ayCc14cGIklaoftXy9vRge2ImT8vpuyljD05UyWlstjOh9lP293ViRy4UoFKWXszOAInrGJHik+ELQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

body.monsterinsights-prettylinks-flow-page {
  background: #fff;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow {
  max-width: 770px;
  margin: 0 auto;
}
@media (max-width: 782px) {
  body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow {
    padding: 0 30px;
  }
}
@media (min-width: 783px) and (max-width: 935px) {
  body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow {
    max-width: 700px;
  }
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow h1,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow h2,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow h3,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow h4,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow p,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow span,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow button,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow a,
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow div {
  font-family: "Roboto", sans-serif;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow p {
  font-size: 16px;
  line-height: 21px;
  color: #393F4C;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 20px;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-header .monsterinsights-tools-prettylinks-flow-header-logo {
  min-height: 56px;
  background-image: url("../assets/mi-and-pl-logo-DJQ06oSp.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-header .monsterinsights-prettylinks-flow-title {
  font-size: 39px;
  font-weight: 900;
  line-height: 46px;
  text-align: center;
  color: #393F4C;
  margin-top: 60px;
  margin-bottom: 18px;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-header .monsterinsights-prettylinks-flow-description {
  max-width: 560px;
  margin: 0 auto;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row .monsterinsights-tools-prettylinks-row-image {
  margin-left: -35px;
}
@media (max-width: 782px) {
  body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row .monsterinsights-tools-prettylinks-row-image {
    margin-left: 0;
  }
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row .monsterinsights-tools-prettylinks-row-description {
  padding-left: 16px;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row .monsterinsights-tools-prettylinks-row-description h3 {
  margin-top: 0;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #E2E4E9;
  margin-bottom: 36px;
}
@media (max-width: 782px) {
  body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard {
    text-align: center;
    padding: 30px 30px 0 30px;
  }
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-not-activated, body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-activated {
  border-width: 2px;
  border-color: #338EEF;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-not-activated .monsterinsights-prettylinks-flow-counter, body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-activated .monsterinsights-prettylinks-flow-counter {
  background: #338EEF;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-not-activated .monsterinsights-tools-prettylinks-action .monsterinsights-button, body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-activated .monsterinsights-tools-prettylinks-action .monsterinsights-button {
  background: #338EEF;
  border-color: #338EEF;
  color: #fff;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-not-activated .monsterinsights-tools-prettylinks-action.monsterinsights-tools-install-prettylinks .monsterinsights-button:after, body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-activated .monsterinsights-tools-prettylinks-action.monsterinsights-tools-install-prettylinks .monsterinsights-button:after {
  background-position: 0 -16px;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-not-activated .monsterinsights-tools-prettylinks-action.monsterinsights-tools-create-prettylinks .monsterinsights-button, body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-activated .monsterinsights-tools-prettylinks-action.monsterinsights-tools-create-prettylinks .monsterinsights-button {
  pointer-events: initial;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-not-activated .monsterinsights-tools-prettylinks-action.monsterinsights-tools-create-prettylinks .monsterinsights-button:after, body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-activated .monsterinsights-tools-prettylinks-action.monsterinsights-tools-create-prettylinks .monsterinsights-button:after {
  background-position: -18px -18px;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-status-active .monsterinsights-prettylinks-flow-counter {
  background: #1EC185;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard.prettylinks-status-active .monsterinsights-tools-prettylinks-action .monsterinsights-button {
  pointer-events: none;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-prettylinks-flow-counter {
  width: 48px;
  height: 48px;
  text-align: center;
  background: #B6BCC8;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  margin-left: 35px;
  margin-right: 35px;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-tools-prettylinks-action {
  padding: 30px 0;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-tools-prettylinks-action h3 {
  font-size: 18px;
  line-height: 18px;
  color: #393F4C;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 0;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-tools-prettylinks-action p {
  margin-top: 6px;
  margin-bottom: 0;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-tools-prettylinks-action .monsterinsights-button {
  font-size: 14px;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  margin-top: 30px;
  color: #B6BCC8;
  background: #E2E4E9;
  border-color: #E2E4E9;
  padding: 13px 46px 13px 20px;
  position: relative;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-tools-prettylinks-action .monsterinsights-button:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAIRQTFRFAAAA1Nfe09fe1dff09ff0tfe0dXd09je09ff1Njf09Td0tbcz9fbz8/f09je0tfc0tjf1Nje19fXz8/Pz9fX09fd0dfdDl2vDlyvDlyxDlyvDluvDlytDlyvDVyvDVysDFyrEGCvDlyvDlyuDluvDlquDl2vDl2vEGCvEFCvCFivDlyvL0miRwAAACx0Uk5TAN//f3/fgO+/j5BQQBDPoI/PIBAggIDf/39/34Dvv1BAEM+gj5CP7yAQIICE4JwzAAABEElEQVR4nKWQCU/EIBCFH9UC67G1XqAF1FZdV////7Mc07K9YuIjIRPex7zJAEGsKBiSzopM5+nR18jqUWtAybnYBCQg/wEIKXfAhZRleL0cJ7qKACeWB+B6T36FRWAgKopgUt4AOylFCo5EtTGkJ8ifAszf9e2+uqt9xRIgOGcRiPH1ffR9y8mqs1oUYaiH3H/MAIESYljXoPK0QzkDopTWasWK0r3+DDzpTM8LgD7RGtAYYzcBBzgCXsZ+r4vAW0t+lzpY596BD+ea2JeIjiIMpZkUHIkOq0AgyO8BFSI+nTv0gPKf26+2O4Y2ajZkjG+/jy0tZhEIsv0hwBqjpoBFA6tnq27G+tCfBvjJffMLAwgkWFxoOwcAAAAASUVORK5CYII=");
  background-position: 0 0;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-tools-prettylinks-action.monsterinsights-tools-create-prettylinks .monsterinsights-button {
  pointer-events: none;
}
body.monsterinsights-prettylinks-flow-page .monsterinsights-settings-content.monsterinsights-tools-prettylinks-flow .monsterinsights-tools-prettylinks-flow-content .monsterinsights-tools-info-row.monsterinsights-prettylinks-flow-install-wizard .monsterinsights-tools-prettylinks-action.monsterinsights-tools-create-prettylinks .monsterinsights-button:after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-position: -18px 0;
}

.monsterinsights-tools-eea-checker-compliant-status {
  display: flex;
  align-items: center;
}

.monsterinsights-tools-eea-checker-compliant {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.monsterinsights-tools-eea-checker-compliant svg {
  margin-left: 10px;
}

.monsterinsights-tools-eea-checker-criteria {
  padding-top: 10px;
  padding-bottom: 15px;
}
.monsterinsights-tools-eea-checker-criteria .monsterinsights-info.has-tooltip {
  margin-left: 6px;
}

/***********************
**** Verified Badge ****
************************/
.monsterinsights-badge-light {
  width: 178px;
  height: 40px;
  background: url("../assets/badge-light-CbU2HY-C.svg") no-repeat center center;
}

.monsterinsights-badge-dark {
  width: 178px;
  height: 40px;
  background: url("../assets/badge-dark-D_gbrV0g.svg") no-repeat center center;
}

.badge-appearance-container label {
  width: auto !important;
  margin: 0 20px 0 0 !important;
  line-height: 36px;
}
.badge-appearance-container > span {
  display: flex !important;
}

.monsterinsights-shortcode {
  border: 1px solid #B7C9D9;
  border-radius: 5px;
  display: flex;
}
.monsterinsights-shortcode a {
  background: #FAFAFA;
  border-right: 1px solid #B7C9D9;
  padding: 11px 16px;
  border-radius: 5px 0 0 5px;
  color: #393F4C !important;
  text-decoration: none;
  font-weight: 700;
}
.monsterinsights-shortcode input {
  border: 0 !important;
  background: #ECF5FE !important;
  color: #393F4C !important;
}

/* ************* Report Export ************* */
.monsterinsights-tools-export-container {
  padding: 0 30px;
}

.monsterinsights-export-actions .monsterinsights-export-action-button-text {
  margin-left: 5px;
}

.monsterinsights-tools-export-lite .monsterinsights-site-notes-category {
  position: relative;
  min-height: 420px;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell {
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell-window {
  padding: 48px 50px;
  text-align: center;
  position: relative;
  width: 600px;
  max-width: 90%;
  z-index: 11;
  background: #ffffff;
  border: 1px solid #d6e2ed;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.1);
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell h2 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 22px;
  line-height: 1.2;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell p {
  font-size: 14px;
  line-height: 20px;
  color: #626d83;
  margin-bottom: 32px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell .monsterinsights-plus-list {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 35px 0;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell .monsterinsights-plus-list li {
  position: relative;
  padding-left: 24px;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell .monsterinsights-plus-list li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%207.41142C0%207.13823%200%206.86422%200%206.59102C0.00822957%206.54247%200.018105%206.49475%200.0255117%206.4462C0.0691284%206.14503%200.09464%205.83975%200.158831%205.54269C0.524223%203.86157%201.38751%202.48491%202.7569%201.44728C4.46043%200.157022%206.37874%20-0.270869%208.47069%200.165251C10.1454%200.514147%2011.5066%201.39132%2012.5476%202.74494C13.6718%204.20635%2014.14%205.87019%2013.9639%207.70189C13.8216%209.18552%2013.2447%2010.4964%2012.2563%2011.6146C11.1725%2012.8407%209.82117%2013.6043%208.20735%2013.8915C7.944%2013.9384%207.67654%2013.9647%207.41155%2014.0001H6.59106C6.55567%2013.9927%206.52111%2013.9804%206.48572%2013.9779C5.39037%2013.9006%204.36579%2013.5879%203.43091%2013.0152C1.61711%2011.9035%200.500358%2010.3013%200.10863%208.20549C0.0600758%207.94299%200.0353871%207.67639%200%207.41142Z'%20fill='%23EAFAEE'/%3e%3cpath%20d='M7.50227%207.4993C7.50227%207.93231%207.50227%208.34785%207.50227%208.76414C7.50227%208.99128%207.50303%209.21842%207.50227%209.44556C7.49999%209.77753%207.29507%2010.0016%206.99605%2010.0001C6.70309%209.9986%206.49894%209.77525%206.49818%209.45012C6.49666%208.80668%206.49818%208.16325%206.49818%207.50006C6.4496%207.50006%206.40558%207.50006%206.36157%207.50006C5.73999%207.50006%205.11765%207.50234%204.49607%207.49854C4.23802%207.49702%204.03842%207.31319%204.00427%207.06174C3.97315%206.83308%204.11507%206.59986%204.33896%206.53149C4.42169%206.50642%204.51276%206.49959%204.59928%206.49883C5.17457%206.49579%205.75061%206.49731%206.32589%206.49731H6.49742C6.49742%206.44717%206.49742%206.40311%206.49742%206.35905C6.49742%205.7536%206.4959%205.14815%206.49742%204.54269C6.49818%204.27074%206.64541%204.0717%206.87841%204.01549C7.20552%203.93648%207.49696%204.17046%207.49999%204.52598C7.50454%205.06382%207.50151%205.60242%207.50151%206.14103C7.50151%206.25422%207.50151%206.36665%207.50151%206.49883C7.55843%206.49883%207.607%206.49883%207.65558%206.49883C8.24832%206.49883%208.8403%206.49807%209.43304%206.49883C9.70778%206.49883%209.89448%206.61885%209.97037%206.8346C10.0865%207.16733%209.84818%207.49778%209.48389%207.50006C8.87445%207.50386%208.26501%207.50082%207.65633%207.50158C7.6108%207.50158%207.56526%207.50158%207.50227%207.50158V7.4993Z'%20fill='%2340A88D'/%3e%3c/svg%3e") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell .monsterinsights-button {
  background-color: #338eef !important;
  border-color: #1177e3 !important;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell .monsterinsights-button-text {
  margin: 19px 0 0;
  color: #99a1b2;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}
.monsterinsights-tools-export-lite .monsterinsights-site-notes-upsell.monsterinsights-bg-upsell-categories {
  padding-top: 20px;
}

div[class^=monsterinsights-path-site-notes] .mx-icon-calendar,
div[class*=" monsterinsights-path-site-notes"] .mx-icon-calendar {
  display: none;
}
div[class^=monsterinsights-path-site-notes] .monsterinsights-navigation-bar,
div[class^=monsterinsights-path-site-notes] .monsterinsights-header,
div[class*=" monsterinsights-path-site-notes"] .monsterinsights-navigation-bar,
div[class*=" monsterinsights-path-site-notes"] .monsterinsights-header {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 782px) {
  div[class^=monsterinsights-path-site-notes] .monsterinsights-navigation-bar,
  div[class^=monsterinsights-path-site-notes] .monsterinsights-header,
  div[class*=" monsterinsights-path-site-notes"] .monsterinsights-navigation-bar,
  div[class*=" monsterinsights-path-site-notes"] .monsterinsights-header {
    padding-left: 0;
    padding-right: 0;
  }
}
div[class^=monsterinsights-path-site-notes] .monsterinsights-floating-bar,
div[class*=" monsterinsights-path-site-notes"] .monsterinsights-floating-bar {
  margin-right: -20px;
  margin-left: -20px;
}

.monsterinsights-toggle-note-important:active, .monsterinsights-toggle-note-important:focus {
  outline: none;
  box-shadow: none;
}

.monsterinsights-notes-button {
  background: #ffffff;
  border: 1px solid #d7dbe9;
  border-radius: 3px;
  padding: 10px 21px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  margin-right: 10px;
}
.monsterinsights-notes-button-grey {
  background: #eceff5;
  border: 1px solid #d6e2ed;
  color: #393f4c;
}
.monsterinsights-notes-button-blue {
  background: #2271b1;
  border: 1px solid #2d87f1;
  color: #ffffff;
}

.monsterinsights-site-notes {
  margin: 0 auto;
  max-width: 100%;
}
.monsterinsights-site-notes .monsterinsights-site-notes-wrapper {
  margin: 0 auto;
  max-width: 750px;
}
.monsterinsights-site-notes .monsterinsights-container {
  background: #ffffff;
  border: 1px solid #d7dbe9;
  margin-top: 25px !important;
}
.monsterinsights-site-notes .monsterinsights-flex-container {
  display: flex;
}
.monsterinsights-site-notes-header {
  padding: 13px 25px;
  border-bottom: 1px solid #d7dbe9;
  display: flex;
}
.monsterinsights-site-notes-header__title {
  margin-right: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  display: inline-block;
}
.monsterinsights-site-notes-header-right {
  margin-left: auto;
  margin-right: 0;
}
.monsterinsights-site-notes-inner {
  padding: 20px;
}
.monsterinsights-site-notes-list__table th, .monsterinsights-site-notes-list__table td {
  line-height: 22px !important;
}
.monsterinsights-site-notes-list__table input[type=checkbox] {
  box-shadow: none !important;
  border-radius: 2px !important;
}
.monsterinsights-site-notes-list__table input[type=checkbox]:not(:checked) {
  background-color: transparent !important;
}
.monsterinsights-site-notes-list__table input[type=checkbox]:checked::before {
  margin: -1px -2px !important;
}
.monsterinsights-site-notes-list__table .monsterinsights-star,
.monsterinsights-site-notes-list__table .monsterinsights-star-empty {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 2px;
}
.monsterinsights-site-notes-list__table .monsterinsights-star {
  background: url("data:image/svg+xml,%3csvg%20width='18'%20height='17'%20viewBox='0%200%2018%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%200L11.6699%205.47761L18%206.18785L13.32%2010.2834L14.5623%2016.2L9%2013.2536L3.43769%2016.2L4.68%2010.2834L0%206.18785L6.33009%205.47761L9%200Z'%20fill='%23F4B400'/%3e%3c/svg%3e") no-repeat center center;
}
.monsterinsights-site-notes-list__table .monsterinsights-star-empty {
  background: url("data:image/svg+xml,%3csvg%20width='19'%20height='17'%20viewBox='0%200%2019%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.44%201.14117L11.6605%205.69668L11.7809%205.94383L12.0542%205.97449L17.2575%206.5583L13.4307%209.90717L13.2106%2010.0999L13.2707%2010.3862L14.2938%2015.2589L9.67405%2012.8118L9.44%2012.6878L9.20596%2012.8118L4.58621%2015.2589L5.60933%2010.3862L5.66945%2010.0999L5.44928%209.90717L1.62255%206.5583L6.82585%205.97449L7.09908%205.94383L7.21955%205.69668L9.44%201.14117Z'%20stroke='%23AFB3BE'/%3e%3c/svg%3e") no-repeat center center;
}
.monsterinsights-site-notes-list__table .column-cell-note_date {
  font-size: 14px !important;
  width: 110px;
}
.monsterinsights-site-notes-list__table .column-cell-note_title .row-title {
  font-size: 14px !important;
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
  width: 80%;
}
.monsterinsights-site-notes-list__table .column-cell-author {
  font-size: 14px;
}
.monsterinsights-site-notes-list__table .column-cell-category {
  font-size: 14px;
  width: 160px;
}
.monsterinsights-site-notes-list__table .column-cell-category span {
  display: inline-block;
}
.monsterinsights-site-notes-list__table .column-cell-category span.monsterinsights-category-without-bg {
  color: #509fe2;
}
.monsterinsights-site-notes-list__table .column-cell-category span.monsterinsights-category-with-bg {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 3px 10px;
}
.monsterinsights-site-notes-list__table .column-cell-note_medias {
  width: 55px;
}
.monsterinsights-site-notes-list__table .column-cell-note_medias .monsterinsights-site-notes-media-icon {
  margin-right: 16px;
}
.monsterinsights-site-notes-list__table .column-cell-note_medias .monsterinsights-site-notes-media-icon-item {
  margin-top: 3px;
  display: block;
  width: 12px;
  height: 13px;
  background: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.4005%202.14599L2.35281%206.30195C1.12142%207.53334%201.12138%209.52977%202.35277%2010.7611C3.58415%2011.9925%205.58062%2011.9925%206.812%2010.7611L6.81252%2010.7606L10.7586%206.82382C11.0052%206.57784%2011.4045%206.57831%2011.6505%206.82487C11.8964%207.07144%2011.896%207.47073%2011.6494%207.71672L7.70385%2011.653C7.70375%2011.6531%207.70394%2011.6529%207.70385%2011.653C5.97989%2013.3766%203.18476%2013.3768%201.46092%2011.653C-0.261994%209.93008%20-0.263015%207.13732%201.45786%205.41313L5.50588%201.25683C6.73726%200.0254478%208.73377%200.0254867%209.96515%201.25687C11.1955%202.48722%2011.1965%204.48138%209.96824%205.71301L5.92019%209.86934C5.18136%2010.6082%203.98344%2010.6081%203.24461%209.8693C2.50578%209.13047%202.50578%207.93259%203.24461%207.19376L7.39781%203.04056C7.64409%202.79429%208.04338%202.79429%208.28966%203.04056C8.53594%203.28684%208.53594%203.68613%208.28966%203.93241L4.13646%208.08561C3.89018%208.33188%203.89018%208.73118%204.13646%208.97745C4.38192%209.22291%204.77939%209.22373%205.02585%208.97989L9.07327%204.82422C9.8121%204.08539%209.81214%202.88755%209.07331%202.14872C8.33539%201.4108%207.13955%201.40989%206.4005%202.14599Z'%20fill='%23777777'/%3e%3c/svg%3e") no-repeat center center;
}
.monsterinsights-site-notes-list__table .column-cell-note_medias .monsterinsights-site-notes-media-icon-empty {
  display: block;
  color: #777777;
  font-size: 30px;
  width: 12px;
}
.monsterinsights-site-notes-list__table-create-form {
  margin-bottom: 47px;
  position: relative;
}
.monsterinsights-site-notes-list__table-create-form .monsterinsights-loader {
  position: absolute !important;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.monsterinsights-site-notes-list__table-create-text {
  line-height: 20px;
  color: #777777;
  margin-bottom: 18px;
}
.monsterinsights-site-notes-list__table-create-link {
  margin-bottom: 20px;
}
.monsterinsights-site-notes-list__table-create-link--export {
  display: flex;
  align-items: center;
  gap: 10px;
}
.monsterinsights-site-notes .paging-input label {
  width: auto !important;
}
.monsterinsights-site-notes .paging-input input[type=text] {
  width: auto !important;
  min-width: 30px;
  height: 30px;
}
.monsterinsights-site-notes-create-form {
  position: relative;
}
.monsterinsights-site-notes-create-form .monsterinsights-loader {
  position: absolute !important;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.monsterinsights-site-notes-create__table.loading {
  opacity: 0.2;
}
.monsterinsights-site-notes-create__table .monsterinsights-flex-container > div {
  margin-right: 43px;
  flex: 1;
}
.monsterinsights-site-notes-create__table .monsterinsights-flex-container > div:last-child {
  margin-right: 0;
}
.monsterinsights-site-notes-create__table-item {
  margin-bottom: 15px;
}
.monsterinsights-site-notes-create__table-item:last-child {
  width: 100%;
  padding-right: 0;
}
.monsterinsights-site-notes-create__table-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  margin-bottom: 6px !important;
}
.monsterinsights-site-notes-create__table-item-note {
  position: relative;
}
.monsterinsights-site-notes-create__table-item-note a {
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1;
}
.monsterinsights-site-notes-create__table-item-note textarea {
  height: 36px;
  width: 100% !important;
  padding: 7px 35px 7px 38px !important;
}
.monsterinsights-site-notes-create__table-item #note_date {
  width: 100%;
}
.monsterinsights-site-notes-create__table-item #note_date input {
  height: 35px;
  background-color: #fafbff;
  border: 1px solid #d6e2ed;
  border-radius: 3px;
}
.monsterinsights-site-notes-create__table-item select {
  width: 100%;
  height: 35px;
  color: #777;
  padding-left: 15px;
}
.monsterinsights-site-notes-create__table-item select option {
  font-family: Arial, serif;
}
.monsterinsights-site-notes-create__table-item select:hover, .monsterinsights-site-notes-create__table-item select:focus, .monsterinsights-site-notes-create__table-item select:active {
  color: #509fe2;
}
.monsterinsights-site-notes-create__table-item textarea,
.monsterinsights-site-notes-create__table-item select {
  background-color: #fff;
  border: 1px solid #d6e2ed !important;
  border-radius: 3px;
}
.monsterinsights-site-notes-create__table-item .monsterinsights-upload-button {
  width: 100%;
  font-size: 14px;
  height: 35px;
  line-height: 32px !important;
  padding-left: 15px;
  border-color: #d6e2ed !important;
}
.monsterinsights-site-notes-create__table-item .monsterinsights-star {
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3csvg%20width='18'%20height='17'%20viewBox='0%200%2018%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%200L11.6699%205.47761L18%206.18785L13.32%2010.2834L14.5623%2016.2L9%2013.2536L3.43769%2016.2L4.68%2010.2834L0%206.18785L6.33009%205.47761L9%200Z'%20fill='%23F4B400'/%3e%3c/svg%3e") no-repeat center center;
  display: block;
}
.monsterinsights-site-notes-create__table-item .monsterinsights-star:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.monsterinsights-site-notes-create__table-item .monsterinsights-star-empty {
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3csvg%20width='19'%20height='17'%20viewBox='0%200%2019%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.44%201.14117L11.6605%205.69668L11.7809%205.94383L12.0542%205.97449L17.2575%206.5583L13.4307%209.90717L13.2106%2010.0999L13.2707%2010.3862L14.2938%2015.2589L9.67405%2012.8118L9.44%2012.6878L9.20596%2012.8118L4.58621%2015.2589L5.60933%2010.3862L5.66945%2010.0999L5.44928%209.90717L1.62255%206.5583L6.82585%205.97449L7.09908%205.94383L7.21955%205.69668L9.44%201.14117Z'%20stroke='%23AFB3BE'/%3e%3c/svg%3e") no-repeat center center;
  display: block;
}
.monsterinsights-site-notes-create__table-item .monsterinsights-star-empty:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.monsterinsights-site-notes-create__table-item textarea,
.monsterinsights-site-notes-create__table-item input[type=text] {
  border: 1px solid #cad5df;
  border-radius: 3px;
}
.monsterinsights-site-notes-create__table-item .site-notes-media-container {
  height: 35px;
  width: 100%;
}
.monsterinsights-site-notes-create__button {
  margin-bottom: 25px;
}
.monsterinsights-site-notes-create__button.loading {
  opacity: 0.2;
}
.monsterinsights-site-notes-create__button button {
  height: 40px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-right: 12px;
}
.monsterinsights-site-notes .edit-row {
  position: relative;
  top: -1px;
}
.monsterinsights-site-notes .edit-row td {
  background-color: #f3f6ff;
}
.monsterinsights-site-notes .monsterinsights-row {
  margin: 20px 0;
}
.monsterinsights-site-notes .monsterinsights-row button {
  margin-right: 20px;
}
.monsterinsights-site-notes .monsterinsights-row button:last-child {
  margin-right: 0;
}
.monsterinsights-site-notes .monsterinsights-edit-title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 9px;
}
.monsterinsights-site-notes-category {
  position: relative;
  min-height: 400px;
}
.monsterinsights-site-notes-category__create-description {
  line-height: 20px;
  margin-bottom: 18px;
  color: #777777;
}
.monsterinsights-site-notes-category__create-form label {
  color: #777777 !important;
  margin: 0 0 6px !important;
}
.monsterinsights-site-notes-category__create-form input {
  padding: 10px !important;
  height: 35px !important;
}
.monsterinsights-site-notes-category__create-form .monsterinsights-flex-container > div:first-child {
  width: 100%;
  margin-right: 20px;
}
.monsterinsights-site-notes-category__list {
  margin-top: 30px;
}
.monsterinsights-site-notes-category__list-item {
  border: 1px solid #b7c9d9;
  border-bottom: 0;
  padding: 13px;
  display: flex;
}
.monsterinsights-site-notes-category__list-item.edit-category-row {
  display: block;
}
.monsterinsights-site-notes-category__list-item:last-child {
  border-bottom: 1px solid #d7dbe9;
}
.monsterinsights-site-notes-category__list-item:hover .monsterinsights-links {
  visibility: visible;
}
.monsterinsights-site-notes-category__list-item .monsterinsights-category-color:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.monsterinsights-site-notes-category__list-item .monsterinsights-category-trigger {
  display: block;
  border-radius: 60px;
  width: 20px;
  height: 20px;
  text-decoration: none;
  background: #8d87e5;
  position: relative;
  margin-right: 12px;
  outline: 0;
}
.monsterinsights-site-notes-category__list-item .monsterinsights-category-title {
  font-size: 14px;
  font-weight: 400;
  color: #393f4c;
  line-height: 20px;
}
.monsterinsights-site-notes-category__list-item .monsterinsights-links {
  visibility: hidden;
  margin-top: 5px;
}
.monsterinsights-site-notes-category__list-item .monsterinsights-links a {
  padding: 0 5px;
  text-decoration: none;
}
.monsterinsights-site-notes-category__list-item .monsterinsights-links a:first-child {
  padding-left: 0;
}
.monsterinsights-site-notes-category__list-item .monsterinsights-links .delete {
  color: #af231a;
}
.monsterinsights-site-notes .color-picker-predefined-show, .monsterinsights-site-notes .color-picker-predefined-hide {
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.256282%200.228747C0.59799%20-0.0762491%201.15201%20-0.0762491%201.49372%200.228747L7%205.14345L12.5063%200.228747C12.848%20-0.0762491%2013.402%20-0.0762491%2013.7437%200.228747C14.0854%200.533743%2014.0854%201.02824%2013.7437%201.33324L7.61872%206.80018C7.27701%207.10518%206.72299%207.10518%206.38128%206.80018L0.256282%201.33324C-0.0854272%201.02824%20-0.0854272%200.533743%200.256282%200.228747Z'%20fill='%23777777'/%3e%3c/svg%3e") no-repeat center center;
}
.monsterinsights-site-notes .progress-bar {
  z-index: 1;
  height: 2px;
  background-color: rgba(80, 159, 226, 0.25);
  width: 100%;
  overflow: hidden;
}
.monsterinsights-site-notes .progress-bar.is-absolute {
  position: absolute;
}
.monsterinsights-site-notes .progress-bar.is-danger {
  background-color: rgba(235, 87, 87, 0.25);
}
.monsterinsights-site-notes .progress-bar.is-danger::after {
  background-color: #eb5757;
}
.monsterinsights-site-notes .progress-bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #509fe2;
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}
@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}
.monsterinsights-site-notes .monsterinsights-site-notes-export {
  background: #fff;
}
.monsterinsights-site-notes .monsterinsights-loader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(80, 159, 226, 0.2);
  border-right: 1.1em solid rgba(80, 159, 226, 0.2);
  border-bottom: 1.1em solid rgba(80, 159, 226, 0.2);
  border-left: 1.1em solid #509fe2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.monsterinsights-site-notes .monsterinsights-loader.is-inline {
  width: 24px;
  height: 24px;
  border-width: 4px;
  margin: 0;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.monsterinsights-site-notes .monsterinsights-form-loading {
  opacity: 0.3;
}
.monsterinsights-site-notes .monsterinsights-site-notes-wrapper-lite {
  position: relative;
  opacity: 0.3;
  pointer-events: none;
  filter: blur(2px);
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell-window {
  padding: 48px 50px;
  text-align: center;
  position: relative;
  width: 600px;
  max-width: 90%;
  z-index: 11;
  background: #ffffff;
  border: 1px solid #d6e2ed;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.1);
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell h2 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 22px;
  line-height: 1.2;
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell p {
  font-size: 14px;
  line-height: 20px;
  color: #626d83;
  margin-bottom: 32px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell .monsterinsights-plus-list {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 35px 0;
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell .monsterinsights-plus-list li {
  position: relative;
  padding-left: 24px;
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell .monsterinsights-plus-list li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%207.41142C0%207.13823%200%206.86422%200%206.59102C0.00822957%206.54247%200.018105%206.49475%200.0255117%206.4462C0.0691284%206.14503%200.09464%205.83975%200.158831%205.54269C0.524223%203.86157%201.38751%202.48491%202.7569%201.44728C4.46043%200.157022%206.37874%20-0.270869%208.47069%200.165251C10.1454%200.514147%2011.5066%201.39132%2012.5476%202.74494C13.6718%204.20635%2014.14%205.87019%2013.9639%207.70189C13.8216%209.18552%2013.2447%2010.4964%2012.2563%2011.6146C11.1725%2012.8407%209.82117%2013.6043%208.20735%2013.8915C7.944%2013.9384%207.67654%2013.9647%207.41155%2014.0001H6.59106C6.55567%2013.9927%206.52111%2013.9804%206.48572%2013.9779C5.39037%2013.9006%204.36579%2013.5879%203.43091%2013.0152C1.61711%2011.9035%200.500358%2010.3013%200.10863%208.20549C0.0600758%207.94299%200.0353871%207.67639%200%207.41142Z'%20fill='%23EAFAEE'/%3e%3cpath%20d='M7.50227%207.4993C7.50227%207.93231%207.50227%208.34785%207.50227%208.76414C7.50227%208.99128%207.50303%209.21842%207.50227%209.44556C7.49999%209.77753%207.29507%2010.0016%206.99605%2010.0001C6.70309%209.9986%206.49894%209.77525%206.49818%209.45012C6.49666%208.80668%206.49818%208.16325%206.49818%207.50006C6.4496%207.50006%206.40558%207.50006%206.36157%207.50006C5.73999%207.50006%205.11765%207.50234%204.49607%207.49854C4.23802%207.49702%204.03842%207.31319%204.00427%207.06174C3.97315%206.83308%204.11507%206.59986%204.33896%206.53149C4.42169%206.50642%204.51276%206.49959%204.59928%206.49883C5.17457%206.49579%205.75061%206.49731%206.32589%206.49731H6.49742C6.49742%206.44717%206.49742%206.40311%206.49742%206.35905C6.49742%205.7536%206.4959%205.14815%206.49742%204.54269C6.49818%204.27074%206.64541%204.0717%206.87841%204.01549C7.20552%203.93648%207.49696%204.17046%207.49999%204.52598C7.50454%205.06382%207.50151%205.60242%207.50151%206.14103C7.50151%206.25422%207.50151%206.36665%207.50151%206.49883C7.55843%206.49883%207.607%206.49883%207.65558%206.49883C8.24832%206.49883%208.8403%206.49807%209.43304%206.49883C9.70778%206.49883%209.89448%206.61885%209.97037%206.8346C10.0865%207.16733%209.84818%207.49778%209.48389%207.50006C8.87445%207.50386%208.26501%207.50082%207.65633%207.50158C7.6108%207.50158%207.56526%207.50158%207.50227%207.50158V7.4993Z'%20fill='%2340A88D'/%3e%3c/svg%3e") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell .monsterinsights-button {
  background-color: #338eef !important;
  border-color: #1177e3 !important;
}
.monsterinsights-site-notes .monsterinsights-site-notes-upsell .monsterinsights-button-text {
  margin: 19px 0 0;
  color: #99a1b2;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}
.monsterinsights-site-notes {
  /* Pagination */
}
.monsterinsights-site-notes .admin-table .tablenav.bottom {
  display: block;
}
.monsterinsights-site-notes .admin-table .tablenav.bottom .actions, .monsterinsights-site-notes .admin-table .tablenav.bottom .filters {
  display: none;
}
.monsterinsights-site-notes .admin-table .tablenav.top .tablenav-pages {
  display: none;
}
.monsterinsights-site-notes .admin-table .tablenav:after {
  display: block;
  content: " ";
  clear: both;
}

.monsterinsights-site-notes-integration-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 30px 0;
}

.monsterinsights-site-notes-integration-logo-item {
  margin: 0 15px;
}
.monsterinsights-site-notes-integration-logo-item svg {
  width: 100%;
}
.monsterinsights-site-notes-integration-logo-item:nth-child(1), .monsterinsights-site-notes-integration-logo-item:nth-child(3) {
  width: 75px;
}
.monsterinsights-site-notes-integration-logo-item:nth-child(2) {
  width: 50px;
}

.monsterinsights-site-notes-integration-header-text {
  text-align: center;
}
.monsterinsights-site-notes-integration-header-text h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.monsterinsights-site-notes-integration-header-text h2 strong {
  font-weight: 700;
}
.monsterinsights-site-notes-integration-header-text p {
  color: #7e7e7e;
  font-size: 19px;
  margin: 0;
  line-height: 1.3;
}

.monsterinsights-site-notes-integration-feature {
  margin: 40px 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.monsterinsights-site-notes-integration-feature h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
}
.monsterinsights-site-notes-integration-feature ul {
  margin: 0;
}
.monsterinsights-site-notes-integration-feature ul li {
  margin: 0;
  padding-left: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzQ2QkY0MCIgZD0iTTguOTM2IDEyLjU0M2MtLjE0NS0uMDkzLS4zMDktLjE2My0uNDMyLS4yODItLjQwMy0uMzg4LS4zOTItMS4wMjIuMDItMS40NTlDOS41MyA5LjczNCAxMC41NCA4LjY3IDExLjU1IDcuNjA2Yy4wNi0uMDY1LjEzMy0uMTE3LjItLjE3M2wtLjAyNS0uMDdoLS4yNjRjLTYuNDQ1IDAtMy44NDUtLjAwNC0xMC4yOS4wMDdDLjU4OSA3LjM3LjE5IDcuMTYyIDAgNi41Njd2LS40Yy4xODktLjU5Ny41OS0uODA0IDEuMTctLjgwMiA2LjQzNy4wMSAzLjgyOC4wMDcgMTAuMjY2LjAwN2guMzM1Yy0uMDk1LS4xMDUtLjE1NS0uMTc0LS4yMTgtLjI0QTM5NjQuOTIxIDM5NjQuOTIxIDAgMCAwIDguNTEgMS45MTggMS4wMTggMS4wMTggMCAwIDEgOC4yNS45MTRjLjA5Ny0uMzczLjM0LS42MS42OTctLjY5Ny4zNi0uMDg3LjY1Ny4wNDMuOTE0LjMxNSAxLjQxMiAxLjQ5NCAyLjgyNyAyLjk4NCA0LjI0MSA0LjQ3Ny4yLjIxMS40MDMuNDE4LjU5OC42MzQuMzk2LjQzNi40MDYgMS4wMTYuMDAyIDEuNDQ0YTExNjMuNDMgMTE2My40MyAwIDAgMS00Ljg5MyA1LjE1OWMtLjEyMy4xMjktLjI5OC4yLS40NS4yOThoLS40MjJ2LS4wMDJaIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 15px;
}
.monsterinsights-site-notes-integration-feature ul li + li {
  margin-top: 10px;
}

.monsterinsights-userfeedback-install-box.monsterinsights-integration-install-box .monsterinsights-userfeedback-install-box-info {
  padding: 40px 55px;
}
.monsterinsights-userfeedback-install-box.monsterinsights-integration-install-box .monsterinsights-userfeedback-install-box-info h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.monsterinsights-userfeedback-install-box.monsterinsights-integration-install-box span.monsterinsights-integration-install-box-counter-check {
  background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st1{fill:%23fff;}%20%3c/style%3e%3cg%3e%3cpath%20class='st1'%20d='M6.3,10.3L4,7.9C3.9,7.8,3.9,7.8,3.9,7.7c0-0.1,0-0.2,0.1-0.3l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1%20c0.1,0,0.2,0,0.3,0.1l1.6,1.6L10,5.1C10.1,5,10.2,5,10.2,5c0.1,0,0.2,0,0.3,0.1L11,5.6c0.1,0.1,0.1,0.2,0.1,0.3%20c0,0.1,0,0.2-0.1,0.3l-4.2,4.2c-0.1,0.1-0.2,0.1-0.3,0.1C6.5,10.4,6.4,10.3,6.3,10.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center #5cc0a5;
  font-size: 0;
}

.monsterinsights-site-notes-list__table-create-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.monsterinsights-import-upsell-popup {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  margin-top: 10px;
}

.monsterinsights-import-upsell-popup-inner {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 300px;
  position: relative;
}

.monsterinsights-import-upsell-popup-inner::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.monsterinsights-import-upsell-popup-inner::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd;
}

.monsterinsights-popup-close {
  background: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
  color: #999;
  cursor: pointer;
  font-size: 16px;
}
.monsterinsights-popup-close:hover {
  color: #666;
}

.monsterinsights-import-upsell-popup-inner h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
}

.monsterinsights-import-upsell-popup-inner p {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.monsterinsights-popup-buttons {
  text-align: center;
}

.monsterinsights-popup-buttons .monsterinsights-button {
  margin: 0;
}

.monsterinsights-site-notes-upsell.monsterinsights-bg-upsell-categories {
  padding-top: 20px;
}

.admin-table {
  position: relative;
}
.admin-table thead th .sorting-indicator,
.admin-table thead td .sorting-indicator {
  float: none;
  margin: 0 0 0 8px;
  height: 10px;
  width: 10px;
}
.admin-table thead th .sorting-indicator::before,
.admin-table thead td .sorting-indicator::before {
  top: unset;
}
.admin-table a:not(.admin-table__quick-filter):not(.button) {
  display: inline-flex;
  align-items: center;
}
.admin-table a:not(.admin-table__quick-filter):not(.button) .icon {
  width: 12px;
  height: 12px;
}
.admin-table a:not(.admin-table__quick-filter):not(.button) .icon:not(:first-child) {
  margin-left: 4px;
}
.admin-table ul.subsubsub {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.admin-table ul.subsubsub li:not(:first-child) {
  margin-left: 4px;
}
.admin-table {
  /*ul.subsubsub li:not(:last-child)::after {
    display: inline;
    content: ' | ';
  }*/
}
.admin-table a.admin-table__quick-filter.current {
  color: #000;
}
.admin-table .row-actions {
  padding-left: 30px;
}
.admin-table .row-actions span:not(:last-child)::after {
  display: inline-block;
  content: " | ";
  white-space: pre-wrap;
}
.admin-table__empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
}
.admin-table .search-filters {
  width: 150px;
}
.admin-table .search-filters input {
  width: 100%;
}
.admin-table__navigation .tablenav-pages:not(.one-page) {
  margin-left: 10px;
}
.admin-table__navigation span.pagination-links > .tablenav-pages-navspan:not(:last-child),
.admin-table__navigation span.pagination-links > .paging-input:not(:last-child),
.admin-table__navigation span.pagination-links > .button:not(:last-child) {
  margin-right: 4px;
}
.admin-table .bulkactions label {
  width: auto;
}
.admin-table .tablenav.top {
  margin-bottom: 25px;
  margin-top: 0;
}
.admin-table .tablenav.bottom {
  display: none;
}
.admin-table .wp-list-table {
  border-collapse: collapse;
  border: 1px solid #D7DBE9;
}
.admin-table .wp-list-table thead tr th {
  padding: 2px 0;
}
.admin-table .wp-list-table thead tr th.check-column {
  padding: 10px 3px 0;
}
.admin-table .wp-list-table thead tr th a {
  color: #000000;
  padding-left: 13px;
}
.admin-table .wp-list-table tr {
  background-color: #fff;
}
.admin-table .wp-list-table tr:nth-child(even) {
  background-color: #FAFBFF;
}
.admin-table .wp-list-table tr th.check-column {
  padding-top: 13px;
}
.admin-table .wp-list-table tr th.check-column input[type=checkbox] {
  background: #b7c9d9;
  border: 1px solid #b7c9d9;
  border-radius: 3px;
  width: 15px;
  min-width: 15px;
  height: 15px;
}
.admin-table .wp-list-table tr th.check-column input[type=checkbox]:checked:before {
  width: 16px;
}
.admin-table .wp-list-table tr td {
  padding: 13px;
}
.admin-table .wp-list-table tr th, .admin-table .wp-list-table tr td {
  border-bottom: 1px solid #D7DBE9;
  color: #3C434A;
}

.color-picker-predefined {
  position: relative;
}
.color-picker-predefined-show, .color-picker-predefined-hide {
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 14px;
  top: 14px;
  /*transition: all 0.1s ease-in-out;*/
}
.color-picker-predefined-show:active, .color-picker-predefined-show:focus, .color-picker-predefined-hide:active, .color-picker-predefined-hide:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.color-picker-predefined-hide {
  transform: rotate(180deg);
}
.color-picker-predefined__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  border-radius: 3px;
  background: #fff;
}
.color-picker-predefined__list.main-list {
  border: 1px solid #B7C9D9;
  padding: 8.5px 40px 8.5px 13px;
}
.color-picker-predefined__list.additional-list {
  gap: 15px;
  padding: 10px 13px;
  box-shadow: 0 4px 14px rgba(137, 155, 170, 0.19);
  position: absolute;
  margin-top: 6px;
}
.color-picker-predefined__list a {
  display: block;
  border-radius: 91px;
  width: 16px;
  height: 16px;
  text-decoration: none;
  border: 2px solid transparent;
}
.color-picker-predefined__list a.selected, .color-picker-predefined__list a:hover {
  border: 2px solid #2271B1;
}
.color-picker-predefined__list a:active, .color-picker-predefined__list a:focus {
  outline: 0 !important;
  box-shadow: none !important;
}.monsterinsights-admin-page .woocommerce-logo,
.monsterinsights-admin-page .edd-logo,
.monsterinsights-admin-page .memberpress-logo,
.monsterinsights-admin-page .give-wp-logo,
.monsterinsights-admin-page .lifter-lms-logo,
.monsterinsights-admin-page .charitable-logo,
.monsterinsights-admin-page .wishlistmember-logo,
.monsterinsights-admin-page .membermouse-logo,
.monsterinsights-admin-page .restrict-content-pro-logo {
  background: url("../assets/woocommerce-DV6kDMP6.png") no-repeat;
  background-size: contain;
  width: 156px;
  height: 31px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .woocommerce-logo,
  .monsterinsights-admin-page .edd-logo,
  .monsterinsights-admin-page .memberpress-logo,
  .monsterinsights-admin-page .give-wp-logo,
  .monsterinsights-admin-page .lifter-lms-logo,
  .monsterinsights-admin-page .charitable-logo,
  .monsterinsights-admin-page .wishlistmember-logo,
  .monsterinsights-admin-page .membermouse-logo,
  .monsterinsights-admin-page .restrict-content-pro-logo {
    margin-top: 18px;
  }
}
.monsterinsights-admin-page .edd-logo {
  background-image: url("../assets/easy-digital-downloads-Cd4s_trb.png");
  width: 194px;
}
.monsterinsights-admin-page .memberpress-logo {
  background-image: url("../assets/memberpress-CXCdB84n.png");
}
.monsterinsights-admin-page .give-wp-logo {
  background-image: url("data:image/png;base64,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");
  margin-top: 30px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .give-wp-logo {
    margin-top: 18px;
  }
}
.monsterinsights-admin-page .lifter-lms-logo {
  background-image: url("data:image/png;base64,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");
  margin-top: 30px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .lifter-lms-logo {
    margin-top: 18px;
  }
}
.monsterinsights-admin-page .restrict-content-pro-logo {
  background-image: url("data:image/png;base64,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");
  margin-top: 30px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .restrict-content-pro-logo {
    margin-top: 18px;
  }
}
.monsterinsights-admin-page .charitable-logo {
  background-image: url("../assets/charitable-logo-DHu2whGR.png");
  margin-top: 30px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .charitable-logo {
    margin-top: 18px;
  }
}
.monsterinsights-admin-page .wishlistmember-logo {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='WishList_Member'%20x='0px'%20y='0px'%20viewBox='0%200%20190%2077.5'%20style='enable-background:new%200%200%20190%2077.5;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%231E7FC0;}%20.st1{fill:%23333333;}%20%3c/style%3e%3ctitle%3eWishListMember-logo-dark%3c/title%3e%3cg%20id='member'%3e%3cpath%20class='st0'%20d='M70.8,74.1c0-1.1-0.1-2.3-0.1-3.6h0c-0.3,1.1-0.6,2.4-1,3.4l-1.1,3.4h-1.5l-1-3.4c-0.3-1-0.6-2.3-0.8-3.4h0%20c0,1.2-0.1,2.5-0.1,3.6L65,77.4h-1.8l0.6-8.8h2.6l0.9,2.9c0.3,1,0.5,2.1,0.7,3.1h0c0.2-1,0.5-2.2,0.8-3.1l0.9-2.9h2.6l0.5,8.8h-1.9%20L70.8,74.1z'%3e%3c/path%3e%3cpath%20class='st0'%20d='M82.2,73.7H79v2.1h3.6v1.6H77v-8.8h5.4v1.6H79v1.8h3.2L82.2,73.7z'%3e%3c/path%3e%3cpath%20class='st0'%20d='M94,74.1c0-1.1-0.1-2.3-0.1-3.6h0c-0.3,1.1-0.6,2.4-1,3.4l-1.1,3.4h-1.5l-0.9-3.4c-0.3-1-0.6-2.3-0.8-3.4h0%20c0,1.2-0.1,2.5-0.1,3.6l-0.2,3.3h-1.8l0.6-8.8h2.6l0.9,2.9c0.3,1,0.5,2.1,0.7,3.1h0c0.2-1,0.5-2.2,0.8-3.1l0.9-2.9h2.6l0.5,8.8%20h-1.9L94,74.1z'%3e%3c/path%3e%3cpath%20class='st0'%20d='M100.2,68.8c0.8-0.1,1.7-0.2,2.6-0.2c1.2,0,2,0.1,2.6,0.5c0.6,0.3,1.1,1,1,1.7c0,0.8-0.4,1.5-1.4,1.9v0%20c1,0.2,1.7,1.1,1.7,2.1c0,0.7-0.3,1.4-0.9,1.9c-0.6,0.5-1.7,0.8-3.4,0.8c-0.7,0-1.4,0-2.1-0.1L100.2,68.8z%20M102.1,72.1h0.6%20c1,0,1.6-0.4,1.6-1.1c0-0.6-0.5-1-1.4-1c-0.3,0-0.6,0-0.8,0.1V72.1z%20M102.1,76c0.3,0,0.5,0,0.8,0c0.9,0,1.7-0.4,1.7-1.3%20c0-0.9-0.8-1.2-1.8-1.2h-0.7L102.1,76z'%3e%3c/path%3e%3cpath%20class='st0'%20d='M115.9,73.7h-3.2v2.1h3.6v1.6h-5.6v-8.8h5.4v1.6h-3.4v1.8h3.2L115.9,73.7z'%3e%3c/path%3e%3cpath%20class='st0'%20d='M120.2,68.8c0.9-0.1,1.8-0.2,2.6-0.2c1.3,0,2.2,0.2,2.8,0.7c0.5,0.4,0.8,1.1,0.8,1.8c0,1-0.6,1.8-1.5,2.1v0%20c0.6,0.2,0.9,0.8,1.2,1.6c0.2,0.8,0.4,1.7,0.7,2.5h-2c-0.3-0.7-0.5-1.3-0.6-2c-0.2-1.1-0.6-1.4-1.4-1.4h-0.6v3.4h-2L120.2,68.8z%20M122.2,72.5h0.8c1,0,1.6-0.5,1.6-1.3s-0.5-1.2-1.5-1.2c-0.3,0-0.6,0-0.9,0.1V72.5z'%3e%3c/path%3e%3c/g%3e%3cg%20id='WishList'%3e%3cpath%20class='st1'%20d='M8.9,59.9L0,22.4h9.1l2.9,15.4c0.8,4.5,1.6,9.3,2.2,13.1h0.1c0.6-4.1,1.5-8.6,2.4-13.2l3.2-15.3h9l3,15.8%20c0.8,4.4,1.4,8.4,2,12.5h0.1c0.6-4.2,1.4-8.5,2.2-13l3-15.3h8.6l-9.7,37.5H29l-3.2-16.1C25,40,24.4,36.4,24,32.2h-0.1%20c-0.6,4.2-1.2,7.8-2.1,11.5l-3.6,16.1H8.9z'%3e%3c/path%3e%3cpath%20class='st1'%20d='M50.4,59.9V32.6h8.5v27.2H50.4z'%3e%3c/path%3e%3cpath%20class='st1'%20d='M63.8,52.5c2.2,1.2,4.7,1.9,7.2,2c2.6,0,3.6-0.9,3.6-2.2s-0.9-2.1-4-3.1C65,47.3,62.9,44.2,63,41%20C63,35.9,67.3,32,74,32c3.2,0,6,0.7,7.7,1.6l-1.5,5.8c-1.8-0.9-3.8-1.5-5.9-1.5c-2.1,0-3.2,0.8-3.2,2.2c0,1.3,1.1,2,4.4,3.1%20c5.2,1.8,7.3,4.4,7.4,8.4c0,5.1-4,8.8-11.8,8.8c-3.5,0-6.7-0.8-8.8-1.9L63.8,52.5z'%3e%3c/path%3e%3cpath%20class='st1'%20d='M85.5,20.4h8.5v15.5h0.1c0.9-1.2,2-2.1,3.3-2.8c1.4-0.7,2.9-1.1,4.4-1.1c5.4,0,9.5,3.7,9.5,11.9v15.9h-8.5v-15%20c0-3.6-1.2-6-4.4-6c-1.9,0-3.6,1.2-4.2,3c-0.2,0.6-0.3,1.2-0.3,1.8v16.1h-8.5V20.4z'%3e%3c/path%3e%3cpath%20class='st1'%20d='M114.1,22.4h8.5v30.3h14.9v7.1h-23.3V22.4z'%3e%3c/path%3e%3cpath%20class='st1'%20d='M140.1,59.9V32.6h8.5v27.2H140.1z'%3e%3c/path%3e%3cpath%20class='st1'%20d='M152.8,52.5c1.5,0.9,4.8,2,7.2,2c2.6,0,3.6-0.9,3.6-2.2c0-1.4-0.9-2.1-4-3.1c-5.7-1.9-7.8-4.9-7.8-8.1%20c0-5.1,4.3-8.9,11.1-8.9c3.2,0,6,0.7,7.7,1.6l-1.5,5.8c-1.8-0.9-3.8-1.5-5.9-1.5c-2.1,0-3.2,0.8-3.2,2.2c0,1.3,1.1,2,4.4,3.1%20c5.2,1.8,7.3,4.4,7.4,8.4c0,5.1-4,8.8-11.8,8.8c-3.5,0-6.7-0.8-8.8-1.9L152.8,52.5z'%3e%3c/path%3e%3cpath%20class='st1'%20d='M183.9,24.9v7.8h6.1v6.2h-6.1v9.9c0,3.3,0.8,4.8,3.3,4.8c0.8,0,1.7-0.1,2.5-0.3l0.1,6.4%20c-1.1,0.4-3.1,0.7-5.5,0.7c-2.7,0-5-1-6.4-2.4c-1.6-1.6-2.3-4.2-2.3-8.1V38.9H172v-6.2h3.6v-5.8L183.9,24.9z'%3e%3c/path%3e%3c/g%3e%3cpath%20id='bounce'%20class='st0'%20d='M148.8,24.9c0,2.6-2.1,4.8-4.8,4.8c0,0,0,0,0,0c-2.8,0-4.8-2.5-4.8-4.7c0-2.9,2.4-5,4.9-4.9%20C146.5,19.9,148.8,22.2,148.8,24.9z%20M136.9,22.4c0,0-43.2-40.6-81.4,4.7c0,0-13.1-27-42.6-26.7c0,0,25.4-4.8,42.8,20.9%20c0,0,37.9-44.8,86.4-3.7C142.2,17.5,137.3,17.2,136.9,22.4z'%3e%3c/path%3e%3c/svg%3e");
  margin-top: 30px;
  background-position: center;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .wishlistmember-logo {
    margin-top: 18px;
  }
}
.monsterinsights-admin-page .membermouse-logo {
  background-image: url("../assets/membermouse-logo-BfPOOXow.png");
  margin-top: 30px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .membermouse-logo {
    margin-top: 18px;
  }
}
.monsterinsights-admin-page .monsterinsights-logos-row {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  border: 1px solid #d6e2ed;
  margin: 40px 50px 60px;
  padding: 25px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-logos-row {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.monsterinsights-admin-page .monsterinsights-logos-row .monsterinsights-box-title {
  font-size: 13px;
  font-weight: 700;
  color: #8aa4b8;
  position: absolute;
  background: #fff;
  padding: 0 10px;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}
.monsterinsights-admin-page .monsterinsights-upsell {
  background: #fff;
  border: 1px solid #d6e2ed;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-upsell {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.monsterinsights-admin-page .monsterinsights-upsell h2 {
  font-size: 20px;
  color: #000;
  margin: 36px 0 14px;
}
.monsterinsights-admin-page .monsterinsights-upsell h3 {
  font-size: 18px;
  color: #000;
  margin: 0 0 14px;
}
.monsterinsights-admin-page .monsterinsights-upsell h4 {
  font-size: 18px;
  color: #4c6577;
  font-weight: 400;
  margin: 0;
  line-height: 2;
}
.monsterinsights-admin-page .monsterinsights-upsell p {
  font-size: 14px;
  color: #4c6577;
}
.monsterinsights-admin-page .monsterinsights-upsell .monsterinsights-upsell-top {
  padding-left: 10px;
  padding-right: 10px;
}
.monsterinsights-admin-page .monsterinsights-upsell-bottom {
  background: #f7f9fd;
  border-top: 1px solid #d6e2ed;
  padding: 36px 50px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-upsell-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top {
    min-width: 288px;
  }
}
.monsterinsights-admin-page .monsterinsights-upsell-bottom img {
  max-width: 100%;
}
.monsterinsights-admin-page .monsterinsights-report-ecommerce:after {
  background-image: url("../assets/monsterinsights-report-ecommerce-B_2lR7XO.png");
}
.monsterinsights-admin-page .monsterinsights-addon-eu-compliance,
.monsterinsights-admin-page .monsterinsights-addon-amp,
.monsterinsights-admin-page .monsterinsights-addon-ads,
.monsterinsights-admin-page .monsterinsights-addon-instant-articles,
.monsterinsights-admin-page .monsterinsights-addon-forms,
.monsterinsights-admin-page .monsterinsights-addon-dimensions,
.monsterinsights-admin-page .monsterinsights-addon-performance,
.monsterinsights-admin-page .monsterinsights-addon-scroll,
.monsterinsights-admin-page .monsterinsights-addon-media {
  width: 48px;
  padding-top: 110%;
}
.monsterinsights-admin-page .monsterinsights-addon-eu-compliance {
  padding-top: 100%;
}
.monsterinsights-admin-page .monsterinsights-addon-eu-compliance:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABfCAMAAAC5kuvHAAAAWlBMVEUAAACtvcitvcitvcitvciduM2tvcitvcitvcitvcitvchQn+KtvchQn+JQn+JQn+KtvcitvcitvchQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+KtvchQn+KLGAvfAAAAHHRSTlMAIu53RBG7qogzme7dIpkzzGZVzKqIZnfdu0RVXT0ICgAAAsdJREFUaN7tmd1ymzAUhAEjMMYCJ/wT6f1fs4QWH4OwN3StmV70uzMzWRF5vaszCg6ShYFPMhOpwCOpMR+BP0JjzDXwRRgnZuKc+dii8BaZO1Hyltd9/BSbRyLFe+pqssePp0f5mPCU6KXbByLPe+o6Ca3/8fOiH/OeCue3TVcLfCz6Gecpld7MnWtyX+OyPPvkPJWZFaflefKtMr8t8hT+agX5kiMTnVR4mR5BT+EFXPngfFbzrlw+gacOLAA21fUURnZWttrF9ZSP93c9JeA/A7+cjaeOcJvePA6/VwGmE08d258knq2Sgv1xPIUSmScLQSJ7OAFIIns7AUgi8ycAmMj8CQAmMn8CwImMAScAkMgHQGl9IuRBWh9INN22+kBaH0zkcbATw/gXaY3fX3W9/UPfKZjWBxO5LOyKogRpfSiR28o6VC1I658msm5yu0veaJTWGF3bF9Q64Chz+5K85PQLCyg4/coCqn9E/0n11k/3Xf9eugYlDKq3eCI/+UbNCxSghEH1Ns/kJ77sRAdKGFRvuy8ve9eCEgbV+7UvL1s3ghIG1asXmwz78laDEkbVWy2/omZXvkcljKq3uZuw2ZG3DShhWL2lmKRx5e0IShhXVy4p1jjyOSphXL2FlQW6jbwtUAnj9y+dHBZ5O8ISxtVbywJb+QqXMB6GSmmSbSKVYGT62TBUywJr+ZoZmQQtXSjy8tvlaZcF2lUddIwmbpk6eBtq73zleIGYT3VuN/SKmE/xOSgv3zyf6n719vrt86kaRH5QPubTLrczeedpPlXNXCnKx3wq89f/+RRAz6cIej7FsPMphp1PMdR8KmmKyUJQjSBNAcz9C4C/f8Hw9y8ufu5fBD/3L+IVP/cv4hU/9y/iFU/3L65X+PsX4BX6/gV4hb5/AV7h719eeoW/fwFeAYlJtysP6RW+XXkIr9DtykN55RdZztdXJmO7xAAAAABJRU5ErkJggg==");
}
.monsterinsights-admin-page .monsterinsights-addon-ads:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAMAAAADH2QXAAAAV1BMVEUAAABQn+Iuf75Qn+JQn+Iuf76svcmsvclQn+L///+LpLesvckuf743iMhzsujc7PmKv+xMm97o8vvz+f2izPDQ5fd/uepcpeSt0vGWxe652fNnrObF3/Xl1C/0AAAACHRSTlMA7OajHEnmSn/UIZcAAAF/SURBVGje7dkNb4IwEAbgFlCvWymVb3D//3fu2oUQiRGh1wzNvYmE5kwfyxFsgniYU6KTU0BhNYnWOgkorEa7bC98KpClEpbRLoAJK8g0w/lx+lgAEplIISYAqZBxASkgLgAPgGuu/5Jf9xTWgVxPyfcU1gE9Z3vhECug7gFtGGAAgIHNgC3V05Q2DLBqNTYIKNeBMghQL4SBKUVTKMw8LkiByuBoUHNGAEsJjMubqgYwlEDrh300oPKjacrGmvZGC4yuA/jxjR3AhRYwOJ1bRY3nPdADpb/+LcANBx1ANxhaoHc/frT+GhV4/FGKtgcGptSq8YxqiYDlA7PzN1Tb9EAJ1DCnUZa+yTeAVmGqDmDAIzlgsK3TUmp03Bo6ymdR1RSLR2hR4em7/R+8KfDKruLY+6IXdnZH35sywAADDDBwDEBC1EiRQtSkIou6BJnNLyjo419QLPJNkLsJPw84h89/fgpcgoXzRezM112efJEBBhhggAEGGGCAgX8BfgF9zfCNw+tX7wAAAABJRU5ErkJggg==");
}
.monsterinsights-admin-page .monsterinsights-addon-amp:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAMAAAADH2QXAAABAlBMVEUAAABQn+LW4upQn+JQn+JQn+JQn+JQn+LW4upQn+JQn+LW4upQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+LW4upQn+Ksvcn///+vv8uyws1SoOLT4OnF091WouLO2+PH1d69zNa3x9K6ydS0xNCw1O/L2OFNnuDC0dvAztjQ3eZqreTI1t9ZpOL5/P7r9PqdxueLvOZ5t+VjqeRWpOCdyuyoy+d1suT1+v3m8fjb7PfO5fTF4POo0O6hzezL3enK3OmKwOiCvOdwsuRmrOHz+fu52fG+3PDI2+nD2OmtzuiYw+aIu+VeqOGYxumXbKjeAAAAHHRSTlMA9PEaFPz4z612TycFzHHalI9ZKWlm7be2JeyNLqjzBwAAA2ZJREFUaN7s2OlSo0AQAGAwh+LmMPHend62sCj/pPKDIiYhpzExmnitq+//KkLUKmZ6EIbhp98DdBfdPT2Aoa3YbBzXj8rlo/pxo1k0clasVYFTreWZo/DHBMLcK+QUvmKZIGValTzin25DrO19/fi7JnzD3NWNf1iCb5UO9eIfQKIDrfqUIFFJo0r7svr3J0OhD5k7XZHNT7uDd+IsZZ1WCyRaiAMQWBnPr6xALuLEI8O6OdO/draYkv+yAl0hzhwQ7YXxFcOzGweoO0Rs2SAqB5tvhynqyjuMeAtUzTC2mCIXqDkG+kBVDYMpWgLlYaDjgkRBOcFI2uHA9BUkmsoJekCsMPRobwCvoZxgTB/gEkPTRSvwsAbOiXICH0QLjJoDp66cgJyCAUZNB8JhjiS4OPsb6+yCfSIFusaoNQgiCbj4JENcgj5GzchZVktAS+TcYwRdqL+VS+STLR1Bt0Vdd0z7D8Fszhcfk3rZBtGJ9kGzQ84MY7ZRI8uqoPzNE1znsiqWILHqhNtuAFSBNDmxz27MfYPDpHUtxKcZ4i+ct7DDNlA11QTyK9MJT/MKQHZlKpZIful7V4iPbQDppc+UPZFHsBHRgw362sLUvYDgVd5hsIxsCc7FQbrFe65A3Ksjy+BZKNJwspYV6DQIT5qcrs//7LSv7wpjyi3tbpoPEJ0ErGun/IRSL9FXlZyUH4Esq2c33Wcsy+z8xQGpMvchzjQ89ZzkXwlMy03XTfoZwnQtR72x79m25497o6JBsFwZPwne2y+jFYlBGIoufSrMLwxiUSRRxIr//2+7YKdbGmde5oZhoHlrhXvI1Zh4AT4DCH6NyS4cS9UANDb/sXg0wC9dWSAwABeNDHIwQE1mFAkFqHbc1jII4A72MxHxrg8CxN2S5jqx/SFtQG2yfzhSDklR14cAtg04KTpYHXihD74qUgf4uxIgbHV71wIUkQAYQB3g1AB8dmg1p3DvAXoV8wtAeA/QReILQNbOIGvvQcWeIgnA1EF56p7FVrJcSaC7qDwzz2NuU3lYsqgzbD9om37EdTTjB/omI3syt4c9+y8CTxULUyE+fDvoXCQj6E52NuvOpqmqTtdm1X0fFKf2wkmRSv7SN9oFuAAfB0xI/WkAmJGAeQC4TcAEbj8jwgxCTPNI/xcIan5QyH2lWAAAAABJRU5ErkJggg==");
}
.monsterinsights-admin-page .monsterinsights-addon-instant-articles:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAMAAAADH2QXAAAA+VBMVEUAAABQn+JQn+LW4upQn+LW4upQn+JQn+LW4upQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+LW4upQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+LW4upQn+Ksvcn////L2OGvv8vAzti0xNDG1N7T4OhXo+NPmtzC0duKvObI1t+3x9LL3emqzOhVoOJPneCaxOZrrOSGrtfI2urQ3eZ1suRjqeOkwN+9zNb6+/3i6fK/0ue3zOSxx+HH1d6YuNtVmtlbmtV7pdN3o9PW4u/D2Omgx+e7z+TO2+OuxeGTtNnv8/rY4/DT4Oycu9x6qdmToCJeAAAAH3RSTlMA8xrwz612TycF9sxxE5SPWSn58+1pZhbb2Le2JfGNzELbBwAAAsdJREFUaN7tmF1f2jAUh1OwKIKCiDCdW0J5LRQo410UmeLm1L1+/w+zWrefLSdpmya9YOtzBxf/p+ScnJAiYcr53NlpsVAonp7l8mUkmYNshrjIZA8kxifeKwSwf5iQFJ9OKYSKkkrLyD/fIUx2jsTzd98RD5Rd0fwS8aEkln9CfDkRWh8SAIFVOlKCCJTQlU4z++fDeODspbDdmiIsJkviJBVy/zIX6EK7dS+Svaf31CTmwiAMfmor4ubwOZ8zHvcHzOfX1ptzyZp8KuZkyM6/Al9mEUryCkb0/llpmvYJfJ1BCHPSp+dfaxZtAkhwC0xq/oNm8ZVA8twCg/n8Vo9CctyCGSV/Yuc/EApvuQVzkNFe2vmXa5rgDbdAB/k/tBfBL+rEcwg+1ipMak38B5D/WXOzsR0cAmc+NAABM3/p7NYCt0B3538H+U/ESdEhaPouESyyBliBIou0KVRdCLep4Sl4Et9oJqHRvrTzb+CokDTs7hj5JAH2gUedPcb1lWYxJt7j2sr3NrAPnDVrmGa5BOwj8/r1+cGRCfYBe4mYfXT7mg8PfczNBMy7G/u0hCiJUAJYBUY+SaFwgtZos0fv6NeQdEgBvncv0rcxoaGcIwuwDwLV2eT4+w7aNNDQ/hLkAiIi8DeUEBA0gy6RjakHvATisNyPgl1jcWhawwGhsu+6iGMBJobu/yoBC9EfjvxehmBR+qYxm+uDgT6fGWYZAbBUUCyIBf+UYFr1QIKg7j23W2IC/9OnIyyoeFPfTkGtt6gvFo3IBPWXyjajqkEV40gFCxyx4BHbtFqdiAT4mU4jsi5q2I9fqUQrqMYChqDR7Xardg26Fj35gh52ErmgEbWgErFguo1dFAtiQSyISFDzFogf+nVPQW0q/X7waB84fz9txQ0nFsSC/0mQxBI5RhBVpkBFkD2JPyG5h2gG9VjS+qi0/N+iC9OxZrJwlgAAAABJRU5ErkJggg==");
}
.monsterinsights-admin-page .monsterinsights-addon-media:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABNCAYAAAAijqMcAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AYht+mSv2pOLRDEYcM1cmCqIijVqEIFUKt0KqDyaV/0KQhSXFxFFwLDv4sVh1cnHV1cBUEwR8QNzcnRRcp8buk0CLWO457eO97X+6+A4R6mWlW1zig6baZSsTFTHZVDLyiHyGaEfTKzDLmJCmJjuPrHj6+38V4Vue6P8eAmrMY4BOJZ5lh2sQbxNObtsF5nzjMirJKfE48ZtIFiR+5rnj8xrngssAzw2Y6NU8cJhYLbay0MSuaGvEUcVTVdMoXMh6rnLc4a+Uqa96TvzCY01eWuU5rGAksYgkSRCioooQybMRo10mxkKLzeAf/kOuXyKWQqwRGjgVUoEF2/eB/8Lu3Vn5ywksKxoHuF8f5GAECu0Cj5jjfx47TOAH8z8CV3vJX6sDMJ+m1lhY9Aga3gYvrlqbsAZc7QOTJkE3Zlfy0hHweeD+jb8oCoVugb83rW/Mcpw9AmnqVvAEODoHRAmWvd3h3T3vf/q1p9u8HOfZykI+BjtUAAAAGYktHRAAAAAAAAPlDu38AAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQflCxMTGTAcmG1sAAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAACDVJREFUeNrtnU9MG+kZxp/3m8GQmD8DBUqyLZiIVIVFjZOmIKJVYpPdKiulbZCym1SqFHZ7yGmVKKdeooAqVXvLrnJuk720+UPlNK2USBGYSKncTQ9YbZQ9bCRMqwQKaTAEUsD2vD3YgMee8YyNN9hjPyc+mBkPv3nned/v/WYAKOsbFX3TH+C7G3Ctfx2RJIUopqRuwwKunE5eRSjtWCyFK2Kx8Pp44P2+UNEA9t0NuNYqhJtIVUiFSwipDQCY4GJAIXAcHucG7A38tgnYFEpcjTCYp5g5zAIhUhFilsIf/rgn+EYA37of8BDRCRbiCDG7S+nWZqIgqeoDSeLPBry53wW6gH3+gCvG0lUwe8ouCgB0TRKx4VxApwG+6f+rW6iSHyClDFYDKhSL0UC29kFpkavSRBmuoXGE1ZjwZgNZJA9UVZQjN3M8KpLEvqv+CSVrwH/0//0So0CzfyHFMOCqjq6czz6CVXWwjM9iHAs6lxXgW/cDnnL0ZmcVt+4HPNlEcLkcy17WAZMkHSnzyjaIyW0dMHPZHrKUINpn6Tr4/BNKTF2bLyPLXq+Eo/4j7/6wSQRHytGbo5wRc3YiGo2VJxa52rCstpkCzrUXWxYgmOvNvVrdPsAEhFSoHwHpjfNikGqBnSDa3t7Dh0f7rp082tvOqjoMcLioIjix4JA5ytdXIbZZH7zXNxQRvB+sfmGvcs7CVXhT+rm3L3Ty3b7BiFDbwQgWOjxm1dwiCvHE46B79xezP28CVrlgy7RC92cishDBhIKvg4vZn0WxnGix+XMy4KKaaBSSP1upwASKVIXhz2RfwMXiz0UPuND92RaAAcDnn1AckM+ACmvxQLYD3JujgUFVXUs8dkAoA86Tbt0PeEiSLoHZwwV6jnI8AxfX0zw+f8AVjWGISJwBbyda8+pFBigMQCkOsBOKiui5mBo7v91tVgCgODt7WMTN0cBgTF29HL/bqGjuNhmMcCGfb7LPFtq5qQwLESwovL0+ZuyzMVVcBnCiEM8vbhFWPJgLqw2Y7LO55oadVQ4c7NwDpWYnKmQZz+fm8Y+vp7C8svbmLYJZXSAqjPlGPnx2Z5UD7/Z0o0LeTC+7m+qxu6keU9Nz+GryWd5AE4mQKWArmbCYfHbf3jYN3GS17WrC7qYGfP3vGXw1+WzrRRqrC1YiOEQkbU8VCVZGRr/05dNndzdlflShQpbQ1f4WXLsa8WTyGaamX2wBsLm9ChbbGcGkADiRzyNGolHN+EZwEbNLMR0rqcTBzj14/9A+OKscuTVyhHk/Wui9LVnMCi/9TzP+z1IEZ0ee48rDl4agjx1y42Bne9agVQvsRFS2F+C5+UXNuLulCgAw9nQZF+/N4s9PXhn687FDbnS2v4UKWbJoEZLp3U8AMDL6JdsFcJNSg8MHOjfGy2sqfvF7bUJrrpZxyl2L/g6n7jFer6xa8ueTR3tNS531+sw2UTwXfqXxYadDoLlaW1XMLkVx5eFLXLw3a+rPjUqtQfRaa+yLRLnxwM4+3NNapbvd45lVU38+cuD7Bv7MU5YBgzloJ8DPZ19qxu0NmZPX2NNlXLgzgxvBhYz+/IO9rRugSSKfZcBRmW7bCfDC0mvNuLd1h+k+y2sqrgcXcXZkGmNPl3W32fvdFhw+0Im2XY2IwNpdv2HSI2OP/HZ6u/6nhw9oZnQX7sxg8mXE8v7N1TJ+fawZzdWGFUUIwBARfWElyYFjsWF7lWvacuztlsqs9p9dimb0Z8Qf2LnGzFc5w1taG4A/eK9vnG30bK5RPZytxp4u4+zIc9wILmB5TbeaHQQwaQRa00aTparzINgi4b0Iv0oBXLml410PLuLCnRlDf06A9jPzeUPAA979YYkcXjB/Xvyl2uu0enirkNfr57Mj03g8s2JkG5eZeZIT+cxwJpL4ez2XQFS0ie+HnXvg2tW4Mf7to3n85clS3o7f3+HEKXddpkToNZ3q/cEfcFXEhJtZdVP89VEFBBdArkIH3PGdb2Pf99o0E4uL92bz/jk/6arB8a4aPdDjW17u9N0NuCKSqhAJBdj8G2hCUB1HN98jIyKFgDrNXCi+JLTV5fcwIX3xUWWeaqirVvp/1H0uU18iX2qulvFxj5JWcxNsLmaeT76IF+/N4vHMal4/4+2WSvS27kB/hxNOhyathWXYX38CcGYTRlVeADsdAse7atDfsTOtmZSk26UAeDwZcHdLJW5sAaq3w4ne1h1WKpIQgOFSAZzU+KmA00FGk4aM/trdUplqAbo5AcDnAD4jorCwO10iCiGp3+10CNPuml7921wtZ4IbTlxILxHVE9EQUXytU6A09ECblLKfNn869sIo6ocBtBORl4jGM06VS8UmrMzovCnLSbNLUXw6Nqe36ZH1aM3Y7LG5bqcCdjqMK9TT7lr8skdBe0OF5vuPZ1b1Fk09zHyppAEnIiykTXYOw4R2yl0Hp0PgV/2NaRfid4/Cen2IITbopZdKBK/XwxvqMVjl+OSdhpTqIf1JoSsP5/V6xObtSpsraBbB3g5nmj/3dzhxvKsmzY+vPPxv6u4uAFdLGXBGH26ulnHarb9Eb+THOoukHmYeKknACR8OaiFvlmun3LWZpry6fnw9uKjnxz8r1QjWqYcrN6xB5ymf26nJ75N3vpV2wEf/SgOslDLg8dQINrCGEBENJKa8G+pt3aHx49PuWnzco+j1IEpTzKxwiv429Zp15EraZyL1h78ZneN/Tq+wgTwoZTGznzNrKGV7FzPPs7nmUxc8SxXwUAZIkwb7eEzgTnKJ/Z8RM5uYMIhAVw4XZiLTfv8HD0tRM6XJ2EIAAAAASUVORK5CYII=");
}
.monsterinsights-admin-page .monsterinsights-addon-forms:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmBAMAAADG74kWAAAAFVBMVEXW4urW4urW4uoAAADW4uqsvclQn+ITLWFyAAAABHRSTlPsoxwAEnMmfgAAAIFJREFUWMPt2LEJgDAUBNCvOICFAwhu4AQKP06QbCDuP4J9sPCKwOm/KwOvusCHs3V0IN1is0PpbcLAbgMGNnMwvwGp1MmPj7EBYXGEgLA4QkBYHCFI5VVybEBYHCEgLE5AQEBAIAQgPIqE4LjqnAJtwNe+RlMAz0XwIAVPXvCodgNhA6kmkI3HfAAAAABJRU5ErkJggg==");
}
.monsterinsights-admin-page .monsterinsights-addon-dimensions {
  padding-top: 105%;
}
.monsterinsights-admin-page .monsterinsights-addon-dimensions:after {
  background-image: url("data:image/png;base64,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");
}
.monsterinsights-admin-page .monsterinsights-addon-performance {
  padding-top: 105%;
}
.monsterinsights-admin-page .monsterinsights-addon-performance:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABlCAMAAACFixa5AAAA8FBMVEUAAADW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4uqsvclQn+KwwczT4erK1+DR3+rH2+m91ulkqeNbpeN2suRnq+PJ3OmKvOZ7teViqON4s+R0seRWouPC0dvL3emOvuaAt+WXwuZuruRgqOO6ydSuzujL2OKT9JW9AAAAMnRSTlMA4dIH+kUD8u3kDNZoShiYfeiQg2I/DsiIJhRPLfTexcG8s65vIBza0KReuYx3WFU2dMplGNoAAAPgSURBVGje7ZnZetowEEaHesMsBrOvIWwhpOk2UFqaNE3a0CZd3/9tataxIwnZRL7o15wbjC7+g6XxSJ+B8Gj1crOUyWReNY16CtSivSp0bfST7GQ0UEY9jRxOT0ARlQRySauaqDco4IUiQRcFdBQJnqGAxJPgSfCfCMxsX0cRfQMeSSNv415GUZqqlh28dMBHKm+hFDuoGJYGZRO4lG1E1HOkaCYwFGmD7ji3GngNHFptXGEV113Y6WNoxo31FGzvuM0xNI5wi5sxAbJJjIBdBjBLNn13mGLpBm66WcRo6MXsaaCTP1z7IiomBwEMVM4Z+HBcVI41BKKHMdChx6GEcUBnAieJUZndXU79XP5GFr21EYwxMt+nD/iJHI43LQKjczF9CPJ4uRJUMTqfwwmOtEMfgbtwAix5gud4ALOP4QRpgBYexOxLKAEakMMDDTehBDmwUcb7DzOu4T6MIA0WSvhwOb2Y87y3YQQj6MryF8vHaM7Plwv6kJXne3yeC/LliwwFyfxMeYb3Icu0AB6ZpCSfDEz+1c0+QXKwPf4khfmEb6Vnu/xvu0tOfL5CR4qiJc4nA5u/W4xLQTwpztvC/Ivt56ftQ0z5nuHH8vpaFE+c6IL8u9kNGZh8z3C/WFzPgl2U4n0CQf61ry1cfQpcC7GAgWnbV5TvN8yZfC4OEIKdn/ID876g2doH7/SbxwD3lB8wsPnv3k4mb99hgCaw1DgN/5qzxVDFfl3HevmeQXSsI3LMyeT2O2cTo/w/m9jJCgyQCSHwz8HXXX+grvF++cujCGoowkvaGih/9muyR3AmX2TCS9gabqnrefkBgXyRB0gEa2NChvvFjzlZxQIDWF4hQbXBTZAL6sDS4gUcKNA1YEkpFBwBi3mmSwS0MFKBm2VXII0oEdDCCAVENahoniLKBNJBscKoIioXkOKki6hWQBwPASojjE+AdgOKGKcACzCKV2CDFa8AIR2vIAH5eAU1cPR4BNRWx3EKnlObjkdQBo9xfIL+ulewlUqNky6lgyz6ZmN7gQzU+ulSPsiW0BrtFGPhKLXbjnWMAb3M/FOmlhoQ5jEq51nwnXkSFWPVIUAWA1RtjIjbYd6mid8tuyXTiThpxw68tAMbzUPM3m71zyvL74VIC2ouj25FfeczgaFS3fSnFqwxEqELfluQ9c2v7DSAgzaouolelgZStTaGoF301YvRs91uyYSQnOR0lKAXHHgMw8LeAk6eD+GxaGdChVXS/oF/Ap8ETwIlCLfskSLBGAX0FQkMFFAGReSQyzmowuT1besFKKRiDHLP0661SnbTvULGSEEspKLm/gXsGeljiPFFoAAAAABJRU5ErkJggg==");
}
.monsterinsights-admin-page .monsterinsights-addon-scroll {
  padding-top: 105%;
}
.monsterinsights-admin-page .monsterinsights-addon-scroll:after {
  background-image: url("data:image/png;base64,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");
}
.monsterinsights-admin-page .monsterinsights-addon-privacy-guard {
  padding-top: 105%;
  width: 48px;
}
.monsterinsights-admin-page .monsterinsights-addon-privacy-guard:after {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.5.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2050%2050'%20style='enable-background:new%200%200%2050%2050;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%238898AB;}%20.st1{fill:%234987D7;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M29.4,4.7c0.2,0.1,0.5,0.1,0.7,0.2c1.9,0.6,3.3,2.3,3.3,4.4c0,3,0,6.1,0,9.1c0,0.8-0.5,1.4-1.3,1.4%20c-0.7,0-1.3-0.6-1.3-1.4c0-2.9,0-5.8,0-8.8c0-1.6-0.8-2.4-2.4-2.4c-6.3,0-12.6,0-18.9,0C8,7.2,7.2,8.1,7.2,9.6c0,8.6,0,17.1,0,25.7%20c0,1.6,0.8,2.4,2.4,2.4c4.2,0,8.5,0,12.7,0c0.2,0,0.3,0,0.5,0c0.6,0.1,1.1,0.7,1,1.3c0,0.6-0.6,1.1-1.2,1.2c-0.1,0-0.3,0-0.4,0%20c-4.2,0-8.4,0-12.7,0c-2.7,0-4.6-1.8-4.9-4c0,0,0-0.1-0.1-0.1c0-9.2,0-18.3,0-27.5c0-0.1,0.1-0.2,0.1-0.3C5.1,6.9,6,5.7,7.5,5.1%20c0.4-0.2,0.8-0.3,1.2-0.4C15.6,4.7,22.5,4.7,29.4,4.7z'/%3e%3cpath%20class='st1'%20d='M25,29.7c0-1.2,0-2.4,0-3.6c0-0.7,0.3-1.1,1-1.4c2.9-1,5.7-2,8.6-2.9c0.3-0.1,0.7-0.1,1.1,0%20c2.9,1,5.8,1.9,8.7,2.9c0.7,0.2,1,0.6,1,1.4c0,2,0,4.1,0,6.1c0.1,3.4-1.1,6.2-3.4,8.7c-1.7,1.9-3.8,3.3-6,4.4%20c-0.5,0.2-0.9,0.2-1.4,0c-3-1.5-5.6-3.4-7.5-6.2c-1.3-1.9-1.9-4-1.9-6.3C25,31.6,25,30.6,25,29.7z%20M27.5,30.1c0,0.8,0,1.7,0,2.5%20c0,1.4,0.3,2.8,1,4c1.5,2.7,3.8,4.5,6.4,5.9c0.1,0.1,0.3,0,0.4,0c1.8-1,3.5-2.1,4.8-3.7c1.7-1.9,2.7-4.2,2.6-6.8%20c-0.1-1.6,0-3.2,0-4.8c0-0.3-0.1-0.4-0.4-0.5c-2.3-0.8-4.7-1.6-7-2.4c-0.2-0.1-0.4-0.1-0.5,0c-2.4,0.8-4.7,1.6-7.1,2.4%20c-0.3,0.1-0.3,0.2-0.3,0.5C27.5,28.2,27.5,29.2,27.5,30.1z'/%3e%3cpath%20class='st0'%20d='M19.1,18.2c2.6,0,5.3,0,7.9,0c0.9,0,1.6,0.7,1.3,1.6c-0.1,0.5-0.4,0.8-0.9,0.9c-0.2,0-0.4,0.1-0.5,0.1%20c-5.2,0-10.4,0-15.6,0c-0.3,0-0.6-0.1-0.9-0.2c-0.5-0.2-0.7-0.8-0.6-1.4c0.1-0.6,0.6-0.9,1.2-1c0.1,0,0.3,0,0.4,0%20C13.9,18.2,16.5,18.2,19.1,18.2z'/%3e%3cpath%20class='st0'%20d='M15.6,27.6c-1.5,0-3,0-4.5,0c-0.8,0-1.4-0.5-1.4-1.3c0-0.8,0.6-1.3,1.4-1.3c3,0,6,0,9,0c0.8,0,1.4,0.5,1.4,1.3%20c0,0.7-0.6,1.3-1.4,1.3C18.7,27.6,17.2,27.6,15.6,27.6z'/%3e%3cpath%20class='st0'%20d='M14.8,14c-1.3,0-2.6,0-3.9,0c-0.6,0-1-0.3-1.1-0.8c-0.2-0.5-0.1-1,0.3-1.3c0.2-0.2,0.6-0.4,0.9-0.4%20c2.5,0,5,0,7.5,0c0.8,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.2-1.3,1.3C17.3,14,16.1,14,14.8,14C14.8,14,14.8,14,14.8,14z'/%3e%3cpath%20class='st1'%20d='M34.6,34.5c0.8-1,1.5-2,2.2-3c0.6-0.8,1.3-1.7,1.9-2.5c0.5-0.6,1.3-0.8,1.8-0.3c0.6,0.4,0.7,1.2,0.2,1.8%20c-1.7,2.2-3.3,4.4-5,6.7c-0.5,0.7-1.4,0.8-2,0.1c-1.1-1.1-2.2-2.2-3.3-3.3c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0%20C33,32.9,33.8,33.7,34.6,34.5z'/%3e%3c/g%3e%3c/svg%3e");
}
.monsterinsights-admin-page .monsterinsights-addon-exceptions {
  padding-top: 105%;
  width: 45px;
}
.monsterinsights-admin-page .monsterinsights-addon-exceptions:after {
  background-image: url("data:image/svg+xml,%3csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.5%2045C34.9264%2045%2045%2034.9264%2045%2022.5C45%2010.0736%2034.9264%200%2022.5%200C10.0736%200%200%2010.0736%200%2022.5C0%2034.9264%2010.0736%2045%2022.5%2045Z'%20fill='%23338EEF'/%3e%3cpath%20d='M22.4999%2041.3893C32.9322%2041.3893%2041.3893%2032.9322%2041.3893%2022.4999C41.3893%2012.0676%2032.9322%203.6106%2022.4999%203.6106C12.0676%203.6106%203.6106%2012.0676%203.6106%2022.4999C3.6106%2032.9322%2012.0676%2041.3893%2022.4999%2041.3893Z'%20fill='white'/%3e%3cpath%20d='M20.9043%2028.0949L19.7931%2011.584C19.6923%2010.0895%2020.8228%208.79649%2022.3173%208.6957C23.8119%208.59491%2025.1049%209.72535%2025.2057%2011.2199C25.2136%2011.3375%2025.2126%2011.4694%2025.2057%2011.584L24.0945%2028.0949C23.9028%2030.0742%2021.093%2030.0692%2020.9038%2028.0949H20.9043Z'%20fill='%23338EEF'/%3e%3cpath%20d='M22.4997%2036.3104C23.7221%2036.3104%2024.7131%2035.3194%2024.7131%2034.097C24.7131%2032.8745%2023.7221%2031.8835%2022.4997%2031.8835C21.2772%2031.8835%2020.2863%2032.8745%2020.2863%2034.097C20.2863%2035.3194%2021.2772%2036.3104%2022.4997%2036.3104Z'%20fill='%23338EEF'/%3e%3c/svg%3e");
}
.monsterinsights-admin-page .monsterinsights-upsell-large {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-upsell-large {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
  }
}
.monsterinsights-admin-page .monsterinsights-upsell-large h3 {
  color: #4c6577;
  font-size: 18px;
  font-weight: 400;
  margin-top: 33px;
  margin-bottom: 14px;
}
.monsterinsights-admin-page .monsterinsights-upsell-large h2 {
  font-size: 18px;
  margin-top: 0;
}
.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-coupon {
  color: #509fe2;
  border: 1px dashed #509fe2;
  padding: 7px;
  margin: 0 7px;
  vertical-align: middle;
  line-height: 1;
}
.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 30px auto 25px;
  max-width: 625px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features {
    display: block;
    padding-left: 15px;
  }
}
.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span {
  display: block;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span {
    width: 100%;
  }
}
.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span {
  color: #393f4a;
  font-size: 14px;
  text-align: left;
  margin: 10px 0;
  text-indent: -23px;
  padding: 0 0 0 23px;
}
.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAElBMVEUAAABQn+JQn+JQn+JQn+JQn+KxowiZAAAABXRSTlMARO4idxyyls4AAAAySURBVAjXYwABoyADBhgQDRWgKttQUFDQNdQRSBowqIbCgAJDKBwEIIsjq6eFe5D9CwCWPRV/mairZAAAAABJRU5ErkJggg==");
  width: 11px;
  height: 11px;
  background-size: contain;
  display: inline-block;
  margin-right: 12px;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p {
  color: #444;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p a {
  color: #509fe2;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  vertical-align: middle;
}
.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEUAAAD/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE1mRQDuvkTSpDZ7VwqgeB2bdBqvhiV+Wgx2Uwj4xkn3xUnfsD3KnTKziSeLZhOFYRBnRgD04bLqAAAADnRSTlMALPrz8dvSp6SXYxMNONmrFGwAAADrSURBVDjLhZPploMgDIVjqQjY3hS12r3v/5bDjFGH0gPfH+4JS0IW2mid0QpQ2riWUqpmh5VdU1HMweIDe4iu10io/z1y3OML++N6X/aTE5X4l/dT6jkOCyHF/jmAcAIS+eukET1wJ/ZTx4MYG6JW8uOZuZ9lH6SXjLXkMHMO1m6WXZBnMTsy+QOGNHIuoEkhFyQUxX9LJaEAKWRRpJFFk0EWQw7C/YaV2x2CW1ONx3vwVwSufng/sKR6K9ZlZOZpHKewjJelWFG5nyw8t3LHDeP71zS9eo8FW2y5UtMW2748OOXRKw9vcfx/ACZnLYWsWc2gAAAAAElFTkSuQmCC");
}
.monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell {
  margin-top: 30px;
  background-color: #FFFFFF;
}
.monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell .monsterinsights-aft-upsell-head {
  border: 1px solid #E2E4E9;
  padding: 0px 24px;
}
.monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell .monsterinsights-aft-upsell-content {
  text-align: center;
  border-right: 1px solid #E2E4E9;
  border-left: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  padding: 10px;
}
.monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell .monsterinsights-aft-upsell-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
.monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell .monsterinsights-aft-upsell-content .monsterinsights-affiliates-promo-logo {
  margin-bottom: 35px;
  background: url("../assets/affiliates-promo-logo-CXLL8Y6U.png") no-repeat;
  background-size: contain;
  width: 210px;
  height: 201px;
  margin: 0 auto;
}
.monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell .monsterinsights-aft-upsell-content p {
  max-width: 507px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell .monsterinsights-aft-upsell-content p {
    padding: 0 15px;
  }
}
.monsterinsights-admin-page .monsterinsights-affiliate-tracking-upsell .monsterinsights-aft-upsell-content .monsterinsights-button {
  margin-top: 25px;
  margin-bottom: 44px;
}