.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
.container-fluid.h-custom {
    background-color: rgb(48, 48, 48);
    color: white;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}