@import url(https://fonts.googleapis.com/css?family=Nunito);
.talk__list ul,.talk__view ul {
  list-style: none;
  padding: 0;
}
.talk__list {
  overflow-y: scroll;
}
.talk__list ul {
  margin-bottom: 0;
}
.talk__list li.account {
  border-bottom: 1px solid silver;
  padding: 1em;
  position: relative;
}
.talk__list li.account>* {
  display: block;
}
.talk__list li.account>:last-child {
  font-size: 70%;
  margin-top: .5em;
}
.talk__list li.account:first-child {
  border-top: 1px solid silver;
}
.talk__list li.account:hover {
  background: #f0f0f0;
  cursor: pointer;
}
.talk__list li.account.active {
  background: #9cf;
}
.talk__list li.account .notice {
  color: red;
  font-weight: 700;
  position: absolute;
  right: 1em;
  top: 1em;
}
.talk__list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.talk__list .pagination a,.talk__list .pagination span {
  padding: .5em;
}
.talk__view {
  overflow-y: scroll;
  padding: 1em;
}
.talk__view li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2em;
}
.talk__view li>:first-child {
  background: #209ed7;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  max-width: 70%;
  min-width: 30%;
  overflow-wrap: break-word;
  padding: .6em;
  text-align: left;
  word-break: break-all;
}
.talk__view li.admin {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.talk__view li.admin>:first-child {
  background: #d6d6d6;
  color: #000;
}
.talk__view li img {
  max-height: 200px;
}
table.dataTable {
  margin: 0!important;
}
.toggle-switch {
  margin-left: -9999px;
  position: absolute;
  visibility: hidden;
}
.toggle-switch+label {
  background-color: #007bff;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  margin: 0;
  outline: 0;
  padding: 2px;
  position: relative;
  -webkit-transition: background .4s;
  transition: background .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 50px;
}
.toggle-switch+label:after,.toggle-switch+label:before {
  content: "";
  display: block;
  position: absolute;
}
.toggle-switch+label:before {
  background-color: #fff;
  border-radius: 60px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  top: 2px;
  -webkit-transition: background .4s;
  transition: background .4s;
}
.toggle-switch+label:after {
  background-color: #ddd;
  border-radius: 50%;
  bottom: 4px;
  left: 4px;
  top: 4px;
  -webkit-transition: margin .4s,background .4s;
  transition: margin .4s,background .4s;
  width: 18px;
}
.toggle-switch+label+.on {
  display: none;
}
.toggle-switch+label+.on+.off {
  display: inline;
}
.toggle-switch:checked+label {
  background-color: #007bff;
}
.toggle-switch:checked+label:after {
  background-color: #007bff;
  margin-left: 24px;
}
.toggle-switch:checked+label+.on {
  display: inline;
}
.toggle-switch:checked+label+.on+.off {
  display: none;
}
/*# sourceMappingURL=sourcemaps/app.css.map */