﻿.block-stats-container {
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }

.block-stat {
  border-radius: 2px;
  width: 17%;
  text-align: center;
  height: 80px;
  background-color: #f9f9f9; }

.block-stat-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  border-bottom: 2px solid #345e6e;
  min-height: 40px;
  background-color: #e1e2e3; }

.logs-column-container {
  width: 100%; }

.logs-toolbar {
  display: flex;
  flex-direction: row-reverse; }

.chat-logs-table {
  text-align: left; }

.message-log {
  width: 40%; }

.conversation-header {
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
  background: #e1e2e3;
  padding: 10px;
  color: #424140; }

.info-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end; }

.message-log-time {
  width: 5%;
  padding: 5px; }

.collapsed {
  visibility: hidden;
  height: 0px; }

.flagged-message {
  color: #79312b;
  border: 1px solid #79312b;
  padding: 2px;
  border-radius: 5px; }

.form-field {
  margin-bottom: 5px;
  margin-left: 10px; }

.view-logs-button {
  margin-left: 5px;
  height: fit-content;
  align-self: flex-end;
  margin-bottom: 5px; }

.page-arrow {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  font-size: 20px; }

.report-page-separator {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px #345e6e solid;
}

#Page {
  width: 30px; }
