.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.cursor-pointer {
  cursor: pointer;
}

.img_action_btn {
  background: #fff;
  border: 1px solid #d1e2e5;
  padding: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.img_action_btn_delete {
  background: #fff;
  border: 1px solid #d1e2e5;
  padding: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.img_action_btn:hover {
  background: #ebf0f1;
}

.page_action_btn {
  display: none;
}

.page_sortable_item:hover .page_action_btn {
  display: block;
}

.ui-droppable-active {
  background: #efcb761f;
}

.autocomplete-container {
  position: absolute;
  z-index: 100;
  background: white;
  width: 86%;
}

.autocomplete-item {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-item:hover {
  background: #80808036;
}

.word-break-all {
  word-break: break-all;
}

.isSignCompleted {
  pointer-events: none !important;
}

