/* ==========================================================================
   selfHosted Theme — Share Button
   ========================================================================== */

.share-icon {
  padding: 0px 8px 3.5px 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.sharediv {
  position: relative;
  top: 30px;
  right: 30px;
  padding-bottom: 40px;
}

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

.toastbox {
  width: 280px;
  padding: 10px 16px;
  background-color: rgba(30, 41, 55, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #e0e6ed;
  border: 1px solid rgba(94, 234, 212, 0.15);
  border-radius: 8px;
  position: fixed;
  top: 105%;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
  text-align: center;
  font-size: 14px;
}

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

.sharebutton,
sharebutton {
  display: inline-block;
  text-decoration: none;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  width: 44px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.01em;
  white-space: normal;
  border-radius: 10px;
  cursor: pointer;
  color: #e0e6ed;
  background: rgba(30, 41, 55, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(94, 234, 212, 0.12);
  transition: all 0.25s ease;
}

@media screen and (min-width: 600px) {
  .sharebutton,
  sharebutton {
    width: 140px;
    height: 44px;
    line-height: 44px;
  }
}

.sharebutton:hover,
sharebutton:hover {
  color: #f0f4f8;
  background: rgba(34, 211, 238, 0.08);
  border-color: rgba(34, 211, 238, 0.3);
  outline: 0;
}

.sharebutton.sharebutton-primary {
  color: #f0f4f8;
  background: rgba(34, 211, 238, 0.1);
}

.sharebutton.sharebutton-primary:hover,
.sharebutton.sharebutton-primary:focus {
  background: rgba(34, 211, 238, 0.18);
}

@media screen and (max-width: 600px) {
  .sharebutton-mb {
    display: none;
  }
  .sharebutton-img {
    position: relative;
    left: 3px;
    margin-left: auto;
    margin-right: auto;
  }
}
