.hide {
  display: none;
}

body.messaging .navbar {
  padding-bottom: 0;
}

body.messaging div.header {
  min-height: 125px;
  max-height: 250px;
  overflow-y: hidden;
  background: url("/images/messenger-header-2022.jpg") left center no-repeat;
  background-size: cover;
}

body.messaging .header-title {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

body.messaging .header-title h1 {
  color: #6ba3e3;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 1.5rem;
}

@media screen and (min-width: 480px) {
  body.messaging .header-title h1 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  body.messaging .header-title h1 {
    font-size: 4rem;
  }
}

body.messaging .header-title.messaging-v2 h1 {
  display: none;
}

#messaging-app {
  box-sizing: border-box;
  color: #000;
  min-height: 400px;
  width: 100%;
}

#messaging-app .messaging-wrapper {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 576px) {
  #messaging-app .messaging-wrapper {
    width: 540px;
  }
}

@media screen and (min-width: 768px) {
  #messaging-app .messaging-wrapper {
    width: 690px;
  }
}

@media screen and (min-width: 976px) {
  #messaging-app .messaging-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 976px) {
  #messaging-app .messages-list {
    width: 470px;
    flex: 1 0 auto;
  }
}

#messaging-app .folders-container {
  background-color: #fff;
  box-shadow: 0px -5px 5px 1px rgba(204, 204, 204, 0.5);
  position: fixed;
  bottom: 0;
  width: inherit;
  height: 60px;
  padding-bottom: 10px;
}

@media screen and (min-width: 976px) {
  #messaging-app .folders-container {
    box-shadow: none;
    position: static;
    width: 200px;
    margin-right: 20px;
    height: auto;
    flex: 0 0 auto;
  }
}

#messaging-app .folders-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#messaging-app .folders-container ul li {
  display: block;
  padding: 0;
  margin: 0;
}

#messaging-app .folders-container ul li a {
  color: #000;
  display: block;
  font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 13px 5px 12px 11px;
}

#messaging-app .folders-container ul li.active {
  border-radius: 0 15px 15px 0;
  background: linear-gradient(#cee2f5, #b7d7f6);
}

#messaging-app .folders-container ul li.active a {
  font-weight: bold;
}

#messaging-app .folders-container ul.folders {
  padding-bottom: 5px;
}

#messaging-app .folders-container ul.filters {
  border-top: 1px dotted #a8a8a8;
  padding-top: 5px;
}

#messaging-app .folders-container ul.filters li a {
  color: #666;
}

.c-button {
  border: none;
  border-radius: 8px;
  padding: 10px;
  background: linear-gradient(#AEC9E8, #7DAFE8);
}

.c-button:hover {
  background: linear-gradient(#c2d6ee, #93bcec);
}

.c-button-secondary {
  background: linear-gradient(#d8d8d8, #cccccc);
}

.c-button-secondary:hover {
  background: linear-gradient(#e5e5e5, #d9d9d9);
}

.small-button {
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  background: linear-gradient(#AEC9E8, #7DAFE8);
}

.small-button:hover {
  background: linear-gradient(#c2d6ee, #93bcec);
}

.small-button.button-green {
  background: linear-gradient(#82e695, #2dd54d);
}

.small-button.button-green:hover {
  background: linear-gradient(#a4edb1, #4bdb66);
}

.small-button.button-red {
  background: linear-gradient(#f6bfbf, #e64f4f);
}

.small-button.button-red:hover {
  background: linear-gradient(#f9d5d5, #e96161);
}

.fullMessage__back-button {
  background: linear-gradient(#AEC9E8, #7DAFE8);
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 30px;
  text-align: center;
  border: none;
  border-radius: 8px;
  font-family: Trebuchet, sans-serif;
}

.icono-arrow1-left {
  border-width: 4px 4px 0 0;
  border-style: solid;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  height: 18px;
  left: -3px;
  margin: 6px;
  position: relative;
  top: -3px;
  transform: rotate(-135deg);
  vertical-align: middle;
  width: 18px;
}

.icono-arrow1-left:after, .icono-arrow1-left:before {
  content: "";
  box-sizing: border-box;
}

.icono-arrow1-left:before {
  right: 0;
  top: -3px;
  position: absolute;
  height: 4px;
  box-shadow: inset 0 0 0 32px;
  transform: rotate(-45deg);
  width: 23px;
  transform-origin: right top;
}

.messagesList__message {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #f4f4f4;
  cursor: pointer;
  border: 1px solid transparent;
}

.messagesList__message.empty {
  cursor: default;
}

.messagesList__message.message--paused {
  border-left: 3px solid #cc0000;
  background-color: #fce5e5;
  border-bottom: 1px solid #fff;
}

.messagesList__message.backgrounded {
  opacity: 0.1;
  cursor: default;
}

.messagesList__message:nth-child(2n) {
  background-color: #fff;
}

.messagesList__message:nth-child(2n).message--paused {
  background-color: #fce5e5;
}

.messagesList__message:not(.backgrounded, .empty):hover {
  border: 1px solid #457fc1;
}

.messagesList__message:hover.message--paused {
  border-left: 3px solid #cc0000;
}

.message-avatar {
  flex: 0 0 3.625rem;
}

.message-avatar__initial {
  display: block;
  width: 3.625rem;
  height: 3.625rem;
  margin: 1rem;
  background: #d8d8d8;
  border-radius: 50%;
  line-height: 3.625rem;
  text-align: center;
  font-size: 2rem;
  font-family: Ubuntu, Tahoma, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.message-avatar__photo {
  display: block;
  width: 3.625rem;
  height: 3.625rem;
  margin: 1rem;
  background-position: top left;
  background-size: cover;
  border-radius: 50%;
}

.message-avatar__generic {
  background-image: url("/messaging-assets/images/delegate-photo-generic.jpg");
  display: block;
  width: 3.625rem;
  height: 3.625rem;
  margin: 1rem;
  background-position: top left;
  background-size: cover;
  border-radius: 50%;
}

.messagesList__message-body {
  width: calc(100% - 5.625rem);
  flex: 1 0 auto;
  padding: 1rem;
  padding-left: 0;
}

.messagesList__message-author {
  margin-bottom: 0.125rem;
}

.messagesList__message-title {
  font-size: 0.875rem;
  font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0.125rem;
}

.messagesList__message-title.empty, .messagesList__message-title.warning {
  padding-left: 20px;
}

.messagesList__message-title.warning {
  color: #930;
}

.messagesList__message-firstLine {
  margin-bottom: 0.125rem;
  color: #999;
}

.message-statusIcons {
  text-align: left;
  font-size: 0.8125rem;
  width: 50%;
  color: #999;
}

.message-meta, .message-meeting-status {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.message-icon {
  border: none;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 18px;
}

.message-icon:first-child {
  margin-left: 0;
}

.message-icon:active, .message-icon:focus {
  outline: none;
  border: none;
}

.message-icon.large {
  width: 64px;
  height: 64px;
  margin-left: 0;
}

.message-repliesCount {
  background-image: url(/messaging-assets/images/message-bubble-grey@2x.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 18px 16px;
  text-indent: 0;
  min-height: 18px;
  padding-left: 24px;
}

.message-starredIcon {
  width: 18px;
  height: 17px;
  font-size: 0;
  background-image: url(/messaging-assets/images/star-grey@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 18px 17px;
  position: relative;
}

.message-archivedIcon {
  width: 19px;
  height: 14px;
  font-size: 0;
  background-image: url(/messaging-assets/images/archive-icon-grey@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 19px 14px;
  position: relative;
}

.message-archivedIcon:hover {
  background-image: url(/messaging-assets/images/archive-icon-blue@2x.png);
}

.message-deleteButton {
  width: 15px;
  height: 20px;
  margin-left: 16px;
  font-size: 0;
  background-image: url("/messaging-assets/images/delete-button@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 40px;
  position: relative;
  top: -3px;
}

.message-deleteButton:hover {
  background-position: 0 -20px;
}

.message-meeting-icon {
  width: 16px;
  height: 16px;
  font-size: 0;
  background-image: url("/messaging-assets/images/meeting-icons.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 48px;
  position: relative;
  top: 0;
}

.message-meeting-icon.meeting-accepted {
  background-position: 0 -16px;
}

.message-meeting-icon.meeting-rejected {
  background-position: 0 -32px;
}

.message-meeting-icon-large {
  width: 64;
  height: 64;
  font-size: 0;
  background-image: url("/messaging-assets/images/meeting-icons-large.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 64px 192px;
  position: relative;
  top: 0;
}

.message-meeting-icon-large.meeting-accepted {
  background-position: 0 -64px;
}

.message-meeting-icon-large.meeting-rejected {
  background-position: 0 -128px;
}

.message-pauseButton {
  width: 18px;
  height: 18px;
  font-size: 0;
  background-image: url("/messaging-assets/images/pause-button@2x.png");
  background-repeat: no-repeat;
  background-position: 0 -18px;
  background-size: 18px 36px;
  position: relative;
}

.message--paused .message-pauseButton {
  width: 18px;
  height: 18px;
  font-size: 0;
  background-image: url("/messaging-assets/images/pause-button@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 18px 36px;
  position: relative;
}

.fullMessage .message-pauseButton:hover {
  background-position: 0 0;
}

.fullMessage.message--paused .message-pauseButton:hover {
  background-position: 0 -18px;
}

.message-groupButton {
  width: 46px;
  height: 16px;
  text-indent: 0;
  padding-left: 26px;
  font-size: 13x;
  color: #457fc1;
  background-image: url(/messaging-assets/images/group-button-grey@2x.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 23px 16px;
  overflow: visible;
  position: relative;
  top: -2px;
}

.message-groupButton:hover {
  background-image: url(/messaging-assets/images/group-button-blue@2x.png);
}

.message--starred .message-starredIcon, .message-starredIcon.starred {
  background-image: url(/messaging-assets/images/star-orange@2x.png);
}

.message--archived .message-archivedIcon, .message-archivedIcon.archived {
  background-image: url(/messaging-assets/images/archive-icon-blue@2x.png);
}

.message--archived .message-archivedIcon:hover, .message-archivedIcon.archived:hover {
  background-image: url(/messaging-assets/images/archive-icon-grey@2x.png);
}

.message--show-group .message-groupButton {
  background-image: url(/messaging-assets/images/group-button-blue@2x.png);
}

.message--show-group .message-groupButton:hover {
  background-image: url(/messaging-assets/images/group-button-grey@2x.png);
}

.message-linkIcon {
  width: 13px;
  height: 13px;
  font-size: 0;
  background-image: url(/messaging-assets/images/link-icon@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 13px 13px;
  position: relative;
}

.message-repliesHighlight {
  color: #457fc1;
  background-image: url(/messaging-assets/images/message-bubble-blue@2x.png);
}

.message-timeStamp {
  text-align: right;
  font-size: 0.8125rem;
  width: 50%;
  color: #457fc1;
}

.message--unread .message-avatar__initial {
  background: linear-gradient(#AEC9E8, #7DAFE8);
}

.message--unread .messagesList__message-title {
  font-weight: bold;
}

.messages__fullMessage-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 470px;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
}

.messages__fullMessage-container.padded {
  padding-top: 78px;
}

.fullMessage__back-button-container {
  padding: 20px;
  width: auto;
  background-color: #fff;
}

.fullMessage__back-button-container.fixed {
  position: fixed;
  top: 0px;
  box-shadow: 0px 5px 5px 1px rgba(204, 204, 204, 0.5);
}

.fullMessage__content-container {
  padding: 20px;
  padding-top: 0;
}

.fullMessage__header {
  width: 100%;
  display: flex;
}

.fullMessage__message-avatar {
  width: 4.625rem;
}

.fullMessage__message-avatar .message-avatar__initial, .fullMessage__message-avatar .message-avatar__photo, .fullMessage__message-avatar .message-avatar__generic {
  margin-left: 0;
}

.fullMessage__details {
  width: calc(100% - (3.625rem + 1rem));
  flex: 1 0 auto;
  padding: 1rem 0;
}

.fullMessage__message-href {
  margin-top: 10px;
  display: block;
}

.fullMessage__message-group-members {
  display: none;
}

.fullMessage__message-group-members .recipient-group {
  padding-bottom: 5px;
}

.fullMessage__message-group-members .recipient-group:nth-child(n+2) {
  border-top: 1px solid #ddd;
  padding-top: 5px;
}

.fullMessage__message-group-members .inactive {
  color: #999;
}

.fullMessage__message-group-members .inactive::after {
  content: " (Inactive)";
}

.fullMessage.message--paused {
  border-left: 3px solid #cc0000;
  border-bottom: 1px solid #fff;
}

.fullMessage.message--paused .fullMessage__content-container, .fullMessage.message--paused .fullMessage__back-button-container {
  padding-left: 17px;
}

.fullMessage.message--show-group .fullMessage__message-group-members {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  background-color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 2px;
}

.fullMessage__replies {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cccccc;
}

.replies-header {
  color: #999;
  padding-left: 24px;
  background-image: url(/messaging-assets/images/message-bubble-grey@2x.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 18px 16px;
  line-height: 18px;
}

.has-replies {
  color: #457fc1;
  background-image: url(/messaging-assets/images/message-bubble-blue@2x.png);
}

.fullMessage__message-meeting {
  font-size: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  margin: 10px 0 20px 0;
  display: flex;
  flex-direction: row;
}

.fullMessage__message-meeting .icon-container {
  background-color: #f2f2f2;
}

.fullMessage__message-meeting .message-icon.large {
  margin: 18px;
}

.fullMessage__message-meeting .message-meeting-content {
  padding: 18px;
  background-color: #fff;
}

.fullMessage__message-meeting .meeting-details-table th {
  color: #999;
  font-weight: bold;
  padding-right: 15px;
}

.fullMessage__message-meeting .meeting-details-table td.meeting-notresp {
  color: #457fc1;
}

.fullMessage__message-meeting .meeting-details-table td.meeting-accepted {
  color: #27c144;
}

.fullMessage__message-meeting .meeting-details-table td.meeting-rejected {
  color: #e02222;
}

.fullMessage__message-meeting .message-meeting-response {
  padding: 18px;
  align-self: center;
}

.fullMessage__message-meeting .message-meeting-response button:nth-child(n+2) {
  margin-left: 10px;
}

.fullMessage-reply + .fullMessage-reply {
  margin-top: 2rem;
}

.reply__header {
  width: 100%;
  display: flex;
}

.reply__body.is-system-message {
  color: #457fc1;
  font-size: 12px;
}

.reply__avatar {
  flex: 0 0 3.625rem;
  width: 3.5625rem;
  margin-left: 0;
}

.reply-avatar__initial {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0.8125rem;
  background: linear-gradient(#AEC9E8, #7DAFE8);
  border-radius: 50%;
  line-height: 2.75rem;
  text-align: center;
  font-size: 1.625rem;
  font-family: Ubuntu, Tahoma, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin-left: 0;
}

.reply-avatar__photo {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0.8125rem;
  background-position: top left;
  background-size: cover;
  border-radius: 50%;
  margin-left: 0;
}

.reply-avatar__generic {
  background-image: url("/messaging-assets/images/delegate-photo-generic.jpg");
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0.8125rem;
  background-position: top left;
  background-size: cover;
  border-radius: 50%;
  margin-left: 0;
}

.reply__details {
  width: calc(100% - (2.75rem + 0.8125rem));
  flex: 1 0 auto;
  padding: 0.8125rem;
  padding-left: 0;
}

.reply__author {
  margin-bottom: 0;
}

.reply__timeStamp {
  margin-bottom: 0;
  color: #457fc1;
}

.add-reply {
  margin-top: 1.625rem;
  padding-top: 1.625rem;
  border-top: 1px solid #cccccc;
}

.reply-textarea {
  width: 100%;
  height: 150px;
  max-width: 600px;
  padding: 10px;
  border: 1px solid #ccc;
}

.reply-form-buttons {
  margin-top: 0.8125rem;
}

.reply-form-buttons button {
  display: inline-block;
  margin-right: 0.40625rem;
}

.reply__paused {
  color: #999;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .col-md-12.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
