.aside{
    min-width: 15em;
    background-color: #000000 !important;
}

body{
    background-color: #e5e5e529 !important;
}

.admin-cover-art{
    width: 50px;
    height: 50px;
}

.news-cover-art img,
.admin-cover-art img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.news-cover-art{
    width: 100px;
    height: 100px;
}

.status_div{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}

.color-green{
    background-color: #39e978;
}

.color-yellow{
    background-color: #e6e939;
}

.color-red{
    background-color: #e93939;
}

.sub-menu{
    font-size: small;
}

.bg-dark .nav>li.active>a{
    background-color: transparent;
    color: #e5da90;
}

.status_div_nn{
    margin-left: unset;
    margin-right: unset;
}

.image_art{
    width: 250px;
    height: 250px;
}
.image_art img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}