.comments :target {
    border: 1px solid #2188ff;
    border-radius: 6px;
    box-shadow: 0 0 0 .2em #c8e1ff;
}

.js-comment-content {
    font-size: 1.1rem;
}

.js-comment-content > .js-comment-urlhash {
    opacity: 1;
    padding-left: 10px;
    font-size: 0.9em;
    text-decoration: none;
    transition: opacity 200ms ease-in-out;
}

.comments .bb {
    padding-bottom: 2px;
    border-bottom: 3px solid #00bc8c;
}

.comments .text-wrap {
    word-wrap: break-word;
}

.comments .h7 {
    font-size: 0.9rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.comments .btn:disabled {
    cursor: not-allowed;
}

.comments textarea {
    min-height: 31px;
    padding: 4px 15px;
    overflow: hidden;
    resize: none;
}

.comments textarea:focus, .comments textarea:hover {
    border: 1px solid #00bc8c;
    outline: none;
}

.form-control:focus::placeholder,
.s-input:focus::placeholder,
input#search-input:focus::placeholder {
    opacity: 0.5;
}

.comments .js-comment-input:invalid {
    box-shadow: none;
}

.comments .edit-comment::before {
    content: none;
}

.comments .btn-link {
    text-decoration: none;
    padding: 0;
    font-size: 100%;
    font-weight: 400;
}

.comments .read-more {
    font-size: 0.9rem;
}

.comments .user-has-reacted,
.comments .user-has-flagged {
    fill: #ffc96c;
}

.comments .user-has-not-reacted,
.comments .user-has-not-flagged,
.comments .user-has-followed {
    fill: none;
}

.comments .user-has-flagged,
.comments .user-has-not-flagged,
.comments .comment-follow-icon {
    cursor: pointer;
}

.flag-modal textarea {
    display: none;
}

.flagged-comment {
    color: #999;
}

.flag-rejected,
.flag-resolved,
.comments .user-has-followed {
    stroke: #00bc8c;
}

.comment-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    transform: scale(1.1);
    transition: opacity 0.25s 0s, transform 0.75s;
    z-index: 2000;
    overflow-x: hidden;
    overflow-y: hidden;
}

.show-modal {
    opacity: 1;
    transform: scale(1.0);
    transition: opacity 0.25s 0s, transform 0.5s;
}

.comment-modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
}

.comment-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-close-btn {
    float: right;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.modal-close-btn:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.alert-error {
    color: #78281f;
    background-color: #fadbd8;
    border-color: #f8cdc8;
}

.three-dots {
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-top: 2px;
}

.three-dots-wrapper {
    cursor: pointer;
    width: 10px;
    padding: 3px;
}

.three-dots-dropdown {
    position: absolute;
    background-color: #f9f9f9;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 0;
    margin: 0;
    right: 0;
}

.three-dots-dropdown > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
}

.three-dots-dropdown > li:hover {
    background: #f1f1f1;
}

.modal-sticker {
    position: absolute;
    right: 0px;
    width: 255px;
    height: 270px;
    border: 0.5px solid #ccc;
    border-radius: 3px;
    bottom: 50px;
    background: #fff;
    z-index: 10;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
}

.stiker-header {
    height: 40px;
    width: 100%;
    border-bottom: 0.5px solid #ccc;
    display: none;
}

.sticker-body {
    overflow-y: hidden;
}

.c-user-feed__avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #9EA9C9;
    width: 40px;
    height: 40px;
    background-color: #F2F6FD;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.c-user-feed__avatar.is-none-border {
    border: none;
    background-color: transparent;
}

.c-user-feed__avatar.is-none-border figure {
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: transparent;
}

.c-user-feed__avatar.is-none-border figure img {
    max-width: 40px;
    max-height: 40px;
}

.c-user-feed__avatar figure {
    margin: 3px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.c-user-feed__avatar figure a {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.c-user-feed__avatar img, .c-user-intro img {
    /*max-width: 26px;
    max-height: 26px;
    width: auto !important;
    height: auto;
    display: inline !important;*/
    max-width: none;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.create_cmt_content {
    width: 100%;
    padding-left: 10px;
}

.c-feed-input_v2 {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
}

[class*="icon"] {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}

[class*="icon16"] {
    width: 16px;
    height: 16px;
}

.icon16-happy {
    background-image: url(../web/images/icons/icon16-happy.svg);
}

.c-feed-input__action ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}