.w-250-px {
  width: 250px;
}

.h-80-vh {
  height: 80vh;
}

.btn-primary {
  color: #FFF !important;
}

.btn-outline-primary:hover {
  color: #FFF !important;
}

.label-required::after {
  content: '＊';
  color: red;
}

/* Tooltip container */
.tooltip-title {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip-title .tooltiptext {
  visibility: hidden;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */

  background-color: black;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;

  white-space: nowrap;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-title:hover .tooltiptext {
  visibility: visible;
}


.modal-batch-delete-check .batch-item:not(:last-child) {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
}

.back-to-top:hover {
  background-color: #555;
}
