#ads-text-test {
  .hwt-container {
    background-color: #fff;
    width: 100%;
  }

  .hwt-content {
    width: 100%;
    height: 388px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    color: inherit;
    font-size: 14px;
    
    &[disabled="disabled"] {
      background-color: #fbfbfb;
    }
  }

  .hwt-input:focus {
    border-color: #5b9dd9;
  }

  .hwt-content mark {
    background-color: rgba(220, 20, 60, 0.20);
  }

  .hwt-content mark.red {
    background-color: #ffc9c9;
  }

  .hwt-content mark.blue {
    background-color: #a3daff;
  }

  .hwt-content mark.yellow {
    background-color: #ffec99;
  }
}

body.wp-admin.adstxt-test {
  #wpbody-content > .error {
    display: none;
  }
}


.ads-text-test {
  padding: 20px 20px 0 0;

  &--alert {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    border-radius: 0px;

    .swal-text {
      text-align: center;
      font-size: 14px;
      line-height: 20px;
    }

    .swal-footer {
      text-align: center;
    }
  }

  &--hero-block {
    background-color: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 30px;

    background-image: url(../images/hero-pattern.jpg);
    background-size: 1536px 512px;
    background-position: 50% 50%;
  }

  &--copyright {
    width: 400px;
    text-align: center;
    display: flex;
    //align-items: center;
    justify-content: flex-end;
    font-size: 10px;
    position: relative;
    top: 3px;

    img {
      width: 160px;
      margin-left: 10px;
    }
  }
  &--header-title {
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
  }

  &--row {
    display: flex;
  }

  &--column-main {
    width: 68%;
    margin-right: 2%;
  }

  &--column-sidebar {
    width: 30%;
  }


  &--card {
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative;

    h2 {
      margin-top: 0;
      line-height: 25px;
    }

    &--close {
      float: right;
      font-weight: normal;
      cursor: pointer;
      position: absolute;
      top: 15px;
      right: 15px
    }

    h3 {
      margin-top: 0px;
    }

    p {
      margin-top: 0;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  &--label {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 5px;
  }
  &--textarea {
    background-color: #fff;
    width: 100%;
    height: 388px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    color: inherit;
    font-size: 14px;
    padding: 10px;
  }
  &--invite-form {
    &--description {
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e5e5e5;
    }
  }

  &--edit-form {
    margin-bottom: 20px;
    position: relative;
  }

  &--text-output {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3px 7px;
    resize: vertical;

    white-space: pre-wrap;
    font-size: 14px;
    font-family: monospace;
    line-height: 20px;
    letter-spacing: 0.3px;
  }

  &--message {
    position: relative;
    margin: 0 0 20px 0;

    ul {
      margin: 0;
    }

    h3 {
      margin: 0;
      margin-bottom: 12px;
    }

    &--error {
      cursor: pointer;

      &:hover {
        opacity: 0.8;
      }

      & > ul {
        margin-top: 5px;
        list-style-type: disc;
        margin-left: 20px;

      }
    }

    p {
      max-width: 90%;
    }
  }

  &--close-message {
    float: right;
    cursor: pointer;
    font-style: normal;
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 8px;

    &:hover {
      opacity: 0.7;
    }
  }




}

