.main-content {
    height: calc(100vh - 120px);
}

.main-content-custom {
    height: calc(100vh - 190px);
}


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

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

.max-h-78vh{
    max-height: 78vh;
}

.m-h-50vh{
    max-height: 50vh !important;
}

.m-h-30vh{
    max-height: 30vh !important;
}

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

.min-h-300px {
    min-height: 300px;
}

.overflow-y-auto{
    overflow-y: auto !important;
}

.min-h-150px {
    min-height: 150px;
}

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

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

.max-h-70vh{
    max-height: 70vh !important;
}

.max-h-50vh{
    max-height: 50vh !important;
}

.max-h-200px {
    max-height: 200px;
}

.max-h-400px {
    max-height: 400px;
}

.min-h-27px{
    min-height: 27px;
}

.min-h-42px{
    min-height: 42px;
}
.min-h-43px{
    min-height: 43px;
}

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