#WAC__messages .WACCustomResponseElement .menuContainer {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 25px;
  border-style: solid;
  font-size: 13px;
  border-width: 2px;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
}
#WAC__messages .WACCustomResponseElement .homeButtons {
  font-family: Arial;
  font-weight: 600;
  border-width: 0 1px 1px 1px;
  border-color: #000;
  background-color: #fff;
  padding: 0 1px 0 1px;
  margin-left: 0px !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0574ac;
  padding: 4px 0 4px 0;
}
#WAC__messages .WACCustomResponseElement .helloFromJia {
  font-family: Arial;
  font-weight: 600;
  text-align: left;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000;
  border-radius: 25px 25px 0 0;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 8px 10px 8px;
}
#WAC__messages .WACCustomResponseElement #MainMenu {
  font-family: Arial;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000;
  border-radius: 25px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 10px;
}

#WACContainer.WACContainer button.WACLauncher__Button.WAC__button--base {
    z-index: 1;
    position: fixed;
    right: 0;
    bottom: 180px;
    width: 60px !important;
    height: 60px !important;
    background-color: #0574ac;
    border-radius: 6px 6px 0px 0px !important;
    transform: rotate(-90deg) !important;
  }

  #WACContainer.WACContainer button.WACLauncher__Button svg {
    width: 28px !important;
    height: 28px !important;
  }

  #WACContainer.WACContainer button.WAC__button--primary:enabled:active,
  #WACContainer.WACContainer button.WAC__button--primary:enabled:focus {
    box-shadow: none !important;
  }

  @media only screen and (max-width: 1199px) {
    #WACContainer.WACContainer button.WACLauncher__Button.WAC__button--base {
        transform: rotate(-90deg) scale(0.8) !important;
        right: -10px !important;
        bottom: 95px !important;
    }
  }
