
.table-labeled .label {
    position: relative;
}
.custom-order-row-history-before-order-state {
    position: absolute;
    color: black;
    width: 100%;
    white-space: wrap;
    text-align: center;
    background-color: white;
    padding: 10px;
    bottom: 0px;
    transform: translate(-50%,100%);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms ease-in-out;
    z-index: 99;    
  cursor:auto!important;
  }


  .table-labeled .label, #history .orders .order .label{
  cursor: pointer;
  position: relative;
  }
  .table-labeled .label:hover .custom-order-row-history-before-order-state, #history .orders .order .label:hover .custom-order-row-history-before-order-state {
      opacity: 1!important;
      pointer-events: all;
    
  }