button.ellipsisMenu {
    background: transparent;
    border: transparent;
}

.btn {
    border-radius: 20px;
}

.btn.btn-danger {
    background-color: red;
    border-color: red;
    color: white;
}

.comment {
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #BEBEBE;
    height: auto;
    min-height: 120px;
    resize: none;
}

#comment:empty:before {
    content: attr(placeholder);
    position: absolute;
    left: 20px;
    top: 10px;
    color: gray;
    background-color: transparent;
}

.comment:focus {
    border: .2rem solid rgba(0,123,255,.25);
    box-shadow: none;
}

.comment:focus + .commenting-button-container {
    border: .2rem solid rgba(0,123,255,.25);
}

.comment-post-button {
    max-width: 120px;
    max-height: 38px;
}

.comment-row .dropdown {
    visibility: hidden;
}

.comment-row:hover .dropdown {
    visibility: visible;
}

.comment-text {
    overflow-wrap: break-word;
}

.commenting-button-container {
    display: flex;
    background-color: #fef7ff;
    border: 1px solid #BEBEBE;
    border-radius: 0px 0px 7px 7px;
}

.comment-header {
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
}

.commenting-time-input {
    width: 100px;
}

.disabled-button {
    background-color:rgb(223,224,228) !important;
}

.error-border {
    border: 1px solid red !important;
    box-shadow: 0 0 3px 0px red;
  }

.form-check-input:checked {
    background-color: #a0d16c !important;
    border-color: #a0d16c !important;
}

.h-60 {
    height: 60%;
}

.hidden-scrollbar {
    overflow-y: auto;
    scrollbar-width: none;
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

.highlight-comment-background {
    background-color: #fffcf7;
}

.modal-content .modal-footer .btn:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.modal-content .modal-header .modal-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    color: #878D96;
}

.modal-dialog {
    max-width: 683px;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
}

.report-options .form-check-label {
    margin-top: 0px;
    font-size: 1rem;
    font-weight: 600;
}

.screenpal-advert,
.screenpal-advert a{
    color: #FFF !important;
    text-align: center;
}

.user-circle {
    background: #C7D6D5;
    border-radius: 1em;
    color: #000000;
    font-size: 22px;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: text-bottom;
    min-width: 2em;
    max-width: 2em;
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-600 {
    max-width: 600px;
}

@media (max-width: 575px) {
    .comment-header {
        display: block;
    }

    .comment-row {
        display: flex;
        justify-content: between;
    }

    .comment-post-button {
        max-width: 100%;
    }
}
