.u-none {
	display: none !important
}

.u-inline {
	display: inline !important
}

.u-inline-block {
	display: inline-block !important
}

.u-block {
	display: block !important
}

.u-flex {
	display: flex !important
}

.u-inline-flex {
	display: inline-flex !important
}

.u-flex-row {
	flex-direction: row !important
}

.u-flex-row-reverse {
	flex-direction: row-reverse !important
}

.u-flex-column {
	flex-direction: column !important
}

.u-flex-column-reverse {
	flex-direction: column-reverse !important
}

.u-justify-flex-start {
	justify-content: flex-start !important
}

.u-justify-center {
	justify-content: center !important
}

.u-justify-flex-end {
	justify-content: flex-end !important
}

.u-justify-space-between {
	justify-content: space-between !important
}

.u-justify-space-around {
	justify-content: space-around !important
}

.u-justify-space-evenly {
	justify-content: space-evenly !important
}


.u-items-stretch {
	align-items: stretch !important
}

.u-items-flex-start {
	align-items: flex-start !important
}

.u-items-center {
	align-items: center !important
}

.u-items-flex-end {
	align-items: flex-end !important
}

.u-items-baseline {
	align-items: baseline !important
}


.u-flex-wrap {
	flex-wrap: wrap !important
}

.u-flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.u-flex-nowrap {
	flex-wrap: nowrap !important
}


.u-basis-auto {
	flex-basis: auto !important
}

.u-basis-max-content {
	flex-basis: max-content !important
}

.u-basis-min-content {
	flex-basis: min-content !important
}

.u-basis-fit-content {
	flex-basis: fit-content !important
}

.u-basis-content {
	flex-basis: content !important
}

.u-basis-revert {
	flex-basis: revert !important
}

.u-basis-revert-layer {
	flex-basis: revert-layer !important
}

.u-basis-10p {
	flex-basis: 10% !important
}

.u-basis-20p {
	flex-basis: 20% !important
}

.u-basis-30p {
	flex-basis: 30% !important
}

.u-basis-40p {
	flex-basis: 40% !important
}

.u-basis-50p {
	flex-basis: 50% !important
}

.u-basis-60p {
	flex-basis: 60% !important
}

.u-basis-70p {
	flex-basis: 70% !important
}

.u-basis-80p {
	flex-basis: 80% !important
}

.u-basis-90p {
	flex-basis: 90% !important
}

.u-basis-100p {
	flex-basis: 100% !important
}


.u-gap-0 {
	gap: 0rem !important
}

.u-gap-px {
	gap: 1px !important
}

.u-gap-1 {
	gap: .5rem !important
}

.u-gap-2 {
	gap: 1rem !important
}

.u-gap-3 {
	gap: 1.5rem !important
}

.u-gap-4 {
	gap: 2rem !important
}

.u-gap-5 {
	gap: 2.5rem !important
}

.u-gap-6 {
	gap: 3rem !important
}

.u-gap-8 {
	gap: 4rem !important
}

.u-gap-10 {
	gap: 5rem !important
}

.u-gap-12 {
	gap: 6rem !important
}

.u-gap-16 {
	gap: 8rem !important
}

.u-gap-20 {
	gap: 10rem !important
}

.u-gap-24 {
	gap: 12rem !important
}

.u-gap-32 {
	gap: 16rem !important
}

.u-gap-48 {
	gap: 24rem !important
}

.u-gap-64 {
	gap: 32rem !important
}

.u-pull-left {
	float: left !important
}

.u-pull-right {
	float: right !important
}


.u-text-justify {
	text-align: justify !important
}

.u-text-left {
	text-align: left !important
}

.u-text-right {
	text-align: right !important
}

.u-text-center {
	text-align: center !important
}


.u-text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.u-text-break {
	-webkit-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	word-wrap: break-word
}

.u-center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap
}


.u-align-baseline {
	vertical-align: baseline !important
}

.u-align-top {
	vertical-align: top !important
}

.u-align-middle {
	vertical-align: middle !important
}

.u-align-bottom {
	vertical-align: bottom !important
}

.u-align-text-top {
	vertical-align: text-top !important
}

.u-align-text-bottom {
	vertical-align: text-bottom !important
}
