@charset "UTF-8";
/* Thin */
@font-face { font-family: 'ProximaNova'; src: url("/static/dashboard/fonts/pn/ProximaNova-Thin.otf") format("opentype"); font-weight: 100; font-style: normal; }

/* Light */
@font-face { font-family: 'ProximaNova'; src: url("/static/dashboard/fonts/pn/ProximaNova-Light.otf") format("opentype"); font-weight: 300; font-style: normal; }

/* Regular */
@font-face { font-family: 'ProximaNova'; src: url("/static/dashboard/fonts/pn/ProximaNova-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; }

/* Semibold */
@font-face { font-family: 'ProximaNova'; src: url("/static/dashboard/fonts/pn/ProximaNova-Semibold.otf") format("opentype"); font-weight: 600; font-style: normal; }

/* Bold */
@font-face { font-family: 'ProximaNova'; src: url("/static/dashboard/fonts/pn/ProximaNova-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; }

/* ExtraBold */
@font-face { font-family: 'ProximaNova'; src: url("/static/dashboard/fonts/pn/ProximaNova-ExtraBold.otf") format("opentype"); font-weight: 800; font-style: normal; }

/* Black */
@font-face { font-family: 'ProximaNova'; src: url("/static/dashboard/fonts/pn/ProximaNova-Black.otf") format("opentype"); font-weight: 900; font-style: normal; }

::-webkit-scrollbar-track { background: #18191b; }

/*Shrinking the scrollbar*/
::-webkit-scrollbar { width: 14px; }

/*Removing the horizontal scrollbar*/
::-webkit-scrollbar:horizontal { display: none; }

/*Giving the thumb a gradient*/
::-webkit-scrollbar-thumb { background: #59595b; border-radius: 20px; border: 3px solid #18191b; /* makes thumb visually thinner */ background-clip: content-box; /* ensures border doesn’t overlap color */ }

::-webkit-scrollbar-thumb:hover { background: #828284; }

::-webkit-scrollbar-corner { background: #4C4C4C; }

@media screen and (min-width: 1000px) { .mobile_only { display: none  !important; } }

@media screen and (max-width: 999px) { .desktop_only { display: none !important; } }

/*# sourceMappingURL=base.css.map */