/**
 * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
 */

.FeedbackButton {
    background-color: #e4e6eb;
    border: 0 solid #e2e8f0;
    border-radius: 1.5rem;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 1rem 1.6rem;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 16px;
    font-weight: 600;
  }

.FeedbackButton:hover {
    background-color: #828282;
  }

.FeedbackIcon {
    height: 13px;
    padding-right: 5px;
}
