
.social_icons{
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 1;
    opacity: 0.96;
}
.game_inner_page .social_icons{
    top: 60px;
}
/* .hm-width-container .social_icons{
    top: 87px;
} */
#icons{
    position: absolute;
    left:0px;
    top:60px;
}
.social_icons li{
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
    width: 52px;
    height: 55px;
    background: #FBFAFA;
    box-shadow: 0px 0px 3px -1px rgb(97 90 90 / 50%);
    opacity: 0.96;
}
.res_menu{  
    display: none;
}
.social_icons li:hover img{
    filter: invert(54%) sepia(92%) saturate(2271%) hue-rotate(7deg) brightness(104%) contrast(104%);
}

.social_icons li a.active img{
    filter: invert(54%) sepia(92%) saturate(2271%) hue-rotate(7deg) brightness(104%) contrast(104%);
}
.social_icons li:hover span{
    transform: translate(0%);
    opacity: 1;
    display: flex;
} 
.social_icons span {
    opacity: 0;
    display: none;
    position: absolute;
    border-left: 2px solid #d5d2d2;
    left: 52px;
    top: 0px;
    /* font-family: 'public Sans'; */
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    background: #333333;
    color: #ffffff;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    height: 55px;
    padding-inline: 22px;
    border-radius: 0px 15px 15px 0px;
}
.social_ico_img {
    min-width: 23x;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:1024px) {
    .hm_overall_up_events_social_section_fb {
        width: calc(50% - 25px);
    }
    #icons {
        display: none;
        position: unset !important;
    }
    .social_icons li span {
       right: 50px;
       left: unset;
       border-radius: 4px 0px 0px 4px;
       height: 50px;
       font-size: 14px;
       border-right: 0px solid #d5d2d2;
       border-left: none;
    }
    .social_icons li:first-child{
        border-radius: 8px 8px 0px 0px;
    }
    .social_icons li:last-child{
        border-radius: 0px 0px 8px 8px;
    }
    .social_icons li:first-child:hover {
        border-radius: 0px 8px 0px 0px;
    }
    .social_icons li:last-child:hover {
        border-radius: 0px 0px 8px 0px;
    }
    .social_icons li{
        width: 50px;
        height: 50px;
    }
    #icons img{
        width: 28px;
    }
    .res_menu img{
        width: 65px;
    }
    .social_icons{
        flex-direction: column;
        left: unset;
        right: 30px;
        position:fixed !important;
        z-index: 9;
        top:unset !important;
        bottom:120px;
        opacity: 0.96;
    }
    .res_menu {
        display: block ;
        position: fixed;
        bottom: 75px;
        right: 20px;
        transition:all .3s linear;
    }
    .res_menu_bottom{
        bottom:65px;
        transform:translateY(20px) ;
        -webkit-transform:translateY(20px) ;
        -moz-transform:translateY(20px) ;
        -ms-transform:translateY(20px) ;
        -o-transform:translateY(20px) ;
    }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
    .hm_up_events_social_section_icons_counts{
        width: calc(74% - 33px);
    }
}
@media screen and (max-width: 767px){
    .social_icons {
        right: 19px;
    }
    .res_menu{
        right: 10px;
    }
    .res_menu_bottom{
        bottom: 75px;
    }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
    .social_icons{
        bottom:83px;
    }
    .social_icons li span {
        height: 45px;
        font-size: 12px;
        padding-inline: 15px;
    }
    .social_icons li {
        width: 48px;
        height: 45px;
    }
    #icons {
        right: 20px;
    }
    .res_menu{
        right: 8px;
        bottom:45px;
    }
    .res_menu_bottom{
        bottom: 37px;
    }
}

@media screen and (min-width: 280px) and (max-width: 319px) {
    .social_icons{
        bottom:95px;
        right:12px;
    }
    #icons img {
        width: 22px;
    }
    .social_icons li {
        width: 40px;
        height: 40px;
    }
    .res_menu img {
        width: 58px;
    }
    #icons{
        right: 19px;
    }
    .res_menu{
        right: 2px;
        bottom: 54px;
    }
}