[data-bible-study-theme='light'] {
	--amber-color-background-primary: #ffffff;
	--amber-color-background-secondary: #ffffff;
	--amber-color-foreground-primary: #005ec3;
	--amber-color-foreground-loading: #5ba224;
	--amber-color-foreground-subtle: #666666;
	--amber-color-foreground-muted: #333333;
	--amber-color-foreground-faded: #aaaaaa;
	--amber-color-panel-background: #ffffff;
	--amber-color-panel-border: #e7e7e7;
	--amber-color-panel-header-background: #ffffff;
	--amber-color-panel-footer-background: #ffffff;
	--amber-color-side-panel-background: #f8f8f8;
	--amber-color-panel-title: #333333;
	--amber-color-foreground-error: #cc3333;
	--amber-color-font-regular: #333333;
	--amber-color-border: #e7e7e7;
	--amber-color-item-hover: #f4f4f4;
	--amber-color-item-selected: #eeeeee;
	--amber-color-button-primary: #004692;
	--amber-color-button-primary-hover: #005ec3;
	--amber-color-button-primary-active: #005ec3;
	--amber-color-button-primary-disabled: #00469266;
	--amber-color-button-secondary: #005ec3;
	--amber-color-button-link: #004692;
	--amber-color-button-link-hover: #1977de;
	--amber-color-button-link-active: #1977de;
	--amber-color-button-link-disabled: #a5d0ff;
	--amber-color-toolbar-button-icon: #bbbbbb;
	--amber-color-toolbar-button-icon-active: #888888;
	--amber-color-toolbar-button-icon-background: #ffffff00;
	--amber-color-toolbar-button-icon-background-active: #dddddd;
	--amber-color-toolbar-button-icon-background-hover: #eeeeee;
	--amber-color-drag-drop-overlay: #61adff;
	--amber-color-drop-down-menu-item-separator: #e7e7e7;
	--amber-color-shadow-input-focus: #eeeeee;
	--amber-color-input-select-hover: #f4f4f4;
	--amber-color-input-background-color: #ffffff;
	--amber-color-scrollbar-hover-background-color: #f8f8f8;
	--amber-color-scrollbar-thumb-background-color: #dddddd;
	--amber-color-scrollbar-thumb-hover-background-color: #bbbbbb;
}
[data-bible-study-theme='dark'] {
	--amber-color-background-primary: #20242b;
	--amber-color-background-secondary: #20242b;
	--amber-color-foreground-primary: #004692;
	--amber-color-foreground-loading: #5ba224;
	--amber-color-foreground-subtle: #919cae;
	--amber-color-foreground-muted: #dae4f4;
	--amber-color-foreground-faded: #63728c;
	--amber-color-panel-background: #20242b;
	--amber-color-panel-border: #16191e;
	--amber-color-panel-header-background: #2a2f38;
	--amber-color-panel-footer-background: #2a2f38;
	--amber-color-side-panel-background: #2a2f38;
	--amber-color-panel-title: #dae4f4;
	--amber-color-foreground-error: #cc3333;
	--amber-color-font-regular: #dae4f4;
	--amber-color-border: #16191e;
	--amber-color-item-hover: #333b47;
	--amber-color-item-selected: #2a2f38;
	--amber-color-button-primary: #004692;
	--amber-color-button-primary-hover: #005ec3;
	--amber-color-button-primary-active: #005ec3;
	--amber-color-button-primary-disabled: #00469266;
	--amber-color-button-secondary: #005ec3;
	--amber-color-button-link: #61adff;
	--amber-color-button-link-hover: #a5d0ff;
	--amber-color-button-link-active: #a5d0ff;
	--amber-color-button-link-disabled: #004692;
	--amber-color-toolbar-button-icon: #919cae;
	--amber-color-toolbar-button-icon-active: #919cae;
	--amber-color-toolbar-button-icon-background: #00000000;
	--amber-color-toolbar-button-icon-background-active: #16191e;
	--amber-color-toolbar-button-icon-background-hover: #3c4657;
	--amber-color-drag-drop-overlay: #005ec3;
	--amber-color-drop-down-menu-item-separator: #16191e;
	--amber-color-shadow-input-focus: #2a2f38;
	--amber-color-input-select-hover: #333b47;
	--amber-color-input-background-color: #16191e;
	--amber-color-scrollbar-hover-background-color: transparent;
	--amber-color-scrollbar-thumb-background-color: #3c4657b3;
	--amber-color-scrollbar-thumb-hover-background-color: #3c4657;
}
input {
	background-color: var(--amber-color-input-background);
}
::-webkit-scrollbar {
	background-color: transparent;
}
::-webkit-scrollbar:hover {
	background-color: var(--amber-color-scrollbar-hover-background-color, #f8f8f8);
}
::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}
::-webkit-scrollbar-thumb {
	border: 5px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 7.5px;
	background-color: var(--amber-color-scrollbar-thumb-background-color, #dddddd);
}
::-webkit-scrollbar-thumb:hover {
	border-width: 3px;
	background-color: var(--amber-color-scrollbar-thumb-hover-background-color, #bbbbbb);
}
::-webkit-scrollbar-thumb:vertical {
	height: auto;
	min-height: 20px;
}
::-webkit-scrollbar-thumb:horizontal {
	width: auto;
	min-width: 20px;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}


html {
  background: var(--amber-color-background-primary, #F2F2F2);
  overflow: hidden;
}
html body {
  background: transparent;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: var(--amber-color-font-regular, #3D3D3D);
}
html,
body,
.container-fluid,
.site-content,
.view-container {
  height: 100%;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid[drag-drop-drop-target] {
  position: static;
}
.loading-message {
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  color: var(--amber-color-foreground-muted, #585250);
  letter-spacing: 1px;
}
[ng-cloak],
.ng-cloak {
  display: none !important;
}


/*# sourceMappingURL=inlineStyle.c0364b47.css.map*/