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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.PhoneInputCountrySelect[disabled] {
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*# sourceMappingURL=app~2644f43c.e830f.css.map*/