.check-box-warpper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-deleted {
    color: red;
    font-weight: 600;
    text-decoration: line-through;
}

.ck-content {
    color: #000;
    height: 300px;
}

.attachments {
    vertical-align: middle;
    max-height: 80px;
    position: relative;
}
.attachments img {
    width: 100%;
    max-height: 100%;
}

.light-mode .attachments img {
    box-shadow: 0px 0px 10px lightgrey;
}
.content-wrapper.company .options {
    margin-top: 1rem;
}

.content-wrapper.company .options > div:nth-of-type(1) {
    text-align: center;
    border-right: 1px solid grey;
}

.content-wrapper.company .options > div:nth-of-type(2) {
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-wrapper.company .options > div:nth-of-type(2) label {
    margin-right: 10px;
}
@media (max-width: 768px) {
    .content-wrapper.company .options > div:nth-of-type(1) {
        border-right: none;
    }

    .content-wrapper.company .options > div:nth-of-type(2) {
        text-align: center;
    }

    .bonus .bonus_type_wrap > div {
        padding: 0px;
    }
}

.content-wrapper.company table td {
    height: 80px;
    line-height: 80px;
}

.company-info-content .long-content {
    border: 1px solid lightgrey;
    border-radius: .3rem;
    min-height: 80px;
    max-height: 100px;
    overflow-y: auto;
    padding: 5px;
}

.company .mainImg {
    width: 100%;
    max-height: 80px;
}

.company_search_wrap {
    position: relative;
    width: 100%;
}

.company_search_list {
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #343a40;
    border: 1px solid gray;
    border-top: none;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
    box-shadow: 0px 3px 10px 0px #000;
}

.company_search_list .live-search-row {
    height: 30px;
    line-height: 30px;
}

.company_search_list .live-search-row:hover {
    background-color: #282c31;
}

.reply-wrapper {
    border: 1px solid grey;
    border-radius: .5rem;
    width: 100%;
    min-height: 100px;
    max-height: 500px;
    overflow-y: auto;
}

.dark-mode .complaints .complaints-info-content .long-content,
.dark-mode .company .company-info-content .long-content,
.dark-mode .bonus .bonus-info-content .long-content,
.dark-mode .article .article-info-content .long-content {
    border-radius: .3rem;
    min-height: 80px;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
    background-color: #454d55;
    box-shadow: 3px 3px 10px 0px #1a1a1a;
    border: none;
}
.light-mode .complaints .complaints-info-content .long-content,
.light-mode .company .company-info-content .long-content,
.light-mode .bonus .bonus-info-content .long-content,
.light-mode .article .article-info-content .long-content {
    border-radius: .3rem;
    min-height: 80px;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
    background-color: #eee;
    box-shadow: 3px 3px 10px 0px lightgrey;
    border: none;

}

.complaints .complaints-info-content .long-content img {
    width: 100%;
    max-height: 100px;
}

.reply.deleted .long-content {
    text-decoration: line-through;
    color: #dc3545;
}