.tooltip-text {
  position: relative;
  display: inline-block;

}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: rgb(222, 222, 222);

  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-text:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.pagination {
  --bs-pagination-color: #6c757d !important;
}

a {
  
  text-decoration: none;
}
img{
  width:25px;
  height:25px;
}

.btn {

  padding-right: 6px;
  padding-left: 6px;

}
#table {
  border-collapse: collapse;
}

/* #table th,
#table td {
  border: none;
} */
.table-tooltip table-bordered tooltip-content{
  max-width: 50px;
}

.memberphoto{
  height: 100px!important;
  width: 70px!important;
}