/* ==========================================================================
   Central Vehicle Leasing — Share Button
   ========================================================================== */

.share-icon {
  padding: 0px 5px 3.5px 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: white !important;
}

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

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

.toastbox {
  width: 280px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-radius: 8px;
  position: fixed;
  top: 105%;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 2;
  text-align: center;
  font-size: 0.9em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

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

.sharebutton,
sharebutton {
  display: inline-block;
  text-decoration: none;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  width: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.1px;
  white-space: wrap;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease;
}

.sharebutton:hover {
  background-color: #A9B7EF;
  color: #06769e;
  border-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sharebutton-mb {
  display: none;
}

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