#seo_et_ignore_iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow: visible;

  &.hidden {
    display: none;
  }

  .mpns-clear-float {
    float: none !important;
    width: 100%;
  }

  .metaseo_left {
    float: none !important;
    width: 100% !important;
  }

  .wpms-full-width {
    width: 100% !important;
  }

  .wpmstabs {
    display: grid;

    li {
      display: block;
      width: 100%;
    }
  }

  .wpmseo-metabox-tabs-div {
    position: relative;
    top: 35px;
    left: 0;
    display: block;
    width: 450px;
    overflow: auto;
    max-height: 95vh;

    input, textarea, .container-snippet {
      min-width: 300px !important;
    }
  }

  .wpms-top-h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal !important;
    letter-spacing: 1px;
    color: #394857;
    margin: 20px 0 !important;
  }
  .reload_analysis {
    float: right;
    .spinner {
      position: relative;
      top: 0;
      right: 0;
    }

    img {
      max-width: 100%;
      height: auto;
      border: 0;
    }
  }
  #reload_analysis {
    font-size: 10px;
    padding: 8px 10px;
    min-width: 130px;
  }
  .ju-setting-label {
    font-size: 14px !important;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #404852;
  }

  #wpmseo_general, #wpmseo_social {
    max-height: calc(100% - 300px);
    overflow: auto;
    margin: 0;
    width: 100%;
    padding: 0 10px 10px;
    box-sizing: border-box;
    background: #f3f6fa;

    .optimization-row-box {
      width: 100% !important;
      padding: 20px 15px 10px 15px;
    }

    #metaseo_wpmseo_title-length, #metaseo_wpmseo_desc-length {
      margin-left: 10px;
    }

    .description {
      font-size: 12px !important;
      display: inline-block;
      width: 90%;
      font-weight: normal;
      font-style: normal !important;
      font-stretch: normal;
      line-height: 1.88;
      letter-spacing: 0.8px;
      color: #5f879b !important;
      padding-right: 20px;
      margin: 10px 0 10px 15px !important;
    }
  }

  .wpms-bootstrap-tagsinput {
    input {
      min-width: unset !important;
    }

    .label {
      margin-top: 5px;
    }
  }

  #metaseo_wpmseo_opengraph-image, #metaseo_wpmseo_twitter-image {
    width: 75%;

    ~ button {
      padding: 0 !important;
      margin-left: 1%;
      font-size: 12px;
    }
  }
}

/*parent doc*/
#wpseo-settings-bar-root {
  left: calc(50% - 70px);
  position: absolute;
  cursor: pointer;
  pointer-events: auto;

  .dashicons-chart-area {
    width: 40px;
    background: #6c2eb9;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgb(108 46 185 / 15%);
    background-image: linear-gradient(45deg, #724BB7 0%, #4098D7 100%) !important;
    line-height: unset;

    &::before {
      vertical-align: middle !important;
      line-height: unset;
      color: #ffffff;
      margin-top: 7px;
    }
  }
}

.et-fb-page-settings-bar--active {
  #wpseo-settings-bar-root {
    left: -50px;
  }
}