.wd-tools-element.wd-design-8 .wd-tools-inner {
    display: flex;
    align-items: center;
    border-radius: 42px;
    height: 30px;
    padding-inline: 3px;
    background-color: var(--wd-primary-color);
    transition: background-color .25s ease;
    color: #fff
}

.wd-tools-element.wd-design-8 .wd-tools-text {
    margin-inline: 10px;
    transition: color .25s ease
}

.wd-tools-element.wd-design-8 .wd-tools-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /*background-color: #fff;*/
    color: #fff;
    transition: all .25s ease
}

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-inner {
    height: 28px
}

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon {
    height: 22px;
    width: 22px
}

    .whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon:before {
        font-size: 12px
    }

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-text {
    margin-inline: 6px
}

.wd-tools-element.wd-design-8:hover .wd-tools-inner {
    color: rgba(255,255,255,0.8)
}

.wd-tools-element.wd-design-8:hover .wd-tools-icon {
    color: #777
}
