/**
 * @author Softomars Team
 * @copyright Copyright (c) 2019 Softomars Applications (https://www.softomars.com)
 * @package Softomars_Whatsapp
 */
.my-float{
    margin-top:7px;
}

.my-float:before {
    color: white;
    font-size: 25px;
}

.at-floating-navigation {
    z-index: 9;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.at-floating-navigation * {
    pointer-events: none;
}

.at-floating-navigation__thumbnail img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 100%;
}

.at-floating-navigation__description a {
    color: inherit;
    text-decoration: none;
}
.at-floating-navigation__button {
    position:fixed;
    width:40px;
    height:40px;
    bottom:20px;
    right:20px;
    background-color:#369d58;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    pointer-events: auto;
    outline: none;
    cursor: pointer;
}

.at-floating-navigation__menu {
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: #fff;
    width: 300px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    opacity: 0;
    transition: 200ms ease;
}
.at-floating-navigation__item {
    display: inline-flex;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    box-sizing: border-box;
    text-decoration: none !important;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
}

.at-floating-navigation__item > img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 5px 0;
    border: 2px solid #EEE;
    overflow: hidden;
    object-fit: cover;
    -o-object-fit: cover;
}

.at-floating-navigation__item > span {
    margin: auto 10px;
    font-size: 15px;
}

a.menu_title {
    background-color: #359D58;
    width: 100%;
    display: block;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    border-radius: 15px 15px 0px 0px;
    text-decoration: none;
    line-height: 40px;
}

.at-floating-navigation__item:last-child {
    border-bottom: 0;
}
.at-floating-navigation--active * {
    pointer-events: auto;
}

.at-floating-navigation--active .at-floating-navigation__menu {
    opacity: 1;
}

.at-floating-navigation__item:visited {
    color: #444 !important;
}

.at-floating-navigation__item:hover {
    color: #369d58 !important;
}

.floating-tooltip {
    z-index: 8;
    position: fixed;
    right: 50px;
    bottom: 24px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 3px;
    padding-right: 3px;
    padding-right: 5px;
    background: #eee;
    border-radius: 15%;
    font-weight: 600;
    padding-right: 15px;
}