@keyframes glow {
  0% {
    outline: 2px solid rgba(255, 72, 5, 0.7764705882);
  }
  50% {
    outline: 6px solid rgba(255, 72, 5, 0.4352941176);
  }
  75% {
    outline: 4px solid rgba(255, 72, 5, 0.1960784314);
  }
  100% {
    outline: 1px solid rgba(255, 72, 5, 0.1411764706);
  }
}
.vehica_chat-widget {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 9999999;
}
.vehica_chat-widget .chat-widget {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
  justify-items: end;
}
.vehica_chat-widget .chat-widget i.fa-close {
  margin: 0 1rem;
  cursor: pointer;
}
.vehica_chat-widget .chat-widget .item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.vehica_chat-widget span {
  cursor: pointer;
  background-color: #ff4605;
  padding: 0px 20px;
  margin-right: 0.5rem;
  border-radius: 4px;
  color: #fff;
}
.vehica_chat-widget .contacts {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.vehica_chat-widget .contacts i {
  display: grid;
  justify-items: center;
  width: 50px;
  height: 50px;
  background-color: #FF4605;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
}
.vehica_chat-widget .contacts i svg {
  height: 26px;
}
.vehica_chat-widget .contacts i {
  animation: glow 1.5s infinite;
}
.vehica_chat-widget .contacts .fa-close {
  color: #000;
  background-color: transparent;
  font-size: 18px;
}
.vehica_chat-widget .contacts span {
  font-size: 20px;
  font-weight: 900;
}
.vehica_chat-widget a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #FF4605;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 20px;
  cursor: pointer;
}
.vehica_chat-widget a:hover {
  color: #fff;
  animation: glow 1.5s infinite;
}

/*# sourceMappingURL=style.css.map */
