.zbn-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: space-around;
    height: 65px;
    z-index: 9999;
}

.zbn-item {
    text-align: center;
    color: #aaa;
    text-decoration: none;
    font-size: 12px;
}

.zbn-icon svg {
    width: 22px;
    height: 22px;
    fill: #aaa;
    margin-top: 8px;
}

.zbn-item.active svg,
.zbn-item:hover svg {
    fill: #fff;
}

body {
    padding-bottom: 70px;
}

/* ICON PICKER */
.zbn-icon-picker {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 5px;
}

.zbn-svg-option svg {
    width: 24px;
    margin: 5px;
    cursor: pointer;
}