.bold {
  font-weight: bold;
}

.direct-chat-messages {
  height: auto !important;
}

.page {
  transition: filter 0.3s;
}

body.loading {
  overflow: hidden;
  height: 100vh;
}
body.loading:after {
  content: "";
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
body.loading .page {
  filter: blur(5px);
}

.no-wrap {
  white-space: nowrap !important;
}

.letter-avatar {
  max-width: 26px;
  height: auto;
  border: 1px solid white;
}
.letter-avatar.compact:not(:first-of-type) {
  margin-left: -6px;
}
.letter-avatar.compact:last-of-type {
  margin-right: 5px;
}

.avatar-sm {
  max-width: 26px;
}

.avatar-md {
  max-width: 36px;
}

.bg-avatar {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}
.bg-avatar.advisor {
  box-shadow: 0px 0px 0px 3px white, 0px 0px 0px 4px #D81B60;
}

.logbook-item {
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
}
.logbook-item .bg-avatar {
  height: 40px;
  width: 40px;
}
.logbook-item .label-log-icon {
  display: block;
  position: absolute;
  bottom: -8px;
  right: -8px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
}
.logbook-item .label-log-icon.expanded {
  display: inline-block;
  position: relative;
  bottom: 0;
  right: 0;
  width: 72px;
  border-radius: 0;
}
.logbook-item .label-log-icon.expanded i {
  margin-right: 5px;
}
.logbook-item .logbook-field-name {
  text-transform: lowercase;
}

.comment-wrapper.private {
  background-color: lightgoldenrodyellow;
}

.doc-lines .summary {
  text-align: left;
}

.doc-group-line .edit-line {
  display: none;
}
.doc-group-line:hover .edit-line {
  display: block;
}
.doc-group-line .text {
  text-align: left !important;
}
/*# sourceMappingURL=app.css.map */
