@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";html,body,#root{height:100%;width:100%;font-family:Montserrat,sans-serif;background-color:#f4f2ee;margin:0;padding:0;overflow-x:hidden}.app{display:flex;position:relative;height:100%;width:100%;overflow:hidden}.content{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;padding:0;display:flex;flex-direction:column}.table-responsive{width:100%;overflow-x:auto;margin-bottom:1rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e0e0e0}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-track:hover{background:#555}
