.profileimage {
  font-weight: 600;
  color: #10910e;
}

.message-image-preview {

  width: 140px;
  height: 240px;
  float: left;
}

.imagePhotoSize {

  width: 140px;
  height: 140px;
  float: center;
  padding: 0px 0;
}

.avatar {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  border-radius: 3px;
  width: 140px;
  height: 140px;
  padding: 0px 0;
}

.details-reset>summary {
  list-style: none;
}

.details summary {
  cursor: pointer;
}

.position-absolute {
  position: absolute !important;
}

.bg-gray-dark {
  background-color: #24292e !important;
}

.rounded-2 {
  border-radius: 6px !important;
}

.text-white {
  color: #fff !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-2 {
  padding-left: 8px !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 2px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 4px;
  box-shadow: 0 1px 15px rgba(27, 31, 35, .15);
}

.rounded-2 {
  border-radius: 6px !important;
}