body {
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
}
.container-fluid {
	padding: 0;
	margin: 0;
}

.cont {
	background-color: white;
	border: 1px solid rgba(108, 117, 125, 0.3);
	border-radius: 5px;
	padding: 1.5rem;
}
.alert {
	padding: 1rem;
}
p {
	margin: 0;
}

.bold {
	font-weight: bold;
}
/* table.table th:first-child,
table.table td:first-child {
  position: sticky;
  left: 0; 
  z-index: 9; 
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.swal2-actions {
	margin-top: 0 !important;
}
#pendingTableAg tr {
	transition: background-color 1s ease-in-out;
}

.table-danger {
	background-color: #f8d7da !important;
}

#pendingTableAg tr {
	transition: background-color 1s ease-in-out;
}

.table-danger {
	background-color: #f8d7da !important;
	color: #721c24 !important;
}
