.social-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

a[href*="froala.com"][title="Froala Editor"],
p[data-f-id="pbf"] {
  display: none !important;
}
.social-sidebar > .social-icon{
  width:45px!important;
}
.social-icon {
  display: flex;
  gap:5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  margin: 5px 0;
  color: white;
  font-size: 24px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 0 5px 5px 0;
}

.facebook { background-color: #3b5998; }
.twitter  { background-color: #1da1f2; }
.linkedin { background-color: #0077b5; }
.instagram{ background-color: #800931; }
.youtube  { background-color: #e1306c; }

@media (max-width: 484px) {
    .logo img{
      width:40px!important;
      object-fit:cover!important;
      object-position:left!important;
    }
  }