.character {
  position: relative;
  /* max-width: 474px; */
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
}

.clickable {
  cursor: pointer;
}

.emblem {
  display: inline-block;
}

.info-left {
  display: inline-block;
  color: white;
  padding-left: 3%;
}

.class {
  font-size: 20pt;
  font-weight: bold;
}

.race-gender {
  font-size: 12pt;
  opacity: 0.75;
}

.info-right {
  margin-left: auto;
  padding-right: 5%;
  text-align: right;
}

.light-level {
  color: yellow;
  font-size: 22pt;
}

.light-level:before {
  content: "◆";
  font-size: 10pt;
  vertical-align: text-top;
}

.level {
  color: white;
  font-size: 12pt;
}

.loading-circle {
  /* position: absolute; */
  /* left: 50%;
  top: 50%; */
  /* z-index: 1; */
  width: 80px;
  height: 80px;
  /* margin: -60px 0 0 -60px; */
  margin: 20px;
  border: 10px solid #f3f3f3;
  border-top: 10px solid #e52d5b;
  border-radius: 50% !important;
  animation: loading-circle-spin 3s linear infinite;
}

@keyframes loading-circle-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.conversation-preview:not(:last-child) {
  border-bottom: 1px solid rgba(59, 59, 59, 0.5);
  padding-bottom: 0.2rem;
}

.gamertag {
  display: inline-block;
}

.time {
  color: rgb(129, 129, 129);
  font-size: 1.2rem;
  margin-left: 0.6rem;
}

.block-item {
  display: block;
  width: auto;
  max-width: 100%;
}

.spoiler {
  display: inline-block;
  color: black;
  background: black;
  padding: 2px;
}

.spoiler img,
.spoiler video,
.spoiler iframe {
  visibility: hidden;
}

.spoiler:hover,
.spoiler:active {
  color: white;
}

.spoiler:hover img,
.spoiler:active img,
.spoiler:hover video,
.spoiler:active video,
.spoiler:hover iframe,
.spoiler:active iframe {
  visibility: visible;
}

.italics {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.strike-through {
  text-decoration: line-through;
}

.code {
  border-radius: 4px !important;
}

/* ChatFormattingHelp Styles */

.chat-formatting-help-toggle {
  text-align: right;
  padding: 0 0.75rem 0.25rem;
}

.chat-formatting-help-toggle a {
  outline: none !important;
}

.chat-formatting-help-modal table {
  margin-bottom: 0;
}

.chat-formatting-help-modal table > tbody > tr > td {
  vertical-align: bottom;
}

.chat-formatting-help-modal table > tbody > tr:first-child > td {
  border-top: none;
}

.input {
  width: 100%;
  height: 2.1rem;
  background: white;
}

.input__control {
  width: 100%;
  height: 2.1rem;
}

.input__highlighter {
  height: 2.1rem;
  padding: 0.4em 0.9em;
  border: 1px;
  line-height: 1.56rem;
  white-space: normal !important;
}

.input__input {
  width: 100%;
  padding: 0.4em 0.8em;
  font-size: 0.94rem;
  height: 2.1rem;
  color: #555555;
  background-image: none;
  /* border: 1px solid #ccc; */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.input__suggestions {
  color: black;
  margin-top: 0 !important;
  top: 100% !important;
}

.input__suggestions__list {
}

.input__suggestions__item {
  padding: 8px 16px;
}

.input__suggestions__item--focused {
  background-color: lightblue;
}

.input__mention {
  background-color: lightsteelblue;
}

.form {
  position: relative;
  width: 100%;
}

.input-wrapper {
  display: inline-block;
  width: 80%;
}

.submit {
  display: inline-block;
  width: 20%;
  height: 2.3rem;
  vertical-align: top;
}

.message {
  list-style: none;
  display: flex;
}

.message:not(:first-child) {
  margin-top: 0.6rem;
}

.user-avatar {
  flex-shrink: 0;
  width: 25px;
  margin-top: 2px;
  margin-right: 10px;
}

.message-content {
  flex: 1;
  position: relative;
  min-width: 0;
}

.username {
  font-size: 0.875rem;
}

.role-developer .username {
  color: #fbb829;
}

.role-moderators .username {
  color: #9c92e7;
}

.role-supporter .username {
  color: #51aeff;
}

.role-system .username {
  color: #999;
}

.role-user .username {
  color: #337ab7;
}

.time {
  color: rgb(129, 129, 129);
  font-size: 0.7rem;
  margin-left: 0.4rem;
}

.menu {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-dropdown {
  min-width: unset;
}

.menu button {
  visibility: hidden;
  color: rgb(129, 129, 129);
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

.message:hover .menu button {
  visibility: visible;
}

.menu button:hover {
  color: #337ab7;
}

.message-body {
  margin-top: 0.19rem;
  font-size: 0.8rem;
  color: #eee;
}

.edited .message-body::after {
  content: "(edited)";
  color: rgb(129, 129, 129);
  font-size: 0.62rem;
  margin-left: 0.44rem;
}

.message-body a {
  color: #999;
}

.edit-message {
  color: #555;
  position: absolute;
  top: 0px;
  right: 0px;
}

.dropdown-item {
  cursor: pointer;
}

.form {
  position: relative;
  width: 100%;
}

.input-wrapper {
  display: inline-block;
  width: 80%;
}

.submit {
  padding: 0;
  display: inline-block;
  width: 20%;
  height: 2.1875rem;
  vertical-align: top;
}

/* MessageInput Styles */

.input {
  width: 100%;
  height: 2.1875rem;
  background: "white";
}

.input__input {
  width: 100%;
  padding: 0.4em 0.8em;
  font-size: 0.94rem;
  height: 2.1875rem;
  color: #555555;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

 .chat {
  height: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
}

.chat ul {
  margin: 0;
  padding: 0;
} 

.react-switch {
  vertical-align: middle;
  margin-left: 4px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #343a40;
  opacity: 0.8; /* Firefox */
}


/*# sourceMappingURL=application-webpacker.css.map*/