@charset "UTF-8";
@namespace url(http://www.w3.org/1999/xhtml);
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: blue;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: blue;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: dodgerblue;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: dodgerblue;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.pika-single {
  -webkit-transform: translateX(38px);
          transform: translateX(38px);
}

.pika-table abbr {
  text-decoration: none;
  cursor: inherit;
}

.formsanity {
  font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.formsanity *, .formsanity ::before, .formsanity ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formsanity input:disabled, .formsanity select:disabled, .formsanity textarea:disabled {
  cursor: not-allowed;
}

.formsanity input[type="text"],
.formsanity input[type="password"],
.formsanity select,
.formsanity textarea,
.formsanity .StripeElement {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-width: 100px;
  padding: 0.5em 0.75em;
  font: inherit;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: calc((0.5em * 2) + (1px * 2) +  18px);
  border-radius: 0.25em;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.formsanity input[type="text"]:focus,
.formsanity input[type="password"]:focus,
.formsanity select:focus,
.formsanity textarea:focus,
.formsanity .StripeElement:focus {
  border-color: blue;
  outline: 0;
}

.formsanity input[type="text"]:disabled,
.formsanity input[type="password"]:disabled,
.formsanity select:disabled,
.formsanity textarea:disabled,
.formsanity .StripeElement:disabled {
  background-color: #f2f2f2;
}

.formsanity input[type="text"]::-webkit-input-placeholder, .formsanity input[type="password"]::-webkit-input-placeholder, .formsanity select::-webkit-input-placeholder, .formsanity textarea::-webkit-input-placeholder, .formsanity .StripeElement::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: .8em;
  text-overflow: ellipsis;
  opacity: 1;
}

.formsanity input[type="text"]::-moz-placeholder, .formsanity input[type="password"]::-moz-placeholder, .formsanity select::-moz-placeholder, .formsanity textarea::-moz-placeholder, .formsanity .StripeElement::-moz-placeholder {
  color: #b3b3b3;
  font-size: .8em;
  text-overflow: ellipsis;
  opacity: 1;
}

.formsanity input[type="text"]:-ms-input-placeholder, .formsanity input[type="password"]:-ms-input-placeholder, .formsanity select:-ms-input-placeholder, .formsanity textarea:-ms-input-placeholder, .formsanity .StripeElement:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: .8em;
  text-overflow: ellipsis;
  opacity: 1;
}

.formsanity input[type="text"]::-ms-input-placeholder, .formsanity input[type="password"]::-ms-input-placeholder, .formsanity select::-ms-input-placeholder, .formsanity textarea::-ms-input-placeholder, .formsanity .StripeElement::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: .8em;
  text-overflow: ellipsis;
  opacity: 1;
}

.formsanity input[type="text"]::placeholder,
.formsanity input[type="password"]::placeholder,
.formsanity select::placeholder,
.formsanity textarea::placeholder,
.formsanity .StripeElement::placeholder {
  color: #b3b3b3;
  font-size: .8em;
  text-overflow: ellipsis;
  opacity: 1;
}

.formsanity .StripeElement--focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: blue;
  outline: 0;
}

.formsanity .StripeElement--invalid {
  border-color: blue;
}

.formsanity input[type="file"] {
  cursor: pointer;
}

.formsanity input[type="text"] {
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc((0.5em * 2) +  18px);
}

.formsanity select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50'%3e%3cpath d='M20 0L0 20h40zm0 50L0 30h40z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: .5em 1em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.5em;
  cursor: pointer;
}

.formsanity select option {
  padding: .25em;
}

.formsanity select[size] {
  height: auto;
  background-color: white;
  background-image: none;
  min-height: calc((0.5em * 2) + (1px * 2) +  18px);
  padding: 0;
}

.formsanity select[size] option {
  padding-right: 1em;
}

.formsanity select[size] option:hover {
  background-color: whitesmoke;
}

.formsanity select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.formsanity select::-ms-expand {
  display: none;
}

.formsanity textarea {
  resize: vertical;
  height: auto;
  min-height: 7em;
  line-height: 1.4;
}

.formsanity button {
  display: block;
  background-color: #8cd98c;
  color: white;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 1.25em;
  padding: .25em .75em;
  cursor: pointer;
}

.formsanity button.submit {
  background-color: dodgerblue;
  margin: 1em auto;
}

.formsanity button::-moz-focus-inner {
  border: 0;
}

.formsanity button:hover, .formsanity button:focus {
  outline: none;
  background-color: #0077ea;
}

.formsanity button:disabled {
  cursor: not-allowed;
  background-color: #d9d9d9;
}

.formsanity fieldset {
  margin: 1em 0;
  padding: 0 1em;
  border: 1px solid #f2f2f2;
  background-color: #f7f7f7;
  border-radius: 0.25em;
}

.formsanity fieldset legend {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 .5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#f7f7f7));
  background-image: linear-gradient(rgba(247, 247, 247, 0), #f7f7f7);
}

.formsanity fieldset fieldset {
  border: 1px dotted #f2f2f2;
  background-color: transparent;
  border-radius: 0;
}

.formsanity fieldset fieldset legend {
  font-size: 1em;
  font-weight: 700;
  background-image: none;
}

.formsanity label {
  font-weight: 700;
  padding-bottom: .1em;
  padding-left: 0.125em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.formsanity label::after {
  content: "\00A0\00A0\00A0\00A0";
  height: 1em;
  width: 1em;
}

.formsanity label.file {
  position: relative;
  z-index: 100;
  cursor: pointer;
  padding: 0;
  height: calc((0.5em * 2) + (1px * 2) +  18px);
  width: auto;
  font-weight: 400;
  max-width: 100%;
  display: block;
}

.formsanity label.file input {
  position: absolute;
  opacity: 0;
}

.formsanity label.file::before {
  background-color: white;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.formsanity label.file.focus::before {
  border-color: blue;
}

.formsanity label.file::after {
  background-color: dodgerblue;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}

.formsanity label.file.disabled {
  cursor: not-allowed;
}

.formsanity label.file.disabled::before {
  background-color: #f2f2f2;
}

.formsanity label.file.disabled::after {
  background-color: #d9d9d9;
}

.formsanity small {
  display: block;
  font-size: .8em;
  margin: 0.25em 0 0 0.125em;
  color: gray;
}

.formsanity [data-prefix] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formsanity [data-prefix] input[type="text"] {
  width: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.formsanity [data-prefix]::before {
  display: block;
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #e6e6e6;
  height: calc((0.5em * 2) + (1px * 2) +  18px);
  white-space: nowrap;
  line-height: 1;
  content: attr(data-prefix);
  border-right-width: 0;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.formsanity [data-prefix] input, .formsanity [data-prefix] label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formsanity [data-suffix] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formsanity [data-suffix] input[type="text"] {
  width: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.formsanity [data-suffix]::after {
  display: block;
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #e6e6e6;
  height: calc((0.5em * 2) + (1px * 2) +  18px);
  white-space: nowrap;
  line-height: 1;
  content: attr(data-suffix);
  border-left-width: 0;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.formsanity [data-suffix] input, .formsanity [data-suffix] label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.formsanity [data-suffix$="-picker"]::after {
  display: none;
}

.formsanity [data-suffix$="-picker"] .picker {
  display: block;
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #e6e6e6;
  height: calc((0.5em * 2) + (1px * 2) +  18px);
  white-space: nowrap;
  line-height: 1;
  width: calc((0.5em * 2) + (1px * 2) +  18px);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  border-left-width: 0;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  cursor: pointer;
}

.formsanity [data-suffix$="date-picker"] .picker {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e%3cpath fill='white' d='M3 17h44v30H3z'/%3e%3cpath d='M41.5 5v9h-8V5h-17v9h-8V5H0v45h50V5zM47 47H3V17h44zM14.5 12h-4V0h4zm25 0h-4V0h4zM44 26h-7.3v-6H44zm0 12h-7.3v6H44zm-30.8 0H6v6h7.3zM44 29h-7.3v6H44zm-20.5 9h-7.3v6h7.3zm10.3 0h-7.3v6h7.3zm-20.5-9H6v6h7.3zm20.4 0h-7.2v6h7.3zm-10.2 0h-7.3v6h7.3zm10.3-9h-7.3v6h7.3z'/%3e%3c/svg%3e");
}

.formsanity [data-suffix$="time-picker"] .picker {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e%3ccircle cx='25' cy='25' r='25'/%3e%3ccircle fill='white' cx='25' cy='25' r='21.8'/%3e%3cpath d='M26.5 25.9v.6h-1.1l-1 .5-.3-.5h-.6v-1.1l-.5-1 .5-.3V12.5h3v9.9l13.8-8 1.5 2.6zm0-19.4h-3v3h3zm-17 17h-3v3h3zm14 20h3v-3h-3zm17-20v3h3v-3zm-26-13.8l1.5 2.6 2.6-1.5L17 8.2zM8.2 33l1.5 2.6 2.6-1.5-1.5-2.6zm23.3 6.2l1.5 2.6 2.6-1.5-1.5-2.6zM8.2 17l2.6 1.5 1.5-2.6-2.6-1.5zm6.3 23.3l2.6 1.5 1.5-2.6-2.6-1.5zM37.7 34l2.6 1.5 1.5-2.6-2.6-1.5zM35.5 9.7L33 8.2l-1.5 2.6 2.6 1.5z'/%3e%3c/svg%3e");
}

.formsanity [data-suffix$="duration-picker"] .picker {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e%3ccircle cx='25' cy='25' r='25'/%3e%3ccircle fill='white' cx='25' cy='25' r='21.8'/%3e%3cpath d='M43.5 25H25V6.5A18.5 18.5 0 0 1 43.5 25zm-37-1.5v3h3v-3zm17 20h3v-3h-3zM17 8.2l-2.6 1.5 1.5 2.6 2.6-1.5zM8.2 33l1.5 2.6 2.6-1.5-1.5-2.6zM33 41.8l2.6-1.5-1.5-2.6-2.6 1.5zM9.7 14.5L8.2 17l2.6 1.5 1.5-2.6zm4.8 25.8l2.6 1.5 1.5-2.6-2.6-1.5zm25.8-4.7l1.5-2.6-2.6-1.5-1.5 2.6z'/%3e%3c/svg%3e");
}

.formsanity [data-suffix$="pwd-hide-picker"] .picker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M42.6 10l-5.3 5.3A50.5 50.5 0 0149 25a51 51 0 01-10 9 25.5 25.5 0 01-14 4.4 23.5 23.5 0 01-9-1.8l-6 6-.3.3a1.8 1.8 0 01-2.6-2.6l.3-.4 5.1-5-1.4-1A51 51 0 011 25a49.9 49.9 0 0111.8-9.7A25 25 0 0125 11.6a22.4 22.4 0 018.8 2l6.1-6.2.4-.3a1.8 1.8 0 012.6 2.6zM17 30.5L30.4 17A9.6 9.6 0 0017 30.4zm16-10.7L19.6 33a9.5 9.5 0 005.4 1.6 9.6 9.6 0 009.6-9.6 9.5 9.5 0 00-1.6-5.4z'/%3E%3C/svg%3E%0A");
}

.formsanity [data-suffix$="pwd-show-picker"] .picker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M37.2 15.3A25 25 0 0025 11.6a25 25 0 00-12.2 3.7A50.2 50.2 0 001 25a50.7 50.7 0 0010 9 25.4 25.4 0 0014 4.4 25.4 25.4 0 0014-4.5A50.5 50.5 0 0049 25a50 50 0 00-11.8-9.7zM25 35.3A10.2 10.2 0 1135.2 25 10.2 10.2 0 0125 35.2zM32.5 25a7.5 7.5 0 11-7.5-7.5 7.5 7.5 0 017.5 7.5z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.formsanity .missing::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 50'%3e%3cpath fill='%23c00' d='M25 25l14 4.3c3 .9 6 2 6 5.2 0 3.6-3.4 5.7-6.6 7.1l-14.1-13 3.4 18.6A11.2 11.2 0 0 1 21 50c-3 0-4.7-1.8-4.7-4.2a16.7 16.7 0 0 1 .9-5.2l3.8-12-14.4 13c-2.8-1.1-6.6-3.3-6.6-7 0-3.3 2.5-4.5 5.6-5.3L19.8 25 .3 20A13.4 13.4 0 0 1 0 17c0-3.2 1.3-6.7 4.8-6.7 2.3 0 3.7 1.2 6.3 3.3l9.7 8.3-3.5-19A11.3 11.3 0 0 1 24.2 0c2.9 0 4.5 1.8 4.5 4.2a18.7 18.7 0 0 1-.9 5.6L24.4 22l9.3-8.5c2-2 4.2-3.3 6.6-3.3 3.4 0 4.7 3 4.7 6.4a31.6 31.6 0 0 1-.3 3.5z'/%3e%3c/svg%3e");
  background-size: .5em .55555em;
  background-repeat: no-repeat;
  background-position: top center;
}

.formsanity .field-group {
  padding: 0;
  margin: 1em 0;
}

.formsanity .field-group li {
  margin-bottom: 1em;
  display: block;
}

.formsanity .compound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formsanity .compound > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.formsanity .compound > * + * {
  margin-left: 5px;
}

.formsanity .block {
  margin: 1em 0;
}

.formsanity .toggle-list {
  border: none;
  padding: 0;
  width: auto;
  background-color: transparent;
}

.formsanity .toggle-list legend {
  font-size: 1em;
  font-weight: 700;
  background-image: none;
  padding: 0;
  margin-bottom: .5em;
}

.formsanity .toggle-list legend::after {
  content: "\00A0\00A0\00A0\00A0";
  height: 1em;
  width: 1em;
}

.formsanity .toggle-list ul:first-of-type {
  padding: 0;
}

.formsanity .toggle-list ul:first-of-type li {
  display: block;
  margin-bottom: .5em;
}

.formsanity .toggle-list ul:first-of-type li label {
  position: relative;
  display: block;
  cursor: pointer;
}

.formsanity .toggle-list ul:first-of-type li label::after {
  display: none;
}

.formsanity .toggle-list ul:first-of-type li input {
  position: absolute;
  opacity: 0;
}

.formsanity .toggle-list ul:first-of-type li input ~ span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: normal;
  line-height: 1.2;
}

.formsanity .toggle-list ul:first-of-type li input ~ span::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 1em;
  width: 1em;
  margin-right: .5em;
  margin-top: .1em;
  -webkit-box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.1);
}

.formsanity .toggle-list ul:first-of-type li input:checked ~ span::before {
  background-color: dodgerblue;
}

.formsanity .toggle-list ul:first-of-type li input[disabled] ~ span::before {
  background-color: #f2f2f2;
}

.formsanity .toggle-list ul:first-of-type li input:focus ~ span::before {
  border-color: blue;
}

.formsanity .toggle-list ul:first-of-type li input[type="radio"] ~ span::before {
  border-radius: 50%;
}

.formsanity .toggle-list ul:first-of-type li input[type="radio"]:checked ~ span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e%3ccircle fill='white' cx='25' cy='25' r='25'/%3e%3c/svg%3e");
  background-size: 50%;
}

.formsanity .toggle-list ul:first-of-type li input[type="checkbox"] ~ span::before {
  border-radius: .15em;
}

.formsanity .toggle-list ul:first-of-type li input[type="checkbox"]:checked ~ span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e%3cpath fill='white' d='M19.9 33.1L37.4 7.3a2.2 2.2 0 0 1 3.6-.7l3 2.1a2.2 2.2 0 0 1 .7 3.3L23.6 43.2c-1.4 2-3.4 2.3-5.2.7-.3-.1-8.6-8.5-12.6-12.5-1.2-1.2-1.2-2.4 0-3.6L8.5 25a2.2 2.2 0 0 1 3.3 0l8 8z'/%3e%3c/svg%3e");
  background-size: 100%;
}

.formsanity .toggle-list ul:first-of-type.cols {
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
}

.formsanity .toggle-list ul:first-of-type.cols li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}

.formsanity .toggle-list.buttons ul:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.formsanity .toggle-list.buttons ul:first-of-type li {
  display: block;
  margin-right: .5em;
}

.formsanity .toggle-list.buttons ul:first-of-type li label {
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.formsanity .toggle-list.buttons ul:first-of-type li input ~ span {
  display: block;
  height: calc((0.5em * 2) + (1px * 2) +  18px);
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  background-color: white;
  line-height: 1;
}

.formsanity .toggle-list.buttons ul:first-of-type li input ~ span::before {
  display: none;
}

.formsanity .toggle-list.buttons ul:first-of-type li input:checked ~ span {
  background-color: dodgerblue;
  color: white;
}

.formsanity .toggle-list.buttons ul:first-of-type li input[disabled] ~ span {
  background-color: #f2f2f2;
}

.formsanity .toggle-list.buttons ul:first-of-type li input:focus ~ span {
  border-color: blue;
}

.formsanity.multi-column div.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.formsanity.multi-column div.cols > * {
  width: calc(50% - 15px) !important;
}

.formsanity.multi-column div.cols.three > * {
  width: calc(33% - 15px) !important;
}

.formsanity.multi-column div.cols > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.formsanity.multi-column div.cols > .block textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.formsanity.left-labels .field-group:not(.top-labels) {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.formsanity.left-labels .field-group:not(.top-labels) > li {
  display: table-row;
}

.formsanity.left-labels .field-group:not(.top-labels) > li > label, .formsanity.left-labels .field-group:not(.top-labels) > li > div {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 1em;
}

.formsanity.left-labels .field-group:not(.top-labels) > li > label.toggle-list.buttons, .formsanity.left-labels .field-group:not(.top-labels) > li > div.toggle-list.buttons {
  padding-bottom: calc(1em - .5em);
}

.formsanity.left-labels .field-group:not(.top-labels) > li:last-of-type > label, .formsanity.left-labels .field-group:not(.top-labels) > li:last-of-type > div {
  padding-bottom: 0 !important;
}

.formsanity.left-labels .field-group:not(.top-labels) > li > label {
  text-align: right;
  padding-top: calc(0.5em + 1px);
  line-height: 1;
  white-space: nowrap;
}

.formsanity.left-labels .field-group:not(.top-labels) > li > div {
  width: 100%;
}

.formsanity .invalid-message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background-color: #f7dad4;
  color: black;
  border-radius: 0.25em;
  font-size: 0.8em;
  padding: 1em;
  margin-top: 12px;
}

.formsanity .invalid-message li {
  margin: 0 0 0 1em;
  display: list-item;
  list-style-type: disc;
}

.formsanity .invalid-message li:only-child {
  display: block;
  margin: 0;
}

.formsanity .invalid-message::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #f7dad4;
  border-top: 0;
  margin-left: -12px;
  margin-top: -12px;
}

.formsanity .missing-fields {
  display: none;
  margin: 1em auto;
  padding-left: 0.625em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 50'%3e%3cpath fill='%23c00' d='M25 25l14 4.3c3 .9 6 2 6 5.2 0 3.6-3.4 5.7-6.6 7.1l-14.1-13 3.4 18.6A11.2 11.2 0 0 1 21 50c-3 0-4.7-1.8-4.7-4.2a16.7 16.7 0 0 1 .9-5.2l3.8-12-14.4 13c-2.8-1.1-6.6-3.3-6.6-7 0-3.3 2.5-4.5 5.6-5.3L19.8 25 .3 20A13.4 13.4 0 0 1 0 17c0-3.2 1.3-6.7 4.8-6.7 2.3 0 3.7 1.2 6.3 3.3l9.7 8.3-3.5-19A11.3 11.3 0 0 1 24.2 0c2.9 0 4.5 1.8 4.5 4.2a18.7 18.7 0 0 1-.9 5.6L24.4 22l9.3-8.5c2-2 4.2-3.3 6.6-3.3 3.4 0 4.7 3 4.7 6.4a31.6 31.6 0 0 1-.3 3.5z'/%3e%3c/svg%3e");
  background-size: .5em .555555em;
  background-repeat: no-repeat;
}

.formsanity .invalid-fields {
  display: none;
  margin: 1em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f7dad4;
  padding: 1em 2em;
}

.formsanity .grecaptcha-badge::before {
  content: "";
  display: block;
  position: absolute;
  height: 100px;
  width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#000), to(#fff));
  background-image: linear-gradient(#fff, #000, #fff);
  top: -20px;
  left: 69px;
}

.formsanity .grecaptcha-badge:hover::before {
  display: none;
}

#formsanity-time-picker,
#formsanity-duration-picker {
  position: absolute;
  display: none;
  z-index: 1000;
}

.formsanity.alert {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em;
  margin: 1em auto;
  border: 5px solid transparent;
}

.formsanity.alert.processing {
  border-color: lightblue;
}

.formsanity.alert.success {
  border-color: palegreen;
}

.formsanity.alert.error {
  border-color: red;
}

.formsanity.alert .dismiss-alert {
  text-align: right;
  color: blue;
  cursor: pointer;
}
