.ac-artsyapi-footer-menu {
    background: linear-gradient(145deg, #ffffff, #e6e3df);
    margin-top: 10px;
    padding: 8px;
    display: flex;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
    justify-content: space-around;
    box-shadow: 5px 5px 15px rgba(163, 157, 147, 0.4);
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 450px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 3;
}

.ac-artsyapi-footer-menu>div {
    flex: 1;
    padding: 6px 0;
    cursor: pointer;
    color: #9B907E;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
}

.ac-artsyapi-footer-menu i,
.ac-artsyapi-footer-menu img,
.ac-artsyapi-footer-menu svg {
    height: 22px;
    width: 22px;
    display: block;
    font-size: 16px;
    background: linear-gradient(145deg, #ffffff, #ebe8e4);
    border-radius: 50%;
    padding: 12px;
    box-sizing: content-box;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);

    border: 1px solid rgba(255, 255, 255, 0.7);

    box-shadow:
        4px 4px 8px rgba(163, 157, 147, 0.4),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 0 1px 1px rgba(255, 255, 255, 1);
}

.ac-artsyapi-footer-menu>div:hover:not(.active) i,
.ac-artsyapi-footer-menu>div:hover:not(.active) img,
.ac-artsyapi-footer-menu>div:hover:not(.active) svg {
    transform: translateY(-2px);
    color: #7c7160;
    box-shadow:
        6px 6px 12px rgba(163, 157, 147, 0.45),
        -6px -6px 12px rgba(255, 255, 255, 1);
}

.ac-artsyapi-footer-menu>div.active i,
.ac-artsyapi-footer-menu>div.active img,
.ac-artsyapi-footer-menu>div.active svg {
    border: 1px solid rgba(0, 0, 0, 0.04);

    box-shadow:
        inset 4px 4px 8px rgba(138, 131, 120, 0.6),
        inset -4px -4px 6px rgba(255, 255, 255, 0.9),
        0px 1px 1px rgba(255, 255, 255, 0.5);

    transform: scale(0.94) translateY(1px);
}

.ac-artsyapi-footer-menu>div.active {
    color: #4a443a;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ac-artsyapi-footer-menu>div.center-button {
    background: radial-gradient(circle at 35% 25%, #b5ab9a 0%, #9b907e 50%, #827766 100%);
    color: #fff;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
    flex: 0 0 56px;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    border: 1px solid #b5ab9a;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.4) inset,
        0 8px 16px rgba(74, 68, 58, 0.35),
        0 2px 4px rgba(74, 68, 58, 0.2);
}

.ac-artsyapi-footer-menu>div.center-button i,
.ac-artsyapi-footer-menu>div.center-button svg {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    height: 24px;
    width: 24px;
    filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.3));
}

.ac-artsyapi-footer-menu>div.center-button:hover {
    transform: translateY(-4px) scale(1.05);
    background: radial-gradient(circle at 35% 25%, #c4baa9 0%, #a89d8b 50%, #8f8473 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.5) inset,
        0 12px 20px rgba(74, 68, 58, 0.4),
        0 4px 6px rgba(74, 68, 58, 0.2);
}

.ac-artsyapi-footer-menu>div.center-button:active {
    transform: translateY(0px) scale(0.95);
    background: linear-gradient(135deg, #827766, #9b907e);
    box-shadow:
        inset 0 3px 6px rgba(0, 0, 0, 0.4),
        0 2px 4px rgba(255, 255, 255, 0.2);
}

.bx-media-phone body {
    padding-bottom: 90px;
}

.bx-media-phone .bx-messenger-table-wrapper {
    height: calc(100% - 90px);
}