.igo-user-button-container button {
  background-color: #fff;
}
.igo-user-button-container button:hover {
  background-color: #efefef;
}
@media only screen and (max-width: 450px), only screen and (max-height: 450px) {
  .igo-user-button-container > button {
    position: absolute;
    bottom: 0;
  }
}
.igo-user-button-more-container {
  float: left;
  height: 40px;
}
.igo-user-button-more-container > * {
  margin-right: 2px;
  float: left;
}
@media only screen and (max-width: 450px), only screen and (max-height: 450px) {
  .igo-user-button-more-container {
    height: 80px;
    width: 150px;
    position: relative;
    left: 24px;
  }
}
button,
:host >>> button .mat-button-ripple-round {
  border-radius: 0;
}
