<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#share-bar {
  text-align: center;
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  padding: 5px;
}
.sharing-providers {
  list-style-type: none;
}
.sharing-providers {
  padding: 0;
  margin: 0;
}
.sharing-providers &gt; li {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  background: #777777;
  transition: 0.5s all;
}
.sharing-providers.circle &gt; li {
  border-radius: 50%;
  margin: 2px;
}
#share-bar.left {
 left: 0;
}
#share-bar.left .sharing-providers &gt; li {
 margin-left: 0;
}
#share-bar.right {
 /* right: 0; */
}
#share-bar.right .sharing-providers &gt; li {
 margin-right: 0;
}

.sharing-providers &gt; li &gt; a {
  text-decoration: none !important;
  font-family: 'FontAwesome';
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
}
.sharing-providers.circle &gt; li &gt; a {
  border-radius: 50%;
}
.sharing-providers &gt; li &gt; a {
  color: white;
  font-size: 25px;
}
.sharing-providers &gt; li &gt; a,
.sharing-providers &gt; li &gt; a:hover {
  text-decoration: none;
}

#share-bar.animate .sharing-providers &gt; li:hover {
  transform: translateY(5px);
}

#share-bar.right.animate .sharing-providers &gt; li:hover {
  transform: translateY(-5px);
}

.sharing-providers &gt; li.facebook {
  background: #4267B2;
  
}
.sharing-providers &gt; li.whatsapp {
  background: #6eb71a;
  
}

.sharing-providers &gt; li.twitter {
  background: #1DA1F2;
}

.sharing-providers &gt; li.linkedin {
  background: #0077B5;
}

.sharing-providers &gt; li.email {
  background: #E3A129;
}</pre></body></html>