.community-post{
    background:#111111;
    border:1px solid #1f1f1f !important;
    border-radius:16px;
    color:#fff;
}

.community-post:hover{
    border-color:#00c853 !important;
    transition:.3s;
}

.btn-action{
    color:#bdbdbd;
    background:none;
    border:none;
    margin-right:15px;
}

.btn-action:hover{
    color:#00c853;
}

.btn-report{
    border:1px solid #00c853;
    color:#00c853;
    background:transparent;
    padding:8px 16px;
    border-radius:10px;
}

.btn-report:hover{
    background:#00c853;
    color:#000;
}

.dropdown-menu-dark{
    background:#161616;
    border:1px solid #2a2a2a;
}
.report-btn {
    background: #151b18;
    color: #ff7777;
    border: 1px solid #392020;
    padding: 9px 14px;
    border-radius: 10px;
    font-weight: 800;
    cursor: pointer;
}

.report-btn:hover {
    background: #241313;
}

.report-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.report-modal.active {
    display: flex;
}

.report-box {
    width: 100%;
    max-width: 460px;
    background: #0b110f;
    border: 1px solid #183024;
    border-radius: 20px;
    padding: 24px;
    color: white;
    position: relative;
}

.report-box h2 {
    margin-top: 0;
}

.report-box p {
    color: #91a59a;
}

.report-box label {
    display: block;
    margin: 14px 0 6px;
    color: #cbd9d2;
}

.report-box select,
.report-box textarea {
    width: 100%;
    background: #050807;
    border: 1px solid #183024;
    color: white;
    border-radius: 12px;
    padding: 12px;
}

.report-box textarea {
    min-height: 120px;
    resize: vertical;
}

.report-submit {
    width: 100%;
    margin-top: 16px;
    background: #18b26b;
    color: #03100a;
    border: none;
    padding: 13px;
    border-radius: 12px;
    font-weight: 900;
    cursor: pointer;
}

.report-close {
    position: absolute;
    right: 18px;
    top: 14px;
    background: transparent;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
}