.saldo-bee-container {
    background: #C00B1A 0% 0% no-repeat padding-box;
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
}

.paragrafo-entrega-on {
    font: normal normal bold 12px/14px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: -3px;
}

#saldo_cliente_entregaon {
    font: normal normal bold 12px/30px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.saldo {
    text-align: center;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    opacity: 1;
}

.btn-recarga-saldo {
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    font: normal normal bold 12px/34px Segoe UI;
    letter-spacing: 0px;
    color: #C00B1A;
    opacity: 1;
    cursor: pointer;
}

#saldo-bee-button {
    background: #FFFFFF;
    font: normal normal bold 12px/30px Segoe UI;
    letter-spacing: 0px;
    color:#C00B1A;
}

.btn-entrega-amiga {
    background: #FFA407;
    color: #FFFFFF;
    border-radius: 4px;
}

.btn-entrega {
    background: #FFA407;
    border-radius: 4px;
    opacity: 1;
    font: normal normal 600 10px/12px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 10px;
    cursor: pointer;
}


.timeline {
    padding-top: 12px;
    list-style: none;
    max-width: 500px;  
    counter-reset: step;
    display: inline-block;
    position: sticky;
}

.timeline li {
    float: left;    
    text-align: center;
    font-size:15px;
    width: 83px;
    position: relative;  
}

.timeline li:before {
    content: counter(step);
    counter-increment: step;
    line-height: 38px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    margin: 0 auto 15px auto;  
    background: #fff;
}

.timeline li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #DDD;
    display: block;
    position: absolute;
    top: 4.5px;
    left: 50%;
    z-index: -1;
}

.timeline li:last-child:after {
    content: none;
}

.timeline li.active {
    color: #b01624;
}

.timeline li.active:before {
    border-color: #b01624;
    background: #b01624;
}

.timeline li.blinker:before {
    animation: blinker 1s infinite;
}

@keyframes blinker {
    from {
        background: #b01624;
    }
    to {
        background: white;
    }
}

.timeline li.active:after {
    background: #b01624;
}

.beedelivery {
    bottom: 112px; 
    background-color: #ffffff; 
    color: #333333bf;
}

#bee_delivery_img {
    width: 75px;
    position: relative;
}
