 @font-face {
    font-family: '56_SARCHIA_KURDISH_BOLD.TTF';
    src: url('assets/56_SARCHIA_KURDISH_BOLD.TTF') format('truetype');
}

.krdfont {
   /* font-family: '56_SARCHIA_KURDISH_BOLD.TTF', sans-serif;*/
}

 .nav-tabs .nav-item:not(.active) a {
   /*  outline: 1px dashed #000000; */
 }

.hidden{
    display: none;
}


.light-row {
    background-color: #f9f9f9; /* Light background color */
}

.dark-row {
    background-color: #e5e5e5; /* Dark background color */
}

.product-card {
    width: calc(20% - 20px); /* 20% width with some margin */
    margin: 3px;
    text-align: center;
    cursor: pointer;
}
.product-card img {
    max-width: 100px; /* Adjust the image size */
    margin: 0 auto; /* Center the image */
}
.product-card .product-name,
.product-card .product-value {
    margin-top: 5px;
}
.bill-products table {
    width: 100%;
}
.bill-products table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.bill-products table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.nav{
    justify-content: center;
}

.nav-tabs .nav-link {
    padding: 20px;
        font-size: 27px;  /* navigation icon */
    }

    /* Customize the active menu background color */
    .nav-tabs .nav-item .nav-link.active {
        background-color: #4e4e4e; /* Set the desired darker background color */
        color: #fff; /* Set the text color for active menu item */
    }