.color-primary {
  color: #79a4ca;
}
.color-secondary-mid {
  color: #3db485;
}
.color-red {
  color: #bf4857;
}
.color-red-dark {
  color: #6a2029;
}
.bg-red-light {
  background-color: #f1dfe1;
}
.pulse-anim {
  animation-name: pulse-11;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.rotate {
  animation-name: rotate-loader;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@-moz-keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
w-div a {
  visibility: hidden !important;
}
html,
body {
  min-height: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
#root,
#root2 {
  min-height: 100%;
}
html {
  box-sizing: border-box;
}
body {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 400;
  font-family: 'Lato', Georgia, serif;
  color: #424242;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.a-bold:before {
  content: '\e238';
}
.a-italic:before {
  content: '\e23f';
}
.a-unordered-list:before {
  content: '\e241';
}
.a-ordered-list:before {
  content: '\e242';
}
.a-quote:before {
  content: '\e244';
}
.a-photo:before {
  content: '\e432';
}
.a-menu:before {
  content: '\e8fe';
}
textarea {
  overflow: auto;
}
.editor {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  font-size: 18px;
  line-height: 32px;
  transition: transform 0.9s;
}
.editor.editor--live {
  padding-top: 105px;
  padding-bottom: 80px;
}
.body--edit .editor {
  margin-top: -80px;
  padding-top: 152px;
  min-height: 100vh;
}
.body--edit .editor--confirmation {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 220px;
  min-height: 50vh;
}
.body--edit .EditorPageWrapper__inner > .editor {
  padding-bottom: 200px;
}
._iframe #root {
  width: 1px;
  min-width: 100%;
}
._iframe #root2 {
  width: 1px;
  min-width: 100%;
}
._iframe._inline::-webkit-scrollbar {
  display: none;
}
._iframe {
  height: 100%;
}
._iframe._inline {
  height: auto;
  overflow: hidden;
}
._iframe._popup {
  width: 100%;
  height: auto;
  overflow: hidden;
}
._iframe._oembed,
._iframe._oembed._inline {
  overflow: initial;
}
._iframe:not(._takeover) .editor {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto;
}
.body--haspages._iframe .editor {
  padding-bottom: 80px !important;
}
@media all and (max-width: 740px) {
  .editor.editor--live {
    padding: 25px 25px;
    padding-bottom: 80px;
  }
}
.editor.editor--inline {
  padding: 0;
  max-width: 790px;
  margin: 0 auto;
}
.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 0;
}
.editor:not(.editor--live) > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > .paragraph {
  transition: all 0.2s;
}
.editor:not(.editor--live) > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > .paragraph:hover {
  background-color: rgba(200,200,200,0.06);
}
.public-DraftEditor-content > div figure {
  margin-bottom: 40px;
}
.editor blockquote {
  padding-left: 21px;
  border-left: 3px solid #444;
}
.editor figure,
.editor > figure {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  display: block;
  z-index: 1;
}
.editor figure.image,
.editor > figure.image {
  max-width: 100% !important;
  z-index: 2;
}
.editor img {
  transition: width 0.3s;
}
.editor--live .paragraph.block--empty:first-child {
  display: none;
}
h1 {
  margin: 0;
  line-height: 1.2;
}
h2 {
  line-height: 1.2;
  margin: 0;
}
.main {
  background-color: #f8f8f8;
}
.material-icons {
  visibility: visible;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  position: relative;
/* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.tooltip {
  position: relative;
}
.tooltip[data-label]::before,
.material-icons[data-label]::before,
.BtnV2[data-label]::before,
.btn-raised[data-label]::before {
  content: attr(data-label);
  font-family: 'Lato';
  position: absolute;
  top: -36px;
  min-width: 120px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #647178;
  background-color: #fff;
  left: 50%;
  font-weight: 400;
  box-shadow: 0 11px 50px -10px rgba(0,0,0,0.3);
  margin-left: -60px;
  text-align: center;
  text-transform: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
  transform: translateY(3px);
  pointer-events: none;
}
.tooltip--below15::before {
  top: 15px;
}
.tooltip--below50::before {
  top: 50px;
}
.tooltip:hover::before,
.material-icons:hover::before,
.BtnV2:hover::before,
.btn-raised:hover::before {
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}
.home svg polygon {
  transition: 2.5s all;
}
#mouseposition-extension-element-full-container {
  background-color: transparent;
}
.grecaptcha-badge {
  display: none;
}
.__paperform_hidden {
  display: none !important;
}
.body--haspages._iframe._inline .editor.editor--live {
  display: block;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.mb1 {
  margin-bottom: 18px;
}
._iframe._takeover .editor.editor--live {
  min-height: 100%;
}
._takeover #root > div {
  min-height: 100vh;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}
.DraftEditor-root,
.DraftEditor-editorContainer,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditorPlaceholder-root {
  width: 100%;
}
.editor > .DraftEditor-root > .public-DraftEditorPlaceholder-root > .public-DraftEditorPlaceholder-inner {
  max-width: 700px;
  margin: 0 auto;
}
.DraftEditor-editorContainer {
  background-color: rgba(255,255,255,0);
/* Repair mysterious missing Safari cursor */
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-content {
  outline: none;
  white-space: pre-wrap;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ul,
.public-DraftStyleDefault-ol {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) '. ';
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) '. ';
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) '. ';
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) '. ';
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) '. ';
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
.public-DraftStyleDefault-block {
  outline: none;
}
.DraggingRow__droptext {
  text-align: center;
  background: #f8f8f8;
  color: #79a4ca;
  font-weight: 400;
  padding: 4px;
  text-transform: uppercase;
  font-size: 13px;
}
.DraggingRow--isOver {
  outline: 1px dashed #ddd;
}
.DraggingRow--isOver.DraggingRow__section {
  outline: 2px dashed #3db485;
  padding-top: 0px;
}
.DraggingRow__section .DraggingRow__droptext {
  background-color: #3db485;
  color: #fff;
  font-weight: 400;
}
.ContextMenu {
  position: absolute;
  background-color: #fff;
  width: 175px;
  max-height: 200px;
  overflow: auto;
  z-index: 5000;
  transition: all 0.15s;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  box-shadow: 0 3px 15px -3px rgba(0,0,0,0.3);
}
.ContextMenu.ContextMenu--closed {
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}
.ContextMenu.ContextMenu--open {
  transform: translateY(5px);
  opacity: 1;
}
.ContextMenu.ContextMenu--alignright {
  right: 0;
  text-align: center;
}
.ContextMenu__option {
  font-size: 13px;
  padding: 6px 18px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ContextMenu__option:hover {
  background-color: #e9eef3;
  color: #3e7aae;
}
.ContextMenu__option.warning:hover {
  background-color: #bf4857;
  color: #fff;
}
.ContextMenu__control {
  outline: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.ContextMenu__control:hover {
  opacity: 0.8;
}
.ContextMenu__btn {
  width: 100%;
  border-radius: 0 !important;
  margin-bottom: 0;
}

	.introjs-fixParent .public-DraftEditorPlaceholder-root {
		z-index: 10000000;
		pointer-events: none;
	}
	.introjs-overlay {
		position: absolute;
		
		box-sizing: content-box;
		z-index: 999999;
		background-color: #000;
		opacity: 0;
		background: -moz-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
		background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
		background: -webkit-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
		background: -o-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
		background: -ms-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
		background: radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
		filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		-webkit-transition: all 0.3s ease-out;
			 -moz-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				 -o-transition: all 0.3s ease-out;
						transition: all 0.3s ease-out;
	}

	.introjs-fixParent {
		z-index: auto !important;
		opacity: 1.0 !important;
		-webkit-transform: none !important;
			 -moz-transform: none !important;
				-ms-transform: none !important;
				 -o-transform: none !important;
						transform: none !important;
	}

	.introjs-showElement,tr.introjs-showElement > td,tr.introjs-showElement > th {
		z-index: 9999999 !important;
	}

	.introjs-disableInteraction {
		z-index: 99999999 !important;
		position: absolute;
		background-color: white;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.introjs-relativePosition,tr.introjs-showElement > td,tr.introjs-showElement > th {
		position: relative;
	}

	.introjs-helperLayer {
		box-sizing: content-box;
		position: absolute;
		z-index: 9999998;
		background-color: #FFF;
		background-color: rgba(255,255,255,.9);
		//border: 1px solid #777;
		//border: 1px solid rgba(0,0,0,.5);
		border-radius: 4px;
		box-shadow: 0 4px 30px -10px rgba(0,0,0,.3);
		-webkit-transition: all 0.3s ease-out;
			 -moz-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				 -o-transition: all 0.3s ease-out;
						transition: all 0.3s ease-out;
	}

	.introjs-tooltipReferenceLayer {
		box-sizing: content-box;
		position: absolute;
		visibility: hidden;
		z-index: 100000000;
		background-color: transparent;
		-webkit-transition: all 0.3s ease-out;
			 -moz-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				 -o-transition: all 0.3s ease-out;
						transition: all 0.3s ease-out;
	}

	.introjs-helperLayer *,.introjs-helperLayer *:before,.introjs-helperLayer *:after {
		-webkit-box-sizing: content-box;
			 -moz-box-sizing: content-box;
				-ms-box-sizing: content-box;
				 -o-box-sizing: content-box;
						box-sizing: content-box;
	}

	.introjs-helperNumberLayer {
		box-sizing: content-box;
		position: absolute;
		visibility: visible;
		top: -16px;
		left: -16px;
		z-index: 9999999999 !important;
		padding: 2px;
		font-family: Arial, verdana, tahoma;
		font-size: 13px;
		font-weight: bold;
		color: white;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
		background: #ff3019; /* Old browsers */
		background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
		background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
		background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
		background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
		background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
		width: 20px;
		height:20px;
		line-height: 20px;
		border: 3px solid white;
		border-radius: 50%;
		filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
		filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
		box-shadow: 0 2px 5px rgba(0,0,0,.4);
	}

	.introjs-arrow {
		border: 5px solid transparent;
		content:'';
		position: absolute;
	}
	.introjs-arrow.top {
		top: -10px;
		border-bottom-color:white;
	}
	.introjs-arrow.top-right {
		top: -10px;
		right: 10px;
		border-bottom-color:white;
	}
	.introjs-arrow.top-middle {
		top: -10px;
		left: 50%;
		margin-left: -5px;
		border-bottom-color:white;
	}
	.introjs-arrow.right {
		right: -10px;
		top: 10px;
		border-left-color:white;
	}
	.introjs-arrow.right-bottom {
		bottom:10px;
		right: -10px;
		border-left-color:white;
	}
	.introjs-arrow.bottom {
		bottom: -10px;
		border-top-color:white;
	}
	.introjs-arrow.bottom-right {
		bottom: -10px;
		right: 10px;
		border-top-color:white;
	}
	.introjs-arrow.bottom-middle {
		bottom: -10px;
		left: 50%;
		margin-left: -5px;
		border-top-color:white;
	}
	.introjs-arrow.left {
		left: -10px;
		top: 10px;
		border-right-color:white;
	}
	.introjs-arrow.left-bottom {
		left: -10px;
		bottom:10px;
		border-right-color:white;
	}

	.introjs-tooltip {
		box-sizing: content-box;
		position: absolute;
		visibility: visible;
		padding: 24px;
		background-color: white;
		min-width: 400px;
		max-width: 500px;
		border-radius: 8px;
		font-size: 16px;
		box-shadow: 0 2px 20px -5px rgba(0,0,0,.3);
		-webkit-transition: opacity 0.1s ease-out;
			 -moz-transition: opacity 0.1s ease-out;
				-ms-transition: opacity 0.1s ease-out;
				 -o-transition: opacity 0.1s ease-out;
						transition: opacity 0.1s ease-out;
	}

	.introjs-tooltipbuttons {
		text-align: right;
		white-space: nowrap;
	}
	
	.introjs-button {
		margin-top: 9px;
	}

	.introjs-button.introjs-disabled {
		display: none;
	}
	
	.introjs-button + .introjs-button {
		margin-left: 5px;
	}


	.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
		color: #9a9a9a;
		border-color: #d4d4d4;
		box-shadow: none;
		cursor: default;
		background-color: #f4f4f4;
		background-image: none;
		text-decoration: none;
		pointer-events: none;
	}

	.introjs-hidden {
			 display: none;
	}

	.introjs-bullets {
		text-align: center;
	}
	.introjs-bullets ul {
		box-sizing: content-box;
		clear: both;
		margin: 15px auto 0;
		padding: 0;
		display: inline-block;
	}
	.introjs-bullets ul li {
		box-sizing: content-box;
		list-style: none;
		float: left;
		margin: 0 2px;
	}
	.introjs-bullets ul li a {
		box-sizing: content-box;
		display: block;
		width: 6px;
		height: 6px;
		background: #ccc;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-decoration: none;
		cursor: pointer;
	}
	.introjs-bullets ul li a:hover {
		background: #999;
	}
	.introjs-bullets ul li a.active {
		background: #999;
	}

	.introjs-progress {
		box-sizing: content-box;
		overflow: hidden;
		height: 10px;
		margin: 10px 0 5px 0;
		border-radius: 4px;
		background-color: #ecf0f1
	}
	.introjs-progressbar {
		box-sizing: content-box;
		float: left;
		width: 0%;
		height: 100%;
		font-size: 10px;
		line-height: 10px;
		text-align: center;
		background-color: #08c;
	}

	.introjsFloatingElement {
		position: absolute;
		height: 0;
		width: 0;
		left: 50%;
		top: 50%;
	}

	.introjs-fixedTooltip {
		position: fixed;
	}

	.introjs-hint {
		box-sizing: content-box;
		position: absolute;
		background: transparent;
		width: 20px;
		height: 15px;
		cursor: pointer;
	}
	.introjs-hint:focus {
			border: 0;
			outline: 0;
	}
	.introjs-hidehint {
		display: none;
	}

	.introjs-fixedhint {
		position: fixed;
	}

	.introjs-hint:hover > .introjs-hint-pulse {
		border: 5px solid rgba(60, 60, 60, 0.57);
	}

	.introjs-hint-pulse {
		box-sizing: content-box;
		width: 10px;
		height: 10px;
		border: 5px solid rgba(60, 60, 60, 0.27);
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background-color: rgba(136, 136, 136, 0.24);
		z-index: 10;
		position: absolute;
		-webkit-transition: all 0.2s ease-out;
			 -moz-transition: all 0.2s ease-out;
				-ms-transition: all 0.2s ease-out;
				 -o-transition: all 0.2s ease-out;
						transition: all 0.2s ease-out;
	}
	.introjs-hint-no-anim .introjs-hint-dot {
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	.introjs-hint-dot {
		box-sizing: content-box;
		border: 10px solid rgba(146, 146, 146, 0.36);
		background: transparent;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		height: 50px;
		width: 50px;
		-webkit-animation: introjspulse 3s ease-out;
		-moz-animation: introjspulse 3s ease-out;
		animation: introjspulse 3s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		position: absolute;
		top: -25px;
		left: -25px;
		z-index: 1;
		opacity: 0;
	}

	@-webkit-keyframes introjspulse {
			0% {
					-webkit-transform: scale(0);
					opacity: 0.0;
			}
			25% {
					-webkit-transform: scale(0);
					opacity: 0.1;
			}
			50% {
					-webkit-transform: scale(0.1);
					opacity: 0.3;
			}
			75% {
					-webkit-transform: scale(0.5);
					opacity: 0.5;
			}
			100% {
					-webkit-transform: scale(1);
					opacity: 0.0;
			}
	}

	@-moz-keyframes introjspulse {
			0% {
					-moz-transform: scale(0);
					opacity: 0.0;
			}
			25% {
					-moz-transform: scale(0);
					opacity: 0.1;
			}
			50% {
					-moz-transform: scale(0.1);
					opacity: 0.3;
			}
			75% {
					-moz-transform: scale(0.5);
					opacity: 0.5;
			}
			100% {
					-moz-transform: scale(1);
					opacity: 0.0;
			}
	}

	@keyframes introjspulse {
			0% {
					transform: scale(0);
					opacity: 0.0;
			}
			25% {
					transform: scale(0);
					opacity: 0.1;
			}
			50% {
					transform: scale(0.1);
					opacity: 0.3;
			}
			75% {
					transform: scale(0.5);
					opacity: 0.5;
			}
			100% {
					transform: scale(1);
					opacity: 0.0;
			}
	}
.toolbar {
  position: absolute;
  z-index: 400000000;
  background: transparent;
  height: 35px;
  cursor: default;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.toolbar.side {
  top: -32px;
  left: -48px;
}
.toolbar.image {
  top: 7px;
  left: 50%;
  height: 40px;
  margin-left: -50px;
}
.toolbar.image .toolbar-icons .toolbar-icon {
  width: 40px;
  max-width: 40px;
}
.toolbar .toolbar-icons {
  position: absolute;
  z-index: 100;
  font-weight: light;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  border-radius: 200px;
  border-bottom: 0;
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
  box-shadow: 0 11px 50px -10px rgba(0,0,0,0.3);
}
.toolbar .toolbar-icons .toolbar-icon {
  background: #f8f8f8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 45px;
  max-width: 45px;
  color: #434a50;
  border-bottom: 2px solid transparent;
  transition: all 0.15s linear;
  cursor: pointer;
}
.toolbar .toolbar-icons .toolbar-icon.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.toolbar-icons > .toolbar-icon:first-child {
  border-radius: 0;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
}
.toolbar-icons > .toolbar-icon:last-child {
  border-radius: 0;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
}
.toolbar .toolbar-icons .toolbar-icon:hover,
.toolbar .toolbar-icons .toolbar-icon.active {
  color: #79a4ca;
  border-color: #79a4ca;
  background-color: #e9eef3;
}
.toolbar .toolbar-icons .toolbar-icon:hover i,
.toolbar .toolbar-icons .toolbar-icon.active i {
  color: #79a4ca;
}
.toolbar .toolbar-icons .toolbar-icon {
  font-size: 15px;
}
.toolbar .toolbar-icons .toolbar-icon i {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
}
.toolbar .toolbar-icons:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #cfd5da;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.side-toolbar {
  position: absolute;
  z-index: 10000000000;
  margin-top: -15px;
  padding-right: 9px;
  width: 300px;
  text-align: right;
}
.side-toolbar i {
  margin-right: 14px;
  color: #ccc;
  -webkit-font-smoothing: antialised;
  font-size: 20px;
  cursor: pointer;
  vertical-align: middle;
  transition: color 0.3s;
}
.side-toolbar i:hover,
.side-toolbar i.hover {
  color: #79a4ca;
}
.introjs-fixParent .side-toolbar i {
  color: #aaa;
}
.introjs-fixParent .side-toolbar i:hover,
.introjs-fixParent .side-toolbar i.hover {
  color: #79a4ca;
}
.side-toolbar i.a-menu {
  font-size: 32px;
}
.toolbar__link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f8f8f8;
  z-index: 1;
}
.side-toolbar__answers {
  width: 175px;
  position: absolute;
  right: 0;
  margin-right: 0;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.side-toolbar__answer {
  padding: 5px 15px;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-toolbar__answer:hover {
  background: #f8f8f8;
}
.toolbar-icon.menu {
  position: relative;
  overflow: visible;
}
.toolbar-icon.menu .toolbar-icon {
  width: auto;
  max-width: 200px;
  display: inline-block;
  border-radius: none;
  text-align: center;
  padding: 0 18px;
  border-radius: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.toolbar-icon__menu {
  display: none;
  position: absolute;
  top: 35px;
  left: -40px;
}
.toolbar-icon:hover .toolbar-icon__menu {
  display: block;
}
.image-floatleft {
  float: left;
  margin-bottom: 0;
}
.image-floatright {
  float: right;
  margin-bottom: 0;
}
.image-floatleft,
.image-floatright {
  margin-bottom: 20px !important;
}
.image-floatleft > div > img,
.image-floatright > div > img {
  margin-bottom: 0;
}
.image {
  position: relative;
}
.image .react-resizable {
  position: relative;
}
.image img {
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.image .Image__controls {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -180px;
  opacity: 0;
  pointer-events: none;
}
.image .Image__controls .Image__controls {
  opacity: 1;
}
.Image__wrappereeditor--fullwidth .react-resizable-handle {
  display: none;
}
.Image__wrappereeditor {
  outline: none;
}
.Image__wrappereeditor:focus .Image__controls,
.Image__wrappereeditor--open .Image__controls {
  opacity: 1;
  pointer-events: all;
}
.Image__wrappereeditor:focus img,
.Image__wrappereeditor--open img {
  outline: 3px solid #79a4ca;
}
.Image__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
}
.Image__delete:hover {
  color: #79a4ca;
}
.Image__delete::before {
  text-shadow: none;
}
.Image__replace {
  position: absolute;
  top: 0;
  right: 35px;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
}
.Image__replace:hover {
  color: #79a4ca;
}
.Image__replace::before {
  text-shadow: none;
}
.Image__link {
  position: absolute;
  top: 0;
  right: 70px;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
}
.Image__link.Image__link--haslink {
  color: #79a4ca;
}
.Image__link:hover {
  color: #79a4ca;
}
.Image__link::before {
  text-shadow: none;
}
.Image__deletewrapper--full .Image__delete,
.Image__deletewrapper--full .Image__replace,
.Image__deletewrapper--full .Image__link {
  padding: 10px;
}
.Image__deletewrapper--full .Image__replace,
.Image__deletewrapper--full .Image__link {
  padding-right: 5px;
}
.Image__replace,
.Image__link {
  padding-right: 0;
}
.Image__wrappereeditor--uploading {
  opacity: 0.6;
}
.Image__percentage {
  position: absolute;
  bottom: 18px;
  left: 9px;
  height: 5px;
  background-color: #fff;
  transition: all 1s;
  box-shadow: 0 3px 10px rgba(0,0,0,0.7);
  max-width: calc(100% - 18px);
  border-radius: 5px;
}
.sortHandle {
  transition: all 0.3s !important;
  width: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.alignment--center .public-DraftStyleDefault-block {
  text-align: center;
}
.alignment--right .public-DraftStyleDefault-block {
  text-align: right;
}
.alignment--center .public-DraftStyleDefault-block {
  text-align: center;
}
figure.fieldSection {
  position: static;
  margin-bottom: 0 !important;
  z-index: 2;
}
@media all and (max-width: 600px) {
  figure.fieldSection {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.Field {
  margin: 0 auto;
  padding: 22px 20px;
  width: 700px;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  position: relative;
}
.Field.Field--dragging {
  background-color: #eee !important;
}
.Field .Dropdown-control {
  min-width: 170px;
  background-color: #fff;
}
.Field .Dropdown-control:hover {
  background-color: #f8f8f8;
}
.Field .is-open .Dropdown-control {
  background-color: #f8f8f8;
}
.FieldSection--nested .Field {
  margin: 0;
  width: 100%;
}
.Field__connectToStripe {
  text-align: center;
  flex: 1;
  padding-right: 15px;
}
.Field__connectToStripe small {
  display: block;
  padding: 15px 0;
  line-height: 20px;
}
.Field__connectToStripe small.Field__notallowed {
  color: #79caaa;
}
.Field__MobileConfigurationOptions {
  padding-top: 15px;
  text-align: center;
}
.Field__MobileConfigurationOptions .btn-raised {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.Field__headerlabel,
.Field__hinttext {
  resize: none;
  border: 0;
  font-family: inherit;
  width: 100%;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}
.Field__headerlabel:focus,
.Field__hinttext:focus {
  z-index: 2 !important;
}
.Field__hinttext {
  opacity: 0.9;
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .Field__headerlabel {
    display: block;
    flex: 1;
  }
  .Field__header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .Field__MobileConfigurationOptions {
    display: none;
  }
}
.Field__configurationOptions {
  position: absolute;
  right: calc(-50vw + 348px);
  width: calc(50vw - 350px);
  left-align: left;
  top: 0;
  padding: 0 20px;
  background-color: #fff;
  color: #ccc;
  height: 85px;
  line-height: 100px;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.3s;
}
.Field__configurationOptions a {
  cursor: pointer;
  font-size: 24px;
  margin-right: 14px;
  transition: color 0.2s;
  position: relative;
  z-index: 1;
}
.Field__configurationOptions a:hover {
  color: #9ebdd8;
}
.ui-sortable-dragging.Field {
  box-shadow: 0 10px 50px -15px rgba(0,0,0,0.4);
  transform: scale(1.02);
}
.Field:hover .Field__configurationOptions,
.ui-sortable-dragging .Field__configurationOptions {
  opacity: 1;
}
.FieldConfiguration__value,
.FieldConfiguration__label {
  margin: 9px 0;
}
.FieldConfiguration__label {
  font-size: 18px;
  line-height: 24px;
  color: #434a50;
}
.FieldConfiguration__label small {
  font-size: 13px;
  opacity: 0.7;
  display: block;
  line-height: 11px;
  margin-bottom: 12px;
}
.FieldConfigurationField__SubField + .FieldConfigurationField__SubField {
  margin-top: 18px;
}
.FieldConfigurationField__SubField:first-child {
  margin-top: 0;
}
.FieldConfigurationField__SubFieldTitle {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.FieldConfigurationField__descriptionInline {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #79caaa;
  margin: 9px 0;
  padding-bottom: 2px;
}
.FieldConfigurationField__descriptionInline svg {
  font-size: 18px;
  vertical-align: bottom !important;
  margin-right: 5px;
}
.FieldConfigurationField__description {
  position: absolute;
  left: calc(100%);
  padding-left: 0;
  top: -184px;
  min-height: 400px;
  display: flex;
  align-items: center;
  min-width: 500px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 0 50%;
  transition: all 0.2s;
}
.FieldConfigurationField__description:hover {
  opacity: 1;
  transform: scale(1);
}
.FieldConfigurationField__descriptioninner {
  padding: 17px 24px;
  color: #79caaa;
  box-shadow: 0 2px 21px 0 rgba(0,0,0,0.11);
  border-radius: 100px;
  pointer-events: all;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  height: 100%;
}
.FieldConfigurationField__descriptioninner::after {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(-52deg) skew(-15deg);
  box-shadow: -4px -4px 20px -5px rgba(0,0,0,0.3);
}
.FieldConfigurationField__i {
  display: inline-block;
  color: #79caaa;
  position: relative;
  cursor: pointer;
}
.FieldConfigurationField__i a {
  color: #3db485;
}
.FieldConfigurationField__i:hover .FieldConfigurationField__description {
  opacity: 1;
  transform: scale(1);
  z-index: 102;
}
.FieldConfigurationField__i svg {
  width: 22px;
  height: 22px;
}
.FieldConfigurationField {
  width: 100%;
}
.FieldConfigurationField .Select {
  font-weight: 300;
}
.FieldConfigurationField:not(.FieldConfigurationField--half) {
  margin-bottom: 36px;
}
.FieldConfigurationField--half {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
}
.FieldConfigurationField--half + .FieldConfigurationField--half {
  margin-left: 1%;
  margin-right: 0;
}
.FieldConfiguration__input {
  width: 100%;
  background-color: #f8f8f8;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 300;
  outline: 0;
  height: 40px;
  border-radius: 4px;
}
.FieldConfiguration__input::placeholder {
  color: #999;
}
.FieldConfiguration__richtext {
  width: 100%;
  background-color: #f8f8f8;
  border: 0;
  padding: 18px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 300;
}
textarea.FieldConfiguration__input {
  padding: 15px;
}
.VisibilityRules__close {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  color: #bf4857;
}
.VisibilityRules__close:hover {
  opacity: 1;
}
.VisibilityRules .Dropdown-option {
  white-space: initial;
  overflow: hidden;
}
.VisibilityRules__wrapper {
  padding: 18px;
  border-radius: 5px;
  margin-top: 18px;
  box-shadow: 0 4px 30px -13px rgba(0,0,0,0.4);
}
.VisibilityRule__multiple {
  padding-top: 9px;
}
.VisibilityRules--multiple-conditions > .VisibilityRules__conditions {
  background-color: rgba(121,164,202,0.2);
  border-radius: 8px;
  padding: 18px;
}
.Field__summary {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  margin-top: 8px;
}
.Field__nopaymentgateway {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  opacity: 0.5;
}
.Field__nopaymentgateway a {
  color: inherit;
}
.FieldConfiguration__subscriptionSelector {
  max-height: 300px;
  overflow: auto;
  border-radius: 3px;
  padding-right: 15px;
}
.FieldConfiguration__subscriptionSelectorloading {
  text-align: center;
}
.FieldConfiguration__planwrapper {
  display: flex;
}
.FieldConfiguration__plantoggle {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.FieldConfiguration__plan {
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #eee;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  flex: 1;
}
.FieldConfiguration__plan .material-icons {
  vertical-align: middle;
  display: block;
}
.FieldConfiguration__plan.FieldConfiguration__plan--add .material-icons {
  margin-left: 4px;
}
.FieldConfiguration__plan.FieldConfiguration__plan--remove .material-icons {
  margin-right: 4px;
}
.FieldConfiguration__plan:hover {
  background-color: #f8f8f8;
}
.FieldConfiguration__plan + .FieldConfiguration__plan {
  margin-top: 9px;
}
.FieldConfiguration__planlabel {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Field__dragpreview {
  color: #79a4ca;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  margin-left: -3px;
  margin-top: -3px;
  line-height: 30px;
  cursor: move !important;
  box-shadow: 0 3px 8px -2px #b2bbc4;
}
.sortHandle {
  cursor: move !important;
}
.LiveField__slider {
  min-height: 42px;
  max-width: 100%;
  position: relative;
  margin-top: 15px;
  padding: 0 20px;
}
.LiveField__slider--vertical {
  height: 300px;
  padding: 20px 0;
}
.LiveField__slider--empty .rc-slider-handle {
  display: none;
}
.LiveField__slider--empty .rc-slider-dot-active {
  border-color: #e9e9e9 !important;
  background-color: #fff !important;
}
.ScoreRules {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
}
.ScoreRules .ScoreRules__rule {
  flex: 1;
}
.ScoreRules .Dropdown-root {
  min-width: 0;
}
.ScoreRules .Dropdown-option {
  white-space: initial;
  text-align: left;
}
.ScoreRules__btn {
  padding-left: 9px;
  display: inline-block;
  cursor: pointer;
}
.ScoreRules__btn .material-icons {
  color: #79a4ca;
}
.ScoreRules__close .material-icons {
  color: #bf4857;
}
.ScoreRules__modifiers .Dropdown-option {
  white-space: nowrap;
}
.ScoreRules__then {
  min-width: 50px;
  font-size: 16px;
  text-align: center;
}
.ScoreRules__when {
  min-width: 50px;
  font-size: 16px;
}
.FieldSectionOptions {
  position: relative;
  transition: all 0.2s;
  opacity: 0;
  z-index: 30;
  pointer-events: none;
}
.fieldSection:hover .FieldSectionOptions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
.FieldSection__wrapper {
  position: relative;
}
.FieldSection__splitter {
  position: absolute;
  z-index: 100;
  transform: translateY(-50%);
  top: 0;
  left: -9px;
  right: -9px;
  min-height: max-content;
  padding: 10px 0;
  cursor: ns-resize;
}
.FieldSection__splitter div {
  opacity: 0;
  border: 1.5px dashed #79a4ca;
  font-family: Lato;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  transition: all 250ms;
  transform: scaleX(0.98);
}
.FieldSection__splitter div:before {
  content: 'SPLIT';
  font-size: 10px;
  position: absolute;
  display: block;
  left: 50%;
  top: -12px;
  background: #79a4ca;
  color: #fff;
  padding: 0px 8px;
  width: 48px;
  border-radius: 20px;
  margin-left: -24px;
  text-align: center;
}
.FieldSection__splitter:hover div {
  opacity: 1;
  transform: scaleX(1);
  pointer-events: all;
}
.FieldSectionOptions__grouplabel {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #aaa;
  font-family: $primaryFont;
  margin-right: 50px;
}
.FieldSectionOptions__inner {
  position: absolute;
  right: 0px;
  top: -45px;
  color: #cfcfcf;
  z-index: 2;
  transition: all 0.3s;
  background-color: #f8f8f8;
  padding: 7px 9px;
  padding-bottom: 0px;
  border-radius: 3px;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.2);
}
.FieldSectionOptions__inner [data-label]:hover::before {
  transform: translateY(-14px);
}
.FieldSectionOptions__inner a {
  font-size: 22px;
  cursor: pointer;
  margin-right: 10px;
  transition: color 0.2s;
  position: relative;
  z-index: 1;
}
.FieldSectionOptions__inner a:last-child {
  margin-right: 0;
}
.FieldSectionOptions__inner a:hover {
  color: #9ebdd8;
}
.FieldConfiguration__inputgroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.FieldConfiguration__title {
  margin-bottom: 36px;
  margin-top: 4px;
  margin-right: 300px;
}
.FieldConfigurationField__subfields {
  padding: 9px 24px;
  border: 3px solid #eee;
  border-radius: 9px;
}
.FormTagInput {
  margin-top: -8px;
}
> .FieldConfigurationField:last-child {
  margin-bottom: 0;
}
.FieldConfigurationField__error {
  padding: 9px 18px;
  margin-top: 9px;
  color: #bf4857;
  background-color: rgba(191,72,87,0.1);
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.LiveField {
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 1.2px 6px -2px rgba(0,0,0,0.6);
  cursor: pointer;
  border-radius: none;
  backface-visibility: hidden;
  transition: all 0.15s;
}
.LiveField .LiveField__container {
  padding: 22px 20px;
}
.LiveField textarea {
  resize: none;
}
.LiveField.LiveField--active {
  box-shadow: 0 3px 15px -3px rgba(0,0,0,0.3);
  z-index: 50;
}
.LiveField.LiveField--flexible {
  width: initial;
}
.Checkout .__unstyled,
.Checkout .LiveField__header {
  color: #333 !important;
}
.LiveField__required {
  position: relative;
  opacity: 0.6;
  font-size: 17px;
  top: -2px;
  right: -2px;
}
.LiveField--submiterror .LiveField__required {
  color: #ffa3a3;
  opacity: 1;
}
.LiveField--submiterror .LiveField__input:not(.LiveField__input--manualfocus),
.LiveField--submiterror .Address__input--error .LiveField__input,
.LiveField--submiterror textarea.LiveField__input[rows][rows='1'] {
  border-color: #ffa3a3;
}
@media all and (min-width: 700px) {
  .LiveField--inline .LiveField__container {
    display: flex;
  }
  .LiveField--inline .LiveField__container .LiveField__answer {
    padding-left: 15px;
    flex: 1;
  }
}
.LiveField__answer {
  margin-top: 5px;
  color: #79a4ca;
}
.LiveField__answer .YesNo,
.LiveField__answer .Choices {
  margin-top: 10px;
}
.LiveField__input {
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  color: inherit;
  line-height: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(230,230,230,0.8);
  outline: 0;
}
.LiveField__input[disabled] {
  color: #777;
  border-bottom-color: transparent;
}
.LiveField--active .LiveField__input:not(.LiveField__input--manualfocus) {
  border-bottom: 1px solid #79a4ca;
}
.LiveField__input--manualfocus:focus,
.LiveField__input--manualfocus._focus {
  border-bottom: 1px solid #79a4ca;
}
.YesNo .btn-raised.btn-default {
  background-color: #f8f8f8;
}
.YesNo label {
  margin: 0;
  width: 50%;
  display: inline-block;
  text-align: center;
}
.YesNo input {
  width: 1px;
  opacity: 0;
  position: absolute;
}
.LiveField--error {
  border-color: #fff;
}
.LiveField--error.LiveField--active {
  box-shadow: 0 3px 15px -3px #ffa3a3;
  border-color: #fff;
}
.LiveField--error.LiveField--active .LiveField__input {
  border-bottom: 1px solid #ffa3a3;
}
.LiveField--error .LiveField__error {
  height: auto;
  padding: 6px 0;
}
.LiveField__error {
  height: 0;
  padding: 0;
  position: relative;
  background-color: #ffa3a3;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  line-height: 18px;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  .LiveField__error {
    transition: height 0.3s;
  }
}
.LiveField__header {
  min-width: 150px;
}
.LiveField__description {
  min-width: 150px;
  font-size: 14px;
  line-height: normal;
  margin-top: 5px;
  opacity: 0.9;
  white-space: normal;
  word-wrap: normal;
}
.LiveField__description * {
  white-space: normal !important;
  word-wrap: normal !important;
}
.LiveField__prefixedInput {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LiveField__prefixedInput .LiveField__input {
  flex: 1 1 auto;
}
.LiveField__subheader {
  color: rgba(0,0,0,0.8);
  font-size: 16px;
  margin-top: 18px;
}
@media all and (min-width: 500px) {
  .LiveFieldSection__row {
    display: flex;
    margin-bottom: 0.2px;
  }
  .LiveFieldSection__row .LiveField__container {
    flex: 1 1 auto;
  }
  .LiveFieldSection__row > * {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .LiveField__input {
    min-height: 38px;
  }
}
textarea.LiveField__input[rows] {
  background-color: rgba(0,0,0,0.04);
  padding: 5px 10px;
  transition: background-color 0.3s;
  border-bottom-color: transparent;
}
textarea.LiveField__input[rows]:hover {
  background-color: rgba(0,0,0,0.02);
}
textarea.LiveField__input[rows]:focus {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 20px -6px rgba(0,0,0,0.2);
}
textarea.LiveField__input[rows][rows='1'] {
  background-color: transparent;
  border-bottom-color: rgba(230,230,230,0.8);
  padding: 2px;
  box-shadow: none;
}
.LiveField__input--confirm {
  padding: 0 20px;
  margin-top: -1px;
  border-top: 1px solid rgba(230,230,230,0.8);
  background-color: rgba(0,0,0,0.03);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  width: calc(100% + 40px);
}
.LiveField__input--confirm::before {
  content: 'Confirm';
}
.LiveField__inputflexwrapper {
  display: flex;
}
.LiveField__inputflexwrapper .LiveField__input {
  flex: 1 1 auto;
  margin-right: 15px;
}
textarea.LiveField__input[rows='2'] {
  min-height: 75px;
}
textarea.LiveField__input[rows='3'] {
  min-height: 107px;
}
textarea.LiveField__input[rows='4'] {
  min-height: 139px;
}
textarea.LiveField__input[rows='5'] {
  min-height: 171px;
}
textarea.LiveField__input[rows='6'] {
  min-height: 203px;
}
textarea.LiveField__input[rows='7'] {
  min-height: 235px;
}
textarea.LiveField__input[rows='8'] {
  min-height: 267px;
}
textarea.LiveField__input[rows='9'] {
  min-height: 299px;
}
textarea.LiveField__input[rows='10'] {
  min-height: 331px;
}
._ie .LiveFieldSection__row--1 > div {
  display: block !important;
}
@media all and (min-width: 500px) {
  ._ie .LiveFieldSection__row {
    display: block;
  }
  ._ie .LiveFieldSection__row.LiveFieldSection__row--2 > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
.LiveHTML {
  white-space: normal;
}
.LiveField__header .DraftEditor-root {
  display: inline-block;
}
.FormTagInput.LiveField__input {
  padding-top: 8px;
}
.Dropdown-root {
  position: relative;
  font-size: 16px;
  min-width: 95px;
  font-family: Lato;
  line-height: 21px;
  font-weight: 300;
}
.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-color: #f8f8f8;
  box-sizing: border-box;
  color: #333;
  cursor: default;
  outline: none;
  padding: 8px 35px 8px 10px;
  transition: all 200ms ease;
}
.Dropdown-control:hover {
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
@media all and (max-width: 800px) {
  .Dropdown-control {
    background-color: #f8f8f8;
    margin-top: 10px;
  }
}
@media all and (min-width: 800px) {
  .Field .Dropdown-placeholder {
    text-align: right;
  }
}
.Dropdown-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TargetedModal .Dropdown-placeholder {
  text-align: left;
}
.TargetedModal .Dropdown-control {
  background-color: #f8f8f8;
  width: 100%;
  margin-right: 0;
}
.Dropdown-arrow {
  border-color: #aaa transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 19px;
  width: 0;
}
.is-open .Dropdown-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Dropdown-menu {
  background-color: #fff;
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.3);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 315px;
  overflow-y: auto;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.body--edit .Dropdown-menu {
  min-width: 220px;
}
.Field .Dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
}
.Field .Dropdown-menu::-webkit-scrollbar:vertical {
  width: 11px;
  display: none;
}
.Field .Dropdown-menu:hover::-webkit-scrollbar:vertical {
  display: block;
}
.Field .Dropdown-menu::-webkit-scrollbar:horizontal {
  height: 11px;
}
.Field .Dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff; /* should match background, can't be transparent */
  background-color: rgba(0,0,0,0.5);
}
.Field .Dropdown-menu::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.Dropdown-menu .Dropdown-group > .Dropdown-title {
  padding: 8px 10px;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.Dropdown-option {
  box-sizing: border-box;
  color: rgba(51,51,51,0.8);
  cursor: pointer;
  white-space: nowrap;
  display: block;
  padding: 8px 10px;
}
.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.Dropdown-option:hover {
  background-color: #e9eef3;
  color: #333;
}
.Dropdown-option.is-selected {
  background-color: #79a4ca;
  color: #fff;
}
.Dropdown-noresults {
  box-sizing: border-box;
  color: #ccc;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Dropdown__inline .Dropdown-control {
  background: none !important;
  cursor: pointer;
  color: #79caaa;
  font-weight: 400;
  margin-top: 0 !important;
}
.Dropdown__inline .Dropdown-arrow {
  display: none;
}
.btn-raised {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #999;
  z-index: 2;
  position: relative;
  border: 0;
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
}
.btn-raised:disabled {
  cursor: not-allowed;
}
.btn-raised:hover {
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.8);
}
.btn-raised:active,
.btn-raised[disabled] {
  transition: all 0.05s;
  transform: scale(0.99);
  -ms-transform: scale(0.99);
  opacity: 0.9;
  box-shadow: 0 0 0 0 #000;
}
.btn-raised.btn-primary {
  background-color: #79a4ca;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.btn-raised.btn-primary span {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.btn-raised.btn-secondary {
  background-color: #79caaa;
}
.btn-raised.btn-default {
  background-color: #fff;
  color: #333;
}
.btn-raised.btn-inverted {
  background-color: #eee;
  color: #79a4ca;
}
.btn-inline {
  margin: 15px 0;
}
.btn {
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  font-family: 'Lato';
  border-radius: 4px;
  z-index: 2;
  position: relative;
  border: 0;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.15s;
  backface-visibility: hidden;
  transform: translateZ(0);
  outline: 0;
}
.btn:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 1px solid #e6e6e6;
  left: 15px;
  bottom: 7px;
  right: 15px;
}
.btn:hover {
  opacity: 0.7;
}
.btn:active {
  opacity: 1;
  background-color: #eee;
}
.btn.btn-primary {
  color: #79a4ca;
}
.btn.btn-primary:after {
  border-color: #e7eef5;
}
.btn.btn-secondary {
  color: #79caaa;
}
.btn.btn-secondary:after {
  border-color: #e7f5f0;
}
.btn-nounderline:after {
  border: 0;
}
.btn-raised.btn--facebook {
  color: #fff;
  background-color: #3b5998;
  background-image: url("https://paperform.co/images/fb.png");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.btn-raised.btn--twitter {
  color: #fff;
  background-color: #1da1f2;
  background-image: url("https://paperform.co/images/twitter.png");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.btn-raised.btn--linkedin {
  color: #fff;
  background-color: #0077b5;
  background-image: url("https://paperform.co/images/linkedin.png");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.ui-sortable {
  display: block;
  position: relative;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ui-sortable:after {
  content: ' ';
  display: table;
}
.ui-sortable:after {
  clear: both;
}
.ui-sortable .ui-sortable-item {
  float: left;
}
.ui-sortable .sortHandle {
  cursor: move;
}
.ui-sortable .ui-sortable-item.ui-sortable-dragging {
  position: absolute;
  z-index: 10000;
}
.ui-sortable .ui-sortable-placeholder {
  display: none;
  opacity: 0;
}
.ui-sortable .ui-sortable-placeholder.visible {
  display: block;
  z-index: -1;
}
.DraggingRow__droptext {
  text-align: center;
  background: #f8f8f8;
  color: #79a4ca;
  font-weight: 400;
  padding: 4px;
  text-transform: uppercase;
  font-size: 13px;
}
.DraggingRow--isOver {
  border: 1px dashed #ddd;
}
.rc-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 20px 20px;
  border: 1px solid #ccc;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.rc-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 24px;
}
.rc-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 1px;
  border-radius: 50% 50%;
  background-color: #fff;
  content: ' ';
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  transform: scale(1);
  transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  animation-duration: 0.3s;
  animation-name: rcSwitchOff;
}
.rc-switch:hover:after {
  transform: scale(1.1);
  animation-name: rcSwitchOn;
}
.rc-switch:focus {
  box-shadow: 0 0 0 2px #d5f0fd;
  outline: none;
}
.rc-switch-checked {
  border: 1px solid #79caaa;
  background-color: #79caaa;
}
.rc-switch-checked .rc-switch-inner {
  left: 6px;
}
.rc-switch-checked:after {
  left: 22px;
}
.rc-switch-disabled {
  cursor: no-drop;
  background: #ccc;
  border-color: #ccc;
}
.rc-switch-disabled:after {
  background: #9e9e9e;
  animation-name: none;
  cursor: no-drop;
}
.rc-switch-disabled:hover:after {
  transform: scale(1);
  animation-name: none;
}
.rc-switch-label {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  user-select: text;
}
@-moz-keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@-o-keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.TopBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px -6px #000;
  background: rgba(255,255,255,0.2);
  padding: 0 15px;
  z-index: 200;
  height: 54px;
  text-align: right;
  transition: all 0.4s;
}
.TopBar .btn-raised {
  margin-top: 7px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.TopBar.TopBar--agency {
  background: rgba(103,149,255,0.15);
}
.TopBar.TopBar--dashboard .btn-raised {
  margin-top: 8px;
}
.TopBar__title {
  position: absolute;
  left: 17px;
  top: 14px;
}
.TopBar__title img {
  width: 50px;
  height: auto;
}
.TopBar__agency {
  display: none;
}
.__TargetedModalOpen .TopBar {
  transform: translateY(-60px);
  opacity: 0;
}
.ConfigurationPanel--account {
  margin-top: 30px;
}
.ConfigurationPanel__tab small {
  font-size: 13px;
  opacity: 0.9;
  display: block;
  line-height: 19px;
  margin-bottom: 4px;
}
.ConfigurationPanel--setup {
  padding-top: 80px !important;
  margin-bottom: -30px;
  margin-top: -56px;
  background-color: #f8f8f8;
  background: #7b9eef;
  background: -moz-linear-gradient(top, #7b9eef 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #7b9eef 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #7b9eef 0%, #f8f8f8 100%);
}
.ConfigurationPanel--setup h1 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
}
.ConfigurationPanel--setup h2 {
  color: rgba(255,255,255,0.8);
}
.ConfigurationPanel--setup p {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
}
.ConfigurationPanel--setup p a {
  color: #fff;
}
.ConfigurationPanel--setup .LiveField {
  color: #333;
}
.ConfigurationPanel {
  padding-top: 20px;
}
.ConfigurationPanel__nav {
  margin: 0;
  padding: 15px;
  font-size: 18px;
}
.ConfigurationPanel__nav li {
  list-style: none;
  padding: 7.5px;
  display: block;
}
@media all and (min-width: 768px) {
  .ConfigurationPanel__nav {
    text-align: right;
    font-size: 1.5rem;
    border-right: 1px solid #eee;
  }
  .ConfigurationPanel__nav li {
    padding: 0;
  }
}
.ConfigurationPanel__link {
  text-decoration: none;
  color: #b0c9e0;
  transition: color 0.2s;
}
.ConfigurationPanel__link:hover {
  color: #c2d6e7;
}
.ConfigurationPanel__link--active {
  font-weight: bold;
  color: #79a4ca;
}
.ConfigurationPanel__link--active:hover {
  color: #79a4ca;
}
@media all and (min-width: 500px) {
  .ConfigurationPanel .LiveField__input {
    min-height: 30px;
  }
}
.Themes {
  position: absolute;
  padding: 20px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f5f5f7;
  overflow: hidden;
  bottom: 0;
}
.Themes__content {
  flex: 1;
  padding-bottom: 20px;
}
.Themes__title {
  margin-bottom: 5px;
  font-weight: 300;
}
.Themes__title small {
  font-size: 16px;
  opacity: 0.5;
}
.Themes__title small a {
  color: inherit;
}
.CSSEditor {
  margin: 15px 0;
  background-color: #f8f8f8;
  padding: 15px;
  position: relative;
}
.CSSEditor .ace_content {
  background-color: #f8f8f8;
}
.CSSEditor .CSSEditor__placeholder {
  position: absolute;
  left: 24px;
  top: 12px;
  right: 24px;
  pointer-events: none;
  opacity: 0.7;
}
.CSSEditor .CSSEditor__placeholder p {
  margin-top: 0;
}
.Themes__controls {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px !important;
  margin-top: 15px;
  height: calc(100vh - 80px);
  padding-bottom: 65px !important;
}
.Themes .editor.editor--inline {
  min-height: 0;
  padding-bottom: 0;
}
.Themes .editor.editor--inline .Theme__editorPreview {
  border: 1px solid #ddd;
  padding-bottom: 130px !important;
  position: relative;
}
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}
.Select-control {
  background-color: #f8f8f8;
  border-radius: 4px;
  cursor: default;
  display: table;
  height: 42px;
  padding: 5px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #f8f8f8;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  left: 0;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-placeholder {
  color: #aaa;
}
.Select-placeholder {
  line-height: 50px !important;
}
td .Select-input > input {
  padding: 12px 7px !important;
}
.has-value.Select--single > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
/* For IE 8 compatibility */
  padding: 8px 0 12px;
/* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #d0021b;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #79a4ca;
/* Fallback color for IE 8 */
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 6px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid rgba(255,255,255,0.3);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: rgba(0,0,0,0.1);
/* Fallback color for IE 8 */
  color: #eee;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
.body--pro._iframe .LiveFieldSection--last > :nth-last-child(2) .Select-menu-outer,
.body--agency._iframe .LiveFieldSection--last > :nth-last-child(2) .Select-menu-outer {
  max-height: 130px;
}
.body--pro._iframe .LiveFieldSection--last > :nth-last-child(2) .Select-menu,
.body--agency._iframe .LiveFieldSection--last > :nth-last-child(2) .Select-menu {
  max-height: 128px;
}
.FieldConfigurationField .Select.is-focused {
  z-index: 101;
}
@-moz-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-o-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-moz-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-o-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.ConfigureBreak__pagesection .Choices__choice.btn-primary:last-child {
  background-color: #bf4857;
}
.Choices {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.Choices img {
  width: 100%;
  margin-top: 12px;
  pointer-events: none;
}
.Choices .Choices__choice .material-icons {
  font-size: 12px;
  position: absolute;
  opacity: 0.7;
  top: 19px;
  right: 15px;
  display: block;
  width: 15px;
}
.Choices__choice {
  margin: 0;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 16px;
  border-radius: 4px;
  text-align: left;
  text-transform: none;
  min-width: 130px;
  display: block;
  align-items: center;
  justify-content: center;
}
.Choices__choice.btn-raised {
  border-radius: 4px;
}
.Choices__choice.btn-default {
  background-color: #f8f8f8;
}
.Choices__choice.btn-disabled {
  transform: none !important;
  box-shadow: none !important;
  background-color: #eee;
  pointer-events: none;
  cursor: default;
}
.Choices__label {
  padding-right: 18px;
  word-wrap: normal;
  overflow: hidden;
  min-height: 20px;
}
.Choices__choice--1,
.Choices__choice--2,
.Choices__choice--3,
.Choices__choice--4,
.Choices__choice--5,
.Choices__choice {
  margin: 0;
  margin-bottom: 5px;
}
.Choices__choice--2,
.Choices__choice--3,
.Choices__choice--4,
.Choices__choice--5 {
  min-width: 0;
}
.Choices__choice--1 {
  width: 100%;
}
.Choices__choice--2 {
  width: 50%;
}
.Choices__choice--3 {
  width: 33.33%;
}
.Choices__choice--4 {
  width: 25%;
}
.Choices__choice--5 {
  width: 20%;
}
.Choices__input {
  opacity: 0;
  width: 0.001px;
  position: absolute;
}
.Product__withquantity {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product__withquantity .btn-raised {
  flex: 1;
}
.Product__withquantity .LiveField__input {
  width: 70px;
}
.Product__withquantity--soldout {
  text-decoration: line-through;
  opacity: 0.7;
}
.Product__labelwrapper {
  margin-right: 10px;
}
.Product__tiers {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.8;
  line-height: 16px;
  min-width: 250px;
}
.Product__tiers td {
  padding-right: 4px;
}
@media all and (max-width: 599px) {
  .Product__price {
    font-size: 13px;
    opacity: 0.8;
    line-height: 16px;
  }
  .Product__tiers {
    width: 100%;
    min-width: 100%;
  }
}
@media all and (min-width: 600px) {
  .Product__labelwrapper {
    display: flex;
    margin-right: 30px;
  }
  .Product__price {
    margin-left: 10px;
  }
}
.Product__label {
  flex: 1;
}
.Product__imgthumb {
  width: 50px !important;
  height: 50px;
  cursor: pointer;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  pointer-events: initial !important;
  margin: 0 !important;
  margin-top: -3px !important;
  transition: all 0.3s;
  position: relative;
  margin-right: 10px !important;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
}
.Choices .Plan {
  width: 100%;
}
.submit {
  position: relative;
  z-index: 10;
}
.submit .btn-raised {
  width: 100%;
  margin: 0;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  transform: none !important;
}
.submit .btn-raised.btn-disabled {
  opacity: 0.8;
}
.editor:not(.editor--live) .submit {
  margin-bottom: 15px;
}
.SuccessfulSubmission {
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  text-align: center;
}
.Link__set {
  width: 235px;
  margin-left: -100px;
}
.Link__set input {
  width: calc(100% - 35px);
  height: 30px;
  font-family: inherit;
  text-align: center;
  color: #3e7aae;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #79a4ca;
  border-radius: 100px;
  box-shadow: 0 4px 30px -10px rgba(0,0,0,0.3);
}
.Link__set ::placeholder {
  color: #79a4ca;
}
.Link__set .material-icons {
  background-color: #bf4857;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.Link {
  positive: relative;
}
.a {
  color: #3e7aae;
}
.a.secondary {
  color: #3db485;
}
.ResultsTable__wrapper {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px;
  position: relative;
}
.ResultsTable__wrapper.ResultsTable__wrapper--free {
  min-height: auto;
}
.ResultsTable--sortable {
  table-layout: fixed;
}
.ResultsTable--sortable th {
  cursor: pointer;
  min-width: 200px;
  white-space: nowrap;
}
.ResultsTable--sortable th:first-child,
.ResultsTable--sortable th:nth-child(2) {
  min-width: initial;
}
.ResultsTable {
  min-width: calc(100% - 2px);
  border-collapse: collapse;
  font-size: 13px;
/* tr:last-child, tr:last-child
	td
	  padding-bottom 10px */
}
.ResultsTable .BtnV2 {
  border-radius: 0;
  font-size: 13px;
  width: 100%;
}
.ResultsTable .BtnV2 .material-icons {
  font-size: 18px;
}
.ResultsTable thead {
  background-color: transparent;
}
.ResultsTable thead th {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #99a2ab;
  vertical-align: bottom;
}
.ResultsTable thead th small {
  font-weight: 400;
  font-size: 10px;
}
.ResultsTable th {
  text-align: left;
  white-space: nowrap;
  padding: 9px 18px;
  border: 1px solid #fff;
  border-bottom: 0px solid transparent;
}
.ResultsTable th .material-icons {
  font-size: 20px;
  width: 15px;
  color: #79a4ca;
  display: inline-block;
  vertical-align: middle;
}
.ResultsTable tbody {
  background-color: #fff;
  box-sizing: border-box;
}
.ResultsTable tbody tr:nth-child(even) {
  background-color: rgba(233,238,243,0.5);
}
.ResultsTable tbody tr:first-child > * {
  border-top: 1px solid #ddd;
}
.ResultsTable tbody tr:last-child > * {
  border-bottom: 1px solid #eee;
}
.ResultsTable td,
.ResultsTable th {
  box-sizing: border-box;
}
.ResultsTable td {
  padding: 8px 10px;
  vertical-align: middle;
  padding-left: 18px;
}
.ResultsTable td:last-child {
  padding-right: 18px;
}
.ResultsTable td {
  border-right: 1px solid #eee;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
}
.ResultsTable td:last-child {
  border-right: 0;
}
.ResultsTable__empty {
  text-align: center;
}
.ResultsTable__total {
  font-weight: bold;
}
.ResultsTable__total .ResultsTable__refundbtn {
  font-weight: 300;
  margin-left: 10px;
  color: #79a4ca;
  flex: 1;
  text-align: right;
  cursor: pointer;
}
.ResultsTable__total .ResultsTable__refundbtn:hover {
  text-decoration: underline;
}
.ResultsTable__deletedrow {
  display: none;
  text-decoration: line-through;
  opacity: 0.7;
  background-color: rgba(255,255,255,0.2);
}
.ResultsTable__deletedrow .ResultsTable__delete .btn-raised {
  display: none;
}
.ResultsTable__refunded {
  text-decoration: line-through;
}
.ResultsTable__refunded .ResultsTable__refundbtn {
  color: #777;
  cursor: default;
}
.ResultsTable__refunded .ResultsTable__refundbtn:hover {
  text-decoration: line-through;
}
td.ResultsTable__delete {
  padding: 0 !important;
}
td.ResultsTable__delete .btn-raised {
  color: #79caaa;
  border-radius: 0;
  width: 100%;
  text-align: center;
}
td.ResultsTable__delete .btn-raised .material-icons {
  font-size: 18px;
}
td.ResultsTable__btntd {
  padding: 0 !important;
}
td.ResultsTable__btntd .btn-raised {
  border-radius: 0;
  width: 100%;
  text-align: center;
}
td.ResultsTable__btntd .btn-raised .material-icons {
  font-size: 18px;
}
td.ResultsTable__btn {
  padding: 0 !important;
}
td.ResultsTable__btn .btn-raised {
  border-radius: 0;
  width: 100%;
  text-align: center;
}
td.ResultsTable__btn .btn-raised .material-icons {
  font-size: 18px;
  opacity: 0.6;
  vertical-align: middle;
}
.ResultsTable__input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #79a4ca;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #79a4ca;
  outline: none;
}
.ResultsTable__input:focus {
  border-color: #79a4ca;
}
td.ResultsTable__reorder {
  padding: 0;
}
td.ResultsTable__reorder > * {
  width: 50% !important;
  margin: 0 !important;
  border-radius: 0;
}
td.ResultsTable__reorder > * i {
  font-size: 18px;
}
.ResultsTable__search {
  padding: 5px 12px;
  padding-right: 36px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  outline: none;
  width: 100px;
  font-size: 13px;
  font-family: $primaryFont;
  color: #777;
  transition: all 0.3s;
}
.ResultsTable__search::placeholder {
  color: #aaa;
}
.ResultsTable__search:focus,
.ResultsTable__search.ResultsTable__search--hasValue {
  width: 175px;
  border-color: #79a4ca;
  box-shadow: 0 2px 20px -6px rgba(135,163,188,0.5);
  background-color: #fff;
  color: #79a4ca;
}
.ResultsTable__search:focus::placeholder,
.ResultsTable__search.ResultsTable__search--hasValue::placeholder {
  color: rgba(121,164,202,0.5);
}
.ResultsTable__search_clear {
  position: absolute;
  color: #3db485;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  position: absolute;
  right: 0;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s;
}
.ResultsTable__search_clear:hover {
  opacity: 1;
}
.ResultsTable__codeinput {
  color: #79a4ca;
  font-weight: 400;
}
.ResultsTable__overflowindicator {
  pointer-events: none;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}
.ResultsTable__overflowindicator .BtnV2 {
  width: 38px;
  padding: 0;
  pointer-events: all;
}
.ResultsTable__overflowindicator--left {
  left: 0;
  background: linear-gradient(to left, transparent, transparent 90%, rgba(0,0,0,0.05));
}
.ResultsTable__overflowindicator--left .BtnV2 {
  margin-left: -18px;
}
.ResultsTable__overflowindicator--right {
  background: linear-gradient(to right, transparent, transparent 90%, rgba(0,0,0,0.05));
  right: 0;
  justify-content: flex-end;
}
.ResultsTable__overflowindicator--right .BtnV2 {
  margin-right: -18px;
}
.ResultsTable__noscroll {
  width: 100%;
  overflow: initial;
}
.ResultsTable__noscroll .ResultsTable {
  width: 100%;
}
.ResultsTable__noscroll .ResultsTable__overflowindicator {
  display: none !important;
}
.File input {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.File__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,0.4);
}
.File__label--hasbg {
  position: relative;
  z-index: 1;
  color: #fff;
}
.File__percentage {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  transition: width 0.3s;
  background: #79a4ca;
}
.BtnV2.MultipleFiles__file {
  margin: 0;
  width: 100%;
  margin-bottom: 9px;
  font-size: 14px;
  height: max-content;
  min-height: 38px;
  padding: 3px 30px;
}
.BtnV2.MultipleFiles__file + .BtnV2.MultipleFiles__file {
  margin-left: 0;
}
.BtnV2.MultipleFiles__file > span > div {
  display: flex;
  align-items: center;
}
.BtnV2.MultipleFiles__file > span > div > span {
  word-wrap: break-word;
  width: 100%;
  white-space: normal;
  padding-right: 5px;
}
.BtnV2.MultipleFiles__file .material-icons {
  color: #bf4857;
  position: absolute;
  right: 18px;
}
.Checkout {
  width: 476px;
  max-width: 100%;
  padding: 0 18px;
  margin: 15px auto;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 100%;
  margin-bottom: 50px;
}
.Checkout .LiveField {
  margin-top: 15px;
  background-color: transparent;
}
.Checkout .LiveField:first-child {
  margin-top: 0;
}
.Checkout .LiveField .LiveField__container {
  padding: 0 10px;
  padding-top: 15px;
}
.Checkout .LiveField__error {
  margin: 0;
}
.Checkout--inline .__header-two {
  margin-bottom: 30px;
}
.Checkout--modal .LiveField {
  box-shadow: none !important;
}
.Checkout__title {
  margin-top: 15px;
  font-weight: 300;
  font-size: 32px;
}
.flex {
  flex: 1;
}
.Checkout__1_2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.Checkout .__unstyled.Checkout__error {
  background-color: rgba(191,72,87,0.2);
  color: rgba(0,0,0,0.8) !important;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 6px;
  font-weight: 400;
  border-radius: 4px;
}
.Checkout--braintree #braintree {
  min-height: 72px;
}
.Checkout--braintree #braintree:empty {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Checkout--braintree #braintree:empty:after {
  content: 'Loading...';
  font-style: italics;
}
.Checkout--braintree .braintree-sheet__icons {
  text-align: center;
}
.Checkout--braintree .braintree-options-list {
  padding: 0;
}
.Checkout--braintree .braintree-option {
  border-radius: 4px;
  border: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.3);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
}
.Checkout--braintree .braintree-option:hover {
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.5);
}
.Checkout--braintree .braintree-option:active,
.Checkout--braintree .braintree-option[disabled] {
  transition: all 0.05s;
  transform: scale(0.99);
  -ms-transform: scale(0.99);
  opacity: 0.9;
  box-shadow: 0 0 0 0 #000;
}
.Checkout--braintree .braintree-option + .braintree-option {
  margin-top: 9px;
}
.Checkout--braintree .braintree-dropin {
  font-family: 'Lato';
}
.Checkout--braintree .braintree-form__flexible-fields {
  margin-top: 15px;
}
.Checkout--braintree .braintree-sheet__content--form {
  padding: 10px 0;
}
.Checkout--braintree .braintree-sheet__content--form .braintree-form__field-group .braintree-form__label {
  font-weight: 300;
  font-size: 16px;
}
.Checkout--braintree .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field {
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #eee;
}
.Checkout--braintree .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field.braintree-hosted-fields-focused {
  border-color: #79a4ca;
}
.Checkout--braintree .braintree-form__field-group--has-error .braintree-form__field .braintree-form__hosted-field {
  border-color: #eb5757 !important;
}
.Checkout--braintree .braintree-sheet {
  border: 0;
}
.Checkout--braintree .braintree-sheet__header {
  border: 0;
  background-color: #fff;
  justify-content: center;
  margin-bottom: 0;
}
.Checkout--braintree .braintree-sheet__header-label {
  display: none;
  padding-top: 15px;
}
.Checkout--braintree .braintree-toggle {
  background-color: #f8f8f8;
  padding: 16.6px;
}
.Checkout--braintree .paypal-button-widget {
  transform: scale(1.3);
  display: block;
}
.Checkout--paypal {
  text-align: center;
}
.Checkout--paypal .paypal-button {
  height: auto !important;
}
.Checkout--paypal iframe {
  transform: scale(1.2);
  margin: 15px auto;
  margin-top: 30px;
}
.StripeCheckout__CardWrapper .StripeElement {
  padding: 9px 0;
  border-bottom: 1px solid rgba(230,230,230,0.8);
}
.Checkout__paymentrequestwrapper {
  padding-top: 15px;
  display: block;
}
.Checkout--square .square-pos span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Checkout--square .btn-raised:not(.square-pos) {
  width: 100%;
  min-height: 50px;
}
.Checkout--square button:not(.square-pos) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font: inherit;
  font-size: 16px;
}
.Checkout--square .LiveField {
  min-height: 80px;
}
.Checkout--square .sq-input {
  height: 38px;
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(230,230,230,0.8);
}
.AddACard__issues {
  padding: 18px;
  border: 5px solid rgba(191,72,87,0.06);
  background-color: #fff;
  border-radius: 6px;
}
.AddACard__issues strong {
  color: #bf4857;
}
.AddACard__issues a {
  color: #3e7aae;
}
.SubmissionErrors {
  text-align: center;
  padding: 15px;
  color: #bf4857;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  background-color: rgba(191,72,87,0.1);
  border-radius: 4px;
}
._iframe .Branding__logo {
  display: none;
}
.Branding__logo {
  text-align: center;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 10;
}
.Branding__logo img {
  transition: all 0.3s;
}
.body--pro.body--live .Branding__logo,
.body--agency.body--live .Branding__logo {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Branding__logo {
    display: none;
  }
}
.body--live .Footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px;
  margin-top: -21px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #f8f8f8;
}
.body--live .Footer:hover {
  background-color: #a5bdd1;
  color: #fff;
}
._iframe._inline._iframe._inline.body--live .Footer,
._iframe._popup._iframe._popup.body--live .Footer {
  position: absolute;
  background-color: transparent !important;
  color: rgba(0,0,0,0.3);
  text-transform: none;
  z-index: 1;
}
._iframe._inline._iframe._inline.body--live .Footer:hover,
._iframe._popup._iframe._popup.body--live .Footer:hover {
  color: #79a4ca;
}
._iframe._inline._iframe._inline.body--live .body--dropdownopen .Footer,
._iframe._popup._iframe._popup.body--live .body--dropdownopen .Footer {
  z-index: initial;
}
.Footer {
  text-align: center;
  padding: 20px 15px;
  color: rgba(0,0,0,0.4);
  display: none;
  overflow: hidden;
}
.Footer ul {
  margin: 0;
  padding: 0;
  display: block;
}
.Footer li {
  list-style: none;
  font-size: 10px;
  padding: 15px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
}
.Footer li + .Footer li {
  padding-left: 0;
}
.Footer li a {
  transition: all 0.2s;
  color: rgba(0,0,0,0.7);
}
.Footer li a:hover {
  color: rgba(0,0,0,0.9);
}
.Footer a {
  color: rgba(0,0,0,0.7);
  text-decoration: none;
}
@media all and (max-width: 600px) {
  .Footer li {
    display: block;
  }
}
.__loaded .Footer {
  display: block;
}
.body--nobranding .Footer {
  visibility: hidden;
}
.Footer a {
  color: rgba(0,0,0,0.4);
  transition: all 0.2s;
}
.Footer a:hover {
  color: rgba(0,0,0,0.7);
}
.SiteFooter {
  padding: 30px;
  background-color: #f8f8f8;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  color: #999;
}
.SiteFooter .SiteFooter__title {
  padding-right: 15px;
  padding-left: 5px;
  display: inline-block;
}
.SiteFooter img {
  margin-bottom: 10px;
  vertical-align: middle;
}
.SiteFooter ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.SiteFooter ul li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
}
.SiteFooter ul li a {
  color: #999;
}
.SiteFooter ul li a:hover {
  text-decoration: underline;
}
.SiteFooter__inner {
  max-width: 970px;
  margin: 0 auto;
}
.spinner {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #fff;
  background-size: 800% 800%;
  -webkit-animation: LoadingBackground 44s ease infinite;
  -moz-animation: LoadingBackground 44s ease infinite;
  animation: LoadingBackground 44s ease infinite;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.prettyBackground {
  background: linear-gradient(271deg, #eebd6d, #e8da9f, #f0d4b4, #f79b86);
  background-size: 800% 800%;
  -webkit-animation: LoadingBackground 44s ease infinite;
  -moz-animation: LoadingBackground 44s ease infinite;
  animation: LoadingBackground 44s ease infinite;
}
.__loaded .spinner {
  opacity: 0;
  z-index: -1;
}
.sk-folding-cube {
  display: none;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 4.8s infinite linear both;
  animation: sk-foldCubeAngle 4.8s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.sk-fading-circle {
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-left: 5px;
  margin-top: -7.5px;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 2px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.btn-primary .sk-fading-circle .sk-circle:before {
  background-color: rgba(255,255,255,0.9);
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-moz-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-webkit-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-o-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-webkit-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-o-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-webkit-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-o-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-o-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-moz-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-o-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.ProductConfiguration {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 18px;
}
.ProductConfiguration th {
  text-align: left;
  font-weight: 500;
}
.ProductConfiguration th,
.ProductConfiguration td {
  border: 1px solid #eee;
  padding: 7.5px 15px;
}
.ProductConfiguration [data-label='Delete']::before {
  margin-left: -100px;
}
.Dashboard {
  background-color: #fff;
  min-height: calc(100vh - 180px);
}
.Dashboard h1 {
  font-weight: 300;
}
.Dashboard__cover {
  position: relative;
  background-color: #2e3c49;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}
.Dashboard__cover:before {
  padding-bottom: 40%;
  content: '';
  display: inline-block;
}
.Dashboard__formlist {
  padding: 30px;
  clear: both;
}
.Dashboard__formlistgrid {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  padding: 0 !important;
}
.Dashboard__templatelistcontainer {
  padding: 18px;
  margin-left: -36px;
  margin-right: -36px;
  white-space: no-wrap;
  overflow: auto;
  padding-bottom: 36px;
  -webkit-touch-overflow: scrolling;
}
.Dashboard__indicator {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 164px;
}
.Dashboard__indicator i {
  transition: all 0.3s;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-size: 50px;
}
.Dashboard__indicator i:hover {
  color: #fff;
  text-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.Dashboard__indicator.Dashboard__indicator--left {
  left: 0;
  right: initial;
  width: 50px;
  overflow: hidden;
}
.Dashboard__template {
  position: relative;
  box-shadow: 0 12px 40px -12px rgba(0,0,0,0.3);
  width: 330px;
  height: 210px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Dashboard__template::before {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.Dashboard__template > * {
  opacity: 0;
  transition: opacity 0.2s;
}
.Dashboard__template:hover::before {
  opacity: 1;
}
.Dashboard__template:hover > * {
  opacity: 1;
}
.Dashboard__template--blank {
  background-color: #fff;
}
.Dashboard__template--blank::before {
  display: none;
}
.Dashboard__template--blank > * {
  opacity: 1;
}
.Dashboard__form {
  background-color: #fff;
  margin: 15px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  vertical-align: top;
}
.Dashboard__form p {
  margin: 5px 0;
  color: #aaa;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.Dashboard__form h2 {
  font-weight: 300;
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
}
.Dashboard__sharedbuttons {
  float: right;
}
.Dashboard__sharedbuttons .btn-raised {
  margin-top: 0;
}
.Dashboard__formactions {
  position: relative;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  display: flex;
}
.Dashboard__formactions > * {
  flex: 1;
}
.Dashboard__listview {
  width: 100%;
  min-width: 1200px;
  margin-top: 15px;
  margin-bottom: 120px;
  border-collapse: collapse;
}
.Dashboard__listview td {
  border: 1px solid #eee;
}
.Dashboard__listview h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
.Dashboard__listview td {
  padding: 15px;
}
.Dashboard__listview td:last-child {
  padding: 15px;
}
.Dashboard__listview .Dashboard__formactions {
  margin: 0;
}
td.Dashboard__listcovercol {
  width: 150px;
  height: 80px;
  padding: 0;
  max-width: 100%;
  border: 0;
  background-size: cover;
  background-position: center;
}
.Dashboard__createdat {
  margin: 5px 0;
  color: #aaa;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.Dashboard__listviewwrapper {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  overflow: auto;
  padding: 0 30px;
  -webkit-overflow-scolling: touch;
}
.CenteredPage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  margin-bottom: 60px;
  min-height: calc(100vh - 270px);
  width: 100%;
}
.CenteredPage > * {
  width: 100%;
  max-width: 350px;
  padding: 15px;
}
.CenteredPage__field {
  margin-bottom: 15px;
}
.CenteredPage__field input,
.CenteredPage__field textarea {
  display: block;
  width: 100%;
  font: inherit;
  outline: none;
  height: 40px;
  color: #79a4ca;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.CenteredPage__field input:focus,
.CenteredPage__field textarea:focus {
  border-bottom-color: #79a4ca;
}
.CenteredPage__field .btn-raised {
  width: 100%;
  margin: 0;
}
.Login__error {
  text-align: center;
  text-transform: uppercase;
  color: #79caaa;
  font-size: 10px;
  line-height: 14px;
  padding: 5px 15px;
}
.Confirmation {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.Confirmation__body {
  flex: 1;
}
.Confirmation__buttons {
  display: block;
}
.Confirmation__buttons > * {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
}
.EditConfirmationScreen .editor {
  border: 1px solid #ddd;
}
.MobileDisabled {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.MobileDisabled h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 25px;
  text-align: center;
  color: #79a4ca;
}
.MobileDisabled p {
  margin: 25px;
}
.MobileDisabled .material-icons {
  font-size: 200px;
  color: #bcd3ff;
}
.share {
  width: calc(50% - 9px);
  margin-top: 18px !important;
}
.formNotFound {
  height: 100%;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.formNotFound h1 {
  font-weight: 300;
}
.react-resizable {
  position: relative;
}
.react-resizable:hover .react-resizable-handle {
  opacity: 1;
}
.Image__wrappereeditor:focus .react-resizable-handle {
  opacity: 1;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=");
  background-position: bottom right;
  padding: 0 5px 5px 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: se-resize;
  opacity: 0;
  transition: 0.3s;
}
.sitenav {
  display: block;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 10;
  background-color: #79a4ca;
}
.sitenav ul {
  float: right;
  margin: 0;
  padding-right: 30px;
}
.sitenav ul li {
  display: inline-block;
}
.sitenav ul li a {
  display: block;
  color: #ddd;
  height: 80px;
  text-decoration: none;
  line-height: 80px;
  padding: 0 16px;
  transition: color 0.2s;
}
.sitenav ul li a:hover {
  text-decoration: none;
  color: #fff;
}
@media all and (max-width: 550px) {
  .sitenav {
    height: auto;
    text-align: center;
  }
  .sitenav ul {
    padding: 0;
    margin: 0;
    float: none;
  }
  .sitenav ul li a {
    line-height: 30px;
    padding: 0 10px;
    height: auto;
  }
  .sitenav .sitenav__logo {
    float: none;
    display: inline-block;
  }
}
.page- .sitenav {
  background-color: transparent;
  position: absolute;
}
.sitenav__logo {
  background-image: url("/images/icons/apple-icon-180x180.png");
  margin: 17px 15px;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.Help {
  position: fixed;
  bottom: 95px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 41px;
  font-weight: 400;
  line-height: 60px;
  z-index: 2147483646;
  user-select: none;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 4px 30px -12px #000;
  color: #79a4ca;
  display: block;
}
.Help:hover {
  box-shadow: 0 4px 35px -10px rgba(0,0,0,0.8);
}
.Help.Help--close {
  color: #bf4857;
}
.Help__cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  z-index: 1000;
  transition: all 0.5s;
}
.Help__cover .Help__content {
  position: absolute;
  bottom: 170px;
  right: 20px;
  height: 600px;
  max-height: calc(100% - 200px);
  max-width: calc(100% - 40px);
  width: 350px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 30px -12px #000;
  border-radius: 7px;
  background-color: #fff;
  backface-visiblity: hiddern;
  transform: translate(140px, 320px) scale(0.01);
  transition: all 0.4s;
}
.Help__cover .Help__results {
  flex: 1;
  overflow: auto;
  background: #f8f8f8;
}
.Help__result {
  padding: 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
}
.Help__result:hover {
  background-color: #fff;
}
.Help__result:last-child::after {
  display: none;
}
.Help__result::after {
  content: '';
  display: block;
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.Help__resulttitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-family: $primaryFont;
  color: #79a4ca;
}
.Help__resultdescription {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Help__cover--open {
  opacity: 1;
  pointer-events: initial;
}
.Help__cover--open .Help__content {
  transform: scale(1);
}
.Help__cover--open .Help__content.Help__article {
  width: 400px;
  padding: 30px;
  overflow: auto;
  transition: all 0.2s;
}
.Help__cover--open .Help__content.Help__article a {
  word-break: break-all;
}
.Help__input {
  height: 40px;
  padding: 15px;
  padding-right: 55px;
  margin-top: 15px;
  line-height: 40px;
  border: 0;
  font-family: $priamryFont;
  color: #79a4ca;
  font-weight: 300;
  border-bottom: 3px solid #ddd;
  outline: none;
  font-size: 18px;
  width: 100%;
}
.Help__input:placeholder {
  color: #ddd;
}
.Help__input:focus {
  border-bottom: 3px solid #79a4ca;
}
.Help__loading,
.Help__empty {
  font-weight: 400;
  font-size: 16px;
  padding: 30px;
  color: #aaa;
  text-align: center;
}
.Help__html {
  width: 100%;
}
.Help__html img,
.Help__html video,
.Help__html iframe {
  max-width: 100%;
}
.Help__html iframe {
  margin-top: 15px;
}
.Help__articletitle {
  font-size: 24px;
}
.Help__clear {
  font-size: 33px;
  color: #ddd;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  display: block;
  height: 40px;
  line-height: 40px;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
.Help__clear:hover {
  color: #bf4857;
}
.Help__searchbox {
  background-color: #fff;
  max-width: 760px;
  padding: 15px;
  border-radius: 4px;
  margin: 20px auto;
  margin-top: -40px;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
}
.Help__searchbox .Help__content {
  position: relative;
}
.Help__searchbox .Help__resulttitle {
  font-size: 18px;
}
.Help__searchbox .Help__resultdescription {
  font-size: 14px;
}
.Help__searchbox .Help__html {
  padding: 0 15px;
  font-size: 16px;
}
.Help__searchbox .Help__html pre:not(.language-html):not(.language-js) code {
  display: block;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  white-space: initial;
}
.Help__searchbox .Help__html table {
  width: 100%;
  border: 1px solid #eee;
  text-align: left;
  border-collapse: collapse;
}
.Help__searchbox .Help__html table th {
  padding: 8px 16px;
  background-color: #eee;
}
.Help__searchbox .Help__html table td {
  padding: 8px 16px;
  border: 1px solid #eee;
}
.Help__head {
  background: #d53675;
  background: linear-gradient(45deg, #d53675 0%, #5570e4 100%);
  overflow: hidden;
  margin-top: -54px;
}
.Help__head h1 {
  color: #fff;
  margin: 100px auto;
  width: 700px;
  padding: 0 15px;
  max-width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 42px;
}
@media all and (max-width: 600px) {
  .Help__head a {
    display: none;
  }
  .Help__head h1 {
    font-size: 32px;
  }
}
.page-help,
[class^='page-help'] {
  background-color: #f8f8f8;
  padding-bottom: 60px;
  min-height: 100vh;
}
.page-help h1,
[class^='page-help'] h1,
.page-help h2,
[class^='page-help'] h2 {
  line-height: 1.6;
}
.Help__resultlogo {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.Help__result--logo {
  display: flex;
  align-items: center;
}
.Help__resultbox {
  flex: 1;
  overflow: hidden;
}
.PaperDate {
  display: flex;
}
.PaperDate .PaperDate__control {
  flex: 1;
  margin: 0 7.5px;
}
.PaperDate .PaperDate__control:first-child {
  margin-left: 0;
}
.PaperDate .PaperDate__control:last-child {
  margin-right: 0;
}
.PaperDateInput {
  display: inline-block;
}
.PaperDateInput + .BtnV2.BtnV2--raised {
  box-shadow: none;
}
.PaperDateInput__input {
  width: 72px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  padding: 0px 18px;
}
.PaperDateInput__input[data-length='2'] {
  width: 58px;
}
.PaperDateInput__input[data-length='4'] {
  width: 78px;
}
.PaperDateInput__separator {
  color: #ddd;
  display: inline-block;
  right: 0;
  position: absolute;
  font-size: 18px;
  top: 6px;
  right: -5px;
}
.PaperDateInput__wrapper {
  width: auto;
  display: inline-block;
  position: relative;
}
.LiveField--active .PaperDateInput__separator {
  color: #79a4ca;
  color: var(--active-color);
}
.visually-hidden {
/* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.PaperTime {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.PaperTime__time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PaperTime__input {
  text-align: left;
  font-size: 18px;
  width: 68px;
  padding: 0 18px;
}
.PaperTime__input:last-child {
  width: 58px;
  padding-left: 9px;
}
.PaperTime__button {
  margin-left: 4px;
  vertical-align: bottom;
  border-color: rgba(230,230,230,0.8) !important;
}
.PaperTime__button:focus {
  border-color: var(--active-color) !important;
}
.PaperTime__button--disabled {
  cursor: default;
}
.PaperTime__colon {
  color: #ddd;
  font-size: 18px;
  position: absolute;
  margin-left: 0px;
}
.LiveField--active .PaperTime__colon {
  color: var(--active-color);
}
.visually-hidden {
/* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.FormTagInput__tagerror {
  background-color: rgba(236,80,121,0.08);
  position: relative;
}
.FormTagInput__tagerror::before {
  width: 280px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  background-color: #79caaa;
  border-radius: 30px;
  padding: 0 10px;
  position: relative;
  top: -30px;
  left: 50%;
  margin-left: -140px;
  font-size: 13px;
  vertical-align: top;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  content: attr(data-label);
  position: absolute;
  transform: translateY(6px);
  opacity: 0;
  transition: 0.2s;
}
.FormTagInput__tagerror:hover.FormTagInput__tagerror::before {
  opacity: 1;
  transform: translateY(0);
}
.FormTagInput__tag {
  background-color: rgba(77,124,234,0.13);
  position: relative;
  border-radius: 30px;
}
.FormTagInput__tag > span {
  display: none;
}
.FormTagInput__tag::before {
  max-width: 130px;
  display: inline-block;
  white-space: nowrap;
  background-color: #79a4ca;
  border-radius: 30px;
  padding: 0 10px;
  font-family: Lato;
  position: relative;
  top: 0px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  content: attr(data-label);
}
.public-DraftEditor-content:focus > div > * > div > .FormTagInput__tag {
  position: relative;
}
.public-DraftEditor-content:focus > div > * > div > .FormTagInput__tag:hover {
  z-index: 100;
}
.public-DraftEditor-content:focus > div > * > div > .FormTagInput__tag:before {
  display: none;
  color: #647178;
  background-color: #fff;
  box-shadow: 0 11px 20px -8px rgba(0,0,0,0.1);
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.public-DraftEditor-content:focus > div > * > div > .FormTagInput__tag:hover::before {
  display: block;
  position: absolute;
  left: 50%;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  top: -39px;
}
.public-DraftEditor-content:focus > div > * > div > .FormTagInput__tag > span {
  display: initial;
}
.public-DraftEditor-content:focus > div > * > div > div > .FormTagInput__tag {
  position: relative;
}
.public-DraftEditor-content:focus > div > * > div > div > .FormTagInput__tag:hover {
  z-index: 100;
}
.public-DraftEditor-content:focus > div > * > div > div > .FormTagInput__tag:before {
  display: none;
  color: #647178;
  background-color: #fff;
  box-shadow: 0 11px 20px -8px rgba(0,0,0,0.1);
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.public-DraftEditor-content:focus > div > * > div > div > .FormTagInput__tag:hover::before {
  display: block;
  position: absolute;
  left: 50%;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  top: -39px;
}
.public-DraftEditor-content:focus > div > * > div > div > .FormTagInput__tag > span {
  display: initial;
}
.public-DraftEditor-content:focus > div > * > div > span > .FormTagInput__tag {
  position: relative;
}
.public-DraftEditor-content:focus > div > * > div > span > .FormTagInput__tag:hover {
  z-index: 100;
}
.public-DraftEditor-content:focus > div > * > div > span > .FormTagInput__tag:before {
  display: none;
  color: #647178;
  background-color: #fff;
  box-shadow: 0 11px 20px -8px rgba(0,0,0,0.1);
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.public-DraftEditor-content:focus > div > * > div > span > .FormTagInput__tag:hover::before {
  display: block;
  position: absolute;
  left: 50%;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  top: -39px;
}
.public-DraftEditor-content:focus > div > * > div > span > .FormTagInput__tag > span {
  display: initial;
}
.public-DraftEditor-content:focus > div > * > div > div > span > .FormTagInput__tag {
  position: relative;
}
.public-DraftEditor-content:focus > div > * > div > div > span > .FormTagInput__tag:hover {
  z-index: 100;
}
.public-DraftEditor-content:focus > div > * > div > div > span > .FormTagInput__tag:before {
  display: none;
  color: #647178;
  background-color: #fff;
  box-shadow: 0 11px 20px -8px rgba(0,0,0,0.1);
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.public-DraftEditor-content:focus > div > * > div > div > span > .FormTagInput__tag:hover::before {
  display: block;
  position: absolute;
  left: 50%;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  top: -39px;
}
.public-DraftEditor-content:focus > div > * > div > div > span > .FormTagInput__tag > span {
  display: initial;
}
.FormTagInput__insert {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
  width: 40px;
  height: 25px;
  z-index: 1;
  color: #ccc;
  cursor: pointer;
  border: 0;
  outline: 0;
  text-align: right;
  display: block;
  transition: all 0.3s;
}
.FormTagInput__insert:hover,
.FormTagInput__insert:focus {
  z-index: 2;
  color: #79a4ca;
}
.FieldConfiguration__input .FormTagInput {
  position: relative;
  top: 7px;
}
.FormTagInput__menu {
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 200px;
  width: 165px;
  z-index: 100;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 13px;
  box-shadow: 0 2px 12px -2px rgba(0,0,0,0.4);
  border-radius: 3px;
  font-family: $primaryFont;
  font-weight: 300;
  line-height: 38px;
  text-align: left;
}
.FormTagInput__option {
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  color: #555;
}
.FormTagInput__option:nth-child(2n) {
  background-color: #f8f8f8;
}
.FormTagInput__option:hover,
.FormTagInput__option.FormTagInput__option--active {
  background-color: #eaf1ff;
  color: #333;
}
.FormTagInput__optionTitle {
  flex: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.FormTagInput__optionExample {
  display: block;
  max-width: 100px;
  padding: 2px 9px;
  border-radius: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0.8;
  margin-left: 9px;
  background: #e9eef3;
}
.FormTagInput__optionExample:empty {
  display: inline;
}
.FormTagInput__options {
  position: absolute;
  z-index: 1000;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 20px -6px rgba(0,0,0,0.3);
  max-height: 300px;
  overflow: auto;
}
.FormTagInput__options .FormTagInput__option {
  font-size: 13px;
  padding: 6px 12px;
  display: flex;
}
div.ReactTags__tags {
  position: relative;
  z-index: 10;
}
div.ReactTags__tagInput {
  width: 150px;
  margin: 5px 0;
  border-radius: 3px;
  display: inline-block;
}
div.ReactTags__tagInput input.ReactTags__tagInputField {
  height: 31px;
  margin: 0;
  font-size: 14px;
  font-family: Lato;
  font-weight: 300;
  width: 100%;
  outline: 0;
  vertical-align: middle;
  color: #79caaa;
  border: 0;
  padding: 0 5px;
  border-radius: 3px;
  transition: all 0.2s;
}
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  box-shadow: 0 2px 14px -3px rgba(44,92,73,0.3);
}
div.ReactTags__tagInput input.ReactTags__tagInputField::placeholder {
  color: #79caaa;
}
div.ReactTags__selected span.ReactTags__tag {
  background: #79caaa;
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
  display: inline-block;
  padding: 0px 8px;
  margin: 5px 5px;
  border-radius: 30px;
}
div.ReactTags__selected span.ReactTags__tag:first-child {
  margin-left: 0;
}
div.ReactTags__selected a.ReactTags__remove {
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
div.ReactTags__suggestions {
  position: absolute;
  z-index: 20;
}
div.ReactTags__suggestions ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-shadow: 0 4px 15px -6px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 4px;
  width: 150px;
}
div.ReactTags__suggestions li {
  padding: 5px 10px;
  margin: 0;
  font-size: 13px;
  cursor: pointer;
}
div.ReactTags__suggestions li:hover {
  background-color: #e9eef3;
}
div.ReactTags__suggestions li mark {
  background: none;
}
div.ReactTags__suggestions ul li.active {
  background: #e9eef3;
}
.FieldConfiguration div.ReactTags__tags {
  z-index: initial;
}
.FieldConfiguration .ReactTags__tag:nth-child(1)::before {
  content: '1. ';
}
.FieldConfiguration .ReactTags__tag:nth-child(2)::before {
  content: '2. ';
}
.FieldConfiguration .ReactTags__tag:nth-child(3)::before {
  content: '3. ';
}
.FieldConfiguration .ReactTags__tag:nth-child(4)::before {
  content: '4. ';
}
.FieldConfiguration .ReactTags__tag:nth-child(5)::before {
  content: '5. ';
}
.Referral .btn-raised {
  margin-top: 15px;
  width: 100%;
}
@media all and (min-width: 600px) {
  .Referral .btn-raised {
    width: 60%;
  }
}
.Referral__code {
  width: 100%;
  padding: 10px;
  font-weight: 400;
  background-color: #f8f8f8;
  border-radius: 4px;
  border-bottom: 0;
  font-size: 21px;
  margin-top: 10px;
  text-align: center;
}
.Referral__code:focus {
  background-color: #eee;
}
.Referral__energybar {
  position: relative;
}
.Referral__energybar[data-name] {
  cursor: pointer;
  transition: opacity 0.2s;
}
.Referral__energybar[data-name]:hover {
  opacity: 0.8;
}
.Referral__energybar[data-name]::before {
  transition: all 0.2s;
  opacity: 0;
  transform: translateY(7px);
  content: attr(data-name);
  position: absolute;
  top: -34px;
  width: 120px;
  border-radius: 3px;
  left: -35px;
  padding: 4px 8px;
  z-index: 10;
  color: #333;
  background-color: #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
}
.Referral__energybar:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.Video--edit {
  width: 100%;
  background-color: #eee;
  position: relative;
  min-height: 200px;
}
.Video--edit::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.Video--edit iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
}
.Video--edit input {
  position: absolute;
  height: 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: 400px;
  z-index: 1;
  border: 0;
  padding: 15px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  outline: 0;
  color: #777;
  background-color: #f8f8f8;
  transition: all 0.2s;
}
.Video--edit input:focus {
  background-color: #fff;
  color: #333;
}
.Video {
  width: 100%;
  background-color: transparent;
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.Video::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.Video iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.Video__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 30px;
}
.Video__delete:hover {
  color: #79a4ca;
}
.Video__delete::before {
  text-shadow: none;
}
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  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: #e9e9e9;
  height: 4px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #cbd5de;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
}
.rc-slider-handle:hover {
  border-color: #79a4ca;
}
.rc-slider-handle-active:active {
  border-color: #79a4ca;
  box-shadow: 0 0 5px #79a4ca;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  max-height: 32px;
  overflow: visible;
  white-space: nowrap;
  color: #999;
  margin-top: -10px;
  padding-top: 10px;
}
.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;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot:first-child {
  margin-left: -4px;
}
.rc-slider-dot:last-child {
  margin-left: -4px;
}
.rc-slider-dot-active {
  border-color: #cbd5de;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  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;
}
.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;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
  animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
  animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.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: #6c6c6c;
  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: #6c6c6c;
}
@-moz-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-o-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-moz-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-o-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
.Signature__wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}
.Signature {
  border: 1px solid #ddd;
  background-color: #fff;
}
.Signature__wrapper .btn-default {
  color: #555;
}
.Signature__wrapper .Signature__placeholder {
  color: #ddd;
  text-transform: uppercase;
  font-family: $primaryFont;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 25px;
  margin-top: -16px;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  pointer-events: none;
  display: none;
}
.Signature__wrapper .Signature__done,
.Signature__wrapper .Signature__refresh,
.Signature__wrapper .Signature__edit {
  position: absolute;
  bottom: -10px;
  right: 15px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}
.Signature__wrapper .Signature__done i,
.Signature__wrapper .Signature__refresh i,
.Signature__wrapper .Signature__edit i {
  font-size: 25px;
}
.Signature__wrapper .Signature__refresh {
  right: 80px;
}
.Signature__wrapper .Signature__edit {
  display: none;
}
.Signature__wrapper .Signature__edit i {
  line-height: 30px;
}
.Signature__wrapper.Signature__wrapper--locked .Signature__done {
  display: none;
}
.Signature__wrapper.Signature__wrapper--locked .Signature__edit {
  display: block;
}
.Signature__wrapper.Signature__wrapper--empty .Signature__placeholder {
  display: block;
}
.Signature__wrapper.Signature__wrapper--empty .Signature__done,
.Signature__wrapper.Signature__wrapper--empty .Signature__refresh,
.Signature__wrapper.Signature__wrapper--empty .Signature__edit {
  transform: scale(0.001);
  opacity: 0;
}
.Signature__confirmationtext {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  color: #ddd;
  text-transform: uppercase;
  font-family: $primaryFont;
  font-weight: 700;
  bottom: 15px;
  margin: 0;
  left: 15px;
  right: 0;
  text-align: left;
}
.Signature__done {
  animation: pulse 1.3s infinite;
}
.Signature__done:hover {
  animation: none;
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
.ConfigureImageOptions__option {
  width: 48%;
  float: left;
  padding-top: 10px;
}
.ConfigureImageOptions__option:nth-child(2n) {
  margin-left: 1%;
}
.ConfigureImageOptions__option:nth-child(2n - 1) {
  margin-right: 1%;
  clear: both;
}
.ConfigureImageOptions::after {
  clear: both;
  display: table;
  content: '';
}
.Developer__form-wrapper {
  opacity: 1;
  transition: 500ms;
}
.Developer__form-wrapper--fade {
  opacity: 0.5;
}
.Developer__button {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.Developer__form {
  margin: 1rem 0;
}
.Developer__table__button {
  width: 100;
}
.Developer__table__row {
  opacity: 1;
  transition: 500ms;
}
.Developer__table__row--fade {
  opacity: 0.5;
}
.Token-Display__wrapper {
  padding: 1rem;
  background-color: #e9eef3;
  margin: 1rem 0;
  margin-bottom: 3rem;
}
.Token-Display__input {
  height: 3rem;
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
  border: none;
  padding: 0 1rem;
  margin-top: 1rem;
  font-size: 1.15rem;
}
.Token-Display__controls {
  display: flex;
  justify-content: space-between;
}
.Token-Display__button {
  width: 6rem;
  display: inline-block;
}
.Address {
  position: relative;
  flex: 1;
  margin-right: 20px;
}
.Address > input::placeholder {
  color: #bbb;
}
.Address__dropdown {
  background-color: #fff;
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.3);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 315px;
  overflow-y: auto;
  border-radius: 4px;
  z-index: 100;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .LiveField--active .Address__wrapper .btn-raised {
    opacity: 0;
    width: 0;
    transition: none !important;
  }
  .LiveField--active .Address__wrapper .Address {
    margin-right: 0;
  }
}
.Address__dropdownitem {
  box-sizing: border-box;
  color: rgba(51,51,51,0.8);
  cursor: pointer;
  white-space: nowrap;
  display: block;
  padding: 8px 10px;
}
.Address__dropdownitem:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.Address__dropdownitem:hover {
  background-color: #eaf1ff;
  color: #333;
}
.Address__dropdownitem .Address__dropdownitemmain {
  font-weight: 400;
}
.Address__wrapper {
  display: flex;
}
.btn-raised.Address__geolocate {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 10px;
  padding: 0;
}
.Address__forminner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.Address__inputwrapper {
  flex: 1 0 auto;
  position: relative;
}
.Address__input {
  min-width: 30%;
  flex: 1 0 300px;
  max-width: calc(100% - 20px);
  margin-right: 20px;
}
.Address__input label {
  display: block;
  margin-bottom: -1px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
}
.CustomHTMLEditor {
  max-width: 700px;
  margin: 0 auto;
  background-color: #f8f8f8;
  box-shadow: 2px;
  position: relative;
  overflow: hidden;
  height: 120px;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  transition: all 0.4s;
  padding: 30px;
}
.CustomHTMLEditor .ace_content {
  background-color: #f8f8f8;
  opacity: 0.6;
  transition: opacity 0.4s;
}
.CustomHTMLEditor.CustomHTMLEditor--focussed {
  height: 70vh;
  box-shadow: 0 2px 18px -6px rgba(0,0,0,0.8);
  opacity: 1;
}
.CustomHTMLEditor.CustomHTMLEditor--focussed .ace_content {
  opacity: 1;
}
.CustomHTMLEditor__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
}
.CustomHTMLEditor__delete:hover {
  color: #79a4ca;
}
.CustomHTMLEditor__delete::before {
  text-shadow: none;
}
.CustomHTMLEditor__controls {
  text-align: center;
  padding: 7px;
}
.CustomHTMLEditor__wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.CustomHTMLEditor--fullWidth {
  padding: 30px 0;
  max-width: calc(100% - 50px);
}
.CustomHTMLEditor__wrapper {
  max-width: 600px;
}
.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > .customHTML {
  max-width: 100%;
}
.editor.editor--live > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > .customHTML {
  max-width: 700px;
}
.editor.editor--live > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > .customHTML-fullWidth {
  max-width: 100%;
}
.SuccessfulSubmission--default {
  max-width: 700px;
  margin: 0 auto;
}
.SuccessfulSubmission__poweredBy {
  width: 300px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  text-transform: initial;
  text-decoration: none;
  display: block;
  font-size: 13px;
  border-radius: 3px;
}
.body--nobranding .SuccessfulSubmission__poweredBy,
.body--pro .SuccessfulSubmission__poweredBy,
.body--agency .SuccessfulSubmission__poweredBy {
  display: none;
}
.ResultSingleSubmission h1 {
  margin: 30px 15px;
  margin-bottom: -15px;
  font-size: 36px;
  line-height: 33px;
}
.ResultSingleSubmission h1 small {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.3;
  display: block;
}
.ResultSingleSubmission__field {
  margin: 18px 0;
  border-radius: 4px;
  overflow: hidden;
}
.ResultSingleSubmission__field h2 {
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}
.ResultSingleSubmission__field p {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  font-weight: 400;
  color: #555;
}
.ResultSingleSubmission__controls {
  padding: 15px;
  padding-bottom: 0;
  color: #79a4ca;
}
.ResultSingleSubmission__controls a {
  display: inline-block;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: underline;
  user-select: none;
}
.ResultSingleSubmission__controls a:active {
  color: #3f719e;
}
.ReportQuestion {
  margin: 60px 0;
}
.ReportQuestion__option {
  max-width: 500px;
}
.ReportQuestion__optionlabel {
  display: flex;
  padding-right: 15px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.ReportQuestion__optionvalue {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 10px 0;
  flex: 1;
  text-align: right;
}
.ReportQuestion__bar {
  position: relative;
  text-align: right;
  height: 24px;
  background: #fbfbfb;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.ReportQuestion__barinner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  background: #9ebdd8;
  border: 1px solid;
}
.ReportQuestion__optionwrapper {
  display: flex;
  align-items: flex-end;
}
.ReportQuestion__chart {
  max-width: 500px;
  margin: 15px 0 0 0;
}
.ReportQuestion__title {
  font-size: 24px;
}
.ReportQuestion__description {
  margin: 6px 0;
}
.break {
  max-width: 830px !important;
  opacity: 0.5;
  transition: opacity 0.3s;
  padding: 15px 0;
}
.break:hover {
  opacity: 1;
}
.BreakEditor {
  width: 100%;
  background-color: #79a4ca;
  height: 4px;
  box-shadow: 0 3px 9px -1px rgba(121,164,202,0.3);
  border-radius: 4px;
  transition: all 3s;
}
.BreakEditor.BreakEditor--section {
  background-color: #bf4857;
  box-shadow: 0 3px 9px -1px rgba(191,72,87,0.3);
}
.BreakEditor__controls {
  position: absolute;
  right: -200px;
  width: 200px;
  padding-left: 15px;
  top: 5px;
  color: #ccc;
  z-index: 1;
}
.BreakEditor__controls a {
  transition: color 0.2s;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
}
.BreakEditor__controls a:hover {
  color: #79a4ca;
}
.editor.editor--live.editor--has-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 130px;
}
.Pagination {
  margin-top: 30px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  direction: ltr;
}
.Pagination .btn-raised {
  position: relative;
  z-index: 0;
}
.Pagination .btn-raised:focus {
  z-index: 1;
  opacity: 0.9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.Theme__editorPreview .Pagination {
  position: absolute;
}
.editor--inline .Pagination {
  position: relative;
}
.Pagination__btn.btn-raised {
  margin: 0;
  height: 40px;
  text-transform: none;
  font-size: 16px;
  vertical-align: top;
  padding: 8px 20px;
  border-radius: 20px;
  position: relative;
}
.Pagination__btn.btn-raised i {
  line-height: 40px;
  font-size: 22px;
  margin-top: -9px;
}
.Pagination__btn.btn-raised.Pagination__btn--previous {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
}
.Pagination__btn.btn-raised.Pagination__btn--next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: right;
}
:first-child.Pagination__btn.btn-raised:last-child {
  border-radius: 20px !important;
  text-align: center;
  min-width: 120px;
}
.Pagination__pagebutton.btn-raised {
  margin: 0;
  height: 40px;
  width: 50px;
  text-transform: none;
  font-size: 16px;
  padding: 8px 20px;
  vertical-align: top;
  border-radius: 0;
}
.Pagination--numbers .Pagination__btn.btn-raised,
.Pagination--progress .Pagination__btn.btn-raised {
  width: auto;
}
.Pagination--progress {
  bottom: 27px;
}
.Pagination__progress {
  display: inline-block;
  max-width: calc(100% - 220px);
  width: 200px;
  height: 40px;
  background: #eee;
}
.Pagination__progresstrack {
  height: 100%;
  background: #79a4ca;
  transition: width 0.3s;
}
.Pagination__pages {
  display: inline-block;
  max-width: calc(100% - 220px);
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  overflow-x: auto;
  padding: 10px 0;
  margin-top: -10px;
}
.Pagination__pages::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}
@media all and (min-width: 500px) {
  .Pagination__pages,
  .Pagination__progress {
    max-width: calc(100% - 190px);
  }
}
.Pagination__price {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
  margin-left: -15px;
  margin-right: 3px;
  font-size: 14px;
  padding: 3.5px 12px;
  border-radius: 100px;
  background: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.8);
}
.body--dropdownopen .Pagination {
  z-index: 0;
}
.Pagination::before {
  content: attr(data-label);
  position: absolute;
  top: -23px;
  color: #000;
  font-size: 13px;
  line-height: 13px;
  width: 300px;
  left: 50%;
  color: #79a4ca;
  margin-left: -150px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.2s;
}
.Pagination:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.Pagination--rtl {
  direction: rtl;
}
.Pagination--rtl .Pagination__btn > i {
  transform: rotate(180deg);
}
.Pagination--rtl .Pagination__btn.btn-raised.Pagination__btn--previous {
  border-radius: 0 20px 20px 0;
}
.Pagination--rtl .Pagination__btn.btn-raised.Pagination__btn--next {
  border-radius: 20px 0 0 20px;
}
.Hint img {
  max-width: 100%;
  margin: 15px auto;
  display: block;
}
.Hint ul {
  text-align: left;
}
.FullScreenPreview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.FullScreenPreview img {
  max-width: 90%;
  max-height: 90%;
}
.FullScreenPreview.FullScreenPreview--open {
  opacity: 1;
  z-index: 10000;
  pointer-events: initial;
}
.FullScreenPreview__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 15px 20px;
  vertical-align: top;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
.FullScreenPreview__options {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px;
  text-align: center;
}
.FullScreenPreview__options .FullScreenPreview__option {
  margin: 2px;
  width: 65px;
  height: 65px;
  border: 2px solid transparent;
  cursor: pointer;
}
.FullScreenPreview__options .FullScreenPreview__option.FullScreenPreview__option--selected {
  border-color: #79a4ca;
}
.PaperSelect {
  position: relative;
}
.PaperSelect select {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  z-index: 20;
  cursor: pointer;
}
.PaperSelect select[multiple] {
  outline: none;
  border: none;
  z-index: -1;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
  border-radius: 3px;
  background-color: #f8f8f8;
  box-shadow: 0 1.2px 15px -5px rgba(0,0,0,0.6);
}
.PaperSelect select[multiple]::before {
  content: 'Hold down Command to choose multiple';
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 10px;
}
.PaperSelect select[multiple] option {
  font-family: inherit;
  font-weight: inherit;
  padding: 6px 10px;
}
.PaperSelect select[multiple] option[selected] {
  background-color: #f00;
}
.PaperSelect:hover .PaperSelect__label {
  background-color: #f1f1f1;
}
.PaperSelect .PaperSelect__label {
  width: 100%;
  height: 44px;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 44px;
  padding: 0 10px;
  border-radius: 3px;
  cursor: pointer;
}
.PaperSelect .PaperSelect__label::after {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  content: '';
  right: 10px;
  top: 50%;
  margin-top: -2.5px;
}
.PaperSelect__label--placeholder {
  color: #aaa;
}
.PaperSelect--multi select:focus {
  opacity: 1;
  height: 200px;
  z-index: 20;
}
[data-block='true'].block--empty [data-text]:after {
  contents: '&nbsp;';
}
.Coupon {
  display: flex;
}
.Coupon input {
  flex: 1;
  margin-right: 15px;
}
.Coupon .btn-raised {
  width: 140px;
  border-radius: 80px;
}
@media screen and (max-width: 400px) {
  .Coupon {
    display: block;
  }
  .Coupon input {
    margin-right: 0;
  }
  .Coupon .btn-raised {
    width: 100%;
    margin-top: 18px;
  }
}
.Coupon__discountMessage {
  text-align: center;
  margin-top: 18px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 18px;
  opacity: 1;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.02);
}
.EditorPage {
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  min-height: calc(100vh - 80px);
  padding-top: 44px;
}
.EditorPageWrapper__inner > * {
  width: 100vw;
  max-height: calc(100vh - 80px);
  display: inline-block;
  vertical-align: top;
}
.EditorPageWrapper {
  overflow: hidden;
}
.EditorPageWrapper__inner {
  transform: translateX(0);
  transition: all 300ms;
}
.EditorPageWrapper--offset0 .EditorPageWrapper__inner {
  transform: translateX(0);
}
.EditorPageWrapper--offset0 .EditorPageWrapper__inner >:nth-child(1) {
  max-height: initial;
}
.EditorPageWrapper--offset1 .EditorPageWrapper__inner {
  transform: translateX(-100vw);
}
.EditorPageWrapper--offset1 .EditorPageWrapper__inner >:nth-child(2) {
  max-height: initial;
}
.EditorPageWrapper--offset2 .EditorPageWrapper__inner {
  transform: translateX(-200vw);
}
.EditorPageWrapper--offset2 .EditorPageWrapper__inner >:nth-child(3) {
  max-height: initial;
}
.EditorPageWrapper--offset3 .EditorPageWrapper__inner {
  transform: translateX(-300vw);
}
.EditorPageWrapper--offset3 .EditorPageWrapper__inner >:nth-child(4) {
  max-height: initial;
}
.EditorPageWrapper--offset4 .EditorPageWrapper__inner {
  transform: translateX(-400vw);
}
.EditorPageWrapper--offset4 .EditorPageWrapper__inner >:nth-child(5) {
  max-height: initial;
}
.EditorPageWrapper--offset5 .EditorPageWrapper__inner {
  transform: translateX(-500vw);
}
.EditorPageWrapper--offset5 .EditorPageWrapper__inner >:nth-child(6) {
  max-height: initial;
}
.EditorPageWrapper--offset6 .EditorPageWrapper__inner {
  transform: translateX(-600vw);
}
.EditorPageWrapper--offset6 .EditorPageWrapper__inner >:nth-child(7) {
  max-height: initial;
}
.EditorPageWrapper--offset7 .EditorPageWrapper__inner {
  transform: translateX(-700vw);
}
.EditorPageWrapper--offset7 .EditorPageWrapper__inner >:nth-child(8) {
  max-height: initial;
}
.EditorPageWrapper--offset8 .EditorPageWrapper__inner {
  transform: translateX(-800vw);
}
.EditorPageWrapper--offset8 .EditorPageWrapper__inner >:nth-child(9) {
  max-height: initial;
}
.EditorPageWrapper--offset9 .EditorPageWrapper__inner {
  transform: translateX(-900vw);
}
.EditorPageWrapper--offset9 .EditorPageWrapper__inner >:nth-child(10) {
  max-height: initial;
}
.EditorPageWrapper--offset10 .EditorPageWrapper__inner {
  transform: translateX(-1000vw);
}
.EditorPageWrapper--offset10 .EditorPageWrapper__inner >:nth-child(11) {
  max-height: initial;
}
.EditorPageWrapper--offset11 .EditorPageWrapper__inner {
  transform: translateX(-1100vw);
}
.EditorPageWrapper--offset11 .EditorPageWrapper__inner >:nth-child(12) {
  max-height: initial;
}
.EditorPageWrapper--offset12 .EditorPageWrapper__inner {
  transform: translateX(-1200vw);
}
.EditorPageWrapper--offset12 .EditorPageWrapper__inner >:nth-child(13) {
  max-height: initial;
}
.EditorPage__content {
  width: 1076px;
  padding: 54px 18px;
  margin: 0 auto;
  max-width: 100%;
}
.EditorPage__content + .EditorPage__content {
  margin-top: -36px;
  padding-top: 0;
}
.EditorPage__content--details {
  display: flex;
}
.EditorPage__detailspreview {
  width: 385px;
  margin-left: 60px;
}
.EditorPage__detailspreviewimage {
  width: 385px;
  height: 240px;
  background: #fff;
  border: 1px solid #ddd;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  position: relative;
}
.EditorPage__detailspreviewtitle {
  font-size: 24px;
  font-weight: 400;
  color: #141414;
  margin-bottom: 9px;
}
.EditorPage__detailspreviewdescription {
  font-size: 18px;
  font-weight: 300;
  color: #141414;
  margin-bottom: 4px;
}
.EditorPage__detailspreviewlink {
  color: #79a4ca;
  text-decoration: none;
  pointer-events: none;
  font-weight: 300;
}
.EditorPage__content--embeds pre {
  background-color: #eaf5f1;
  padding: 4px;
  color: #3db485;
}
.EditorTopBar {
  height: 80px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.7s;
  z-index: 100 !important;
}
.EditorTopBar.introjs-fixParent {
  z-index: auto !important;
  pointer-events: none;
}
.EditorTopBar.introjs-fixParent + .EditorTopBar__dropdown + .EditorTopBar__submenu {
  z-index: -1;
}
.EditorTopBar__wrapper--firstpage .EditorTopBar {
  background-color: #f8f8f8;
}
.EditorTopBar__left {
  padding: 0 18px;
  width: 220px;
}
.EditorTopBar__main {
  flex: 1;
  display: flex;
  overflow: auto;
  justify-content: center;
}
.EditorTopBar__right {
  padding: 0;
  white-space: nowrap;
  height: 100%;
  width: 220px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.EditorTopBar__section {
  display: block;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #79a4ca;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.EditorTopBar__section.EditorTopBar__section--hover {
  padding: 18px;
}
.EditorTopBar__section + .EditorTopBar__section {
  border-left: 0;
}
.EditorTopBar__section .EditorTopBar__sectionicon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: #79a4ca;
  opacity: 0.4;
  margin-right: 9px;
  transition: all 0.2s;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.EditorTopBar__section .EditorTopBar__sectionicon svg {
  width: 100%;
  height: auto !important;
}
.EditorTopBar__section.EditorTopBar__section--hover,
.EditorTopBar__section.EditorTopBar__section--active {
  opacity: 1;
  color: #4381b9;
}
.EditorTopBar__section.EditorTopBar__section--hover .EditorTopBar__sectionicon,
.EditorTopBar__section.EditorTopBar__section--active .EditorTopBar__sectionicon {
  opacity: 1;
  background-color: #79a4ca;
  background-image: linear-gradient(-110deg, #54efb2 -30%, #0f7ddd 100%);
}
.EditorTopBar__section.EditorTopBar__section--hover .EditorTopBar__sectionicon {
  box-shadow: 0 3px 12px -3px #3e7aae;
}
.EditorTopBar__section.EditorTopBar__section--active {
  position: relative;
}
.EditorTopBar__section.EditorTopBar__section--active::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  right: 0;
  background-color: #ead369;
}
.EditorTopBar__dropdown {
  position: absolute;
  z-index: 103;
  width: 270px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  top: 70px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 11px 50px -10px rgba(0,0,0,0.3);
}
.EditorTopBar__dropdown::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  box-shadow: -4px -4px 15px -6px rgba(0,0,0,0.3);
  transform: rotate(39deg) skew(-15deg);
  position: absolute;
  background-color: #fff;
  left: 50%;
  margin-left: -9px;
  top: -9px;
}
.EditorTopBar__dropdown--visible {
  opacity: 1;
  pointer-events: initial;
}
.EditorTopBar__dropdownitem {
  opacity: 0.8;
  transition: all 0.2s;
  display: block;
  text-decoration: none;
  padding: 18px 22px;
  position: relative;
}
.EditorTopBar__dropdownitem:first-child {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.EditorTopBar__dropdownitem:hover {
  opacity: 1;
  background-color: #e9eef3;
}
.EditorTopBar__dropdownitem.EditorTopBar__dropdownitem--active {
  opacity: 1;
  background-color: #e9eef3;
}
.EditorTopBar__dropdowntitle {
  font-size: 18px;
  font-weight: 400;
  color: #434a50;
  line-height: 22px;
  position: relative;
}
.EditorTopBar__dropdowndescription {
  font-size: 14px;
  line-height: 19px;
  color: #567896;
  font-weight: 300;
  margin-top: 6px;
}
.EditorTopBar__submenu {
  position: absolute;
  top: 80px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  background-image: linear-gradient(-90deg, #5eb3c0 0%, #2f7ec4 97%);
  z-index: 99;
  transition: all 400ms;
}
.EditorTopBar__submenu.EditorTopBar__submenu--hidden {
  transform: translateY(-43px);
  border-bottom: 1px solid #eeebeb;
}
.EditorTopBar__error {
  position: absolute;
  top: 80px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  left: 0;
  right: 0;
  background-image: linear-gradient(-90deg, #c05e5e 0%, #c42f2f 97%);
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  z-index: 98;
  transition: all 400ms;
}
.EditorTopBar__error.EditorTopBar__error--hidden {
  transform: translateY(-43px);
  border-bottom: 1px solid #eeebeb;
}
.EditorTopBar__error.EditorTopBar__error--submenu-visible {
  top: calc(80px + 44px);
  border-bottom: 1px solid #eeebeb;
}
.EditorTopBar__submenuitem {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 18px;
  transition: all 0.2s;
}
.EditorTopBar__submenuitem:hover,
.EditorTopBar__submenuitem.EditorTopBar__submenuitem--active {
  opacity: 1;
}
.EditorTopBar__iconbtn.EditorTopBar__theme {
  opacity: 0.7;
}
.EditorTopBar__iconbtn.EditorTopBar__theme:hover {
  opacity: 1;
}
.EditorTopBar__iconbtn {
  display: block;
  height: 100%;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.EditorTopBar__iconbtn + .EditorTopBar__iconbtn {
  padding-right: 36px;
}
.EditorTopBar__iconbtn + .EditorTopBar__iconbtn::after {
  margin-left: -54px;
}
.EditorTopBar__iconbtn svg {
  height: 30px;
  width: 30px;
  fill: #b0c9e0;
  transition: fill 0.3s;
}
.EditorTopBar__iconbtn::after {
  transform: translateY(-8px);
  transition: all 0.2s;
  opacity: 0;
  content: attr(data-label);
  display: block;
  position: absolute;
  top: calc(100% - 15px);
  left: 50%;
  margin-left: -45px;
  width: 90px;
  background-color: #fff;
  font-size: 14px;
  vertical-align: middle;
  line-height: 30px;
  color: #66717a;
  border-radius: 4px;
  box-shadow: 0 11px 50px -10px rgba(0,0,0,0.3);
  height: 30px;
  text-align: center;
}
.EditorTopBar__iconbtn:hover {
  opacity: 1;
}
.EditorTopBar__iconbtn:hover svg {
  fill: #79a4ca;
}
.EditorTopBar__iconbtn:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.EditorTopBar__iconbtn:active svg {
  fill: #3e7aae;
  transition: none;
}
.EditorSaveIndicator {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.7;
  margin-right: 18px;
  transition: opacity 0.2s;
}
.EditorSaveIndicator:hover {
  opacity: 1;
}
.EditorSaveIndicator a {
  text-decoration: none;
}
.EditorSaveIndicator__saving:hover {
  opacity: 0.7;
}
.EditorSaveIndicator__saving,
.EditorSaveIndicator__save {
  color: #79caaa;
}
.EditorSaveIndicator__saverror {
  color: #bf4857;
}
.EditorSaveIndicator__saved {
  color: #79a4ca;
}
.EditorSaveIndicator__revert {
  color: #79a4ca;
}
.PreviousVersions ul {
  padding: 0;
}
.PreviousVersions li {
  font-size: 14px;
  list-style: none;
  display: block;
  clear: both;
}
.PreviousVersions a {
  float: right;
  color: #79a4ca;
}
.BtnV2,
.introjs-button {
  height: 38px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  color: #79a4ca;
  background-color: #fff;
  font-weight: 400;
  font-family: Lato;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  transform: translateY(0);
  transition: all 0.3s;
  border: 1px solid rgba(121,164,202,0.3);
}
.BtnV2 + .BtnV2,
.introjs-button + .introjs-button {
  margin-left: 18px;
}
.BtnV2:hover,
.introjs-button:hover {
  box-shadow: 0 4px 15px -5px rgba(121,164,202,0.3);
}
.BtnV2:active:not(.BtnV2--nofocus),
.introjs-button:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--disabled,
.introjs-button.BtnV2--disabled {
  box-shadow: none !important;
  background-color: #f8f8f8 !important;
  opacity: 0.8;
  border-color: #f8f8f8 !important;
  transition: none !important;
}
.BtnV2.BtnV2--solid,
.introjs-button.BtnV2--solid {
  background-color: #79a4ca;
  color: #fff;
  border: 0;
}
.BtnV2.BtnV2--solid:hover,
.introjs-button.BtnV2--solid:hover {
  opacity: 0.95;
}
.BtnV2.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--solid.BtnV2--disabled {
  background-color: #3e7aae !important;
  color: #f8f8f8;
  opacity: 0.8;
}
.BtnV2.BtnV2--mid,
.introjs-button.BtnV2--mid {
  color: #3e7aae;
  border: 1px solid rgba(62,122,174,0.3);
}
.BtnV2.BtnV2--mid:hover,
.introjs-button.BtnV2--mid:hover {
  box-shadow: 0 4px 15px -5px rgba(62,122,174,0.3);
}
.BtnV2.BtnV2--mid.BtnV2--solid,
.introjs-button.BtnV2--mid.BtnV2--solid {
  color: #fff;
  background-color: #3e7aae;
}
.BtnV2.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--mid.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--mid.BtnV2--solid.BtnV2--disabled {
  background-color: #366a97 !important;
}
.BtnV2.BtnV2--secondary,
.introjs-button.BtnV2--secondary {
  color: #79caaa;
  border: 1px solid rgba(121,202,170,0.3);
}
.BtnV2.BtnV2--secondary:hover,
.introjs-button.BtnV2--secondary:hover {
  box-shadow: 0 4px 15px -5px rgba(121,202,170,0.3);
}
.BtnV2.BtnV2--secondary.BtnV2--solid,
.introjs-button.BtnV2--secondary.BtnV2--solid {
  color: #fff;
  background-color: #79caaa;
}
.BtnV2.BtnV2--secondary.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--secondary.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--secondary.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--secondary.BtnV2--solid.BtnV2--disabled {
  background-color: #3db485 !important;
}
.BtnV2.BtnV2--secondary.BtnV2--mid,
.introjs-button.BtnV2--secondary.BtnV2--mid {
  color: #3db485;
  border: 1px solid rgba(61,180,133,0.3);
}
.BtnV2.BtnV2--secondary.BtnV2--mid:hover,
.introjs-button.BtnV2--secondary.BtnV2--mid:hover {
  box-shadow: 0 4px 15px -5px rgba(61,180,133,0.3);
}
.BtnV2.BtnV2--secondary.BtnV2--mid.BtnV2--solid,
.introjs-button.BtnV2--secondary.BtnV2--mid.BtnV2--solid {
  color: #fff;
  background-color: #3db485;
}
.BtnV2.BtnV2--secondary.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--secondary.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--secondary.BtnV2--mid.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--secondary.BtnV2--mid.BtnV2--solid.BtnV2--disabled {
  background-color: #359d74 !important;
}
.BtnV2.BtnV2--warning,
.introjs-button.BtnV2--warning {
  color: #bf4857;
  border: 1px solid rgba(191,72,87,0.3);
}
.BtnV2.BtnV2--warning:hover,
.introjs-button.BtnV2--warning:hover {
  box-shadow: 0 4px 15px -5px rgba(191,72,87,0.3);
}
.BtnV2.BtnV2--warning.BtnV2--solid,
.introjs-button.BtnV2--warning.BtnV2--solid {
  color: #fff;
  background-color: #bf4857;
}
.BtnV2.BtnV2--warning.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--warning.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--warning.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--warning.BtnV2--solid.BtnV2--disabled {
  background-color: #aa1325 !important;
}
.BtnV2.BtnV2--success,
.introjs-button.BtnV2--success {
  color: #79caaa;
  border: 1px solid rgba(121,202,170,0.3);
}
.BtnV2.BtnV2--success:hover,
.introjs-button.BtnV2--success:hover {
  box-shadow: 0 4px 15px -5px rgba(121,202,170,0.3);
}
.BtnV2.BtnV2--success.BtnV2--solid,
.introjs-button.BtnV2--success.BtnV2--solid {
  color: #fff;
  background-color: #79caaa;
}
.BtnV2.BtnV2--success.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--success.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--success.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--success.BtnV2--solid.BtnV2--disabled {
  background-color: #3db485 !important;
}
.BtnV2.BtnV2--raised,
.introjs-button.BtnV2--raised {
  border-width: 0 !important;
  box-shadow: 0 2px 10px -3px rgba(0,0,0,0.3);
}
.BtnV2.BtnV2--raised:hover,
.introjs-button.BtnV2--raised:hover {
  box-shadow: 0 5px 18px -4px rgba(0,0,0,0.3);
}
.BtnV2.BtnV2--disabled,
.introjs-button.BtnV2--disabled {
  cursor: default;
}
.BtnV2.BtnV2--sm,
.introjs-button.BtnV2--sm {
  height: 30px;
  padding: 0 20px;
}
.BtnV2.BtnV2--square,
.introjs-button.BtnV2--square {
  border-radius: 0;
}
.BtnV2.BtnV2--fullwidth,
.introjs-button.BtnV2--fullwidth {
  width: 100%;
}
.BtnV2.BtnV2--lg,
.introjs-button.BtnV2--lg {
  height: 44px;
}
.BtnV2.BtnV2--multiline,
.introjs-button.BtnV2--multiline {
  height: auto;
  white-space: normal;
  padding: 12px 30px;
  line-height: 18px;
  text-align: center;
}
.btn-group .BtnV2 {
  margin-left: 0;
  margin-right: 9px;
  margin-bottom: 18px;
}
.btn-group .BtnV2 + .btn-group .BtnV2 {
  margin-left: 0;
}
.Progress {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.Progress * {
  transition: all 0.5s;
}
.Progress-inactive .Progress-progress {
  opacity: 0;
  transition: opacity 0.5s;
}
.Progress .Progress-progress {
  background: #79a4ca;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  box-shadow: 0 0 4px 0px rgba(121,164,202,0.4);
}
.Paper {
  background: #fff;
  box-shadow: 0 2px 8px -3px rgba(0,0,0,0.3);
  border-radius: 3px;
}
.Paper a {
  color: #79a4ca;
}
.Paper.Paper--padded {
  padding: 18px;
}
.Paper.Paper--double-padded {
  padding: 36px;
}
.Paper.Paper--double-padded-x {
  padding-left: 36px;
  padding-right: 36px;
}
.Paper.Paper--clickable {
  cursor: pointer;
}
.Paper.Paper--clickable:hover {
  background: #f8f8f8;
}
.Paper.Paper--active {
  background: #e9eef3;
}
.Paper.Paper--active:hover {
  background: #e9eef3;
}
.TabBar {
  display: flex;
  height: 44px;
  align-items: center;
  font-weight: 400;
  background-image: linear-gradient(-90deg, #5eb3c0 0%, #2f7ec4 97%);
  border-radius: 100px;
  padding: 0 9px;
}
.TabBar .TabBar__tab {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s;
  padding: 9px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.TabBar .TabBar__tab::after {
  position: absolute;
  height: 3px;
  bottom: 5px;
  border-radius: 6px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  background: #fff;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.TabBar .TabBar__tab.TabBar__tab--right {
  margin-left: auto;
}
.TabBar .TabBar__tab:first-child {
  margin-left: 18px;
}
.TabBar .TabBar__tab:hover,
.TabBar .TabBar__tab.TabBar__tab--active {
  opacity: 1;
}
.TabBar .TabBar__tab.TabBar__tab--active::after {
  opacity: 1;
}
.TabBar__right {
  display: flex;
  margin-left: auto;
}
.PaperType--h1 {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #434a50;
}
.PaperType--h2 {
  font-weight: 400;
  margin: 0;
  margin-bottom: 18px;
}
.PaperType--h3 {
  font-weight: 400;
}
.PaperType--h4 {
  font-weight: 400;
}
.PaperType--h5 {
  font-weight: 400;
}
.PaperType--h6 {
  font-weight: 400;
}
.AccountV2 p {
  font-size: 16px;
  line-height: 21px;
}
.AccountV2 .PaperType--h3 {
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.8;
}
.AccountV2 .PaperType--h3 {
  margin: 9px 0;
  margin-top: 18px;
}
.AccountV2 .PaperType--h2 + .PaperType--h3 {
  margin-top: -12px;
}
.ace_text-input {
  position: absolute !important;
}
.EmailComposer .FieldConfiguration__label {
  font-size: 16px;
  margin-bottom: 9px;
}
.EmailComposer .File {
  margin: 18px;
  margin-bottom: 18px;
  margin-top: 33px;
}
.EmailComposer .File .btn-raised {
  min-height: 38px !important;
  padding: 9px !important;
}
.EmailComposer__emailinput {
  margin-bottom: 36px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
}
.EmailComposer__emailinput .DraftEditor-root {
  min-height: 150px;
}
.EmailComposer__emailinput h1 {
  margin: 0.67em 0;
}
.EmailComposer__emailinput h2 {
  margin: 0.87em 0;
}
.EmailComposer__emailinput .BtnV2 {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
}
.EmailComposer figure {
  margin: 0 !important;
}
.EmailComposer figure > div {
  margin: 0 !important;
}
.EmailComposerField .EmailComposerField__container {
  padding: 18px 9px;
  margin-top: -9px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.EmailComposerField textarea {
  resize: none;
}
.EmailComposerField.EmailComposerField--active {
  position: relative;
  transform: perspective(1px);
  z-index: 50;
}
.EmailComposerField--file .EmailComposerField__container {
  display: block;
}
.EmailComposerField--file .EmailComposerField__container .EmailComposerField__header {
  padding-bottom: 9px;
}
.EmailComposerField__required {
  position: relative;
  opacity: 0.6;
  font-size: 17px;
  top: -2px;
  right: -2px;
}
.EmailComposerField--submiterror .EmailComposerField__required {
  color: #ffa3a3;
  opacity: 1;
}
.EmailComposerField--submiterror .EmailComposerField__input:not(.EmailComposerField__input--manualfocus),
.EmailComposerField--submiterror .Address__input--error .EmailComposerField__input,
.EmailComposerField--submiterror textarea.EmailComposerField__input[rows][rows='1'] {
  border-color: #ffa3a3;
}
@media all and (min-width: 700px) {
  .EmailComposerField--inline .EmailComposerField__container {
    display: flex;
  }
  .EmailComposerField--inline .EmailComposerField__container .EmailComposerField__answer {
    padding-left: 15px;
    flex: 1;
  }
}
.EmailComposerField__answer {
  flex: 1;
  color: #79a4ca;
}
.EmailComposerField__input {
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  color: inherit;
  line-height: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(230,230,230,0.8);
  outline: 0;
}
.EmailComposerField__input[disabled] {
  color: #777;
  border-bottom-color: transparent;
}
.EmailComposerField--active .EmailComposerField__input:not(.EmailComposerField__input--manualfocus) {
  border-bottom: 1px solid #79a4ca;
}
.YesNo .btn-raised.btn-default {
  background-color: #f8f8f8;
}
.YesNo label {
  margin: 0;
  width: 50%;
  display: inline-block;
  text-align: center;
}
.YesNo input {
  width: 1px;
  opacity: 0;
  position: absolute;
}
.EmailComposerField--error {
  border-color: #fff;
}
.EmailComposerField--error.EmailComposerField--active .EmailComposerField__input {
  border-bottom: 1px solid #ffa3a3;
}
.EmailComposerField--error .EmailComposerField__error {
  height: 30px;
  margin-bottom: 18px;
  display: block;
}
.EmailComposerField__error {
  height: 0;
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
  background-color: #ffa3a3;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}
@media all and (min-width: 600px) {
  .EmailComposerField__error {
    transition: height 0.3s;
  }
}
.EmailComposerField__header {
  width: auto;
  margin-right: 18px;
  font-size: 16px;
}
.EmailComposerField__description {
  min-width: 150px;
  line-height: normal;
  margin-top: 9px;
  padding: 17px 24px;
  left: 18px;
  right: 18px;
  border-radius: 200px;
  color: #79caaa;
  font-style: italic;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  font-size: 13px;
  line-height: 16px;
  box-shadow: 0 2px 21px 0 rgba(0,0,0,0.11);
  display: none;
  text-align: center;
  pointer-events: none;
}
.EmailComposerField__prefixedInput {
  display: flex;
  align-items: center;
  justify-content: center;
}
.EmailComposerField__prefixedInput .EmailComposerField__input {
  flex: 1;
}
.EmailComposerField--active .EmailComposerField__description {
  display: block;
}
@media all and (min-width: 500px) {
  .EmailComposerFieldSection__row {
    display: flex;
    margin-bottom: 0.2px;
  }
  .EmailComposerFieldSection__row .EmailComposerField__container {
    flex: 1 1 auto;
  }
  .EmailComposerFieldSection__row > * {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
}
textarea.EmailComposerField__input[rows] {
  background-color: rgba(0,0,0,0.04);
  padding: 5px 10px;
  transition: background-color 0.3s;
  border-bottom-color: transparent;
}
textarea.EmailComposerField__input[rows]:hover {
  background-color: rgba(0,0,0,0.02);
}
textarea.EmailComposerField__input[rows]:focus {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 20px -6px rgba(0,0,0,0.2);
}
textarea.EmailComposerField__input[rows][rows='1'] {
  background-color: transparent;
  border-bottom-color: rgba(230,230,230,0.8);
  padding: 2px;
  box-shadow: none;
}
.EmailComposerField__input--confirm {
  padding: 0 20px;
  margin-top: -1px;
  border-top: 1px solid rgba(230,230,230,0.8);
  background-color: rgba(0,0,0,0.03);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  width: calc(100% + 40px);
}
.EmailComposerField__input--confirm::before {
  content: 'Confirm';
}
.EmailComposerField__inputflexwrapper {
  display: flex;
}
.EmailComposerField__inputflexwrapper .EmailComposerField__input {
  flex: 1;
  margin-right: 15px;
}
textarea.EmailComposerField__input[rows='2'] {
  min-height: 75px;
}
textarea.EmailComposerField__input[rows='3'] {
  min-height: 107px;
}
textarea.EmailComposerField__input[rows='4'] {
  min-height: 139px;
}
textarea.EmailComposerField__input[rows='5'] {
  min-height: 171px;
}
textarea.EmailComposerField__input[rows='6'] {
  min-height: 203px;
}
textarea.EmailComposerField__input[rows='7'] {
  min-height: 235px;
}
textarea.EmailComposerField__input[rows='8'] {
  min-height: 267px;
}
textarea.EmailComposerField__input[rows='9'] {
  min-height: 299px;
}
textarea.EmailComposerField__input[rows='10'] {
  min-height: 331px;
}
._ie .EmailComposerFieldSection__row--1 > div {
  display: block !important;
}
@media all and (min-width: 500px) {
  ._ie .EmailComposerFieldSection__row {
    display: block;
  }
  ._ie .EmailComposerFieldSection__row.EmailComposerFieldSection__row--2 > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
.LiveHTML {
  white-space: normal;
}
.EmailComposerField__header .DraftEditor-root {
  display: inline-block;
}
.FormTagInput.EmailComposerField__input {
  padding: 4px 0;
}
.FormTagInput.EmailComposerField__input .DraftEditor-root {
  padding-right: 40px;
}
.page-with-sidebar {
  padding-left: 320px;
}
.page-with-sidebar .page-with-sidebar__content {
  padding: 36px;
}
.Sidebar {
  width: 320px;
  position: fixed;
  left: 0;
  z-index: 100;
  height: 100%;
  border-right: 1px solid #e9eef3;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.Sidebar .BtnV2.BtnV2--primary {
  width: 100%;
}
.Sidebar__headercontent {
  padding: 18px;
  padding-top: 0;
}
.Sidebar__headercontent .BtnV2 {
  width: 100%;
}
.Sidebar__headercontent p {
  font-size: 14px;
  margin: 0;
  margin-top: 6px;
  text-align: center;
}
.Sidebar__header {
  height: 97.25px;
}
.Sidebar__header img {
  width: 130px;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 22px;
  display: block;
}
.Sidebar__links {
  overflow: auto;
  border-bottom: 1px solid #e9eef3;
}
.Sidebar__link,
.Sidebar__footerLink {
  font-size: 16px;
  line-height: 21px;
  color: #79a4ca;
  padding: 18px;
  display: block;
  border-top: 1px solid #e9eef3;
  text-decoration: none;
  transition: all 0.2s;
}
.Sidebar__link[disabled],
.Sidebar__footerLink[disabled] {
  opacity: 0.7;
}
.Sidebar__link.Sidebar__link--active,
.Sidebar__footerLink.Sidebar__link--active {
  background-image: linear-gradient(-72deg, #5eb3c0 0%, #2f7ec4 100%);
  color: #fff;
}
.Sidebar__sidecontent {
  padding: 9px;
  text-align: center;
  flex: 1;
}
.Sidebar__sidecontent a {
  color: #79a4ca;
  font-size: 14px;
}
.Sidebar__footerLink {
  padding: 0;
  margin: 9px 18px;
  text-align: center;
  opacity: 0.7;
}
.Sidebar__footerLink:hover {
  opacity: 1;
}
.Sidebar__footerLink:last-child {
  margin-bottom: 18px;
}
.footerlink--referral {
  font-style: italic;
}
.Sidebar__link--droptarget {
  background-color: rgba(62,122,174,0.2);
}
.page-with-sidebar--mobile {
  padding-left: 0;
}
.page-with-sidebar--mobile .page-with-sidebar__content {
  overflow: hidden;
  padding: 18px;
}
.page-with-sidebar--mobile .Sidebar {
  z-index: 100;
  transform: translateX(-320px);
  transition: all 0.3s;
}
.page-with-sidebar--mobile .Sidebar.Sidebar--open {
  transform: translateX(0);
}
.page-with-sidebar--mobile .Sidebaroverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.ZapsForForm__zap {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 18px;
  border-radius: 2px;
}
.ZapsForForm__zap img {
  width: 32px;
}
.ZapsForForm__zap--refreshing {
  pointer-events: none;
  opacity: 0.5;
}
.ZapsFormForm__steps {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.ZapsForForm__zaptitle {
  flex: 1 1 auto;
  padding-right: 18px;
  line-height: 18px;
  font-size: 16px;
}
.ZapsForForm__step * {
  vertical-align: middle;
}
.ZapsForForm__step .material-icons {
  padding: 4px;
  color: #aaa;
}
.ZapsForForm__zapstate {
  margin-top: -3px;
  margin-left: 18px;
}
.ZapsForForm__editor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.IntegrationsDirectory__inner {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 18px;
}
.IntegrationsDirectory__search,
.Search__input {
  height: 40px;
  margin-bottom: 18px;
  color: #3db485;
  font-size: 14px;
  border: 1px solid #79caaa;
  border-radius: 40px;
  padding: 0 18px;
  width: 330px;
  font-family: inherit;
  transition: all 0.3s;
}
.IntegrationsDirectory__search::placeholder,
.Search__input::placeholder {
  color: rgba(121,202,170,0.7);
}
.IntegrationsDirectory__search:focus,
.Search__input:focus {
  box-shadow: 0 4px 20px -8px #79caaa;
}
.Search__clear {
  position: absolute;
  right: 18px;
  padding: 15px;
  line-height: 0;
  font-size: 13px;
  top: -3px;
  font-weight: 600;
  color: #79caaa;
  cursor: pointer;
  opacity: 0.6;
}
.Search__clear:hover {
  opacity: 1;
}
.IntegrationsDirectory__editor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.Avatar {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-left: 18px;
  background-color: #79a4ca;
  background-image: linear-gradient(-110deg, #79a4ca -30%, #79caaa 100%);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 10px -3px rgba(0,0,0,0.3);
  overflow: hidden;
  font-size: 14px;
  transition: all 0.3s;
  user-select: none;
}
.Avatar:hover {
  box-shadow: 0 4px 15px -3px rgba(0,0,0,0.5);
}
.Avatar img {
  width: 100%;
}
.Avatar__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.Avatar__menu {
  position: absolute;
  right: 36px;
  top: 85px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 4px 15px -5px rgba(0,0,0,0.5);
  border-radius: 4px;
  z-index: 101;
}
.Avatar__menu.Avatar__menu--mobile {
  right: 18px;
  top: 65px;
}
.Avatar__menu a {
  display: block;
  padding: 18px;
  color: #434a50;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
  padding-bottom: 9px;
  padding-top: 9px;
}
.Avatar__menu a:hover {
  background-color: #e9eef3;
}
.FormCard {
  display: flex;
  margin-bottom: 18px;
}
.FormCard__image {
  flex: 0 0 150px;
  background-size: cover;
  background-position: center;
}
.FormCard__body {
  flex: 1 1 auto;
  position: relative;
  padding: 18px;
}
.FormCard__wrapper {
  border-radius: 0;
  box-shadow: 0 2px 9px -2px rgba(0,0,0,0.3);
}
.FormCard__titlewrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  white-space: nowrap;
  left: 18px;
  right: 18px;
}
.FormCard__tags {
  margin-top: 30px;
}
.FormCard__actions {
  padding: 18px;
  text-align: right;
  flex: 0 0 auto;
}
.FormCard__actions .BtnV2 {
  margin: 0;
  margin-left: -1px;
  border-radius: 0;
  font-size: 14px;
}
.FormCard__actions .BtnV2:first-child {
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}
.FormCard__actions .BtnV2:last-child {
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
  margin-right: -1px;
}
.FormCard__lastupdated {
  color: #ccc;
  text-align: right;
  font-size: 13px;
  margin-top: 9px;
}
.FormCard__title {
  font-size: 22px;
  font-weight: 400;
  color: #434a50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 5px;
}
.FormCard__wrapper--tagging .ReactTags__tags {
  z-index: 15 !important;
}
.FormCard__spaceselectoroverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.FormCard__spaceselector {
  position: absolute;
  right: 170px;
  top: -50px;
  width: 200px;
  background-color: #fff;
  z-index: 51;
  box-shadow: 0 4px 15px -5px rgba(0,0,0,0.5);
  border-radius: 4px;
  max-height: 250px;
  overflow: auto;
}
.FormCard__spaceselector .FormCard__space {
  display: block;
  padding: 18px;
  color: #434a50;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
  padding-bottom: 9px;
  padding-top: 9px;
  cursor: pointer;
}
.FormCard__spaceselector .FormCard__space:hover {
  background-color: #e9eef3;
}
.FormCardMobile {
  margin-bottom: 36px;
}
.FormCardMobile__image {
  margin-left: -18px;
  margin-right: -18px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.FormCardMobile__image:after {
  content: '';
  display: table;
  padding-bottom: 66%;
}
.FormCardMobile__title {
  color: #434a50;
  font-size: 24px;
  margin-top: 18px;
}
.FormCardMobile__lastupdated {
  font-size: 14px;
  color: #333;
  opacity: 0.5;
  margin: 9px 0;
  margin-top: 3px;
}
.OptionsInput {
  overflow: auto;
  padding: 18px;
  border-radius: 10px;
  background: #f8f8f8;
}
.OptionsInput__option {
  margin-bottom: 18px;
  display: flex;
}
.OptionsInput__option:last-child {
  margin-bottom: 0;
}
.OptionsInput__optioninput {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  background: #fff;
  margin-right: 18px;
  border-radius: 38px;
  padding: 0 18px;
  border: 0;
  font-size: 16px;
  font-family: inherit;
  resize: none;
}
.CreateForm {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.CreateForm__templatelist {
  height: 100%;
  width: 420px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.CreateForm__templatepreview {
  flex: 1;
  position: relative;
  display: flex;
  background: #eee;
  height: 100%;
  margin-left: 36px;
  align-items: center;
  justify-content: center;
}
.CreateForm__templatepreview iframe {
  border: 1px solid #eee;
}
.CreateForm__templatelist--list {
  clear: both;
  overflow: auto;
  margin-bottom: -36px;
  margin-right: -36px;
  margin-left: -36px;
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 36px;
  text-align: center;
}
.CreateForm__template {
  cursor: pointer;
  transition: all 0.2s;
  padding: 18px;
  display: flex;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 4.5px;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  border-radius: 9px;
  background: #79a4ca;
}
.CreateForm__template:hover {
  opacity: 0.8;
  box-shadow: 0 4px 18px -5px rgba(0,0,0,0.6);
}
.CreateForm__template.CreateForm__template--previewing {
  opacity: 1;
  box-shadow: none;
  box-shadow: 0 0 0 3px #79a4ca inset;
}
.CreateForm__template .CreateForm__actions {
  width: 120px;
  text-align: right;
  margin-left: auto;
}
.CreateForm__templatebackground {
  background-position: center;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.CreateForm__titlebox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.CreateForm__templatetitle {
  font-size: 18px;
  line-height: 24px;
}
.CreateForm__templateminplan {
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.CreateForm .Dropdown__inline .Dropdown-menu {
  width: 250px;
}
.ql-container {
  box-sizing: border-box;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #79a4ca;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #79a4ca;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #79a4ca;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
  max-width: 300px;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: 'Visit URL:';
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: 'Enter link:';
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: 'Enter formula:';
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: 'Enter video:';
}
.ql-snow a {
  color: #06c;
}
.ql-snow .ql-editor img[src^='/images/loading.gif'] {
  width: 100px;
  border: 1px solid #ccc;
}
.ql-snow .ql-picker.ql-tag .ql-picker-label::before {
  content: '{{ answer }}';
}
.ql-snow .ql-picker.ql-tag .ql-picker-label {
  width: 100px;
}
.ql-formats:last-child {
  float: right;
  margin-right: 0 !important;
}
.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdtTime td {
  cursor: default;
}
.PDFEditor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
  max-width: 740px;
  border-color: #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 30px;
  margin: 0 auto;
}
.PDFEditor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > *.image {
  padding: 0;
  max-width: 740px !important;
}
.LivePDF .editor.editor--live > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > *:not(.image) {
  max-width: 740px;
  padding: 0 30px;
  margin: 0 auto;
}
.PDFEditor .public-DraftEditorPlaceholder-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 30px;
}
.PDFEditor {
  margin: 0 auto;
  position: relative;
  padding-bottom: 350px;
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0;
  overflow: hidden !important;
}
.body--edit .EditPDF .PDFEditor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
  transition: none;
}
.body--edit .EditPDF .PDFEditor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > :first-child {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.body--edit .EditPDF .PDFEditor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > :last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.LivePDF > .editor.editor--live {
  padding: 0 !important;
  transition: none !important;
}
.LivePDF > .editor.editor--live a {
  color: inherit !important;
}
.EditPDF .side-toolbar {
  padding-right: 30px;
}
.EditPDF .side-toolbar .side-toolbar__answers {
  right: 30px;
}
.SummaryEditor {
  width: 100%;
  position: relative;
  padding: 18px;
  padding-bottom: 0;
  border: 5px solid #e9eef3;
  background-color: #fff;
}
.SummaryEditor__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 30px;
}
.SummaryEditor__delete:hover {
  color: #79a4ca;
}
.SummaryEditor__delete::before {
  text-shadow: none;
}
.LiveSummary table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.LiveSummary td,
.LiveSummary th {
  padding: 9px 18px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
}
.LiveSummary th {
  width: 40%;
  font-weight: bold;
  text-align: left;
}
.LiveSummary table:not(.LiveSummary__receipt) tr:nth-child(2n) {
  background-color: rgba(0,0,0,0.03);
}
.LiveSummary__receipt th {
  width: auto;
}
.LiveSummary__receipt th:not(:first-child) {
  word-break: normal;
}
.LiveSummary__receipt td:not(:first-child) {
  word-break: normal;
}
@media print {
  .LivePDF h1,
  .LivePDF h2,
  .LivePDF tr {
    page-break-after: avoid;
  }
  .LivePDF .image {
    page-break-inside: avoid;
  }
}
.CheckoutV2 {
  min-height: 100vh;
  background-color: #fff;
  opacity: 0;
  transform: translateY(8px), scale(0.9);
  z-index: 1000;
  display: flex;
}
.CheckoutV2 .btn-raised.btn-primary {
  border-radius: 36px;
}
.PaymentSummary__header {
  font-size: 22px;
  margin-bottom: 18px;
}
.Checkout__stripeSourceListHeader {
  font-size: 22px;
  margin-top: 15px;
}
.CheckoutV2__checkout {
  padding-top: 50px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  justify-content: center;
}
.CheckoutV2__checkout > * {
  height: auto;
}
.CheckoutV2__summary {
  background-color: #fff;
  box-shadow: 0 0 15px -4px rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  padding: 18px;
  max-width: 350px;
  display: flex;
}
.CheckoutV2__summary .PaymentSummary__summary {
  overflow: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.CheckoutV2__checkout {
  flex: 1;
}
.__checkingOut {
  background-color: #fff;
}
.__checkingOut > * {
  background-color: #fff;
}
.__checkingOut .Paperform__Container > .DraftEditor-root {
  display: none;
}
.__checkingOut .CheckoutV2 {
  opacity: 1;
  transform: translateY(0);
}
.PaymentSummary {
  padding: 9px 18px;
  margin: 18px 0;
  border-radius: 9px;
  background-color: #f8f8f8;
  font-family: $primaryFont;
  display: flex;
  flex: 0;
  flex-direction: column;
}
.PaymentSummary .PaymentSummary__lines {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  line-height: 18px;
}
.PaymentSummary .OrderLine.OrderLine--total {
  font-weight: 600;
}
.PaymentSummary .OrderLine.OrderLine--total td {
  border-bottom: none;
}
.PaymentSummary .OrderLine td {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 9px;
}
.PaymentSummary .OrderLine td:first-child {
  padding-left: 0;
}
.PaymentSummary .OrderLine td:last-child {
  padding-right: 0;
}
.PaymentSummary .OrderLine .OrderLine__label {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.PaymentSummary .OrderLine .OrderLine__quantity {
  font-weight: 300;
  text-align: right;
  width: 100px;
}
.PaymentSummary .OrderLine .OrderLine__quantity small {
  font-size: 12px;
}
.PaymentSummary .OrderLine .OrderLine__total {
  text-align: right;
  width: 70px;
}
.PaymentSummary .OrderLine .OrderLine__prediscount {
  text-decoration: line-through;
  opacity: 0.7;
  display: block;
  font-weight: 300;
}
.PaymentSummary .OrderLine .OrderLine__linetotal {
  display: block;
}
.PaymentSummary__subscriptions {
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  padding: 18px;
  padding-top: 9px;
  border-radius: 4px;
}
.CheckoutV2__togglesummary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: none;
  padding: 18px;
}
.CheckoutV2__togglesummary i {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .CheckoutV2__togglesummary {
    display: block;
  }
  .CheckoutV2__summary {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    max-width: 100%;
  }
  .CheckoutV2--summary .CheckoutV2__summary {
    display: flex;
  }
  .PaymentSummary__header {
    font-size: 18px;
  }
}
.PaymentSummary .Coupon {
  margin: 18px 0;
}
.PaymentSummary .Coupon input {
  padding: 9px 18px;
  font-family: Lato;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  width: 0;
}
.Checkout__stripeSourceList ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Checkout__stripeSourceList li {
  list-style: none;
  padding: 6px;
  display: block;
  font-size: 15px;
  width: 30%;
  min-width: 120px;
  margin: 1.5%;
  margin-bottom: 45px;
  cursor: pointer;
  border: 2px solid #eee;
  box-shadow: none;
  border-radius: 4px;
  transition: all 0.2s;
}
.Checkout__stripeSourceList li:hover {
  border: 2px solid #ddd;
  box-shadow: 0 4px 15px -6px rgba(0,0,0,0.2);
}
.Checkout__stripeSourceLogo {
  height: 90px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Checkout__stripeSourceLogoSingle {
  height: 100px;
  width: 200px;
  margin: 15px auto;
  margin-bottom: 8px;
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Checkout__stripeSourceLogo i.material-icons {
  width: 100%;
  height: 100%;
  font-size: 60px;
  line-height: 90px;
  color: #999;
}
.Checkout__stripeSourceLogo {
  position: relative;
}
.Checkout__stripeSourceLogo::before {
  opacity: 0.8;
  pointer-events: none;
  content: attr(alt);
  position: absolute;
  display: block;
  z-index: 100;
  left: 0;
  width: 100%;
  bottom: -40px;
  background: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px -3px rgba(0,0,0,0.3);
  transition: opacity 0.2s;
}
.Checkout__stripeSourceLogo:hover::before {
  opacity: 1;
  transition: all 0.2s;
  box-shadow: 0 3px 10px -3px rgba(0,0,0,0.3);
}
.ProductGallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 9px;
}
.ProductGallery .Product__withquantity {
  width: calc(33% - 18px);
  margin: 0 9px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ProductGallery .Product__labelwrapper {
  align-items: flex-end;
  margin: 0;
}
.ProductGallery .Product__label {
  font-size: 14px;
}
.ProductGallery .Product__price {
  font-size: 14px;
}
.ProductGallery .Choices__choice {
  padding: 9px 12px;
  width: 100%;
  flex: none;
}
.ProductGallery .Product__imgthumb {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  margin-bottom: 4px !important;
  position: relative;
  background-color: rgba(0,0,0,0.1);
  z-index: 10;
}
.ProductGallery .Product__imgthumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.Product__imgthumb i {
  opacity: 0;
  font-size: 30px;
  line-height: 30px;
  top: 9px;
  right: 9px;
  position: absolute;
  text-shadow: 0 2px 10px rgba(255,255,255,0.6);
  transition: opacity 0.3s;
  color: rgba(0,0,0,0.6);
}
.Product__imgthumb:hover i {
  opacity: 1;
}
.ProductCards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -9px;
  margin-right: -9px;
}
.ProductCards .Product__imgthumb {
  width: calc(100% + 36px) !important;
  height: auto !important;
  margin-top: -18px !important;
  margin-left: -18px !important;
  margin-right: -18px !important;
  margin-bottom: 18px !important;
}
.ProductCards .Product__imgthumb:before {
  content: '';
  display: block;
  padding-bottom: 45%;
}
.ProductCards .Product__labelwrapper {
  margin: 0;
  justify-content: flex-end;
  display: block;
}
.ProductCards .Product__labelwrapper .Product__label {
  font-size: 16px;
  line-height: 18px;
}
.ProductCards .Product__labelwrapper .Product__price {
  margin: 0;
  font-size: 13px;
}
.ProductCards .Product__withquantity {
  flex-wrap: wrap;
  width: calc(33% - 18px);
  margin: 9px;
  justify-content: flex-start;
}
.ProductCards .Product__withquantity .Choices__choice {
  flex: none;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .ProductCards .Product__withquantity,
  .ProductGallery .Product__withquantity {
    width: calc(50% - 18px);
  }
}
@media screen and (max-width: 400px) {
  .ProductCards .Product__withquantity,
  .ProductGallery .Product__withquantity {
    width: 100%;
  }
}
.ProductConfiguration__wrapper {
  display: flex;
  height: calc(100vh - 100px);
}
.ProductConfiguration__sidebar {
  width: 25%;
  padding: 18px;
  margin-left: -9px;
  margin-top: -9px;
}
.ProductConfiguration__editor {
  width: 75%;
  padding-left: 18px;
  padding-bottom: 36px;
}
.ProductConfiguration__productWrapper {
  margin-bottom: 9px;
  vertical-align: top;
  position: relative;
}
.ProductConfiguration__controls {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  left: 0;
  right: 0;
  text-align: center;
}
.ProductConfiguration__productWrapper:hover .ProductConfiguration__product--editing + .ProductConfiguration__controls {
  display: block;
}
.ProductConfiguration__product {
  background: #fff;
  padding: 18px;
  box-shadow: 0 6px 30px -5px rgba(0,0,0,0.4);
  margin-bottom: 0;
  border-radius: 9px;
}
.ProductConfiguration__product.ProductConfiguration__product--clickable {
  padding-right: 100px;
  padding-bottom: 27px;
  cursor: pointer;
}
.ProductConfiguration__product.ProductConfiguration__product--clickable small {
  opacity: 0.7;
}
.ProductConfiguration__product.ProductConfiguration__product--clickable:hover {
  background-color: #eee;
}
.ProductConfiguration__product.ProductConfiguration__product--clickable.ProductConfiguration__product--editing {
  background-color: #e4edf4;
  color: #2b5579;
}
.ProductConfiguration__product .ProductConfiguration__producttitle,
.ProductConfiguration__product .ProductConfiguration__productdescription {
  margin: 0;
  margin-bottom: 4.5px;
}
.ProductConfiguration__product .ProductConfiguration__producttitle {
  margin-bottom: 18px;
}
.ProductConfiguration__product .ProductConfiguration__producttitle:last-child {
  margin-bottom: 0;
}
.ProductConfiguration__product .ProductConfiguration__producttitle + .ProductConfiguration__productdescription {
  margin-top: -13.5px;
}
.ProductConfiguration__product .ProductConfiguration__producttitle {
  font-size: 18px;
}
.ProductConfiguration__product .ProductConfiguration__productdescription {
  color: rgba(0,0,0,0.6);
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 18px;
}
.ProductConfiguration__product textarea {
  resize: none;
}
.ProductConfiguration__product textarea::placeholder {
  color: rgba(0,0,0,0.3);
}
.ProductConfiguration__product.ProductsCard--selected {
  background-color: #79a4ca;
}
.ProductConfiguration__shadowInput {
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
.ProductConfiguration__inline {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 18px;
}
.ProductConfiguration__inline + .ProductConfiguration__inline {
  margin-top: -9px;
}
.ProductConfiguration__inline input {
  margin-right: auto;
  width: 100px;
  margin-left: 0;
  border-bottom: 1px solid #ddd;
  color: #79a4ca;
}
.ProductConfiguration__inline input:focus {
  border-color: #79a4ca;
}
.ProductConfiguration__images {
  display: block;
  line-height: 0;
  margin-bottom: 9px;
}
.ProductConfiguration__images:empty {
  display: none;
}
.ProductConfiguration__imagesWrapper {
  margin-bottom: 36px;
}
.ProductConfiguration__imageWrapper {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 9px;
}
.ProductConfiguration__imageWrapper.ProductConfiguration__imageWrapper--uploading {
  opacity: 0.5;
}
.ProductConfiguration__image {
  width: 65px;
  height: 65px;
  border: 0.5px solid #ddd;
  background-color: #f8f8f8;
  background-size: cover;
  background-position: center;
  border-radius: 9px;
  cursor: pointer;
  position: relative;
  opacity: 0.99;
}
.ProductConfiguration__image:hover .ProductConfiguration__imageDelete {
  opacity: 1;
}
.ProductConfiguration__image .ProductConfiguration__imageDelete {
  opacity: 0;
  color: #bf4857;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 9px -2px rgba(0,0,0,0.4);
  line-height: 16px;
  padding: 2px;
}
.ProductConfiguration__image .ProductConfiguration__imageDelete i {
  font-size: 18px;
  line-height: 18px;
}
.ProductConfiguration__product--clickable .ProductConfiguration__coverImage {
  width: 80px;
  position: absolute;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.ProductConfiguration__editor .BtnV2--sm {
  font-size: 13px;
}
.ProductConfiguration__editor .BtnV2--sm .material-icons {
  opacity: 0.7;
  margin-right: 6px;
  margin-left: -3px;
}
.ProductConfiguration__editor .ProductConfiguration__product {
  padding: 36px;
}
.ProductConfiguration__editor .FieldConfigurationField__description {
  min-width: 400px;
}
.ProductConfiguration__editor .ProductConfiguration__producttitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.ProductConfiguration__editor .ProductConfiguration__coverImage {
  margin: 0;
}
.ProductConfiguration__producttitle--add {
  color: #79a4ca;
}
.ProductConfiguration__preview {
  background-color: #f8f8f8;
  padding: 72px;
  border-radius: 9px;
}
.LiveField .PaperDateInput + .PaperCalendar {
  margin-top: 9px;
}
.LiveField .PaperCalendar {
  color: #333;
  width: 100%;
  margin-top: 20px;
  max-width: 700px;
}
.LiveField .PaperCalendar.LiveField__calendar--toggleable {
  margin-left: -20px;
  margin-right: -22px;
  margin-bottom: -20px;
  margin-top: 20px;
  width: auto;
  background: rgba(0,0,0,0.03);
  padding: 18px;
}
.LiveField .PaperCalendar .PaperCalendar__dayWrapper::after,
.LiveField .PaperCalendar .PaperCalendar__wrapper::after,
.LiveField .PaperCalendar .PaperCalendar__yearWrapper::after {
  padding-bottom: 45%;
}
.PaperCalendar {
  width: 100%;
  background: #fff;
  color: #333;
  max-width: 550px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0;
}
.PaperCalendar * {
  user-select: none;
}
.PaperCalendar__controls {
  height: 40px;
  display: flex;
}
.PaperCalendar__controls .PaperCalendar__controlBtn {
  font: inherit;
  font-weight: bold;
  display: block;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1 1 auto;
  border: 0;
  border-right: 0;
  border-top: 0;
  transition: background 0.1s;
}
.PaperCalendar__controls .PaperCalendar__controlBtn i {
  font-size: 20px;
  line-height: 30px;
}
.PaperCalendar__controls .PaperCalendar__controlBtn:active {
  transition: none;
  background-color: var(--active-color-light);
}
.PaperCalendar__backDouble,
.PaperCalendar__forwardDouble {
  white-space: nowrap;
}
.PaperCalendar__backDouble i + i,
.PaperCalendar__forwardDouble i + i {
  position: relative;
  margin-left: -14px;
}
.PaperCalendar__View {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.45s;
  z-index: 5;
  pointer-events: none;
}
.PaperCalendar__View--day,
.PaperCalendar--month .PaperCalendar__View--month,
.PaperCalendar--year .PaperCalendar__View--year,
.PaperCalendar--decade .PaperCalendar__View--decade .PaperCalendar--year .PaperCalendar__View--month,
.PaperCalendar--timezone .PaperCalendar__View--timezone {
  opacity: 1;
  pointer-events: initial;
}
.PaperCalendar__wrapper {
  position: relative;
  flex: 1 1 auto;
}
.PaperCalendar__dayWrapper,
.PaperCalendar__wrapper,
.PaperCalendar__yearWrapper {
  position: relative;
}
.PaperCalendar__dayWrapper::after,
.PaperCalendar__wrapper::after,
.PaperCalendar__yearWrapper::after {
  content: '';
  display: block;
  padding-bottom: 65%;
}
@media screen and (max-width: 600px) {
  .LiveField .PaperCalendar .PaperCalendar__dayWrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__wrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__yearWrapper::after {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 450px) {
  .LiveField .PaperCalendar .PaperCalendar__dayWrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__wrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__yearWrapper::after {
    padding-bottom: 80%;
  }
}
.PaperCalendar__dayWrapperInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.PaperCalendar__daysList {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.PaperCalendar__day {
  flex: 1 0 auto;
  width: 14.28%;
  height: 16.66%;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 0;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
.PaperCalendar__day.PaperCalendar__day--inrange {
  background-color: #e9eef3;
  background-color: var(--active-color-light);
  z-index: 1;
}
.PaperCalendar__day--outsidemonth {
  opacity: 0.4;
  background-color: #e9eef3;
  background-color: var(--active-color-light);
  color: #444;
  border-radius: 0;
}
.PaperCalendar__day--outsidemonth.PaperCalendar__day--inrange {
  opacity: 1;
  background-color: #e9eef3;
  background-color: var(--active-color-light);
}
.PaperCalendar__day--disabled {
  background-color: #eee;
  border-radius: 0;
  opacity: 1;
  color: #bbb;
  cursor: default;
}
.PaperCalendar__day--today::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: rgba(191,72,87,0.7);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.PaperCalendar__day--active {
  background-color: #79a4ca;
  background-color: var(--active-color);
  color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
.PaperCalendar__day--active + .PaperCalendar__day--active {
  z-index: 1;
}
.PaperCalendar__day--active + .PaperCalendar__day--active::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #79a4ca;
  background-color: var(--active-color);
  width: 10px;
  left: -5px;
  top: -1px;
  bottom: -1px;
}
.PaperCalendar__day--active.PaperCalendar__day--today::after {
  background-color: rgba(255,255,255,0.7);
}
.PaperCalendar__year.PaperCalendar__year--active {
  background-color: #e9eef3;
  background-color: var(--active-color-light);
}
.PaperCalendar__yearWrapperInner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.PaperCalendar__year {
  width: 25%;
  height: 16.66%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  cursor: pointer;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.PaperCalendar__year:active {
  background-color: #e9eef3;
  background-color: var(--active-color-light);
}
.PaperCalender__dayHeader {
  display: flex;
  height: 40px;
}
.PaperCalendar__dayLabel {
  flex: 1 1 auto;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 4px;
  color: #aaa;
}
.PaperCalendar__yearscroll,
.PaperCalendar__tzscroll {
  border-top: 1px solid #eee;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.PaperCalendar__yearscrollYear {
  padding: 9px 18px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid #f8f8f8;
}
.PaperCalendar__yearscrollYear.PaperCalendar__yearscrollYear--active {
  background-color: #e9eef3;
  background-color: var(--active-color-light);
}
.PaperCalendar__tzwrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.PaperCalendar__tzwrapper .PaperCalendar__tzscroll {
  flex: 1;
}
.PaperCalendar__tzscrolltz {
  padding: 9px 18px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid #f8f8f8;
}
.PaperCalendar__tzscrolltz.PaperCalendar__tzscrolltz--active {
  background-color: var(--active-color-light);
}
.PaperCalendar__hover .PaperCalendar__month:hover,
.PaperCalendar__hover .PaperCalendar__year:hover,
.PaperCalendar__hover .PaperCalendar__controls button:hover,
.PaperCalendar__hover .PaperCalendar__yearscrollYear:hover {
  background-color: #f8f8f8;
}
.PaperCalendar__hover .PaperCalendar__day.PaperCalendar__day--default:hover {
  background-color: #e9eef3;
  background-color: var(--active-color-light);
  z-index: 1;
}
.PaperCalendar__hover .PaperCalendar__day.PaperCalendar__day--outsidemonth:not(.PaperCalendar__day--active):hover {
  background-color: #e9eef3;
  background-color: var(--active-color-light);
  opacity: 1;
}
.PaperCalendar__day.PaperCalendar__day--outsidemonth.PaperCalendar__day--active {
  background-color: #e9eef3;
  background-color: var(--active-color);
  opacity: 1;
}
.Calculation {
  white-space: pre-wrap;
}
.Calculation .public-DraftEditorPlaceholder-root {
  left: 18px;
}
.Calculation .Calculation__input {
  margin-top: 9px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0;
  line-height: 19px !important;
  color: #393a34;
  font-family: monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.2em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.Calculation .Calculation__input:focus-within {
  border: 1px solid #79a4ca;
}
.Calculation .Calculation__input .DraftEditor-root {
  padding: 18px 18px;
  margin-right: 36px;
}
.Calculation .Calculation__input .FormTagInput__insert {
  right: 9px;
}
.Calculation .Calculation__preview {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #777;
  overflow: hidden;
  padding: 9px 18px;
  word-break: break-word;
}
.Calculation .Calculation__preview.Calculation__preview--ok {
  background-color: rgba(61,180,133,0.05);
  border-color: #3db485;
  color: #3db485;
}
.Calculation .Calculation__preview.Calculation__preview--error {
  background-color: rgba(191,72,87,0.05);
  border-color: #bf4857;
  color: #bf4857;
}
.CalculationsHelp .Calculation__input .DraftEditor-root {
  overflow: auto;
}
.CalculationsHelp .Calculation__input .DraftEditor-root [data-block] > * {
  white-space: nowrap;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #998;
  font-style: italic;
}
.token.namespace {
  opacity: 0.7;
}
.token.string,
.token.attr-value {
  color: #bf4857;
}
.token.punctuation,
.token.operator {
  color: #246c4f;
}
.token.entity,
.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.variable,
.token.constant,
.token.property,
.token.regex,
.token.inserted {
  color: #3e7aae;
}
.token.atrule,
.token.keyword,
.token.attr-name,
.language-autohotkey .token.selector {
  color: #246c4f;
}
.token.function,
.token.deleted,
.language-autohotkey .token.tag {
  color: #bf4857;
}
.token.tag,
.token.selector,
.language-autohotkey .token.keyword {
  color: #00009f;
}
.token.important,
.token.function,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.CalculationsHelp {
  padding: 18px;
  margin-left: -18px;
  margin-right: -18px;
  border: 1px solid #ddd;
  display: flex;
}
.CalculationsHelp__nav {
  flex: 1;
  height: 360px;
  background-color: #fff;
  padding: 18px;
  padding-top: 0;
  padding-left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.CalculationsHelp__search {
  border: 1px solid #eee;
  color: #79a4ca;
  height: 30px;
  font: inherit;
  font-size: 13px;
  width: 100%;
  border-radius: 30px;
  padding: 0 12px;
}
.CalculationsHelp__search:focus {
  border-color: #79a4ca;
}
.CalculationsHelp__navSection {
  padding: 9px 18px 0 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.CalculationsHelp__navSectionTitle--nested {
  border-left: 2px solid #eee;
  padding-left: 8px;
  cursor: pointer;
}
.CalculationsHelp__navSectionTitle--nested.CalculationsHelp__navSectionTitle--open {
  border-color: #3e7aae;
  cursor: default;
}
.CalculationsHelp__navChapter {
  font-weight: 400;
  font-size: 13px;
  text-transform: initial;
  cursor: pointer;
  max-width: 470px;
  color: #3e7aae;
}
.CalculationsHelp__navChapter--active {
  color: #434a50;
  font-weight: bold;
}
.CalculationsHelp__article {
  flex: 3;
  padding: 18px;
  height: 360px;
  font-size: 14px;
  line-height: 18px;
  overflow: auto;
  background-color: #f8f8f8;
  border-radius: 4px;
  -webkit-overflow-scrolling: touch;
}
.CalculationsHelp__article td {
  margin: 0;
  padding: 0;
}
.CalculationsHelp__article h3 {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}
.CalculationsHelp__formulaHelp {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.CalculationsHelp__formulaHelp td {
  padding: 0.3rem 1rem;
  height: 3rem;
}
.Appointment__day-wrapper {
  width: 100%;
  display: none;
}
.Appointment__day-wrapper--days-view {
  display: block;
}
.Appointment__confirmation {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
  line-height: 19px;
  background-color: #fff;
  padding: 18px;
  border-radius: 3px;
  box-shadow: 0 4px 18px -8px rgba(0,0,0,0.2);
}
.Appointment__time-picker {
  background-color: #fff;
  display: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.Appointment__time-picker-inner {
  list-style-type: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  height: 300px;
  z-index: 1;
  position: relative;
}
.Appointment__time-picker .BtnV2.Appointment__time-button {
  margin: 0;
  box-shadow: none;
  font-size: 14px;
  position: relative;
  transform: none;
  border: 0;
  height: 40px;
  color: #333;
  font-weight: 300;
  display: flex;
  opacity: 1;
}
.Appointment__time-picker .BtnV2.Appointment__time-button:not(.BtnV2--solid):hover {
  background-color: var(--active-color-light);
  box-shadow: none;
  transform: none;
  border: 0;
  z-index: 2;
}
.Appointment__time-picker .BtnV2.Appointment__time-button.BtnV2--solid {
  color: #fff;
}
.Appointment__time-picker--minutes-view {
  width: 100%;
  display: block;
}
.Appointment__time-picker-item {
  overflow: hidden;
  width: 100%;
  flex-direction: row;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
.Appointment__time-picker-item--disabled .BtnV2 {
  background-color: #d2d2d2 !important;
  opacity: 0.5 !important;
}
.Appointment__time-picker-back {
  display: flex;
  justify-content: center;
  vertical-align: center;
  position: relative;
}
.Appointment__time-picker-back em {
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
}
.Appointment__time-picker-back i {
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -12px;
}
.Appointment__edit {
  position: absolute;
  bottom: -10px;
  right: 15px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}
.Appointment__edit i {
  font-size: 25px;
}
.Appointment__time-picker-inner .Appointment__time-picker-item--selected .BtnV2 {
  border-radius: 0;
  transition: none;
}
.Appointment__time-picker-inner .Appointment__time-picker-item--selected-start .BtnV2 {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.Appointment__time-picker-inner .Appointment__time-picker-item--selected-end .BtnV2 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.Appointment__confirmation_title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 9px;
  font-weight: 600;
}
.Appointment__confirmation_title i {
  margin-right: 10px;
  font-size: 20px;
  opacity: 0.6;
  color: var(--active-color);
}
.Appointment__confirmationtime {
  margin-bottom: 3px;
}
.Appointment__confirmationtime small {
  display: inline;
  opacity: 0.6;
}
.Appointment__confirmationtime i {
  color: var(--active-color);
  opacity: 0.2;
  font-size: 20px;
  margin-right: 10px;
}
.Appointment__confirmation_location {
  margin-bottom: 3px;
}
.Appointment__confirmation_location i {
  color: var(--active-color);
  opacity: 0.2;
  font-size: 20px;
  margin-right: 8px;
}
.Appointment__description {
  margin-top: 6px;
  font-style: italic;
  color: #777;
}
.Appointment__timezone-menu {
  width: 150px;
  position: absolute;
  right: 18px;
  z-index: 100;
}
.Appointment__timezone-menu.Select div,
.Appointment__timezone-menu.Select input,
.Appointment__timezone-menu.Select span {
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  color: #333;
}
.Appointment__failed {
  position: absolute;
  top: 50%;
  margin-top: 40px;
  left: 100px;
  right: 100px;
  z-index: 10;
}
:root {
  --reach-checkbox: 1;
}
[data-reach-custom-checkbox-container] {
  display: inline-block;
  position: relative;
  margin-right: 0.75ex;
  cursor: default;
  width: 0.875rem;
  height: 0.875rem;
}
[data-reach-custom-checkbox-container]:focus-within,
[data-reach-custom-checkbox-container][data-focus] {
  box-shadow: 0 0 4px 1px Highlight;
  outline: -webkit-focus-ring-color auto 4px;
}
[data-reach-custom-checkbox-input] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 1 !important;
  cursor: inherit;
  box-shadow: none !important;
  outline: none !important;
}
:root {
  --checkbox-size: 10px;
}
[data-reach-custom-checkbox-container][data-focused]:focus-within {
  outline: none;
}
.Scale {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.Scale * {
  outline: none !important;
  box-shadow: none !important;
}
.Scale__wrapper {
  border: none;
  margin: 0;
  padding: 2rem 0;
}
.Scale .LiveField__input {
  min-height: 10px !important;
  min-height: var(--checkbox-size) !important;
}
.Scale--vertical {
  flex-direction: column;
  padding: 0 10px;
}
.Scale__track-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  height: 1.5rem;
  width: 100%;
}
.Scale__track-wrapper--vertical {
  left: calc(10px + var(--checkbox-size) / 2);
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1.5rem;
}
.Scale__track-wrapper--vertical.Scale__track-wrapper--rtl {
  right: calc(-0.9 * var(--checkbox-size));
}
.Scale__track {
  background: rgba(0,0,0,0.2);
  height: 2px;
  width: 100%;
}
.Scale__track--vertical {
  width: 2px;
  height: 100%;
}
.Scale__checkbox-wrapper {
  cursor: pointer;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.Scale__checkbox-container {
  border: 2px solid #424242;
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: block;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border 350ms ease-out, scale 350ms ease-out;
  transform: scale(1);
  padding: 1px;
}
.Scale__checkbox-container--checked {
  border: 1px solid $activeColor;
  border: 1px solid var(--active-color);
  transform: scale(1.5);
}
.Scale__checkbox-container:focus-within {
  border: 1px solid $activeColor;
  border: 1px solid var(--active-color);
}
.Scale__checkbox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0;
  transform: scaleX(0) scaleY(0);
  transition: transform 350ms ease-out, background 350ms ease-out, opacity 350ms ease-out;
  background: transparent;
  z-index: 1;
}
.Scale__checkbox--checked {
  transform: scaleX(1) scaleY(1);
  opacity: 1;
  transform-origin: 70% 70%;
  background: $activeColor;
  background: var(--active-color);
}
.Scale__checkbox-label-text {
  overflow: hidden;
  line-height: 1.15rem;
  font-size: 13px;
  color: rgba(0,0,0,0.7);
  cursor: pointer;
  word-wrap: break-word;
  transform-origin: 0% 0%;
  margin-top: -20px;
  padding-top: 28px;
  text-align: center;
  position: absolute;
}
.Scale__checkbox-label-text--vertical {
  left: 1.2rem;
  top: -5px;
  margin-top: 0;
  padding-top: 0;
  height: 36px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: auto !important;
}
.Scale__checkbox-label-text--vertical.Scale__checkbox-label-text--rtl {
  right: 1.2rem;
}
.Scale__checkbox-label-text--checked {
  color: $activeColor;
  color: var(--active-color);
}
.Scale__checkbox-label {
  position: relative;
}
.ColorPicker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: max-content;
}
.ColorPicker__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ColorPicker__formInner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.ColorPicker__swatches {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3px;
  padding: 0;
}
.ColorPicker__swatch {
  height: 33px;
  width: 33px;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.ColorPicker__pickers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  padding: 0;
  margin-bottom: 0.5rem;
}
.ColorPicker__input {
  border: 2px solid #f8f8f8;
  background: #f8f8f8;
  border-radius: 3px;
  height: 25px;
  flex-grow: 1;
  min-width: 100px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 300;
  padding: 15px;
  margin: 0 4px;
  transition: border 350ms;
  margin-bottom: 4px;
}
.ColorPicker__clear {
  border-radius: 0;
  position: absolute;
  height: 33px;
  width: 33px;
  right: 9px;
  color: #aaa;
  text-align: center;
  padding: 0;
  margin: 0px;
}
.ColorPicker__currentColor {
  height: 100%;
  width: 25px;
  border-radius: 3px;
  border: 2px solid var(--picker-selected-color);
  transition: border 350ms, background-color 350ms;
}
.ColorPickerLive__button {
  width: 100%;
}
.ColorPickerLive__button:active {
  opacity: 1;
}
.ColorPickerLive__picker {
  max-height: 0px;
  transition: max-height 250ms ease-out, opacity 250ms;
  overflow: hidden;
  margin-top: 2px;
  padding: 9px;
  opacity: 0;
  pointer-events: none;
}
.ColorPickerLive__picker .colorPicker .twod {
  margin-left: 0;
}
.ColorPickerLive__picker .ColorPicker__currentColor {
  display: none;
}
.ColorPickerLive__picker--visible {
  height: max-content;
  max-height: 100vh;
  opacity: 1;
  pointer-events: all;
}
:root {
  --picker-selected-color: transparent;
}
.container {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.colorPicker {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.colorPicker .twod {
  margin: 0 0.8rem;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.colorPicker .twod,
.colorPicker .twod .bg {
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.colorPicker .oned,
.colorPicker .oned .bg {
  height: 100%;
}
.colorPicker .oned,
.colorPicker .oned .bg,
.colorPicker .oned .pointer .shape {
  width: 10px;
}
.colorPicker .twod .bg {
  position: absolute;
  border-radius: 3px;
}
.colorPicker .twod .pointer {
  position: relative;
  z-index: 2;
  width: 8px;
}
.colorPicker .twod .pointer .shape {
  position: absolute;
}
.colorPicker .twod .pointer .shape1 {
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 2px #000;
  background-color: transparent;
  background-color: var(--picker-selected-color);
  cursor: grab;
}
.colorPicker .oned .bg {
  border-radius: 5px;
}
.colorPicker .oned .pointer {
  position: relative;
  z-index: 2;
}
.colorPicker .oned .pointer .shape {
  position: absolute;
  background-color: #fff;
  margin-left: -2px;
  margin-top: -4.5px;
  height: 7px;
  width: 14px;
  box-shadow: 0px 0px 2px #000;
  border-radius: 5px;
}
.colorPicker .oned .bg {
  background: linear-gradient(to bottom, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 66%, #f0f 83%, #f00 100%);
}
.colorPicker .twod .bg1 {
  z-index: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}
.colorPicker .twod .bg2 {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
}

