.admz_ctg10 {
    z-index: 20;
    position: fixed;
    bottom: 75px;
    right: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;

    &.left {
        left: 15px;
        right: unset;

        .text {
            right: unset;
            left: 100%;
            margin-right: 0;
            margin-left: 10px;

            &:before,
            &:after {
                left: unset;
                right: 100%;
                transform: translateY(-50%) rotate(180deg);
            }
        }
    }

    a {
        padding: 10px;
        display: flex;
        border-radius: 100px;
        position: relative;

        .text {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 100%;
            background: #f9f9f9;
            white-space: nowrap;
            padding: 7px 15px;
            border-radius: 8px;
            border: 1px solid #ccc;
            margin-right: 10px;
            display: none;

            &:after {
                content: "";
                width: 0;
                height: 0;
                border-top: 4px solid transparent;
                border-left: 6px solid #f9f9f9;
                border-bottom: 4px solid transparent;
                position: absolute;
                left: 100%;
                top: 50%;
                transform: translateY(-50%);
            }

            &:before {
                content: "";
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-left: 8px solid #ccc;
                border-bottom: 6px solid transparent;
                position: absolute;
                left: 100%;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        &:hover {
            box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
        }

        &.active .text,
        &:hover .text {
            display: inline-block;
        }

        &.item {

            background-color: #00aeef;
            box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);

            &:hover {
                box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
            }

            .dashicons {
                color: white !important;
                font-size: 30px !important;
                width: 30px !important;
                height: 30px !important;
            }

            .adminz_svg {
                color: white;
            }
        }

        &.zalo {
            background-color: #0180c7;
        }

        &.email {
            background-color: #1cbbb4;
        }

        &.call {
            background-color: #01af38;
        }

        &.gmap {
            background-color: #cf3d34;
        }

        &.facebook {
            background-color: #1877f2;
        }

        &.messenger {
            background-color: #1877f2;
        }

        &.twitter {
            background-color: #55acee;
        }

        &.linkedin {
            background-color: #0077b5;
        }

        &.skype {
            background-color: #00aff0;
        }

        &.dropbox {
            background-color: #00aff0;
        }

        &.wordpress {
            background-color: #00aff0;
        }

        &.vimeo {
            background-color: #1ab7ea;
        }

        &.slideshare {
            background-color: #0077b5;
        }

        &.vk {
            background-color: #4c75a3;
        }

        &.tumblr {
            background-color: #34465d;
        }

        &.yahoo {
            background-color: #410093;
        }

        &.google-plus {
            background-color: #dd4b39;
        }

        &.pinterest {
            background-color: #bd081c;
        }

        &.youtube {
            background-color: #cd201f;
        }

        &.stumbleupon {
            background-color: #eb4924;
        }

        &.reddit {
            background-color: #ff5700;
        }

        &.quora {
            background-color: #b92b27;
        }

        &.yelp {
            background-color: #af0606;
        }

        &.weibo {
            background-color: #df2029;
        }

        &.hackernews {
            background-color: #f60;
        }

        &.soundcloud {
            background-color: #f30;
        }

        &.blogger {
            background-color: #f57d00;
        }

        &.whatsapp {
            background-color: #25d366;
        }

        &.wechat {
            background-color: #09b83e;
        }

        &.line {
            background-color: #40bf05;
        }

        &.medium {
            background-color: #02b875;
        }

        &.vine {
            background-color: #00b489;
        }

        &.slack {
            background-color: #3aaf85;
        }

        &.instagram {
            background-color: #e4405f;
        }

        &.dribbble {
            background-color: #ea4c89;
        }

        &.flickr {
            background-color: #ff0084;
        }

        &.foursquare {
            background-color: #f94877;
        }

        &.behance {
            background-color: #131418;
        }

        &.snapchat {
            background-color: #fffc00;
        }

        &.bebo {
            background-color: #e61112;
        }

        &.delicious {
            background-color: #3e84d3;
        }

        &.deviantart {
            background-color: #01ca3a;
        }

        &.digg {
            background-color: #2066a3;
        }

        &.envato {
            background-color: #8cca4b;
        }

        &.forrst {
            background-color: #0d5f36;
        }

        &.github {
            background-color: #302f2f;
        }

        &.google-drive {
            background-color: #00a745;
        }

        &.hangout {
            background-color: #0f9855;
        }

        &.html {
            background-color: #dd4b25;
        }

        &.kickstarter {
            background-color: #05c874;
        }

        &.lastfm {
            background-color: #dc1a22;
        }

        &.myspace {
            background-color: #003194;
        }

        &.path {
            background-color: #c42828;
        }

        &.periscope {
            background-color: #3e9fbe;
        }

        &.picasa {
            background-color: #9958b4;
        }

        &.rss {
            background-color: #dd4b25;
        }

        &.spotify {
            background-color: #1dd05d;
        }

        &.swarm {
            background-color: #eb8d3a;
        }

        &.team-viewer {
            background-color: #0362c2;
        }

        &.telegram {
            background-color: #1f9bda;
        }

        &.twitch {
            background-color: #5d3da5;
        }

        &.wattpad {
            background-color: #f64d09;
        }

        &.xing {
            background-color: #045d61;
        }

        &.viber {
            background-color: #7360F2;
        }
    }
}