@charset "UTF-8";

/* -------------------------------
   Admin Dashboard Stylesheet
------------------------------- */

:root {
	/* Sidebar */
	--app-sidebar-bg: #23292c;
	--app-sidebar-bg-font: #bcc0c1;
	--app-sidebar-main-button-hover: #394146;
	--app-sidebar-main-button: #394146;
	--app-sidebar-main-button-bg: #394146;
	--app-sidebar-main-button-font: #d0d8df;
	--app-sidebar-main-button-hover-text: #ffffff;
	--app-sidebar-text-sections: #b3b3b3;
	--app-sidebar-arrow-color: #d0d8df;
	/* Header */
	--app-header-bg: #23292c;
	--app-header-drop-font: #bcc0c1;
	--app-component-dropdown-bg: #23292c;
	--app-component-dropdown-hover-bg: #3a4146;
	--app-component-dropdown-link: #d0d8df;
	--app-component-dropdown-link-hover: #ffffff;
	--app-component-dropdown-link-active-bg: #348fe2;
	--app-component-dropdown-arrow-color: #adadad;
	--app-component-dropdown-icon: #d0d8df;
}

body {
	height: 100%;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-variation-settings: "wdth" 100;
	line-height: 1.6;
	color: #333;
	background-color: #ededed;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

/* -------------------------------
   Additional Styles
------------------------------- */

