.h-fit {
    height: fit-content;
}

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

.w-max {
    width: max-content;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.cursor-default {
    cursor: default !important;
}