.copy-link-button {
  .Button {
    border: 1px solid #dee4e8;
    padding: 0 25px;
    border-width: 1px;

    &.ant-btn-clicked::after {
      border-color: #fff;
    }

    &:active {
      box-shadow: none;
    }
  }

  .Button:not([disabled]) {

    &:hover,
    &:active {
      border-color: #02bf6f;
      color: #02bf6f;
      background-color: #fff;
    }
  }
}

.hide-copylink-input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
