@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: "Roboto", sans-serif !important;
	font-size: 14px;

}

ul.pagination {
	margin-bottom: 0;
}

th.actions,
td.actions,
th.narrow,
td.narrow {
	width: 1px;
}

th a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0dc";
	display: inline-block;
	margin-left: 0.2rem;
	opacity: 0.3;
	font-size: 0.8rem;
}

th a.desc::after,
th a.asc:hover::after {
	content: "\f0dd";
	opacity: 1;
}

th a.asc::after,
th a.desc:hover::after,
th a:hover::after {
	content: "\f0de";
	opacity: 1;
}

.card-title {
	display: block;
	float: inherit;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.card-toolbox {
	margin-left: auto !important;

	display: -ms-flexbox !important;
	display: flex !important;
}

.card-toolbox>* {
	height: max-content;
	margin-right: 0.25rem;
}

.card-toolbox>*:last-child {
	margin-right: 0;
}

.card-toolbox .form-group {
	margin-bottom: 0;
}

.required>label::after {
	content: " *";
	color: tomato;
}

#url-rewriting-warning {
	display: none;
}

.logo-login {
	margin: auto;
}

.imagem {
	display: flex;
	justify-content: center;

}

.page-login {
	background: url('../../../../img/back-page3.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100vh;
}

.img_galeria_painel {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}