.comments .top.clear {
    padding: 0 10px;
}

.comments .commentSeparator {
    height: 5px;
    background-color: #f0f0f0;
}

.comments .urgency.low {
    background-color: #139ceb;
}

.comments .urgency.medium {
    background-color: #f48018;
}

.comments .urgency.high {
    background-color: #fb0007;
}

.comments .commentsContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    overflow: auto;
}

.comments .newPostContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.comments .line-separator {
    border-top: 2px solid #f0f0f0;
}

.comments .user-image {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-size: 33px 33px;
    margin-left: 5px;
}

.comments .newPostContainer.mobile {
    padding-bottom: 20px;
}

.comments .line-separator {
    border-top: 2px solid #f0f0f0;
}

.comments textarea {
    width: 100%;
    padding: 3px 10px;
    background-color: white;
    overflow-wrap: break-word;
    overflow: auto;
    overflow-x: hidden;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    border-radius: 17px;
    border: none;
    transition: width 0.2s;
    font-size: 15px;
}

.comments .counter {
    font-family: "Metropolis Regular";
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.9px;
    text-align: right;
    color: #cbcbca;
    padding-right: 10px;
}

.comments .counter.limit {
    color: #e80000;
}

.comments .flex-container {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    overflow-x: hidden;
}

.comments .newPostContainer.mobile .flex-container {
    padding: 5px;
}

.comments .urgency {
    width: 33px;
    height: 33px;
    background-color: #f0f0f0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.comments .urgency img {
    width: 55%;
    margin: auto;
    margin-top: 10px;
    display: block;
}

.comments.typing .send,
.comments.sendImage .send {
    width: 23px;
    height: 23px;
    background-size: 23px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/send_arrow_s_v1.png);
    transition: width 0.2s;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    cursor: pointer;
    transition: width 0.2s;
}

.comments .imageIcon,
.comments.sendImage.typing .imageIcon {
    width: 33px;
    height: 33px;
    transition: width 0.2s;
    background-color: #efefef;
    border-radius: 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.comments .send,
.comments.typing .imageIconContainer,
.comments.typing .imageIcon {
    width: 0;
    margin: 0;
}

.comments .imageIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/posting/add-file@3x.png);
}

.comments.sendImage .imageIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/posting/add-file-blue@3x.png);
}

.comments .imageIconContainer,
.comments.sendImage.typing .imageIconContainer {
    margin: 0 5px;
    width: auto;
    cursor: pointer;
}

.comments .uploadedImage {
    position: absolute;
    bottom: 56px;
    width: 100%;
}

.comments .newPostContainer .flex-container .textAreaContainer {
    display: flex;
    flex-direction: column;
    width: calc(100% - 85px);
    padding-top: 2px;
    border-radius: 17px;
    border: solid 1px #c8c8c7;
}

.comments.typing .newPostContainer .flex-container .textAreaContainer {
    width: calc(100% - 75px);
}

.comments.sendImage .newPostContainer .flex-container .textAreaContainer {
    width: calc(100% - 115px);
}

.comments .taggingContainer.hide {
    transform: scale(0);
    transition: transform 110ms linear 0ms;
}
.comments .taggingContainer {
    display: flex;
    background-color: transparent;
    justify-content: center;
    transform: scale(1);
    transition: transform 110ms linear 0ms;
	position: absolute;
	bottom: 85px;
	width: 100%;
}

.comments .autoExpand {
    max-height: 128px;
}
