
.hidden {
	display: none !important;
}

.transparent {
	opacity: 0 !important;
}

.fixed {
	position: fixed !important;
}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}
