body {
    font-family: Arial, sans-serif;
    display: flex;
    margin: 0;
    background-color: #f0f0f0;
    /* Gri deschis pentru fundalul întregii pagini */
}

#menu {
    width: 320px;
    background: #146b4b;
    /* #159060 */
    color: white;
    /* padding: 20px; */
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: auto;
}

.logo {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 150px;
    margin-top: 15px;
}

/* width */
#menu::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#menu::-webkit-scrollbar-track {
    background: #146b4b;
}

/* Handle */
#menu::-webkit-scrollbar-thumb {
    background: rgb(246 246 246 / 40%);
}

/* Handle on hover */
#menu::-webkit-scrollbar-thumb:hover {
    background: rgb(246 246 246 / 40%);
}

#menu h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    font-family: "Poppins", sans-serif;
    color: rgb(246 246 246 / 80%);
}

#menu p {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(246 246 246 / 80%);
    font-weight: 700;
    margin: 0;
}

#menu .fi {
    font-size: 17px;
    margin-right: 8px;
    color: rgb(246 246 246 / 80%);
}

.flex {
    display: flex;
    align-items: center;
}

#menu h2 {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    text-align: left;
    border-radius: 5px;
    font-size: 15px;
    margin-left: 24px;
    color: rgb(246 246 246 / 80%);
    /* padding: .65rem 1.5rem; */
    /* margin-bottom: 17px; */

}

/* #menu li:hover {
    background: #bdc3c7;
} */

/* .menu:hover {
    background: #bdc3c7;
} */

#menu a {
    display: block;
    padding: .65rem 1.5rem;
    color: rgb(246 246 246 / 80%);
    position: relative;
    font-size: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
}

/* #menu a {
    
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 30px;
} */




.dropdown-btn {
    cursor: pointer;
    background: none;
    text-align: left;
    border-radius: 5px;
    outline: none;
    border: none;
    color: rgb(246 246 246 / 80%);
    padding: .65rem 1.5rem;
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

.dropdown-button {
    cursor: pointer;
    background: none;
    text-align: left;
    border-radius: 5px;
    outline: none;
    border: none;
    color: rgb(246 246 246 / 80%);
    padding: .65rem 1.5rem;
    font-size: 15px;
}

.dropdown-container {
    display: none;
}


.menu {
    /* margin-bottom: 17px; */
    cursor: pointer;
    text-align: left;
    border-radius: 5px;
}


#content {
    flex-grow: 1;
    padding: 20px;
    background-color: white;
    /* Fundal gri foarte deschis pentru zona de conținut */
}

.content {
    flex-grow: 1;
    background-color: white;
    width: 90%;
    /* Fundal gri foarte deschis pentru zona de conținut */
}

/* table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6ebef;
} */

/* td {
    border: 1px solid #e6ebef;
    padding: 8px;
    text-align: left;
    font-size: 15px;
} */

/* th {
    border: 1px solid #e6ebef;
    border: 1px solid #bdc3c7;
    padding: 10px;
    text-align: left;
    font-size: 15px;
} */


#formadaugaprodus {
    width: 1200px;
    overflow-x: auto;
    margin: 0 auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-top: 17px;
    font-size: 12px;
}

thead {
    background-color: #f1f5f9;
    /* culoare albastru-gri foarte deschis */
}

th,
td {
    text-align: left;
    padding: 12px 16px;
}

th {
    font-weight: bold;
    color: #1e293b;
    font-size: 14px;
}

tbody tr {
    border-bottom: 1px solid #e2e8f0;
    /* linie subtilă între rânduri */
}

tbody tr:last-child {
    border-bottom: none;
}

tbody td {
    color: #334146;
}

td:first-child {
    color: #0f172a;
    font-weight: 500;
}

td:nth-child(4) {
    color: #64748b;
}




/* #addProductForm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
} */

.addProductForm {
    display: flex;
    justify-content: space-between;
}

#addProductForm label {
    font-weight: bold;
    font-size: 15px;
}

#addProductForm input,
#addProductForm textarea {
    width: 90%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#addProductForm select {
    width: 94%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#produse select {
    width: 300px;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#addProductForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#addProductForm button:hover {
    background-color: #45a049;
}

#addCategoryForm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#addCategoryForm label {
    font-weight: bold;
}

#addCategoryForm input {
    width: 98%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#addCategoryForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#addCategoryForm button:hover {
    background-color: #45a049;
}

#editPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

#openAddNomenclatoare {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

#popupContent {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

#popupContent input,
#popupContent select,
#popupContent textarea {
    width: 96%;
    padding: 8px;
    margin: 3px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#popupContent button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    display: block;
    margin-top: 8px;
}

#popupContent .button-close {
    color: #333;
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
    cursor: pointer;
}

#inventoryTable button {
    background-color: transparent;
    color: black;
    /* padding: 10px 20px; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
}

.login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#login {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

#login h2 {
    margin-bottom: 20px;
    color: #333;
}

#login .error-message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

#login input[type="text"],
input[type="password"] {
    width: 94%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#login input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #146b4b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 8px;
}

#login label {
    text-align: left;
    font-weight: bold;
    display: flex;
    margin-top: 8px;
}

#navbar {
    background-color: #146b4b;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.toggleNav {
    cursor: pointer;
}

.notification {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #ff4d4d;
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: opacity 0.5s;
}

#notificationPopup {
    color: #495061;
    font-weight: 600;
    font-size: 15px;
}

#notificationClose {
    cursor: pointer;
    font-weight: bold;
}

#notificationMessage {
    flex-grow: 1;
}

.minStockBackground {
    /* background-color: red !important; */
    /* Schimbă culoarea de fundal în roșu */
    color: red;
    /* Schimbă culoarea textului pentru a fi vizibil pe fundalul roșu */
    font-weight: bold;
    /* Îngroșează textul pentru a atrage atenția */
}

#notificationCount {
    position: absolute;
    top: 4px;
    right: 36px;
    background-color: red;
    color: white;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bellIcon {
    cursor: pointer;
}

#notificationList li {
    padding: 8px;
    margin-bottom: 8px;
    list-style-type: none;
    font-size: 15px;
    font-weight: 400;

}

#notificationList {
    padding-inline-start: 0px;

}

.produs {
    color: #495061;
    font-weight: 600;
}

#inventoryTable .table-row {
    display: none;
}

#utilaj_compatibil_section {
    display: none;
}


#notificationPage button {
    background-color: transparent;
    border: none;
}

#notificationPopup {
    display: none;
    position: fixed;
    top: 8%;
    left: 68%;
    /* transform: translate(-50%, -50%); */
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* height: 370px; */
    overflow: hidden;
    width: 100%;
    max-width: 400px;
}

#notificationPopup button {
    background-color: #4CAF50;
    color: white;
    padding: 20px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    display: block;
}


#search input {
    width: 80%;
    padding: 4px;
    margin: 5px 0;
    border: none;
    border-radius: 4px;
}

#search button {
    /* background-color: #4CAF50;
    color: white;
    padding: 10px 20px; */
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #ccc;
    font-size: 17px;
}

#search .fi {
    display: flex;
    align-items: center;
}

#search {
    border: 1px solid #ccc;
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    border-radius: 8px;
}

input:focus {
    outline: none;
}

#renameCategoryForm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#renameCategoryForm label {
    font-weight: bold;
}

#renameCategoryForm input,
#renameCategoryForm select,
#renameCategoryForm textarea {
    width: 98%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#renameCategoryForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#renameCategoryForm button:hover {
    background-color: #45a049;
}

#utilajeTable button {
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
    font-size: 17px;
}

#utilajeTable {
    vertical-align: top;
}

#utilajeTable td {
    padding: 10px;
}

.utilajeTable th {
    padding: 4px;
}

#addUtilajForm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
}

#addUtilajForm label {
    font-weight: bold;
}

#addUtilajForm input,
#addUtilajForm select,
#addUtilajForm textarea {
    width: 98%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#addUtilajForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#addUtilajForm button:hover {
    background-color: #45a049;
}

#addCategoryUtilajeForm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#addCategoryUtilajeForm label {
    font-weight: bold;
}

#addCategoryUtilajeForm input {
    width: 98%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#addCategoryUtilajeForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#addCategoryUtilajeForm button:hover {
    background-color: #45a049;
}

#renameCategoryUtilajeForm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#renameCategoryUtilajeForm label {
    font-weight: bold;
}

#renameCategoryUtilajeForm input,
#renameCategoryUtilajeForm select,
#renameCategoryUtilajeForm textarea {
    width: 98%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#renameCategoryUtilajeForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#renameCategoryUtilajeForm button:hover {
    background-color: #45a049;
}

#deleteCategoryForm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#deleteCategoryForm label {
    font-weight: bold;
}

#deleteCategoryForm input,
#deleteCategoryForm select,
#deleteCategoryForm textarea {
    width: 98%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#deleteCategoryForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#deleteCategoryForm button:hover {
    background-color: #45a049;
}

#editPopupUtilaj {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

#popupContentUtilaj {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 800px;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    overflow: auto;
}

#popupContentUtilaj input,
#popupContentUtilaj select,
#popupContentUtilaj textarea {
    width: 98%;
    padding: 8px;
    margin: 3px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#popupContentUtilaj button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.utilajTable {
    font-size: 13px;
    padding: 0px !important;
}

.utilajTable th {
    font-size: 13px;
    padding: 4px;
}

.custom-select-container {
    position: relative;
    margin-bottom: 15px;
}

.search-piesa {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
}

.options-list-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    z-index: 10;
}

.options-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.option {
    padding: 8px;
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0;
}

#reportForm input,
#reportForm select,
#reportForm textarea {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.addproductform1 {
    width: 100%;
    max-width: 300px;
}

.addProductForm1 {
    display: flex;
    justify-content: space-between;
    width: 98%;
}

.addproductform1 {
    width: 300px;
}

#reportForm button {
    background-color: #4CAF50 !important;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.reportForm button {
    background-color: #4CAF50 !important;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#reportForm button:hover {
    background-color: #45a049;
}

/* #formAdaugaProdus {
    margin-top: 30px;
} */

#formAdaugaProdus th {
    padding: 8px;
    font-size: 13px;
}

#formAdaugaProdus td {
    font-size: 13px;
}

#addProductForm {}

.addproductform {
    width: 100%;
    max-width: 300px;
}

.nomenclatoare {
    margin-top: 8px;
}

#usedPartsPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

#usedPartsPopup table {
    width: 98%;
    border-collapse: collapse;
}

#usedPartsPopup button {
    margin-top: 10px;
}

.usedPartsPopup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 740px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

#usedPartsPopup button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    display: block;
    margin-top: 8px;
}

#pieseCompatibilePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}


.pieseCompatibilePopup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 600px;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    overflow-y: scroll;
}

.pieseCompatibilePopup button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    display: block;
    margin-top: 8px;
}

#ultimaReviziePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.ultimaReviziePopup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.ultimaReviziePopup button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    display: block;
    margin-top: 8px;
}

#urmatoareaReviziePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.urmatoareaReviziePopup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.urmatoareaReviziePopup button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    display: block;
    margin-top: 8px;
}


#addProductForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 150;
}

.popupProductForm {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    z-index: 150;
}

#addProductForm input,
#addProductForm textarea {
    width: 96%;
    padding: 8px;
    margin: 3px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}


#addProductForm select {
    width: 100%;
    padding: 8px;
    margin: 3px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#addProductForm button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    display: block;
    margin-top: 8px;
}

#popupContent .button-close {
    color: #333;
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
    cursor: pointer;
}

.button-addProductForm {
    background-color: transparent;
    display: block;
    margin-left: auto;
    border: none;
    font-size: 30px;
}

.buttonaddProductForm {
    background-color: transparent;
    display: block;
    margin-left: auto;
    border: none;
    font-size: 30px;
    padding: 0px !important;
    display: flex;
    justify-content: end;
}

.button-utlaje {
    padding: 0px !important;
    color: #334146 !important;
    font-size: 12px !important;
}

.minStockBackground {
    background-color: #ffcccc !important;
    color: #b30000;
    font-weight: bold;
}

.denumire_produs {
    display: none;
}

.hidden {
    display: none;
}

.toggle-btn {
    cursor: pointer;
    margin-right: 5px;
}

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

.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.pagination-button {
    padding: 10px;
    text-decoration: none;
    color: #146b4b;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: transparent;
}

.pagination-button:hover {
    background-color: #f0f0f0;
}

.pagination-button.active {
    background-color: #146b4b;
    color: white;
    font-weight: bold;
    border-color: #146b4b;
}

.pagination-button:disabled {
    cursor: not-allowed;
    background-color: #e0e0e0;
    color: #aaa;
    display: none;
}

ul[class^="nivel-"] {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.nivel-0>li {
    font-weight: bold;
}

.nivel-1>li {
    color: #444;
}

.nivel-2>li {
    color: #666;
}

.dropdown-container {
    list-style: none;
    padding-left: 0;
}

/* .dropdown-item>.dropdown-header {
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    color: white;
} */

/* .dropdown-item>.dropdown-header:hover {
    background-color: #444;
} */

.nested-dropdown {
    list-style: none;
    margin-left: 15px;
    display: none;
}

/* .nested-dropdown li a {
    color: white;
    text-decoration: none;
} */

.nested-dropdown li a:hover {
    text-decoration: underline;
}

.alerta-stoc {
    background-color: #ffe6e6 !important;
    color: #a94442 !important;
    font-weight: bold;
}

#categorie_principala_wrapper {
    display: none;
}

#subcategorie_wrapper {
    display: none;
}

#subsubcategorie_wrapper {
    display: none;
}

#cod_wrapper {
    display: none;
}

.custom-multiselect {
    position: relative;
    display: block;
    width: 100%;
}

.selectBox {
    display: block;
    padding: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
}

.checkboxes {
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    height: 100px;
    overflow-y: scroll;
}

.checkboxes label {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.checkboxes input[type="checkbox"] {
    margin-right: 8px;
}

.custom-multiselect input {
    width: 30px !important;
    padding: 8px;
    margin: 3px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}