.disabled, 
.disabled-section {
  opacity: 0.4;
  pointer-events: none;
}



.tooltip {
  position: relative;
  pointer-events: auto;
}

.tooltip::after {
  content: attr(data-tip);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.tooltip:hover::after {
  opacity: 1;
}

.text12 {
font-size : 12px !important
}

.me-auto {
    font-size: 14ps!important;
}
