.carousel-item {
    overflow: hidden;
  }
  
.carousel-item img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
.ckbutton_checkbox {
  width: 50px;
  height: 50px;
}
.table th {
    text-align: left !important;
}

#overlayDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#loadingDiv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; 
  display: none;
}