#table thead th:last-child {
	max-width: 150px !important;
	min-width: 150px;
}

#table thead th:nth-child(2) {
	max-width: 600px !important;
}

@media screen and (max-width:1280px) and (min-width:768px) {
	.content-form {
		height: calc(100vh - 250px);
	}
}

.card-permision {
	background-color: #eff2f7;
	padding: 0.5rem;
	border-radius: 8px;
	min-width: 300px;
	max-width: 300px;
	border: 1px solid #d7dce1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content-permision {
	padding: 1rem 0;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}