/*Custom style for admin*/

.sidebar-brand .logo {
    height: 40px;
    /*width: 24px;*/
}

.sidebar-content {
    background: #1B1E29;
}

.card .card-body .product-code,
.card .card-body .product-name,
.card .card-body .product-category,
.card .card-body .product-subcategory {
    font-size: 1rem;
    color: #000000;
}

/* inserimento immagini/media */
.column-divider {
    position: relative;
}
.column-divider::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: .0625rem solid #e7eaf3;
    content: "";
}
.dropzone {
    border: .1rem dashed #e7eaf3;
}

.footer img {
    height: 15px;
}