.share-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

.sharediv {
  display: flex;
  justify-content: center;
}

.toastdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toastbox {
  width: 280px;
  padding: 12px 14px;
  position: fixed;
  top: 105%;
  z-index: 2;
  text-align: center;
  transition: transform 0.3s linear;
}

.toastbox.toast-tox--active {
  transform: translateY(-150px);
}

.sharebutton,
sharebutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #1c1c1c;
  text-decoration: none;
  font-family: "Manrope Local", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(21, 29, 66, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.sharebutton:hover,
sharebutton:hover,
.sharebutton:focus,
sharebutton:focus {
  color: #1c1c1c;
  background: #ffffff;
}

@media screen and (min-width: 600px) {
  .sharebutton,
  sharebutton {
    min-width: 148px;
  }
}

@media screen and (max-width: 600px) {
  .sharebutton-mb {
    display: none;
  }

  .sharebutton-img {
    position: relative;
    left: 3px;
    margin-left: auto;
    margin-right: auto;
  }
}
