.spinner-grow{
	width: 1.5rem;
	height: 1.5rem;
}

.pedido-realizado{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #238276;
    vertical-align: text-bottom;
    border-radius: 50px;
}

.pedido-pendiente{
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: text-bottom;
	background-color: #f6c23e !important;
	border-radius: 50px;
}

.pedido-fallido{
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: text-bottom;
	background-color: #dd3333 !important;
	border-radius: 50px;
}

.voucher-fondo-exitoso{
    background-color: #12b448;
    color: white;
}

.voucher-fondo-pendiente{
    background-color: #f6c23e;
    color: white;
}

.voucher-fondo-fallido
{
    background-color: #dd3333;
    color: white;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    display: none;
    animation: spin 1s ease infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

/*Boton Whatsapp*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
