.bar {
    background-color: green;
}
.cke_editable {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.fehrest {
    border: 1px solid rgba(0,0,0,.125);
    padding-top: 22px;
    padding-bottom: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.ck-editor__editable {min-height: 200px;}

#meta_description {
    width:100%;
}

.selectCategories {
    height: 300px;
    overflow-y: scroll;
}

.selectCategories ul{
    padding-right: 5px;
}

.selectCategories li {
    list-style-type: none;
}

.spacer {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.adminOrder {
    background: #0c5595;
    display: block;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
}

.deleteBtn {
    margin-top: 2px;
    padding: 5px 6px 1px;
}

.saveBtn {
    padding: 3px 8px;
}
