.w-fit-content {
  width: fit-content!important;
}

.h-fit-content {
  height: fit-content!important;
}

.top-px-40 {
  top: 40px!important;
}

.right-px-6 {
  right: 6px!important;
}

.top-px-20 {
  top: 20px!important;
}

.left-px-12 {
  left: 12px!important;
}

.right-px-12 {
  right: 12px!important;
}

.width-px-8 {
  width: 8px!important;
}

.height-px-8 {
  height: 8px!important;
}

.z-index-1 {
  z-index: 1;
}
.dt-info,
.dt-search,
.dt-length,
.dt-paging {
  display: none !important;
}
td,tr {
  text-align: center;
}

.context-menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 0;
  list-style: none;
  border-radius: 5px;
  z-index: 1000;
}

.context-menu li {
    padding: 5px 20px;
    cursor: pointer;
}

.context-menu li:hover {
    background-color: #f0f0f0;
}

.swal2-container {
  z-index: 2000;
}