.gf-socialwidget {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.gf-socialwidget ul.social-w {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    list-style: none;
    padding-left: 0;
}

.gf-socialwidget ul.social-w.hide {
    display: none;
}

.gf-socialwidget ul.social-w li {
    padding: 1rem;
    border-radius: 50%;
}

#hde-contact-open-btn {
    background: rgb(32 153 58);
    width: 4rem;
    height: 4rem;
    padding: .8rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
    animation: 2s ease 0s infinite normal none running hde-contact-pulse;
    cursor: pointer;
    /* font-size: 1rem; */
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0.5em 0px;
}

#hde-contact-container svg {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    vertical-align: baseline !important;
}

@-webkit-keyframes hde-contact-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        transform: scale(1.05, 1.05);
    }

    50% {
        -webkit-box-shadow: 0 0 0 .5em rgba(0, 0, 0, 0);
        transform: scale(1.0, 1.0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes hde-contact-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        transform: scale(1.05, 1.05);
    }

    50% {
        -moz-box-shadow: 0 0 0 0.5em rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0.5em rgba(0, 0, 0, 0);
        transform: scale(1.0, 1.0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@-ms-keyframes hde-contact-pulse {
    0% {
        -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        -ms-transform: scale(1.05, 1.05);
    }

    50% {
        -ms-box-shadow: 0 0 0 0.5em rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0.5em rgba(0, 0, 0, 0);
        -ms-transform: scale(1.0, 1.0);
    }

    100% {
        -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

#hde-contact-container #hde-contact-list li {
    background: blue;
    color: #fff;
    width: 2em;
    height: 2em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    display: none;
    -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#hde-contact-container #hde-contact-list li a,
#hde-contact-container #hde-contact-list li span {
    padding: 0.475em;
    line-height: 1em;
    float: left;
    padding: .5em;
    font-size: 1em;
    cursor: pointer;
}

#hde-contact-container * {
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}

#hde-contact-container svg {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    vertical-align: baseline !important;
}
