.ac-artsyapi-footer-menu {
    background: #9b907e;
    margin-top: 10px;
    padding: 3px;
    display: flex;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
    gap: 0px;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}
.ac-artsyapi-footer-menu i {
    font-size: 22px;
    line-height: 28px;
}
.ac-artsyapi-footer-menu img {
    height: 24px;
    width: 24px;
    display: inline;
    margin-bottom: 4px;
}
.ac-artsyapi-footer-menu > div {
    flex-basis: 23%;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border-top: 3px solid transparent;
}
.ac-artsyapi-footer-menu > div:hover:not(.active) {
    background-color: #DDD9CE;
}
.ac-artsyapi-footer-menu > div.active {
    cursor: unset;
    border-color: white;
}
.bx-media-phone body {
    padding-bottom: 60px;
}
.bx-media-phone .bx-messenger-table-wrapper {
    height: calc(100% - 60px);
}