nav[aria-label="Pagination Navigation"] svg{
	width: 20px;
}
.flex.justify-between.flex-1{
	display: flex;
    justify-content: space-between;
}
nav[aria-label="Pagination Navigation"] .hidden{
	display: flex;
    flex-direction: column;
    text-align: center;
	gap: 10px;
	margin-bottom: 10px;
}
span[aria-current="page"]{
	margin-right: -5px;
}
span[aria-current="page"] span{
	font-weight: bolder;
	color: deeppink;
}
#productList tbody tr td{
	padding: 0.3rem 0.75rem !important; 
	max-width: 16rem;
}
nav[aria-label="Pagination Navigation"] .hidden div:first-child{
	display: none;
}
.note-editor.note-frame .note-editing-area .note-editable{
	padding-top: 42px !important;
}