#wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

#side_panel {
  height: calc(100vh - 56px);
  padding: 10px;
}

h1 {
  font-size: 1.8rem !important;
}

h2 {
  font-size: 1.6rem !important;
}

h3 {
  font-size: 1.4rem !important;
}

h4 {
  font-size: 1.2rem !important;
}

h5 {
  font-size: 1.0rem !important;
}

.text-size-small {
  font-size: 0.8rem !important;
}

.text-size-medium {
  font-size: 0.9rem !important;
}

.text-size-large {
  font-size: 1.2rem !important;
}

.img-crop-m {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#message_window {
  height: calc(100vh - 190px);
  background-color: #ccc;
}

#message_window #message_content {
  height: calc(100vh - 320px);
  background-color: #f3f3f3;
  overflow-y: scroll;
}

.text_primary p {
  color: #027bff;
}
