.ttm_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #ff3067 !important;
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width:55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size:19px;
    color: #fff !important;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #ff3067 !important;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    color: #fff !important;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tmtheme_fbar_icons > span:after {
	content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #ff3067 !important;
    height: 55px;
}
.tmtheme_fbar_icons > span:hover,
.tmtheme_fbar_icons:hover i {
    color:#fff !important;
}
.tmtheme_fbar_icons > span {
    width: max-content;
}