.ci_timeline {
  position: relative;
  padding: 20px 0;
  list-style: none;
}

.ci_shadowBox {
  padding: 10px;
  background: #fbfbfb;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.2) !important;
}
.ci_smallText {
  font-size: 0.8rem !important;
}


.ci_timeline .miul {
  position: relative;
  margin-bottom: 10px; 
  padding-left: 10px; 
}

.ci_timeline .miul::before {
  content: '';
  position: absolute;
  left: 20px; /* Align with circles */
  top: 25px; /* Start the line below the circle */
  bottom: -22px; /* End the line above the next circle */
  width: 2px;
  background: #ccc;
  z-index: 1; /* Ensure the line is behind the circles */
}
.ci_timeline .miul.last-item::before {
  display: none !important;
}

.ci_timeline .ci_circle {
  position: absolute;
  left: 14px; /* Center the circle on the line */
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* border: 2px solid #ccc; */
}

.ci_timeline .ci_content {
  margin-left: 30px;
  line-height: 1.5;
  padding-right: 5px;
}

#ciuserhistorylist {
  margin:10px 0px; 
  padding-left: 20px;
}

#ciuserhistorylist li {
  display: flex;
  align-items: flex-start; /* optional, for vertical alignment */
  position: relative;
  padding-left: 20px; /* space for the bullet */
}

#ciuserhistorylist li::before {
  content: "•"; /* or "\2022" for bullet */
  position: absolute;
  left: 0;
  top: -6px; /* adjust vertically if needed */
  color: #000; /* or any color */
  font-size: 22px; /* optional size */
}

  .ciuserhistory-label {
    min-width: 120px;
    padding-right: 10px;
  }

  .ci-center{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 595px;
    text-align: center;
  }

  .inactiveuser{
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    max-height: 545px;
    max-width: 100%;
    font-size: 13px;
    padding: 0px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  

  .inactiveusersDropdown .select-wrapper input.select-dropdown{
    left: 35%;
    font-size: 13px;
  }
