.mb-1{
	margin-bottom: 0.25em;
}
.mt-1{
	margin-top: 0.25em;
}
.d-none{
	display: none !important;
	}
	.d-block{
                display: block !important;
            }
            .d-flex{
                display: flex !important;
            }
            .justify-center{
                justify-content: center !important;
            }
            .align-center{
                align-items: center !important;
            }
            .flex-column{
                flex-direction: column !important;
            }
            .text-center{
                text-align: center !important;
            }
            .flex-wrap{
                flex-wrap: wrap !important;
            }
            .mb-1{
                margin-bottom: 0.25em;
            }
            .mt-1{
                margin-top: 0.25em;
            }
            .ml-1{
                margin-left: 0.25em;
            }
            .mr-1{
                margin-right: 0.25em;
            }
            .ml-2{
                margin-left: 0.5em;
            }
            .mr-2{
                margin-right: 0.5em;
            }
            .mb-2{
                margin-bottom: 0.5em;
            }
            .mt-2{
                margin-top: 0.5em;
            }
            .ml-3{
                margin-left: 1em;
            }
            .mr-3{
                margin-right: 1em;
            }
            .mb-3{
                margin-bottom: 1em;
            }
            .mt-3{
                margin-top: 1em;
            }
            .p-3{
                padding: 1rem !important;
            }