/* Add any custom styles here if needed */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-link {
    font-weight: 500;
    color: #a3a3a3;
}

.nav-link:hover {
    color: #007bff;
}

/* Styles for the active menu item */
.nav-link.active {
    color: #fff;
    background-color: var(--bs-primary);
}

/* Logo container styles */
.logo-container {
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.logo-container h4 {
    margin-bottom: 0.25rem;
}

/* Custom error message style */
.custom-error {
    background-color: var(--bs-danger);
    color: var(--bs-white);
    border-color: var(--bs-danger);
    font-weight: bold;
}

/* Highlighted row for skipped products with insufficient variations */
.highlighted-row {
    background-color: var(--bs-warning);
}

/* Red text for specific reasons */
.text-danger {
    color: var(--bs-danger) !important;
}
