#item_tbl {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
  }

  #item_tbl td, #item_tbl th {
    border: 1px solid #ddd;
    padding: 5px;
  }

  #item_tbl tr:nth-child(even){background-color: #f2f2f2;}

  #item_tbl tr:hover {background-color: #ddd;}

  #item_tbl th {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 11px;
    background-color: #585858;
    color: white;
    position: sticky;
    top: 0;
    bottom: 0;
  }
  #item_tbl_onlie_store {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
  }

  #item_tbl_onlie_store td, #item_tbl_onlie_store th {
    border: 1px solid #ddd;
    padding: 5px;
  }

  #item_tbl_onlie_store tr:nth-child(even){background-color: #f2f2f2;}

  #item_tbl_onlie_store tr:hover {background-color: #ddd;}

  #item_tbl_onlie_store th {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 14px;
    background-color: #585858;
    color: white;
    position: sticky;
    top: 0;
    bottom: 0;
  }
  item_tbl_onlie store
  .level1{
    border-bottom: 2px solid #95838329;
    margin-bottom: 10px; 
  }
  .level2{
    cursor: pointer;
  }
  .level3{
    display: inline-block;
    margin-right: 10px;
    transform: scale(1.3); /* Adjust the scaling factor */
    transform-origin: left center; /* Set the transformation origin */
    cursor: pointer;   
}
.level4{
  cursor: pointer;
}
.uncheckedall{
  float: right;
  
}
.uncheckedall:hover {
  color: rgb(0, 106, 255);
  text-decoration: underline;
}
.selectoptions.selectoptions {
  float: left;
  width: 120px;
  font-size: 10px;
  margin-right: 10px;
  max-height: 30px;
  
}
#formgrpslectoptions{
  height: 25px;
}
.dropdown-arrow {
  display: inline-block;
  margin-left: 5px; /* Adjust as needed */
}
#selectoptions{
  display: flex;
}
.filter-spinner-container {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 10px auto;
}
.spinner-container {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 100px auto;
}

.spinner {
  width: 100%;
  height: 100%;
  border: 5px solid rgba(0, 123, 255, 0.3); /* You can change the color here */
  border-top: 5px solid #007bff; /* You can change the color here */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page-content{
  min-height: 1300px;
}
#language{
  width: 100%;
  font-weight: bold;
  text-align: center;
  }
  
  #language li a{
      color: black;
  }

  #tbldataresponse{
  text-align:center; 
  max-width: 100%; 
  overflow: auto;
  display: inline-table;
}
.sizebadge_itemcount{
  position: absolute;
  margin-left: -9px;
  margin-top: -13px;
  border-radius: 50%;
  width: 25px;
  height: 20px;
  padding-top: 5px;
  display: inline-block;
}
.orderdetail-link a {
  color: rgb(11, 180, 247); /* Set the default text color */
  text-decoration: underline; /* Remove the underline by default */
}

.orderdetail-link a:hover {
  color: blue; /* Set the text color on hover */
  text-decoration: underline; /* Add underline on hover */
}


#branch_wise_tbldataresponse th, #tbldataresponse th {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 15px;
  background-color: #585858;
  color: white;
  position: sticky;
  top: 0;
  bottom: 0;
}

#loader-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
#loadergif{
  height: 200px;
    width: auto;
}

.showimgzoom:hover {
  transform: scale(4) translate(0%, 30%);
  transition: transform 0.5s ease; 
}