.share-social-slider {
    background-color: var(--WhiteDark);
    width: 325px;
    position: absolute;
    height: 50px;
    border-radius: 50px;
    right: 31px;
    border: 1px solid var(--Primary);
}

.share-social-xpand {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}

.social-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.social-bg a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.social-bg a:hover {
    background-color: var(--TertiaryAccent);
}

.social-bg .material-symbols-outlined {
    font-size: 24px;
}

.social-bg .fab {
    font-size: 20px;
    color: var(--Primary);
}

.social-bg .fa-whatsapp {
    font-size: 22px;
}

.bg-toggle .material-symbols-outlined {
    color: var(--Red);
}