.student-tracking-data  table th:nth-child(2),
	.student-tracking-data  table th:nth-child(3),
	.student-tracking-data  table td:nth-child(3){
		padding: 0 20px;
	}
	
	
	.student-tracking-data  table th:nth-child(3),
	.student-tracking-data  table td:nth-child(3),
	.student-tracking-data  table th:nth-child(5),
	.student-tracking-data  table td:nth-child(5),
	.student-tracking-data  table th:nth-child(6),
	.student-tracking-data  table td:nth-child(6){
		text-align: left !important;
	}
	
	.student-tracking-data table td:nth-child(4) a {
		padding: 16px 5px;
    transition: all 0.2s ease-in-out;
	}

	.student-tracking-data table td:nth-child(4) a:hover {
			padding: 16px 5px;
			background: #e3e3e35c;
			border-radius: 5px;
	}

	
	.student-tracking-data  table td:nth-child(3) div{
		background: #f6f6f8;
    width: fit-content;
    border: 1px #8b8b8b solid;
    padding: 0 10px;
    border-radius: 20px;
    font-weight: 500;
		max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		font-size: 12px;
	}
	
	.student-tracking-data  table th:nth-child(2),
	.student-tracking-data  table td:nth-child(2){
		text-align: left !important;
		max-width: 300px;
	}
	
	.student-tracking-data  table td div div:nth-child(1){
		font-size: 15px;
    font-weight: 500;
		max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	
	.student-tracking-data  table td div div:nth-child(2){
		color: #535353;
    font-weight: 400;
	}
	
	.student-tracking-data  table td div div:nth-child(3){
		font-weight: 500;
	}
	
	.button-container a {
    padding: 2px 5px;
}
	
	.fa-magnifying-glass-chart:before {
    font-size: 20px !important;

}

#notion-sidebar::-webkit-scrollbar {
    display: none;
}
#notion-sidebar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}
