 /* aside{
        z-index: 1;
      } */

      .procmn .dropdown-content {
    left: 0px;
    background: var(--bg-white);
    z-index: 9999;
}

.content {
            max-height: 50px; /* Initial height for content */
            overflow: hidden;
        }
        .expanded {
            max-height: none; /* Display all content when expanded */
        }
@media only screen and (max-width:1023px) {
table.comntble tbody#feebackRatingstble td{
border:none !important; 
}
}
#feebackRatingstble .feedbackdate{
  width: 100px;
}
.d-none{
  display : none;
}