nav{
  display: flex;
}
.pagination{
  margin: auto;
}
.btn:not(:disabled):not(.disabled){
    margin: 9px 0;
}
.table_details{}
.table_details tr{}
.table_details th{
        border: 1px solid white;
    background: lightgray;
    padding: 0 5px;
}
.rounded-square{
    position: relative;
    width: 100%;
    height: 135px;
    object-fit: cover;
    margin: auto;
}
.biography-views {
    background-color: indigo;
    position: absolute;
    bottom: 7px;
    right: 5px;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: white;
    font-size: x-small;
    padding: 5px;
}
.nav-item i{
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.nav-item span{
  /* border: 1px solid red; */
}
.fixed-top{
    position: absolute !important;
}

footer a:hover{
  color: white;
}
