.mobile-button-bar-button.mobily-only:hover {
    background: #e5e7eb;
    color: #000;
}
.mobile-button-bar-button.mobily-only:hover .svg-outline{
    fill: #000;
}
.mobile-button-bar-button.widget-stiky-btn.widget-diag-stiky-btn {
    display: none;
}

@media screen and (max-width: 490px) {
    .mobile-button-bar-button.widget-stiky-btn {
        background: linear-gradient(180deg, #FF8E3C 0%, #EA4C37 100%);
    }
    .mobile-button-bar-button.widget-stiky-btn {
        color: #ffffff;
    }
    .mobile-button-bar-button.widget-stiky-btn svg path.svg-outline {
        fill: #ffffff;
    }
}
@media screen and (min-width: 490px) {
    .mobile-button-bar-button.widget-stiky-btn.widget-diag-stiky-btn {
        display: block;
        bottom: 160px;
    }

    .mobile-button-bar-button.widget-stiky-btn .bt-title {
        display: none;
    }
    
    .widget-stiky-btn {
        background: rgba(255, 106, 22, 1);
        border-radius: 50%;
        bottom: 90px;
        box-shadow: 0 0 20px transparent;
        position: fixed;
        right: 20px;
        z-index: 20;
        cursor: pointer;
    }

    .widget-stiky-btn svg {
        animation: widget-stikyshake 5s ease-in-out 1s infinite;
        display: block;
        transform: scale(1);
        transition: all .3s ease-in-out
    }

    .widget-stiky-btn:hover svg {
        animation: none;
        transform: rotate(0deg) scale(1.2)
    }

    .widget-stiky-btn:hover svg .widget-stiky-bg {
        fill: #FF6A16;
    }

    .widget-stiky-btn .tooltip {
        background: #eee;
        border-radius: 20px;
        box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        font-family: sans-serif;
        font-size: 14px;
        opacity: 0;
        overflow: hidden;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 0px;
        right: 70px;
        transition: all .5s ease-in
    }
    .hand-btn .tooltip {
        top: 0px !important;
        right: 70px !important;
    }

    .widget-stiky-btn .tooltip .container {
        max-width: 0;
        overflow: hidden;
        transition: all .5s ease-in;
        white-space: nowrap
    }

    .widget-stiky-btn:hover .tooltip {
        opacity: 1
    }

    .widget-stiky-btn:hover .tooltip .container {
        max-width: 300px
    }
}
