.cursor-pointer {
  cursor: pointer;
}

.estado-envio .icon-container {
  width: 40px;
  height: 40px;
  background-color: #818181;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0c0c0;
}
.estado-envio .icon-container.active {
  background-color: #040404;
  color: #ee0502;
}
.estado-envio .label {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.lightRed {
  background-color: #f0aaaa !important;
}

.cliente-filtrado-por-departamento {
  cursor: pointer;
}

@media (max-width: 575px) {
  .registros-estado-de-guia {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .estado-envio .label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .estado-envio .icon-container {
    width: 75px;
    height: 75px;
    font-size: 40px;
  }
}/*# sourceMappingURL=style.css.map */