.mainsubPanelRight .commentPanelHead {
float: left;
padding: 37px 9% 31px;
width: 100%;
}

.commentPanelHead h3{
color: #1d2b36;
float: left;
position: relative;
font-weight: 600;
letter-spacing: 0.2px;
font-size: 0.750rem;
padding: 0;
}
.commentPanelHead svg {
float: right;
width: 18px;
height: 18px;
fill: #c1c7cd;
}

.commentPanel{
min-height:450px;	
/*margin-top: 55px;*/
float:left;
position:relative;
width:100%;
padding-bottom: 8px;
}

.commentPanel .commentPanelHead svg{
width: 24px;
height: 24px;
float: right;
fill:#a4a8aa;
}

.commentSection {
float: left;
padding: 0 22px 18px;
width: 100%;
position: relative;
}

.commentSection .loaderImg{
margin:50% 45%;	
width: 30px;
height: 30px;
}

.commentSection .comment,.commentSection .commented{
float: left;
width: 95%;
border-radius: 4px;
border: 1px solid #f1f1f1;
margin-top: 18px;
transition: all .3s linear;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
position: relative;
margin: 0px 2.5% 0;
}

/*.commentSection .commented{
padding-right: 6px; 
padding-bottom: 12px;
}*/

.commentSection .comment:hover, .commentSection .commented:hover, .commentSection .commented.hoverClass, .commentSection .comment.hoverClass{
border-color: #a7cde8;
/*background-color: #F7FCFF;*/
}
.commentSection .commented.hoverClass, .commentSection .comment.hoverClass{
transition: none;
animation-name: glowMore;
animation-delay: 0.3s;
animation-fill-mode: both;
animation-duration: 0.5s;
}

.commentSection .comment.editing, .commentSection .comment.resolved{
border-color: #29a3f0;
}
.commentSection .comment.unread{
background: #e7f7ff;
border-color: #d5eaf5;
}

.commentSection .comment .writeCommentdiv,.commentSection .commented .writeCommentdiv{
margin: 3px 0;
min-height: 37px;
transition: all .3s linear;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
float:left;
width:82%;
}

.commentSection .comment .writeComment, .commentSection .commented .commentedTextCont {
font-size: 0.813rem;
color: #72808e;
float: left;
height: 100%;
width: 95%;
margin: 10px 0;
overflow-wrap: break-word;
word-wrap:break-word;
line-height: 1.4rem;
letter-spacing: 0.1px;
}

/*.commentSection .comment .thumbImgDiv{
margin-left: 5px;
}
.commentSection .comment.editing .thumbImgDiv{
margin-top: 30px;
}*/

.commentSection .comment.editing.commented .thumbImgDiv{
margin: 4px 8px 4px 5px;
}
.commentSection .comment.editing .writeComment{
height: auto;
width: 80%;
display: inline-block;
min-height:22px;
}
.commentSection .comment.editing .writeCommentdiv, .commentSection .comment.commented .writeCommentdiv{
float: left;
width: 80%;
position: relative;
min-height: 40px;
}

.commentSection .comment .commentTopBar{
position: relative;
width: 100%;
padding: 9px 7px 7px;
height:28px;
max-height:28px;
display: none;
}
.commentSection .comment.commented .commentTopBar{
height:35px;
max-height:35px;
}
/*.commentSection .comment.editing .commentTopBar {
display: block;
height: auto;
}*/
.commentSection .comment .commentPrivateDiv {
float: left;
}
.commentSection .comment .commentPrivateDiv:hover .markComment,  .commentSection .comment .commentPrivateDiv:hover .textDownArrow{
color: #0978f6;
fill: #0978f6;
text-decoration: underline;
}
.comment .commentTopBar span.commentColor {
width: 6px;
height: 6px;
margin: 4px 5px 2px 2px;
/*background-color: #ff49a7;*/
background-color:#2992f1;
border-radius: 50%;
float: left;
}
.comment .commentTopBar .optionDropDown span.commentColor,.commentTopBar .optionDropDown span.privateCommentColor {
margin: 12px 6px 2px 2px;
}
.comment .commentTopBar span.privateCommentColor {
/*background-color: #814fff;*/
background-color:#cd39e6;
}

.comment .commentTopBar span {
font-size: 0.750rem;
float: left;
}

.comment .commentTopBar .markComment, .comment .commentTopBar .downArrow {
margin: 0;
float: left;
cursor:pointer;
}
.comment .commentTopBar .markComment{
font-size: 0.688rem;
color: #72808e;
letter-spacing: 0.2px;
}
.comment .commentTopBar .markComment:hover{
color: #0978f6;
text-decoration: underline;
}
.comment .commentTopBar .downArrow {
margin: 7px 0 0 4px;
padding:0;
}
.comment .commentTopBar .ddContainer {
width: 168px;
}
.comment .commentTopBar .downArrow svg {
width: 6px;
}
.comment .commentTopBar .taskStatusIcon.commentCheckBox svg {
width: 24px;
height: 24px;
float: right;
margin-top: -2px;
cursor: pointer;	
fill: transparent;
}

.comment .commentTopBar .taskStatusIcon .path.animate, .comment .commentTopBar .taskStatusIcon:hover .tickanimatebg, .comment .commentTopBar .taskStatusIcon.active .tickanimatebg{
stroke:#0978f6;
}
.comment .atMentionAndBtn{
width: 98%;
border-top: 1px solid transparent;
height: 30px;
float:left;
padding: 6px 4px;

border-top: 1px solid #d7e0e6;
display: none;
}
/*.comment.editing .atMentionAndBtn{
height: auto;
display: block;
}*/

.comment .atMentionDiv{
float: left;
}
.comment .atMentionAndBtn .atMention{
font-size: 0.688rem;
color: #72808e;
float: left;
padding: 5px 7px;
}
.comment .atMentionAndBtn .atMention:hover,.comment .atMentionAndBtn .sendCancelBtn .cancel:hover{
color:#0978f6;
}
.comment .atMentionAndBtn .atMention span{
font-size: 0.688rem;
}
.comment .atMentionAndBtn .sendCancelBtn{
float: right;
font-size: 0.875rem;
font-weight: 600;
}
.comment .atMentionAndBtn .sendCancelBtn .cancel{
color: #72808e;
font-size: 0.688rem;
font-weight: 400;
padding: 5px 7px;
border-radius: 3px;
float: left;
}
.comment .atMentionAndBtn .sendCancelBtn .send{
color: #ffffff;
background-color: #bccad9;
padding: 4px 7px;
border-radius: 3px;
float: left;
font-size: 0.750rem;
font-weight: 500;
letter-spacing: 0.3px;
}
.comment .atMentionAndBtn .sendCancelBtn .send:hover{
background-color:#0978f6;
}

#path22{
fill: none !important;
}
#path30,#path34,#path26{
fill: #72808e !important;
}
.comment .atMentionAndBtn .commentEmoji, .comment .saveCancelDiv .commentEmoji{
float: left;
margin: 3px 0 0 10px;
}

.comment .saveCancelDiv .commentEmoji{
margin:0px;	
}

.atMentionDrop{
position: fixed;
width: 230px;
left: 0;
padding: 6px 0px 6px 0;
background: #fff;
border: 1px solid #d7e0e6;
border-radius: 3px;
/*margin-top: 33px;*/
box-shadow: 0 5px 10px rgba(0,0,0,.12);
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.12);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.12);
z-index: 9;
}
.atMentionDrop p{
font-size: 0.688rem!important;
color: #abb4bc;
}
.atMentionDrop > p{
margin-left: 8px;
}

.atMentionDrop .dropNotificationText{
font-size: 0.625rem;
}
.atMentionDrop .commentNameList{
margin-top: 4px;
position: relative;
float: left;
width: 100%;
max-height: 196px;
}

.atMentionDrop ul{
padding: 0;
float: left;
width: 100%;
}

.atMentionDrop ul li,.comment .atMentionDrop ul {
float: left;
width: 100%;
}
.atMentionDrop ul li{
padding: 7px 8px;
}
.atMentionDrop ul li a{
float: left;
display: flex;
align-items: center;
}
.atMentionDrop ul li:hover, .atMentionDrop ul li.active{
background-color: #f5fafd;
}
.atMentionDrop ul li:hover a span, .atMentionDrop ul li:hover .thumbImgDiv,
.atMentionDrop ul li.active a span, .atMentionDrop ul li.active .thumbImgDiv {
border-color: #ffffff;
}
/*.atMentionDrop ul li:hover a h2, 
.atMentionDrop ul li.active a h2{
color: #ffffff;
}*/
.atMentionDrop ul li:hover a p,
.atMentionDrop ul li.active a p{
color: #c3ebf9;
}
.atMentionDrop ul li a h2{
font-size: 0.688rem;
color: #1d2b36;
float: left;
margin: 0 0 0 8px;
min-width: 132px;
max-width: 190px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 500;
}
.atMentionDrop ul li a p.atMentionEmail{
color: #abb4bc;
float: left;
margin: 0 0 0 8px;
width: auto;
/*display: none;*/
}
/*.atMentionDrop .dropNotificationTextBlock{
padding: 10px 20px;
width: 100%;
border-top: 1px solid #d7e0e6;
position: absolute;
bottom: 0;
left: 0;
background: #fff;
z-index: 9;
}
.atMentionDrop .dropNotificationTextBlock p{
margin-bottom: 6px;
}
.atMentionDrop .dropNotificationTextBlock p b{
font-size: 0.938rem;
}*/
.atMentionDrop ul li a span{
width: 28px;
height: 28px;
text-align: center;
font-size: 0.875rem;
background: #9c27b0;
float: left;
color: #ffffff;
padding: 3px 0;
border-radius: 50%;
margin-top: 5px;
border: 2px solid transparent;
transition: all .1s linear;
-moz-transition: all .1s linear;
-webkit-transition: all .1s linear;
-o-transition: all .1s linear;
}
.atMentionDrop ul li a .atMentCont{
float: left;
width: calc(100% - 28px);
}
.atMentionDrop .thumbImgDiv{
margin: 0;
margin-top: 5px;
}
.atMentionDrop ul li a .privateConver{
background: #2196f3;
}
.commentEmoji svg{
border-radius: 50%;
border: 1px solid #72808e;
width: 18px;
height: 18px;
cursor:pointer;
}
.commentEmoji:hover svg{
border: none;
}
.commentEmoji:hover #path22{
fill: #ffcc4d !important;
}
.commentEmoji:hover #path30,.commentEmoji:hover #path34,.commentEmoji:hover #path26{
fill: #664500 !important;
}
.show{
display: block;
}

.commentedSection .writeCommenteddiv{
float: left;
width: calc(96% - 48px);
padding: 0;
position: relative;
}

.commented .commentedSection{
float: left;
width: 100%;
position: relative;
display:none;
}

.currentEditing.commented .commentedSection{
display:block;	
}

.commentSection .comment.editing.commented{
padding-top:30px; 
}
.commentSection .comment.editing.commented .atMentionAndBtn{
border: none;
}
.commented .commentedSection .commentedName{
font-size: 0.750rem;
float: left;
max-width: 125px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}
.commented .commentedSection .commentedDate{
float: right;
font-size: 0.688rem; 
color:#b0b0ba;
margin: 0;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}

.commented .commentedSection .commentedTextCont{
float: left;
color: #72808e;
font-size: 0.813rem;
margin: 3px 0 0;
word-wrap:break-word;
}
.commented .commentedSection .commentedTextCont span,.writeCommentdiv .writeComment span{
color: #3c8de8;
font-size: 0.750rem !important;
margin-right: 4px;
}
.commented .commentedSection .commentedActionBtn{
float: left;
margin: 8px 0 0;
position: relative;
display:none;
clear: both;
height:23px;	
}
.commented .commentedSection .commentedActionBtn a{
font-size: 0.688rem;
color: #b0b0ba;
float: left;
border-bottom: 1px dotted #b0b0ba; 
}
.commented .commentedSection .commentedActionBtn a:hover{
color: #0978f6;
border-color: #0978f6;
}
.commented .commentedSection .commentedActionBtn div{
float: left;
width: 4px;
height: 4px;
background: #b0b0ba;
border-radius: 50%;
margin: 5px 4px 0 4px;
}


.commentSection .comment.commented .writeCommenteddivScroll {
position: relative;
clear: both;
float: left;
padding-right: 10px;
width: 99%;
height:auto;
}
.commentSection .commented .leaveCommentLink{
font-size: 0.750rem;
color: #89afde;
position: relative;
opacity: 0;
/*display: none;*/
margin:0 0 15px 40px;
float:left;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}
.commentSection .commented:hover .leaveCommentLink{
opacity: 1;
/*display: block;*/
}

.commentSection .commented .writeCommenteddiv{
float: left;
color: #737382;
width: calc(100% - 44px);
margin: 10px 0 5px;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}

.commentSection .commented .connectorLine{
content: "";
position: absolute;
width: 1px;
height: 55%;
background-color: #e5e5e5;
left: 21px;
bottom: 20%;
z-index: 0;
}


.commentSection .commented .firstComment, .commentSection .commented .writeCommenteddiv.singleComment, .commentSection .commented .showComments {
display: block;
}

.commentSection .commented .writtenComment{
height:auto;
/*max-height: 78px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
word-wrap:break-word;*/
}


.commentSection .comment .writeComment img, .commentSection .comment .writtenComment img, .commentSection .comment .editableComment img, .commentSection .comment .commentedTextCont img,
.discusCommentBlock .commentSection .descContent img, .discusCommentBlock .descContent img, .discussionExcerpt img{
width:16px!important;
vertical-align: middle;
margin:0px 2px !important;
}
.descContent img{
	/*width:16px!important;*/
vertical-align: middle;
margin:0px 2px !important;
}

.commentSection .commented .singleComment .writtenComment, .commentSection .commented .showComments .writtenComment{
margin-bottom:5px;
}

.commentSection .commented .commentsCount{
/*font-size: 0.813rem;*/
font-size: 0.713rem;
color: #4d9be4;
border-bottom: 1px dotted;
float: left;
/*margin: 10px 0px 10px 42px;*/
margin: 5px 0px 8px 42px;
display:none;
letter-spacing: 0.2px;
}
.commentSection .commented .commentsCount span{
font-size: 0.713rem;
}


/*.commentSection .commented .commentTopBar{
display: block;	
}*/

/* Project Comments Additional CSS*/

.commentSection .comment .commentEditEnclose{
clear:both;
float:left;
width:100%;
}

.commentSection .commented.singleComment .connectorLine{
display:none!important;	
}

.commentSection .commented .showComments .commentsCount{
display:block;	
}

.commentSection .comment .writeCommentedHead {
clear: both;
float: left;
width: 100%;
display: none;
margin:6px 0 6px;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}

.commentSection .commented .commentEditEnclose{
border: 1px solid #d7e0e6;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: none;
margin:5px;
width:96%;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}

.commentSection .commented .atMentionAndBtn{
border:none;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}



.commentSection .writeComment .emoji::before, .commentSection .editableComment .emoji::before, .commentSection .commentedTextCont .emoji::before{
clip: rect(1px, 1px, 1px, 1px);
content: attr(title);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}


.commentSection ul.emojiCat li {
width:20px;
height:20px;
margin:5px;
}

.commentSection .emojiList{
/*width:100%;*/
/*width:95%;*/
}

.commentSection .emojiBoxConstruct{
width:84%;	
float: right;
}

.commentSection .emojiList .searchBoxDiv{
width:84%;	
}

.commentSection .emojiList ul.emojiCat{
width:100%;	
}


.commentSection .searchBoxDiv .searchIcon {
fill: #8c8c8e;
float: left;
height: 17px;
width: 17px;
}

.commentSection .emojiList .emojiShowUp .emojiOuter{
width:35px;	
height:auto;
transform: scale(0.4);
}

.commentSection .emojiList .emojiShowUp span.meaning {
width:55%;
}

.commentSection  .emojiList .emojiShowUp .skinTone {
width: 65px;
float:right;
}

.commentSection .emojiList .emojiShowUp .skinTone img{
width:15px;
height:15px;	
}

.commentSection .loadEmojis .suggestionDropDn{
display:none!important;
}

.commentSection .loadEmojis{
position:absolute;	
}

.commentSection .commentedSection .thumbImgDiv {
height: 28px;
width: 28px;
margin:10px 7px;
transition: all .1s linear;
-moz-transition: all .1s linear;
-webkit-transition: all .1s linear;
-o-transition: all .1s linear;
clear:left;
}

.commentEditEnclose .thumbImgDiv {
margin: 10px 7px ;
}


.commentSection .thumbImgDiv:hover{
background-image: -webkit-linear-gradient(-45deg, rgba(221,94,136,1) 0%, rgba(247,188,151,1) 100%);
background-image: -moz-linear-gradient(-45deg, rgba(221,94,136,1) 0%, rgba(247,188,151,1) 100%);
background-image: -o-linear-gradient(-45deg, rgba(221,94,136,1) 0%, rgba(247,188,151,1) 100%);
background-image: linear-gradient(135deg, rgba(221,94,136,1) 0%, rgba(247,188,151,1) 100%);
}

.atMentionDrop .thumbImgDiv{
width: 28px !important;	
height: 28px !important;
margin: 0 !important;
}
.atMentionDrop .thumbImgDiv img{
width: 28px;	
height: 28px;
}
.commentPrivateDiv .taskFavIcon svg{
width: 18px;
height: 18px;
stroke: #adaeaf;
fill: transparent;
opacity: 0;
cursor: pointer;
}


.commentPrivateDiv .taskFavIcon svg{
opacity: 1;
width: 15px;
height: 15px;
float: left;
margin: 0px 0 0 4px;
}
.commentPrivateDiv .taskFavIcon {
float: left;
}


.searchBoxDiv .searchIcon {
fill: #8c8c8e;
float: left;
height: 17px;
width: 17px;
}

.emojiList .searchBoxDiv > input {
float: left;
height: 25px;
margin: 3px 0 0;
overflow: hidden;
width: 80%;
font-size: 0.9rem;
line-height: 1.25rem;
}

.searchBoxDiv > input {
border-width: 0;
color: #757584;
float: left;
font-size: 0.875rem;
margin: 0;
padding: 0 0 1px;
transition: all 0.2s linear 0s;
width: 165px;
}

.emojiList {
position: relative;
height: 380px;
width: 100%;
background: #ffffff;
border: 1px solid #dddddd;
z-index: 99999;
border-radius: 3px;
overflow: hidden;
top: 0;
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
float: left;
}

.emojiCatListing li{
float: left;
height: 11.1%;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.emojiCatListing {
float: left;
height: 380px;
width: 40px;
position: relative;
}
ul.emojiCatListing:after{
content: "";
height: 369px;
width: 1px;
background: #f7f7f7;
position: absolute;
right: -1px;
top: 0;
z-index: -1;
}
.emojiCatListing li.active:after,.emojiCatListing li:hover:after{
content: "";
width: 2px;
height: 100%;
background: #0978f6;
position: absolute;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
top: 0;
right: -1px;
}
.emojiCatListing li.active,.emojiCatListing li:hover{
background: #f7f7f7;
position: relative;
}
.emojiCatListing li img,.emojiCatListing li img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
opacity: 0.5;

}
.emojiCatListing li.active img,.emojiCatListing li:hover img{
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
opacity: 1;
}
.emojiCatListing li svg{
fill: #ccc7c7;
}
.emojiList .searchBoxDiv{
float: left;
border: 1px solid #dddddd;
width: calc(100% - 32px);
margin: 10px 16px 10px;
border-radius: 3px;
height:33px;
display:block;
}
.emojiList .searchBoxDiv .iconDiv{
margin: 6px;
float: left;
}
.emojiContainer {
width: 100%;
height: 252px;
float: left;
position:relative;
}

.emojiContainer .emojiCatHead{
font-size: 0.9rem;
font-weight: 600;
padding: 0px 0 4px 14px;
float: left;
width: 100%;
position: relative;
}
.emojiContainer .emojiCatHead:after{
content: "";
width: 90%;
height: 1px;
position: absolute;
background: #f7f4f4;
left: 1px;
bottom: -3px;
}
ul.emojiCat{
width: 100%;
float: left;
padding: 7px 14px;
margin-bottom:10px;
position:relative;
}
ul.emojiCat li {
border-radius: 3px;
float: left;
height: 26px;
margin: 4px;
transform: scale(0.3);
-ms-transform: scale(0.3);
-webkit-transform: scale(0.3);
transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-webkit-transform-origin:0 0 0;
width: 26px;
}

ul.emojiCat li:hover{
/*background: #efefef;*/
}

ul.emojiCat li img{
width: 20px;
height: 20px;
text-align: center;
}

.emojiList ul li{
cursor: pointer;
}

ul.emojiCat li span{
float: left;
height: 74px;
overflow: hidden;
width: 74px;
background:url("../images/emoji.png") no-repeat 0px 0px;
}

.ps-scrollbar-x-rail{
display: none !important;
}
.emojiTop .smileColor{
display: none;
}

.smileBW{
fill: #ffffff;
}

.emojiTop:hover .smileBW{
fill:#FCFF00;
}
.emojiTop:hover .editIcon {
fill: #0978f6;
}

.emojiList .emojiShowUp {
background: #f7f4f4 none repeat scroll 0 0;
float: right;
/*height: 63px;*/
padding: 10px 0 7px;
width: 99.6%;
}
	

/*.emojiList .emojiShowUp img{
vertical-align: middle;
width: 47px;
height: 47px;
border-radius: 4px;
padding: 4px;
margin: 0 0 0 7px;
}*/

.emojiList .emojiShowUp .emojiOuter{
border-radius: 3px;
float: left;
height: 46px;
width: 46px;
margin: 4px;
}

.emojiList .emojiShowUp .emojiOuter .emoji{
float: left;
height: 76px;
overflow: hidden;
width: 76px;
background:url("../images/emoji.png") no-repeat -836px -0px;
transform: scale(0.6);
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
}

.emojiList .emojiShowUp span.meaning{
vertical-align: middle;
margin: 5px 0px;
font-size: 0.8rem;
font-style:italic;
/*width:56%;*/
float:left;
text-transform: capitalize;
}
.loadEmojis {
position: fixed;
z-index: 99999;
}

.emojiList .emojiShowUp .skinTone{
width: 88px;
float:right;
}

.emojiList .emojiShowUp .skinTone img{
width: 22px;
height: 22px;
padding: 0;
background: none;
margin: 1px 0px;
cursor: pointer;
}
.emojiList .emojiShowUp .skinTone img:hover, .emojiList .emojiShowUp .skinTone img.active{
transform: scale(1.2);
-moz-transform: scale(1.2);	
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
}

.emojiList .searchBoxDiv > input {
margin: 3px 0 0;
width: 87%;
float:left;
overflow:hidden;
height:25px;
}

.suggestionDropDn > i {
font-size: 0.75rem;
margin: 0 0 0 10px;
}

.emojiShowUp .alignLeft {
float: left;
width: calc(100% - 88px);
display: flex;
align-items: center;
}
.emojiBoxConstruct{
float: left;
width: calc(100% - 40px);
position:relative;
display: inline-block;
}

.suggestionDropDn ul li.active, .suggestionDropDn ul li.active a{
cursor:default;
}
.emojiEditCloseBtn {
margin: 7px 5px 0 0;
}

.comment .commentTopBar .optionDropDown {
width: 168px;
}

.comment .commentTopBar .textDownArrow {
width: 6px;
fill: #72808e;
float: left;
margin: 4px 0 0 5px;
height: 6px;
}

.commentSection .comment .markReadAndStar .starIcon {
margin: -1px 14px 0 0;
float: left;
width: 15px;
height: 15px;
}

.commentSection .comment .markReadAndStar .starIcon svg .outLine {
fill: #d4d5d5;
}

.commentSection .comment .markReadAndStar .starIcon:hover svg .outLine {
fill: #f7c738;
}

.commentSection .comment .markReadAndStar .starIcon.starred:hover svg .fill{
fill: #f7c738;
}

.commentSection .comment .markReadAndStar .starIcon.starred svg .fill{
fill: #f7c738;
}

.commentSpan{
border-bottom: 1px solid #f7e16f;
}

.thumbImgDiv.status.active:after{
background-color: #64d37e;
}

.thumbImgDiv:hover{
box-shadow: 0 0 0 3px #95e3fd;
z-index: 9 !important;
}

.thumbImgDiv img{
margin:0 auto; 
width: 100% !important;
height: 100% !important;
border-radius: 50%;
position: relative;
z-index: 1;
}

.thumbImgDiv{
float: left;
width: 28px;
height: 28px;
margin: 0 auto;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
cursor: pointer;
position: relative;
transition: all 0.2s linear;
}

.commentTooltipBox{
position: relative;
min-height: 100px;
height: auto;
margin: 15px 0 0;
background-color: #448aff;
clear: both;
float: left;
left: 0px;
border-radius: 5px;
border: none;
width: 95%;
margin: 18px 2.5% 0;
}



.thumbImgDiv span{
text-align: center;
background: #8270f3;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 0.813rem;
font-weight: 400;
color: #ffffff;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.projectFunctDiv .thumbImgDiv span{
font-size: 0.5rem;
font-weight: 500;
}
.popUpContent.editWorkspace .thumbImgDiv{
width: 34px;
height: 34px;
}
.commentSpan.hoverClass{
background:#ffeb7a !important
}

/*#writeComment{
min-height:30px;	
}*/

.commentAtMention, .atSpan {
white-space: nowrap;
font-size: 0.813rem;
color: #0978f6;	
}

.commentAtMention.atHighLight{
color:#d72b3f!important;	
}

.commentSection .privateIcon{
width: 9px;
height: 9px;
float: right;
margin: 4px 0 0;
}

.commentSection .privateIcon svg{
fill: #72808e;
stroke: #72808e;
}