.social-sidebar{position:fixed;right:0;top:25rem;background-color:#ed297a;z-index:95;border-top-left-radius:25px;border-bottom-left-radius:25px;transition:transform .3s ease-in-out}.social-sidebar ul{list-style:none;width:74px;height:220px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:.5rem 0}.social-sidebar ul li{width:34px;height:34px;border-radius:999px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.social-sidebar ul li svg{color:#fff;width:18px;height:18px;display:block}.social-sidebar .sidebar-toggle{display:none}@media(max-width:490px){.social-sidebar{top:5.5rem}.social-sidebar .sidebar-toggle{display:flex;position:absolute;left:-28px;top:50%;transform:translateY(-50%);background:#ed297a;border:2px solid #fff;border-radius:50%;width:28px;height:28px;align-items:center;justify-content:center;cursor:pointer}.social-sidebar .sidebar-toggle svg{color:#fff}.social-sidebar.closed{transform:translateX(100%)}.social-sidebar.open{transform:translateX(0)}}