table.darbp-tiers{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

.darbp-tiers td, .darbp-tiers th {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px !important;
}

.darbp-tiers th {
  background-color: #dddddd;
}

.darbp-tooltip-container span{
  margin-left: 10px;
}
.darbp-tooltip-container {
    position: relative;
    display: inline-block;
    z-index: 99;
}

.tooltip-content {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1;
  bottom: 30px;
  right: -110px;
}

.darbp-tooltip-container:hover .tooltip-content {
  visibility: visible;
}

.darbp_progressbar {
  margin:15px 0; 
  width:100%; max-width:400px; 
  display: flex;
}

.darbp_progressbar_background {
  width:100%; 
  background:#f1f1f1a1; 
  border-radius:10px; 
  overflow:hidden; 
  height:25px; 
  margin: 0 5px;
  position:relative;
  border: 1px solid #0000002e;
}

.darbp_progressbar_selection {
  background:#00000057; 
  height:100%; 
  transition:width 0.3s ease;
}

.darbp_progressbar_percentage {
  position:absolute; 
  left:50%; top:50%; 
  transform:translate(-50%,-50%);
  font-size:13px; 
  font-weight:bold; 
  color:#000; 
  white-space:nowrap;
}