.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f5f9;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.avoid-break {
    break-inside: avoid;
    page-break-inside: avoid;
}
#pdf-render-offscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 816px;
    background-color: #ffffff;
    z-index: -9999;
    visibility: visible;
}