thead {
  display: none !important;
}

.table td, .table th{
  border-top: none !important;
}

.text-right.align-middle.post_status{
  width: 89px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items:center;
  border-radius: 20px;
  background: #e2fbe8;
  color:#3D7F46;
  font-size: 12px;
  line-height: 15px;
  margin-left: auto;
  margin-right: 30px;
}

.rcli.fa-eye{
  width: 42px;
  height: 41px;
  padding: 10px;
  border-radius: 10px;
  background: #DEEAFC;
}

.rcli.fa-eye:before{
  color: #396BE4;
}

.far.fa-edit{
  width: 42px;
  height: 41px;
  padding: 10px;
  border-radius: 10px;
  background: #FDF8C9;
}

.fa-edit:before{
  color: #C49137;
}

.fa.fa-trash{
  width: 42px;
  height: 41px;
  padding: 12px;
  border-radius: 10px;
  background: #F9E3E3;
}

.fa-trash:before{
  color:#FF0000;
}

tr {
display:flex;
align-items: center;
width: 100%;
}

.text-right.align-middle.actions{
  display:flex;
  align-items: center;
}

tbody{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 900px){
  tr {
    display:flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
  
  .text-right.align-middle.post_status{
    margin-left: .75rem;
  }
}
