.social_icon_list_wrap{
    padding: 10px;
    text-align: center;
}

.social_icon_list_wrap .social_icon_item{
    display: inline-block;
    vertical-align: middle;
}

.social_icon_list_wrap .social_icon_item .img{
    width: 26px;
    height: 26px;
    margin: 4px;
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, height 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;;
}

.social_icon_list_wrap .social_icon_item .img:hover{
    transform: scale(1.1)
}


/** Default them Icons **/
.social_icon_list_wrap .social_icon_item .img.facebook{
    background-image: url(../img/social_icons/facebook.svg);
}

.social_icon_list_wrap .social_icon_item .img.instagram{
    background-image: url(../img/social_icons/instagram.svg);
}

.social_icon_list_wrap .social_icon_item .img.linkedin{
    background-image: url(../img/social_icons/linkedin.svg);
}

.social_icon_list_wrap .social_icon_item .img.pinterest{
    background-image: url(../img/social_icons/pinterest.svg);
}

.social_icon_list_wrap .social_icon_item .img.soundcloud{
    background-image: url(../img/social_icons/soundcloud.svg);
}

.social_icon_list_wrap .social_icon_item .img.spotify{
    background-image: url(../img/social_icons/spotify.svg);
}

.social_icon_list_wrap .social_icon_item .img.tiktok{
    background-image: url(../img/social_icons/tiktok.svg);
}

.social_icon_list_wrap .social_icon_item .img.twitter{
    background-image: url(../img/social_icons/twitter.svg);
}

.social_icon_list_wrap .social_icon_item .img.youtube{
    background-image: url(../img/social_icons/youtube.svg);
}

.social_icon_list_wrap .social_icon_item .img.messenger{
    background-image: url(../img/social_icons/messenger.svg);
}

.social_icon_list_wrap .social_icon_item .img.whatsapp{
    background-image: url(../img/social_icons/whatsapp.svg?v1);
}

.social_icon_list_wrap .social_icon_item .img.telegram{
    background-image: url(../img/social_icons/telegram.svg?v1);
}

.social_icon_list_wrap .social_icon_item .img.snapchat{
    background-image: url(../img/social_icons/snapchat.svg?v1);
}


/** Dark them Icons **/
.dark_theme .social_icon_list_wrap .social_icon_item .img.facebook{
    background-image: url(../img/social_icons/facebook_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.instagram{
    background-image: url(../img/social_icons/instagram_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.linkedin{
    background-image: url(../img/social_icons/linkedin_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.pinterest{
    background-image: url(../img/social_icons/pinterest_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.soundcloud{
    background-image: url(../img/social_icons/soundcloud_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.spotify{
    background-image: url(../img/social_icons/spotify_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.tiktok{
    background-image: url(../img/social_icons/tiktok_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.twitter{
    background-image: url(../img/social_icons/twitter_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.youtube{
    background-image: url(../img/social_icons/youtube_white.svg?v4);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.messenger{
    background-image: url(../img/social_icons/messenger_white.svg?v6);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.whatsapp{
    background-image: url(../img/social_icons/whatsapp_white.svg?v1);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.telegram{
    background-image: url(../img/social_icons/telegram_white.svg?v1);
}

.dark_theme .social_icon_list_wrap .social_icon_item .img.snapchat{
    background-image: url(../img/social_icons/snapchat_white.svg?v1);
}

/** Integration Settings **/
.fragment_main_view_item .icon{
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    background-color: var(--brandColor);
    border-radius: 8px;
}

.fragment_main_view_item.facebook_pages .icon{
    background-image: url(../img/social_icons/messenger.svg);
}

.fragment_main_view_item.instagram_pages .icon{
    background-image: url(../img/social_icons/instagram.svg);
}

.fragment_main_view_item.twitter_msg .icon{
    background-image: url(../img/social_icons/twitter.svg);
    background-size: 23px;
}

.fragment_main_view_item.line .icon{
    background-image: url(../img/social_icons/line.svg);
}

.fragment_main_view_item.telegram_bot .icon{
    background-image: url(../img/social_icons/telegram.svg);
}

.fragment_main_view_item.dropbox .icon{
    background-image: url(../img/social_icons/dropbox.svg?v1);
    background-size: 22px;
}

.fragment_main_view_item.paypal .icon{
    background-image: url(../img/social_icons/paypal.svg);
}

.fragment_main_view_item.stripe .icon{
    background-image: url(../img/social_icons/stripe.svg);
}

.fragment_main_view_item.coinbase_commerce .icon{
    background-image: url(../img/social_icons/coinbase.svg?v1);
}

.fragment_main_view_item.email_signup .icon,
.fragment_main_view_item.contact_form .icon{
    background-image: url(../img/social_icons/email.svg?v2);
    background-size: 22px;
}

.fragment_main_view_item.push_notification .icon{
    background-image: url(../img/social_icons/notification.svg?v2);
}

.fragment_main_view_item.vonagewhatsapp .icon{
    background-image: url(../img/social_icons/whatsapp.svg);
}