@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
/*
  RESET
*/

/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  Clear Button Styles
*/

button {
	appearance: none;
	border: none;
	font-weight: 500;
	background: inherit;
}

html {
	font-size: 15px;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.45;
	font-family: 'Work Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 100vw;
	overflow-x: hidden;
	height: 100%;
}

p span,
strong,
strong span,
em span,
em {
	vertical-align: baseline;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	width: 100%;
}

* {
	box-sizing: border-box;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
}

/*
  Modal Open
*/

@supports not (backdrop-filter: blur(3px)) {
	.\--modalOpen #root {
		filter: blur(3px);
		overflow: hidden;
		min-height: 100vh;
	}
}

/* disable the ugly outlines on chrome and firefox - allow for editor */
*:not(:focus-visible):not[data-has-hb-errors],
*:not(:focus-visible):before,
*:not(:focus-visible):after {
	outline: none !important;
}

/* basic tooltips */
/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: 0;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: ' ';
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* ------- APP CUES STYLES ------- */
/* Add a small amount of custom styling */

.appcues {
	--primary: #6138d8;
	--primary-darkest: #262861;
	--primary-lightest: #e4ddf8;
	--primary-hover: #7c38d8;
	--secondary-darkest: #000397;
	--secondary-dark: #003882;
	--secondary: #446fe4;
	--secondary-light: #0070f3;
	--secondary-lightest: #c4e0ff;
	--border-radius: 5px;
	--blur: 3px;
	--backdrop: rgb(24 25 60 / 0.75);
}

/* Recolor colour of (?) beacon for tooltips */
.appcues-hotspots .beacon g[transform='translate(3, 3)'] circle {
	fill: var(--secondary-light) !important;
}

/* Recolor tooltip backdrop */
.appcues-hotspots .apc-spotlight[style*='background: rgba'] {
	background: var(--backdrop) !important;
	backdrop-filter: blur(var(--blur));
}

/* Recolor tooltip radial backdrop */
.appcues-hotspots .apc-spotlight[style*='border-image: radial-gradient('] {
	-webkit-mask-image: radial-gradient(rgb(0 0 0 / 0) 5%, rgb(0 0 0) 25%);
	backdrop-filter: blur(var(--blur));
	border-image: none !important;
	background: var(--backdrop) !important;
}

/* Remove box-shadow */
appcues-container:not(.fullscreen)[data-pattern-type='shorty'],
appcues-container:not(.fullscreen)[data-pattern-type='slideout'] {
	box-shadow: none !important;
}

/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
/*
  Name:       material
  Author:     Mattia Astorino (http://github.com/equinusocio)
  Website:    https://material-theme.site/
*/

.cm-s-material.CodeMirror {
  background-color: #263238;
  color: #EEFFFF;
}

.cm-s-material .CodeMirror-gutters {
  background: #263238;
  color: #546E7A;
  border: none;
}

.cm-s-material .CodeMirror-guttermarker,
.cm-s-material .CodeMirror-guttermarker-subtle,
.cm-s-material .CodeMirror-linenumber {
  color: #546E7A;
}

.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #FFCC00;
}
.cm-s-material.cm-fat-cursor .CodeMirror-cursor {
  background-color: #5d6d5c80 !important;
}
.cm-s-material .cm-animate-fat-cursor {
  background-color: #5d6d5c80 !important;
}

.cm-s-material div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material .CodeMirror-line::selection,
.cm-s-material .CodeMirror-line>span::selection,
.cm-s-material .CodeMirror-line>span>span::selection {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material .CodeMirror-line::-moz-selection,
.cm-s-material .CodeMirror-line>span::-moz-selection,
.cm-s-material .CodeMirror-line>span>span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.5);
}

.cm-s-material .cm-keyword {
  color: #C792EA;
}

.cm-s-material .cm-operator {
  color: #89DDFF;
}

.cm-s-material .cm-variable-2 {
  color: #EEFFFF;
}

.cm-s-material .cm-variable-3,
.cm-s-material .cm-type {
  color: #f07178;
}

.cm-s-material .cm-builtin {
  color: #FFCB6B;
}

.cm-s-material .cm-atom {
  color: #F78C6C;
}

.cm-s-material .cm-number {
  color: #FF5370;
}

.cm-s-material .cm-def {
  color: #82AAFF;
}

.cm-s-material .cm-string {
  color: #C3E88D;
}

.cm-s-material .cm-string-2 {
  color: #f07178;
}

.cm-s-material .cm-comment {
  color: #546E7A;
}

.cm-s-material .cm-variable {
  color: #f07178;
}

.cm-s-material .cm-tag {
  color: #FF5370;
}

.cm-s-material .cm-meta {
  color: #FFCB6B;
}

.cm-s-material .cm-attribute {
  color: #C792EA;
}

.cm-s-material .cm-property {
  color: #C792EA;
}

.cm-s-material .cm-qualifier {
  color: #DECB6B;
}

.cm-s-material .cm-variable-3,
.cm-s-material .cm-type {
  color: #DECB6B;
}


.cm-s-material .cm-error {
  color: rgba(255, 255, 255, 1.0);
  background-color: #FF5370;
}

.cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

.CodeMirror-fullscreen {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  height: auto;
  z-index: 9;
}

.CodeMirror-dialog {
  position: absolute;
  left: 0; right: 0;
  background: inherit;
  z-index: 15;
  padding: .1em .8em;
  overflow: hidden;
  color: inherit;
}

.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0;
}

.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0;
}

.CodeMirror-dialog input {
  border: none;
  outline: none;
  background: transparent;
  width: 20em;
  color: inherit;
  font-family: monospace;
}

.CodeMirror-dialog button {
  font-size: 70%;
}

.CodeMirror-search-match {
  background: gold;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .5;
}

.react-codemirror2 *
{
    font-family: Menlo, Consolas, DejaVu Sans Mono, monospace;
    font-size: 13px;
}
.cm-s-material.CodeMirror,
.cm-s-material .CodeMirror-gutters
{
    background: #2d2e34;
}

.CodeMirror
{
    height: 100%;
}

.form-field, .note-editor .form-group,
.note-editor .checkbox {
  position: relative;
  background: #fff;
  border-color: #444;
  border-style: solid;
  font-size: 0.9em;
  line-height: 1;
  text-align: left;
  transition: border-color 0.3s cubic-bezier(0.2, 0, 0.1, 1);
  padding: 0.54em 0.54em 0.54em;
  border-width: 0.9px;
  border-radius: 2.7px; }
  .form-field--as-border {
    padding: 0; }
  .form-field:focus-within, .note-editor .form-group:focus-within,
  .note-editor .checkbox:focus-within {
    border-color: currentColor; }
  .form-field input, .note-editor .form-group input, .note-editor .checkbox input,
  .form-field textarea,
  .note-editor .form-group textarea,
  .note-editor .checkbox textarea,
  .form-field select,
  .note-editor .form-group select,
  .note-editor .checkbox select {
    background: transparent;
    border: 0;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form-field input:focus, .note-editor .form-group input:focus, .note-editor .checkbox input:focus,
    .form-field textarea:focus,
    .note-editor .form-group textarea:focus,
    .note-editor .checkbox textarea:focus,
    .form-field select:focus,
    .note-editor .form-group select:focus,
    .note-editor .checkbox select:focus {
      outline: 0; }
    .form-field input[disabled], .note-editor .form-group input[disabled], .note-editor .checkbox input[disabled],
    .form-field textarea[disabled],
    .note-editor .form-group textarea[disabled],
    .note-editor .checkbox textarea[disabled],
    .form-field select[disabled],
    .note-editor .form-group select[disabled],
    .note-editor .checkbox select[disabled] {
      opacity: 0.5; }
  .form-field img, .note-editor .form-group img, .note-editor .checkbox img {
    object-fit: cover; }
  .form-field .icon, .note-editor .form-group .icon, .note-editor .checkbox .icon {
    color: #2b2b2b;
    fill: #2b2b2b; }
  .form-field > label, .note-editor .form-group > label, .note-editor .checkbox > label {
    z-index: 2;
    pointer-events: none;
    vertical-align: top;
    display: inline-block; }
  .form-field__label-text, .note-editor .note-form-label {
    display: block;
    color: #444;
    font-weight: bold;
    transition: color 0.2s ease;
    line-height: 1; }
    .form-field__label-text__error {
      font-weight: normal; }
      .form-field__label-text__error::first-letter {
        text-transform: lowercase; }
  .form-field__required {
    display: inline-block;
    position: absolute;
    top: 0.2em;
    right: 0.6em;
    opacity: 0.5;
    color: inherit; }
    .form-field__required__icon {
      font-style: normal;
      font-weight: bold;
      font-size: 1.3em; }
  .form-field__error {
    color: #ff2343;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    text-align: right;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
    .form-field__error + .form-field__error {
      display: none; }
    .form-field__error .material-icons {
      font-size: 1.1em;
      margin-left: 0.25em; }
  .form-field__label-text, .note-editor .note-form-label {
    font-size: 0.855rem;
    margin-bottom: 0.36em; }
  .form-field__error {
    margin-top: 0.594em;
    margin-right: 0.594em;
    font-size: 0.72em; }
  .form-field__input-group {
    display: flex;
    align-items: center; }
    .form-field__input-group > * {
      font-size: inherit; }
    .form-field__input-group__prepend {
      font-weight: 600;
      margin-right: -0.33em;
      opacity: 0.5;
      padding: calc(0.54em + 1.34em) 0 0.54em 0.621em;
      position: absolute; }
    .form-field__input-group__prepend + input {
      display: inline-block;
      margin-left: 0.09em;
      width: 90%;
      width: calc(100% - 1.5em * 0.9);
      padding-left: 1.5em !important; }
  .form-field--text, .note-editor .form-group, .form-field--textarea, .form-field--address, .form-field--select--other {
    padding: 0; }
    .form-field--text > label, .note-editor .form-group > label, .form-field--textarea > label, .form-field--address > label, .form-field--select--other > label {
      position: absolute;
      top: 0.54em;
      left: 0.54em; }
    .form-field--text input, .note-editor .form-group input, .form-field--textarea input, .form-field--address input, .form-field--select--other input {
      padding: calc(0.54em + 1.34em) 0.54em 0.54em; }
    .form-field--text textarea, .note-editor .form-group textarea, .form-field--textarea textarea, .form-field--address textarea, .form-field--select--other textarea {
      margin-top: calc(0.54em + 1.34em);
      padding: 0 0.54em 0.54em; }
  .form-field--text, .note-editor .form-group, .form-field--address, .form-field--phone, .form-field--date, .form-field--activity-measure, .form-field--select--other {
    font-size: 1.17em; }
  .form-field--checkbox:focus-within,
  .note-editor .checkbox:focus-within, .form-field--boolean:focus-within, .form-field--image-size:focus-within, .form-field--button-select:focus-within, .form-field--range:focus-within, .form-field--slider:focus-within {
    border-color: transparent; }
  .form-field__card-logo {
    position: absolute;
    left: 0.52em;
    bottom: 0.72em;
    width: 1.1em; }
  .form-field--half {
    display: inline-block;
    min-height: 67px;
    width: 50%; }
    .form-field--half:nth-child(even) {
      border-left-width: 0;
      border-radius: 0 2.7px 2.7px 0; }
    .form-field--half:nth-child(odd) {
      border-right-width: 0;
      border-radius: 2.7px 0 0 2.7px; }
  .form-field--error {
    scroll-margin: 3vh; }
    .form-field--error .form-field__required {
      display: none; }
    .form-field--error:not(:focus-within) {
      border-color: #ff2343; }
      .form-field--error:not(:focus-within) .form-field__label-text, .form-field--error:not(:focus-within) .note-editor .note-form-label, .note-editor .form-field--error:not(:focus-within) .note-form-label {
        color: #ff2343; }
  .form-field__tooltip {
    line-height: 1;
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    font-weight: 600; }
    .form-field__tooltip > i,
    .form-field__tooltip > span {
      padding: 0.1em 0.2em;
      line-height: 1;
      display: inline-block; }
    .form-field__tooltip.hash {
      z-index: 4; }
  .form-field__tooltip-icon {
    border-radius: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    width: 1.15em;
    height: 1.15em;
    line-height: 1.15em;
    transition: background 0.3s cubic-bezier(0.2, 0, 0.1, 1), color 0.3s cubic-bezier(0.2, 0, 0.1, 1); }
    .hash .form-field__tooltip-icon {
      padding-top: 0;
      font-size: 0.95em;
      margin-top: 0.025em;
      margin-left: 0.035em; }
    .form-field__tooltip-icon:hover, .form-field__tooltip-icon:focus {
      background-color: #4570e4;
      color: white; }
    .form-field__tooltip-icon--active {
      background-color: #4570e4;
      color: white;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .form-field__tooltip-icon--active:before {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4; }

.form-description {
  margin-bottom: 1em;
  margin-top: 1em;
  white-space: normal; }

.field-help {
  font-size: 0.8em;
  font-size: Max(13px, 0.8em);
  margin-bottom: 1em;
  text-align: left;
  margin-bottom: 1em;
  margin-top: -0.5em;
  color: inherit;
  display: flex;
  align-items: center; }
  .field-help .icon {
    opacity: 0.5;
    color: inherit;
    fill: currentColor;
    margin-right: 0.25em; }

.spinner {
  margin-top: -0.15rem;
  font-size: 2.75em;
  height: 1em;
  width: 1em;
  position: relative;
  animation: spinnerLoading 0.66667s linear infinite; }
  .spinner:last-child {
    margin-top: 0; }

@keyframes spinnerLoading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .spinner__stroke {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid;
    border-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loadStroke cubic-bezier(0.23, 0, 0.77, 1) 2s infinite; }

@keyframes loadStroke {
  50% {
    transform: rotate(130deg); } }
    .spinner__stroke:first-child {
      animation-delay: 0.5s; }

.form-field--address__manual-wrapper {
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.form-field--address + .form-field--address__manual-toggle {
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
  margin: -0.5em 0 1.25em;
  color: black;
  text-align: left;
  width: 100%;
  font-size: 0.9em;
  position: relative; }
  .form-field--address + .form-field--address__manual-toggle:hover, .form-field--address + .form-field--address__manual-toggle:focus {
    text-decoration: underline; }

.pac-container span {
  display: inline;
  vertical-align: baseline; }

.form-field--address .autocomplete-menu {
  max-height: 200px;
  overflow: auto;
  border-top: 1px solid #eee; }
  .form-field--address .autocomplete-menu .item {
    padding: 0.66rem 0.75rem;
    border-top: 1px solid #eee; }
    .form-field--address .autocomplete-menu .item:first-child {
      border-top: 0; }
    .form-field--address .autocomplete-menu .item:hover {
      cursor: pointer;
      background: #eee; }

.form-field--address .incomplete-message {
  padding: 0.66rem 0.75rem;
  border-top: 1px solid #eee; }

.form-field--boolean button {
  border: 0;
  background: none;
  padding: 0; }

.form-field--boolean label {
  vertical-align: middle;
  width: calc(100% - 70px - 0.3rem); }

.form-field--boolean .form-field__label-text, .form-field--boolean .note-editor .note-form-label, .note-editor .form-field--boolean .note-form-label {
  margin-bottom: 0; }

.form-field--boolean__inline {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 32px;
  border-radius: 35px; }
  .form-field--boolean__inline--small {
    width: 57px;
    height: 25px;
    border-radius: 28.5px;
    margin-left: calc(13px + 0.3rem); }
  .form-field--boolean__inline--tiny {
    width: 35px;
    height: 20px;
    border-radius: 17.5px;
    margin-left: calc(35px + 0.3rem); }
  .form-field--boolean__inline--disabled {
    opacity: 0.6; }
    .form-field--boolean__inline--disabled .form-field--boolean__switch {
      cursor: not-allowed; }

.form-field--boolean__switch {
  position: relative;
  font-size: 0.8rem;
  cursor: pointer;
  display: block;
  font-size: 0.625rem;
  overflow: hidden;
  box-sizing: content-box;
  border-radius: 19px;
  height: 100%;
  background: #cfcfe6;
  transition: 0.25s cubic-bezier(0.2, 0, 0.1, 1);
  vertical-align: middle; }
  .form-field--boolean__switch__knob {
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    z-index: 3;
    overflow: hidden;
    height: calc(32px - 6px);
    border-radius: 16px; }
    .form-field--boolean__switch__knob:before, .form-field--boolean__switch__knob:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background: white;
      border-radius: 50%;
      width: calc(32px - 4px); }
    .form-field--boolean__switch__knob:before {
      transition: 0.2s cubic-bezier(0.2, 0, 0.1, 1); }
    .form-field--boolean__switch__knob:after {
      transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1); }
  .form-field--boolean__switch--small .form-field--boolean__switch__knob {
    height: calc(25px - 6px);
    border-radius: 12.5px; }
    .form-field--boolean__switch--small .form-field--boolean__switch__knob:before, .form-field--boolean__switch--small .form-field--boolean__switch__knob:after {
      width: calc(25px - 4px); }
  .form-field--boolean__switch--tiny .form-field--boolean__switch__knob {
    height: calc(20px - 6px);
    border-radius: 10px; }
    .form-field--boolean__switch--tiny .form-field--boolean__switch__knob:before, .form-field--boolean__switch--tiny .form-field--boolean__switch__knob:after {
      width: calc(20px - 4px); }
  .form-field--boolean__switch__left, .form-field--boolean__switch__right {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    transition: all 0.2s cubic-bezier(0.2, 0, 0.1, 1);
    width: 100%;
    z-index: 2;
    padding: 1px 10px;
    height: 100%;
    opacity: 0;
    line-height: 30px; }
  .form-field--boolean__switch__left {
    color: white;
    text-align: left;
    left: 0; }
  .form-field--boolean__switch__right {
    position: absolute;
    right: 0;
    text-align: right;
    color: #262861; }
  .form-field--boolean__switch--small .form-field--boolean__switch__left,
  .form-field--boolean__switch--small .form-field--boolean__switch__right {
    line-height: 23px;
    padding: 1px 7px; }
  .form-field--boolean__switch--tiny .form-field--boolean__switch__left,
  .form-field--boolean__switch--tiny .form-field--boolean__switch__right {
    line-height: 18px;
    padding: 1px 7px; }
  .form-field--boolean__switch--on {
    background: #4570e4; }
  .form-field--boolean__switch--on .form-field--boolean__switch__left,
  .form-field--boolean__switch--off .form-field--boolean__switch__right {
    opacity: 1; }
  .form-field--boolean__switch--on .form-field--boolean__switch__knob:before,
  .form-field--boolean__switch--on .form-field--boolean__switch__knob:after {
    transform: translate3d(calc(70px - 100% - 6px), 0, 0); }
  .form-field--boolean__switch--on.form-field--boolean__switch--small .form-field--boolean__switch__knob:before,
  .form-field--boolean__switch--on.form-field--boolean__switch--small .form-field--boolean__switch__knob:after {
    transform: translate3d(calc(57px - 100% - 6px), 0, 0); }
  .form-field--boolean__switch--on.form-field--boolean__switch--tiny .form-field--boolean__switch__knob:before,
  .form-field--boolean__switch--on.form-field--boolean__switch--tiny .form-field--boolean__switch__knob:after {
    transform: translate3d(calc(35px - 100% - 6px), 0, 0); }

.form-field--checkbox,
.note-editor .checkbox,
.note-editor .checkbox {
  background: none;
  padding: 0;
  border-width: 0;
  color: inherit; }
  .form-field--checkbox > label, .note-editor .checkbox > label,
  .note-editor .checkbox > label {
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    pointer-events: all;
    border-color: inherit;
    margin-top: -0.2em; }
  .form-field--checkbox input, .note-editor .checkbox input,
  .note-editor .checkbox input {
    margin-right: 0.5rem;
    position: relative;
    top: 0.2em;
    margin-top: -0.2em;
    flex-shrink: 0;
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: baseline;
    width: 1em;
    height: 1em;
    appearance: none;
    border: none;
    outline: none;
    background: url("data:image/svg+xml;utf8,<svg stroke='none' xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='6'><path d='M25 8.3L13.4 23.1l-7-7.6'></path></svg>") no-repeat center/100%;
    background-color: white;
    border: 1px solid;
    border-color: inherit;
    border-radius: 1px;
    margin-right: 0.5rem; }
    .form-field--checkbox input:checked, .note-editor .checkbox input:checked,
    .note-editor .checkbox input:checked {
      background: url("data:image/svg+xml;utf8,<svg stroke='%23262861' xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='6'><path d='M25 8.3L13.4 23.1l-7-7.6'></path></svg>") no-repeat center/100%;
      background-color: white; }
  .form-field--checkbox .form-field__label-text, .note-editor .checkbox .form-field__label-text, .form-field--checkbox .note-editor .note-form-label, .note-editor .form-field--checkbox .note-form-label, .note-editor .checkbox .note-form-label,
  .note-editor .checkbox .form-field__label-text,
  .note-editor .checkbox .note-form-label {
    line-height: 1.4;
    margin-bottom: 0;
    color: inherit; }

.form-field--color {
  border: 0; }
  .form-field--color:not([class*='StyledField']) {
    padding: 0;
    margin: 0.675em 0; }
  .form-field--color__area {
    position: relative;
    padding: 1.2em 1em;
    border-radius: 2px;
    border: 1px solid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    font-size: 0.8rem; }
    .form-field--color__area__reset {
      position: absolute;
      right: 0.8em;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      border-style: solid;
      border-width: 2px;
      border-color: currentColor;
      font-family: inherit;
      font-weight: 600;
      border-radius: 3em;
      text-align: center;
      display: inline-block;
      line-height: 1.2;
      user-select: none;
      background-color: transparent;
      padding: 0;
      font-size: 80%;
      width: 2.4em;
      height: 2.4em;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: inherit; }
      .form-field--color__area__reset i {
        font-size: 1.66em; }
    .form-field--color__area__button {
      display: inline-block;
      position: absolute;
      right: 4em;
      top: 50%;
      border-style: solid;
      border-width: 2px;
      border-color: currentColor;
      font-size: 80%;
      font-family: inherit;
      font-weight: 600;
      text-align: center;
      line-height: 1.2;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      border-radius: 2em;
      padding: 0.5em 0.8em;
      user-select: none;
      background-color: transparent;
      color: inherit;
      transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1);
      transform: translate3d(0, -50%, 0); }
      .form-field--color__area__button:last-of-type {
        transform: translate3d(3.2em, -50%, 0); }
    .form-field--color__area .sketch-picker {
      color: black;
      top: 100%;
      z-index: 100;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }

.form-field--currency .form-field__input-group__prepend {
  position: relative; }

.form-field--currency .form-field__input-group .input-full {
  margin-left: 0;
  flex-grow: 1;
  padding-left: 0.54em !important; }

.form-field--date {
  /* Default modifiers */
  /* Example modifiers */ }
  .form-field--date__container {
    position: relative;
    display: block;
    padding: 0.2rem 0;
    z-index: 100; }
    .form-field--date__container:hover {
      z-index: 9999; }
  .form-field--date::after {
    content: '';
    display: block;
    clear: both; }
  .form-field--date > .material-icons {
    position: absolute;
    font-size: 1.8em;
    right: 0.6em;
    bottom: 0.5em;
    z-index: 0;
    cursor: pointer; }
  .form-field--date input {
    text-align: left;
    padding: 0; }
  .form-field--date__overlay__wrapper {
    position: relative; }
  .form-field--date__overlay {
    position: absolute;
    left: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .form-field--date .DayPicker {
    display: inline-block;
    font-size: 1rem; }
  .form-field--date .DayPicker-wrapper {
    position: relative;
    flex-direction: row;
    padding-bottom: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .form-field--date .DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .form-field--date .DayPicker-Month {
    display: table;
    margin: 0 1em;
    margin-top: 1em;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .form-field--date .DayPicker-NavButton {
    position: absolute;
    top: 1em;
    right: 1.5em;
    left: auto;
    display: inline-block;
    margin-top: 2px;
    width: 1.25em;
    height: 1.25em;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #8b9898;
    cursor: pointer; }
  .form-field--date .DayPicker-NavButton:hover {
    opacity: 0.8; }
  .form-field--date .DayPicker-NavButton--prev {
    margin-right: 1.5em;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC"); }
  .form-field--date .DayPicker-NavButton--next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg=="); }
  .form-field--date .DayPicker-NavButton--interactionDisabled {
    display: none; }
  .form-field--date .DayPicker-Caption {
    display: table-caption;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    text-align: left; }
  .form-field--date .DayPicker-Caption > div {
    font-weight: 500;
    font-size: 1.15em; }
  .form-field--date .DayPicker-Weekdays {
    display: table-header-group;
    margin-top: 1em; }
  .form-field--date .DayPicker-WeekdaysRow {
    display: table-row; }
  .form-field--date .DayPicker-Weekday {
    display: table-cell;
    padding: 0.5em;
    color: #8b9898;
    text-align: center;
    font-size: 0.875em; }
  .form-field--date .DayPicker-Weekday abbr[title] {
    border-bottom: none;
    text-decoration: none; }
  .form-field--date .DayPicker-Body {
    display: table-row-group; }
  .form-field--date .DayPicker-Week {
    display: table-row; }
  .form-field--date .DayPicker-Day {
    display: table-cell;
    padding: 0.5em;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  .form-field--date .DayPicker-WeekNumber {
    display: table-cell;
    padding: 0.5em;
    min-width: 1em;
    border-right: 1px solid #eaecec;
    color: #8b9898;
    vertical-align: middle;
    text-align: right;
    font-size: 0.75em;
    cursor: pointer; }
  .form-field--date .DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default; }
  .form-field--date .DayPicker-Footer {
    padding-top: 0.5em; }
  .form-field--date .DayPicker-TodayButton {
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4a90e2;
    font-size: 0.875em;
    cursor: pointer; }
  .form-field--date .DayPicker-Day--today {
    color: #d0021b;
    font-weight: 700; }
  .form-field--date .DayPicker-Day--outside {
    color: #8b9898;
    cursor: default; }
  .form-field--date .DayPicker-Day--disabled {
    color: #dce0e0;
    cursor: default;
    /* background-color: #eff1f1; */ }
  .form-field--date .DayPicker-Day--sunday {
    background-color: #f7f8f8; }
  .form-field--date .DayPicker-Day--sunday:not(.DayPicker-Day--today) {
    color: #dce0e0; }
  .form-field--date .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;
    background-color: #4a90e2;
    color: #f0f8ff; }
  .form-field--date .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #51a0fa; }
  .form-field--date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #f0f8ff; }

.form-field--image {
  position: relative;
  padding-bottom: 0.54rem; }
  .form-field--image__message {
    padding: 16px;
    border-radius: 3px;
    background: #f6f6f7;
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 500;
    color: currentColor;
    border-style: dashed;
    position: relative;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1); }
    .form-field--image__message:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: inherit;
      border-width: 2px;
      border-radius: inherit;
      opacity: 0.33;
      transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1), color 0s;
      z-index: 1;
      pointer-events: none; }
    .form-field--image__message i {
      transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1), color 0s;
      font-size: 2.5em; }
    .form-field--image__message-text {
      margin-top: 0.5em;
      font-weight: bold; }
      .form-field--image__message-text--loading {
        animation: 0.5s loadingPulse cubic-bezier(0.2, 0, 0.1, 1) infinite alternate; }

@keyframes loadingPulse {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
    .form-field--image__message--has-image {
      min-height: auto;
      padding: 0;
      border-style: solid; }
      .form-field--image__message--has-image:after {
        opacity: 1; }
      .form-field--image__message--has-image:hover .form-field--image__overlay, .form-field--image__message--has-image:focus-within .form-field--image__overlay {
        opacity: 1; }
    .form-field--image--active .form-field--image__message:after,
    .button:hover ~ .form-field--image__message:after,
    .button:focus ~ .form-field--image__message:after, .form-field--image__message:hover:after, .form-field--image__message:focus-within:after {
      opacity: 1; }
    .form-field--image--active .form-field--image__message i,
    .button:hover ~ .form-field--image__message i,
    .button:focus ~ .form-field--image__message i, .form-field--image__message:hover i, .form-field--image__message:focus-within i {
      transform: scale(1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1); }
    .form-field--image--reject .form-field--image__message {
      color: #ff2343; }
  .form-field--image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: inherit;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1);
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .form-field--image__overlay:hover > * {
      opacity: 0.5; }
    .form-field--image__overlay > * {
      color: white;
      pointer-events: all;
      transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1); }
      .form-field--image__overlay > *:hover {
        opacity: 1; }
  .form-field--image__image {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 300px;
    border-radius: inherit;
    min-height: 150px; }
  .form-field--image--active .form-field--image__message:after, .form-field--image--loading .form-field--image__message:after {
    opacity: 1; }
  .form-field--image__button {
    border: none;
    background: none;
    color: white;
    cursor: pointer;
    line-height: 0;
    font-size: 1rem;
    margin: 0 1%; }
    @media (max-width: 400px) {
      .form-field--image__button {
        font-size: 0.75rem;
        margin: 0; } }
    .col--1 .form-field--image__button, .col--2 .form-field--image__button {
      font-size: 0.75rem;
      margin: 0; }
    @media (max-width: 400px) {
      .col--3 .form-field--image__button, .col--4 .form-field--image__button, .col--5 .form-field--image__button, .col--6 .form-field--image__button, .col--7 .form-field--image__button, .col--8 .form-field--image__button, .col--9 .form-field--image__button, .col--10 .form-field--image__button, .col--11 .form-field--image__button, .col--12 .form-field--image__button {
        font-size: 0.75rem;
        margin: 0; } }
    .form-field--image__button i {
      color: white; }
  .form-field--image--is-square {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; }
    .form-field--image--is-square label {
      position: absolute;
      top: 0;
      left: 0;
      padding: inherit; }
    .form-field--image--is-square .form-field--image__message {
      min-height: 100px;
      height: 100px;
      width: 100px;
      font-size: 1em;
      position: relative; }
      .form-field--image--is-square .form-field--image__message-text {
        display: none; }
      @media (max-width: 400px) {
        .form-field--image--is-square .form-field--image__message {
          margin-top: 1.5em;
          width: 100%;
          padding: 0;
          padding-bottom: 100%; }
          .form-field--image--is-square .form-field--image__message i {
            position: absolute;
            top: calc(50% - 0.5em); } }
      .col--1 .form-field--image--is-square .form-field--image__message, .col--2 .form-field--image--is-square .form-field--image__message {
        margin-top: 1.5em;
        width: 100%;
        padding: 0;
        padding-bottom: 100%; }
        .col--1 .form-field--image--is-square .form-field--image__message i, .col--2 .form-field--image--is-square .form-field--image__message i {
          position: absolute;
          top: calc(50% - 0.5em); }
      @media (max-width: 400px) {
        .col--3 .form-field--image--is-square .form-field--image__message, .col--4 .form-field--image--is-square .form-field--image__message, .col--5 .form-field--image--is-square .form-field--image__message, .col--6 .form-field--image--is-square .form-field--image__message, .col--7 .form-field--image--is-square .form-field--image__message, .col--8 .form-field--image--is-square .form-field--image__message, .col--9 .form-field--image--is-square .form-field--image__message, .col--10 .form-field--image--is-square .form-field--image__message, .col--11 .form-field--image--is-square .form-field--image__message, .col--12 .form-field--image--is-square .form-field--image__message {
          margin-top: 1.5em;
          width: 100%;
          padding: 0;
          padding-bottom: 100%; }
          .col--3 .form-field--image--is-square .form-field--image__message i, .col--4 .form-field--image--is-square .form-field--image__message i, .col--5 .form-field--image--is-square .form-field--image__message i, .col--6 .form-field--image--is-square .form-field--image__message i, .col--7 .form-field--image--is-square .form-field--image__message i, .col--8 .form-field--image--is-square .form-field--image__message i, .col--9 .form-field--image--is-square .form-field--image__message i, .col--10 .form-field--image--is-square .form-field--image__message i, .col--11 .form-field--image--is-square .form-field--image__message i, .col--12 .form-field--image--is-square .form-field--image__message i {
            position: absolute;
            top: calc(50% - 0.5em); } }
    @media (max-width: 400px) {
      .form-field--image--is-square .button {
        order: 1;
        margin-top: 0.54rem; } }
    .col--1 .form-field--image--is-square .button, .col--2 .form-field--image--is-square .button {
      order: 1;
      margin-top: 0.54rem; }
    @media (max-width: 400px) {
      .col--3 .form-field--image--is-square .button, .col--4 .form-field--image--is-square .button, .col--5 .form-field--image--is-square .button, .col--6 .form-field--image--is-square .button, .col--7 .form-field--image--is-square .button, .col--8 .form-field--image--is-square .button, .col--9 .form-field--image--is-square .button, .col--10 .form-field--image--is-square .button, .col--11 .form-field--image--is-square .button, .col--12 .form-field--image--is-square .button {
        order: 1;
        margin-top: 0.54rem; } }
    .form-field--image--is-square .form-field--image__button--view {
      display: none; }
    .form-field--image--is-square .form-field--image__image {
      object-fit: cover;
      min-height: auto; }
      @media (max-width: 400px) {
        .form-field--image--is-square .form-field--image__image {
          max-height: none;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
      .col--1 .form-field--image--is-square .form-field--image__image, .col--2 .form-field--image--is-square .form-field--image__image {
        max-height: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      @media (max-width: 400px) {
        .col--3 .form-field--image--is-square .form-field--image__image, .col--4 .form-field--image--is-square .form-field--image__image, .col--5 .form-field--image--is-square .form-field--image__image, .col--6 .form-field--image--is-square .form-field--image__image, .col--7 .form-field--image--is-square .form-field--image__image, .col--8 .form-field--image--is-square .form-field--image__image, .col--9 .form-field--image--is-square .form-field--image__image, .col--10 .form-field--image--is-square .form-field--image__image, .col--11 .form-field--image--is-square .form-field--image__image, .col--12 .form-field--image--is-square .form-field--image__image {
          max-height: none;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }

.form-field--image-size .form-field--range {
  padding: 0;
  margin-top: 0.75rem; }
  .form-field--image-size .form-field--range:last-child {
    padding-bottom: 0; }

.form-field--password__toggle {
  background-color: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0.75rem;
  transform: translate(0, -50%);
  display: block;
  opacity: 0.3;
  outline: none; }

.field-wrapper .input-path {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  position: relative;
  font-size: .925em;
  line-height: 1.4; }
  @media (max-width: 400px) {
    .field-wrapper .input-path {
      line-height: 1.2; } }
  .col--1 .field-wrapper .input-path, .col--2 .field-wrapper .input-path {
    line-height: 1.2; }
  @media (max-width: 400px) {
    .col--3 .field-wrapper .input-path, .col--4 .field-wrapper .input-path, .col--5 .field-wrapper .input-path, .col--6 .field-wrapper .input-path, .col--7 .field-wrapper .input-path, .col--8 .field-wrapper .input-path, .col--9 .field-wrapper .input-path, .col--10 .field-wrapper .input-path, .col--11 .field-wrapper .input-path, .col--12 .field-wrapper .input-path {
      line-height: 1.2; } }
  .field-wrapper .input-path__content {
    display: flex;
    opacity: 0.8;
    vertical-align: top;
    font-weight: 500;
    max-width: 45%;
    direction: rtl;
    padding: calc(0.54em + 1.34em) 0 0.54em 0.54em; }
    @media (max-width: 400px) {
      .field-wrapper .input-path__content {
        padding-right: 0.54em;
        max-width: none;
        width: 100%; } }
    .col--1 .field-wrapper .input-path__content, .col--2 .field-wrapper .input-path__content {
      padding-right: 0.54em;
      max-width: none;
      width: 100%; }
    @media (max-width: 400px) {
      .col--3 .field-wrapper .input-path__content, .col--4 .field-wrapper .input-path__content, .col--5 .field-wrapper .input-path__content, .col--6 .field-wrapper .input-path__content, .col--7 .field-wrapper .input-path__content, .col--8 .field-wrapper .input-path__content, .col--9 .field-wrapper .input-path__content, .col--10 .field-wrapper .input-path__content, .col--11 .field-wrapper .input-path__content, .col--12 .field-wrapper .input-path__content {
        padding-right: 0.54em;
        max-width: none;
        width: 100%; } }
    .field-wrapper .input-path__content-url {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      word-break: keep-all;
      text-overflow: ellipsis; }
  .field-wrapper .input-path__input {
    padding: 0;
    padding: calc(0.54em + 1.34em) 0.54em 0.54em 0;
    font-weight: 600; }
    @media (max-width: 400px) {
      .field-wrapper .input-path__input {
        padding-top: calc(0.54em + 2.75em);
        padding-left: 0.54em; } }
    .col--1 .field-wrapper .input-path__input, .col--2 .field-wrapper .input-path__input {
      padding-top: calc(0.54em + 2.75em);
      padding-left: 0.54em; }
    @media (max-width: 400px) {
      .col--3 .field-wrapper .input-path__input, .col--4 .field-wrapper .input-path__input, .col--5 .field-wrapper .input-path__input, .col--6 .field-wrapper .input-path__input, .col--7 .field-wrapper .input-path__input, .col--8 .field-wrapper .input-path__input, .col--9 .field-wrapper .input-path__input, .col--10 .field-wrapper .input-path__input, .col--11 .field-wrapper .input-path__input, .col--12 .field-wrapper .input-path__input {
        padding-top: calc(0.54em + 2.75em);
        padding-left: 0.54em; } }
  .field-wrapper .input-path__suggestions {
    padding-top: 0;
    color: #ff2343;
    font-size: 0.825em; }
    .field-wrapper .input-path__suggestions button {
      background: none;
      color: #ff2343;
      display: inline-block;
      margin: 0;
      padding: 0;
      outline: 0;
      border: 0;
      font-size: 0.825em;
      font-weight: bold;
      margin-right: 0.5em; }
      .field-wrapper .input-path__suggestions button:hover {
        text-decoration: underline; }
  .field-wrapper .input-path__streamline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center; }
    .field-wrapper .input-path__streamline__expand {
      display: flex;
      align-items: center;
      line-height: 1;
      font-weight: 500;
      font-family: inherit;
      font-size: inherit;
      margin-left: .33em;
      padding: .33em;
      border-radius: 3px;
      border: none;
      appearance: none;
      color: inherit;
      background: rgba(0, 0, 0, 0.075);
      transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1); }
      .field-wrapper .input-path__streamline__expand .material-icons {
        font-size: 1em;
        margin-left: .15em;
        transition: inherit; }
      .field-wrapper .input-path__streamline__expand:hover, .field-wrapper .input-path__streamline__expand:focus {
        background: rgba(0, 0, 0, 0.1); }
        .field-wrapper .input-path__streamline__expand:hover .material-icons, .field-wrapper .input-path__streamline__expand:focus .material-icons {
          transform: rotate(60deg); }

.form-field--phone select {
  position: absolute;
  width: 100%; }

/* CSS variables. */
:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: 0.8;
  --PhoneInputInternationalIconGlobe-opacity: 0.65;
  --PhoneInputCountrySelect-marginRight: 0.35em;
  --PhoneInputCountrySelectArrow-width: 0.3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(
		--PhoneInputCountrySelect-marginRight
	);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: 0.45;
  --PhoneInputCountrySelectArrow-color: inherit;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, 0.5);
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, 0.1); }

.PhoneInput {
  /* This is done to stretch the contents of this component. */
  display: flex;
  align-items: center; }

.PhoneInputInput {
  /* The phone number input stretches to fill all empty space */
  flex: 1;
  /* The phone number input should shrink
	   to make room for the extension input */
  min-width: 0; }

.PhoneInputCountryIcon {
  width: calc( var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: var(--PhoneInputCountryFlag-height); }

.PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height); }

.PhoneInputCountryIcon--border {
  /* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  /* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor); }

.PhoneInputCountryIconImg {
  /* Fixes weird vertical space above the flag icon. */
  /* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
  display: block;
  /* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
  width: 100%;
  height: 100%; }

.PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity); }

.PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity); }

/* Styling native country `<select/>`. */
.PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight); }

.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer; }

.PhoneInputCountrySelect[disabled] {
  cursor: default; }

.PhoneInputCountrySelectArrow {
  display: block;
  content: '';
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity); }

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus); }

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus); }

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus); }

.form-field--range:last-child {
  padding-bottom: 0.75em; }

.form-field--range__area {
  position: relative; }
  .form-field--range__area__label {
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    color: #446fe4;
    margin-right: -3px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1); }
    .form-field--range__area__label:focus-within {
      border-color: rgba(68, 111, 228, 0.66);
      background: white; }
    .form-field:hover:not(:focus-within) .form-field--range__area__label, .note-editor .form-group:hover:not(:focus-within) .form-field--range__area__label, .note-editor .checkbox:hover:not(:focus-within) .form-field--range__area__label {
      background: #ffffffb3; }
    .form-field--range__area__label > .form-field--range__area__label__value {
      display: inline-block;
      text-align: right;
      font-size: inherit;
      font-weight: inherit;
      padding: 2px;
      width: 4.25em;
      height: 20px;
      line-height: 20px;
      -moz-appearance: textfield; }
      .form-field--range__area__label > .form-field--range__area__label__value::-webkit-inner-spin-button, .form-field--range__area__label > .form-field--range__area__label__value::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
    .form-field--range-has-postfix .form-field--range__area__label__value {
      padding-right: 1.5em;
      width: calc(2.25em + 1.5em); }
    .form-field .form-field--range__area__label__value::placeholder, .note-editor .form-group .form-field--range__area__label__value::placeholder, .note-editor .checkbox .form-field--range__area__label__value::placeholder {
      color: rgba(68, 111, 228, 0.5);
      opacity: 1; }
    .form-field--range__area__label > .form-field--range__area__label__postfix {
      display: inline-block;
      vertical-align: baseline;
      margin-left: -1.4em;
      pointer-events: none; }
  .form-field--range__area .rc-slider {
    position: relative;
    margin-left: 0.2em;
    width: 90%;
    width: calc(100% - 3em);
    z-index: 2; }
    .form-field--range-has-postfix .form-field--range__area .rc-slider {
      width: calc(100% - 4em); }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #d1d8e8;
    height: 4px;
    border-radius: 6px; }
  .rc-slider-track {
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 6px;
    background-color: #2287ff; }
  .rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: pan-x;
    outline: 0;
    border-radius: 50%;
    background: #4e9fff;
    background: white;
    transition: transform 0.3s cubic-bezier(0.5, 0.025, 0, 1.25);
    border: 3px solid #2287ff; }
    .rc-slider-handle:hover, .rc-slider-handle:active {
      transform: scale3d(1.4, 1.4, 1); }
  .form-field:hover .rc-slider-handle:not(:hover):not(:active), .note-editor .form-group:hover .rc-slider-handle:not(:hover):not(:active), .note-editor .checkbox:hover .rc-slider-handle:not(:hover):not(:active) {
    transition: transform 0.3s cubic-bezier(0.5, 0.025, 0, 1.25) 0.5;
    transform: scale3d(1.2, 1.2, 1); }
  .rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px; }
  .rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999; }
    .rc-slider-mark-text-active {
      color: #666; }
  .rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent; }
  .rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background-color: #91c3ff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle; }
    .rc-slider-dot-active {
      background-color: #2287ff; }
  .rc-slider-disabled {
    background-color: #e9e9e9; }
    .rc-slider-disabled .rc-slider-track {
      background-color: #c4e0ff; }
    .rc-slider-disabled .rc-slider-handle,
    .rc-slider-disabled .rc-slider-dot {
      border-color: #c4e0ff;
      box-shadow: none;
      background-color: #fff;
      cursor: not-allowed; }
    .rc-slider-disabled .rc-slider-mark-text,
    .rc-slider-disabled .rc-slider-dot {
      cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }
  .rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px; }
  .rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px; }
  .rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px;
    touch-action: pan-y; }
  .rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%; }
  .rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px; }
  .rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px; }
    .rc-slider-vertical .rc-slider-dot:first-child {
      margin-bottom: -4px; }
    .rc-slider-vertical .rc-slider-dot:last-child {
      margin-bottom: -4px; }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .rc-slider-tooltip-hidden {
    display: none; }
  .rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0; }
  .rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: tint(#666, 4%);
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9; }
  .rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: tint(#666, 4%); }

.form-field--select {
  font-size: 1.17em;
  padding: 0; }
  .form-field--select > label {
    position: absolute;
    top: 0.54em;
    left: 0.54em; }
  .form-field--select select {
    cursor: pointer;
    padding: calc(0.54em + 1.34em + 0.09em) 0.54em 0.63em; }
    .form-field--select select option {
      padding: 0.09em 0; }
    .form-field--select select:invalid {
      color: #aaa; }
  .form-field--select::after {
    content: 'unfold_more';
    font-family: 'Material Icons';
    position: absolute;
    display: block;
    font-size: 1.35em;
    right: 0.125em;
    bottom: 0.3564em;
    line-height: 1;
    letter-spacing: 0;
    pointer-events: none; }
  .form-field--select--other {
    display: flex; }
    .form-field--select--other__overlay {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .form-field--select--other__overlay-gap {
        visibility: hidden;
        font-size: 1.17em;
        padding-left: 0.54em;
        pointer-events: none; }
      .form-field--select--other__overlay input {
        pointer-events: all;
        flex: 1;
        margin-right: 3em; }

.form-field--stripe {
  padding: calc(0.54em + 1.34em) 0.54em 0.54em 2em;
  display: block;
  width: 100%; }
  .form-field--stripe .material-icons {
    position: absolute;
    left: 0.54em;
    bottom: 0.54em;
    font-size: 1.1em;
    width: 1.1em;
    opacity: 0.5;
    transition: 0.2s cubic-bezier(0.2, 0, 0.1, 1); }
  .form-field--stripe .StripeElement--focus + .material-icons {
    opacity: 1; }
  .form-field--stripe-1line {
    padding-left: 0.54em; }
    .form-field--stripe-1line .material-icons {
      position: relative;
      left: unset;
      bottom: unset;
      opacity: 1;
      width: auto; }
  .form-field--stripe__expiration-date {
    margin-right: 1rem; }
  .form-field--stripe__expiration-date, .form-field--stripe__cvc {
    width: calc(50% - 0.5rem);
    display: inline-block; }

.stripe-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.5rem;
  width: calc(100% + 1rem); }
  .stripe-inputs .form-field--stripe {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    min-width: 110px; }
    .stripe-inputs .form-field--stripe__expiration-date, .stripe-inputs .form-field--stripe__cvc {
      width: calc(50% - 1rem);
      flex-grow: 1; }

/** Tag input overrides to match editor */
.form-field--tags > div {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: calc(0.54em + 1.34em) 0.54em 0 0.54em;
  position: relative;
  font-size: 15.2px; }
  .form-field--tags > div > div > button {
    vertical-align: bottom; }
  .form-field--tags > div:not(:focus-within) label.form-field--tags__label,
  .form-field--tags > div:focus-within label.form-field--tags__label {
    position: absolute;
    top: 0.54em;
    left: 0.54em;
    display: inline-block;
    z-index: 2;
    pointer-events: none;
    padding: 0;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 0.36em;
    display: block;
    color: #444;
    transition: color .2s ease;
    line-height: 1; }

.form-field--textarea textarea {
  min-height: 4em;
  line-height: 1.2;
  vertical-align: bottom; }

.form-field--url__indicator {
  color: white;
  margin: 0 0.33em 0 calc(0.33em - 3px);
  width: 2em;
  text-align: center; }
  .form-field--url__indicator i {
    display: flex;
    align-items: center;
    justify-content: center; }
  .form-field--url__indicator svg {
    width: 0.85em;
    height: 0.85em;
    fill: currentColor; }

.form-field--url__input {
  border-radius: 3px;
  background: #bebfc9;
  padding: 2px;
  transition: background 0.3s cubic-bezier(0.2, 0, 0.1, 1);
  display: flex;
  align-items: center;
  justify-self: flex-start; }
  .form-field--url__input:hover, .form-field--url__input:focus-within {
    background: #2287ff; }
  .form-field--url__input--provider-youtube, .form-field--url__input--provider-youtube:hover, .form-field--url__input--provider-youtube:focus-within {
    background: #ff0000; }
  .form-field--url__input--provider-vimeo, .form-field--url__input--provider-vimeo:hover, .form-field--url__input--provider-vimeo:focus-within {
    background: #1ab7ea; }
  .form-field--url__input input {
    background: white; }

.form-field--url__input-container {
  position: relative;
  flex-grow: 1; }

.form-field--url__placeholder,
.form-field--url__input-container input {
  border-radius: 2px;
  width: 100%;
  padding: 0.25em 0.5em;
  font-size: inherit;
  line-height: 1.5; }

.form-field--url__placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: rgba(16, 37, 66, 0.75);
  font-style: italic; }
  .form-field--url__placeholder .video-icon {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.1em; }
    .form-field--url__placeholder .video-icon--youtube {
      fill: #ff0000; }
    .form-field--url__placeholder .video-icon--vimeo {
      fill: #1ab7ea; }

.form-field--url .video-wrapper {
  position: relative;
  width: 100%;
  margin-top: 4px;
  overflow: hidden;
  border-radius: 4px; }
  .form-field--url .video-wrapper:before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .form-field--url .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ICONS */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
		format('woff2');
}

.material-icons,
#editor-content-root .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

