@font-face {
  font-family: 'BaiJamjuree';
  src: local('BaiJamjuree'), url(/static/fonts/BaiJamjuree-Regular.ttf) format('truetype');
}

/* TODO: based on file name this should not be here, but simpler at this point. */

.class_chat_table {
  border-collapse: collapse;
}

#hero {
  position: relative;
}

#hero svg {
  width: 100%;
}

#motto {
  position: absolute;
  bottom: 26%;
  right: 27%;
}

/* Lists shown in the chat message list where having a large margin above/below. */
.cs-message__html-content ul {
  margin: 0px;
}

/* Without this an Autocomplete field in a dialog would be shown inside the dialog not over the dialog. */

.MuiDialog-container .MuiPaper-root{
  overflow-y: visible !important
}