.bb-feedback-popover {
  min-width: 400px;

  .feedback-popover-content {
    padding: 10px;

    .close-btn {
      position: absolute;
      right: 10px;
      top: 5px;
      background: none;
      border: none;
      font-size: 32px;
    }

    h3 {
      margin-top: 0;
    }

    .feedback-reaction-emojis {
      display: flex;
      flex-direction: row;
      align-items: center;

      .emoji-container {
        font-size: 20px;
        background-color: #f4f5f7;
        border-radius: 1000px;
        padding: 10px 0;
        margin-right: 10px;

        .reaction-emoji {
          padding: 10px;
          text-decoration: none;

          &.selected, &:hover {
            background-color: #3171b4;
            border-radius: 10000px;
          }
        }
      }
    }

    textarea.form-control {
      margin: 10px 0;
      height: 150px;
      resize: none;
    }
  }
}
