html,
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-y: scroll;
}

.rocketchat-widget[data-state='opened'] {
  height: 433px !important;
  right: -8px !important;
}

.rocketchat-widget-login {
  width: 360px !important;
  height: 30px !important;
}

.rocketchat-widget {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  right: -8px !important;
}

.rc-old .flex-tab-container .flex-tab .content > .animated {
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}
