.u-userLauncherColor:not([disabled]) {
  background-color: #f3d54e;
  color: #625519;
  padding: 10px 20px;
  border-radius: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
  cursor: pointer;
}
.u-userLauncherColor span {
  vertical-align: middle;
}

.u-userLauncherColor svg {
  margin-right: 5px;
}

.footer.stickey{
  position: fixed;
  background: #cccccc;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  padding: 20px 0;
}
.footer.stickey h2{
  text-transform: none;
  font-weight: 700;
}

.footer.stickey button{
  font-weight: 700;
  outline: none;
  border-radius: 3px;
  border-image: none;
  border-style: initial;
  padding: 4px 10px;
  transition: 300ms;
  opacity: 0.9;
}
.footer.stickey button:hover{
  opacity: 1;
}
.footer.stickey button.agreebtn{
  background-color: yellow;
  border-color: yellow;
}
.footer.stickey button.cancelbtn{
  background-color: ghostwhite;
  border-color: ghostwhite;
  margin-left: 5px;
}
