.checklist-dialog-shell {
    width: auto;
    max-width: calc(100vw - 2rem);
    max-height: 85vh;
    margin: 1rem;
    overflow: auto;
    padding: 1.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.checklist-dialog-shell::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.rz-dialog-content, .rz-dialog-side-content {
    padding: 0px !important;
    padding-bottom: var(--rz-dialog-content-padding) !important;
}