.white-break-spaces{
    white-space: break-spaces !important;
}

.w-100{
    width: 100% !important;
}
.mx-w-200{
    max-width:200px;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.flex-wrap{
    flex-wrap: wrap;
}

.uppercase{
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}

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

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

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

.w-fit-content{
    width: fit-content !important;
}

.h-50px{
    height: 50px;
}

.h-30px{
    height: 30px;
}
