body {
  background-color: #262626;
}

li {
  font-size: 18px;
}

.channel,
.message {
  color: #ffffff;
}

/* .timestamp {
    color: #ff0202;
} */

#mutual-button {
  margin-left: 5px;
}

.share {
  float: right;
  cursor: pointer;
  color: white;
}

.snowflake-nick {
  color: #e463cf;
}

.mentions {
  margin-top: 50px;
}

li.splitter {
  background-color: #022f57;
  text-align: center;
  padding: 0;
}

body {
  background-color: rgb(8, 8, 8);
  width: 100%;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.timestamp {
  color: #414141;
  padding-right: 0.3em;
}

.dgg-badge {
  margin-left: 0.2em;
}

.message {
  color: #b9b9b9;
}

li.dgg {
  /* padding: .2em 1.2em .2em .6em; */
  font-family: 'Roboto', Helvetica, 'Trebuchet MS', Verdana, sans-serif;
  /* font-size: 16px; */
  /* line-height: 26.4px; */
  text-rendering: optimizelegibility;
  background-color: #000000;
}

li.twitch {
  background-color: #360d3e;
}

li.twitch .timestamp,
li.twitch .message,
li.splitter .message {
  color: #ffffff;
}

.emote {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -999em;
  box-sizing: border-box;
  font-feature-settings: 'kern';
  margin-top: -32px;
  overflow-wrap: break-word;
  overflow-x: hidden;
  overflow-y: hidden;
  top: 8px;
}

.nick {
  color: #ffffff;
  padding-left: 0.3em;
}

/* .url {
    color: #02C2FF;
} */

li.highlighted {
  border-color: #1e03ff;
  border-top-width: medium;
  border-bottom-width: medium;
}

.container {
  padding-top: 200px;
  display: none;
}

#username-input {
  width: 200px;
}

#reverse-button {
  margin-left: 5px;
}
