
.search-products-icon{
  line-height: 1;
}


caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


/* table */
.table-scroll-wrap .default-table{
  min-width: 100%;
}
th:nth-child(1){
  width: 50%;
}
th:nth-child(2){width: 20%;}
th:nth-child(3){
  width: 30%;
  min-width: 200px;
}
.table-scroll-wrap .default-table td{
  padding: 16px;
  vertical-align: middle;
}
.table-scroll-wrap .default-table td:nth-child(3),
.table-scroll-wrap .default-table td:last-child{
  white-space: wrap;
}
.table-scroll-wrap .default-table td:nth-child(2){
  min-width: 140px;
  white-space: normal;
}
.table-scroll-wrap .default-table td:nth-child(3){
  min-width: 140px;
  white-space: normal;
}
.loading th:nth-child(1){width: 50%;}
.loading th:nth-child(2){width: 25%;}
.loading th:nth-child(3){width: 25%;}
.table-scroll-wrap .default-table.loading td{
  width: 20%;
}
.table-scroll-wrap .default-table.loading td:nth-child(5){
  min-width: 260px;
}

/* pagination */
.pagination{
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.pagination > button{
  flex: 1;
  max-width: 40px;
}
.pagination .ellipsis{
  color: #fff;
  background: transparent;
  border: none;
}

.spinner-wrap td{
  text-align: center;
}
.spinner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left-color: #666;
  display: inline-block;
  animation: spin 1s ease-in-out infinite;
  text-align: center;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



.local-dl-area{
  border: 1px solid rgba(84, 174, 255, 0.4);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), #0969DA;
  padding: 24px;
  border-radius: 16px;
  margin: 40px 0;
  color: #2E6AAE;
}


@media screen and (max-width: 767px) {
  .checkbox-content label.products-search-trigger{
    font-size: 1.4rem;
  }
  .default-table th, .default-table td{
    font-size: 1.4rem;
  }
}
