.bold {
    font-weight: bold !important;
}

.f-left {
    float:left !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.min-h-85-vh {
    min-height: 85vh !important;
}

.min-h-auto {
    min-height: auto;
}

.font-bold {
    font-family: 'SegoeUI-bold';
}
  
.font-medium {
    font-family: 'SegoeUI-bold';
}

.font-regular {
    font-family: 'SegoeUI-Regular';
}

.cursor-pointer {
    cursor: pointer !important;
}

.br-1 {
    border-radius: 4px !important;
}

.bg-white {
    background-color: white !important;
}

.text-white {
    color: white !important;
}

.bg-black {
    background-color: black !important;
}

.text-black {
    color: black !important;
}

.border-none {
    border: none !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-italic {
    font-style: italic;
}

/* POSITION UTILITY CLASSES */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* DISPLAY UTILITY CLASSES */
.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

/* DISPLAY FLEX UTILITY CLASSES */
.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-end {
    justify-content: end !important;
}

.align-center {
    align-items: center !important;
}

.align-end {
    align-items: end !important;
}

.self-center {
    align-self: center !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: .5rem !important;
}

.gap-2 {
    gap: 1rem !important;
}

.gap-3 {
    gap: 1.5rem !important;
}

.gap-4 {
    gap: 2rem !important;
}

.grow-0 {
    flex-grow: 0 !important;
}

.grow-1 {
    flex-grow: 1 !important;
}

/* PADDING UTILITY CLASSES */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .2rem !important;
}

.p-2 {
    padding: .4rem !important;
}

.p-3 {
    padding: .8rem !important;
}

.p-4 {
    padding: 1.2rem !important;
}

.p-5 {
    padding: 1.6rem !important;
}

.p-auto {
    padding: auto !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: .2rem !important;
}

.pt-2 {
    padding-top: .4rem !important;
}

.pt-3 {
    padding-top: .8rem !important;
}

.pt-4 {
    padding-top: 1.2rem !important;
}

.pt-5 {
    padding-top: 1.6rem !important;
}

.pt-auto {
    padding-top: auto !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: .2rem !important;
}

.pb-2 {
    padding-bottom: .4rem !important;
}

.pb-3 {
    padding-bottom: .8rem !important;
}

.pb-4 {
    padding-bottom: 1.2rem !important;
}

.pb-5 {
    padding-bottom: 1.6rem !important;
}

.pb-auto {
    padding-bottom: auto !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
}

.px-2 {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
}

.px-3 {
    padding-left: .8rem !important;
    padding-right: .8rem !important;
}

.px-4 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

.px-5 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
}

.px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}

.py-2 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}

.py-3 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
}

.py-4 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

.py-5 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}

/* MARGIN UTILITY CLASSES */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .2rem !important;
}

.m-2 {
    margin: .4rem !important;
}

.m-3 {
    margin: .8rem !important;
}

.m-4 {
    margin: 1.2rem !important;
}

.m-5 {
    margin: 1.6rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .2rem !important;
}

.mt-2 {
    margin-top: .4rem !important;
}

.mt-3 {
    margin-top: .8rem !important;
}

.mt-4 {
    margin-top: 1.2rem !important;
}

.mt-5 {
    margin-top: 1.6rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .2rem !important;
}

.mb-2 {
    margin-bottom: .4rem !important;
}

.mb-3 {
    margin-bottom: .8rem !important;
}

.mb-4 {
    margin-bottom: 1.2rem !important;
}

.mb-5 {
    margin-bottom: 1.6rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: .2rem !important;
}

.ml-2 {
    margin-left: .4rem !important;
}

.ml-3 {
    margin-left: .8rem !important;
}

.ml-4 {
    margin-left: 1.2rem !important;
}

.ml-5 {
    margin-left: 1.6rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: .2rem !important;
}

.mr-2 {
    margin-right: .4rem !important;
}

.mr-3 {
    margin-right: .8rem !important;
}

.mr-4 {
    margin-right: 1.2rem !important;
}

.mr-5 {
    margin-right: 1.6rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
}

.my-2 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
}

.my-3 {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important;
}

.my-4 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}

.my-5 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

