.qkb-bot-bubble {
  align-self: flex-end;
  padding-right: 16px;
}

.qkb-bubble-btn {
  position: relative;
  display: block;
  padding: 0;
  outline: 0;
  border: 0;
  overflow: hidden;
  box-shadow: none;
  border-radius: 50%;
  color: $bubble-btn-color;
  fill: $bubble-btn-color;
  cursor: pointer;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  transition: transform ease-in-out 0.2s;

  &:hover {
    transform: scale(1.1);
  }
}

.qkb-bubble-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: auto;
  margin: -11px 0 0 -13px;
  line-height: 1em;

  &.qkb-bubble-btn-icon--close {
    width: 15px;
    margin: -7px 0 0 -7px;
  }
}
