.module-dictionaries .col-name {
	width: 300px;
}

.dictionaryitems .row-data:last-child button {
	margin: 0px;
}

.dictionaryitems .row-data:not(:last-child) .row-add {
	display: none;
}

.dictionaryitems .row-data .row-remove .fa-lock {
	display: none;
}

.dictionaryitems .row-data .row-blocked .fa-trash {
	display: none;
}

.dictionaryitems .row-data .actions-container {
	display: flex;
	gap: 5px;
}

.dictionaryitems .row-data .actions-container button {
	flex: 1;
}

.dictionaryitems .row-data:last-child .actions-container button {
	padding: 0.375rem 0.3rem;
	height: 38px;
}

.dictionaryitems .row-data:last-child:nth-child(2) .row-remove,
.dictionaryitems .row-data:last-child:nth-child(2) .row-blocked {
	display: none;

}

@media screen and (min-width: 991px) {
	.dictionaryitems .row-data label {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.dictionaryitems .row-data {
		padding: 10px;
		background: #eee;
		margin: 0px;
	}

	.dictionaryitems .row-data:not(:first-child) {
		margin-top: 10px;
	}

	.dictionaryitems .row-data:last-child {
		margin-bottom: 1rem;
	}

	.dictionaryitems .row-data button {
		width: 20%;
	}

	.dictionaryitems .row-data .actions-container {
		display: block;
	}
}