
/* Overrides */
.card-header, .card-footer {
	padding: .5rem 1rem !important;
}

/* Customs */
#app-logo {
	max-width: 300px;
}

.c-pointer {
	cursor: pointer;
	user-select: none;
}

.table-sm td {
	vertical-align: middle;
}

.toast {
    z-index: 1071 !important;
}