.forum-reply {
    border-radius: 0px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.forum-avatar {
    height: 40px;
    width: 40px;
    border: 1px solid var(--light);
    border-radius: 4px;
    background-color: var(--dark);
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
    background-position: center;
}
.forum-avatar-large {
    height: 150px;
    width: 150px;
    margin: 0px;
}

.forum-label.label-default {
    background-color: var(--light);
}

.forum-title {
    line-height: 36px;
    font-size: 24px;
    text-align: left !important;
}

.forum-info {
    line-height: 20px;
    vertical-align: middle;
}

.forum-header {
    border-bottom: 1px solid #474747;
    margin: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.dropdown-toggle-hover {
    display: inline-block;
}

.dropdown-toggle-hover:hover .dropdown-menu {
    display: block;
    margin-left: -162px;
    width: 180px;
}

.quote {
    background-color: #575757;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 7px; 
}

.first-post {
    background-color: #191919;
}

.forum-topic p {
    line-height: 18px;
}

.forum-topic .action {
    text-align: left;
    vertical-align: middle;
}

.forum-topic .cooldown {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    width: 190px;
}

[data-type="Important:"] {
    color: #FF0000;
}

[data-type="Sticky:"] {
    color: #fff900;
}

@media (max-width: 767px) {

    .forum-topic {
        height: 40px;
        overflow: hidden;
    }

    .forum-topic .action {
        width: 75%;
    }

    .forum-topic .cooldown {
        display: none;

    }

}

.popover-body-p-0 {
    overflow: hidden;
}
.popover-body-p-0 .popover-body {
    overflow: hidden;
    padding: 0px;
}

/* Editor By PHPkiller [https://phpkiller.me] */
/* editor */
.editor {
    width: 100%;
    height: 200px !important;
    min-height: 200px !important;
    margin-bottom: 10px;
    background: #222;
}
.editor-emojis {
    margin: 0;
    margin-top: 5px;
    text-align: center;
}
.editor-emojis > img{
    cursor: pointer;
    padding: 5px;
}
.editor-buttons {
    margin: 0;
}
.editor-buttons .editor-group {
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #222;
    border: none;
    -webkit-box-shadow:  0 0 5px rgba(0,0,0,.2);
    box-shadow:  0 0 5px rgba(0,0,0,.2);
}
.editor-buttons .editor-group button{
    cursor: pointer;
    color: #CCC; 
    background: #222;
    border: none;
    padding: 5px 10px;
    outline: none;
}
.editor-buttons .editor-group button:last-of-type{
    border-right:none;
}
.editor-buttons .editor-group button:hover{
    color: #FFF; 
    background: #373737;
}

.ToolsList {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}
.ToolsList li{
    padding: 3px 0;
    font-size:12px;
}
.ToolsList.small li{
    padding: 1px 0;
}
.ToolsList li a{
    color: #AAA;
}

.bbcode_quote {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}