/* Last merged this code on 28th mar 2024 */

.attachmentContainer,
.picContainer {
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3f3f3f;
  font-size: 20px;
  opacity: 0.95;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  display: inline-block;
  transition: all 50ms ease-out 0s;
  -webkit-transition: all 50ms ease-out 0s;
  -moz-transition: all 50ms ease-out 0s;
  -ms-transition: all 50ms ease-out 0s;
  -o-transition: all 50ms ease-out 0s;
}
.ModalOpenBtn-highlightPicContainer .picContainer,
.ModalOpenBtn-highlightAttachmentContainer .attachmentContainer{
  color: #4e4ed6;
}

.ModalOpenBtn-highlightPicContainer .picContainer:hover,
.ModalOpenBtn-highlightAttachmentContainer .attachmentContainer:hover{
  color: #000;
}

.attachmentContainer:hover {
/*  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);*/
  color: #000000;
}

/*.picContainer {
  margin-right: 5px;
  margin-left: 10px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3f3f3f;
  font-size: 20px;
  opacity: 0.95;
  padding: 0;
  top: auto;
  right: 1.25rem;
  bottom: 28px;
  position: absolute;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  display: inline-block;
  transition: all 50ms ease-out 0s;
  -webkit-transition: all 50ms ease-out 0s;
  -moz-transition: all 50ms ease-out 0s;
  -ms-transition: all 50ms ease-out 0s;
  -o-transition: all 50ms ease-out 0s;
}*/
.addContainer{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(242,242,242,.3);
  border: 1px solid #3f3f3f;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  margin-top: -.9rem;
  right: 56px;
  padding-top: 4px;
  font-size: 16px;
}

.addContainer:hover,
.addContainer:focus{
  background-color: rgba(242,242,242,.45);
}
.RequestChatBtnContainer{
  height: 30px;
  min-width: 160px;
  text-decoration: none;
  /*padding: 0.5rem 1rem 0.5rem 1rem;*/
  padding: 5px;
}

.RequestChatIcon{
  float: left;
  margin-left: 0;
  margin-right: 4px;
  width: 15px;
  height: 1.3125rem;
  text-align: left;
  color: #00ffb7;
  font-size: 13px;
  opacity: 0.95;
  left: 0;
}

.RequestChatBtnTxt{
  text-decoration: none;
  font-size: 14px;
}

.menuCTA{
  color: #58d2bb;
  font-size: 16px;
}
