.fh-25 > *:first-of-type {
    height: 25% !important;
}

.fh-50 > *:first-of-type {
    height: 50% !important;
}

.fh-75 > *:first-of-type {
    height: 75% !important;
}

.fh-100 > *:first-of-type {
    height: 100% !important;
}

.fh-auto > *:first-of-type {
    height: auto !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.modal-dialog.modal-auto {
    max-height: 90vw;
    max-width: 90vw;
    width: fit-content;
}

.mw-90 {
    max-width: 90% !important;
}

.w-max-content {
    width: max-content !important;
}
