@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap");:root{--font-sleek:"Manrope",-apple-system,Arial,sans-serif;--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}nav{padding:10px;justify-content:space-between}nav,nav ul{display:flex}nav ul{list-style-type:none;padding:0;margin:0}nav li{font-size:16px}nav a{font-size:.6rem;border-radius:50px;padding:8px 20px;background-color:#f4f4ec;border:1px solid #f4f4ec;color:black;margin-right:10px;margin-top:10px;cursor:pointer;z-index:1}nav a,nav a:hover{text-decoration:none}.active-link a{background-color:#020b26;color:white;border:1px solid #020b26;border-radius:30px}.left-navbar{justify-content:flex-start}.right-navbar{justify-content:flex-end}.thin-horizontal-line{background-color:rgb(0,0,0);border:none;height:1px;margin:8px 0}.sidebar{height:100vh;width:250px;background:#f8f9fa}.sidebar .nav-link{padding:10px 15px}.sidebar .nav-link:hover{background:#e9ecef;border-radius:5px}.custom-striped-table tbody tr:nth-of-type(odd),.custom-striped-table thead th{background-color:rgb(244,247,254)!important}@media screen and (max-width:600px){nav{align-items:center}nav,nav ul{flex-direction:column}nav ul{margin-top:10px}nav li{margin:10px 0}.left-navbar{margin-bottom:20px}.right-navbar{display:flex;justify-content:center}}@media screen and (max-width:900px){nav,nav ul{flex-direction:row}nav li{margin:0 10px}}@media screen and (min-width:901px){nav{justify-content:space-between}nav,nav ul{flex-direction:row}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}