.uc-social-bar-wrapper {
    margin-bottom: 17px
}

.uc-social-bar-wrapper .uc-social-bar {
    display: flex;
    align-items: center
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-title {
    font: 400 .8125rem "Exo 2";
    color: #69737b;
    margin: 0 10px 0 0
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons {
    display: flex
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons .uc-icon-wrap {
    margin-right: 20px;
    position: relative
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons .uc-icon-wrap a:hover .sprite-icon svg {
    fill: #223e99;
    transform: scale3d(1.1, 1.1, 1)
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons .uc-icon-wrap a>* {
    pointer-events: none
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons .uc-icon-wrap .sprite-icon {
    width: 18px;
    height: 18px
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons .uc-icon-wrap .sprite-icon svg {
    width: 100%;
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: .3s ease-in-out;
    fill: #0a132f
}

.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons .uc-icon-wrap .sprite-icon svg:hover {
    fill: #223e99;
    transform: scale3d(1.1, 1.1, 1)
}

.uc-social-bar-wrapper .tooltip-copy-link {
    background-color: #223e99
}

.uc-social-bar-wrapper .tooltip-copy-link:after {
    border-right: 7px solid #223e99
}