.contasSelecionadas {
  border-radius: 10px;
  border-color: black;
  border: 3px solid;
  width: 80%;
  max-width: 300px;
  background: var(--light);
  position: fixed;
  bottom: 2rem;
  margin-left: 50px;
}

.blue {
  color: #0000ff;
  font-weight: bold;
}

.contasSelecionadas:hover {
}

#map {
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  background-color: black;
  bottom: 0;
  height: 350px;
}

.amarelo {
  color: #BEA141;
  font-weight: bold;
}

.vermelho {
  color: #FF5151;
}

.azul {
  color: #0000FF;
  font-weight: bold;
}

.laranja {
  color: #FF0000;
  font-style: italic;
}

.verde {
  color: #090;
  font-weight: bold;
}

.verde_apagar {
  color: #090;
  font-weight: bold;
}

.btn-entregador {
  border-radius: 5px;
  background-color: lime;
  color: black;
}

.btn-entregadorocupado {
  border-radius: 50px;
  background-color: yellow;
  color: black;
}

.btn-sementregador {
  border-radius: 5px;
  background-color: tomato;
  color: black;
}

.btn-comentregador {
  border-radius: 5px;
  background-color: lime;
  color: black;
}

/* The popup bubble styling. */

.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

/* This element draws the tip. */

.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}

/* JavaScript will position this div at the bottom of the popup tip. */

.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 200px;
}

.bordas {
  margin-bottom: 10px;
  border: 3px solid black;
}

.pedidos {
  background-color: #ACACAC;
}

.ifood_OK {
  background: #31E61E;
}

.ifood_WARNING {
  background: #F2DA10;
}

.ifood_CLOSED {
  background: #8b8b8b;
}

.ifood_ERROR {
  background: #CD0000;
  color: yellow;
  border: 2px solid black;
}

.nav-tabs .nav-link {
  background-color: #c1c1c1;
  font-size: smaller;
  border: 0.1rem solid;
  padding: 4px;
  margin: 0 1px 0 1px;
  border-color: #6c6f73;
}

.nav-tabs {
  background-color: #939393;
}

