/* Foundation */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-up-9 > .column, .small-up-9 > .columns {
  float: left;
  width: 11.1111111111%;
}
.small-up-9 > .column:nth-of-type(1n), .small-up-9 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-9 > .column:nth-of-type(9n+1), .small-up-9 > .columns:nth-of-type(9n+1) {
  clear: both;
}
.small-up-9 > .column:last-child, .small-up-9 > .columns:last-child {
  float: left;
}

.small-up-10 > .column, .small-up-10 > .columns {
  float: left;
  width: 10%;
}
.small-up-10 > .column:nth-of-type(1n), .small-up-10 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-10 > .column:nth-of-type(10n+1), .small-up-10 > .columns:nth-of-type(10n+1) {
  clear: both;
}
.small-up-10 > .column:last-child, .small-up-10 > .columns:last-child {
  float: left;
}

.small-up-11 > .column, .small-up-11 > .columns {
  float: left;
  width: 9.0909090909%;
}
.small-up-11 > .column:nth-of-type(1n), .small-up-11 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-11 > .column:nth-of-type(11n+1), .small-up-11 > .columns:nth-of-type(11n+1) {
  clear: both;
}
.small-up-11 > .column:last-child, .small-up-11 > .columns:last-child {
  float: left;
}

.small-up-12 > .column, .small-up-12 > .columns {
  float: left;
  width: 8.3333333333%;
}
.small-up-12 > .column:nth-of-type(1n), .small-up-12 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-12 > .column:nth-of-type(12n+1), .small-up-12 > .columns:nth-of-type(12n+1) {
  clear: both;
}
.small-up-12 > .column:last-child, .small-up-12 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-up-9 > .column, .medium-up-9 > .columns {
    float: left;
    width: 11.1111111111%;
  }
  .medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child {
    float: left;
  }
  .medium-up-10 > .column, .medium-up-10 > .columns {
    float: left;
    width: 10%;
  }
  .medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child {
    float: left;
  }
  .medium-up-11 > .column, .medium-up-11 > .columns {
    float: left;
    width: 9.0909090909%;
  }
  .medium-up-11 > .column:nth-of-type(1n), .medium-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-11 > .column:nth-of-type(11n+1), .medium-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-up-11 > .column:last-child, .medium-up-11 > .columns:last-child {
    float: left;
  }
  .medium-up-12 > .column, .medium-up-12 > .columns {
    float: left;
    width: 8.3333333333%;
  }
  .medium-up-12 > .column:nth-of-type(1n), .medium-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-12 > .column:nth-of-type(12n+1), .medium-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  .medium-up-12 > .column:last-child, .medium-up-12 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-up-9 > .column, .large-up-9 > .columns {
    float: left;
    width: 11.1111111111%;
  }
  .large-up-9 > .column:nth-of-type(1n), .large-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-9 > .column:nth-of-type(9n+1), .large-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  .large-up-9 > .column:last-child, .large-up-9 > .columns:last-child {
    float: left;
  }
  .large-up-10 > .column, .large-up-10 > .columns {
    float: left;
    width: 10%;
  }
  .large-up-10 > .column:nth-of-type(1n), .large-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-10 > .column:nth-of-type(10n+1), .large-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  .large-up-10 > .column:last-child, .large-up-10 > .columns:last-child {
    float: left;
  }
  .large-up-11 > .column, .large-up-11 > .columns {
    float: left;
    width: 9.0909090909%;
  }
  .large-up-11 > .column:nth-of-type(1n), .large-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-11 > .column:nth-of-type(11n+1), .large-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  .large-up-11 > .column:last-child, .large-up-11 > .columns:last-child {
    float: left;
  }
  .large-up-12 > .column, .large-up-12 > .columns {
    float: left;
    width: 8.3333333333%;
  }
  .large-up-12 > .column:nth-of-type(1n), .large-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-12 > .column:nth-of-type(12n+1), .large-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  .large-up-12 > .column:last-child, .large-up-12 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* Bulma */
/* Bulma Utilities */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.progress:not(:last-child), .notification:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #fefefe;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: hsl(0, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: #0a0a0a;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: white;
  color: #424242;
}

.dropdown-divider {
  background-color: hsl(0, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #fefefe;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #fefefe;
  color: #0a0a0a;
}
.notification.is-black {
  background-color: #0a0a0a;
  color: #fefefe;
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.notification.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
.notification.is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.notification.is-success {
  background-color: #9dd964;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-success.is-light {
  background-color: #f5fbef;
  color: #49771d;
}
.notification.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
.notification.is-danger {
  background-color: #ff5d5d;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #ffebeb;
  color: #c70000;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: hsl(0, 0%, 93%);
}
.progress::-webkit-progress-value {
  background-color: hsl(0, 0%, 29%);
}
.progress::-moz-progress-bar {
  background-color: hsl(0, 0%, 29%);
}
.progress::-ms-fill {
  background-color: hsl(0, 0%, 29%);
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #fefefe;
}
.progress.is-white::-moz-progress-bar {
  background-color: #fefefe;
}
.progress.is-white::-ms-fill {
  background-color: #fefefe;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #fefefe 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary::-moz-progress-bar {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary::-ms-fill {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, hsl(171, 100%, 41%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link::-moz-progress-bar {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link::-ms-fill {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, hsl(217, 71%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: hsl(204, 71%, 53%);
}
.progress.is-info::-moz-progress-bar {
  background-color: hsl(204, 71%, 53%);
}
.progress.is-info::-ms-fill {
  background-color: hsl(204, 71%, 53%);
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, hsl(204, 71%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #9dd964;
}
.progress.is-success::-moz-progress-bar {
  background-color: #9dd964;
}
.progress.is-success::-ms-fill {
  background-color: #9dd964;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #9dd964 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: hsl(48, 100%, 67%);
}
.progress.is-warning::-moz-progress-bar {
  background-color: hsl(48, 100%, 67%);
}
.progress.is-warning::-ms-fill {
  background-color: hsl(48, 100%, 67%);
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(48, 100%, 67%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #ff5d5d;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #ff5d5d;
}
.progress.is-danger::-ms-fill {
  background-color: #ff5d5d;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ff5d5d 30%, hsl(0, 0%, 93%) 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0, 0%, 93%);
  background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 93%) 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: #fefefe;
  color: #0a0a0a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #fefefe;
}
.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.tag:not(body).is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
.tag:not(body).is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.tag:not(body).is-success {
  background-color: #9dd964;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-success.is-light {
  background-color: #f5fbef;
  color: #49771d;
}
.tag:not(body).is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
.tag:not(body).is-danger {
  background-color: #ff5d5d;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #ffebeb;
  color: #c70000;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.dropdown.is-fullwidth {
  display: flex;
}
.dropdown.is-fullwidth .dropdown-trigger,
.dropdown.is-fullwidth .dropdown-menu {
  width: 100%;
}

a.dropdown-item:hover, a.dropdown-item:active {
  text-decoration: none;
}

a.dropdown-item {
  padding-right: 1rem;
  white-space: normal;
  text-align: left;
}

a.dropdown-item.is-active, button.dropdown-item.is-active {
  font-weight: bold;
}

/* Nicebooks settings */
/* Nicebooks */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Body */
html {
  /* Always display the scrollbar to avoid content repositioning when it appears dynamically */
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  background: white;
}

/* Header */
#content-wrapper {
  min-height: 100vh;
}
#content-wrapper.has-background {
  background-size: cover;
}
#content-wrapper.has-background-owl {
  background-color: #73b9e7;
  background-image: url(../images/background/owl.svg);
}
#content-wrapper.has-background-orange {
  background-color: #f9c69c;
  background-image: url(../images/background/orange.svg);
  background-position: center top;
}

header {
  padding: 10px 0;
}
@media screen and (max-width: 39.99875em) {
  header {
    background-size: 281px 35px;
    padding-bottom: 40px;
  }
}
header .logo img {
  width: 140px;
}

#content-wrapper:not(.has-background) header {
  background-color: #71baee;
  background-image: url(/images/header.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 562px 70px;
  padding-bottom: 70px;
}

/* Main content */
section {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/* Footer */
footer {
  background: #282828;
  padding-top: 3rem;
  color: #f1f1f1;
  font-size: 0.9rem;
}
footer a {
  color: #f1f1f1;
}
footer a:hover, footer a:focus, footer a:active {
  color: white;
}
footer .fa-ul {
  margin-bottom: 0;
  margin-left: 1.5em;
  margin-top: 0;
}
footer .fa-ul li {
  padding: 0.25rem 0;
}
footer .fa-ul i {
  color: #b7b7b7;
}

#footer-banner {
  margin-top: 3rem;
  background: #232323;
}

#footer-banner-container {
  margin: -0.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  padding-top: 1.5rem;
  color: #d8d8d8;
}
@media screen and (min-width: 40em) {
  #footer-banner-container {
    display: flex;
  }
}
#footer-banner-container > div {
  text-align: center;
  padding: 0.5rem;
}
@media screen and (min-width: 40em) {
  #footer-banner-container > div {
    flex: 1;
  }
  #footer-banner-container > div:first-child {
    text-align: left;
  }
  #footer-banner-container > div:last-child {
    text-align: right;
  }
}

#nicebooks-worldwide {
  text-align: right;
}
#nicebooks-worldwide > p i {
  margin-right: 7px;
  margin-left: 5px;
}
#nicebooks-worldwide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nicebooks-worldwide ul li {
  margin: 0;
  padding: 0;
}
#nicebooks-worldwide ul a {
  padding: 1px 30px 1px 7px;
  white-space: nowrap;
  text-align: right;
  background-position: right center;
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 16px 11px;
}

#header-menu {
  text-align: right;
}
#header-menu > a {
  font-size: 90%;
}
#header-menu .dropdown-trigger button {
  margin-left: 0.5rem;
}
#header-menu .dropdown-trigger button img {
  width: 22px;
}

#login-required p.buttons {
  margin: 1rem -0.5rem -0.5rem;
}
#login-required p.buttons a {
  margin: 0.5rem;
}
@media screen and (max-width: 39.99875em) {
  #login-required p.buttons a {
    display: block;
  }
}

.block {
  padding: 1rem;
  border-radius: 4px;
  background: white;
  margin-bottom: 1rem;
  box-shadow: 0 0.5em 2em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.025);
}
@media screen and (max-width: 39.99875em) {
  .block {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 0;
    border-right: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block:not(.force-border-radius) {
    border-radius: 0;
  }
}

.margin-top {
  margin-top: 1rem;
}

@media screen and (max-width: 39.99875em) {
  .small-margin-top {
    margin-top: 1rem;
  }
}

.half-margin-top {
  margin-top: 0.5rem;
}

.half-margin-right {
  margin-right: 0.5rem;
}

.half-margin-left {
  margin-left: 0.5rem;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-2x {
  margin-top: 2rem;
}

.margin-v-2x {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Vertical centering */
.vertical-center-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-center-inner {
  width: 100%;
}

.bubble {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  color: white;
  background: #a9e720;
  border-bottom: 3px solid #91c916;
}
.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #a9e720 transparent;
}
.bubble.arrow-top {
  margin-top: 1rem;
}
.bubble.arrow-bottom {
  margin-bottom: 1rem;
}
.bubble.arrow-top:after {
  border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
  top: -14px; /* value = - border-top-width - border-bottom-width (+1px to compensate display bugs) */
}
.bubble.arrow-bottom:after {
  border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
  bottom: -14px; /* value = - border-top-width - border-bottom-width (+1px to compensate display bugs) */
}
.bubble.arrow-left:after {
  left: 10%;
}
.bubble.arrow-right:after {
  right: 10%;
}

.nb-button, .nb-button-group-label {
  display: inline-block;
  text-align: center;
  outline: none;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 3px;
  background: white;
}

.nb-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
  border-color: transparent;
  color: #333;
  transition: all ease-out 0.15s;
  /* colors */
  /* padding */
  padding: 5px 10px;
  /* full width */
}
.nb-button.is-disabled:hover {
  cursor: default;
}
.nb-button, .nb-button:focus, .nb-button:hover {
  text-decoration: none;
}
.nb-button:focus {
  z-index: 1;
  color: #333;
}
.nb-button:disabled, .nb-button.is-disabled {
  color: #ccc;
}
.nb-button:not(:disabled):not(.is-disabled):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nb-button:not(:disabled):not(.is-disabled):focus {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}
.nb-button:not(:disabled):not(.is-disabled):active {
  background-color: rgba(0, 0, 0, 0.07);
}
.nb-button.is-outlined {
  border-color: #ccc;
}
.nb-button.is-outlined:not(:disabled):not(.is-disabled):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nb-button.is-outlined:not(:disabled):not(.is-disabled):focus {
  border-color: #c6c6c6;
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.nb-button.is-outlined:not(:disabled):not(.is-disabled):active {
  background-color: rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}
.nb-button.is-small {
  font-size: 93.75%;
  padding: 0 4px;
  color: #777;
}
.nb-button.is-red {
  background: #ff4f4f;
  border-color: #ff4f4f;
  color: white;
}
.nb-button.is-red:disabled, .nb-button.is-red.is-disabled {
  background: #ff8282;
  border-color: #ff8282;
}
.nb-button.is-red:not(:disabled):not(.is-disabled):hover {
  background-color: #fa4040;
  border-color: #ee2d2d;
}
.nb-button.is-red:not(:disabled):not(.is-disabled):focus {
  background: #ff4f4f;
  border-color: #ee2d2d;
  box-shadow: 0 0 0 3px rgba(255, 79, 79, 0.4);
}
.nb-button.is-red:not(:disabled):not(.is-disabled):active {
  background-color: #ee2d2d;
  box-shadow: 0 0 0 3px rgba(255, 79, 79, 0.3);
}
.nb-button.is-red.is-loading::after {
  border-color: white;
}
.nb-button.is-red:focus {
  color: white;
}
.nb-button.is-red.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #ff4f4f;
}
.nb-button.is-red:not(:disabled):not(.is-disabled):hover, .nb-button.is-red:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-pink {
  background: #ff7d7d;
  border-color: #ff7d7d;
  color: white;
}
.nb-button.is-pink:disabled, .nb-button.is-pink.is-disabled {
  background: #ffb0b0;
  border-color: #ffb0b0;
}
.nb-button.is-pink:not(:disabled):not(.is-disabled):hover {
  background-color: #fb6c6c;
  border-color: #f15858;
}
.nb-button.is-pink:not(:disabled):not(.is-disabled):focus {
  background: #ff7d7d;
  border-color: #f15858;
  box-shadow: 0 0 0 3px rgba(255, 125, 125, 0.4);
}
.nb-button.is-pink:not(:disabled):not(.is-disabled):active {
  background-color: #f15858;
  box-shadow: 0 0 0 3px rgba(255, 125, 125, 0.3);
}
.nb-button.is-pink.is-loading::after {
  border-color: white;
}
.nb-button.is-pink:focus {
  color: white;
}
.nb-button.is-pink.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #ff7d7d;
}
.nb-button.is-pink:not(:disabled):not(.is-disabled):hover, .nb-button.is-pink:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-orange {
  background: #ff6e14;
  border-color: #ff6e14;
  color: white;
}
.nb-button.is-orange:disabled, .nb-button.is-orange.is-disabled {
  background: #ff8d47;
  border-color: #ff8d47;
}
.nb-button.is-orange:not(:disabled):not(.is-disabled):hover {
  background-color: #f86306;
  border-color: #cf5a11;
}
.nb-button.is-orange:not(:disabled):not(.is-disabled):focus {
  background: #ff6e14;
  border-color: #cf5a11;
  box-shadow: 0 0 0 3px rgba(255, 110, 20, 0.4);
}
.nb-button.is-orange:not(:disabled):not(.is-disabled):active {
  background-color: #cf5a11;
  box-shadow: 0 0 0 3px rgba(255, 110, 20, 0.3);
}
.nb-button.is-orange.is-loading::after {
  border-color: white;
}
.nb-button.is-orange:focus {
  color: white;
}
.nb-button.is-orange.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #ff6e14;
}
.nb-button.is-orange:not(:disabled):not(.is-disabled):hover, .nb-button.is-orange:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-orange-light {
  background: #f49b50;
  border-color: #f49b50;
  color: white;
}
.nb-button.is-orange-light:disabled, .nb-button.is-orange-light.is-disabled {
  background: #f7b680;
  border-color: #f7b680;
}
.nb-button.is-orange-light:not(:disabled):not(.is-disabled):hover {
  background-color: #ee9042;
  border-color: #df8132;
}
.nb-button.is-orange-light:not(:disabled):not(.is-disabled):focus {
  background: #f49b50;
  border-color: #df8132;
  box-shadow: 0 0 0 3px rgba(255, 154, 69, 0.4);
}
.nb-button.is-orange-light:not(:disabled):not(.is-disabled):active {
  background-color: #df8132;
  box-shadow: 0 0 0 3px rgba(255, 154, 69, 0.3);
}
.nb-button.is-orange-light.is-loading::after {
  border-color: white;
}
.nb-button.is-orange-light:focus {
  color: white;
}
.nb-button.is-orange-light.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #f49b50;
}
.nb-button.is-orange-light:not(:disabled):not(.is-disabled):hover, .nb-button.is-orange-light:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-yellow {
  background: #ffc814;
  border-color: #ffc814;
  color: white;
}
.nb-button.is-yellow:disabled, .nb-button.is-yellow.is-disabled {
  background: #ffd447;
  border-color: #ffd447;
}
.nb-button.is-yellow:not(:disabled):not(.is-disabled):hover {
  background-color: #f8c006;
  border-color: #cfa311;
}
.nb-button.is-yellow:not(:disabled):not(.is-disabled):focus {
  background: #ffc814;
  border-color: #cfa311;
  box-shadow: 0 0 0 3px rgba(255, 200, 20, 0.4);
}
.nb-button.is-yellow:not(:disabled):not(.is-disabled):active {
  background-color: #cfa311;
  box-shadow: 0 0 0 3px rgba(255, 200, 20, 0.3);
}
.nb-button.is-yellow.is-loading::after {
  border-color: white;
}
.nb-button.is-yellow:focus {
  color: white;
}
.nb-button.is-yellow.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #ffc814;
}
.nb-button.is-yellow:not(:disabled):not(.is-disabled):hover, .nb-button.is-yellow:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-blue {
  background: #589fd2;
  border-color: #589fd2;
  color: white;
}
.nb-button.is-blue:disabled, .nb-button.is-blue.is-disabled {
  background: #80b6dd;
  border-color: #80b6dd;
}
.nb-button.is-blue:not(:disabled):not(.is-disabled):hover {
  background-color: #4e95c8;
  border-color: #4784b0;
}
.nb-button.is-blue:not(:disabled):not(.is-disabled):focus {
  background: #589fd2;
  border-color: #4784b0;
  box-shadow: 0 0 0 3px rgba(67, 162, 231, 0.4);
}
.nb-button.is-blue:not(:disabled):not(.is-disabled):active {
  background-color: #4784b0;
  box-shadow: 0 0 0 3px rgba(67, 162, 231, 0.3);
}
.nb-button.is-blue.is-loading::after {
  border-color: white;
}
.nb-button.is-blue:focus {
  color: white;
}
.nb-button.is-blue.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #589fd2;
}
.nb-button.is-blue:not(:disabled):not(.is-disabled):hover, .nb-button.is-blue:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-green {
  background: #27c399;
  border-color: #27c399;
  color: white;
}
.nb-button.is-green:disabled, .nb-button.is-green.is-disabled {
  background: #44dab1;
  border-color: #44dab1;
}
.nb-button.is-green:not(:disabled):not(.is-disabled):hover {
  background-color: #29ad89;
  border-color: #2c8b71;
}
.nb-button.is-green:not(:disabled):not(.is-disabled):focus {
  background: #27c399;
  border-color: #2c8b71;
  box-shadow: 0 0 0 3px rgba(16, 218, 164, 0.4);
}
.nb-button.is-green:not(:disabled):not(.is-disabled):active {
  background-color: #2c8b71;
  box-shadow: 0 0 0 3px rgba(16, 218, 164, 0.3);
}
.nb-button.is-green.is-loading::after {
  border-color: white;
}
.nb-button.is-green:focus {
  color: white;
}
.nb-button.is-green.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #27c399;
}
.nb-button.is-green:not(:disabled):not(.is-disabled):hover, .nb-button.is-green:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-facebook {
  background: #4267b2;
  border-color: #4267b2;
  color: white;
}
.nb-button.is-facebook:disabled, .nb-button.is-facebook.is-disabled {
  background: #6283c5;
  border-color: #6283c5;
}
.nb-button.is-facebook:not(:disabled):not(.is-disabled):hover {
  background-color: #42609e;
  border-color: #43567e;
}
.nb-button.is-facebook:not(:disabled):not(.is-disabled):focus {
  background: #4267b2;
  border-color: #43567e;
  box-shadow: 0 0 0 3px rgba(42, 95, 202, 0.4);
}
.nb-button.is-facebook:not(:disabled):not(.is-disabled):active {
  background-color: #43567e;
  box-shadow: 0 0 0 3px rgba(42, 95, 202, 0.3);
}
.nb-button.is-facebook.is-loading::after {
  border-color: white;
}
.nb-button.is-facebook:focus {
  color: white;
}
.nb-button.is-facebook.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #4267b2;
}
.nb-button.is-facebook:not(:disabled):not(.is-disabled):hover, .nb-button.is-facebook:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.is-google {
  background: #4885ed;
  border-color: #4885ed;
  color: white;
}
.nb-button.is-google:disabled, .nb-button.is-google.is-disabled {
  background: #76a4f2;
  border-color: #76a4f2;
}
.nb-button.is-google:not(:disabled):not(.is-disabled):hover {
  background-color: #3b7ae6;
  border-color: #2c6bd6;
}
.nb-button.is-google:not(:disabled):not(.is-disabled):focus {
  background: #4885ed;
  border-color: #2c6bd6;
  box-shadow: 0 0 0 3px rgba(54, 128, 255, 0.4);
}
.nb-button.is-google:not(:disabled):not(.is-disabled):active {
  background-color: #2c6bd6;
  box-shadow: 0 0 0 3px rgba(54, 128, 255, 0.3);
}
.nb-button.is-google.is-loading::after {
  border-color: white;
}
.nb-button.is-google:focus {
  color: white;
}
.nb-button.is-google.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #4885ed;
}
.nb-button.is-google:not(:disabled):not(.is-disabled):hover, .nb-button.is-google:not(:disabled):not(.is-disabled):active {
  color: white;
}
.nb-button.icon {
  padding: 3px 6px;
  font-size: 1rem;
  font-family: monospace;
  width: 1rem;
  box-sizing: content-box;
}
.nb-button.small {
  padding: 3px 6px;
  font-size: 1rem;
}
.nb-button.medium {
  padding: 10px 20px;
}
.nb-button.large {
  padding: 16px 32px;
}
.nb-button.full {
  display: block;
  width: 100%;
  overflow: hidden;
}
.nb-button.wide {
  padding-left: 2rem;
  padding-right: 2rem;
}
.nb-button .fa {
  margin-right: 0.25rem;
}

.nb-button.is-loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
.nb-button.is-loading::after {
  animation: nb-button-loading 500ms infinite linear;
  border: 2px solid #999;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
}

@keyframes nb-button-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.nb-button-group-label {
  font-size: 0.9rem;
  line-height: 1.5rem;
  border-color: #ccc;
  color: #8d8d8d;
  background: #fafafa;
  padding: 5px 10px;
}

.nb-button-group {
  display: inline-flex;
  /* prevent space between buttons */
  font-size: 0;
}
.nb-button-group .nb-button {
  font-size: 1rem;
}
.nb-button-group .nb-button:not(:first-child), .nb-button-group .nb-button-group-label:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.nb-button-group .nb-button:not(:last-child), .nb-button-group .nb-button-group-label:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.follow-button span {
  display: none;
}
.follow-button.follow span.follow {
  display: inline;
}
.follow-button.following {
  background: #67b1e6;
  border-color: #67b1e6;
  color: white;
}
.follow-button.following:disabled, .follow-button.following.is-disabled {
  background: #93c7ed;
  border-color: #93c7ed;
}
.follow-button.following:not(:disabled):not(.is-disabled):hover {
  background-color: #5aa7de;
  border-color: #4c98ce;
}
.follow-button.following:not(:disabled):not(.is-disabled):focus {
  background: #67b1e6;
  border-color: #4c98ce;
  box-shadow: 0 0 0 3px rgba(85, 180, 248, 0.4);
}
.follow-button.following:not(:disabled):not(.is-disabled):active {
  background-color: #4c98ce;
  box-shadow: 0 0 0 3px rgba(85, 180, 248, 0.3);
}
.follow-button.following.is-loading::after {
  border-color: white;
}
.follow-button.following:focus {
  color: white;
}
.follow-button.following.is-outlined:not(:focus):not(:hover):not(:active) {
  background: white;
  color: #67b1e6;
}
.follow-button.following:not(:disabled):not(.is-disabled):hover, .follow-button.following:not(:disabled):not(.is-disabled):active {
  color: white;
}
.follow-button.following span.following {
  display: inline;
}
.follow-button.following:hover span.following {
  display: none;
}
.follow-button.following:hover span.unfollow {
  display: inline;
}
.follow-button.error {
  border-color: transparent;
  box-shadow: 0 0 0 2px #ff8383 !important;
  transition: box-shadow 0.2s cubic-bezier(0.2, 2.8, 0.8, -1.8);
}

.alert {
  color: white;
  padding: calc(1rem - 1px);
  border-radius: 3px;
  background: #bbb;
  border: 1px solid #aeaeae;
}
.alert.is-green {
  background: #81cd84;
  border: 1px solid #74c177;
}
.alert.is-red {
  background: #ee6868;
  border: 1px solid #e75656;
}
.alert.is-orange {
  background: #ffb363;
  border: 1px solid #faa64e;
}

.label {
  padding: 2px 8px;
  border-radius: 3px;
  background: #ccc;
  font-size: 1rem;
  line-height: 1;
  color: white;
}
.label.is-red {
  background: #e02f2f;
}
.label.is-orange {
  background: #ff6e14;
}
.label.is-yellow {
  background: #ffc814;
}
.label.is-green {
  background: #aae725;
}
.label.is-blue {
  background: #0ab3e5;
}

.nb-input {
  border-radius: 3px;
  padding: 10px;
  border: none;
  background: white;
  border: 1px solid #ccc;
  outline: none;
  -webkit-appearance: none;
  transition: all ease-out 0.15s;
}
.nb-input:focus {
  border-color: #96c2e2;
  box-shadow: 0 0 0 3px rgba(107, 193, 255, 0.4);
}

.nb-input.is-fullwidth {
  width: 100%;
}

.nb-input.is-light-placeholder::placeholder {
  color: #ccc;
}
.nb-input.is-light-placeholder::-webkit-input-placeholder {
  color: #ccc;
}
.nb-input.is-light-placeholder::-ms-input-placeholder {
  color: #ccc;
}

.nb-input-group-left,
.nb-input-group-center,
.nb-input-group-right {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .nb-input-group-left,
  .nb-input-group-center {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .nb-input-group-right,
  .nb-input-group-center {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.spinner {
  margin-top: 20px;
}
.spinner .circle {
  display: block;
  background-color: transparent;
  border: 5px solid #00b7e5;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  animation: spin 0.5s infinite linear;
}
.spinner .count {
  display: block;
  position: relative;
  top: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #89d0e2;
  text-align: center;
  margin: 0 auto;
}
.spinner .circle {
  margin: 0 auto;
}

.spinner.is-white .circle {
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

.spinner-small .circle {
  display: block;
  background-color: transparent;
  border: 3px solid #00b7e5;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  animation: spin 0.5s infinite linear;
}
.spinner-small .count {
  display: block;
  position: relative;
  top: -25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  font-weight: bold;
  color: #89d0e2;
  text-align: center;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.activities {
  margin-bottom: -1rem;
}
.activities .like-button.is-liked {
  color: #ff6868;
}
.activities .like-counter.is-liked {
  color: #ff6868;
  font-weight: bold;
}
.activities .review-rating {
  color: #FF8854;
  margin-right: 0.5rem;
}
.activities .review-title {
  color: #515151;
}

.activity-header {
  display: flex;
  position: relative;
}
.activity-header .column-image {
  margin-right: 1rem;
  width: 40px;
}
.activity-header .column-image img {
  width: 100%;
}
.activity-header .column-content {
  flex: 1;
}
.activity-header .dropdown {
  float: right;
}
.activity-header .date {
  font-size: 0.8rem;
  color: #777;
}

.book-preview {
  display: flex;
  margin-top: 1rem;
}
.book-preview .column-image {
  margin-right: 1rem;
  width: 120px;
}
.book-preview .column-image img {
  width: 100%;
}
.book-preview .column-content {
  flex: 1;
}
.book-preview .column-content p {
  margin: 0;
  color: #575757;
}
.book-preview .column-content a {
  color: inherit;
  font-weight: bold;
  font-size: 1.1rem;
}

.comment {
  display: flex;
  margin-top: 1rem;
}
.comment .column-image {
  margin-right: 1rem;
  width: 32px;
}
.comment .column-image img {
  width: 100%;
}
.comment .comment .column-image {
  width: 24px;
}
.comment .column-content {
  flex: 1;
  font-size: 15px;
  color: #333;
}

.comment-user-link {
  font-weight: bold;
}

.post-age {
  color: #777;
  margin-left: 1rem;
  font-size: 14px;
}

.post-edited {
  color: #999;
  margin-left: 1rem;
  font-size: 10px;
}

/* adapted from https://loading.io/ */
.comment-loading {
  width: 28px;
  height: 28px;
  border: 3px solid;
  border-color: #777 transparent transparent transparent;
  border-radius: 50%;
  margin-left: 1px;
  animation: ld-spin 1s infinite;
}

.comments .comments .comment-loading {
  width: 22px;
  height: 22px;
}

@keyframes ld-spin {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation: 0.5s forwards fadeIn;
}

/* Required styles */
html.modal-is-visible body {
  display: flex;
  align-items: center;
  justify-content: center;
}
html.modal-is-visible body::before {
  display: block;
  height: 100vh;
  content: "";
}

html.modal-is-visible #wrapper {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  backface-visibility: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.25s ease;
  display: none;
  opacity: 0;
}

html.modal-is-visible #overlay {
  display: block;
}

html.modal-is-open #overlay {
  opacity: 1;
}

.modal {
  transition: opacity 0.25s ease;
  display: none;
  opacity: 0;
}

.modal.modal-is-visible {
  display: block;
}

.modal.modal-is-open {
  opacity: 1;
}

/* Complimentary styles for a white modal box and a close button */
/* These styles are optional and custom styles can be used instead */
.modal-box {
  margin: 4px;
  border-radius: 4px;
  padding: 1rem;
  background: white;
}
@media screen and (min-width: 40em) {
  .modal-box {
    padding: 2rem;
  }
}

.modal .modal-box {
  transition: transform 0.25s ease;
  transform: scale(0.5);
}

.modal.modal-is-open .modal-box {
  transform: scale(1);
}

.modal-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  float: right;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  margin: -0.5rem -0.5rem 1rem 1rem;
  outline: none;
  position: relative;
}
.modal-close::before {
  content: "";
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(0);
  transition: background-color 0.25s, transform 0.25s;
}
.modal-close:hover::before, .modal-close:focus::before {
  transform: scale(1);
}
.modal-close:active::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-close::after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00d";
  z-index: 1002;
}

/* Modal loading animation */
/* This animation is triggered when calling modal.setLoading() */
/* It is totally optional and another animation can be used instead */
.modal-loading {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.05);
  border-top-color: white;
  border-radius: 50%;
  animation: modal-loading-spin 1000ms infinite linear;
}

@keyframes modal-loading-spin {
  100% {
    transform: rotate(360deg);
  }
}
.cover-container {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.cover-container a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: filter 0.125s ease;
}
.cover-container img {
  width: 100%;
}

.cover-masonry {
  column-count: 3;
  column-gap: 4px;
  font-size: 0;
}
@media screen and (min-width: 424px) {
  .cover-masonry {
    column-count: 4;
  }
}
@media screen and (min-width: 560px) {
  .cover-masonry {
    column-count: 5;
  }
}
@media screen and (min-width: 696px) {
  .cover-masonry {
    column-count: 6;
  }
}
@media screen and (min-width: 832px) {
  .cover-masonry {
    column-count: 7;
  }
}
@media screen and (min-width: 968px) {
  .cover-masonry {
    column-count: 8;
  }
}
@media screen and (min-width: 1104px) {
  .cover-masonry {
    column-count: 9;
  }
}
.cover-masonry .cover {
  display: inline-block;
  margin: 0 0 4px;
  width: 100%;
}

.cover-modal-image {
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
}

.cover-modal-close {
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cover-modal-close::before, .cover-modal-close::after {
  background: white;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.cover-modal-close::before {
  height: 2px;
  width: 50%;
}
.cover-modal-close::after {
  height: 50%;
  width: 2px;
}
.cover-modal-close:hover, .cover-modal-close:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.cover-modal-close:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.divider {
  overflow: hidden;
  text-align: center;
  color: #666;
  margin: 1.5rem 0;
}
.divider:before, .divider:after {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  height: 1px;
  background: #eee;
}
.divider:before {
  right: 1em;
  margin-left: -50%;
}
.divider:after {
  left: 1em;
  margin-right: -50%;
}

.auth .box {
  margin: 2rem 0;
}
.auth .box.sent, .auth .box.error {
  padding: 40px 0;
  font-size: 24px;
}
.auth .box.sent h2, .auth .box.error h2 {
  color: white;
}
.auth .box.sent p, .auth .box.error p {
  margin: 0;
  color: white;
}
.auth .box.sent {
  background: #9DD964;
}
.auth .box.error {
  background: #FB5959;
}
.auth .box h1 {
  font-size: 24px;
}
.auth .safe, .auth .failure {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.auth .safe h2, .auth .failure h2 {
  color: white;
  font-size: 26px;
}
.auth .safe p, .auth .failure p {
  color: white;
  margin-bottom: 0;
}
.auth .safe i, .auth .failure i {
  margin-right: 5px;
}
.auth .safe {
  background: #8CDC18;
}
.auth .failure {
  background: #FFAB31;
}
.auth .help {
  font-size: 20px;
  color: #666;
}
.auth .error {
  margin-top: 0;
  margin-bottom: 1rem;
  background: #ff7373;
  color: white;
  padding: 10px;
  border-radius: 2px;
}
.auth .error i {
  margin-right: 5px;
}
.auth .forgot-password {
  margin-top: 10px;
  text-align: right;
  font-size: 90%;
}
.auth .remember-me {
  margin-bottom: 10px;
  text-align: right;
  font-size: 95%;
  color: #666;
  line-height: 20px;
}
.auth .remember-me input {
  vertical-align: middle;
  margin-left: 5px;
}
.auth form label {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}
.auth form.loading button i {
  display: inline;
}
.auth form.invalid-login #invalid-login {
  display: block;
}
.auth form.login-error #login-error {
  display: block;
}
.auth .fa-facebook {
  margin-right: 10px;
}

#book .cover-image button {
  cursor: pointer;
  transition: box-shadow ease-out 0.25s;
}
#book .cover-image button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgb(223, 223, 223);
  border-radius: 1px;
}
#book .cover-image button img:hover {
  filter: brightness(95%);
}
#book .cover-image img {
  width: 100%;
  transition: filter 0.125s ease-out;
}
#book dl.info::after {
  clear: both;
  content: " ";
  display: table;
}
#book dl.info dt, #book dl.info dd {
  display: block;
  margin: 0;
}
#book dl.info dt {
  float: left;
  width: 40%;
}
#book dl.info dd {
  float: right;
  width: 60%;
}
#book dl.info dt, #book dl.info dt + dd {
  margin-top: 0.5rem;
}
#book dl.info dd + dd {
  margin-left: 40%;
}
@media screen and (max-width: 39.99875em) {
  #book dl.info dt, #book dl.info dd {
    width: 100%;
    margin-left: 0;
  }
}
#book noscript .alert {
  margin-top: 2rem;
}
#book a.edit {
  font-size: 12px;
  background: url(/images/edit.png) left center no-repeat;
  padding-left: 12px;
}
#book .empty {
  color: #999;
}
#book .property {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  #book .property {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  #book .property {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
#book .property::after {
  clear: both;
  content: " ";
  display: table;
}
#book .property .name {
  font-size: 0.9rem;
  color: #666;
}
@media screen and (max-width: 39.99875em) {
  #book .property .name {
    width: 41.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  #book .property .name {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 39.99875em) {
  #book .property .name, #book .property .name:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #book .property .name:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #book .property .name {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  #book .property .name {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #book .property .name, #book .property .name:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #book .property .name:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  #book .property .name {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  #book .property .name {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  #book .property .name, #book .property .name:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #book .property .name:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (max-width: 39.99875em) {
  #book .property .value {
    width: 58.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  #book .property .value {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 39.99875em) {
  #book .property .value, #book .property .value:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #book .property .value:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #book .property .value {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  #book .property .value {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #book .property .value, #book .property .value:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #book .property .value:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  #book .property .value {
    width: 58.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  #book .property .value {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  #book .property .value, #book .property .value:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #book .property .value:last-child:not(:first-child) {
    float: right;
  }
}
#book .property div.edit {
  text-align: right;
}
@media screen and (max-width: 39.99875em) {
  #book .property div.edit {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  #book .property div.edit {
    width: 16.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  #book .property div.edit {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  #book .property div.edit, #book .property div.edit:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #book .property div.edit:last-child:not(:first-child) {
    float: right;
  }
}
#book #ownershipStatus .dropdown-trigger button::after,
#book #readingStatus .dropdown-trigger button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0d7";
  float: right;
  color: #666;
}

#add-book-to-shelf-modal form {
  margin-bottom: 1em;
}
#add-book-to-shelf-modal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#add-book-to-shelf-modal li {
  margin: 0;
}
#add-book-to-shelf-modal li button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
}
#add-book-to-shelf-modal li button:disabled {
  background: #f2f2f2;
  border-color: #e9e9e9;
  margin: 0.5rem 0;
}
#add-book-to-shelf-modal li button.has-book {
  filter: grayscale(1);
  opacity: 0.5;
}
#add-book-to-shelf-modal li button:hover {
  background: #f5f5f5;
}
#add-book-to-shelf-modal li button:focus {
  background: #f0f0f0;
}
#add-book-to-shelf-modal li button img {
  margin: 0.25em 0.5em 0.25em 0.25em;
  border-radius: 4px;
}
#add-book-to-shelf-modal li button .name {
  font-size: 110%;
}
#add-book-to-shelf-modal li button .has-book-info {
  font-size: 85%;
  margin-top: 0.5rem;
}
#add-book-to-shelf-modal li button i.info-icon {
  float: right;
  line-height: 58px;
  margin: 0 0.25em;
  color: #dcdcdc;
  margin-right: 10px;
}
#add-book-to-shelf-modal li button.is-public i.info-icon {
  visibility: hidden;
}
#add-book-to-shelf-modal li button .badge {
  float: right;
  padding: 6px 0;
  margin-top: 19px;
  margin-right: 6px;
  background: #a4a9ad;
}
#add-book-to-shelf-modal li button .badge.active {
  background: #59a7de;
}

#compare-prices .button-group {
  display: inline-block;
}
#compare-prices table.prices {
  width: 100%;
}
#compare-prices table.prices td, #compare-prices table.prices th {
  padding: 3px 5px 3px 0;
  line-height: 1.1;
}
#compare-prices table.prices td:last-child, #compare-prices table.prices th:last-child {
  padding-right: 0;
}
#compare-prices table.prices th:first-child {
  padding-left: 10px;
}
#compare-prices table.prices .price, #compare-prices table.prices .shipping {
  text-align: right;
}
@media screen and (max-width: 39.99875em) {
  #compare-prices table.prices .price, #compare-prices table.prices .shipping {
    font-size: 90%;
  }
}
#compare-prices table.prices .price .unknown, #compare-prices table.prices .shipping .unknown {
  color: #ddd;
  font-size: 90%;
}
#compare-prices table.prices .price .free, #compare-prices table.prices .shipping .free {
  color: #7bd718;
  font-size: 95%;
  text-transform: uppercase;
}
@media screen and (max-width: 39.99875em) {
  #compare-prices table.prices td {
    vertical-align: top;
  }
}
#compare-prices table.prices .store img {
  width: 96px;
  height: 32px;
  min-width: 96px;
}
@media screen and (min-width: 40em) {
  #compare-prices table.prices .store img {
    width: 120px;
    height: 40px;
    min-width: 120px;
  }
}
#compare-prices table.prices .merchant img {
  margin-right: 0.5rem;
}
#compare-prices table.prices a {
  font-size: 90%;
  color: #999;
}
@media screen and (max-width: 39.99875em) {
  #compare-prices table.prices .merchant {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #compare-prices table.prices td, #compare-prices table.prices th {
    font-size: 1rem;
  }
}
#compare-prices table.prices th {
  text-align: left;
  font-weight: normal;
  font-size: 0.8em;
  text-decoration: underline;
  color: #666;
}
#compare-prices table.prices tbody tr {
  display: none;
}
#compare-prices table.prices tbody tr:hover td {
  background: #fafafa;
  cursor: pointer;
}
#compare-prices table.prices tbody tr:hover td.merchant span {
  text-decoration: underline;
}
#compare-prices table.prices tbody tr:hover td a {
  text-decoration: none;
}
#compare-prices table.prices.local.all tr.local.new, #compare-prices table.prices.local.all tr.local.used, #compare-prices table.prices.local.all tr.local.unknown, #compare-prices table.prices.local.new tr.local.new, #compare-prices table.prices.local.used tr.local.used, #compare-prices table.prices.global.all tr.new, #compare-prices table.prices.global.all tr.used, #compare-prices table.prices.global.all tr.unknown, #compare-prices table.prices.global.new tr.new, #compare-prices table.prices.global.used tr.used {
  display: table-row;
}
#compare-prices .original-price {
  font-size: 0.8rem;
  color: #999;
}
#compare-prices .free-shipping-from {
  font-size: 80%;
  color: #7bd718;
}
#compare-prices .price-message {
  background: #f7f7f7;
  margin-top: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  color: #777;
  animation: fade-in 1s cubic-bezier(0.06, 0.71, 0.23, 0.83);
}
#compare-prices td.condition {
  font-size: 90%;
}
#compare-prices tr.new td.condition {
  color: #77d227;
}
#compare-prices tr.used td.condition {
  color: #ff9814;
}
#compare-prices tr.unknown td.condition {
  color: #ddd;
}

#error-page .owl {
  width: 100px;
}
@media screen and (min-width: 40em) {
  #error-page .owl {
    width: 150px;
  }
}
@media screen and (min-width: 64em) {
  #error-page .owl {
    width: 200px;
  }
}

#index .bubble.left {
  float: left;
}
#index .bubble.right {
  float: right;
}
#index .bubble.left, #index .bubble.right {
  margin-top: 2rem;
}
@media screen and (max-width: 39.99875em) {
  #index form .row.collapse input.nb-button {
    margin-top: 0.5rem;
  }
  #index .bubble.right {
    margin-top: 0;
  }
}
#index .search-box {
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  #index .search-box {
    width: 83%;
  }
}
@media screen and (min-width: 64em) {
  #index .search-box {
    width: 66%;
  }
}

#isbn-search .agencies dl, #isbn-search .agencies dt, #isbn-search .agencies dd {
  margin: 0;
}
#isbn-search .agencies dt {
  color: #FF3D14;
  font-weight: normal;
}
#isbn-search .isbn-input {
  font-size: 1.4em;
  padding-left: 2.5em;
  background-image: url(/images/barcode.svg);
  background-position: 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.5em;
}
#isbn-search .isbn-suggestions td {
  padding: 0.25em;
}
#isbn-search .isbn-suggestions td:first-child {
  padding-left: 0;
}
#isbn-search .isbn-suggestions td:last-child {
  padding-right: 0;
}
#isbn-search .isbn-suggestions .changed {
  font-weight: bold;
  font-size: 110%;
  color: #48D80F;
}
#isbn-search .isbn-suggestions .removed {
  font-weight: bold;
  font-size: 110%;
  color: #FF3333;
  text-decoration: line-through;
}

#hero-banner {
  margin-bottom: 3rem;
}
#hero-banner h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
  #hero-banner h1 {
    font-size: 2.5rem;
  }
}
#hero-banner p {
  text-align: center;
  font-size: 1.7rem;
  color: #87949b;
  margin-top: 0;
}
#hero-banner p span {
  color: #4dcdbc;
}
@media screen and (max-width: 39.99875em) {
  #hero-banner p span {
    display: block;
  }
}

#leave-review .book-info::after {
  clear: both;
  content: " ";
  display: table;
}
#leave-review .book-info img {
  width: 100px;
  margin-right: 20px;
  float: left;
}
#leave-review .book-info h2 {
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  #leave-review .book-info h2 {
    font-size: 32px;
  }
}
#leave-review .book-info h3 {
  font-size: 20px;
  line-height: 1;
  color: #666;
}
@media screen and (min-width: 40em) {
  #leave-review .book-info h3 {
    font-size: 26px;
  }
}
#leave-review .book-info p {
  font-size: 16px;
  line-height: 1;
  color: #888;
}
@media screen and (min-width: 40em) {
  #leave-review .book-info p {
    font-size: 20px;
  }
}
@media screen and (min-width: 40em) {
  #leave-review .rate-info {
    line-height: 60px;
  }
}
#leave-review .stars {
  font-size: 0;
  color: #FF8854;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 40em) {
  #leave-review .stars {
    text-align: right;
  }
}
#leave-review .stars button {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 2rem;
  padding: 3px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: transform 0.1s ease-out, background-color 0.1s ease-out, border-color 0.1s ease-out;
}
#leave-review .stars button::before {
  content: "\f005";
}
#leave-review .stars button:hover {
  color: #ff763b;
}
#leave-review .stars button:focus {
  outline: none;
  background-color: #ffebe3;
  border-color: #ffe1d4;
}
#leave-review .stars button:active {
  transform: scale(1.2);
  background-color: transparent;
  border-color: transparent;
}
#leave-review .stars button.is-active {
  font-weight: 900;
}
#leave-review .stars:hover button {
  font-weight: 900;
}
#leave-review .stars:hover button:hover ~ button {
  font-weight: 400;
}
#leave-review input, #leave-review textarea {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: white;
  border: 1px solid #ddd;
  color: #555;
  transition: box-shadow 0.25s;
}
#leave-review input:focus, #leave-review textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px #dbecff;
}
#leave-review textarea {
  height: 300px;
  margin-top: 10px;
  min-width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 39.99875em) {
  #search form .row.collapse input.nb-button {
    margin-top: 0.5rem;
  }
}
#search .books-found {
  margin: 2rem 0;
  text-align: center;
  color: #999;
}
#search .more-results {
  text-align: center;
}
#search #search-string-too-long {
  text-align: center;
  margin: 2rem 0;
}
#search #search-string-too-long span {
  padding: 0.5rem;
  border-radius: 0.1875rem;
  line-height: 2.5rem;
  background: #f55;
  color: white;
}
#search .failure {
  text-align: center;
}
#search noscript .alert {
  margin-top: 2rem;
}

.search-result-line {
  margin: 2rem 0;
}
.search-result-line .title {
  font-size: 1.2rem;
}

#settings button {
  color: #777;
}
#settings button:focus {
  outline: none;
  background: #f0f0f0;
  box-shadow: 0 0 0 2px #f0f0f0;
  border-radius: 3px;
  padding: 3px 1px;
}
#settings .help {
  color: #909090;
}
#settings .title-box {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#settings .title-box .icon {
  color: #5d5d5d;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-right: 0.75rem;
}
#settings .title-box.private .icon {
  color: #ff6767;
}
#settings .title-box.public .icon {
  color: #86d964;
}
#settings .title-box .title {
  flex: 1;
}
#settings .title-box .title h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
#settings .title-box .title p {
  margin: 0;
  color: #999;
  font-size: 0.9rem;
}
#settings .item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#settings .item .help {
  font-size: 90%;
}
#settings .item:last-child {
  border-bottom: none;
}
#settings .item .empty {
  color: #ccc;
  font-size: 90%;
}
@media screen and (min-width: 40em) {
  #settings .item .name {
    width: 41.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  #settings .item .name {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  #settings .item .name, #settings .item .name:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #settings .item .name:last-child:not(:first-child) {
    float: right;
  }
  #settings .item .edit, #settings .item .cancel {
    width: 8.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: 50%;
    text-align: right;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  #settings .item .edit, #settings .item .cancel {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  #settings .item .edit, #settings .item .edit:last-child:not(:first-child), #settings .item .cancel, #settings .item .cancel:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #settings .item .edit:last-child:not(:first-child), #settings .item .cancel:last-child:not(:first-child) {
    float: right;
  }
  #settings .item .value, #settings .item .form {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: -8.3333333333%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  #settings .item .value, #settings .item .form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  #settings .item .value, #settings .item .value:last-child:not(:first-child), #settings .item .form, #settings .item .form:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #settings .item .value:last-child:not(:first-child), #settings .item .form:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (max-width: 39.99875em) {
  #settings .item .name {
    width: 83.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  #settings .item .name {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 39.99875em) {
  #settings .item .name, #settings .item .name:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #settings .item .name:last-child:not(:first-child) {
    float: right;
  }
  #settings .item .edit, #settings .item .cancel {
    width: 16.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  #settings .item .edit, #settings .item .cancel {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 39.99875em) {
  #settings .item .edit, #settings .item .edit:last-child:not(:first-child), #settings .item .cancel, #settings .item .cancel:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #settings .item .edit:last-child:not(:first-child), #settings .item .cancel:last-child:not(:first-child) {
    float: right;
  }
  #settings .item .value, #settings .item .form {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  #settings .item .value, #settings .item .form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 39.99875em) {
  #settings .item .value, #settings .item .value:last-child:not(:first-child), #settings .item .form, #settings .item .form:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #settings .item .value:last-child:not(:first-child), #settings .item .form:last-child:not(:first-child) {
    float: right;
  }
}
#settings .item .name label {
  color: #444444;
  display: block;
}
#settings .item .name label i {
  margin-right: 0.25rem;
}
#settings .item .name div {
  font-size: 80%;
  color: #999;
}
#settings textarea {
  height: 150px;
}

#user-profile .profile-picture {
  width: 100%;
}
#user-profile .display-name {
  font-size: 32px;
  margin: 0 0 10px;
  line-height: 1;
}
#user-profile h2 {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 30px;
}
#user-profile ul.activity {
  list-style: none;
  padding: 0;
  margin: 0;
}
#user-profile ul.activity span {
  margin-right: 0.5em;
}

#user-info-head img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
#user-info-head a {
  text-decoration: none;
  color: #757575;
  display: block;
  padding: 5px;
}

#user-profile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#user-profile-menu li i {
  vertical-align: middle;
  margin-right: 0.5rem;
}
#user-profile-menu li {
  clear: right;
}
#user-profile-menu li.menu-title {
  color: #999;
  text-transform: uppercase;
  font-size: 80%;
  padding: 5px;
  margin-top: 5px;
}
#user-profile-menu a {
  color: #999;
  text-decoration: none;
  display: block;
  padding: 4px 10px;
  margin: 4px 0;
}
#user-profile-menu li.active a {
  color: #71baee;
}
#user-profile-menu li.add a:hover,
#user-profile-menu li.add a:focus {
  color: #ff7b29;
}
#user-profile-menu .badge {
  background: #e3e3e3;
  float: right;
}
#user-profile-menu .badge.active {
  background: #71baee;
}
#user-profile-menu .bookshelf-visibility {
  width: 1em;
  text-align: center;
  margin-right: 0.25em;
}

.follow-box {
  display: flex;
  padding: 16px 0;
}

.follow-box-inner {
  width: 50%;
  padding: 0 16px;
  text-align: center;
  font-size: 90%;
}
.follow-box-inner:first-child {
  border-right: 1px solid #eee;
}

.follow-box-count {
  font-weight: bold;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  color: #5d5d5d;
  line-height: 1.2;
  margin: 2rem 0 0;
}

p {
  line-height: 1.5;
  margin: 1rem 0 0;
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 40em) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 40em) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  h4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 40em) {
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (min-width: 40em) {
  h6 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  h6 {
    font-size: 1.25rem;
  }
}

a {
  text-decoration: none;
  color: #2d7bc0;
  transition: all 0.15s ease-out;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: none;
}

a:hover, a:active {
  text-decoration: underline;
}

a:focus {
  background: rgba(149, 210, 255, 0.18);
  box-shadow: 0 0 0 4px rgba(149, 210, 255, 0.18);
  border-radius: 1px;
}

a.is-white {
  color: white;
}

a.is-white:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

a.has-image {
  display: inline-block;
}

header button:focus {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: inherit;
}

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

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

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

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.comment {
  font-size: 80%;
  color: #999;
}

@media screen and (max-width: 39.99875em) {
  .small-full {
    width: 100%;
  }
}
img.circular {
  border-radius: 50%;
}

.user-book {
  margin-bottom: 1em;
  transition: opacity 0.25s ease-out;
}
.user-book progress {
  margin-bottom: 0.5em;
}
.user-book input[name=pages] {
  width: 3em;
  margin-bottom: 0.5em;
  border: 1px solid #eee;
  border-radius: 3px;
  text-align: right;
}
.user-book .remove-book {
  float: right;
}
.user-book .remove-book i {
  color: #d4d4d4;
}
.user-book .remove-book i:hover {
  color: #ff5d5d;
}

#create-bookshelf label {
  display: block;
}
#create-bookshelf .description {
  font-size: 75%;
  color: #aaa;
}
#create-bookshelf .visibility-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: border-color ease-out 0.15s, background-color ease-out 0.15s, box-shadow ease-out 0.15s;
  margin: 0.5em 0;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}
#create-bookshelf input[name=visibility] {
  position: absolute;
  opacity: 0;
}
#create-bookshelf input[name=visibility]:checked + .visibility-box {
  border-color: #589fd2;
  box-shadow: 0 0 0 2px #589fd2;
}
#create-bookshelf input[name=visibility]:checked + .visibility-box .name {
  font-weight: bold;
}
#create-bookshelf input[name=visibility]:checked + .visibility-box .description {
  color: #333;
}
#create-bookshelf input[name=visibility]:focus + .visibility-box {
  border-color: white;
  box-shadow: 0 0 0 3px #589fd2;
}
#create-bookshelf .bookshelf-visibility {
  width: 1.2em;
  margin-right: 4px;
}

.bookshelf-visibility {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  line-height: 1;
}
.bookshelf-visibility.public:before {
  content: "\f09c";
  color: #9dd964;
}
.bookshelf-visibility.anonymous:before {
  content: "\f070";
  color: #ffc814;
}
.bookshelf-visibility.private:before {
  content: "\f023";
  color: #ff5d5d;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Remember me dialog */
@keyframes rememberMeSlideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rememberMeSlideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 39.99875em) {
  .isbn {
    display: block;
  }
}

.isbn-label {
  padding: 0.1em 0.35em;
  background: #ffbe00;
  color: white;
  border-radius: 2px;
  font-size: 0.8em;
}

.isbn-number {
  font-family: monospace;
}

.hidden {
  display: none !important;
}

.half-opacity {
  opacity: 0.5;
}

.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

hr {
  margin: 1rem 0;
  display: block;
  height: 1px;
  border: none;
  background: #ccc;
}

.text-primary {
  font-size: 1.1rem;
}

.text-secondary {
  color: #666;
}

[hidden] {
  display: none !important;
}

/* SweetAlert 2 */
.swal2-styled.swal2-cancel {
  background-color: white !important;
  color: #525252 !important;
}

/*# sourceMappingURL=public.css.map */
