  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;


        pointer-events: none;
  cursor: not-allowed;
}

  
.list-details{


margin: 10px;

}

.list-details .list-title{


font-size: 20px;

}

.list-details .list-details{

font-size: 15px;


}




    .label-closed-status {

    color: white;
    padding: 8px;

 border-radius: 25px;

    background: #FF6A6A;
  }


      .label-pause-status {

    color: white;
    padding: 8px;

 border-radius: 25px;

    background: #009C8E;
  }


        .label-underreview-status {

    color: white;
    padding: 8px;

 border-radius: 25px;

    background: #EEC900;
  }


          .label-draft-status {

    color: white;
    padding: 8px;

 border-radius: 25px;

    background: #4D0044;
  }


            .label-active-status {

    color: white;
    padding: 8px;

 border-radius: 25px;

    background: #63AB62;
  }




