.bg-gradient-custom {
  background: linear-gradient(109deg,
      rgba(201, 201, 201, 0.55) 1.57%,
      rgba(196, 196, 196, 0.1) 100%);
}

.hidden-menu {
  display: none;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  background-color: black;
}

.border-table-left {
  border: 1px solid #3f3f3f;
  border-radius: 26px 0px 0px 26px;
  border-right: 0px;
}

.border-table-right {
  border: 1px solid #3f3f3f;
  border-radius: 0px 26px 26px 0px;
  border-left: 0px;
}

.border-table-middle {
  border: 1px solid #3f3f3f;
  border-left: 0px;
  border-right: 0px;
}

.table-icons-col {
  gap: 8px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: calc(100% - 16px);
  transform: translate(-50%, -50%);
}

.active {
  display: block;
}

.table-fix {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

.table-fix td,
.table-fix th {
  vertical-align: middle;
}

.table-fix .tr-count-2 td {
  border-top: 0 !important;
}

.table-fix .tr-count-2 td>div {
  padding-top: 0;
}

/* .table-fix tbody tr {
  display: none;
} */

.table-fix tbody tr.tr-page-1 {
  display: table-row;
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(222 201 91 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(187 18 68 / var(--tw-text-opacity));
}

.alert {
  padding: 15px 0;
  text-align: center;
  margin-bottom: 30px;
  background-color: #0ea5e9bf;
}

.table-fix2 td,
.table-fix2 th {
  vertical-align: top;
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}

.hidden {
  display: none;
}

.box-slider {
  position: relative;
}


.table-fix-modal {
  position: fixed;
  background-color: rgba(30, 30, 30, 0.85);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.table-fix-modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  max-width: 600px;
  width: 80%;
  border-radius: 10px;
  padding: 30px;
  margin: 80px auto auto;
  overflow: auto;
    max-height: calc(100% - 160px);
}

.navbar-scroll::-webkit-scrollbar {
  width: 0px;
}



@media (max-width: 1299.98px) {
  .table-fix div {
    font-size: 90%;
  }

  .table-fix .p-2 {
    padding: 0.25rem;
  }

  .table-fix .px-2 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .table-fix .py-4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .table-fix .min-w-\[50px\] {
    min-width: 30px;
  }
}

@media (max-width: 1023.98px) {
  #navbar {
    transform: translateX(-100%);
    transition: all ease-in-out 0.4s;
  }

  #navbar.show {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .table-fix div {
    font-size: 80%;
  }

  .js-pagination-1 .px-6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}