.h-100 {
	height: 100%;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.flex-grow {
	flex-grow: auto;
}
