#stickyButton {
  position: fixed;
  background: #69e;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  transform: rotate(270deg);
  right: -20px;
  top: 90px;
  border-radius: 3px;
  z-index: 500;
  margin: 0;
  text-align: center;
  padding: 8px 22px;
  border: none;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.3); }

.showDialog {
  right: 0 !important; }

#stickyContent {
  position: fixed;
  display: block;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
  bottom: 10%;
  right: -1000px;
  text-align: start;
  border-radius: 3px 3px 0 0;
  z-index: 500;
  margin: 0;
  background: white;
  padding: 25px;
  border: 1px solid #dddddd;
  min-width: 25vw;
  box-shadow: 0 0px 59px 0 rgba(0, 0, 0, 0.14), 0 16px 14px 0 rgba(0, 0, 0, 0.12), 0 6px 6px -2px rgba(0, 0, 0, 0.2);
  transition: right 0.18s ease; }
  #stickyContent h4 {
    font-size: 1.25rem;
    line-height: 110%;
    margin: 0.625rem 0 0.5rem 0;
    color: #000; }
  #stickyContent ul {
    margin: 0; }
    #stickyContent ul:first-child {
      border-top-color: transparent; }
  #stickyContent li {
    border-top: 1px solid #c9c9c9; }
    #stickyContent li:first-of-type {
      border-top-color: transparent; }
    #stickyContent li a,
    #stickyContent li p {
      display: block;
      font-size: 14px !important;
      font-weight: 100 !important;
      padding: 12px 10px !important;
      text-decoration: none;
      color: #2b8a3e;
      color: var(--primary-color);
      background: none;
      border: none;
      margin: 0;
      cursor: pointer; }
      #stickyContent li a img,
      #stickyContent li p img {
        height: 20px;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 8px; }
  #stickyContent #close {
    background: #495057;
    color: white;
    position: absolute;
    top: -12px;
    right: 0;
    padding: 6px 8px 4px 8px;
    border-radius: 100%; }

.displayNone {
  display: none !important; }

#serverMessage {
  background: #5481da; }
  #serverMessage p {
    color: #fff;
    padding: 1rem;
    margin-right: 30px; }
    #serverMessage p a {
      color: #fff;
      text-decoration: none;
      font-weight: bold; }
  #serverMessage #closeServerMessage {
    color: #495057;
    background: #DFDFDF;
    position: absolute;
    text-decoration: none;
    border-radius: 3px;
    top: 0;
    right: 0;
    margin: 10px;
    padding: 6px 8px 4px 8px; }
    #serverMessage #closeServerMessage:hover {
      background: #fff; }

#HW_badge_cont {
  position: absolute !important;
  top: -8px;
  left: -30px; }

#changelog {
  position: relative;
  font-size: 11px !important;
  padding: 0; }

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