.feedback-table{
    margin: 10px 0 0 0;
  }



  .feedback-listing .feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback-listing p {
    font-size: 15px;
    line-height: 1.2em;
}

.feedback-listing .alert.alert-secondary h6 ,.feedback-listing h5.feedback-student-name{
    font-size: 18px;
    font-weight: 600;
    color: #991418;
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-dashboard-xp .feedback-listing {
    margin: 10px 0 0 0;
    max-height: 350px;
    overflow-y: auto;
}
.admin-dashboard-xp .feedback-listing::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.admin-dashboard-xp .feedback-listing::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.admin-dashboard-xp .feedback-listing::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #6e707ea8;
}
