/* =========================================================
   footer cliente
   arquivo: public/assets/cliente/css/footer.css
   ========================================================= */

.cliente-footer {
    position: relative;
}

.cliente-footer-copy {
    padding: 18px 16px 100px;
    color: #666;
    font-size: 14px;
}

.cliente-footer-copy p {
    margin: 0;
}

.cliente-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    box-shadow: none;
}

.cliente-bottom-nav-fixed {
    border-radius: 0;
}

.cliente-bottom-nav-float {
    left: 10px;
    right: 10px;
    bottom: 12px;
    border-radius: 7px;
    border: 1px solid #ececec;
    box-shadow: none;
}

.cliente-bottom-nav-item {
    position: relative;
    flex: 1;
    min-width: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 4px;
    font-size: 11px;
    font-weight: 700;
    transition: 0.2s ease;
}

.cliente-bottom-nav-item i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #252525;
    font-size: 18px;
    line-height: 1;
}

.cliente-bottom-nav-item span {
    color: #333;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: lowercase;
}

.cliente-bottom-nav-item.is-active,
.cliente-bottom-nav-item.is-active i,
.cliente-bottom-nav-item.is-active span {
    color: #e31b46;
}

.cliente-bottom-nav-badge {
    position: absolute;
    top: 3px;
    right: 5px;
    min-width: 16px;
    height: 16px;
    border-radius: 3px; 
    background: #e31b46;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}