.nxtlm-my-licenses-table-wrap {
	max-height: 460px;
	overflow: auto;
	border: 1px solid #dcdcde;
}

.nxtlm-my-licenses-table {
	min-width: 1100px;
	font-size: 13px;
}

.nxtlm-my-licenses-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #fff;
}

.nxtlm-my-licenses-table th:last-child,
.nxtlm-my-licenses-table td:last-child {
	position: sticky;
	right: 0;
	z-index: 2;
	background: #fff;
	box-shadow: -8px 0 12px -12px rgba(0, 0, 0, 0.45);
}

.nxtlm-my-licenses-table thead th:last-child {
	z-index: 3;
}

.nxtlm-my-licenses-table code {
	display: inline-block;
	margin: 0 6px 6px 0;
	white-space: nowrap;
}

.nxtlm-my-licenses-table form {
	margin: 0;
}

.nxtlm-my-licenses-pagination {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 12px;
}

.nxtlm-my-licenses-page-status {
	font-size: 13px;
}
