
.icon_fix {
   right: 10px;
    bottom: 170px;
    position: fixed;
    z-index: 999;
    list-style-type: none;
}

.icon_fix li a {
    display: block;
    position: relative;
    z-index: 3;
    background-size: cover;
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 10px;
}

.icon_fix li:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.aml-tooltiptext {
    background-color: rgba(29, 36, 62, 1);
    color: #fff;
}

.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;
    transition: opacity .5s;
    right: 120%;
}

.aml-tooltiptext::after {
    content: "";
    position: absolute;
    left: 100%;
    border-color: transparent transparent transparent #1D243E;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.icon_fix li a:hover {
    text-decoration: none !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 4px 15px rgba(0, 0, 0, .13);
    width: 50px;
    height: 50px;
    background-size: 100% !important;
    border-radius: 50% !important;
}