.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a5a5a5}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#c5c5c5 #f1f1f1}@media screen and (max-width:768px){.invoice-preview-container{overflow-x:auto;overflow-y:auto;max-height:70vh}}@media (prefers-color-scheme:dark){.custom-scrollbar::-webkit-scrollbar-track{background:#27272a}.custom-scrollbar::-webkit-scrollbar-thumb{background:#52525b}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#71717a}.custom-scrollbar{scrollbar-color:#52525b #27272a}}