.esri-cloud-chat[aria-current='true'] {
  background: #005e95;
  transform: scale(1.1);
}

.esri-cloud-chat[aria-current='true']:hover {
  background: #005e95;
  transform: scale(1.1);
}

.esri-cloud-chat {
  background: #0079c1;
  bottom: 10px;
  border-radius: 100%;
  border: 0;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  height: 60px;
  position: fixed;
  right: 10px;
  transition: all .35s ease-out;
  width: 60px;
  z-index: 777777777;
}

.esri-cloud-chat--svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .esri-cloud-chat {
    bottom: 20px;
    position: fixed;
    right: 25px;
  }
}

.esri-cloud-chat:hover {
  background: #005e95;
  border: 0;
  box-shadow: 0 0 0 2px #fff;
  cursor: pointer;
  transform: scale(1.1);
}