@media (min-width: 640px) {
    .sm\:h-\[calc\(100vh-203px\)\] {
        height: calc(100vh - 203px);
    }
}
.overflow-y-auto {
    overflow-y: auto;
}
.h-\[calc\(100vh-127px\)\] {
    height: calc(100vh - 127px);
}
*, :after, :before {
    box-sizing: inherit;
}