.cluedIn_overlayPanel {
  .cluedIn_overlayPanel_content {
    transition: all 0.5s ease;
    box-sizing: border-box;
    max-width: 350px;
    width: 350px;
    background: #fff;
    border: 0;
    padding: 15px 32px;
    position: relative;
    margin: 0;
    height: 100vh;
    @extend .z-depth-1;
    .cluedIn_overlayPanel_close {
      position: absolute;
      top: 10px;
      right: 32px;
      font-size: 1.5em;
      color: #fff;
    }
  }
}

.cluedIn_overlayPanel_content h4 {
  margin-top: 10px;
}