/* Report style */
.comment-report-flag{
}
.comment-report-flag__icon,
.comment-report-flag__options__action{
	cursor: pointer;
}

.comment-report-flag__icon{
    display: inline;
}

.comment-report-sent,
.comment-report-wait {
    color: white;
    padding: 2px 11px;
    border-radius: 4px;
}
.comment-report-sent{ background: green; }
.comment-report-wait { background: orangered; }

.comment-report-flag__options{
    position: absolute;
    background-color: #e6e6e6;
    color: #808080;
    width: 200px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
}

.comment-report-flag__options ul {
    padding: 0px;
    list-style: none;
}

.comment-report-flag__options__action{
    padding: 0px 15px;
    color: #585858;
    font-size: 1.5rem !important;
}
.comment-report-flag__options__action:hover{
    background-color: #dadada;
}