body {
  position: relative;
  font-family: var(--font);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-y: hidden;
}

/* make sure dark theme works on public pages that
don't have the 'body-signedin' class */
body[data-theme="dark"] {
  background-color: var(--background-color);
}

.landing-page-body {
  position: relative;
  min-height: 500px;
  /* hides FOUSC, especially images */
  overflow-x: hidden;
}

.body-signedin {
  background-color: var(--background-color);
  /* background-color: #fff; */
}

body.no-scroll, .content-outer-container.no-scroll {
  overflow: hidden;
}

:root {
  --font: Roboto, Helvetica, Arial, sans-serif;
  --icon-size: 22px;
  --tooltip-icon-size: 13px;
  --nav-height: 50px;
  --line-height: 1.2;
  --side-menu-width: 220px;
  --side-menu-collapsed: 55px;
  --primary-color: #039be5;
  --primary-color-light: #039be52b;
  --primary-color-lighter: #039be51c;
  --primary-color-extra-light: #039be50d;
  /* in light mode, set the active item background to be the same 
  as the extra light primary color */
  --active-item-background: #039be50d;
  --primary-color-on-hover: #35a6ff; /* a slightly lighter of the primary color */
  /* --primary-color: #DA9DFF */
  /* --primary-color: #bd93fa;
  --primary-color: #b48dea; */
  /* --primary-color: #008fff; */
  /* --primary-color: #754fe2; */
  /* --primary-color: #7ee7e5; */
  --yellow: #FFCA3A;
  --light-yellow: #FFE9AD;
  --transparent-yellow: rgb(255 202 58 / 10%);
  --bright-yellow: #FFE74C;
  --red: #e3170a;
  --light-red: #FCB6B1;
  --transparent-red: rgb(227 23 10 / 10%);
  --green: #08C43A;
  --light-green: #b1fcc5;
  --transparent-green: rgb(8 196 58 / 15%);
  /* --orange: #FF773D; */
  --orange: #ff9265;
  --light-orange: #ffc6ad;
  --tranparent-orange: rgb(255 119 61 / 10%);
  --purple: #59344F;
  --violet: #731DD8;
  --pink: #FF6392;
  --magenta: #BE03E5;
  /* --magenta: #D902E6; */
  --aqua: #68ffef;
  /* --aqua: #03E5BE; */
  /* --aqua: #02E2E6 */
  /* --aqua: #0EE6B9; */
  --highlight-color: var(--yellow);
  /* same as above but with lower opacity */
  /* --background-color: #091e420a; */
  /* same red as above but with lower opacity */
  --menu-collapse-speed: .22s;
  --popup-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 4px 11px rgba(27, 39, 51, 0.08);
  /* --popup-shadow: 0 2px 6px rgba(0,0,0,0.25); */
  --background-color: #f5f7fa;
  --background-on-hover: #f7f8f9;
  --border-color-on-hover: #b2b3b4;
  /* --text-color: #3a3b3c; */
  /* --text-color: #202123; */
  /* --text-color: rgb(30, 40, 52); */
  --text-color: #171e25;
  --text-color-dark: #171e25;
  --text-color-light: #171e25c0;
  --text-color-lightest: #171e2557;
  --text-color-extra-light: #171e25b3;
  --overlay-background: rgba(0,0,0,.4);
  --overlay-z-position: 5;
  --border-radius: 5px;
    /* --border-style: 1px solid #c4c9cd; */
  --border-style: 1px solid #d3d3d3;
  --border-style-light: 1px solid #e0e0e0;
  --border-style-extra-light: 1px solid #e9e9e9;
  --border-style-lightest: 1px solid #f0f0f0;
  --border-style-dark: 1px solid #c3c5c7;
  /* --border-style-extra-light: 1px solid #e9eaf0; */
  --icon-fill: #5c5c5c;
  --principal-element-background: #fff;
  --header-color: #5a5b5c;
  --light-grey: #f2f2f2;
  --light-grey-background: #f4f5f6;
  --medium-light-grey-background: #f2f2f2;
  --button-margin: 8px;
  /* --medium-light-grey-background: #e6e8ec; */
  --light-grey-button: #ebedf1;
  /* --popup-dark: rgba(0,0,0,.85); */
  --popup-dark: rgba(30,31,32,.9);
  --popup-light: rgba(60, 62, 70, 1);
  /* scrollbar background same as text color but with lower opacity */
  --scrollbar-background: #171e2550;
  --scrollbar-width: 7px;
  --default-chart-height: 290px;
  /* --light-grey-button: #e5e7ea; */
  --opacity-transition-speed: .25s;
  --section-gap: 20px;
  --section-bottom-margin: 30px;
  --menu-icon-width: 22px;
  --page-min-width: 250px;
  --side-menu-icon-wrap-width: 35px;
  --button-padding: 10px;
  --button-medium-padding: 8px;
}

/* [data-theme="light"] {
  --background-color: #fff;
  --border-style: 1px solid #c2c3c4;
} */

[data-theme="dark"] {
  /* dark theme with more blue
  --background-color: rgb(33, 35, 45);
  --principal-element-background: rgb(33, 35, 45);
  --background-on-hover: rgb(37 39 49);
  --light-grey-background: rgb(37 39 49);
  --light-grey-button: rgb(37 39 49);
  --medium-light-grey-background: rgb(37 39 49);
  --overlay-background: rgba(37, 39, 49, .9); */
  --background-color: rgb(33, 35, 41);
  /* --background-color: #1f2024 (darker variant) */
  --principal-element-background: rgb(33, 35, 41);
   /* original background and hover color: rgb(40, 42, 49) */
  --active-item-background: #282b35;
  /* --active-item-background: rgb(38, 40, 47); */
  /* orig background on hover: rgb(38, 40, 47) */
  --background-on-hover: #252831;
  --light-grey-background: rgb(38, 40, 47);
  --light-grey-button: #252831;
  --medium-light-grey-background: rgb(38, 40, 47);
  --overlay-background: rgba(33, 35, 41,.9);
  --text-color: #f8f9fa;
  --text-color-light: #f8f9fac0;
  --text-color-lightest: #f8f9fa73;
  --text-color-extra-light: #f8f9faa1;
  /* scrollbar background same as text color but with lower opacity */
  --scrollbar-background: rgb(82, 86, 100);
  /* --border-style: 1px solid #8c8d8f; */
  --border-style-dark: var(--border-style);
  --icon-fill: #f2f2f2;
  /* --border-style-light: 1px solid rgba(255,255,255,.2);
  --border-style-extra-light: 1px solid rgba(12, 8, 8, 0.1);
  --border-style-lightest: 1px solid rgba(255,255,255,.05); */
  /* use a ligher version of the background color for the border color*/
  --border-style: 1px solid rgb(69 72 84);
  --border-style-light: 1px solid rgb(57 60 70);
  --border-style-extra-light: 1px solid rgb(48 58 59);
  --border-style-lightest: 1px solid rgb(44 46 53);
  --border-color-on-hover: rgb(77 81 94);
  --header-color: #d3d3d3;
  --popup-shadow: 0 0 0 1px rgba(99, 114, 130, 0.26), 0 0 4px rgba(27, 39, 51, 0.18);
}

a {
  text-decoration: none;
  color: inherit;
}

nav a {
  letter-spacing: .3px;
}

ul {
  list-style: none;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul.bullet-point-list {
  list-style: disc;
  padding-left: 40px;
}

p,
li,
label,
input, select, option, textarea, th, td {
  font-weight: 300;
  margin: 0;
  letter-spacing: .3px;
  color: var(--text-color);
}

li::marker {
  color: var(--text-color);
}

p.small, span.small, .small-font {
  font-size: 13px;
}

input, select, textarea {
  font-family: inherit;
}

select {
  outline: none;
}

h1,h2,h3, h4 {
  font-weight: 300;
  letter-spacing: .3px;
  margin: 0;
  color: var(--text-color);
}

.header-lg {
  font-size: 24px;
}

.header-md {
  font-size: 22px;
}

.text {
  line-height: 1.4;
}

.normal-weight {
  font-weight: 400;
}

.subheader {
  color: var(--text-color);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .3px;
}

.italic {
  font-style: italic;
}

.relative-container {
  position: relative;
}

.primary-color {
  color: var(--primary-color);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.no-select {
  user-select: none;
}

.no-wrap {
  white-space: nowrap;
}

.table-header {
  font-weight: 500;
  color: var(--text-color-extra-light);
}

input {
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* specifically hide the datalist arrow on focus */
input::-webkit-calendar-picker-indicator {
	display: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-color) !important;
  -webkit-box-shadow: 0 0 0 30px var(--principal-element-background) inset !important;
}

::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-color);
  opacity: .9;
}

/* Hide default html arrows */
input[type="number"] {
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.content-outer-container {
  position: fixed;
  top: var(--nav-height);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
   /* prevents repaint on scroll for fixed elements in chrome based browsers */
  backface-visibility: hidden;
}

.custom-scrollbar {
  overflow-y: auto;
}

.custom-scrollbar.scrollbar-gutter {
  scrollbar-gutter: stable both-edges;
}

.custom-scrollbar::-webkit-scrollbar {
  height: var(--scrollbar-width);
  width: var(--scrollbar-width);
  transition: all .2s ease;
}

.custom-scrollbar.small-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-background);
  border-radius: 5px;
  transition: all .2s ease;
  border: 2px solid transparent;
  /* makes the border work */
  background-clip: padding-box;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover{
  border: 0;
}

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

.content-container {
  padding-bottom: var(--nav-height);
}

.main-content-width {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.main-content-width.wide-content {
  max-width: 1800px;
}

.inline-link {
  color: var(--primary-color);
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.inline-link.text-color {
  color: var(--text-color);
}

.logo {
  width: auto;
  height: 16px;
  user-select: none;
}

.center-text {
  text-align: center;
}

.hide-overflow {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

button {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  background-color: transparent;
  letter-spacing: .5px;
  border: none;
  outline: none;
  user-select: none;
}

.button {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  letter-spacing: .5px;
  font-weight: 400;
  color: var(--text-color);
  white-space: nowrap;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
  background-color: var(--principal-element-background);
  border: var(--border-style);
  text-align: center;
  user-select: none;
  line-height: var(--line-height);
  /* box-shadow: 0 2px 10px -2px rgba(0,0,0,0.3); */
}

.button[data-size="small"] {
  padding: 6px 10px;
}

.button:not(.primary-button):not(.no-hover):not(.disabled):not([disabled]):hover {
  border-color: var(--border-color-on-hover);
}

.button:not(.primary-button):not(.no-hover):not(.disabled):not([data-background-hover="none"]):hover {
  background-color: var(--background-on-hover);
}

.primary-button {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.primary-button.solid {
  background: var(--primary-color);
  color: #fff;
}

.primary-button.solid:hover {
  background-color: var(--primary-color-on-hover);
  border-color: var(--primary-color-on-hover);
}

.primary-button:not([disabled="true"]):not(.disabled):not(.light-on-hover):not(.solid):hover {
  background-color: var(--primary-color);
  color: #fff;
}

.primary-button.light-on-hover:not([disabled="true"]):not(.disabled):hover {
  background-color: var(--primary-color-extra-light);
}

.secondary-button {
  border-color: transparent;
}

.secondary-button:hover {
  /* box-shadow: 0 2px 10px -2px rgba(0,0,0,0.3); */
  background-color: var(--background-on-hover);
}

.more-info-button {
  cursor: pointer;
  text-decoration: underline;
  user-select: none;
}

.loader, .sub-loader {
  border: 2px solid #e8e9ea;
  border-radius: 50%;
  border-top: 2px solid var(--primary-color);
  width: 50px;
  height: 50px;
  animation: spin .9s linear infinite;
}

.sub-loader.small {
  height: 35px;
  width: 35px;
}

.page-loader {
  background-color: var(--principal-element-background);
  z-index: 10;
}

.loader.hidden, .page-loader.hidden .loader, .sub-loader.hidden, .sub-loader-wrap.hidden .sub-loader,
.sub-loader-wrap.hidden .loader, .activatable-element:not(.visible) .sub-loader {
  animation: none;
}

body[data-theme="dark"] .loader, body[data-theme="dark"] .sub-loader {
  border-color: rgba(255, 255, 255, .15);
  border-top-color: var(--primary-color);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sub-loader-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: var(--principal-element-background);
  border-radius: 5px;
}

.center-screen {
  position: fixed;
  backface-visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width {
  width: 100%;
}

.line-height-1 {
  line-height: 1;
}

.page-header {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  color: var(--text-color);
  letter-spacing: .3px;
}

.hidden {
  display: none !important;
}

.no-visibility {
  visibility: hidden;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.activatable-element {
  opacity: 0;
}

.activatable-element.visible {
  visibility: visible;
  opacity: 1;
  /* undo the visibility transition delay to make the element immediately visible */
  transition-delay: 0s;
}

.activatable-element.visible-on-hover {
  opacity: 1;
  transition-delay: .1s;
  visibility: visible;
}

.opacity-transition {
  /* delay the visiblity transition by the time it takes to complete the opacity transition */
  transition: opacity var(--opacity-transition-speed) ease, visibility 0s ease var(--opacity-transition-speed), transform var(--opacity-transition-speed) ease;
}

.opacity-transition-in {
  transition: opacity var(--opacity-transition-speed) ease;
  transition-delay: .7s;
}

.opacity-transition-out {
  transition: opacity var(--opacity-transition-speed) ease;
}

.menu-popup-row {
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 15px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .3px;
  color: var(--text-color);
  line-height: 1.15;
  user-select: none;
}

.menu-popup-row:hover {
  background-color: var(--background-on-hover);
}

.menu-popup-row:last-of-type {
  border-bottom: none;
}

.menu-popup-row .icon-wrap {
  display: flex;
  justify-content: center;
  width: var(--menu-icon-width);
  margin-right: 15px;
}

.grid {
  display: grid;
}

.grid.center {
  justify-content: center;
  align-items: center;
}

.inline-flex {
  display: inline-flex;
}

.flex-container-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-container-row {
  display: flex;
  align-items: center;
}

.inline-flex-row {
  display: inline-flex;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-container-row.center {
  justify-content: center;
}

.flex-container-row.flex-start {
  align-items: start;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

[data-gap] {
  gap: attr(data-gap px);
}

.gap-3 {
  gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.center-margin {
  margin: 0 auto;
}

.data-submit-form-container {
  margin-bottom: 75px;
}

.box-shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  /* box-shadow: 0 1px 6px rgba(60,64,67,0.3); */
}

.box-styling {
  border: var(--border-style);
}

.input-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .22), 0 0 2px rgba(0, 0, 0, .11);
}

.input-container {
  position: relative;
}

.input-container input, .input-container select, .input-container textarea {
  margin-top: 8px;
}

.input-field {
  padding: 10px;
  font-size: 15px;
  width: 100%;
  outline: none;
  background-color: var(--principal-element-background);
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: var(--border-style);
  line-height: var(--line-height);
  /* override any background images added by extensions such as password managers */
  background-image: none !important;
}

.input-field.grey {
  background-color: var(--medium-light-grey-background);
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--overlay-background);
  z-index: var(--overlay-z-position);
}

.turnstile-container.overlay {
  display: grid;
  place-content: center;
  background-color: var(--principal-element-background);
  /* place turnstile over everything except the nav */
  z-index: 2;
}

input[type=text][disabled], textarea[disabled] {
  background-color: #f5f5f5;
}

body[data-theme="dark"] input[type=text][disabled], body[data-theme="dark"]
textarea[disabled] {
  background-color: var(--background-on-hover);
}

button[disabled="true"], select[disabled], .button.disabled {
  background: #f5f7f9 !important;
  color: #aaa !important;
  box-shadow: none !important;
  border-color: #d5d5d5 !important;
  cursor: default !important;
}

body[data-theme="dark"] button[disabled], body[data-theme="dark"] select[disabled],
body[data-theme="dark"] .button.disabled {
  background-color: var(--background-on-hover) !important;
  border: var(--border-style-light) !important;
  color: #a5a5a5 !important;
}

.block-quote {
  padding: 10px 15px;
  background-color: var(--background-on-hover);
  border-left: 2px solid var(--primary-color);
  border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

.section-wrap {
  margin-bottom: var(--section-bottom-margin);
}

.section-header-row {
  margin-bottom: 15px;
}

.section-header {
  font-size: 15px;
  font-weight: 400;
}

.section-sub-header {
  font-size: 13px;
  margin-top: 3px;
}

.bordered-section-wrap {
  margin-bottom: 40px;
  /* box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); */
  border: var(--border-style);
  border-radius: 5px;
  background-color: var(--principal-element-background);
  position: relative;
}

.bordered-section-wrap .graph-placeholder {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--principal-element-background);
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  z-index: 3;
}

.bordered-section-wrap .graph-placeholder p {
  padding: 0 45px;
}

/* make sure the chat widget doesn't appear above the modals */
#hubspot-messages-iframe-container {
  z-index: 1 !important;
}

.not-clickable {
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 900px) {
  .main-content-width {
    width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .header-lg {
    font-size: 22px;
  }
  .header-md {
    font-size: 20px;
  }
}

@media screen and (max-width: 550px) {
  .modal-content-outer-container {
    width: 90%;
  }
}

