/**support**/
#ntg-call-bottom .box-support {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999999;
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom  .box-support a {
    display: block;
    margin: 10px 0;
    position: relative;
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom  .box-support a img {
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom  .box-support a:hover img {
    animation-name: shake;
    cursor: pointer;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

#ntg-call-bottom  .box-support .aml-tooltiptext {
    background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
}

#ntg-call-bottom  .box-support .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    right: 120%;
    transition: opacity .5s;
}

#ntg-call-bottom  .box-support a:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}
