/*
@import 'variables.scss';
@import 'mix-ins.scss';
*/
#LauncherArea {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  width: 60%;
  min-width: 125px;
  max-width: 315px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
}
#LauncherArea.small {
  width: 10%;
}
#LauncherArea.small a {
  cursor: pointer;
}
#LauncherArea.small a.bosley-button.minimise {
  display: none;
}
#LauncherArea.small a.bosley-button.maximise {
  display: block;
}
#LauncherArea a.bosley-button {
  color: #777;
  font: 30px/100% arial, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  background-color: #EEEEEE;
  width: 30px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
#LauncherArea a.bosley-button.minimise {
  display: block;
}
#LauncherArea a.bosley-button.maximise {
  display: none;
}
#LauncherArea a.bosley-button:hover {
  text-decoration: none;
}
#LauncherArea #Launcher {
  width: 100%;
}

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