.fa {
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* margin: 0 15px; */
  border-radius: 3px;
  width: 78px;
  height: 48px;
  font-size: 24px;
  line-height: 48px !important;
}

.fa {
  background: #FF333B;
  color: #ffffff;
}

.fa:hover {
  color: #ffffff;
}

#form_copy {
  border-right: none !important;
}

#form_copy, #manageConsents, .btn, .carousel-indicators li, .checkbox-container, .checkbox-container input, [data-tooltip], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
  cursor: pointer;
}

.text-link-copy {
  text-align: left !important;
}

.text-link-copy {
  width: 100%;
  background: #fff;
  z-index: 2;
  float: left;
  padding: 10.5px 13px;
  font-size: 18px!important;
  font-weight: 400!important;
  border-radius: 3px 0 0 3px;
  border: none;
  height: 48px;
  outline: 0;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #5E6C84;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

.btn-link-copy {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease-out;
  color: #fff !important;
}

.btn-link-copy {
  color: #fff;
  width: 78px;
  border-radius: 0 3px 3px 0;
  -moz-border-start: none;
  -moz-border-end: none;
  position: relative;
  background-color: #f8323c;
}

.share-box {
  max-width: 410px;
}

.clipboard-container {
  padding-right: 15px !important;
}

.inviteform {
  padding-right: 15px;
  transition: transform .2s;
}

.inviteform:hover {
  transform: scale(1.07);
}

.inviteform:active {
  transform: scale(1.0);
}

@media (max-width: 370px) {
  .btn-link-copy{
    width: 68px;
  }
}
