.floating-box {
    position: fixed;
    right: 1.3rem;
    bottom: 6.8rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.floating-box a, .floating-box .messenger {
    transform: scale(1);
    transition: all .25s ease;
}
.floating-box a:hover, .floating-box .messenger:hover {
    transform: scale(1.2);
}
.floating-box a.call {
    border-radius: 100%;
    background-color: var(--bs-blue);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
}
.floating-box i {
    font-size: 1.5rem;
    color: white;
}
.floating-box img {
    width: 44px;
    height: auto;

}
.menu-item{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.bg-status{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333232 !important;
    font-weight: bold;
    font-size: 0.9rem !important;
}
.f-ari{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.f-robo{
    font-family: Roboto, sans-serif;
}
.status{
    position: absolute;
    /*z-index: 1;*/
    top: 6px;
    right: 1px;
    color: #ffffff;
    font-size: 0.75rem;
    background-color: rgba(150, 150, 150, 0.63);
}
.color{
    position: absolute;
    z-index: 99999;
    top: 6px;
    right: 1px;
    color: #ffffff;
    font-size: 0.75rem;
    background-color: rgba(150, 150, 150, 0.63);
}
.text-overflow-clamp {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
}