
/*.navbar-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    justify-content: flex-start !important; 
    padding-left: 0 !important; 
    margin-left: 0 !important; 
    box-sizing: border-box !important;
}

.nav-item {
    flex: 0 0 12.5% !important; 
    max-width: 12.5% !important; 
    text-align: left !important; 
    margin-bottom: 10px !important; 
    box-sizing: border-box !important; 
    padding-left: 0 !important; 
    margin-left: 0 !important; 
}

.nav-item a {
    display: flex !important;
    flex-direction: row !important; 
    align-items: center !important; 
    justify-content: flex-start !important; 
    padding: 5px 0 5px 0 !important; 
    width: 100% !important; 
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.nav-item img {
    width: 24px !important; 
    height: 24px !important; 
    object-fit: contain !important; 
    margin-right: 5px !important; 
}

.nav-item span {
    white-space: nowrap !important; 
    text-align: left !important;
    font-size: 10px !important; 
    flex: 1 !important; 
}


@media (max-width: 991px) {
    .nav-item {
        flex: 0 0 25% !important; 
        max-width: 25% !important;
        text-align: left !important;
    }
    .nav-item a {
        justify-content: flex-start !important; 
    }
    .nav-item img {
        width: 20px !important; 
        height: 20px !important;
    }
    .nav-item span {
        font-size: 12px !important; 
    }
}

@media (max-width: 576px) {
    .navbar-nav {
        flex-direction: column !important; 
        align-items: flex-start !important; 
        width: 100% !important;
        padding-left: 0 !important;
        margin-left: 0 !important; 
        box-sizing: border-box !important;
    }
    .nav-item {
        flex: 0 0 100% !important; 
        max-width: 100% !important; 
        text-align: left !important; 
        margin-bottom: 15px !important; 
        width: 100% !important; 
        display: block !important; 
    }
    .nav-item a {
        justify-content: flex-start !important; 
        width: 100% !important; 
        margin-left: 0 !important; 
        padding-left: 0 !important; 
        display: flex !important;
    }
    .nav-item img {
        width: 18px !important;
        height: 18px !important;
    }
    .nav-item span {
        font-size: 14px !important; 
    }
}
  */

.navbar-nav {
    flex-wrap: wrap;
}


@media (max-width: 991px) {
    .input-group {
    display: flex;
    width: 80%;
    max-width: 100%;
    align-items: center;
    flex-wrap: nowrap !important;
}

.input-group .form-control.rounded-end.pe-5 {
    width: 100%;
    max-width: calc(100% - 50px); /* Space for the 50px button */
    box-sizing: border-box;
    margin-right: 5px;
    height: auto; /* Ensure natural height based on content */
}

.input-group .btn-primary {
    flex-shrink: 0;
    width: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Match the input height */
    border-radius: 0 0.25rem 0.25rem 0; /* Match Bootstrap's rounded-end style */
}

.input-group .ci-search {
    position: relative;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem; /* Adjust if needed */
}
.input-group .form-control.rounded-end.pe-5 {
    height: 38px; /* Adjust based on your input's computed height */
}
.input-group .btn-primary {
    height: 38px; /* Match the input height */
}
}

@media (max-width: 576px) {
    .input-group {
    display: flex;
    width: 80%;
    max-width: 100%;
    align-items: center;
    flex-wrap: nowrap !important;
}

.input-group .form-control.rounded-end.pe-5 {
    width: 100%;
    max-width: calc(100% - 50px); /* Space for the 50px button */
    box-sizing: border-box;
    margin-right: 5px;
    height: auto; /* Ensure natural height based on content */
}

.input-group .btn-primary {
    flex-shrink: 0;
    width: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Match the input height */
    border-radius: 0 0.25rem 0.25rem 0; /* Match Bootstrap's rounded-end style */
}

.input-group .ci-search {
    position: relative;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem; /* Adjust if needed */
}
.input-group .form-control.rounded-end.pe-5 {
    height: 38px; /* Adjust based on your input's computed height */
}
.input-group .btn-primary {
    height: 38px; /* Match the input height */
}
}
  .top-filters .form-select {
    min-width: 202px;
  }

  #search-filters {
    background-color: var(--body-bg-first-color);
    color: var(--body-primary-txt-color-op075) !important;
    border: 1px solid var(--border-color);
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-zebra {
    width: 100%;
    border-collapse: collapse;
  }

  .table-zebra th,
  .table-zebra td {
    border: 1px solid #ccc;
    text-align: left;
  }

  .table-zebra tr:nth-child(even) {
    background-color: #f9f9f9;

  }

  .table-zebra tr:nth-child(odd) {
    background-color: #ffffff;

  }

  @media(max-width: 1124px) {
    .top-filters h3 {
      font-size: 14px;
    }

    .top-filters .form-select {
      min-width: 170px;
    }
  }

  @media(max-width: 620px) {
    .top-filters ul.list-unstyled li {
      margin-left: 0px !important;
      margin-right: 8px !important;

    }
  }

  @media(max-width: 540px) {
    .top-filters ul.list-unstyled li {
      flex-direction: column !important;
      margin-left: 10px !important;
      margin-right: 10px !important;
    }
  }

  @media(max-width: 410px) {
    .top-filters ul.list-unstyled li {
      flex-direction: column !important;
      margin-left: 0px !important;
      margin-right: 10px !important;
    }
  }
