#notIndex-fixed-actions {
    overflow: visible !important;
    right: 19px;
    position: fixed;
    z-index: 99800;
    bottom: 110px;
}
.fixed-item {
     position: relative;
     opacity: 1;
     right: 0;
     width: max-content;
 }
.title-fixed {
    position: absolute;
    right: 120%;
    cursor: pointer;
    background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
    text-align: center;
    border-radius: 5px !important;
    white-space: nowrap !important;
    width: auto !important;
    line-height: 25px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    top: 5px;
    display: none;
}
.fixed-item:hover .title-fixed {
    display: block;
}
.fixed-item a {
    border-radius: 50%;
}
.fixed-item:not(:first-child) {
    margin-top: 11px;
}

@media (max-width: 767px) {
    #back-to-top {
        bottom: 50px;
    }
}