<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.sticky-social{
    margin-top: -90px;
    margin-bottom: 200px;

}
.sticky-social .social a {
    background-color: transparent;
    border: none;
    color: #000;
    margin: 5px;
    display: block;
    text-decoration: none;
  }
  .sticky-social .social {
    font-size: 16px !important;
    transform: translate(152px, 30px); 
  }
  .sticky-social .social a {
    color: #fff;
    background: rgba(0, 0, 0, 1);
    margin: 5px;
    padding: 4px;
    width: 190px;
    transition: 0.35s;
    transition-property: transform;
    /* border-radius: 50px; */
  }
  .sticky-social .social a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transform: translate(-120px, 0px); 
  }
  .sticky-social .social i {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 22px;
    width: 30px;
    height: 20px;
  }
  .sticky-social .social a:nth-child(1) i {
    color: #1DA0F0;
  }
  .sticky-social .social a:nth-child(2) i {
    color: #4ECCE8;
  }

  .sticky-social .social a:nth-child(3) i {
    background: linear-gradient(145deg,#feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
     border-radius: 3px;color: #fff;
   -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
  .sticky-social .social a:nth-child(4) i {
    color: #F80000;
  }

  .sticky-social .social a:nth-child(5) i {
    color: #1DA0F0;
  } </pre></body></html>