#divLoading {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255,.95);
	z-index: 999999999999;
	display: none;
}

#divLoading img {
	width: 55px;
	height: 55px;
}

.swal2-container{
	z-index: 1080;
}


[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background: rgba(105, 108, 255, 0.6);
  vertical-align:middle;
  margin-right:1em;
  color:white;
  }

  .product {
  position: relative;
  width: 3.375rem;
  height: 3.375rem;
  cursor: pointer;
}


.product img {
  width: 100%;
  height: 100%;
}
.product .product-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #8592a3;
  font-weight: 700;
}
.product.product-online:after, .product.product-offline:after, .product.product-away:after, .product.product-busy:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
}
.product.product-online:after {
  background-color: #71dd37;
}
.product.product-offline:after {
  background-color: #8592a3;
}
.product.product-away:after {
  background-color: #ffab00;
}
.product.product-busy:after {
  background-color: #ff3e1d;
}