/* .app-toolbar {
    background-color: #ffffff !important;
} */


/* .app-header {
    transition: none;
    display: flex;
    align-items: stretch;
    background-color: var(--bs-app-header-base-bg-color);
    box-shadow: none !important;
    border-bottom: 1px solid #f5f8fa;
} */

#tabellaItem #data {
    display: none;
}

.invalid-feedback {
    display: block;
    color: #FF0000;
}

.shadow-sm {
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.03) !important;
}

/* Dropzone */

.adv-img {
    font-size: 10px;
    line-height: 12px;
}

.product-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.container-img {
    margin-top: 0px;
}

.container-info {
    margin: 10px;
}

a.btn_cancella_img:hover {
    cursor: pointer;
}

.dropzone .dz-message .dz-button {
    width: 100% !important;
    text-align: center !important;
}

.app-header {
    background-color: white !important;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05) !important;
}

.app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
    font-weight: 400 !important;
}