.toplevel_page_survey-lock-me {
  .wrap form {
    h2 {
      margin-top: 3em;
    }

    table.form-table {
      max-width: 80%;
      border: solid 30px #fff;
      background: #fff;
      border-top-width: 15px;
      border-bottom-width: 15px;
      outline: 1px solid #e1e1e2;
      box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    }
  }
}

[data-slm-custom-value-setting] {
  > .wp-picker-container,
  > input {
    margin-top: 15px;
    display: none;
  }
  
  &.active {

    > .wp-picker-container,
    > input {
      display: block;
    }
  }
}

.slm-admin-wrap {
  .slm-admin-title {
    padding: 9px 0 4px 42px;
    background: url(../../img/lock_s.svg) no-repeat left top;
    background-size: 36px;
    line-height: 34px;
    margin-top: 10px;
  }
  
  .slm-admin-welcome {
    margin-top: 15px;
    font-size: 16px;
  }

  .slm-admin-help {
    font-style: italic;
    font-size: 13px;
    margin: 2em 0 0;
    line-height: 28px;
    overflow: visible;

    .slm-admin-full-logo {
      margin-right: 0;
      text-decoration: none;
      overflow: visible;
      display: block;

      img {
        width: 150px;
        position: relative;
        left: -8px;
        top: 5px;
      }
    }
  }
}

