.hidden {
  display: none !important;
}

.custom-container {
    position: relative;
    padding-bottom: 25px;
    width: 100%;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

/* Filter */
.filter {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--hover-color);
  padding: 10px;
  justify-content: space-between;
}

#queryTablebody {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  position: relative;
}

#queryTablebody .filter-cell {
  width: 100%;
  position: relative;
}

#queryTablebody .filter-cell .key-selector-wrapper {
  width: 100% ;
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
}

#queryTablebody .filter-cell .key-selector-wrapper .key-selector {
  width: 100%;
  box-sizing: border-box;
}


#stars {
  display: inline-block;
  /* padding-bottom: 15px; */
  align-items: center;
  justify-content: center;
}

#stars img {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  padding: 0;
}
.filter .filter-button {
    outline: none;
    border: none;
    font-size: 14px;
    padding: 6px 12px;
}

.filter .filter-button-rounded {
    border-radius: 5px;
}

.filter .filter-cell {
  margin: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter .filter-cell .filter-title {
  color: #f3f3f5;
  font-size: 12px !important;
  margin: 0px !important;
  margin-right: 8px !important;
  white-space: nowrap;
}

.filter .filter-cell .filter-select {
  font-size: 12px !important;
  border-radius: 5px;
  padding: 3px;
  color: #fff;
  outline: none;
  background-color: #22262f;
  border: 1px solid var(--hover-color);
}

.filter .value_td .filter-select {
  box-sizing: border-box;
  width: 140px;
}

.custom-value-select-wrapper {
  white-space: nowrap;
}

.custom-value-select {
  font-size: 12px !important;
  border-radius: 5px;
  padding: 3px;
  color: #fff;
  outline: none;
  background-color: #22262f;
  border: 1px solid var(--hover-color);
  box-sizing: border-box;
  width: 70px;
}

.custom-value-input {
  margin-left: 5px;
  width: 60px;
  font-size: 12px !important;
  border-radius: 5px;
  padding: 3px;
  color: #fff;
  outline: none;
  background-color: #22262f;
  border: 1px solid var(--hover-color);
  box-sizing: border-box;
  width: 65px;
}

/* Table Info */
.table-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.table-info .info {
  color: var(--hightlight-color);
  font-size: 12px;
}

/* Pagination */

.pagination {
  margin-top: 15px;
  width: 100%;
  padding: 5px;
  position: relative;
  overflow: auto;
  display: block;
  text-align: center;
}

.pagination {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pagination::-webkit-scrollbar { 
  display: none;
}

.pagination .page {
  margin: 0px 6px;
  color: var(--hightlight-color);
  text-decoration: none;
  font-size: 13px;
  display: inline;
  cursor: pointer;
}

.pagination .page:hover {
  color: #fff;
}

.pagination .selected-page {
  padding: 3px 8px;
  background-color: var(--hover-color);
  border-radius: 6px;
  border: 1px solid var(--hightlight-color);
  color: #fff;
}

.pagination .page-offset::before {
  display: inline;
  content: "•••";
  font-size: 8px;
  height: 100%;
  color: #4c5263;
}

/* Overlay */

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  filter: opacity(60%);
}

.overlay-inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overlay-content p {
  color: #fff;
  margin-top: 10px;
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

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

.custom-table {
  font-size: 12px;
  width: 100%;
  cursor: pointer;
  border: none;
  border-collapse: collapse;
}


.overview-table tbody td:nth-child(1) {
  max-width: 63px; /* Set max-width for the first column */
  width: 63px; /* Set max-width for the first column */
}

.overview-table tbody td:nth-child(2) {
  max-width: 40px; /* Set max-width for the first column */
  width: 40px; /* Set max-width for the first column */
}




.overview-table tbody td:nth-child(3) {
  max-width: 25px; 
  width: 25px; 
}



.overview-table tbody td:nth-child(4) {
  max-width: 48px; 
  width: 48px; 
}
.overview-table tbody td:nth-child(5) {
  max-width: 48px; 
  width: 48px; 
}
.overview-table tbody td:nth-child(6) {
  max-width: 94px; 
  width: 94px; 
}

.overview-table tbody td:nth-child(7) {
  max-width: 350px; 
  width: 350px; 
}
.overview-table tbody td:nth-child(8) {
  max-width: 82px; 
  width: 82px; 
}
.overview-table tbody td:nth-child(9) {
  max-width: 205px; 
  width: 205px; 
}
.overview-table tbody td:nth-child(10) {
  max-width: 300px; 
  width: 300px; 
}
/* .overview-table tbody td:nth-child() {
  max-width: 10px; 
  width: 10px; 
}
.custom-table tbody td:nth-child() {
  max-width: 10px; 
  width: 10px; 
} */