.mobile-bar{
    width: 100%;
    background-color: var(--primary);
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px -2px 8px;
}
.mobile-bar .mobile-item {
    width: fit-content;
    gap: 5px;
    margin: auto;
}
.mobile-bar .mobile-item img{
    width: 25px;
    color: var(--secondary);
    height: auto;
}

.mobile-bar .mobile-item span.mobile-label{
    color: var(--white);
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    line-height: 1;
}
/* @media (max-width:768px) {
    #chatra.chatra--side-bottom {
        bottom: 70px !important;
}
} */