﻿.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn > i {
	padding-right: 0px !important
}

.header .header-brand, .aside, .aside .aside-menu {
	width: 210px;
}

@@media(max - width: 991.98px) {
	.app-container {
		max-width: none;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.btn-arpium-icon i {
	font-size: 14px;
}

table thead th {
	font-weight: 600 !important;
}

.sticky-notice {
	position: sticky;
	top: 74px;
	z-index: 10; /* Ajuste para evitar sobreposições indesejadas */
	max-height: 200px; /* Limitar a altura do sticky-notice */
	overflow-y: auto; /* Adicionar rolagem vertical se o conteúdo exceder a altura máxima */
	padding: 10px;
}


div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
	background-color: #056EE9 !important;
	border-color: #056EE9 !important;
	color: #fff !important;
	border-radius: 5px !important;
	background-image: none !important;
}

.mention {
	background-color: #eef9ff;
	padding: 2px 4px;
	border-radius: 3px;
	font-weight: 600;
	color: #007acc;
}


.fa-edit:hover {
	color: #0056b3;
}

.fa-trash:hover {
	color: #b30000;
}

.fa-chevron-down:hover {
	color: #333;
}
