.item-align-center {
    margin: 0 auto 0 auto;
}

.text-shadow {
    text-shadow: #000 0 0 25px;
}

.text-align-center {
    text-align: center;
}

.align-items-center {
    align-items: center;
}

.break-word {
    word-wrap: break-word;
}

.nowrap {
    white-space: nowrap;
}

.flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column
}

.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.alert-image-layout {
    margin: 1% auto 0 auto;
    display: block;
}

.table-layout {
    white-space: nowrap;
    margin: 0 25px 0 25px;
}

.bar-progress {
    border: 1px solid #000000;
    box-shadow: 0px 10px 5px #00000033;
}

.bar-radius {
    border-radius: 16px;
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.h-100 {
    height: 100%;
}

.h-80 {
    height: 80%;
}

.h-70 {
    height: 70%;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.space-top {
    margin-top: 20px;
}

.space-bottom {
    margin-bottom: 20px;
}

.space-left {
    margin-left: 20px;
}

.space-right {
    margin-right: 20px;
}