@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
@charset "UTF-8";
/* Bulma Utilities */
.button, .fc-toolbar button, .input, .textarea, .taginput .taginput-container.is-focusable, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top; }
  .button:focus, .fc-toolbar button:focus, .input:focus, .textarea:focus, .taginput .taginput-container.is-focusable:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .fc-toolbar button.is-focused, .fc-toolbar button:focus, .is-focused.input, .is-focused.textarea, .taginput .is-focused.taginput-container.is-focusable, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .fc-toolbar button:active, .input:active, .textarea:active, .taginput .taginput-container.is-focusable:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .fc-toolbar button.is-active, .fc-toolbar .fc-state-down, .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .is-active.input, .is-active.textarea, .taginput .is-active.taginput-container.is-focusable, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  .button[disabled], .fc-toolbar button[disabled], .input[disabled], .textarea[disabled], .taginput .taginput-container.is-focusable[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled], .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled],
  .pagination-ellipsis[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .fc-toolbar button,
  .fc-toolbar fieldset[disabled] button,
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .taginput .taginput-container.is-focusable,
  .taginput fieldset[disabled] .taginput-container.is-focusable,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name,
  fieldset[disabled] .pagination-previous,
  fieldset[disabled] .pagination-next,
  fieldset[disabled] .pagination-link,
  fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed; }

.button, .fc-toolbar button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable, .carousel, .carousel-list, .b-checkbox.checkbox, .b-radio.radio, .switch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.box:not(:last-child), .fc-toolbar:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .fc-toolbar h2:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before, .modal-close::before {
    height: 2px;
    width: 50%; }
  .delete::after, .modal-close::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active, .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.delete, .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete, .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.button.is-loading::after, .fc-toolbar button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video, .b-image-wrapper > img.has-ratio, .b-image-wrapper > img.placeholder {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0; }

.is-page-height {
  min-height: 100vh;
  height: 100vh; }

.is-full-height {
  height: 100%;
  min-height: 100%; }

.is-full-width {
  width: 100%;
  min-width: 100%; }

.has-overflow-hidden {
  overflow: hidden; }

.has-overflow-scroll {
  overflow: scroll; }

.has-overflow-scroll-x {
  overflow-x: scroll !important; }

.has-overflow-scroll-y {
  overflow-y: scroll !important; }

.has-overflow-scroll::-webkit-scrollbar, .has-overflow-scroll-x::-webkit-scrollbar, .has-overflow-scroll-y::-webkit-scrollbar {
  -webkit-appearance: none;
  background: #00000010; }
  .has-overflow-scroll::-webkit-scrollbar:vertical, .has-overflow-scroll::-webkit-scrollbar:horizontal, .has-overflow-scroll-x::-webkit-scrollbar:vertical, .has-overflow-scroll-x::-webkit-scrollbar:horizontal, .has-overflow-scroll-y::-webkit-scrollbar:vertical, .has-overflow-scroll-y::-webkit-scrollbar:horizontal {
    width: 11px; }

.has-overflow-scroll::-webkit-scrollbar-thumb, .has-overflow-scroll-x::-webkit-scrollbar-thumb, .has-overflow-scroll-y::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid #00000030;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.is-hidden {
  visibility: hidden; }

.has-display-none {
  display: none !important; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 3, 2016, 3:40:01 PM
    Author     : dachusa
    https://docs.google.com/spreadsheets/d/1I-tPrlWgGIamDcHGhLIPBNV0KPYFYDj1jG6_zrPPdcs/edit#gid=508861331
*/
/*Brand Colors*/
.is-red {
  color: #ff0000; }

.is-green {
  color: #008535; }

.jqifade {
  position: absolute;
  background-color: #777777; }

iframe.jqifade {
  display: block;
  z-index: -1; }

div.jqi {
  width: 400px;
  max-width: 90%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 1px #eeeeee;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 7px; }
  div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold; }
  div.jqi .jqistate {
    background-color: #fff; }
  div.jqi .jqititle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: solid 1px #eeeeee; }
  div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444444;
    overflow: auto; }
  div.jqi .jqibuttonshide {
    display: none; }
  div.jqi .jqibuttons {
    text-align: right;
    margin: 0 -7px -7px -7px;
    border-top: solid 1px #e4e4e4;
    background-color: #f4f4f4;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px; }
    div.jqi .jqibuttons button {
      margin: 5px;
      padding: 10px 15px;
      background-color: #2f6073;
      font-weight: normal;
      border: none;
      border-left: solid 1px #e4e4e4;
      color: #fff;
      font-weight: bold;
      font-size: 12px;
      cursor: pointer;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
      div.jqi .jqibuttons button:hover {
        color: #f0f0f0;
        background: #728a8c;
        outline: none; }
      div.jqi .jqibuttons button:focus {
        color: #f0f0f0;
        background: #728a8c;
        outline: none;
        background: #728a8c; }
      div.jqi .jqibuttons button.jqidefaultbutton {
        background-color: #bf5e26;
        color: #fff; }
        div.jqi .jqibuttons button.jqidefaultbutton:hover, div.jqi .jqibuttons button.jqidefaultbutton:focus {
          background: #de6e2e;
          color: #f0f0f0; }
      div.jqi .jqibuttons button[disabled] {
        color: #aaa; }

.jqiwarning .jqi .jqibuttons {
  background-color: #b95656; }

/* sub states */
div.jqi .jqiparentstate::after {
  background-color: #777;
  opacity: 0.6;
  filter: alpha(opacity=60);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

div.jqi .jqisubstate {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  padding: 7px;
  border: solid 1px #eeeeee;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px; }
  div.jqi .jqisubstate .jqibuttons button {
    padding: 10px 18px;
    cursor: pointer; }

/* arrows for tooltips/tours */
.jqi .jqiarrow {
  position: absolute;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  border: solid 10px transparent; }

.jqi .jqiarrowtl {
  left: 10px;
  top: -20px;
  border-bottom-color: #ffffff; }

.jqi .jqiarrowtc {
  left: 50%;
  top: -20px;
  border-bottom-color: #ffffff;
  margin-left: -10px; }

.jqi .jqiarrowtr {
  right: 10px;
  top: -20px;
  border-bottom-color: #ffffff; }

.jqi .jqiarrowbl {
  left: 10px;
  bottom: -20px;
  border-top-color: #ffffff; }

.jqi .jqiarrowbc {
  left: 50%;
  bottom: -20px;
  border-top-color: #ffffff;
  margin-left: -10px; }

.jqi .jqiarrowbr {
  right: 10px;
  bottom: -20px;
  border-top-color: #ffffff; }

.jqi .jqiarrowlt {
  left: -20px;
  top: 10px;
  border-right-color: #ffffff; }

.jqi .jqiarrowlm {
  left: -20px;
  top: 50%;
  border-right-color: #ffffff;
  margin-top: -10px; }

.jqi .jqiarrowlb {
  left: -20px;
  bottom: 10px;
  border-right-color: #ffffff; }

.jqi .jqiarrowrt {
  right: -20px;
  top: 10px;
  border-left-color: #ffffff; }

.jqi .jqiarrowrm {
  right: -20px;
  top: 50%;
  border-left-color: #ffffff;
  margin-top: -10px; }

.jqi .jqiarrowrb {
  right: -20px;
  bottom: 10px;
  border-left-color: #ffffff; }

html {
  scroll-behavior: smooth;
  overflow: auto !important; }
  html body {
    height: 100vh; }
    html body #app {
      height: 100%; }
      html body #app .side-background {
        bottom: 0;
        left: 50%;
        position: fixed;
        right: 0;
        top: 0; }
      html body #app main {
        background-color: #fafafa;
        display: flex;
        flex-direction: column; }
        html body #app main #content-wrapper {
          flex: 1; }
      html body #app footer #version {
        bottom: 5px;
        position: fixed;
        right: 5px; }
      html body #app footer #scrollToTop {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        bottom: 15px;
        right: 0px;
        background-color: #178fe2;
        margin: 15px;
        border-radius: 290486px;
        transition: opacity 0.5s ease;
        transition: background-color 0.2s ease-out; }
        html body #app footer #scrollToTop:hover {
          background-color: #299be9; }
        html body #app footer #scrollToTop a {
          color: #ffffff;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          text-decoration: none;
          height: 30px;
          width: 30px; }
        html body #app footer #scrollToTop.scrollToTop--hidden {
          opacity: 100;
          visibility: visible; }

.is-grid {
  display: grid !important; }

.is-flex-grow {
  flex-grow: 1 !important; }

.popover {
  z-index: 1000; }

/*!
 * FullCalendar v3.2.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .fc-icon:after {
    position: relative; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }
  .fc button::-moz-focus-inner {
    margin: 0;
    padding: 0; }

/* icons in buttons */
.fc button .fc-icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em; }

.fc button .fc-icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px); }

.fc button .fc-icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px); }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  .fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px; }
    .fc-popover .fc-header .fc-title {
      margin: 0 2px; }
    .fc-popover .fc-header .fc-close {
      cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title {
  float: right; }

.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }
  .fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }
  .fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }
  .fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }
  a[data-goto]:hover {
    text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row {
  position: relative; }
  .fc-row table {
    /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent; }
  .fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */ }
  .fc-row .fc-bg {
    z-index: 1; }
  .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */ }
  .fc-row .fc-bgevent-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */ }
  .fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */ }
  .fc-row .fc-highlight-skeleton td {
    border-color: transparent; }
  .fc-row .fc-bgevent-skeleton {
    z-index: 2; }
    .fc-row .fc-bgevent-skeleton td {
      border-color: transparent; }
  .fc-row .fc-highlight-skeleton {
    z-index: 3; }
  .fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */ }
  .fc-row .fc-helper-skeleton {
    z-index: 5; }
  .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
    /* don't put a border between events and/or the day number */
    border-bottom: 0; }
  .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0; }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* highlighting cells & background event skeleton */
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }
  .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* TODO: move to agenda/basic */
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }
  .fc-event:hover {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */ }

.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href], .fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed {
  /* to override an event's custom cursor */
  cursor: not-allowed; }
  .fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .fc-event.fc-selected .fc-resizer {
    /* only show when hovering or selected (with touch) */
    display: block; }
    .fc-event.fc-selected .fc-resizer:before {
      /* 40x40 touch area */
      content: "";
      position: absolute;
      z-index: 9999;
      /* user of this util can scope within a lower z-index */
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -20px; }
  .fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* resizer (cursor AND touch devices) */
/* resizer (touch devices) */
/* hit area */
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* resizer (touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }
  a.fc-more:hover {
    text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }
  .fc-more-popover .fc-event-container {
    padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em; }
  .fc-toolbar.fc-footer-toolbar {
    margin-top: 1em; }
  .fc-toolbar .fc-left {
    float: left; }
  .fc-toolbar .fc-right {
    float: right; }
  .fc-toolbar .fc-center {
    display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* the first thing within each left/center/right section */
/* title text */
.fc-toolbar h2 {
  margin: 0; }

.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* button layering (for border precedence) */
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container * {
  box-sizing: content-box; }
  .fc-view-container *:before, .fc-view-container *:after {
    box-sizing: content-box; }

.fc-view {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }
  .fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }
  .fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-day-header {
  padding: 0.5em 0.75em; }

.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number, .fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

.fc-basic-view td.fc-week-number {
  text-align: center; }
  .fc-basic-view td.fc-week-number > * {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em; }

/* when week/day number have own column */
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }
  .fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */ }
    .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
      padding-bottom: 1em;
      /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }
  .fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent; }
  .fc-time-grid > .fc-bg {
    z-index: 1; }
  .fc-time-grid .fc-slats, .fc-time-grid > hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2; }
  .fc-time-grid .fc-content-col {
    position: relative;
    /* because now-indicator lives directly inside */ }
  .fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0; }
  .fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1; }
  .fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2; }
  .fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3; }
  .fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4; }
  .fc-time-grid .fc-now-indicator-line {
    z-index: 5; }
  .fc-time-grid .fc-helper-container {
    /* also is fc-event-container */
    position: relative;
    z-index: 6; }
  .fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */ }
  .fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted; }
  .fc-time-grid .fc-slats .ui-widget-content {
    /* for jqui theme */
    background: none;
    /* see through to fc-bg */ }
  .fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */ }
  .fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */ }

/* divs within a cell within the fc-content-skeleton */
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }
  .fc-time-grid-event.fc-selected {
    /* need to allow touch resizers to extend outside event's bounding box */
    /* common fc-selected styles hide the fc-bg, so don't need this anyway */
    overflow: visible; }
    .fc-time-grid-event.fc-selected .fc-bg {
      display: none;
      /* hide semi-white background, to appear darker */ }
  .fc-time-grid-event .fc-content {
    overflow: hidden;
    /* for when .fc-selected */ }
  .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 0 1px; }
  .fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap; }
  .fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap; }
  .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top; }
  .fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */ }
  .fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */ }
  .fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0";
    /* seperate with a dash, wrapped in nbsp's */ }
  .fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */ }
  .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize; }
    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
      content: "="; }
  .fc-time-grid-event.fc-selected .fc-resizer {
    /* 10x10 dot */
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* horizontally center */
    left: 50%;
    margin-left: -5px;
    /* center on the bottom edge */
    bottom: -5px; }

/* short mode, where time and title are on the same line */
/* resizer (cursor device) */
/* resizer (touch device) */
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

/* arrow on axis */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }
  .fc-list-heading td {
    font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item:hover td {
  background-color: #f5f5f5; }

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }
  .fc-list-item-title a[href]:hover {
    /* hover effect only on titles with hrefs */
    text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

#calendarContainer {
  background-color: whitesmoke; }

#calendar.content table th, #calendar.content table td {
  border: 1px solid #ddd;
  border-width: 1px;
  padding: 0px; }

#calendar.content .fc-row .fc-content-skeleton tbody td, #calendar.content .fc-row .fc-helper-skeleton tbody td {
  border-top: 0px; }

#calendar.content .fc-row .fc-content-skeleton td, #calendar.content .fc-row .fc-helper-skeleton td {
  background: none;
  border-color: transparent;
  border-bottom: 0; }

.checkbox.is-small {
  font-size: 0.75rem;
  width: 11px;
  height: 11px; }

.checkbox.is-medium {
  font-size: 1.25rem; }

.checkbox.is-large {
  font-size: 1.5rem; }

#nav-wrapper {
  height: 100vh; }
  #nav-wrapper #primary-nav-toggle {
    background: 0px center #ffffff;
    border: 0px;
    border-radius: 50%;
    box-shadow: rgba(9, 30, 66, 0.08) 0px 0px 0px 1px, rgba(9, 30, 66, 0.08) 0px 2px 4px 1px;
    color: #6b778c;
    cursor: pointer;
    height: 24px;
    opacity: 0;
    outline: 0px;
    padding: 0px;
    position: absolute;
    top: 32px;
    left: 64px;
    transition: background-color 100ms linear 0s, color 100ms linear 0s, opacity 300ms cubic-bezier(0.2, 0, 0, 1) 0s, transform 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
    transform: translate(-50%);
    width: 24px; }
  #nav-wrapper:hover #primary-nav-toggle {
    opacity: 1; }
  #nav-wrapper.is-open #primary-nav-toggle {
    left: 309px;
    transform: rotate(180deg); }

#nav-wrapper.is-open #primary-nav {
  max-width: 256px;
  min-width: 256px;
  width: 256px; }

#nav-wrapper:not(.is-open) #primary-nav {
  padding: 0px;
  margin: 0px; }

#nav-wrapper .nav-menu-item .badge {
  position: relative; }
  #nav-wrapper .nav-menu-item .badge .count {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    transform: translate(55%, -130%);
    background-color: #d25a4d;
    border: 2px solid transparent;
    border-radius: 14px;
    color: #ffffff;
    font-size: 0.65rem;
    height: 14px;
    line-height: calc(7px + 1px);
    min-width: 14px;
    overflow: hidden;
    padding: 0.05rem 0.15rem;
    text-overflow: ellipsis;
    white-space: nowrap; }

#nav-wrapper #primary-nav .nav-menu-item .badge .count {
  transform: translate(100%, -50%); }

#primary-nav {
  min-width: 0;
  max-width: 0;
  width: 0;
  transition: width 0.5s ease-in-out;
  overflow-y: scroll; }
  #primary-nav.is-root-menu {
    background-color: #fafafa; }
  #primary-nav.is-root-submenu {
    background-color: whitesmoke; }
  #primary-nav #submenu-root {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    visibility: visible; }
    #primary-nav #submenu-root ul {
      transition: transform .3s ease-in-out;
      padding-left: 0;
      margin-top: 0;
      margin-left: 0; }
    #primary-nav #submenu-root .has-children::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\F054";
      padding-left: 1em; }
    #primary-nav #submenu-root a.is-active-parent {
      color: #015098; }
    #primary-nav #submenu-root a.is-active {
      color: #015098;
      background-color: #f0f0f0; }
    #primary-nav #submenu-root .is-submenu {
      position: absolute;
      top: 0;
      width: 100%;
      left: 100%;
      padding-bottom: 100px; }
  #primary-nav .is-expanded {
    transform: translateX(-100%) !important; }
  #primary-nav .menu-list a:not(.pagination-link) {
    border-left: 3px solid transparent; }
    #primary-nav .menu-list a:not(.pagination-link).is-active {
      color: #15476e;
      background-color: rgba(38, 126, 195, 0.04);
      border-left: 3px solid #267ec3; }
  #primary-nav .menu-list .menu-section .menu-list {
    margin-left: 1.25em;
    border-left: 1px solid #ebebeb;
    padding-left: .5em;
    font-size: .95em; }
  #primary-nav .menu-list .menu-list {
    margin: 0 .5em; }
  #primary-nav .menu-list .menu-select {
    padding: 0 0.75em; }
    #primary-nav .menu-list .menu-select select {
      border-color: #f9a201; }
      #primary-nav .menu-list .menu-select select:after {
        border-color: #f9a201; }
  #primary-nav #client-logo img {
    height: auto;
    max-width: 240px;
    max-height: 100px;
    border: 0 transparent none; }
  #primary-nav #context-nav {
    padding-bottom: 2em;
    margin: 0 -.5em; }
  #primary-nav .icon, #primary-nav .fc button .fc-icon, .fc button #primary-nav .fc-icon {
    color: #949494;
    margin-right: 8px; }
    #primary-nav .icon.menu-collapse-icon, #primary-nav .fc button .menu-collapse-icon.fc-icon, .fc button #primary-nav .menu-collapse-icon.fc-icon {
      color: #363636;
      margin-right: 0;
      margin-left: 1em;
      font-weight: 900;
      font-size: .75em;
      width: 12px;
      height: 12px; }

.nav-icon {
  text-align: center; }
  .nav-icon.logo img {
    width: 40px;
    height: 40px; }
  .nav-icon.user-avatar img {
    width: 32px;
    height: 32px; }

#global-nav {
  background-color: #fb860c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 12.5px; }

.nav-menu {
  margin: 25px 0; }

.avatar-container {
  position: relative; }
  .avatar-container .avatar-dropdown {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 40px;
    width: 150px;
    background-color: #363636;
    border-radius: 5px;
    padding: 15px 0; }
    .avatar-container .avatar-dropdown ul li:hover {
      background-color: #7a7a7a; }
    .avatar-container .avatar-dropdown ul li:not(:last-child) {
      border-bottom: 1px solid #7a7a7a; }
    .avatar-container .avatar-dropdown ul li a {
      display: inline-block;
      width: 100%;
      margin: 10px 0;
      color: #dbdbdb;
      padding-left: 1em; }
    .avatar-container .avatar-dropdown:after {
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-right: 100px solid red;
      border-bottom: 50px solid transparent; }
  .avatar-container .user-avatar {
    border-radius: 290486px; }
    .avatar-container .user-avatar-small {
      border-radius: 290486px;
      width: 32px;
      height: 32px; }

ul.nav-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none !important;
  margin: 25px 0; }
  ul.nav-menu.is-dark {
    background: #fb860c; }
    ul.nav-menu.is-dark li.nav-menu-item-wrapper.nav-menu-title {
      color: #ffffff; }
    ul.nav-menu.is-dark li.nav-menu-item-wrapper .nav-menu-item {
      color: #ffffff; }
      ul.nav-menu.is-dark li.nav-menu-item-wrapper .nav-menu-item:hover:not(.has-image), ul.nav-menu.is-dark li.nav-menu-item-wrapper .nav-menu-item.router-link-active:not(.has-image) {
        background: #ea7904; }
  ul.nav-menu li.nav-menu-item-wrapper {
    margin: 2.5px 0; }
    ul.nav-menu li.nav-menu-item-wrapper .nav-menu-title {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: uppercase; }
    ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item {
      align-items: center;
      border-radius: 50%;
      color: #242424;
      cursor: pointer;
      display: flex;
      justify-content: center;
      padding: 7.5px;
      transition: all .2s; }
      ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item:hover:not(.has-image), ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item.router-link-active:not(.has-image) {
        background: #dbdbdb; }
      ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item.has-title {
        border-radius: 5px;
        justify-content: flex-start;
        padding: 7.5px 12.5px; }
        ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item.has-title .nav-menu-item-icon {
          margin-right: 10px; }
      ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item.has-image {
        position: relative; }
        ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item.has-image .nav-menu-item-liner {
          height: 24px;
          position: relative;
          width: 24px; }
          ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item.has-image .nav-menu-item-liner figure {
            left: -4px;
            position: absolute; }
          ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item.has-image .nav-menu-item-liner .nav-menu-item-text {
            margin-left: 34px; }
      ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        width: 24px; }
        ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon.ps-icon img {
          left: 2.5px;
          position: relative;
          width: 28px; }
        ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon .icon, ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon .fc button .fc-icon, .fc button ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon .fc-icon {
          line-height: 1em; }
          ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon .icon i, ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon .fc button .fc-icon i, .fc button ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-icon .fc-icon i {
            position: relative;
            top: 1px; }
      ul.nav-menu li.nav-menu-item-wrapper .nav-menu-item .nav-menu-item-liner {
        align-items: center;
        display: flex; }

.is-alphabet {
  color: #363636;
  padding: 0.5em 0; }
  .is-alphabet .pagination-list {
    margin: 0; }
  .is-alphabet a {
    padding: 0 !important;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-right: #dbdbdb solid 1px;
    border-bottom: #dbdbdb solid 1px; }
    .is-alphabet a:nth-child(-n+3) {
      border-top: #dbdbdb solid 1px; }
    .is-alphabet a:nth-child(3n+1) {
      border-left: #dbdbdb solid 1px; }
  .is-alphabet a:hover {
    color: #242424;
    background-color: #fafafa; }

#global-nav-drawer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100%; }
  #global-nav-drawer.open {
    z-index: 200; }
  #global-nav-drawer .background {
    z-index: 1;
    background-color: #0a0a0a;
    opacity: 0.6;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }
  #global-nav-drawer .drawer {
    display: flex;
    flex-flow: column;
    max-height: 100%;
    min-height: 100%;
    height: 100vh;
    background-color: whitesmoke;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 25%;
    left: -25%;
    padding: 15px 0 0 15px;
    transition: transform .3s ease-in-out; }
    #global-nav-drawer .drawer .menu {
      overflow-y: scroll;
      height: 100%; }
    #global-nav-drawer .drawer.open {
      transform: translateX(100%); }
    #global-nav-drawer .drawer.is-wide {
      width: 50%;
      left: -50%; }

.modal .modal-backdrop {
  position: absolute;
  background-color: #0a0a0a;
  opacity: 0.6;
  width: 100vw;
  height: 100vh; }

.modal .modal-card {
  overflow: visible; }

.nowrap {
  white-space: nowrap; }

div .jqi {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  div .jqi .jqibuttons {
    background-color: #f9f9f9; }
    div .jqi .jqibuttons button {
      background-color: #ffffff;
      border-color: #dbdbdb;
      border-width: 1px;
      color: #363636;
      cursor: pointer;
      justify-content: center;
      padding-bottom: calc(0.375em - 1px);
      padding-left: 0.75em;
      padding-right: 0.75em;
      padding-top: calc(0.375em - 1px);
      text-align: center;
      white-space: nowrap;
      font-size: 1rem; }
      div .jqi .jqibuttons button:hover {
        background-color: #ffffff;
        border-color: #b5b5b5;
        color: #363636; }
      div .jqi .jqibuttons button:focus {
        background-color: #ffffff;
        border-color: #267ec3;
        color: #363636; }
      div .jqi .jqibuttons button.jqidefaultbutton {
        background-color: #267ec3;
        color: #fff; }
        div .jqi .jqibuttons button.jqidefaultbutton:hover, div .jqi .jqibuttons button.jqidefaultbutton:focus {
          background: #2477b8;
          color: #fff; }
      div .jqi .jqibuttons button[disabled] {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none; }

ul.inviteSendLinks {
  margin: 15px 0px;
  padding: 0px;
  list-style: none;
  width: 100%; }
  ul.inviteSendLinks li {
    margin: 2px 3px;
    padding: 0px;
    display: inline-block;
    list-style: none;
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 10px; }
    ul.inviteSendLinks li:first-child {
      margin: 0px;
      padding: 0px;
      border-left: 0px transparent none; }

#login_switch {
  position: fixed;
  top: 28px;
  right: 16px;
  z-index: 9999; }

.is-login-logo img {
  max-height: 300px; }

.menu .menu-label {
  font-weight: 700; }

.menu .menu-list li > div {
  padding: 0 0.75em; }

.menu .menu-list ul .menu-label {
  font-weight: 500;
  color: #7a7a7a; }

#global-nav-drawer .menu-list li ul {
  margin: 0.75em .25em; }
  #global-nav-drawer .menu-list li ul::after {
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 1.125em;
    left: -0.75em;
    border-top: 1px solid whitesmoke; }

a.vcard-link {
  font-weight: 700;
  color: whitesmoke !important;
  background: #b5b5b5 !important;
  text-transform: uppercase;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-size: 14px !important;
  margin: 0px 4px;
  vertical-align: middle;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  a.vcard-link:hover {
    color: #dbdbdb !important;
    background: #7a7a7a !important; }

.yes {
  color: green; }

.no {
  color: red; }

.uns {
  color: #f9a201; }

.bidUploadLink .no {
  color: black;
  visibility: hidden; }
  .bidUploadLink .no:before {
    visibility: visible;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F068"; }

.bidAwardedToggle .no {
  color: black;
  visibility: hidden; }
  .bidAwardedToggle .no:before {
    visibility: visible;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F068"; }

.bidAwardedToggle .yes {
  visibility: hidden; }
  .bidAwardedToggle .yes:before {
    visibility: visible;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F00C"; }

.eventIcon {
  width: 16px;
  font-size: 0px;
  color: transparent;
  overflow: hidden; }

.has-width-auto {
  width: auto !important;
  min-width: auto !important; }

span.clickToCopy {
  padding: 0 2px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer; }
  span.clickToCopy input {
    font-size: 1em;
    border: none;
    width: 100px;
    cursor: pointer; }
    span.clickToCopy input:-moz-read-only {
      color: black;
      background-color: transparent; }
    span.clickToCopy input:read-only {
      color: black;
      background-color: transparent; }
  span.clickToCopy:hover {
    border: 1px solid #178fe2; }
    span.clickToCopy:hover:after {
      margin-left: 3px;
      padding-left: 2px;
      border-left: 1px solid #178fe2;
      visibility: visible;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\F0C5"; }
      span.clickToCopy:hover:after:hover {
        background-color: #178fe2; }

.is-clickable {
  cursor: pointer; }

.scopeWrapper ul {
  list-style: disc; }
  .scopeWrapper ul li {
    margin-left: 20px; }

.scopeWrapper ol {
  margin-left: 20px; }

.contactSubmitBtn {
  margin-top: 24px; }

.divisionTradeSelect {
  display: inline-block; }

.divisionTradeSelect, .divisionTradeSelect ul, .divisionTradeSelect li {
  list-style: none; }

.divisionTradeSelect .divisionSelect, .divisionTradeSelect .tradeSelect {
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer; }

.divisionTradeSelect .divisionSelect:hover, .divisionTradeSelect .tradeSelect:hover {
  background: #f5f5f5; }

.divisionTradeSelect .divisionSelect label, .divisionTradeSelect .tradeSelect label {
  width: 400px;
  cursor: pointer;
  line-height: 20px; }

.divisionTradeSelect .division {
  margin-bottom: 8px; }

.divisionTradeSelect .division > label {
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5; }

.message-body.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5; }
  .message-body.is-loading:after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    top: calc(50% - 1em);
    left: calc(50% - 1em);
    width: 2em;
    height: 2em;
    border-width: 0.25em; }

.message-body .content.is-small .title, .message-body .content.is-small .fc-toolbar h2, .fc-toolbar .message-body .content.is-small h2 {
  font-size: 2em; }

.modal-card-body.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5; }
  .modal-card-body.is-loading:after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em);
    width: 3em;
    height: 3em;
    border-width: 0.25em; }

.modal-card-body.is-loading {
  opacity: 1;
  min-height: 6em; }

.datepicker .icon svg, .datepicker .fc button .fc-icon svg, .fc button .datepicker .fc-icon svg, .timepicker .icon svg, .timepicker .fc button .fc-icon svg, .fc button .timepicker .fc-icon svg {
  height: 1em !important; }

.rating {
  font-size: 0px;
  color: transparent;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  white-space: nowrap; }
  .rating span {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    color: #c2c4c7;
    cursor: hand;
    cursor: pointer;
    margin: 1px; }
    .rating span:before {
      content: "\F005";
      font-weight: 300; }
    .rating span:hover:before {
      content: "\F005";
      font-weight: 900; }
    .rating span:first-child:before {
      content: "\F05E";
      font-size: 20px;
      font-weight: 900;
      margin: 1px 5px 1px -5px; }
    .rating span:first-child:hover {
      content: "\F05E"; }

.rating-0 span:nth-child(1) {
  color: #ca3d2e; }

.rating-1 span:nth-child(2), .rating-2 span:nth-child(2), .rating-3 span:nth-child(2), .rating-4 span:nth-child(2), .rating-5 span:nth-child(2) {
  color: #ff9b06; }
  .rating-1 span:nth-child(2):before, .rating-2 span:nth-child(2):before, .rating-3 span:nth-child(2):before, .rating-4 span:nth-child(2):before, .rating-5 span:nth-child(2):before {
    content: "\F005";
    font-weight: 900; }

.rating-2 span:nth-child(3), .rating-3 span:nth-child(3), .rating-4 span:nth-child(3), .rating-5 span:nth-child(3) {
  color: #ff9b06; }
  .rating-2 span:nth-child(3):before, .rating-3 span:nth-child(3):before, .rating-4 span:nth-child(3):before, .rating-5 span:nth-child(3):before {
    content: "\F005";
    font-weight: 900; }

.rating-3 span:nth-child(4), .rating-4 span:nth-child(4), .rating-5 span:nth-child(4) {
  color: #ff9b06; }
  .rating-3 span:nth-child(4):before, .rating-4 span:nth-child(4):before, .rating-5 span:nth-child(4):before {
    content: "\F005";
    font-weight: 900; }

.rating-4 span:nth-child(5), .rating-5 span:nth-child(5) {
  color: #ff9b06; }
  .rating-4 span:nth-child(5):before, .rating-5 span:nth-child(5):before {
    content: "\F005";
    font-weight: 900; }

.rating-5 span:nth-child(6) {
  color: #ff9b06; }
  .rating-5 span:nth-child(6):before {
    content: "\F005";
    font-weight: 900; }

#toaster {
  position: absolute;
  z-index: 10000;
  top: 15px;
  right: 15px;
  max-width: 50%;
  min-width: 10%; }
  #toaster .toast.hidden {
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; }
  #toaster .message-body {
    position: relative; }
    #toaster .message-body .delete {
      position: absolute;
      top: 0.25rem;
      right: 0.25rem;
      background: transparent; }
      #toaster .message-body .delete:hover::before, #toaster .message-body .delete:hover::after {
        background: rgba(0, 0, 0, 0.6); }
      #toaster .message-body .delete::before, #toaster .message-body .delete::after {
        background: rgba(0, 0, 0, 0.4); }

#modal_toaster {
  position: absolute;
  z-index: 10000;
  min-width: 25%;
  max-width: 50%; }
  #modal_toaster .toast.hidden {
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; }

@media (max-width: 1088px) {
  #modal_toaster {
    right: 1%;
    top: 1%; } }

@media (min-width: 1088px) {
  #modal_toaster {
    left: 101%;
    top: 0; } }

#tooltip {
  position: absolute;
  display: none;
  z-index: 999;
  margin: 20px; }

.tooltip .tip {
  display: none; }

.accordion .bellows {
  border: 1px solid #7a7a7a;
  border-radius: 5px;
  overflow: hidden; }
  .accordion .bellows:not(:last-child) {
    margin-bottom: 1.25rem; }
  .accordion .bellows.is-primary {
    border-color: whitesmoke; }
    .accordion .bellows.is-primary .title, .accordion .bellows.is-primary .fc-toolbar h2, .fc-toolbar .accordion .bellows.is-primary h2 {
      background-color: #178fe2;
      color: #fff; }
  .accordion .bellows .title, .accordion .bellows .fc-toolbar h2, .fc-toolbar .accordion .bellows h2 {
    font-size: 1.25rem;
    margin: 0;
    padding: 5px;
    background-color: #4a4a4a;
    color: #fff;
    cursor: pointer; }
  .accordion .bellows .body {
    padding: 0;
    max-height: 0;
    height: auto;
    overflow-y: scroll;
    transition: max-height 200ms, padding 200ms; }
    .accordion .bellows .body.open {
      padding: 10px;
      max-height: 1024px; }

.table:not(.is-striped) tbody tr.odd {
  background-color: #fafafa; }

.fixedHeaderTable {
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb; }

.fixedHeaderTable thead {
  position: sticky;
  top: -24px;
  background: #ffffff; }

.fixedHeaderTable th,
.fixedHeaderTable td {
  background: #ffffff;
  border-bottom: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb !important; }

.showDragDropInfo {
  min-height: 50px; }
  .showDragDropInfo:empty {
    width: 100%;
    height: 50px;
    border: #bbbbbb dashed 2px;
    position: relative; }
    .showDragDropInfo:empty:after {
      display: flex;
      justify-content: center;
      align-items: center;
      content: "Drop columns here";
      color: #999999;
      font-weight: bold; }

#availableColumns .btn-move-column {
  text-decoration: none; }
  #availableColumns .btn-move-column:after {
    visibility: visible;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F060"; }

#selectedColumns .btn-move-column {
  text-decoration: none; }
  #selectedColumns .btn-move-column:after {
    visibility: visible;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F061"; }

.has-max-height-1 {
  max-height: 10em; }

.has-max-height-2 {
  max-height: 20em; }

.has-max-height-3 {
  max-height: 30em; }

.has-max-height-4 {
  max-height: 40em; }

.has-max-height-5 {
  max-height: 50em; }

.has-max-height-6 {
  max-height: 60em; }

.has-max-height-7 {
  max-height: 70em; }

.has-max-height-8 {
  max-height: 80em; }

.has-max-height-9 {
  max-height: 90em; }

.has-max-height-10 {
  max-height: 100em; }

.inSession {
  width: 100%;
  text-align: center;
  margin: 20px 0px; }
  .inSession .btn-flat {
    font-size: 16px; }
    .inSession .btn-flat:hover {
      font-size: 16.5px; }

.courses {
  width: 100%; }
  .courses .course {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px;
    padding: 15px;
    position: relative;
    height: 450px; }
    .courses .course .courseTitle {
      font-size: 1.3em;
      font-weight: 700;
      margin-bottom: 5px; }
    .courses .course .courseDate {
      font-size: 1.2em;
      margin-bottom: 5px; }
    .courses .course .courseDescription {
      min-height: 175px;
      font-size: 1.1em; }
      .courses .course .courseDescription ul {
        list-style: disc;
        margin-left: 25px; }
    .courses .course .courseCallToAction {
      text-align: center; }
      .courses .course .courseCallToAction button {
        position: absolute;
        bottom: 15px;
        left: 50%; }

.oneOnOneTraining {
  margin: 20px; }
  .oneOnOneTraining .heading {
    font-size: 1.4em; }
  .oneOnOneTraining .message {
    font-size: 1.1em;
    margin: 10px 0px; }

#version {
  position: absolute;
  bottom: 1px;
  left: 8px;
  color: #ffe3ac;
  font-size: .7rem;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  z-index: 999; }

textarea.projectScope, textarea.projectExclusions, textarea.projectOtherInfo {
  width: 500px;
  height: 150px; }

textarea.projectScope {
  height: 200px; }

.bidUploadFilesLink {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9000px;
  text-align: left;
  background: url(/images/file.png) no-repeat 0 0;
  zoom: 1; }

#uploadFile {
  padding-bottom: 15px; }
  #uploadFile .oprFiles {
    padding: 5px 0px; }
    #uploadFile .oprFiles .oprFile {
      width: 100%;
      line-height: 20px; }
      #uploadFile .oprFiles .oprFile label {
        font-weight: 700;
        margin-right: 15px;
        line-height: 20px; }
      #uploadFile .oprFiles .oprFile[data-dropzone] .oprFileInput input, #uploadFile .oprFiles .oprFile:hover .oprFileInput input {
        border: 1px dashed #a4a6a9;
        background: #FAFAFA; }
      #uploadFile .oprFiles .oprFile .oprFileInput input {
        border: 1px solid transparent;
        border-radius: 3px;
        padding: 20px 5px;
        position: relative;
        cursor: pointer;
        background: transparent; }
      #uploadFile .oprFiles .oprFile:hover .oprFileInput input:after, #uploadFile .oprFiles .oprFile[data-dropzone] .oprFileInput input:after {
        content: 'You may drag-and-drop your file here.';
        position: absolute;
        right: 3px;
        bottom: 3px;
        font-size: 9px; }
      #uploadFile .oprFiles .oprFile .oprFileInput {
        width: 40%;
        display: inline-block; }
        #uploadFile .oprFiles .oprFile .oprFileInput label {
          padding-top: 20px; }
      #uploadFile .oprFiles .oprFile .oprFileLabel {
        width: 55%;
        display: inline-block; }
      #uploadFile .oprFiles .oprFile .folderSelect > * {
        display: inline-block; }
      #uploadFile .oprFiles .oprFile .folderSelect > select {
        width: 200px; }
      #uploadFile .oprFiles .oprFile .folderSelect > input {
        width: 200px;
        display: none; }
      #uploadFile .oprFiles .oprFile .folderSelect > a {
        margin-left: 5px; }
  #uploadFile .oprInstructions {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #uploadFile .oprInstructions dt {
      font-weight: 700;
      text-decoration: underline;
      margin-bottom: 3px; }
    #uploadFile .oprInstructions dd {
      margin-left: 0px;
      padding-left: 0px;
      margin-bottom: 15px; }
  #uploadFile .uploadFilesLink {
    padding: 5px;
    width: auto; }

#updateAttachment .updateAttachmentsLink {
  padding: 5px;
  width: auto; }

#uploadFile .uploadMeter {
  float: right;
  height: 30px;
  padding: 5px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: -20px; }
  #uploadFile .uploadMeter .meterBox {
    background: #f9fbfe;
    border: 1px solid #eff2f4;
    height: 100%;
    overflow: hidden;
    display: inline-block; }
  #uploadFile .uploadMeter .meterHighlight {
    background: #fb860c;
    height: 100%; }
  #uploadFile .uploadMeter .meterLabel {
    margin-top: -20px;
    height: 100%;
    text-align: center; }

#oprTree {
  background: #fafafa;
  border: 1px solid #f2f2f2;
  padding: 0px; }
  #oprTree .loading-overlay.is-active {
    background: #fafafaaa; }

.oprActionBar {
  background: #f5f5f5;
  box-shadow: 0px 1px 3px 0 #333333;
  position: relative; }
  .oprActionBar > * {
    display: inline-block; }
  .oprActionBar .actionLinks ul {
    margin: 0px;
    padding: 0px; }
    .oprActionBar .actionLinks ul li {
      display: inline-block;
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .oprActionBar .actionLinks ul li a {
        font-size: 14px !important;
        padding: 5px 8px;
        line-height: 1.5;
        height: 100%;
        display: inline-block;
        text-decoration: none;
        line-height: 24px;
        color: #000000; }
        .oprActionBar .actionLinks ul li a:hover {
          background: #f0f0f0;
          color: #111; }
        .oprActionBar .actionLinks ul li a .icon, .oprActionBar .actionLinks ul li a .fc button .fc-icon, .fc button .oprActionBar .actionLinks ul li a .fc-icon {
          width: 21px;
          height: 21px;
          margin: 4.5px; }

#updateAttachment {
  padding: 15px 0px; }
  #updateAttachment .attachMeter {
    float: right;
    height: 30px;
    padding: 5px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: -20px;
    font-size: 11.7px; }
    #updateAttachment .attachMeter .meterBox {
      background: #e3e3e3;
      border: 1px solid #aaaaab;
      height: 100%;
      overflow: hidden;
      display: inline-block; }
    #updateAttachment .attachMeter .meterHighlight {
      background: #fb860c;
      height: 100%; }
    #updateAttachment .attachMeter .meterLabel {
      margin-top: -20px;
      height: 100%;
      text-align: center; }

/*Project Alerts*/
#projectAlerts label {
  float: none;
  clear: none;
  line-height: normal;
  margin: 0px;
  margin-right: 15px; }
  #projectAlerts label.preSuffix {
    width: 66%;
    margin-right: 19px; }

#projectAlerts .alertDays {
  width: 25px;
  float: left;
  margin-right: 15px; }

#projectAlerts .projectAlertsOptions {
  background: #fafafa;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding: 10px 20px; }
  #projectAlerts .projectAlertsOptions > label {
    font-weight: 700;
    margin-left: -10px;
    margin-bottom: 5px; }
  #projectAlerts .projectAlertsOptions .pullLeft {
    float: left;
    padding-top: 5px; }

#projectAlerts .alertsToggle {
  width: 100%;
  border-bottom: 1px solid #777777;
  padding-bottom: 10px;
  margin-bottom: 15px; }

#projectAlerts .projectAlertsSettings {
  margin: 0px 10px 10px;
  width: 95%;
  margin-left: 10px; }

#projectAlerts dl dt {
  font-weight: 700;
  font-size: 110%;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  margin: 15px 0px; }

#projectAlerts dl dd {
  width: 90%;
  margin: 0px 0px 3px 20px;
  padding: 5px 0px 2px 0px;
  border-bottom: 1px solid #f5f5f5;
  height: 32px; }
  #projectAlerts dl dd label {
    width: 58%;
    display: inline-block; }
  #projectAlerts dl dd .freqLabel {
    width: 60%;
    margin-right: 20px; }
  #projectAlerts dl dd img {
    float: left;
    margin-right: 9px; }
  #projectAlerts dl dd input[type=radio] {
    margin-right: 15px; }

#projectAlerts .updateUserAlert {
  margin-bottom: 20px;
  font-weight: 700; }

/* RFI Response Modal */
#rfiResponseModal {
  display: none; }

#rfiResponseTable {
  width: 100%; }
  #rfiResponseTable th {
    font-weight: 700;
    width: 150px; }
  #rfiResponseTable textarea {
    width: 100%;
    height: 75px; }
  #rfiResponseTable .rfiResponse .notice {
    background: #ffffcc;
    font-size: 10px;
    padding: 5px; }
  #rfiResponseTable .rfiPriorResponse {
    margin-left: 20px;
    border-top: 1px solid #f1f1f1; }
    #rfiResponseTable .rfiPriorResponse .rfiResponseSentBy {
      float: left;
      font-weight: 700; }
      #rfiResponseTable .rfiPriorResponse .rfiResponseSentBy:after {
        content: " responded:"; }
    #rfiResponseTable .rfiPriorResponse .rfiResponseSentOn {
      float: right;
      font-weight: 700;
      font-size: 10px; }
    #rfiResponseTable .rfiPriorResponse .rfiResponseMessage {
      clear: both; }

.bidderSelectionTable td {
  color: #46494b; }

.bidderSelectionTable .invited td {
  color: #252729; }

.bidderSelectionTable .primaryContact {
  color: #46494b; }
  .bidderSelectionTable .primaryContact a {
    color: #46494b; }
  .bidderSelectionTable .primaryContact.invited {
    color: #252729; }
    .bidderSelectionTable .primaryContact.invited a {
      color: #252729; }

.bidderSelectionTable .contactRecord, .bidderTable:not(.bidderSelectionTable) .contactRecord {
  min-height: 32px; }

.bidderTable:not(.bidderSelectionTable) .primaryContact {
  color: #252729; }

.bidderSelectionTable .extraContact, .bidderTable:not(.bidderSelectionTable) .extraContact {
  color: #66686a;
  border-top: 1px solid #C0C0C0;
  margin-top: 6px;
  padding-top: 7px;
  vertical-align: middle; }
  .bidderSelectionTable .extraContact a, .bidderTable:not(.bidderSelectionTable) .extraContact a {
    color: #66686a; }

.bidderSelectionTable .invited.extraContact, .bidderTable:not(.bidderSelectionTable) .extraContact {
  color: #252729; }
  .bidderSelectionTable .invited.extraContact a, .bidderTable:not(.bidderSelectionTable) .extraContact a {
    color: #252729; }

.bidderSelectionTable .groupNames span {
  display: inline-block;
  padding-right: 5px; }

.bidderTable thead .headerSortUp, .bidderTable thead .headerSortUp a, .bidderTable thead .headerSortDown, .bidderTable thead .headerSortDown a,
#tableOne thead .headerSortUp,
#tableOne thead .headerSortUp a,
#tableOne thead .headerSortDown,
#tableOne thead .headerSortDown a {
  white-space: nowrap; }

.bidderTable thead .headerSortUp:after,
#tableOne thead .headerSortUp:after {
  content: " \F062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.bidderTable thead .headerSortDown:after,
#tableOne thead .headerSortDown:after {
  content: " \F063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.jqimessage .defaultInviteToggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  left: 3px; }
  .jqimessage .defaultInviteToggle.defaultInvite {
    content: url("/images/not_empty.png"); }
  .jqimessage .defaultInviteToggle.notDefaultInvite {
    content: url("/images/not.png"); }

.guide-text {
  float: right;
  margin: 5px;
  padding: 0px;
  list-style: none;
  background-color: transparent;
  font-size: 1em; }
  .guide-text li {
    list-style: none;
    background-color: transparent;
    font-size: 1em; }

a.bidderInvitedFull, a.bidderInvitedHalf, a.bidderNotInvited, a.bidderInvitedFull:hover, a.bidderInvitedHalf:hover, a.bidderNotInvited:hover, a.bidPackageInvited, a.bidPackageNotInvited, a.bidPackageInvited:hover, a.bidPackageNotInvited:hover {
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 32px 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor; }

a.bidderInvitedFull {
  background-image: url("/images/star_48.png"); }

a.bidderInvitedHalf {
  background-image: url("/images/star_half_48.png"); }

a.bidderNotInvited {
  background-image: url("/images/star_off_48.png"); }

a.bidPackageInvited, a.bidPackageNotInvited {
  background-image: url("/images/box_48.png"); }

a.bidPackageNotInvited {
  opacity: 0.4; }

.bidderInvitedFull .invitedSort, .bidderInvitedHalf .invitedSort, .bidderNotInvited .invitedSort, .bidPackageInvited .invitedSort, .bidPackageNotInvited .invitedSort {
  font-size: 0px;
  color: transparent;
  display: inline-block;
  line-height: 1;
  white-space: nowrap; }

a.bidUploadFilesLink.bidUploadFileHasComment {
  margin-right: 5px;
  position: relative; }

a.bidUploadFilesLink.bidUploadFileHasComment::after {
  background-color: #267EC3;
  border-radius: 50%;
  content: "";
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 10px; }

a.bidUploadFilesLink.bidUploadFileHasComment {
  margin-right: 5px;
  position: relative; }

a.bidUploadFilesLink.bidUploadFileHasComment::after {
  background-color: #267EC3;
  border-radius: 50%;
  content: "";
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 10px; }

.bidUploadModalInput {
  width: 100%;
  border-radius: 5px;
  border: 2px dashed #dbdbdb;
  padding: 40px;
  margin: 10px auto; }

#tabs .tabs.divisions li.ui-tabs-active a {
  color: #242424;
  border-bottom-color: #b5b5b5; }

.columns.is-vcentered {
  align-items: center; }

.body-columns:nth-child(even) .column {
  background-color: red; }

.permissionCheck {
  color: #47ba78; }
  .permissionCheck.inactive {
    opacity: 1;
    color: #7a7a7a; }
  .permissionCheck.passive {
    opacity: .4; }
  .permissionCheck.active {
    opacity: 1; }

/* Bulma Utilities */
.button, .fc-toolbar button, .input, .textarea, .taginput .taginput-container.is-focusable, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top; }
  .button:focus, .fc-toolbar button:focus, .input:focus, .textarea:focus, .taginput .taginput-container.is-focusable:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .fc-toolbar button.is-focused, .fc-toolbar button:focus, .is-focused.input, .is-focused.textarea, .taginput .is-focused.taginput-container.is-focusable, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .fc-toolbar button:active, .input:active, .textarea:active, .taginput .taginput-container.is-focusable:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .fc-toolbar button.is-active, .fc-toolbar .fc-state-down, .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .is-active.input, .is-active.textarea, .taginput .is-active.taginput-container.is-focusable, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  .button[disabled], .fc-toolbar button[disabled], .input[disabled], .textarea[disabled], .taginput .taginput-container.is-focusable[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled], .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled],
  .pagination-ellipsis[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .fc-toolbar button,
  .fc-toolbar fieldset[disabled] button,
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .taginput .taginput-container.is-focusable,
  .taginput fieldset[disabled] .taginput-container.is-focusable,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name,
  fieldset[disabled] .pagination-previous,
  fieldset[disabled] .pagination-next,
  fieldset[disabled] .pagination-link,
  fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed; }

.button, .fc-toolbar button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable, .carousel, .carousel-list, .b-checkbox.checkbox, .b-radio.radio, .switch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.box:not(:last-child), .fc-toolbar:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .fc-toolbar h2:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before, .modal-close::before {
    height: 2px;
    width: 50%; }
  .delete::after, .modal-close::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active, .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.delete, .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete, .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.button.is-loading::after, .fc-toolbar button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video, .b-image-wrapper > img.has-ratio, .b-image-wrapper > img.placeholder {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0; }

.is-page-height {
  min-height: 100vh;
  height: 100vh; }

.is-full-height {
  height: 100%;
  min-height: 100%; }

.is-full-width {
  width: 100%;
  min-width: 100%; }

.has-overflow-hidden {
  overflow: hidden; }

.has-overflow-scroll {
  overflow: scroll; }

.is-hidden {
  visibility: hidden; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 3, 2016, 3:40:01 PM
    Author     : dachusa
    https://docs.google.com/spreadsheets/d/1I-tPrlWgGIamDcHGhLIPBNV0KPYFYDj1jG6_zrPPdcs/edit#gid=508861331
*/
/*Brand Colors*/
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.button, .fc-toolbar button, .input, .textarea, .taginput .taginput-container.is-focusable, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top; }
  .button:focus, .fc-toolbar button:focus, .input:focus, .textarea:focus, .taginput .taginput-container.is-focusable:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .fc-toolbar button.is-focused, .fc-toolbar button:focus, .is-focused.input, .is-focused.textarea, .taginput .is-focused.taginput-container.is-focusable, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .fc-toolbar button:active, .input:active, .textarea:active, .taginput .taginput-container.is-focusable:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .fc-toolbar button.is-active, .fc-toolbar .fc-state-down, .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .is-active.input, .is-active.textarea, .taginput .is-active.taginput-container.is-focusable, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  .button[disabled], .fc-toolbar button[disabled], .input[disabled], .textarea[disabled], .taginput .taginput-container.is-focusable[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled], .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled],
  .pagination-ellipsis[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .fc-toolbar button,
  .fc-toolbar fieldset[disabled] button,
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .taginput .taginput-container.is-focusable,
  .taginput fieldset[disabled] .taginput-container.is-focusable,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name,
  fieldset[disabled] .pagination-previous,
  fieldset[disabled] .pagination-next,
  fieldset[disabled] .pagination-link,
  fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed; }

.button, .fc-toolbar button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable, .carousel, .carousel-list, .b-checkbox.checkbox, .b-radio.radio, .switch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.box:not(:last-child), .fc-toolbar:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .fc-toolbar h2:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before, .modal-close::before {
    height: 2px;
    width: 50%; }
  .delete::after, .modal-close::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active, .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.delete, .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete, .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.button.is-loading::after, .fc-toolbar button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video, .b-image-wrapper > img.has-ratio, .b-image-wrapper > img.placeholder {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0; }

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0; }
  td:not([align]),
  th:not([align]) {
    text-align: inherit; }

html {
  background-color: #fafafa;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

body {
  color: #363636;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #267ec3;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

code {
  background-color: #fafafa;
  color: #d25a4d;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: #fafafa;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

img {
  height: auto;
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #242424;
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #fafafa;
  color: #363636;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  vertical-align: top; }
  table td:not([align]),
  table th:not([align]) {
    text-align: inherit; }

table th {
  color: #242424; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Bulma Elements */
.box, .fc-toolbar {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #363636;
  display: block;
  padding: 1.25rem; }

a.box:hover, a.fc-toolbar:hover, a.box:focus, a.fc-toolbar:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #267ec3; }

a.box:active, a.fc-toolbar:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #267ec3; }

.button, .fc-toolbar button {
  background-color: #ffffff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap; }
  .button strong, .fc-toolbar button strong {
    color: inherit; }
  .button .icon, .fc-toolbar button .icon, .button .fc button .fc-icon, .fc button .button .fc-icon, .fc-toolbar .fc button .fc-icon, .fc .fc-toolbar button .fc-icon, .button .icon.is-small, .fc-toolbar button .icon.is-small, .button .fc button .is-small.fc-icon, .fc button .button .is-small.fc-icon, .fc-toolbar .fc button .is-small.fc-icon, .fc .fc-toolbar button .is-small.fc-icon, .button .icon.is-medium, .fc-toolbar button .icon.is-medium, .button .fc button .is-medium.fc-icon, .fc button .button .is-medium.fc-icon, .fc-toolbar .fc button .is-medium.fc-icon, .fc .fc-toolbar button .is-medium.fc-icon, .button .icon.is-large, .fc-toolbar button .icon.is-large, .button .fc button .is-large.fc-icon, .fc button .button .is-large.fc-icon, .fc-toolbar .fc button .is-large.fc-icon, .fc .fc-toolbar button .is-large.fc-icon {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child), .fc-toolbar button .icon:first-child:not(:last-child), .button .fc button .fc-icon:first-child:not(:last-child), .fc button .button .fc-icon:first-child:not(:last-child), .fc-toolbar .fc button .fc-icon:first-child:not(:last-child), .fc .fc-toolbar button .fc-icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
  .button .icon:last-child:not(:first-child), .fc-toolbar button .icon:last-child:not(:first-child), .button .fc button .fc-icon:last-child:not(:first-child), .fc button .button .fc-icon:last-child:not(:first-child), .fc-toolbar .fc button .fc-icon:last-child:not(:first-child), .fc .fc-toolbar button .fc-icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
  .button .icon:first-child:last-child, .fc-toolbar button .icon:first-child:last-child, .button .fc button .fc-icon:first-child:last-child, .fc button .button .fc-icon:first-child:last-child, .fc-toolbar .fc button .fc-icon:first-child:last-child, .fc .fc-toolbar button .fc-icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
  .button:hover, .fc-toolbar button:hover, .button.is-hovered, .fc-toolbar button.is-hovered, .fc-toolbar button:hover {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .fc-toolbar button:focus, .button.is-focused, .fc-toolbar button.is-focused, .fc-toolbar button:focus {
    border-color: #267ec3;
    color: #363636; }
    .button:focus:not(:active), .fc-toolbar button:focus:not(:active), .button.is-focused:not(:active), .fc-toolbar button.is-focused:not(:active), .fc-toolbar button:not(:active):focus {
      box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }
  .button:active, .fc-toolbar button:active, .button.is-active, .fc-toolbar button.is-active, .fc-toolbar .fc-state-down, .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text, .fc-toolbar button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #363636;
    text-decoration: underline; }
    .button.is-text:hover, .fc-toolbar button.is-text:hover, .button.is-text.is-hovered, .fc-toolbar button.is-text.is-hovered, .fc-toolbar button.is-text:hover, .button.is-text:focus, .fc-toolbar button.is-text:focus, .button.is-text.is-focused, .fc-toolbar button.is-text.is-focused, .fc-toolbar button.is-text:focus {
      background-color: #fafafa;
      color: #242424; }
    .button.is-text:active, .fc-toolbar button.is-text:active, .button.is-text.is-active, .fc-toolbar button.is-text.is-active, .fc-toolbar .is-text.fc-state-down, .fc-toolbar .is-text.fc-state-active, .fc-toolbar .is-text.ui-state-active {
      background-color: #ededed;
      color: #242424; }
    .button.is-text[disabled], .fc-toolbar button.is-text[disabled],
    fieldset[disabled] .button.is-text,
    fieldset[disabled] .fc-toolbar button.is-text,
    .fc-toolbar fieldset[disabled] button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-ghost, .fc-toolbar button.is-ghost {
    background: none;
    border-color: transparent;
    color: #267ec3;
    text-decoration: none; }
    .button.is-ghost:hover, .fc-toolbar button.is-ghost:hover, .button.is-ghost.is-hovered, .fc-toolbar button.is-ghost.is-hovered, .fc-toolbar button.is-ghost:hover {
      color: #267ec3;
      text-decoration: underline; }
  .button.is-white, .fc-toolbar button.is-white {
    background-color: #ffffff;
    border-color: transparent;
    color: #0a0a0a; }
    .button.is-white:hover, .fc-toolbar button.is-white:hover, .button.is-white.is-hovered, .fc-toolbar button.is-white.is-hovered, .fc-toolbar button.is-white:hover {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white:focus, .fc-toolbar button.is-white:focus, .button.is-white.is-focused, .fc-toolbar button.is-white.is-focused, .fc-toolbar button.is-white:focus {
      border-color: transparent;
      color: #0a0a0a; }
      .button.is-white:focus:not(:active), .fc-toolbar button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active), .fc-toolbar button.is-white.is-focused:not(:active), .fc-toolbar button.is-white:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .fc-toolbar button.is-white:active, .button.is-white.is-active, .fc-toolbar button.is-white.is-active, .fc-toolbar .is-white.fc-state-down, .fc-toolbar .is-white.fc-state-active, .fc-toolbar .is-white.ui-state-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white[disabled], .fc-toolbar button.is-white[disabled],
    fieldset[disabled] .button.is-white,
    fieldset[disabled] .fc-toolbar button.is-white,
    .fc-toolbar fieldset[disabled] button.is-white {
      background-color: #ffffff;
      border-color: #ffffff;
      box-shadow: none; }
    .button.is-white.is-inverted, .fc-toolbar button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: #ffffff; }
      .button.is-white.is-inverted:hover, .fc-toolbar button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered, .fc-toolbar button.is-white.is-inverted.is-hovered, .fc-toolbar button.is-white.is-inverted:hover {
        background-color: black; }
      .button.is-white.is-inverted[disabled], .fc-toolbar button.is-white.is-inverted[disabled],
      fieldset[disabled] .button.is-white.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-white.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-white.is-inverted {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: #ffffff; }
    .button.is-white.is-loading::after, .fc-toolbar button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined, .fc-toolbar button.is-white.is-outlined {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff; }
      .button.is-white.is-outlined:hover, .fc-toolbar button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .fc-toolbar button.is-white.is-outlined.is-hovered, .fc-toolbar button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus, .fc-toolbar button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused, .fc-toolbar button.is-white.is-outlined.is-focused, .fc-toolbar button.is-white.is-outlined:focus {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #0a0a0a; }
      .button.is-white.is-outlined.is-loading::after, .fc-toolbar button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent #ffffff #ffffff !important; }
      .button.is-white.is-outlined.is-loading:hover::after, .fc-toolbar button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-white.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading:focus::after, .fc-toolbar button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-white.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-white.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-white.is-outlined[disabled], .fc-toolbar button.is-white.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-white.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-white.is-outlined {
        background-color: transparent;
        border-color: #ffffff;
        box-shadow: none;
        color: #ffffff; }
    .button.is-white.is-inverted.is-outlined, .fc-toolbar button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-white.is-inverted.is-outlined:hover, .fc-toolbar button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-white.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus, .fc-toolbar button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-white.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-white.is-inverted.is-outlined:focus {
        background-color: #0a0a0a;
        color: #ffffff; }
      .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-white.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-white.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #ffffff #ffffff !important; }
      .button.is-white.is-inverted.is-outlined[disabled], .fc-toolbar button.is-white.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-white.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
  .button.is-black, .fc-toolbar button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #ffffff; }
    .button.is-black:hover, .fc-toolbar button.is-black:hover, .button.is-black.is-hovered, .fc-toolbar button.is-black.is-hovered, .fc-toolbar button.is-black:hover {
      background-color: #040404;
      border-color: transparent;
      color: #ffffff; }
    .button.is-black:focus, .fc-toolbar button.is-black:focus, .button.is-black.is-focused, .fc-toolbar button.is-black.is-focused, .fc-toolbar button.is-black:focus {
      border-color: transparent;
      color: #ffffff; }
      .button.is-black:focus:not(:active), .fc-toolbar button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active), .fc-toolbar button.is-black.is-focused:not(:active), .fc-toolbar button.is-black:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-black:active, .fc-toolbar button.is-black:active, .button.is-black.is-active, .fc-toolbar button.is-black.is-active, .fc-toolbar .is-black.fc-state-down, .fc-toolbar .is-black.fc-state-active, .fc-toolbar .is-black.ui-state-active {
      background-color: black;
      border-color: transparent;
      color: #ffffff; }
    .button.is-black[disabled], .fc-toolbar button.is-black[disabled],
    fieldset[disabled] .button.is-black,
    fieldset[disabled] .fc-toolbar button.is-black,
    .fc-toolbar fieldset[disabled] button.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      box-shadow: none; }
    .button.is-black.is-inverted, .fc-toolbar button.is-black.is-inverted {
      background-color: #ffffff;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover, .fc-toolbar button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered, .fc-toolbar button.is-black.is-inverted.is-hovered, .fc-toolbar button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled], .fc-toolbar button.is-black.is-inverted[disabled],
      fieldset[disabled] .button.is-black.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-black.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-black.is-inverted {
        background-color: #ffffff;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-loading::after, .fc-toolbar button.is-black.is-loading::after {
      border-color: transparent transparent #ffffff #ffffff !important; }
    .button.is-black.is-outlined, .fc-toolbar button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-black.is-outlined:hover, .fc-toolbar button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .fc-toolbar button.is-black.is-outlined.is-hovered, .fc-toolbar button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus, .fc-toolbar button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused, .fc-toolbar button.is-black.is-outlined.is-focused, .fc-toolbar button.is-black.is-outlined:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: #ffffff; }
      .button.is-black.is-outlined.is-loading::after, .fc-toolbar button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-outlined.is-loading:hover::after, .fc-toolbar button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-black.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading:focus::after, .fc-toolbar button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-black.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-black.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #ffffff #ffffff !important; }
      .button.is-black.is-outlined[disabled], .fc-toolbar button.is-black.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-black.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-black.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-inverted.is-outlined, .fc-toolbar button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff; }
      .button.is-black.is-inverted.is-outlined:hover, .fc-toolbar button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-black.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus, .fc-toolbar button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-black.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-black.is-inverted.is-outlined:focus {
        background-color: #ffffff;
        color: #0a0a0a; }
      .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-black.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-black.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-inverted.is-outlined[disabled], .fc-toolbar button.is-black.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-black.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #ffffff;
        box-shadow: none;
        color: #ffffff; }
  .button.is-light, .fc-toolbar button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
    .button.is-light:hover, .fc-toolbar button.is-light:hover, .button.is-light.is-hovered, .fc-toolbar button.is-light.is-hovered, .fc-toolbar button.is-light:hover {
      background-color: #eeeeee;
      border-color: transparent;
      color: #363636; }
    .button.is-light:focus, .fc-toolbar button.is-light:focus, .button.is-light.is-focused, .fc-toolbar button.is-light.is-focused, .fc-toolbar button.is-light:focus {
      border-color: transparent;
      color: #363636; }
      .button.is-light:focus:not(:active), .fc-toolbar button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active), .fc-toolbar button.is-light.is-focused:not(:active), .fc-toolbar button.is-light:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
    .button.is-light:active, .fc-toolbar button.is-light:active, .button.is-light.is-active, .fc-toolbar button.is-light.is-active, .fc-toolbar .is-light.fc-state-down, .fc-toolbar .is-light.fc-state-active, .fc-toolbar .is-light.ui-state-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #363636; }
    .button.is-light[disabled], .fc-toolbar button.is-light[disabled],
    fieldset[disabled] .button.is-light,
    fieldset[disabled] .fc-toolbar button.is-light,
    .fc-toolbar fieldset[disabled] button.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      box-shadow: none; }
    .button.is-light.is-inverted, .fc-toolbar button.is-light.is-inverted {
      background-color: #363636;
      color: whitesmoke; }
      .button.is-light.is-inverted:hover, .fc-toolbar button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered, .fc-toolbar button.is-light.is-inverted.is-hovered, .fc-toolbar button.is-light.is-inverted:hover {
        background-color: #292929; }
      .button.is-light.is-inverted[disabled], .fc-toolbar button.is-light.is-inverted[disabled],
      fieldset[disabled] .button.is-light.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-light.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-light.is-inverted {
        background-color: #363636;
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading::after, .fc-toolbar button.is-light.is-loading::after {
      border-color: transparent transparent #363636 #363636 !important; }
    .button.is-light.is-outlined, .fc-toolbar button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .fc-toolbar button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .fc-toolbar button.is-light.is-outlined.is-hovered, .fc-toolbar button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus, .fc-toolbar button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused, .fc-toolbar button.is-light.is-outlined.is-focused, .fc-toolbar button.is-light.is-outlined:focus {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: #363636; }
      .button.is-light.is-outlined.is-loading::after, .fc-toolbar button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined.is-loading:hover::after, .fc-toolbar button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-light.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading:focus::after, .fc-toolbar button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-light.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-light.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-light.is-outlined[disabled], .fc-toolbar button.is-light.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-light.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-light.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined, .fc-toolbar button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-light.is-inverted.is-outlined:hover, .fc-toolbar button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-light.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus, .fc-toolbar button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-light.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-light.is-inverted.is-outlined:focus {
        background-color: #363636;
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-light.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-light.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-inverted.is-outlined[disabled], .fc-toolbar button.is-light.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-light.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
  .button.is-dark, .fc-toolbar button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
    .button.is-dark:hover, .fc-toolbar button.is-dark:hover, .button.is-dark.is-hovered, .fc-toolbar button.is-dark.is-hovered, .fc-toolbar button.is-dark:hover {
      background-color: #2f2f2f;
      border-color: transparent;
      color: whitesmoke; }
    .button.is-dark:focus, .fc-toolbar button.is-dark:focus, .button.is-dark.is-focused, .fc-toolbar button.is-dark.is-focused, .fc-toolbar button.is-dark:focus {
      border-color: transparent;
      color: whitesmoke; }
      .button.is-dark:focus:not(:active), .fc-toolbar button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active), .fc-toolbar button.is-dark.is-focused:not(:active), .fc-toolbar button.is-dark:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-dark:active, .fc-toolbar button.is-dark:active, .button.is-dark.is-active, .fc-toolbar button.is-dark.is-active, .fc-toolbar .is-dark.fc-state-down, .fc-toolbar .is-dark.fc-state-active, .fc-toolbar .is-dark.ui-state-active {
      background-color: #292929;
      border-color: transparent;
      color: whitesmoke; }
    .button.is-dark[disabled], .fc-toolbar button.is-dark[disabled],
    fieldset[disabled] .button.is-dark,
    fieldset[disabled] .fc-toolbar button.is-dark,
    .fc-toolbar fieldset[disabled] button.is-dark {
      background-color: #363636;
      border-color: #363636;
      box-shadow: none; }
    .button.is-dark.is-inverted, .fc-toolbar button.is-dark.is-inverted {
      background-color: whitesmoke;
      color: #363636; }
      .button.is-dark.is-inverted:hover, .fc-toolbar button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered, .fc-toolbar button.is-dark.is-inverted.is-hovered, .fc-toolbar button.is-dark.is-inverted:hover {
        background-color: #e8e8e8; }
      .button.is-dark.is-inverted[disabled], .fc-toolbar button.is-dark.is-inverted[disabled],
      fieldset[disabled] .button.is-dark.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-dark.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-dark.is-inverted {
        background-color: whitesmoke;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading::after, .fc-toolbar button.is-dark.is-loading::after {
      border-color: transparent transparent whitesmoke whitesmoke !important; }
    .button.is-dark.is-outlined, .fc-toolbar button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .fc-toolbar button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .fc-toolbar button.is-dark.is-outlined.is-hovered, .fc-toolbar button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus, .fc-toolbar button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused, .fc-toolbar button.is-dark.is-outlined.is-focused, .fc-toolbar button.is-dark.is-outlined:focus {
        background-color: #363636;
        border-color: #363636;
        color: whitesmoke; }
      .button.is-dark.is-outlined.is-loading::after, .fc-toolbar button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined.is-loading:hover::after, .fc-toolbar button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-dark.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading:focus::after, .fc-toolbar button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-dark.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-dark.is-outlined.is-loading:focus::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-dark.is-outlined[disabled], .fc-toolbar button.is-dark.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-dark.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined, .fc-toolbar button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-dark.is-inverted.is-outlined:hover, .fc-toolbar button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus, .fc-toolbar button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-dark.is-inverted.is-outlined:focus {
        background-color: whitesmoke;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-dark.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-inverted.is-outlined[disabled], .fc-toolbar button.is-dark.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-dark.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
  .button.is-primary, .fc-toolbar button.is-primary, .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    background-color: #178fe2;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .fc-toolbar button.is-primary:hover, .fc-toolbar .fc-state-active:hover, .fc-toolbar .ui-state-active:hover, .button.is-primary.is-hovered, .fc-toolbar button.is-primary.is-hovered, .fc-toolbar button.is-primary:hover, .fc-toolbar .is-hovered.fc-state-active, .fc-toolbar .is-hovered.ui-state-active, .fc-toolbar.fc-state-active:hover, .fc-toolbar.ui-state-active:hover {
      background-color: #1688d6;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .fc-toolbar button.is-primary:focus, .fc-toolbar .fc-state-active:focus, .fc-toolbar .ui-state-active:focus, .button.is-primary.is-focused, .fc-toolbar button.is-primary.is-focused, .fc-toolbar .is-focused.fc-state-active, .fc-toolbar .is-focused.ui-state-active, .fc-toolbar button.is-primary:focus {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .fc-toolbar button.is-primary:focus:not(:active), .fc-toolbar .fc-state-active:focus:not(:active), .fc-toolbar .ui-state-active:focus:not(:active), .button.is-primary.is-focused:not(:active), .fc-toolbar button.is-primary.is-focused:not(:active), .fc-toolbar .is-focused.fc-state-active:not(:active), .fc-toolbar .is-focused.ui-state-active:not(:active), .fc-toolbar button.is-primary:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(23, 143, 226, 0.25); }
    .button.is-primary:active, .fc-toolbar button.is-primary:active, .fc-toolbar .fc-state-active:active, .fc-toolbar .ui-state-active:active, .button.is-primary.is-active, .fc-toolbar button.is-primary.is-active, .fc-toolbar .is-primary.fc-state-down, .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
      background-color: #1580cb;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled], .fc-toolbar button.is-primary[disabled], .fc-toolbar .fc-state-active[disabled], .fc-toolbar .ui-state-active[disabled],
    fieldset[disabled] .button.is-primary,
    fieldset[disabled] .fc-toolbar button.is-primary,
    .fc-toolbar fieldset[disabled] button.is-primary,
    fieldset[disabled] .fc-toolbar .fc-state-active,
    .fc-toolbar fieldset[disabled] .fc-state-active,
    fieldset[disabled] .fc-toolbar .ui-state-active,
    .fc-toolbar fieldset[disabled] .ui-state-active {
      background-color: #178fe2;
      border-color: #178fe2;
      box-shadow: none; }
    .button.is-primary.is-inverted, .fc-toolbar button.is-primary.is-inverted, .fc-toolbar .is-inverted.fc-state-active, .fc-toolbar .is-inverted.ui-state-active {
      background-color: #fff;
      color: #178fe2; }
      .button.is-primary.is-inverted:hover, .fc-toolbar button.is-primary.is-inverted:hover, .fc-toolbar .is-inverted.fc-state-active:hover, .fc-toolbar .is-inverted.ui-state-active:hover, .button.is-primary.is-inverted.is-hovered, .fc-toolbar button.is-primary.is-inverted.is-hovered, .fc-toolbar button.is-primary.is-inverted:hover, .fc-toolbar .is-inverted.is-hovered.fc-state-active, .fc-toolbar .is-inverted.is-hovered.ui-state-active, .is-inverted.fc-toolbar.fc-state-active:hover, .is-inverted.fc-toolbar.ui-state-active:hover {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled], .fc-toolbar button.is-primary.is-inverted[disabled], .fc-toolbar .is-inverted.fc-state-active[disabled], .fc-toolbar .is-inverted.ui-state-active[disabled],
      fieldset[disabled] .button.is-primary.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-primary.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-primary.is-inverted,
      fieldset[disabled] .fc-toolbar .is-inverted.fc-state-active,
      .fc-toolbar fieldset[disabled] .is-inverted.fc-state-active,
      fieldset[disabled] .fc-toolbar .is-inverted.ui-state-active,
      .fc-toolbar fieldset[disabled] .is-inverted.ui-state-active {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #178fe2; }
    .button.is-primary.is-loading::after, .fc-toolbar button.is-primary.is-loading::after, .fc-toolbar .is-loading.fc-state-active::after, .fc-toolbar .is-loading.ui-state-active::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined, .fc-toolbar button.is-primary.is-outlined, .fc-toolbar .is-outlined.fc-state-active, .fc-toolbar .is-outlined.ui-state-active {
      background-color: transparent;
      border-color: #178fe2;
      color: #178fe2; }
      .button.is-primary.is-outlined:hover, .fc-toolbar button.is-primary.is-outlined:hover, .fc-toolbar .is-outlined.fc-state-active:hover, .fc-toolbar .is-outlined.ui-state-active:hover, .button.is-primary.is-outlined.is-hovered, .fc-toolbar button.is-primary.is-outlined.is-hovered, .fc-toolbar button.is-primary.is-outlined:hover, .fc-toolbar .is-outlined.is-hovered.fc-state-active, .fc-toolbar .is-outlined.is-hovered.ui-state-active, .is-outlined.fc-toolbar.fc-state-active:hover, .is-outlined.fc-toolbar.ui-state-active:hover, .button.is-primary.is-outlined:focus, .fc-toolbar button.is-primary.is-outlined:focus, .fc-toolbar .is-outlined.fc-state-active:focus, .fc-toolbar .is-outlined.ui-state-active:focus, .button.is-primary.is-outlined.is-focused, .fc-toolbar button.is-primary.is-outlined.is-focused, .fc-toolbar .is-outlined.is-focused.fc-state-active, .fc-toolbar .is-outlined.is-focused.ui-state-active, .fc-toolbar button.is-primary.is-outlined:focus {
        background-color: #178fe2;
        border-color: #178fe2;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading::after, .fc-toolbar button.is-primary.is-outlined.is-loading::after, .fc-toolbar .is-outlined.is-loading.fc-state-active::after, .fc-toolbar .is-outlined.is-loading.ui-state-active::after {
        border-color: transparent transparent #178fe2 #178fe2 !important; }
      .button.is-primary.is-outlined.is-loading:hover::after, .fc-toolbar button.is-primary.is-outlined.is-loading:hover::after, .fc-toolbar .is-outlined.is-loading.fc-state-active:hover::after, .fc-toolbar .is-outlined.is-loading.ui-state-active:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary.is-outlined.is-loading:hover::after, .fc-toolbar .is-outlined.is-loading.is-hovered.fc-state-active::after, .fc-toolbar .is-outlined.is-loading.is-hovered.ui-state-active::after, .is-outlined.is-loading.fc-toolbar.fc-state-active:hover::after, .is-outlined.is-loading.fc-toolbar.ui-state-active:hover::after, .button.is-primary.is-outlined.is-loading:focus::after, .fc-toolbar button.is-primary.is-outlined.is-loading:focus::after, .fc-toolbar .is-outlined.is-loading.fc-state-active:focus::after, .fc-toolbar .is-outlined.is-loading.ui-state-active:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-primary.is-outlined.is-loading.is-focused::after, .fc-toolbar .is-outlined.is-loading.is-focused.fc-state-active::after, .fc-toolbar .is-outlined.is-loading.is-focused.ui-state-active::after, .fc-toolbar button.is-primary.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-primary.is-outlined[disabled], .fc-toolbar button.is-primary.is-outlined[disabled], .fc-toolbar .is-outlined.fc-state-active[disabled], .fc-toolbar .is-outlined.ui-state-active[disabled],
      fieldset[disabled] .button.is-primary.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-primary.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-primary.is-outlined,
      fieldset[disabled] .fc-toolbar .is-outlined.fc-state-active,
      .fc-toolbar fieldset[disabled] .is-outlined.fc-state-active,
      fieldset[disabled] .fc-toolbar .is-outlined.ui-state-active,
      .fc-toolbar fieldset[disabled] .is-outlined.ui-state-active {
        background-color: transparent;
        border-color: #178fe2;
        box-shadow: none;
        color: #178fe2; }
    .button.is-primary.is-inverted.is-outlined, .fc-toolbar button.is-primary.is-inverted.is-outlined, .fc-toolbar .is-inverted.is-outlined.fc-state-active, .fc-toolbar .is-inverted.is-outlined.ui-state-active {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .fc-toolbar button.is-primary.is-inverted.is-outlined:hover, .fc-toolbar .is-inverted.is-outlined.fc-state-active:hover, .fc-toolbar .is-inverted.is-outlined.ui-state-active:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-primary.is-inverted.is-outlined:hover, .fc-toolbar .is-inverted.is-outlined.is-hovered.fc-state-active, .fc-toolbar .is-inverted.is-outlined.is-hovered.ui-state-active, .is-inverted.is-outlined.fc-toolbar.fc-state-active:hover, .is-inverted.is-outlined.fc-toolbar.ui-state-active:hover, .button.is-primary.is-inverted.is-outlined:focus, .fc-toolbar button.is-primary.is-inverted.is-outlined:focus, .fc-toolbar .is-inverted.is-outlined.fc-state-active:focus, .fc-toolbar .is-inverted.is-outlined.ui-state-active:focus, .button.is-primary.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-focused, .fc-toolbar .is-inverted.is-outlined.is-focused.fc-state-active, .fc-toolbar .is-inverted.is-outlined.is-focused.ui-state-active, .fc-toolbar button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #178fe2; }
      .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar .is-inverted.is-outlined.is-loading.fc-state-active:hover::after, .fc-toolbar .is-inverted.is-outlined.is-loading.ui-state-active:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar .is-inverted.is-outlined.is-loading.is-hovered.fc-state-active::after, .fc-toolbar .is-inverted.is-outlined.is-loading.is-hovered.ui-state-active::after, .is-inverted.is-outlined.is-loading.fc-toolbar.fc-state-active:hover::after, .is-inverted.is-outlined.is-loading.fc-toolbar.ui-state-active:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar .is-inverted.is-outlined.is-loading.fc-state-active:focus::after, .fc-toolbar .is-inverted.is-outlined.is-loading.ui-state-active:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar .is-inverted.is-outlined.is-loading.is-focused.fc-state-active::after, .fc-toolbar .is-inverted.is-outlined.is-loading.is-focused.ui-state-active::after, .fc-toolbar button.is-primary.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #178fe2 #178fe2 !important; }
      .button.is-primary.is-inverted.is-outlined[disabled], .fc-toolbar button.is-primary.is-inverted.is-outlined[disabled], .fc-toolbar .is-inverted.is-outlined.fc-state-active[disabled], .fc-toolbar .is-inverted.is-outlined.ui-state-active[disabled],
      fieldset[disabled] .button.is-primary.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-primary.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-primary.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar .is-inverted.is-outlined.fc-state-active,
      .fc-toolbar fieldset[disabled] .is-inverted.is-outlined.fc-state-active,
      fieldset[disabled] .fc-toolbar .is-inverted.is-outlined.ui-state-active,
      .fc-toolbar fieldset[disabled] .is-inverted.is-outlined.ui-state-active {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-link, .fc-toolbar button.is-link {
    background-color: #267ec3;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .fc-toolbar button.is-link:hover, .button.is-link.is-hovered, .fc-toolbar button.is-link.is-hovered, .fc-toolbar button.is-link:hover {
      background-color: #2477b8;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .fc-toolbar button.is-link:focus, .button.is-link.is-focused, .fc-toolbar button.is-link.is-focused, .fc-toolbar button.is-link:focus {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .fc-toolbar button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active), .fc-toolbar button.is-link.is-focused:not(:active), .fc-toolbar button.is-link:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }
    .button.is-link:active, .fc-toolbar button.is-link:active, .button.is-link.is-active, .fc-toolbar button.is-link.is-active, .fc-toolbar .is-link.fc-state-down, .fc-toolbar .is-link.fc-state-active, .fc-toolbar .is-link.ui-state-active {
      background-color: #2270ae;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled], .fc-toolbar button.is-link[disabled],
    fieldset[disabled] .button.is-link,
    fieldset[disabled] .fc-toolbar button.is-link,
    .fc-toolbar fieldset[disabled] button.is-link {
      background-color: #267ec3;
      border-color: #267ec3;
      box-shadow: none; }
    .button.is-link.is-inverted, .fc-toolbar button.is-link.is-inverted {
      background-color: #fff;
      color: #267ec3; }
      .button.is-link.is-inverted:hover, .fc-toolbar button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered, .fc-toolbar button.is-link.is-inverted.is-hovered, .fc-toolbar button.is-link.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled], .fc-toolbar button.is-link.is-inverted[disabled],
      fieldset[disabled] .button.is-link.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-link.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-link.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #267ec3; }
    .button.is-link.is-loading::after, .fc-toolbar button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined, .fc-toolbar button.is-link.is-outlined {
      background-color: transparent;
      border-color: #267ec3;
      color: #267ec3; }
      .button.is-link.is-outlined:hover, .fc-toolbar button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .fc-toolbar button.is-link.is-outlined.is-hovered, .fc-toolbar button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus, .fc-toolbar button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused, .fc-toolbar button.is-link.is-outlined.is-focused, .fc-toolbar button.is-link.is-outlined:focus {
        background-color: #267ec3;
        border-color: #267ec3;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after, .fc-toolbar button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #267ec3 #267ec3 !important; }
      .button.is-link.is-outlined.is-loading:hover::after, .fc-toolbar button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-link.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading:focus::after, .fc-toolbar button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-link.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-link.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-link.is-outlined[disabled], .fc-toolbar button.is-link.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-link.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-link.is-outlined {
        background-color: transparent;
        border-color: #267ec3;
        box-shadow: none;
        color: #267ec3; }
    .button.is-link.is-inverted.is-outlined, .fc-toolbar button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .fc-toolbar button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-link.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus, .fc-toolbar button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-link.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-link.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #267ec3; }
      .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-link.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-link.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #267ec3 #267ec3 !important; }
      .button.is-link.is-inverted.is-outlined[disabled], .fc-toolbar button.is-link.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-link.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-link.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-info, .fc-toolbar button.is-info, .fc-toolbar #toaster button.toast.info, #toaster .fc-toolbar button.toast.info, .fc-toolbar #toaster .toast button.sticky_info, #toaster .toast .fc-toolbar button.sticky_info, #toaster .button.toast.info, #toaster .toast .button.sticky_info {
    background-color: #03a5df;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .fc-toolbar button.is-info:hover, .fc-toolbar #toaster button.toast.info:hover, #toaster .fc-toolbar button.toast.info:hover, .fc-toolbar #toaster .toast button.sticky_info:hover, #toaster .toast .fc-toolbar button.sticky_info:hover, #toaster .button.toast.info:hover, #toaster .toast .button.sticky_info:hover, .button.is-info.is-hovered, .fc-toolbar button.is-info.is-hovered, .fc-toolbar #toaster button.is-hovered.toast.info, #toaster .fc-toolbar button.is-hovered.toast.info, .fc-toolbar #toaster .toast button.is-hovered.sticky_info, #toaster .toast .fc-toolbar button.is-hovered.sticky_info, .fc-toolbar button.is-info:hover, .fc-toolbar #toaster button.toast.info:hover, #toaster .fc-toolbar button.toast.info:hover, .fc-toolbar #toaster .toast button.sticky_info:hover, #toaster .toast .fc-toolbar button.sticky_info:hover, #toaster .button.is-hovered.toast.info, #toaster .toast .button.is-hovered.sticky_info {
      background-color: #039cd2;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .fc-toolbar button.is-info:focus, .fc-toolbar #toaster button.toast.info:focus, #toaster .fc-toolbar button.toast.info:focus, .fc-toolbar #toaster .toast button.sticky_info:focus, #toaster .toast .fc-toolbar button.sticky_info:focus, #toaster .button.toast.info:focus, #toaster .toast .button.sticky_info:focus, .button.is-info.is-focused, .fc-toolbar button.is-info.is-focused, .fc-toolbar #toaster button.is-focused.toast.info, #toaster .fc-toolbar button.is-focused.toast.info, .fc-toolbar #toaster .toast button.is-focused.sticky_info, #toaster .toast .fc-toolbar button.is-focused.sticky_info, .fc-toolbar button.is-info:focus, .fc-toolbar #toaster button.toast.info:focus, #toaster .fc-toolbar button.toast.info:focus, .fc-toolbar #toaster .toast button.sticky_info:focus, #toaster .toast .fc-toolbar button.sticky_info:focus, #toaster .button.is-focused.toast.info, #toaster .toast .button.is-focused.sticky_info {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .fc-toolbar button.is-info:focus:not(:active), .fc-toolbar #toaster button.toast.info:focus:not(:active), #toaster .fc-toolbar button.toast.info:focus:not(:active), .fc-toolbar #toaster .toast button.sticky_info:focus:not(:active), #toaster .toast .fc-toolbar button.sticky_info:focus:not(:active), #toaster .button.toast.info:focus:not(:active), #toaster .toast .button.sticky_info:focus:not(:active), .button.is-info.is-focused:not(:active), .fc-toolbar button.is-info.is-focused:not(:active), .fc-toolbar #toaster button.is-focused.toast.info:not(:active), #toaster .fc-toolbar button.is-focused.toast.info:not(:active), .fc-toolbar #toaster .toast button.is-focused.sticky_info:not(:active), #toaster .toast .fc-toolbar button.is-focused.sticky_info:not(:active), .fc-toolbar button.is-info:not(:active):focus, .fc-toolbar #toaster button.toast.info:not(:active):focus, #toaster .fc-toolbar button.toast.info:not(:active):focus, .fc-toolbar #toaster .toast button.sticky_info:not(:active):focus, #toaster .toast .fc-toolbar button.sticky_info:not(:active):focus, #toaster .button.is-focused.toast.info:not(:active), #toaster .toast .button.is-focused.sticky_info:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(3, 165, 223, 0.25); }
    .button.is-info:active, .fc-toolbar button.is-info:active, .fc-toolbar #toaster button.toast.info:active, #toaster .fc-toolbar button.toast.info:active, .fc-toolbar #toaster .toast button.sticky_info:active, #toaster .toast .fc-toolbar button.sticky_info:active, #toaster .button.toast.info:active, #toaster .toast .button.sticky_info:active, .button.is-info.is-active, .fc-toolbar button.is-info.is-active, .fc-toolbar #toaster button.is-active.toast.info, #toaster .fc-toolbar button.is-active.toast.info, .fc-toolbar #toaster .toast button.is-active.sticky_info, #toaster .toast .fc-toolbar button.is-active.sticky_info, .fc-toolbar .is-info.fc-state-down, .fc-toolbar #toaster .fc-state-down.toast.info, #toaster .fc-toolbar .fc-state-down.toast.info, .fc-toolbar #toaster .toast .fc-state-down.sticky_info, #toaster .toast .fc-toolbar .fc-state-down.sticky_info, .fc-toolbar .is-info.fc-state-active, .fc-toolbar #toaster .fc-state-active.toast.info, #toaster .fc-toolbar .fc-state-active.toast.info, .fc-toolbar #toaster .toast .fc-state-active.sticky_info, #toaster .toast .fc-toolbar .fc-state-active.sticky_info, .fc-toolbar .is-info.ui-state-active, .fc-toolbar #toaster .ui-state-active.toast.info, #toaster .fc-toolbar .ui-state-active.toast.info, .fc-toolbar #toaster .toast .ui-state-active.sticky_info, #toaster .toast .fc-toolbar .ui-state-active.sticky_info, #toaster .button.is-active.toast.info, #toaster .toast .button.is-active.sticky_info {
      background-color: #0392c6;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled], .fc-toolbar button.is-info[disabled], .fc-toolbar #toaster button.toast.info[disabled], #toaster .fc-toolbar button.toast.info[disabled], .fc-toolbar #toaster .toast button.sticky_info[disabled], #toaster .toast .fc-toolbar button.sticky_info[disabled], #toaster .button.toast.info[disabled], #toaster .toast .button.sticky_info[disabled],
    fieldset[disabled] .button.is-info,
    fieldset[disabled] .fc-toolbar button.is-info,
    .fc-toolbar fieldset[disabled] button.is-info,
    fieldset[disabled] .fc-toolbar #toaster button.toast.info,
    .fc-toolbar #toaster fieldset[disabled] button.toast.info,
    fieldset[disabled] #toaster .fc-toolbar button.toast.info,
    #toaster .fc-toolbar fieldset[disabled] button.toast.info,
    fieldset[disabled] .fc-toolbar #toaster .toast button.sticky_info,
    .fc-toolbar #toaster .toast fieldset[disabled] button.sticky_info,
    fieldset[disabled] #toaster .toast .fc-toolbar button.sticky_info,
    #toaster .toast .fc-toolbar fieldset[disabled] button.sticky_info,
    fieldset[disabled] #toaster .button.toast.info,
    #toaster fieldset[disabled] .button.toast.info,
    fieldset[disabled] #toaster .toast .button.sticky_info,
    #toaster .toast fieldset[disabled] .button.sticky_info {
      background-color: #03a5df;
      border-color: #03a5df;
      box-shadow: none; }
    .button.is-info.is-inverted, .fc-toolbar button.is-info.is-inverted, .fc-toolbar #toaster button.is-inverted.toast.info, #toaster .fc-toolbar button.is-inverted.toast.info, .fc-toolbar #toaster .toast button.is-inverted.sticky_info, #toaster .toast .fc-toolbar button.is-inverted.sticky_info, #toaster .button.is-inverted.toast.info, #toaster .toast .button.is-inverted.sticky_info {
      background-color: #fff;
      color: #03a5df; }
      .button.is-info.is-inverted:hover, .fc-toolbar button.is-info.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.info:hover, #toaster .fc-toolbar button.is-inverted.toast.info:hover, .fc-toolbar #toaster .toast button.is-inverted.sticky_info:hover, #toaster .toast .fc-toolbar button.is-inverted.sticky_info:hover, #toaster .button.is-inverted.toast.info:hover, #toaster .toast .button.is-inverted.sticky_info:hover, .button.is-info.is-inverted.is-hovered, .fc-toolbar button.is-info.is-inverted.is-hovered, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.info, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.info, .fc-toolbar #toaster .toast button.is-inverted.is-hovered.sticky_info, #toaster .toast .fc-toolbar button.is-inverted.is-hovered.sticky_info, .fc-toolbar button.is-info.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.info:hover, #toaster .fc-toolbar button.is-inverted.toast.info:hover, .fc-toolbar #toaster .toast button.is-inverted.sticky_info:hover, #toaster .toast .fc-toolbar button.is-inverted.sticky_info:hover, #toaster .button.is-inverted.is-hovered.toast.info, #toaster .toast .button.is-inverted.is-hovered.sticky_info {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled], .fc-toolbar button.is-info.is-inverted[disabled], .fc-toolbar #toaster button.is-inverted.toast.info[disabled], #toaster .fc-toolbar button.is-inverted.toast.info[disabled], .fc-toolbar #toaster .toast button.is-inverted.sticky_info[disabled], #toaster .toast .fc-toolbar button.is-inverted.sticky_info[disabled], #toaster .button.is-inverted.toast.info[disabled], #toaster .toast .button.is-inverted.sticky_info[disabled],
      fieldset[disabled] .button.is-info.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-info.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-info.is-inverted,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.info,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.info,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.info,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.info,
      fieldset[disabled] .fc-toolbar #toaster .toast button.is-inverted.sticky_info,
      .fc-toolbar #toaster .toast fieldset[disabled] button.is-inverted.sticky_info,
      fieldset[disabled] #toaster .toast .fc-toolbar button.is-inverted.sticky_info,
      #toaster .toast .fc-toolbar fieldset[disabled] button.is-inverted.sticky_info,
      fieldset[disabled] #toaster .button.is-inverted.toast.info,
      #toaster fieldset[disabled] .button.is-inverted.toast.info,
      fieldset[disabled] #toaster .toast .button.is-inverted.sticky_info,
      #toaster .toast fieldset[disabled] .button.is-inverted.sticky_info {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #03a5df; }
    .button.is-info.is-loading::after, .fc-toolbar button.is-info.is-loading::after, .fc-toolbar #toaster button.is-loading.toast.info::after, #toaster .fc-toolbar button.is-loading.toast.info::after, .fc-toolbar #toaster .toast button.is-loading.sticky_info::after, #toaster .toast .fc-toolbar button.is-loading.sticky_info::after, #toaster .button.is-loading.toast.info::after, #toaster .toast .button.is-loading.sticky_info::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined, .fc-toolbar button.is-info.is-outlined, .fc-toolbar #toaster button.is-outlined.toast.info, #toaster .fc-toolbar button.is-outlined.toast.info, .fc-toolbar #toaster .toast button.is-outlined.sticky_info, #toaster .toast .fc-toolbar button.is-outlined.sticky_info, #toaster .button.is-outlined.toast.info, #toaster .toast .button.is-outlined.sticky_info {
      background-color: transparent;
      border-color: #03a5df;
      color: #03a5df; }
      .button.is-info.is-outlined:hover, .fc-toolbar button.is-info.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.info:hover, #toaster .fc-toolbar button.is-outlined.toast.info:hover, .fc-toolbar #toaster .toast button.is-outlined.sticky_info:hover, #toaster .toast .fc-toolbar button.is-outlined.sticky_info:hover, #toaster .button.is-outlined.toast.info:hover, #toaster .toast .button.is-outlined.sticky_info:hover, .button.is-info.is-outlined.is-hovered, .fc-toolbar button.is-info.is-outlined.is-hovered, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.info, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.info, .fc-toolbar #toaster .toast button.is-outlined.is-hovered.sticky_info, #toaster .toast .fc-toolbar button.is-outlined.is-hovered.sticky_info, .fc-toolbar button.is-info.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.info:hover, #toaster .fc-toolbar button.is-outlined.toast.info:hover, .fc-toolbar #toaster .toast button.is-outlined.sticky_info:hover, #toaster .toast .fc-toolbar button.is-outlined.sticky_info:hover, #toaster .button.is-outlined.is-hovered.toast.info, #toaster .toast .button.is-outlined.is-hovered.sticky_info, .button.is-info.is-outlined:focus, .fc-toolbar button.is-info.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.info:focus, #toaster .fc-toolbar button.is-outlined.toast.info:focus, .fc-toolbar #toaster .toast button.is-outlined.sticky_info:focus, #toaster .toast .fc-toolbar button.is-outlined.sticky_info:focus, #toaster .button.is-outlined.toast.info:focus, #toaster .toast .button.is-outlined.sticky_info:focus, .button.is-info.is-outlined.is-focused, .fc-toolbar button.is-info.is-outlined.is-focused, .fc-toolbar #toaster button.is-outlined.is-focused.toast.info, #toaster .fc-toolbar button.is-outlined.is-focused.toast.info, .fc-toolbar #toaster .toast button.is-outlined.is-focused.sticky_info, #toaster .toast .fc-toolbar button.is-outlined.is-focused.sticky_info, .fc-toolbar button.is-info.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.info:focus, #toaster .fc-toolbar button.is-outlined.toast.info:focus, .fc-toolbar #toaster .toast button.is-outlined.sticky_info:focus, #toaster .toast .fc-toolbar button.is-outlined.sticky_info:focus, #toaster .button.is-outlined.is-focused.toast.info, #toaster .toast .button.is-outlined.is-focused.sticky_info {
        background-color: #03a5df;
        border-color: #03a5df;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after, .fc-toolbar button.is-info.is-outlined.is-loading::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.info::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.info::after, .fc-toolbar #toaster .toast button.is-outlined.is-loading.sticky_info::after, #toaster .toast .fc-toolbar button.is-outlined.is-loading.sticky_info::after, #toaster .button.is-outlined.is-loading.toast.info::after, #toaster .toast .button.is-outlined.is-loading.sticky_info::after {
        border-color: transparent transparent #03a5df #03a5df !important; }
      .button.is-info.is-outlined.is-loading:hover::after, .fc-toolbar button.is-info.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.info:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.info:hover::after, .fc-toolbar #toaster .toast button.is-outlined.is-loading.sticky_info:hover::after, #toaster .toast .fc-toolbar button.is-outlined.is-loading.sticky_info:hover::after, #toaster .button.is-outlined.is-loading.toast.info:hover::after, #toaster .toast .button.is-outlined.is-loading.sticky_info:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-info.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.info::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.info::after, .fc-toolbar #toaster .toast button.is-outlined.is-loading.is-hovered.sticky_info::after, #toaster .toast .fc-toolbar button.is-outlined.is-loading.is-hovered.sticky_info::after, .fc-toolbar button.is-info.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.info:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.info:hover::after, .fc-toolbar #toaster .toast button.is-outlined.is-loading.sticky_info:hover::after, #toaster .toast .fc-toolbar button.is-outlined.is-loading.sticky_info:hover::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.info::after, #toaster .toast .button.is-outlined.is-loading.is-hovered.sticky_info::after, .button.is-info.is-outlined.is-loading:focus::after, .fc-toolbar button.is-info.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.info:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.info:focus::after, .fc-toolbar #toaster .toast button.is-outlined.is-loading.sticky_info:focus::after, #toaster .toast .fc-toolbar button.is-outlined.is-loading.sticky_info:focus::after, #toaster .button.is-outlined.is-loading.toast.info:focus::after, #toaster .toast .button.is-outlined.is-loading.sticky_info:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-info.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.info::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.info::after, .fc-toolbar #toaster .toast button.is-outlined.is-loading.is-focused.sticky_info::after, #toaster .toast .fc-toolbar button.is-outlined.is-loading.is-focused.sticky_info::after, .fc-toolbar button.is-info.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.info:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.info:focus::after, .fc-toolbar #toaster .toast button.is-outlined.is-loading.sticky_info:focus::after, #toaster .toast .fc-toolbar button.is-outlined.is-loading.sticky_info:focus::after, #toaster .button.is-outlined.is-loading.is-focused.toast.info::after, #toaster .toast .button.is-outlined.is-loading.is-focused.sticky_info::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-info.is-outlined[disabled], .fc-toolbar button.is-info.is-outlined[disabled], .fc-toolbar #toaster button.is-outlined.toast.info[disabled], #toaster .fc-toolbar button.is-outlined.toast.info[disabled], .fc-toolbar #toaster .toast button.is-outlined.sticky_info[disabled], #toaster .toast .fc-toolbar button.is-outlined.sticky_info[disabled], #toaster .button.is-outlined.toast.info[disabled], #toaster .toast .button.is-outlined.sticky_info[disabled],
      fieldset[disabled] .button.is-info.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-info.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-info.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.info,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.info,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.info,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.info,
      fieldset[disabled] .fc-toolbar #toaster .toast button.is-outlined.sticky_info,
      .fc-toolbar #toaster .toast fieldset[disabled] button.is-outlined.sticky_info,
      fieldset[disabled] #toaster .toast .fc-toolbar button.is-outlined.sticky_info,
      #toaster .toast .fc-toolbar fieldset[disabled] button.is-outlined.sticky_info,
      fieldset[disabled] #toaster .button.is-outlined.toast.info,
      #toaster fieldset[disabled] .button.is-outlined.toast.info,
      fieldset[disabled] #toaster .toast .button.is-outlined.sticky_info,
      #toaster .toast fieldset[disabled] .button.is-outlined.sticky_info {
        background-color: transparent;
        border-color: #03a5df;
        box-shadow: none;
        color: #03a5df; }
    .button.is-info.is-inverted.is-outlined, .fc-toolbar button.is-info.is-inverted.is-outlined, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.info, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.info, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.sticky_info, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.sticky_info, #toaster .button.is-inverted.is-outlined.toast.info, #toaster .toast .button.is-inverted.is-outlined.sticky_info {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .fc-toolbar button.is-info.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.info:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.info:hover, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.sticky_info:hover, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.sticky_info:hover, #toaster .button.is-inverted.is-outlined.toast.info:hover, #toaster .toast .button.is-inverted.is-outlined.sticky_info:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-info.is-inverted.is-outlined.is-hovered, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.info, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.info, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-hovered.sticky_info, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-hovered.sticky_info, .fc-toolbar button.is-info.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.info:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.info:hover, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.sticky_info:hover, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.sticky_info:hover, #toaster .button.is-inverted.is-outlined.is-hovered.toast.info, #toaster .toast .button.is-inverted.is-outlined.is-hovered.sticky_info, .button.is-info.is-inverted.is-outlined:focus, .fc-toolbar button.is-info.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.info:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.info:focus, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.sticky_info:focus, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.sticky_info:focus, #toaster .button.is-inverted.is-outlined.toast.info:focus, #toaster .toast .button.is-inverted.is-outlined.sticky_info:focus, .button.is-info.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-info.is-inverted.is-outlined.is-focused, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.info, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.info, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-focused.sticky_info, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-focused.sticky_info, .fc-toolbar button.is-info.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.info:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.info:focus, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.sticky_info:focus, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.sticky_info:focus, #toaster .button.is-inverted.is-outlined.is-focused.toast.info, #toaster .toast .button.is-inverted.is-outlined.is-focused.sticky_info {
        background-color: #fff;
        color: #03a5df; }
      .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-info.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.info:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.info:hover::after, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-loading.sticky_info:hover::after, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-loading.sticky_info:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.info:hover::after, #toaster .toast .button.is-inverted.is-outlined.is-loading.sticky_info:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.info::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.info::after, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-loading.is-hovered.sticky_info::after, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.sticky_info::after, .fc-toolbar button.is-info.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.info:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.info:hover::after, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-loading.sticky_info:hover::after, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-loading.sticky_info:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.info::after, #toaster .toast .button.is-inverted.is-outlined.is-loading.is-hovered.sticky_info::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-info.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.info:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.info:focus::after, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-loading.sticky_info:focus::after, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-loading.sticky_info:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.info:focus::after, #toaster .toast .button.is-inverted.is-outlined.is-loading.sticky_info:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-info.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.info::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.info::after, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-loading.is-focused.sticky_info::after, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.sticky_info::after, .fc-toolbar button.is-info.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.info:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.info:focus::after, .fc-toolbar #toaster .toast button.is-inverted.is-outlined.is-loading.sticky_info:focus::after, #toaster .toast .fc-toolbar button.is-inverted.is-outlined.is-loading.sticky_info:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.info::after, #toaster .toast .button.is-inverted.is-outlined.is-loading.is-focused.sticky_info::after {
        border-color: transparent transparent #03a5df #03a5df !important; }
      .button.is-info.is-inverted.is-outlined[disabled], .fc-toolbar button.is-info.is-inverted.is-outlined[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.info[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.info[disabled], .fc-toolbar #toaster .toast button.is-inverted.is-outlined.sticky_info[disabled], #toaster .toast .fc-toolbar button.is-inverted.is-outlined.sticky_info[disabled], #toaster .button.is-inverted.is-outlined.toast.info[disabled], #toaster .toast .button.is-inverted.is-outlined.sticky_info[disabled],
      fieldset[disabled] .button.is-info.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-info.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-info.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.info,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.info,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.info,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.info,
      fieldset[disabled] .fc-toolbar #toaster .toast button.is-inverted.is-outlined.sticky_info,
      .fc-toolbar #toaster .toast fieldset[disabled] button.is-inverted.is-outlined.sticky_info,
      fieldset[disabled] #toaster .toast .fc-toolbar button.is-inverted.is-outlined.sticky_info,
      #toaster .toast .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.sticky_info,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.info,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.info,
      fieldset[disabled] #toaster .toast .button.is-inverted.is-outlined.sticky_info,
      #toaster .toast fieldset[disabled] .button.is-inverted.is-outlined.sticky_info {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-success, .fc-toolbar button.is-success, .fc-toolbar #toaster button.toast.success, #toaster .fc-toolbar button.toast.success, .fc-toolbar #toaster button.toast.sticky_success, #toaster .fc-toolbar button.toast.sticky_success, #toaster .button.toast.success, #toaster .button.toast.sticky_success {
    background-color: #47ba78;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .fc-toolbar button.is-success:hover, .fc-toolbar #toaster button.toast.success:hover, #toaster .fc-toolbar button.toast.success:hover, .fc-toolbar #toaster button.toast.sticky_success:hover, #toaster .fc-toolbar button.toast.sticky_success:hover, #toaster .button.toast.success:hover, #toaster .button.toast.sticky_success:hover, .button.is-success.is-hovered, .fc-toolbar button.is-success.is-hovered, .fc-toolbar #toaster button.is-hovered.toast.success, #toaster .fc-toolbar button.is-hovered.toast.success, .fc-toolbar #toaster button.is-hovered.toast.sticky_success, #toaster .fc-toolbar button.is-hovered.toast.sticky_success, .fc-toolbar button.is-success:hover, .fc-toolbar #toaster button.toast.success:hover, #toaster .fc-toolbar button.toast.success:hover, .fc-toolbar #toaster button.toast.sticky_success:hover, #toaster .fc-toolbar button.toast.sticky_success:hover, #toaster .button.is-hovered.toast.success, #toaster .button.is-hovered.toast.sticky_success {
      background-color: #43b272;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .fc-toolbar button.is-success:focus, .fc-toolbar #toaster button.toast.success:focus, #toaster .fc-toolbar button.toast.success:focus, .fc-toolbar #toaster button.toast.sticky_success:focus, #toaster .fc-toolbar button.toast.sticky_success:focus, #toaster .button.toast.success:focus, #toaster .button.toast.sticky_success:focus, .button.is-success.is-focused, .fc-toolbar button.is-success.is-focused, .fc-toolbar #toaster button.is-focused.toast.success, #toaster .fc-toolbar button.is-focused.toast.success, .fc-toolbar #toaster button.is-focused.toast.sticky_success, #toaster .fc-toolbar button.is-focused.toast.sticky_success, .fc-toolbar button.is-success:focus, .fc-toolbar #toaster button.toast.success:focus, #toaster .fc-toolbar button.toast.success:focus, .fc-toolbar #toaster button.toast.sticky_success:focus, #toaster .fc-toolbar button.toast.sticky_success:focus, #toaster .button.is-focused.toast.success, #toaster .button.is-focused.toast.sticky_success {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .fc-toolbar button.is-success:focus:not(:active), .fc-toolbar #toaster button.toast.success:focus:not(:active), #toaster .fc-toolbar button.toast.success:focus:not(:active), .fc-toolbar #toaster button.toast.sticky_success:focus:not(:active), #toaster .fc-toolbar button.toast.sticky_success:focus:not(:active), #toaster .button.toast.success:focus:not(:active), #toaster .button.toast.sticky_success:focus:not(:active), .button.is-success.is-focused:not(:active), .fc-toolbar button.is-success.is-focused:not(:active), .fc-toolbar #toaster button.is-focused.toast.success:not(:active), #toaster .fc-toolbar button.is-focused.toast.success:not(:active), .fc-toolbar #toaster button.is-focused.toast.sticky_success:not(:active), #toaster .fc-toolbar button.is-focused.toast.sticky_success:not(:active), .fc-toolbar button.is-success:not(:active):focus, .fc-toolbar #toaster button.toast.success:not(:active):focus, #toaster .fc-toolbar button.toast.success:not(:active):focus, .fc-toolbar #toaster button.toast.sticky_success:not(:active):focus, #toaster .fc-toolbar button.toast.sticky_success:not(:active):focus, #toaster .button.is-focused.toast.success:not(:active), #toaster .button.is-focused.toast.sticky_success:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(71, 186, 120, 0.25); }
    .button.is-success:active, .fc-toolbar button.is-success:active, .fc-toolbar #toaster button.toast.success:active, #toaster .fc-toolbar button.toast.success:active, .fc-toolbar #toaster button.toast.sticky_success:active, #toaster .fc-toolbar button.toast.sticky_success:active, #toaster .button.toast.success:active, #toaster .button.toast.sticky_success:active, .button.is-success.is-active, .fc-toolbar button.is-success.is-active, .fc-toolbar #toaster button.is-active.toast.success, #toaster .fc-toolbar button.is-active.toast.success, .fc-toolbar #toaster button.is-active.toast.sticky_success, #toaster .fc-toolbar button.is-active.toast.sticky_success, .fc-toolbar .is-success.fc-state-down, .fc-toolbar #toaster .fc-state-down.toast.success, #toaster .fc-toolbar .fc-state-down.toast.success, .fc-toolbar #toaster .fc-state-down.toast.sticky_success, #toaster .fc-toolbar .fc-state-down.toast.sticky_success, .fc-toolbar .is-success.fc-state-active, .fc-toolbar #toaster .fc-state-active.toast.success, #toaster .fc-toolbar .fc-state-active.toast.success, .fc-toolbar #toaster .fc-state-active.toast.sticky_success, #toaster .fc-toolbar .fc-state-active.toast.sticky_success, .fc-toolbar .is-success.ui-state-active, .fc-toolbar #toaster .ui-state-active.toast.success, #toaster .fc-toolbar .ui-state-active.toast.success, .fc-toolbar #toaster .ui-state-active.toast.sticky_success, #toaster .fc-toolbar .ui-state-active.toast.sticky_success, #toaster .button.is-active.toast.success, #toaster .button.is-active.toast.sticky_success {
      background-color: #3fa86c;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled], .fc-toolbar button.is-success[disabled], .fc-toolbar #toaster button.toast.success[disabled], #toaster .fc-toolbar button.toast.success[disabled], .fc-toolbar #toaster button.toast.sticky_success[disabled], #toaster .fc-toolbar button.toast.sticky_success[disabled], #toaster .button.toast.success[disabled], #toaster .button.toast.sticky_success[disabled],
    fieldset[disabled] .button.is-success,
    fieldset[disabled] .fc-toolbar button.is-success,
    .fc-toolbar fieldset[disabled] button.is-success,
    fieldset[disabled] .fc-toolbar #toaster button.toast.success,
    .fc-toolbar #toaster fieldset[disabled] button.toast.success,
    fieldset[disabled] #toaster .fc-toolbar button.toast.success,
    #toaster .fc-toolbar fieldset[disabled] button.toast.success,
    fieldset[disabled] .fc-toolbar #toaster button.toast.sticky_success,
    .fc-toolbar #toaster fieldset[disabled] button.toast.sticky_success,
    fieldset[disabled] #toaster .fc-toolbar button.toast.sticky_success,
    #toaster .fc-toolbar fieldset[disabled] button.toast.sticky_success,
    fieldset[disabled] #toaster .button.toast.success,
    #toaster fieldset[disabled] .button.toast.success,
    fieldset[disabled] #toaster .button.toast.sticky_success,
    #toaster fieldset[disabled] .button.toast.sticky_success {
      background-color: #47ba78;
      border-color: #47ba78;
      box-shadow: none; }
    .button.is-success.is-inverted, .fc-toolbar button.is-success.is-inverted, .fc-toolbar #toaster button.is-inverted.toast.success, #toaster .fc-toolbar button.is-inverted.toast.success, .fc-toolbar #toaster button.is-inverted.toast.sticky_success, #toaster .fc-toolbar button.is-inverted.toast.sticky_success, #toaster .button.is-inverted.toast.success, #toaster .button.is-inverted.toast.sticky_success {
      background-color: #fff;
      color: #47ba78; }
      .button.is-success.is-inverted:hover, .fc-toolbar button.is-success.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.success:hover, #toaster .fc-toolbar button.is-inverted.toast.success:hover, .fc-toolbar #toaster button.is-inverted.toast.sticky_success:hover, #toaster .fc-toolbar button.is-inverted.toast.sticky_success:hover, #toaster .button.is-inverted.toast.success:hover, #toaster .button.is-inverted.toast.sticky_success:hover, .button.is-success.is-inverted.is-hovered, .fc-toolbar button.is-success.is-inverted.is-hovered, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.success, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.success, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.sticky_success, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.sticky_success, .fc-toolbar button.is-success.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.success:hover, #toaster .fc-toolbar button.is-inverted.toast.success:hover, .fc-toolbar #toaster button.is-inverted.toast.sticky_success:hover, #toaster .fc-toolbar button.is-inverted.toast.sticky_success:hover, #toaster .button.is-inverted.is-hovered.toast.success, #toaster .button.is-inverted.is-hovered.toast.sticky_success {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled], .fc-toolbar button.is-success.is-inverted[disabled], .fc-toolbar #toaster button.is-inverted.toast.success[disabled], #toaster .fc-toolbar button.is-inverted.toast.success[disabled], .fc-toolbar #toaster button.is-inverted.toast.sticky_success[disabled], #toaster .fc-toolbar button.is-inverted.toast.sticky_success[disabled], #toaster .button.is-inverted.toast.success[disabled], #toaster .button.is-inverted.toast.sticky_success[disabled],
      fieldset[disabled] .button.is-success.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-success.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-success.is-inverted,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.success,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.success,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.success,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.success,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.sticky_success,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.sticky_success,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.sticky_success,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.sticky_success,
      fieldset[disabled] #toaster .button.is-inverted.toast.success,
      #toaster fieldset[disabled] .button.is-inverted.toast.success,
      fieldset[disabled] #toaster .button.is-inverted.toast.sticky_success,
      #toaster fieldset[disabled] .button.is-inverted.toast.sticky_success {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #47ba78; }
    .button.is-success.is-loading::after, .fc-toolbar button.is-success.is-loading::after, .fc-toolbar #toaster button.is-loading.toast.success::after, #toaster .fc-toolbar button.is-loading.toast.success::after, .fc-toolbar #toaster button.is-loading.toast.sticky_success::after, #toaster .fc-toolbar button.is-loading.toast.sticky_success::after, #toaster .button.is-loading.toast.success::after, #toaster .button.is-loading.toast.sticky_success::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined, .fc-toolbar button.is-success.is-outlined, .fc-toolbar #toaster button.is-outlined.toast.success, #toaster .fc-toolbar button.is-outlined.toast.success, .fc-toolbar #toaster button.is-outlined.toast.sticky_success, #toaster .fc-toolbar button.is-outlined.toast.sticky_success, #toaster .button.is-outlined.toast.success, #toaster .button.is-outlined.toast.sticky_success {
      background-color: transparent;
      border-color: #47ba78;
      color: #47ba78; }
      .button.is-success.is-outlined:hover, .fc-toolbar button.is-success.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.success:hover, #toaster .fc-toolbar button.is-outlined.toast.success:hover, .fc-toolbar #toaster button.is-outlined.toast.sticky_success:hover, #toaster .fc-toolbar button.is-outlined.toast.sticky_success:hover, #toaster .button.is-outlined.toast.success:hover, #toaster .button.is-outlined.toast.sticky_success:hover, .button.is-success.is-outlined.is-hovered, .fc-toolbar button.is-success.is-outlined.is-hovered, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.success, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.success, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.sticky_success, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.sticky_success, .fc-toolbar button.is-success.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.success:hover, #toaster .fc-toolbar button.is-outlined.toast.success:hover, .fc-toolbar #toaster button.is-outlined.toast.sticky_success:hover, #toaster .fc-toolbar button.is-outlined.toast.sticky_success:hover, #toaster .button.is-outlined.is-hovered.toast.success, #toaster .button.is-outlined.is-hovered.toast.sticky_success, .button.is-success.is-outlined:focus, .fc-toolbar button.is-success.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.success:focus, #toaster .fc-toolbar button.is-outlined.toast.success:focus, .fc-toolbar #toaster button.is-outlined.toast.sticky_success:focus, #toaster .fc-toolbar button.is-outlined.toast.sticky_success:focus, #toaster .button.is-outlined.toast.success:focus, #toaster .button.is-outlined.toast.sticky_success:focus, .button.is-success.is-outlined.is-focused, .fc-toolbar button.is-success.is-outlined.is-focused, .fc-toolbar #toaster button.is-outlined.is-focused.toast.success, #toaster .fc-toolbar button.is-outlined.is-focused.toast.success, .fc-toolbar #toaster button.is-outlined.is-focused.toast.sticky_success, #toaster .fc-toolbar button.is-outlined.is-focused.toast.sticky_success, .fc-toolbar button.is-success.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.success:focus, #toaster .fc-toolbar button.is-outlined.toast.success:focus, .fc-toolbar #toaster button.is-outlined.toast.sticky_success:focus, #toaster .fc-toolbar button.is-outlined.toast.sticky_success:focus, #toaster .button.is-outlined.is-focused.toast.success, #toaster .button.is-outlined.is-focused.toast.sticky_success {
        background-color: #47ba78;
        border-color: #47ba78;
        color: #fff; }
      .button.is-success.is-outlined.is-loading::after, .fc-toolbar button.is-success.is-outlined.is-loading::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.success::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.success::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_success::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_success::after, #toaster .button.is-outlined.is-loading.toast.success::after, #toaster .button.is-outlined.is-loading.toast.sticky_success::after {
        border-color: transparent transparent #47ba78 #47ba78 !important; }
      .button.is-success.is-outlined.is-loading:hover::after, .fc-toolbar button.is-success.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.success:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.success:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .button.is-outlined.is-loading.toast.success:hover::after, #toaster .button.is-outlined.is-loading.toast.sticky_success:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-success.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.success::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.success::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.sticky_success::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.sticky_success::after, .fc-toolbar button.is-success.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.success:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.success:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.success::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.sticky_success::after, .button.is-success.is-outlined.is-loading:focus::after, .fc-toolbar button.is-success.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.success:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.success:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .button.is-outlined.is-loading.toast.success:focus::after, #toaster .button.is-outlined.is-loading.toast.sticky_success:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-success.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.success::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.success::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.sticky_success::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.sticky_success::after, .fc-toolbar button.is-success.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.success:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.success:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .button.is-outlined.is-loading.is-focused.toast.success::after, #toaster .button.is-outlined.is-loading.is-focused.toast.sticky_success::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-success.is-outlined[disabled], .fc-toolbar button.is-success.is-outlined[disabled], .fc-toolbar #toaster button.is-outlined.toast.success[disabled], #toaster .fc-toolbar button.is-outlined.toast.success[disabled], .fc-toolbar #toaster button.is-outlined.toast.sticky_success[disabled], #toaster .fc-toolbar button.is-outlined.toast.sticky_success[disabled], #toaster .button.is-outlined.toast.success[disabled], #toaster .button.is-outlined.toast.sticky_success[disabled],
      fieldset[disabled] .button.is-success.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-success.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-success.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.success,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.success,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.success,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.success,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.sticky_success,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.sticky_success,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.sticky_success,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.sticky_success,
      fieldset[disabled] #toaster .button.is-outlined.toast.success,
      #toaster fieldset[disabled] .button.is-outlined.toast.success,
      fieldset[disabled] #toaster .button.is-outlined.toast.sticky_success,
      #toaster fieldset[disabled] .button.is-outlined.toast.sticky_success {
        background-color: transparent;
        border-color: #47ba78;
        box-shadow: none;
        color: #47ba78; }
    .button.is-success.is-inverted.is-outlined, .fc-toolbar button.is-success.is-inverted.is-outlined, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.success, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.success, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_success, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_success, #toaster .button.is-inverted.is-outlined.toast.success, #toaster .button.is-inverted.is-outlined.toast.sticky_success {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .fc-toolbar button.is-success.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.success:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.success:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_success:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_success:hover, #toaster .button.is-inverted.is-outlined.toast.success:hover, #toaster .button.is-inverted.is-outlined.toast.sticky_success:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-success.is-inverted.is-outlined.is-hovered, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.success, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.success, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.sticky_success, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.sticky_success, .fc-toolbar button.is-success.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.success:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.success:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_success:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_success:hover, #toaster .button.is-inverted.is-outlined.is-hovered.toast.success, #toaster .button.is-inverted.is-outlined.is-hovered.toast.sticky_success, .button.is-success.is-inverted.is-outlined:focus, .fc-toolbar button.is-success.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.success:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.success:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_success:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_success:focus, #toaster .button.is-inverted.is-outlined.toast.success:focus, #toaster .button.is-inverted.is-outlined.toast.sticky_success:focus, .button.is-success.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-success.is-inverted.is-outlined.is-focused, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.success, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.success, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.sticky_success, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.sticky_success, .fc-toolbar button.is-success.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.success:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.success:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_success:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_success:focus, #toaster .button.is-inverted.is-outlined.is-focused.toast.success, #toaster .button.is-inverted.is-outlined.is-focused.toast.sticky_success {
        background-color: #fff;
        color: #47ba78; }
      .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-success.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.success:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.success:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.success:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.sticky_success:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.success::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.success::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_success::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_success::after, .fc-toolbar button.is-success.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.success:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.success:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_success:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.success::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_success::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-success.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.success:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.success:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.success:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.sticky_success:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-success.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.success::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.success::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_success::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_success::after, .fc-toolbar button.is-success.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.success:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.success:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_success:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.success::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_success::after {
        border-color: transparent transparent #47ba78 #47ba78 !important; }
      .button.is-success.is-inverted.is-outlined[disabled], .fc-toolbar button.is-success.is-inverted.is-outlined[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.success[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.success[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_success[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_success[disabled], #toaster .button.is-inverted.is-outlined.toast.success[disabled], #toaster .button.is-inverted.is-outlined.toast.sticky_success[disabled],
      fieldset[disabled] .button.is-success.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-success.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-success.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.success,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.success,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.success,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.success,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_success,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.sticky_success,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_success,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.sticky_success,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.success,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.success,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.sticky_success,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.sticky_success {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning, .fc-toolbar button.is-warning, .fc-toolbar #toaster button.toast.warning, #toaster .fc-toolbar button.toast.warning, .fc-toolbar #toaster button.toast.sticky_warning, #toaster .fc-toolbar button.toast.sticky_warning, #toaster .button.toast.warning, #toaster .button.toast.sticky_warning {
    background-color: #fde456;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:hover, .fc-toolbar button.is-warning:hover, .fc-toolbar #toaster button.toast.warning:hover, #toaster .fc-toolbar button.toast.warning:hover, .fc-toolbar #toaster button.toast.sticky_warning:hover, #toaster .fc-toolbar button.toast.sticky_warning:hover, #toaster .button.toast.warning:hover, #toaster .button.toast.sticky_warning:hover, .button.is-warning.is-hovered, .fc-toolbar button.is-warning.is-hovered, .fc-toolbar #toaster button.is-hovered.toast.warning, #toaster .fc-toolbar button.is-hovered.toast.warning, .fc-toolbar #toaster button.is-hovered.toast.sticky_warning, #toaster .fc-toolbar button.is-hovered.toast.sticky_warning, .fc-toolbar button.is-warning:hover, .fc-toolbar #toaster button.toast.warning:hover, #toaster .fc-toolbar button.toast.warning:hover, .fc-toolbar #toaster button.toast.sticky_warning:hover, #toaster .fc-toolbar button.toast.sticky_warning:hover, #toaster .button.is-hovered.toast.warning, #toaster .button.is-hovered.toast.sticky_warning {
      background-color: #fde249;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:focus, .fc-toolbar button.is-warning:focus, .fc-toolbar #toaster button.toast.warning:focus, #toaster .fc-toolbar button.toast.warning:focus, .fc-toolbar #toaster button.toast.sticky_warning:focus, #toaster .fc-toolbar button.toast.sticky_warning:focus, #toaster .button.toast.warning:focus, #toaster .button.toast.sticky_warning:focus, .button.is-warning.is-focused, .fc-toolbar button.is-warning.is-focused, .fc-toolbar #toaster button.is-focused.toast.warning, #toaster .fc-toolbar button.is-focused.toast.warning, .fc-toolbar #toaster button.is-focused.toast.sticky_warning, #toaster .fc-toolbar button.is-focused.toast.sticky_warning, .fc-toolbar button.is-warning:focus, .fc-toolbar #toaster button.toast.warning:focus, #toaster .fc-toolbar button.toast.warning:focus, .fc-toolbar #toaster button.toast.sticky_warning:focus, #toaster .fc-toolbar button.toast.sticky_warning:focus, #toaster .button.is-focused.toast.warning, #toaster .button.is-focused.toast.sticky_warning {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning:focus:not(:active), .fc-toolbar button.is-warning:focus:not(:active), .fc-toolbar #toaster button.toast.warning:focus:not(:active), #toaster .fc-toolbar button.toast.warning:focus:not(:active), .fc-toolbar #toaster button.toast.sticky_warning:focus:not(:active), #toaster .fc-toolbar button.toast.sticky_warning:focus:not(:active), #toaster .button.toast.warning:focus:not(:active), #toaster .button.toast.sticky_warning:focus:not(:active), .button.is-warning.is-focused:not(:active), .fc-toolbar button.is-warning.is-focused:not(:active), .fc-toolbar #toaster button.is-focused.toast.warning:not(:active), #toaster .fc-toolbar button.is-focused.toast.warning:not(:active), .fc-toolbar #toaster button.is-focused.toast.sticky_warning:not(:active), #toaster .fc-toolbar button.is-focused.toast.sticky_warning:not(:active), .fc-toolbar button.is-warning:not(:active):focus, .fc-toolbar #toaster button.toast.warning:not(:active):focus, #toaster .fc-toolbar button.toast.warning:not(:active):focus, .fc-toolbar #toaster button.toast.sticky_warning:not(:active):focus, #toaster .fc-toolbar button.toast.sticky_warning:not(:active):focus, #toaster .button.is-focused.toast.warning:not(:active), #toaster .button.is-focused.toast.sticky_warning:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(253, 228, 86, 0.25); }
    .button.is-warning:active, .fc-toolbar button.is-warning:active, .fc-toolbar #toaster button.toast.warning:active, #toaster .fc-toolbar button.toast.warning:active, .fc-toolbar #toaster button.toast.sticky_warning:active, #toaster .fc-toolbar button.toast.sticky_warning:active, #toaster .button.toast.warning:active, #toaster .button.toast.sticky_warning:active, .button.is-warning.is-active, .fc-toolbar button.is-warning.is-active, .fc-toolbar #toaster button.is-active.toast.warning, #toaster .fc-toolbar button.is-active.toast.warning, .fc-toolbar #toaster button.is-active.toast.sticky_warning, #toaster .fc-toolbar button.is-active.toast.sticky_warning, .fc-toolbar .is-warning.fc-state-down, .fc-toolbar #toaster .fc-state-down.toast.warning, #toaster .fc-toolbar .fc-state-down.toast.warning, .fc-toolbar #toaster .fc-state-down.toast.sticky_warning, #toaster .fc-toolbar .fc-state-down.toast.sticky_warning, .fc-toolbar .is-warning.fc-state-active, .fc-toolbar #toaster .fc-state-active.toast.warning, #toaster .fc-toolbar .fc-state-active.toast.warning, .fc-toolbar #toaster .fc-state-active.toast.sticky_warning, #toaster .fc-toolbar .fc-state-active.toast.sticky_warning, .fc-toolbar .is-warning.ui-state-active, .fc-toolbar #toaster .ui-state-active.toast.warning, #toaster .fc-toolbar .ui-state-active.toast.warning, .fc-toolbar #toaster .ui-state-active.toast.sticky_warning, #toaster .fc-toolbar .ui-state-active.toast.sticky_warning, #toaster .button.is-active.toast.warning, #toaster .button.is-active.toast.sticky_warning {
      background-color: #fde03d;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning[disabled], .fc-toolbar button.is-warning[disabled], .fc-toolbar #toaster button.toast.warning[disabled], #toaster .fc-toolbar button.toast.warning[disabled], .fc-toolbar #toaster button.toast.sticky_warning[disabled], #toaster .fc-toolbar button.toast.sticky_warning[disabled], #toaster .button.toast.warning[disabled], #toaster .button.toast.sticky_warning[disabled],
    fieldset[disabled] .button.is-warning,
    fieldset[disabled] .fc-toolbar button.is-warning,
    .fc-toolbar fieldset[disabled] button.is-warning,
    fieldset[disabled] .fc-toolbar #toaster button.toast.warning,
    .fc-toolbar #toaster fieldset[disabled] button.toast.warning,
    fieldset[disabled] #toaster .fc-toolbar button.toast.warning,
    #toaster .fc-toolbar fieldset[disabled] button.toast.warning,
    fieldset[disabled] .fc-toolbar #toaster button.toast.sticky_warning,
    .fc-toolbar #toaster fieldset[disabled] button.toast.sticky_warning,
    fieldset[disabled] #toaster .fc-toolbar button.toast.sticky_warning,
    #toaster .fc-toolbar fieldset[disabled] button.toast.sticky_warning,
    fieldset[disabled] #toaster .button.toast.warning,
    #toaster fieldset[disabled] .button.toast.warning,
    fieldset[disabled] #toaster .button.toast.sticky_warning,
    #toaster fieldset[disabled] .button.toast.sticky_warning {
      background-color: #fde456;
      border-color: #fde456;
      box-shadow: none; }
    .button.is-warning.is-inverted, .fc-toolbar button.is-warning.is-inverted, .fc-toolbar #toaster button.is-inverted.toast.warning, #toaster .fc-toolbar button.is-inverted.toast.warning, .fc-toolbar #toaster button.is-inverted.toast.sticky_warning, #toaster .fc-toolbar button.is-inverted.toast.sticky_warning, #toaster .button.is-inverted.toast.warning, #toaster .button.is-inverted.toast.sticky_warning {
      background-color: rgba(0, 0, 0, 0.7);
      color: #fde456; }
      .button.is-warning.is-inverted:hover, .fc-toolbar button.is-warning.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.warning:hover, #toaster .fc-toolbar button.is-inverted.toast.warning:hover, .fc-toolbar #toaster button.is-inverted.toast.sticky_warning:hover, #toaster .fc-toolbar button.is-inverted.toast.sticky_warning:hover, #toaster .button.is-inverted.toast.warning:hover, #toaster .button.is-inverted.toast.sticky_warning:hover, .button.is-warning.is-inverted.is-hovered, .fc-toolbar button.is-warning.is-inverted.is-hovered, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.warning, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.warning, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.sticky_warning, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.sticky_warning, .fc-toolbar button.is-warning.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.warning:hover, #toaster .fc-toolbar button.is-inverted.toast.warning:hover, .fc-toolbar #toaster button.is-inverted.toast.sticky_warning:hover, #toaster .fc-toolbar button.is-inverted.toast.sticky_warning:hover, #toaster .button.is-inverted.is-hovered.toast.warning, #toaster .button.is-inverted.is-hovered.toast.sticky_warning {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted[disabled], .fc-toolbar button.is-warning.is-inverted[disabled], .fc-toolbar #toaster button.is-inverted.toast.warning[disabled], #toaster .fc-toolbar button.is-inverted.toast.warning[disabled], .fc-toolbar #toaster button.is-inverted.toast.sticky_warning[disabled], #toaster .fc-toolbar button.is-inverted.toast.sticky_warning[disabled], #toaster .button.is-inverted.toast.warning[disabled], #toaster .button.is-inverted.toast.sticky_warning[disabled],
      fieldset[disabled] .button.is-warning.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-warning.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-warning.is-inverted,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.warning,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.warning,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.warning,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.warning,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.sticky_warning,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.sticky_warning,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.sticky_warning,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.sticky_warning,
      fieldset[disabled] #toaster .button.is-inverted.toast.warning,
      #toaster fieldset[disabled] .button.is-inverted.toast.warning,
      fieldset[disabled] #toaster .button.is-inverted.toast.sticky_warning,
      #toaster fieldset[disabled] .button.is-inverted.toast.sticky_warning {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #fde456; }
    .button.is-warning.is-loading::after, .fc-toolbar button.is-warning.is-loading::after, .fc-toolbar #toaster button.is-loading.toast.warning::after, #toaster .fc-toolbar button.is-loading.toast.warning::after, .fc-toolbar #toaster button.is-loading.toast.sticky_warning::after, #toaster .fc-toolbar button.is-loading.toast.sticky_warning::after, #toaster .button.is-loading.toast.warning::after, #toaster .button.is-loading.toast.sticky_warning::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-warning.is-outlined, .fc-toolbar button.is-warning.is-outlined, .fc-toolbar #toaster button.is-outlined.toast.warning, #toaster .fc-toolbar button.is-outlined.toast.warning, .fc-toolbar #toaster button.is-outlined.toast.sticky_warning, #toaster .fc-toolbar button.is-outlined.toast.sticky_warning, #toaster .button.is-outlined.toast.warning, #toaster .button.is-outlined.toast.sticky_warning {
      background-color: transparent;
      border-color: #fde456;
      color: #fde456; }
      .button.is-warning.is-outlined:hover, .fc-toolbar button.is-warning.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.warning:hover, #toaster .fc-toolbar button.is-outlined.toast.warning:hover, .fc-toolbar #toaster button.is-outlined.toast.sticky_warning:hover, #toaster .fc-toolbar button.is-outlined.toast.sticky_warning:hover, #toaster .button.is-outlined.toast.warning:hover, #toaster .button.is-outlined.toast.sticky_warning:hover, .button.is-warning.is-outlined.is-hovered, .fc-toolbar button.is-warning.is-outlined.is-hovered, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.warning, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.warning, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.sticky_warning, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.sticky_warning, .fc-toolbar button.is-warning.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.warning:hover, #toaster .fc-toolbar button.is-outlined.toast.warning:hover, .fc-toolbar #toaster button.is-outlined.toast.sticky_warning:hover, #toaster .fc-toolbar button.is-outlined.toast.sticky_warning:hover, #toaster .button.is-outlined.is-hovered.toast.warning, #toaster .button.is-outlined.is-hovered.toast.sticky_warning, .button.is-warning.is-outlined:focus, .fc-toolbar button.is-warning.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.warning:focus, #toaster .fc-toolbar button.is-outlined.toast.warning:focus, .fc-toolbar #toaster button.is-outlined.toast.sticky_warning:focus, #toaster .fc-toolbar button.is-outlined.toast.sticky_warning:focus, #toaster .button.is-outlined.toast.warning:focus, #toaster .button.is-outlined.toast.sticky_warning:focus, .button.is-warning.is-outlined.is-focused, .fc-toolbar button.is-warning.is-outlined.is-focused, .fc-toolbar #toaster button.is-outlined.is-focused.toast.warning, #toaster .fc-toolbar button.is-outlined.is-focused.toast.warning, .fc-toolbar #toaster button.is-outlined.is-focused.toast.sticky_warning, #toaster .fc-toolbar button.is-outlined.is-focused.toast.sticky_warning, .fc-toolbar button.is-warning.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.warning:focus, #toaster .fc-toolbar button.is-outlined.toast.warning:focus, .fc-toolbar #toaster button.is-outlined.toast.sticky_warning:focus, #toaster .fc-toolbar button.is-outlined.toast.sticky_warning:focus, #toaster .button.is-outlined.is-focused.toast.warning, #toaster .button.is-outlined.is-focused.toast.sticky_warning {
        background-color: #fde456;
        border-color: #fde456;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-outlined.is-loading::after, .fc-toolbar button.is-warning.is-outlined.is-loading::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.warning::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.warning::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_warning::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_warning::after, #toaster .button.is-outlined.is-loading.toast.warning::after, #toaster .button.is-outlined.is-loading.toast.sticky_warning::after {
        border-color: transparent transparent #fde456 #fde456 !important; }
      .button.is-warning.is-outlined.is-loading:hover::after, .fc-toolbar button.is-warning.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.warning:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.warning:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .button.is-outlined.is-loading.toast.warning:hover::after, #toaster .button.is-outlined.is-loading.toast.sticky_warning:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-warning.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.warning::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.warning::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.sticky_warning::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.sticky_warning::after, .fc-toolbar button.is-warning.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.warning:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.warning:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.warning::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.sticky_warning::after, .button.is-warning.is-outlined.is-loading:focus::after, .fc-toolbar button.is-warning.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.warning:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.warning:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .button.is-outlined.is-loading.toast.warning:focus::after, #toaster .button.is-outlined.is-loading.toast.sticky_warning:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-warning.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.warning::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.warning::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.sticky_warning::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.sticky_warning::after, .fc-toolbar button.is-warning.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.warning:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.warning:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .button.is-outlined.is-loading.is-focused.toast.warning::after, #toaster .button.is-outlined.is-loading.is-focused.toast.sticky_warning::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
      .button.is-warning.is-outlined[disabled], .fc-toolbar button.is-warning.is-outlined[disabled], .fc-toolbar #toaster button.is-outlined.toast.warning[disabled], #toaster .fc-toolbar button.is-outlined.toast.warning[disabled], .fc-toolbar #toaster button.is-outlined.toast.sticky_warning[disabled], #toaster .fc-toolbar button.is-outlined.toast.sticky_warning[disabled], #toaster .button.is-outlined.toast.warning[disabled], #toaster .button.is-outlined.toast.sticky_warning[disabled],
      fieldset[disabled] .button.is-warning.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-warning.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-warning.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.warning,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.warning,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.warning,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.warning,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.sticky_warning,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.sticky_warning,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.sticky_warning,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.sticky_warning,
      fieldset[disabled] #toaster .button.is-outlined.toast.warning,
      #toaster fieldset[disabled] .button.is-outlined.toast.warning,
      fieldset[disabled] #toaster .button.is-outlined.toast.sticky_warning,
      #toaster fieldset[disabled] .button.is-outlined.toast.sticky_warning {
        background-color: transparent;
        border-color: #fde456;
        box-shadow: none;
        color: #fde456; }
    .button.is-warning.is-inverted.is-outlined, .fc-toolbar button.is-warning.is-inverted.is-outlined, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.warning, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.warning, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_warning, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_warning, #toaster .button.is-inverted.is-outlined.toast.warning, #toaster .button.is-inverted.is-outlined.toast.sticky_warning {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted.is-outlined:hover, .fc-toolbar button.is-warning.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.warning:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.warning:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_warning:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_warning:hover, #toaster .button.is-inverted.is-outlined.toast.warning:hover, #toaster .button.is-inverted.is-outlined.toast.sticky_warning:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-hovered, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.warning, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.warning, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.sticky_warning, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.sticky_warning, .fc-toolbar button.is-warning.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.warning:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.warning:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_warning:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_warning:hover, #toaster .button.is-inverted.is-outlined.is-hovered.toast.warning, #toaster .button.is-inverted.is-outlined.is-hovered.toast.sticky_warning, .button.is-warning.is-inverted.is-outlined:focus, .fc-toolbar button.is-warning.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.warning:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.warning:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_warning:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_warning:focus, #toaster .button.is-inverted.is-outlined.toast.warning:focus, #toaster .button.is-inverted.is-outlined.toast.sticky_warning:focus, .button.is-warning.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-focused, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.warning, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.warning, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.sticky_warning, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.sticky_warning, .fc-toolbar button.is-warning.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.warning:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.warning:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_warning:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_warning:focus, #toaster .button.is-inverted.is-outlined.is-focused.toast.warning, #toaster .button.is-inverted.is-outlined.is-focused.toast.sticky_warning {
        background-color: rgba(0, 0, 0, 0.7);
        color: #fde456; }
      .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.warning:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.warning:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.warning:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.sticky_warning:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.warning::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.warning::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_warning::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_warning::after, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.warning:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.warning:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_warning:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.warning::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_warning::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.warning:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.warning:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.warning:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.sticky_warning:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.warning::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.warning::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_warning::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_warning::after, .fc-toolbar button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.warning:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.warning:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_warning:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.warning::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_warning::after {
        border-color: transparent transparent #fde456 #fde456 !important; }
      .button.is-warning.is-inverted.is-outlined[disabled], .fc-toolbar button.is-warning.is-inverted.is-outlined[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.warning[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.warning[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_warning[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_warning[disabled], #toaster .button.is-inverted.is-outlined.toast.warning[disabled], #toaster .button.is-inverted.is-outlined.toast.sticky_warning[disabled],
      fieldset[disabled] .button.is-warning.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-warning.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-warning.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.warning,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.warning,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.warning,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.warning,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_warning,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.sticky_warning,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_warning,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.sticky_warning,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.warning,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.warning,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.sticky_warning,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.sticky_warning {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-danger, .fc-toolbar button.is-danger, .fc-toolbar #toaster button.toast.error, #toaster .fc-toolbar button.toast.error, .fc-toolbar #toaster button.toast.danger, #toaster .fc-toolbar button.toast.danger, .fc-toolbar #toaster button.toast.is-error, #toaster .fc-toolbar button.toast.is-error, .fc-toolbar #toaster button.toast.sticky_error, #toaster .fc-toolbar button.toast.sticky_error, #toaster .button.toast.error, #toaster .button.toast.danger, #toaster .button.toast.is-error, #toaster .button.toast.sticky_error {
    background-color: #d25a4d;
    border-color: transparent;
    color: #fff; }
    .button.is-danger:hover, .fc-toolbar button.is-danger:hover, .fc-toolbar #toaster button.toast.error:hover, #toaster .fc-toolbar button.toast.error:hover, .fc-toolbar #toaster button.toast.danger:hover, #toaster .fc-toolbar button.toast.danger:hover, .fc-toolbar #toaster button.toast.is-error:hover, #toaster .fc-toolbar button.toast.is-error:hover, .fc-toolbar #toaster button.toast.sticky_error:hover, #toaster .fc-toolbar button.toast.sticky_error:hover, #toaster .button.toast.error:hover, #toaster .button.toast.danger:hover, #toaster .button.toast.is-error:hover, #toaster .button.toast.sticky_error:hover, .button.is-danger.is-hovered, .fc-toolbar button.is-danger.is-hovered, .fc-toolbar #toaster button.is-hovered.toast.error, #toaster .fc-toolbar button.is-hovered.toast.error, .fc-toolbar #toaster button.is-hovered.toast.danger, #toaster .fc-toolbar button.is-hovered.toast.danger, .fc-toolbar #toaster button.is-hovered.toast.is-error, #toaster .fc-toolbar button.is-hovered.toast.is-error, .fc-toolbar #toaster button.is-hovered.toast.sticky_error, #toaster .fc-toolbar button.is-hovered.toast.sticky_error, .fc-toolbar button.is-danger:hover, .fc-toolbar #toaster button.toast.error:hover, #toaster .fc-toolbar button.toast.error:hover, .fc-toolbar #toaster button.toast.danger:hover, #toaster .fc-toolbar button.toast.danger:hover, .fc-toolbar #toaster button.toast.is-error:hover, #toaster .fc-toolbar button.toast.is-error:hover, .fc-toolbar #toaster button.toast.sticky_error:hover, #toaster .fc-toolbar button.toast.sticky_error:hover, #toaster .button.is-hovered.toast.error, #toaster .button.is-hovered.toast.danger, #toaster .button.is-hovered.toast.is-error, #toaster .button.is-hovered.toast.sticky_error {
      background-color: #cf5143;
      border-color: transparent;
      color: #fff; }
    .button.is-danger:focus, .fc-toolbar button.is-danger:focus, .fc-toolbar #toaster button.toast.error:focus, #toaster .fc-toolbar button.toast.error:focus, .fc-toolbar #toaster button.toast.danger:focus, #toaster .fc-toolbar button.toast.danger:focus, .fc-toolbar #toaster button.toast.is-error:focus, #toaster .fc-toolbar button.toast.is-error:focus, .fc-toolbar #toaster button.toast.sticky_error:focus, #toaster .fc-toolbar button.toast.sticky_error:focus, #toaster .button.toast.error:focus, #toaster .button.toast.danger:focus, #toaster .button.toast.is-error:focus, #toaster .button.toast.sticky_error:focus, .button.is-danger.is-focused, .fc-toolbar button.is-danger.is-focused, .fc-toolbar #toaster button.is-focused.toast.error, #toaster .fc-toolbar button.is-focused.toast.error, .fc-toolbar #toaster button.is-focused.toast.danger, #toaster .fc-toolbar button.is-focused.toast.danger, .fc-toolbar #toaster button.is-focused.toast.is-error, #toaster .fc-toolbar button.is-focused.toast.is-error, .fc-toolbar #toaster button.is-focused.toast.sticky_error, #toaster .fc-toolbar button.is-focused.toast.sticky_error, .fc-toolbar button.is-danger:focus, .fc-toolbar #toaster button.toast.error:focus, #toaster .fc-toolbar button.toast.error:focus, .fc-toolbar #toaster button.toast.danger:focus, #toaster .fc-toolbar button.toast.danger:focus, .fc-toolbar #toaster button.toast.is-error:focus, #toaster .fc-toolbar button.toast.is-error:focus, .fc-toolbar #toaster button.toast.sticky_error:focus, #toaster .fc-toolbar button.toast.sticky_error:focus, #toaster .button.is-focused.toast.error, #toaster .button.is-focused.toast.danger, #toaster .button.is-focused.toast.is-error, #toaster .button.is-focused.toast.sticky_error {
      border-color: transparent;
      color: #fff; }
      .button.is-danger:focus:not(:active), .fc-toolbar button.is-danger:focus:not(:active), .fc-toolbar #toaster button.toast.error:focus:not(:active), #toaster .fc-toolbar button.toast.error:focus:not(:active), .fc-toolbar #toaster button.toast.danger:focus:not(:active), #toaster .fc-toolbar button.toast.danger:focus:not(:active), .fc-toolbar #toaster button.toast.is-error:focus:not(:active), #toaster .fc-toolbar button.toast.is-error:focus:not(:active), .fc-toolbar #toaster button.toast.sticky_error:focus:not(:active), #toaster .fc-toolbar button.toast.sticky_error:focus:not(:active), #toaster .button.toast.error:focus:not(:active), #toaster .button.toast.danger:focus:not(:active), #toaster .button.toast.is-error:focus:not(:active), #toaster .button.toast.sticky_error:focus:not(:active), .button.is-danger.is-focused:not(:active), .fc-toolbar button.is-danger.is-focused:not(:active), .fc-toolbar #toaster button.is-focused.toast.error:not(:active), #toaster .fc-toolbar button.is-focused.toast.error:not(:active), .fc-toolbar #toaster button.is-focused.toast.danger:not(:active), #toaster .fc-toolbar button.is-focused.toast.danger:not(:active), .fc-toolbar #toaster button.is-focused.toast.is-error:not(:active), #toaster .fc-toolbar button.is-focused.toast.is-error:not(:active), .fc-toolbar #toaster button.is-focused.toast.sticky_error:not(:active), #toaster .fc-toolbar button.is-focused.toast.sticky_error:not(:active), .fc-toolbar button.is-danger:not(:active):focus, .fc-toolbar #toaster button.toast.error:not(:active):focus, #toaster .fc-toolbar button.toast.error:not(:active):focus, .fc-toolbar #toaster button.toast.danger:not(:active):focus, #toaster .fc-toolbar button.toast.danger:not(:active):focus, .fc-toolbar #toaster button.toast.is-error:not(:active):focus, #toaster .fc-toolbar button.toast.is-error:not(:active):focus, .fc-toolbar #toaster button.toast.sticky_error:not(:active):focus, #toaster .fc-toolbar button.toast.sticky_error:not(:active):focus, #toaster .button.is-focused.toast.error:not(:active), #toaster .button.is-focused.toast.danger:not(:active), #toaster .button.is-focused.toast.is-error:not(:active), #toaster .button.is-focused.toast.sticky_error:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(210, 90, 77, 0.25); }
    .button.is-danger:active, .fc-toolbar button.is-danger:active, .fc-toolbar #toaster button.toast.error:active, #toaster .fc-toolbar button.toast.error:active, .fc-toolbar #toaster button.toast.danger:active, #toaster .fc-toolbar button.toast.danger:active, .fc-toolbar #toaster button.toast.is-error:active, #toaster .fc-toolbar button.toast.is-error:active, .fc-toolbar #toaster button.toast.sticky_error:active, #toaster .fc-toolbar button.toast.sticky_error:active, #toaster .button.toast.error:active, #toaster .button.toast.danger:active, #toaster .button.toast.is-error:active, #toaster .button.toast.sticky_error:active, .button.is-danger.is-active, .fc-toolbar button.is-danger.is-active, .fc-toolbar #toaster button.is-active.toast.error, #toaster .fc-toolbar button.is-active.toast.error, .fc-toolbar #toaster button.is-active.toast.danger, #toaster .fc-toolbar button.is-active.toast.danger, .fc-toolbar #toaster button.is-active.toast.is-error, #toaster .fc-toolbar button.is-active.toast.is-error, .fc-toolbar #toaster button.is-active.toast.sticky_error, #toaster .fc-toolbar button.is-active.toast.sticky_error, .fc-toolbar .is-danger.fc-state-down, .fc-toolbar #toaster .fc-state-down.toast.error, #toaster .fc-toolbar .fc-state-down.toast.error, .fc-toolbar #toaster .fc-state-down.toast.danger, #toaster .fc-toolbar .fc-state-down.toast.danger, .fc-toolbar #toaster .fc-state-down.toast.is-error, #toaster .fc-toolbar .fc-state-down.toast.is-error, .fc-toolbar #toaster .fc-state-down.toast.sticky_error, #toaster .fc-toolbar .fc-state-down.toast.sticky_error, .fc-toolbar .is-danger.fc-state-active, .fc-toolbar #toaster .fc-state-active.toast.error, #toaster .fc-toolbar .fc-state-active.toast.error, .fc-toolbar #toaster .fc-state-active.toast.danger, #toaster .fc-toolbar .fc-state-active.toast.danger, .fc-toolbar #toaster .fc-state-active.toast.is-error, #toaster .fc-toolbar .fc-state-active.toast.is-error, .fc-toolbar #toaster .fc-state-active.toast.sticky_error, #toaster .fc-toolbar .fc-state-active.toast.sticky_error, .fc-toolbar .is-danger.ui-state-active, .fc-toolbar #toaster .ui-state-active.toast.error, #toaster .fc-toolbar .ui-state-active.toast.error, .fc-toolbar #toaster .ui-state-active.toast.danger, #toaster .fc-toolbar .ui-state-active.toast.danger, .fc-toolbar #toaster .ui-state-active.toast.is-error, #toaster .fc-toolbar .ui-state-active.toast.is-error, .fc-toolbar #toaster .ui-state-active.toast.sticky_error, #toaster .fc-toolbar .ui-state-active.toast.sticky_error, #toaster .button.is-active.toast.error, #toaster .button.is-active.toast.danger, #toaster .button.is-active.toast.is-error, #toaster .button.is-active.toast.sticky_error {
      background-color: #cd4739;
      border-color: transparent;
      color: #fff; }
    .button.is-danger[disabled], .fc-toolbar button.is-danger[disabled], .fc-toolbar #toaster button.toast.error[disabled], #toaster .fc-toolbar button.toast.error[disabled], .fc-toolbar #toaster button.toast.danger[disabled], #toaster .fc-toolbar button.toast.danger[disabled], .fc-toolbar #toaster button.toast.is-error[disabled], #toaster .fc-toolbar button.toast.is-error[disabled], .fc-toolbar #toaster button.toast.sticky_error[disabled], #toaster .fc-toolbar button.toast.sticky_error[disabled], #toaster .button.toast.error[disabled], #toaster .button.toast.danger[disabled], #toaster .button.toast.is-error[disabled], #toaster .button.toast.sticky_error[disabled],
    fieldset[disabled] .button.is-danger,
    fieldset[disabled] .fc-toolbar button.is-danger,
    .fc-toolbar fieldset[disabled] button.is-danger,
    fieldset[disabled] .fc-toolbar #toaster button.toast.error,
    .fc-toolbar #toaster fieldset[disabled] button.toast.error,
    fieldset[disabled] #toaster .fc-toolbar button.toast.error,
    #toaster .fc-toolbar fieldset[disabled] button.toast.error,
    fieldset[disabled] .fc-toolbar #toaster button.toast.danger,
    .fc-toolbar #toaster fieldset[disabled] button.toast.danger,
    fieldset[disabled] #toaster .fc-toolbar button.toast.danger,
    #toaster .fc-toolbar fieldset[disabled] button.toast.danger,
    fieldset[disabled] .fc-toolbar #toaster button.toast.is-error,
    .fc-toolbar #toaster fieldset[disabled] button.toast.is-error,
    fieldset[disabled] #toaster .fc-toolbar button.toast.is-error,
    #toaster .fc-toolbar fieldset[disabled] button.toast.is-error,
    fieldset[disabled] .fc-toolbar #toaster button.toast.sticky_error,
    .fc-toolbar #toaster fieldset[disabled] button.toast.sticky_error,
    fieldset[disabled] #toaster .fc-toolbar button.toast.sticky_error,
    #toaster .fc-toolbar fieldset[disabled] button.toast.sticky_error,
    fieldset[disabled] #toaster .button.toast.error,
    #toaster fieldset[disabled] .button.toast.error,
    fieldset[disabled] #toaster .button.toast.danger,
    #toaster fieldset[disabled] .button.toast.danger,
    fieldset[disabled] #toaster .button.toast.is-error,
    #toaster fieldset[disabled] .button.toast.is-error,
    fieldset[disabled] #toaster .button.toast.sticky_error,
    #toaster fieldset[disabled] .button.toast.sticky_error {
      background-color: #d25a4d;
      border-color: #d25a4d;
      box-shadow: none; }
    .button.is-danger.is-inverted, .fc-toolbar button.is-danger.is-inverted, .fc-toolbar #toaster button.is-inverted.toast.error, #toaster .fc-toolbar button.is-inverted.toast.error, .fc-toolbar #toaster button.is-inverted.toast.danger, #toaster .fc-toolbar button.is-inverted.toast.danger, .fc-toolbar #toaster button.is-inverted.toast.is-error, #toaster .fc-toolbar button.is-inverted.toast.is-error, .fc-toolbar #toaster button.is-inverted.toast.sticky_error, #toaster .fc-toolbar button.is-inverted.toast.sticky_error, #toaster .button.is-inverted.toast.error, #toaster .button.is-inverted.toast.danger, #toaster .button.is-inverted.toast.is-error, #toaster .button.is-inverted.toast.sticky_error {
      background-color: #fff;
      color: #d25a4d; }
      .button.is-danger.is-inverted:hover, .fc-toolbar button.is-danger.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.error:hover, #toaster .fc-toolbar button.is-inverted.toast.error:hover, .fc-toolbar #toaster button.is-inverted.toast.danger:hover, #toaster .fc-toolbar button.is-inverted.toast.danger:hover, .fc-toolbar #toaster button.is-inverted.toast.is-error:hover, #toaster .fc-toolbar button.is-inverted.toast.is-error:hover, .fc-toolbar #toaster button.is-inverted.toast.sticky_error:hover, #toaster .fc-toolbar button.is-inverted.toast.sticky_error:hover, #toaster .button.is-inverted.toast.error:hover, #toaster .button.is-inverted.toast.danger:hover, #toaster .button.is-inverted.toast.is-error:hover, #toaster .button.is-inverted.toast.sticky_error:hover, .button.is-danger.is-inverted.is-hovered, .fc-toolbar button.is-danger.is-inverted.is-hovered, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.error, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.error, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.danger, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.danger, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.is-error, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.is-error, .fc-toolbar #toaster button.is-inverted.is-hovered.toast.sticky_error, #toaster .fc-toolbar button.is-inverted.is-hovered.toast.sticky_error, .fc-toolbar button.is-danger.is-inverted:hover, .fc-toolbar #toaster button.is-inverted.toast.error:hover, #toaster .fc-toolbar button.is-inverted.toast.error:hover, .fc-toolbar #toaster button.is-inverted.toast.danger:hover, #toaster .fc-toolbar button.is-inverted.toast.danger:hover, .fc-toolbar #toaster button.is-inverted.toast.is-error:hover, #toaster .fc-toolbar button.is-inverted.toast.is-error:hover, .fc-toolbar #toaster button.is-inverted.toast.sticky_error:hover, #toaster .fc-toolbar button.is-inverted.toast.sticky_error:hover, #toaster .button.is-inverted.is-hovered.toast.error, #toaster .button.is-inverted.is-hovered.toast.danger, #toaster .button.is-inverted.is-hovered.toast.is-error, #toaster .button.is-inverted.is-hovered.toast.sticky_error {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled], .fc-toolbar button.is-danger.is-inverted[disabled], .fc-toolbar #toaster button.is-inverted.toast.error[disabled], #toaster .fc-toolbar button.is-inverted.toast.error[disabled], .fc-toolbar #toaster button.is-inverted.toast.danger[disabled], #toaster .fc-toolbar button.is-inverted.toast.danger[disabled], .fc-toolbar #toaster button.is-inverted.toast.is-error[disabled], #toaster .fc-toolbar button.is-inverted.toast.is-error[disabled], .fc-toolbar #toaster button.is-inverted.toast.sticky_error[disabled], #toaster .fc-toolbar button.is-inverted.toast.sticky_error[disabled], #toaster .button.is-inverted.toast.error[disabled], #toaster .button.is-inverted.toast.danger[disabled], #toaster .button.is-inverted.toast.is-error[disabled], #toaster .button.is-inverted.toast.sticky_error[disabled],
      fieldset[disabled] .button.is-danger.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-danger.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-danger.is-inverted,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.error,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.error,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.error,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.error,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.danger,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.danger,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.danger,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.danger,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.is-error,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.is-error,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.is-error,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.is-error,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.toast.sticky_error,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.toast.sticky_error,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.toast.sticky_error,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.toast.sticky_error,
      fieldset[disabled] #toaster .button.is-inverted.toast.error,
      #toaster fieldset[disabled] .button.is-inverted.toast.error,
      fieldset[disabled] #toaster .button.is-inverted.toast.danger,
      #toaster fieldset[disabled] .button.is-inverted.toast.danger,
      fieldset[disabled] #toaster .button.is-inverted.toast.is-error,
      #toaster fieldset[disabled] .button.is-inverted.toast.is-error,
      fieldset[disabled] #toaster .button.is-inverted.toast.sticky_error,
      #toaster fieldset[disabled] .button.is-inverted.toast.sticky_error {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #d25a4d; }
    .button.is-danger.is-loading::after, .fc-toolbar button.is-danger.is-loading::after, .fc-toolbar #toaster button.is-loading.toast.error::after, #toaster .fc-toolbar button.is-loading.toast.error::after, .fc-toolbar #toaster button.is-loading.toast.danger::after, #toaster .fc-toolbar button.is-loading.toast.danger::after, .fc-toolbar #toaster button.is-loading.toast.is-error::after, #toaster .fc-toolbar button.is-loading.toast.is-error::after, .fc-toolbar #toaster button.is-loading.toast.sticky_error::after, #toaster .fc-toolbar button.is-loading.toast.sticky_error::after, #toaster .button.is-loading.toast.error::after, #toaster .button.is-loading.toast.danger::after, #toaster .button.is-loading.toast.is-error::after, #toaster .button.is-loading.toast.sticky_error::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined, .fc-toolbar button.is-danger.is-outlined, .fc-toolbar #toaster button.is-outlined.toast.error, #toaster .fc-toolbar button.is-outlined.toast.error, .fc-toolbar #toaster button.is-outlined.toast.danger, #toaster .fc-toolbar button.is-outlined.toast.danger, .fc-toolbar #toaster button.is-outlined.toast.is-error, #toaster .fc-toolbar button.is-outlined.toast.is-error, .fc-toolbar #toaster button.is-outlined.toast.sticky_error, #toaster .fc-toolbar button.is-outlined.toast.sticky_error, #toaster .button.is-outlined.toast.error, #toaster .button.is-outlined.toast.danger, #toaster .button.is-outlined.toast.is-error, #toaster .button.is-outlined.toast.sticky_error {
      background-color: transparent;
      border-color: #d25a4d;
      color: #d25a4d; }
      .button.is-danger.is-outlined:hover, .fc-toolbar button.is-danger.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.error:hover, #toaster .fc-toolbar button.is-outlined.toast.error:hover, .fc-toolbar #toaster button.is-outlined.toast.danger:hover, #toaster .fc-toolbar button.is-outlined.toast.danger:hover, .fc-toolbar #toaster button.is-outlined.toast.is-error:hover, #toaster .fc-toolbar button.is-outlined.toast.is-error:hover, .fc-toolbar #toaster button.is-outlined.toast.sticky_error:hover, #toaster .fc-toolbar button.is-outlined.toast.sticky_error:hover, #toaster .button.is-outlined.toast.error:hover, #toaster .button.is-outlined.toast.danger:hover, #toaster .button.is-outlined.toast.is-error:hover, #toaster .button.is-outlined.toast.sticky_error:hover, .button.is-danger.is-outlined.is-hovered, .fc-toolbar button.is-danger.is-outlined.is-hovered, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.error, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.error, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.danger, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.danger, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.is-error, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.is-error, .fc-toolbar #toaster button.is-outlined.is-hovered.toast.sticky_error, #toaster .fc-toolbar button.is-outlined.is-hovered.toast.sticky_error, .fc-toolbar button.is-danger.is-outlined:hover, .fc-toolbar #toaster button.is-outlined.toast.error:hover, #toaster .fc-toolbar button.is-outlined.toast.error:hover, .fc-toolbar #toaster button.is-outlined.toast.danger:hover, #toaster .fc-toolbar button.is-outlined.toast.danger:hover, .fc-toolbar #toaster button.is-outlined.toast.is-error:hover, #toaster .fc-toolbar button.is-outlined.toast.is-error:hover, .fc-toolbar #toaster button.is-outlined.toast.sticky_error:hover, #toaster .fc-toolbar button.is-outlined.toast.sticky_error:hover, #toaster .button.is-outlined.is-hovered.toast.error, #toaster .button.is-outlined.is-hovered.toast.danger, #toaster .button.is-outlined.is-hovered.toast.is-error, #toaster .button.is-outlined.is-hovered.toast.sticky_error, .button.is-danger.is-outlined:focus, .fc-toolbar button.is-danger.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.error:focus, #toaster .fc-toolbar button.is-outlined.toast.error:focus, .fc-toolbar #toaster button.is-outlined.toast.danger:focus, #toaster .fc-toolbar button.is-outlined.toast.danger:focus, .fc-toolbar #toaster button.is-outlined.toast.is-error:focus, #toaster .fc-toolbar button.is-outlined.toast.is-error:focus, .fc-toolbar #toaster button.is-outlined.toast.sticky_error:focus, #toaster .fc-toolbar button.is-outlined.toast.sticky_error:focus, #toaster .button.is-outlined.toast.error:focus, #toaster .button.is-outlined.toast.danger:focus, #toaster .button.is-outlined.toast.is-error:focus, #toaster .button.is-outlined.toast.sticky_error:focus, .button.is-danger.is-outlined.is-focused, .fc-toolbar button.is-danger.is-outlined.is-focused, .fc-toolbar #toaster button.is-outlined.is-focused.toast.error, #toaster .fc-toolbar button.is-outlined.is-focused.toast.error, .fc-toolbar #toaster button.is-outlined.is-focused.toast.danger, #toaster .fc-toolbar button.is-outlined.is-focused.toast.danger, .fc-toolbar #toaster button.is-outlined.is-focused.toast.is-error, #toaster .fc-toolbar button.is-outlined.is-focused.toast.is-error, .fc-toolbar #toaster button.is-outlined.is-focused.toast.sticky_error, #toaster .fc-toolbar button.is-outlined.is-focused.toast.sticky_error, .fc-toolbar button.is-danger.is-outlined:focus, .fc-toolbar #toaster button.is-outlined.toast.error:focus, #toaster .fc-toolbar button.is-outlined.toast.error:focus, .fc-toolbar #toaster button.is-outlined.toast.danger:focus, #toaster .fc-toolbar button.is-outlined.toast.danger:focus, .fc-toolbar #toaster button.is-outlined.toast.is-error:focus, #toaster .fc-toolbar button.is-outlined.toast.is-error:focus, .fc-toolbar #toaster button.is-outlined.toast.sticky_error:focus, #toaster .fc-toolbar button.is-outlined.toast.sticky_error:focus, #toaster .button.is-outlined.is-focused.toast.error, #toaster .button.is-outlined.is-focused.toast.danger, #toaster .button.is-outlined.is-focused.toast.is-error, #toaster .button.is-outlined.is-focused.toast.sticky_error {
        background-color: #d25a4d;
        border-color: #d25a4d;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading::after, .fc-toolbar button.is-danger.is-outlined.is-loading::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.error::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.error::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.danger::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.danger::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.is-error::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.is-error::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_error::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_error::after, #toaster .button.is-outlined.is-loading.toast.error::after, #toaster .button.is-outlined.is-loading.toast.danger::after, #toaster .button.is-outlined.is-loading.toast.is-error::after, #toaster .button.is-outlined.is-loading.toast.sticky_error::after {
        border-color: transparent transparent #d25a4d #d25a4d !important; }
      .button.is-danger.is-outlined.is-loading:hover::after, .fc-toolbar button.is-danger.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.error:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.error:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.danger:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.danger:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.is-error:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.is-error:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .button.is-outlined.is-loading.toast.error:hover::after, #toaster .button.is-outlined.is-loading.toast.danger:hover::after, #toaster .button.is-outlined.is-loading.toast.is-error:hover::after, #toaster .button.is-outlined.is-loading.toast.sticky_error:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-danger.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.error::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.error::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.danger::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.danger::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.is-error::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.is-error::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-hovered.toast.sticky_error::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-hovered.toast.sticky_error::after, .fc-toolbar button.is-danger.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.error:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.error:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.danger:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.danger:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.is-error:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.is-error:hover::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.error::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.danger::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.is-error::after, #toaster .button.is-outlined.is-loading.is-hovered.toast.sticky_error::after, .button.is-danger.is-outlined.is-loading:focus::after, .fc-toolbar button.is-danger.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.error:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.error:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.danger:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.danger:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.is-error:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.is-error:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .button.is-outlined.is-loading.toast.error:focus::after, #toaster .button.is-outlined.is-loading.toast.danger:focus::after, #toaster .button.is-outlined.is-loading.toast.is-error:focus::after, #toaster .button.is-outlined.is-loading.toast.sticky_error:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-danger.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.error::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.error::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.danger::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.danger::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.is-error::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.is-error::after, .fc-toolbar #toaster button.is-outlined.is-loading.is-focused.toast.sticky_error::after, #toaster .fc-toolbar button.is-outlined.is-loading.is-focused.toast.sticky_error::after, .fc-toolbar button.is-danger.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.error:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.error:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.danger:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.danger:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.is-error:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.is-error:focus::after, .fc-toolbar #toaster button.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .fc-toolbar button.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .button.is-outlined.is-loading.is-focused.toast.error::after, #toaster .button.is-outlined.is-loading.is-focused.toast.danger::after, #toaster .button.is-outlined.is-loading.is-focused.toast.is-error::after, #toaster .button.is-outlined.is-loading.is-focused.toast.sticky_error::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-danger.is-outlined[disabled], .fc-toolbar button.is-danger.is-outlined[disabled], .fc-toolbar #toaster button.is-outlined.toast.error[disabled], #toaster .fc-toolbar button.is-outlined.toast.error[disabled], .fc-toolbar #toaster button.is-outlined.toast.danger[disabled], #toaster .fc-toolbar button.is-outlined.toast.danger[disabled], .fc-toolbar #toaster button.is-outlined.toast.is-error[disabled], #toaster .fc-toolbar button.is-outlined.toast.is-error[disabled], .fc-toolbar #toaster button.is-outlined.toast.sticky_error[disabled], #toaster .fc-toolbar button.is-outlined.toast.sticky_error[disabled], #toaster .button.is-outlined.toast.error[disabled], #toaster .button.is-outlined.toast.danger[disabled], #toaster .button.is-outlined.toast.is-error[disabled], #toaster .button.is-outlined.toast.sticky_error[disabled],
      fieldset[disabled] .button.is-danger.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-danger.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-danger.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.error,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.error,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.error,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.error,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.danger,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.danger,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.danger,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.danger,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.is-error,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.is-error,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.is-error,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.is-error,
      fieldset[disabled] .fc-toolbar #toaster button.is-outlined.toast.sticky_error,
      .fc-toolbar #toaster fieldset[disabled] button.is-outlined.toast.sticky_error,
      fieldset[disabled] #toaster .fc-toolbar button.is-outlined.toast.sticky_error,
      #toaster .fc-toolbar fieldset[disabled] button.is-outlined.toast.sticky_error,
      fieldset[disabled] #toaster .button.is-outlined.toast.error,
      #toaster fieldset[disabled] .button.is-outlined.toast.error,
      fieldset[disabled] #toaster .button.is-outlined.toast.danger,
      #toaster fieldset[disabled] .button.is-outlined.toast.danger,
      fieldset[disabled] #toaster .button.is-outlined.toast.is-error,
      #toaster fieldset[disabled] .button.is-outlined.toast.is-error,
      fieldset[disabled] #toaster .button.is-outlined.toast.sticky_error,
      #toaster fieldset[disabled] .button.is-outlined.toast.sticky_error {
        background-color: transparent;
        border-color: #d25a4d;
        box-shadow: none;
        color: #d25a4d; }
    .button.is-danger.is-inverted.is-outlined, .fc-toolbar button.is-danger.is-inverted.is-outlined, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.error, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.error, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.danger, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.danger, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.is-error, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.is-error, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_error, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_error, #toaster .button.is-inverted.is-outlined.toast.error, #toaster .button.is-inverted.is-outlined.toast.danger, #toaster .button.is-inverted.is-outlined.toast.is-error, #toaster .button.is-inverted.is-outlined.toast.sticky_error {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .fc-toolbar button.is-danger.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.error:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.error:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.danger:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.danger:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.is-error:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.is-error:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_error:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_error:hover, #toaster .button.is-inverted.is-outlined.toast.error:hover, #toaster .button.is-inverted.is-outlined.toast.danger:hover, #toaster .button.is-inverted.is-outlined.toast.is-error:hover, #toaster .button.is-inverted.is-outlined.toast.sticky_error:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-hovered, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.error, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.error, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.danger, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.danger, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.is-error, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.is-error, .fc-toolbar #toaster button.is-inverted.is-outlined.is-hovered.toast.sticky_error, #toaster .fc-toolbar button.is-inverted.is-outlined.is-hovered.toast.sticky_error, .fc-toolbar button.is-danger.is-inverted.is-outlined:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.error:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.error:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.danger:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.danger:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.is-error:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.is-error:hover, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_error:hover, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_error:hover, #toaster .button.is-inverted.is-outlined.is-hovered.toast.error, #toaster .button.is-inverted.is-outlined.is-hovered.toast.danger, #toaster .button.is-inverted.is-outlined.is-hovered.toast.is-error, #toaster .button.is-inverted.is-outlined.is-hovered.toast.sticky_error, .button.is-danger.is-inverted.is-outlined:focus, .fc-toolbar button.is-danger.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.error:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.error:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.danger:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.danger:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.is-error:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.is-error:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_error:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_error:focus, #toaster .button.is-inverted.is-outlined.toast.error:focus, #toaster .button.is-inverted.is-outlined.toast.danger:focus, #toaster .button.is-inverted.is-outlined.toast.is-error:focus, #toaster .button.is-inverted.is-outlined.toast.sticky_error:focus, .button.is-danger.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-focused, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.error, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.error, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.danger, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.danger, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.is-error, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.is-error, .fc-toolbar #toaster button.is-inverted.is-outlined.is-focused.toast.sticky_error, #toaster .fc-toolbar button.is-inverted.is-outlined.is-focused.toast.sticky_error, .fc-toolbar button.is-danger.is-inverted.is-outlined:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.error:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.error:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.danger:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.danger:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.is-error:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.is-error:focus, .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_error:focus, #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_error:focus, #toaster .button.is-inverted.is-outlined.is-focused.toast.error, #toaster .button.is-inverted.is-outlined.is-focused.toast.danger, #toaster .button.is-inverted.is-outlined.is-focused.toast.is-error, #toaster .button.is-inverted.is-outlined.is-focused.toast.sticky_error {
        background-color: #fff;
        color: #d25a4d; }
      .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.error:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.error:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.danger:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.danger:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.is-error:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.is-error:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.error:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.danger:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.is-error:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.sticky_error:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.error::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.error::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.danger::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.danger::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.is-error::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.is-error::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_error::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_error::after, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.error:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.error:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.danger:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.danger:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.is-error:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.is-error:hover::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_error:hover::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.error::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.danger::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.is-error::after, #toaster .button.is-inverted.is-outlined.is-loading.is-hovered.toast.sticky_error::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.error:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.error:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.danger:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.danger:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.is-error:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.is-error:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.error:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.danger:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.is-error:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.toast.sticky_error:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.error::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.error::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.danger::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.danger::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.is-error::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.is-error::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_error::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_error::after, .fc-toolbar button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.error:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.error:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.danger:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.danger:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.is-error:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.is-error:focus::after, .fc-toolbar #toaster button.is-inverted.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .fc-toolbar button.is-inverted.is-outlined.is-loading.toast.sticky_error:focus::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.error::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.danger::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.is-error::after, #toaster .button.is-inverted.is-outlined.is-loading.is-focused.toast.sticky_error::after {
        border-color: transparent transparent #d25a4d #d25a4d !important; }
      .button.is-danger.is-inverted.is-outlined[disabled], .fc-toolbar button.is-danger.is-inverted.is-outlined[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.error[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.error[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.danger[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.danger[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.is-error[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.is-error[disabled], .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_error[disabled], #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_error[disabled], #toaster .button.is-inverted.is-outlined.toast.error[disabled], #toaster .button.is-inverted.is-outlined.toast.danger[disabled], #toaster .button.is-inverted.is-outlined.toast.is-error[disabled], #toaster .button.is-inverted.is-outlined.toast.sticky_error[disabled],
      fieldset[disabled] .button.is-danger.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-danger.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-danger.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.error,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.error,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.error,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.error,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.danger,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.danger,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.danger,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.danger,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.is-error,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.is-error,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.is-error,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.is-error,
      fieldset[disabled] .fc-toolbar #toaster button.is-inverted.is-outlined.toast.sticky_error,
      .fc-toolbar #toaster fieldset[disabled] button.is-inverted.is-outlined.toast.sticky_error,
      fieldset[disabled] #toaster .fc-toolbar button.is-inverted.is-outlined.toast.sticky_error,
      #toaster .fc-toolbar fieldset[disabled] button.is-inverted.is-outlined.toast.sticky_error,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.error,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.error,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.danger,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.danger,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.is-error,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.is-error,
      fieldset[disabled] #toaster .button.is-inverted.is-outlined.toast.sticky_error,
      #toaster fieldset[disabled] .button.is-inverted.is-outlined.toast.sticky_error {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-secondary, .fc-toolbar button.is-secondary {
    background-color: #f9a201;
    border-color: transparent;
    color: #fff; }
    .button.is-secondary:hover, .fc-toolbar button.is-secondary:hover, .button.is-secondary.is-hovered, .fc-toolbar button.is-secondary.is-hovered, .fc-toolbar button.is-secondary:hover {
      background-color: #ec9a01;
      border-color: transparent;
      color: #fff; }
    .button.is-secondary:focus, .fc-toolbar button.is-secondary:focus, .button.is-secondary.is-focused, .fc-toolbar button.is-secondary.is-focused, .fc-toolbar button.is-secondary:focus {
      border-color: transparent;
      color: #fff; }
      .button.is-secondary:focus:not(:active), .fc-toolbar button.is-secondary:focus:not(:active), .button.is-secondary.is-focused:not(:active), .fc-toolbar button.is-secondary.is-focused:not(:active), .fc-toolbar button.is-secondary:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(249, 162, 1, 0.25); }
    .button.is-secondary:active, .fc-toolbar button.is-secondary:active, .button.is-secondary.is-active, .fc-toolbar button.is-secondary.is-active, .fc-toolbar .is-secondary.fc-state-down, .fc-toolbar .is-secondary.fc-state-active, .fc-toolbar .is-secondary.ui-state-active {
      background-color: #e09101;
      border-color: transparent;
      color: #fff; }
    .button.is-secondary[disabled], .fc-toolbar button.is-secondary[disabled],
    fieldset[disabled] .button.is-secondary,
    fieldset[disabled] .fc-toolbar button.is-secondary,
    .fc-toolbar fieldset[disabled] button.is-secondary {
      background-color: #f9a201;
      border-color: #f9a201;
      box-shadow: none; }
    .button.is-secondary.is-inverted, .fc-toolbar button.is-secondary.is-inverted {
      background-color: #fff;
      color: #f9a201; }
      .button.is-secondary.is-inverted:hover, .fc-toolbar button.is-secondary.is-inverted:hover, .button.is-secondary.is-inverted.is-hovered, .fc-toolbar button.is-secondary.is-inverted.is-hovered, .fc-toolbar button.is-secondary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-secondary.is-inverted[disabled], .fc-toolbar button.is-secondary.is-inverted[disabled],
      fieldset[disabled] .button.is-secondary.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-secondary.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-secondary.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f9a201; }
    .button.is-secondary.is-loading::after, .fc-toolbar button.is-secondary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-secondary.is-outlined, .fc-toolbar button.is-secondary.is-outlined {
      background-color: transparent;
      border-color: #f9a201;
      color: #f9a201; }
      .button.is-secondary.is-outlined:hover, .fc-toolbar button.is-secondary.is-outlined:hover, .button.is-secondary.is-outlined.is-hovered, .fc-toolbar button.is-secondary.is-outlined.is-hovered, .fc-toolbar button.is-secondary.is-outlined:hover, .button.is-secondary.is-outlined:focus, .fc-toolbar button.is-secondary.is-outlined:focus, .button.is-secondary.is-outlined.is-focused, .fc-toolbar button.is-secondary.is-outlined.is-focused, .fc-toolbar button.is-secondary.is-outlined:focus {
        background-color: #f9a201;
        border-color: #f9a201;
        color: #fff; }
      .button.is-secondary.is-outlined.is-loading::after, .fc-toolbar button.is-secondary.is-outlined.is-loading::after {
        border-color: transparent transparent #f9a201 #f9a201 !important; }
      .button.is-secondary.is-outlined.is-loading:hover::after, .fc-toolbar button.is-secondary.is-outlined.is-loading:hover::after, .button.is-secondary.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-secondary.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-secondary.is-outlined.is-loading:hover::after, .button.is-secondary.is-outlined.is-loading:focus::after, .fc-toolbar button.is-secondary.is-outlined.is-loading:focus::after, .button.is-secondary.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-secondary.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-secondary.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-secondary.is-outlined[disabled], .fc-toolbar button.is-secondary.is-outlined[disabled],
      fieldset[disabled] .button.is-secondary.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-secondary.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-secondary.is-outlined {
        background-color: transparent;
        border-color: #f9a201;
        box-shadow: none;
        color: #f9a201; }
    .button.is-secondary.is-inverted.is-outlined, .fc-toolbar button.is-secondary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-secondary.is-inverted.is-outlined:hover, .fc-toolbar button.is-secondary.is-inverted.is-outlined:hover, .button.is-secondary.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-secondary.is-inverted.is-outlined:hover, .button.is-secondary.is-inverted.is-outlined:focus, .fc-toolbar button.is-secondary.is-inverted.is-outlined:focus, .button.is-secondary.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-secondary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #f9a201; }
      .button.is-secondary.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-loading:hover::after, .button.is-secondary.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-loading:hover::after, .button.is-secondary.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-loading:focus::after, .button.is-secondary.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-secondary.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #f9a201 #f9a201 !important; }
      .button.is-secondary.is-inverted.is-outlined[disabled], .fc-toolbar button.is-secondary.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-secondary.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-secondary.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-secondary.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-secondary.is-light, .fc-toolbar button.is-secondary.is-light {
      background-color: #fff8eb;
      color: #986301; }
      .button.is-secondary.is-light:hover, .fc-toolbar button.is-secondary.is-light:hover, .button.is-secondary.is-light.is-hovered, .fc-toolbar button.is-secondary.is-light.is-hovered, .fc-toolbar button.is-secondary.is-light:hover {
        background-color: #fff3de;
        border-color: transparent;
        color: #986301; }
      .button.is-secondary.is-light:active, .fc-toolbar button.is-secondary.is-light:active, .button.is-secondary.is-light.is-active, .fc-toolbar button.is-secondary.is-light.is-active, .fc-toolbar .is-secondary.is-light.fc-state-down, .fc-toolbar .is-secondary.is-light.fc-state-active, .fc-toolbar .is-secondary.is-light.ui-state-active {
        background-color: #ffefd1;
        border-color: transparent;
        color: #986301; }
  .button.is-primary-dark, .fc-toolbar button.is-primary-dark {
    background-color: #ed9303;
    border-color: transparent;
    color: #fff; }
    .button.is-primary-dark:hover, .fc-toolbar button.is-primary-dark:hover, .button.is-primary-dark.is-hovered, .fc-toolbar button.is-primary-dark.is-hovered, .fc-toolbar button.is-primary-dark:hover {
      background-color: #e08b03;
      border-color: transparent;
      color: #fff; }
    .button.is-primary-dark:focus, .fc-toolbar button.is-primary-dark:focus, .button.is-primary-dark.is-focused, .fc-toolbar button.is-primary-dark.is-focused, .fc-toolbar button.is-primary-dark:focus {
      border-color: transparent;
      color: #fff; }
      .button.is-primary-dark:focus:not(:active), .fc-toolbar button.is-primary-dark:focus:not(:active), .button.is-primary-dark.is-focused:not(:active), .fc-toolbar button.is-primary-dark.is-focused:not(:active), .fc-toolbar button.is-primary-dark:not(:active):focus {
        box-shadow: 0 0 0 0.125em rgba(237, 147, 3, 0.25); }
    .button.is-primary-dark:active, .fc-toolbar button.is-primary-dark:active, .button.is-primary-dark.is-active, .fc-toolbar button.is-primary-dark.is-active, .fc-toolbar .is-primary-dark.fc-state-down, .fc-toolbar .is-primary-dark.fc-state-active, .fc-toolbar .is-primary-dark.ui-state-active {
      background-color: #d48303;
      border-color: transparent;
      color: #fff; }
    .button.is-primary-dark[disabled], .fc-toolbar button.is-primary-dark[disabled],
    fieldset[disabled] .button.is-primary-dark,
    fieldset[disabled] .fc-toolbar button.is-primary-dark,
    .fc-toolbar fieldset[disabled] button.is-primary-dark {
      background-color: #ed9303;
      border-color: #ed9303;
      box-shadow: none; }
    .button.is-primary-dark.is-inverted, .fc-toolbar button.is-primary-dark.is-inverted {
      background-color: #fff;
      color: #ed9303; }
      .button.is-primary-dark.is-inverted:hover, .fc-toolbar button.is-primary-dark.is-inverted:hover, .button.is-primary-dark.is-inverted.is-hovered, .fc-toolbar button.is-primary-dark.is-inverted.is-hovered, .fc-toolbar button.is-primary-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary-dark.is-inverted[disabled], .fc-toolbar button.is-primary-dark.is-inverted[disabled],
      fieldset[disabled] .button.is-primary-dark.is-inverted,
      fieldset[disabled] .fc-toolbar button.is-primary-dark.is-inverted,
      .fc-toolbar fieldset[disabled] button.is-primary-dark.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ed9303; }
    .button.is-primary-dark.is-loading::after, .fc-toolbar button.is-primary-dark.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary-dark.is-outlined, .fc-toolbar button.is-primary-dark.is-outlined {
      background-color: transparent;
      border-color: #ed9303;
      color: #ed9303; }
      .button.is-primary-dark.is-outlined:hover, .fc-toolbar button.is-primary-dark.is-outlined:hover, .button.is-primary-dark.is-outlined.is-hovered, .fc-toolbar button.is-primary-dark.is-outlined.is-hovered, .fc-toolbar button.is-primary-dark.is-outlined:hover, .button.is-primary-dark.is-outlined:focus, .fc-toolbar button.is-primary-dark.is-outlined:focus, .button.is-primary-dark.is-outlined.is-focused, .fc-toolbar button.is-primary-dark.is-outlined.is-focused, .fc-toolbar button.is-primary-dark.is-outlined:focus {
        background-color: #ed9303;
        border-color: #ed9303;
        color: #fff; }
      .button.is-primary-dark.is-outlined.is-loading::after, .fc-toolbar button.is-primary-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #ed9303 #ed9303 !important; }
      .button.is-primary-dark.is-outlined.is-loading:hover::after, .fc-toolbar button.is-primary-dark.is-outlined.is-loading:hover::after, .button.is-primary-dark.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary-dark.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary-dark.is-outlined.is-loading:hover::after, .button.is-primary-dark.is-outlined.is-loading:focus::after, .fc-toolbar button.is-primary-dark.is-outlined.is-loading:focus::after, .button.is-primary-dark.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-primary-dark.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-primary-dark.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-primary-dark.is-outlined[disabled], .fc-toolbar button.is-primary-dark.is-outlined[disabled],
      fieldset[disabled] .button.is-primary-dark.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-primary-dark.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-primary-dark.is-outlined {
        background-color: transparent;
        border-color: #ed9303;
        box-shadow: none;
        color: #ed9303; }
    .button.is-primary-dark.is-inverted.is-outlined, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary-dark.is-inverted.is-outlined:hover, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined:hover, .button.is-primary-dark.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-hovered, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined:hover, .button.is-primary-dark.is-inverted.is-outlined:focus, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined:focus, .button.is-primary-dark.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-focused, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ed9303; }
      .button.is-primary-dark.is-inverted.is-outlined.is-loading:hover::after, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary-dark.is-inverted.is-outlined.is-loading:focus::after, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary-dark.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-loading.is-focused::after, .fc-toolbar button.is-primary-dark.is-inverted.is-outlined.is-loading:focus::after {
        border-color: transparent transparent #ed9303 #ed9303 !important; }
      .button.is-primary-dark.is-inverted.is-outlined[disabled], .fc-toolbar button.is-primary-dark.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-primary-dark.is-inverted.is-outlined,
      fieldset[disabled] .fc-toolbar button.is-primary-dark.is-inverted.is-outlined,
      .fc-toolbar fieldset[disabled] button.is-primary-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-primary-dark.is-light, .fc-toolbar button.is-primary-dark.is-light {
      background-color: #fff7eb;
      color: #ab6a02; }
      .button.is-primary-dark.is-light:hover, .fc-toolbar button.is-primary-dark.is-light:hover, .button.is-primary-dark.is-light.is-hovered, .fc-toolbar button.is-primary-dark.is-light.is-hovered, .fc-toolbar button.is-primary-dark.is-light:hover {
        background-color: #fff2de;
        border-color: transparent;
        color: #ab6a02; }
      .button.is-primary-dark.is-light:active, .fc-toolbar button.is-primary-dark.is-light:active, .button.is-primary-dark.is-light.is-active, .fc-toolbar button.is-primary-dark.is-light.is-active, .fc-toolbar .is-primary-dark.is-light.fc-state-down, .fc-toolbar .is-primary-dark.is-light.fc-state-active, .fc-toolbar .is-primary-dark.is-light.ui-state-active {
        background-color: #feedd2;
        border-color: transparent;
        color: #ab6a02; }
  .button.is-small, .fc-toolbar button.is-small {
    font-size: 0.75rem; }
    .button.is-small:not(.is-rounded), .fc-toolbar button.is-small:not(.is-rounded) {
      border-radius: 1px; }
  .button.is-normal, .fc-toolbar button.is-normal {
    font-size: 1rem; }
  .button.is-medium, .fc-toolbar button.is-medium {
    font-size: 1.25rem; }
  .button.is-large, .fc-toolbar button.is-large {
    font-size: 1.5rem; }
  .button[disabled], .fc-toolbar button[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .fc-toolbar button,
  .fc-toolbar fieldset[disabled] button {
    background-color: #ffffff;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth, .fc-toolbar button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading, .fc-toolbar button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after, .fc-toolbar button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em * 0.5));
      top: calc(50% - (1em * 0.5));
      position: absolute !important; }
  .button.is-static, .button.fc-state-disabled, .fc-toolbar button.fc-state-disabled, .fc-toolbar button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded, .fc-toolbar button.is-rounded {
    border-radius: 290486px;
    padding-left: calc(0.75em + 0.25em);
    padding-right: calc(0.75em + 0.25em); }

.buttons, .fc-button-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button, .fc-button-group .button, .buttons .fc-toolbar button, .fc-toolbar .buttons button, .fc-button-group .fc-toolbar button, .fc-toolbar .fc-button-group button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child):not(.is-fullwidth), .fc-button-group .button:not(:last-child):not(.is-fullwidth), .buttons .fc-toolbar button:not(:last-child):not(.is-fullwidth), .fc-toolbar .buttons button:not(:last-child):not(.is-fullwidth), .fc-button-group .fc-toolbar button:not(:last-child):not(.is-fullwidth), .fc-toolbar .fc-button-group button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
  .buttons:last-child, .fc-button-group:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child), .fc-button-group:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large), .are-small.fc-button-group .button:not(.is-normal):not(.is-medium):not(.is-large), .buttons.are-small .fc-toolbar button:not(.is-normal):not(.is-medium):not(.is-large), .fc-toolbar .buttons.are-small button:not(.is-normal):not(.is-medium):not(.is-large), .are-small.fc-button-group .fc-toolbar button:not(.is-normal):not(.is-medium):not(.is-large), .fc-toolbar .are-small.fc-button-group button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: 0.75rem; }
    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded), .are-small.fc-button-group .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded), .buttons.are-small .fc-toolbar button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded), .fc-toolbar .buttons.are-small button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded), .are-small.fc-button-group .fc-toolbar button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded), .fc-toolbar .are-small.fc-button-group button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
      border-radius: 1px; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large), .are-medium.fc-button-group .button:not(.is-small):not(.is-normal):not(.is-large), .buttons.are-medium .fc-toolbar button:not(.is-small):not(.is-normal):not(.is-large), .fc-toolbar .buttons.are-medium button:not(.is-small):not(.is-normal):not(.is-large), .are-medium.fc-button-group .fc-toolbar button:not(.is-small):not(.is-normal):not(.is-large), .fc-toolbar .are-medium.fc-button-group button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium), .are-large.fc-button-group .button:not(.is-small):not(.is-normal):not(.is-medium), .buttons.are-large .fc-toolbar button:not(.is-small):not(.is-normal):not(.is-medium), .fc-toolbar .buttons.are-large button:not(.is-small):not(.is-normal):not(.is-medium), .are-large.fc-button-group .fc-toolbar button:not(.is-small):not(.is-normal):not(.is-medium), .fc-toolbar .are-large.fc-button-group button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem; }
  .buttons.has-addons .button:not(:first-child), .fc-button-group .button:not(:first-child), .buttons.has-addons .fc-toolbar button:not(:first-child), .fc-toolbar .buttons.has-addons button:not(:first-child), .fc-button-group .fc-toolbar button:not(:first-child), .fc-toolbar .fc-button-group button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child), .fc-button-group .button:not(:last-child), .buttons.has-addons .fc-toolbar button:not(:last-child), .fc-toolbar .buttons.has-addons button:not(:last-child), .fc-button-group .fc-toolbar button:not(:last-child), .fc-toolbar .fc-button-group button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child, .fc-button-group .button:last-child, .buttons.has-addons .fc-toolbar button:last-child, .fc-toolbar .buttons.has-addons button:last-child, .fc-button-group .fc-toolbar button:last-child, .fc-toolbar .fc-button-group button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .fc-button-group .button:hover, .buttons.has-addons .fc-toolbar button:hover, .fc-toolbar .buttons.has-addons button:hover, .fc-button-group .fc-toolbar button:hover, .fc-toolbar .fc-button-group button:hover, .buttons.has-addons .button.is-hovered, .fc-button-group .button.is-hovered, .buttons.has-addons .fc-toolbar button.is-hovered, .fc-toolbar .buttons.has-addons button.is-hovered, .fc-button-group .fc-toolbar button.is-hovered, .fc-toolbar .fc-button-group button.is-hovered, .buttons.has-addons .fc-toolbar button:hover, .fc-toolbar .buttons.has-addons button:hover, .fc-button-group .fc-toolbar button:hover, .fc-toolbar .fc-button-group button:hover {
    z-index: 2; }
  .buttons.has-addons .button:focus, .fc-button-group .button:focus, .buttons.has-addons .fc-toolbar button:focus, .fc-toolbar .buttons.has-addons button:focus, .fc-button-group .fc-toolbar button:focus, .fc-toolbar .fc-button-group button:focus, .buttons.has-addons .button.is-focused, .fc-button-group .button.is-focused, .buttons.has-addons .fc-toolbar button.is-focused, .fc-toolbar .buttons.has-addons button.is-focused, .fc-button-group .fc-toolbar button.is-focused, .fc-toolbar .fc-button-group button.is-focused, .buttons.has-addons .fc-toolbar button:focus, .fc-toolbar .buttons.has-addons button:focus, .fc-button-group .fc-toolbar button:focus, .fc-toolbar .fc-button-group button:focus, .buttons.has-addons .button:active, .fc-button-group .button:active, .buttons.has-addons .fc-toolbar button:active, .fc-toolbar .buttons.has-addons button:active, .fc-button-group .fc-toolbar button:active, .fc-toolbar .fc-button-group button:active, .buttons.has-addons .button.is-active, .fc-button-group .button.is-active, .buttons.has-addons .fc-toolbar button.is-active, .fc-toolbar .buttons.has-addons button.is-active, .fc-button-group .fc-toolbar button.is-active, .fc-toolbar .fc-button-group button.is-active, .buttons.has-addons .fc-toolbar .fc-state-down, .fc-toolbar .buttons.has-addons .fc-state-down, .fc-button-group .fc-toolbar .fc-state-down, .fc-toolbar .fc-button-group .fc-state-down, .buttons.has-addons .fc-toolbar .fc-state-active, .fc-toolbar .buttons.has-addons .fc-state-active, .fc-button-group .fc-toolbar .fc-state-active, .fc-toolbar .fc-button-group .fc-state-active, .buttons.has-addons .fc-toolbar .ui-state-active, .fc-toolbar .buttons.has-addons .ui-state-active, .fc-button-group .fc-toolbar .ui-state-active, .fc-toolbar .fc-button-group .ui-state-active, .buttons.has-addons .button.is-selected, .fc-button-group .button.is-selected, .buttons.has-addons .fc-toolbar button.is-selected, .fc-toolbar .buttons.has-addons button.is-selected, .fc-button-group .fc-toolbar button.is-selected, .fc-toolbar .fc-button-group button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .fc-button-group .button:focus:hover, .buttons.has-addons .fc-toolbar button:focus:hover, .fc-toolbar .buttons.has-addons button:focus:hover, .fc-button-group .fc-toolbar button:focus:hover, .fc-toolbar .fc-button-group button:focus:hover, .buttons.has-addons .button.is-focused:hover, .fc-button-group .button.is-focused:hover, .buttons.has-addons .fc-toolbar button.is-focused:hover, .fc-toolbar .buttons.has-addons button.is-focused:hover, .fc-button-group .fc-toolbar button.is-focused:hover, .fc-toolbar .fc-button-group button.is-focused:hover, .buttons.has-addons .fc-toolbar button:hover:focus, .fc-toolbar .buttons.has-addons button:hover:focus, .fc-button-group .fc-toolbar button:hover:focus, .fc-toolbar .fc-button-group button:hover:focus, .buttons.has-addons .button:active:hover, .fc-button-group .button:active:hover, .buttons.has-addons .fc-toolbar button:active:hover, .fc-toolbar .buttons.has-addons button:active:hover, .fc-button-group .fc-toolbar button:active:hover, .fc-toolbar .fc-button-group button:active:hover, .buttons.has-addons .button.is-active:hover, .fc-button-group .button.is-active:hover, .buttons.has-addons .fc-toolbar button.is-active:hover, .fc-toolbar .buttons.has-addons button.is-active:hover, .fc-button-group .fc-toolbar button.is-active:hover, .fc-toolbar .fc-button-group button.is-active:hover, .buttons.has-addons .fc-toolbar .fc-state-down:hover, .fc-toolbar .buttons.has-addons .fc-state-down:hover, .fc-button-group .fc-toolbar .fc-state-down:hover, .fc-toolbar .fc-button-group .fc-state-down:hover, .buttons.has-addons .fc-toolbar .fc-state-active:hover, .fc-toolbar .buttons.has-addons .fc-state-active:hover, .fc-button-group .fc-toolbar .fc-state-active:hover, .fc-toolbar .fc-button-group .fc-state-active:hover, .buttons.has-addons .fc-toolbar .ui-state-active:hover, .fc-toolbar .buttons.has-addons .ui-state-active:hover, .fc-button-group .fc-toolbar .ui-state-active:hover, .fc-toolbar .fc-button-group .ui-state-active:hover, .buttons.has-addons .button.is-selected:hover, .fc-button-group .button.is-selected:hover, .buttons.has-addons .fc-toolbar button.is-selected:hover, .fc-toolbar .buttons.has-addons button.is-selected:hover, .fc-button-group .fc-toolbar button.is-selected:hover, .fc-toolbar .fc-button-group button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded, .fc-button-group .button.is-expanded, .buttons.has-addons .fc-toolbar button.is-expanded, .fc-toolbar .buttons.has-addons button.is-expanded, .fc-button-group .fc-toolbar button.is-expanded, .fc-toolbar .fc-button-group button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .buttons.is-centered, .is-centered.fc-button-group {
    justify-content: center; }
    .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth), .is-centered.fc-button-group:not(.has-addons) .button:not(.is-fullwidth), .buttons.is-centered:not(.has-addons) .fc-toolbar button:not(.is-fullwidth), .fc-toolbar .buttons.is-centered:not(.has-addons) button:not(.is-fullwidth), .is-centered.fc-button-group:not(.has-addons) .fc-toolbar button:not(.is-fullwidth), .fc-toolbar .is-centered.fc-button-group:not(.has-addons) button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
  .buttons.is-right, .is-right.fc-button-group {
    justify-content: flex-end; }
    .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth), .is-right.fc-button-group:not(.has-addons) .button:not(.is-fullwidth), .buttons.is-right:not(.has-addons) .fc-toolbar button:not(.is-fullwidth), .fc-toolbar .buttons.is-right:not(.has-addons) button:not(.is-fullwidth), .is-right.fc-button-group:not(.has-addons) .fc-toolbar button:not(.is-fullwidth), .fc-toolbar .is-right.fc-button-group:not(.has-addons) button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small, .fc-toolbar button.is-responsive.is-small {
    font-size: 0.5625rem; }
  .button.is-responsive, .fc-toolbar button.is-responsive,
  .button.is-responsive.is-normal,
  .fc-toolbar button.is-responsive.is-normal {
    font-size: 0.65625rem; }
  .button.is-responsive.is-medium, .fc-toolbar button.is-responsive.is-medium {
    font-size: 0.75rem; }
  .button.is-responsive.is-large, .fc-toolbar button.is-responsive.is-large {
    font-size: 1rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small, .fc-toolbar button.is-responsive.is-small {
    font-size: 0.65625rem; }
  .button.is-responsive, .fc-toolbar button.is-responsive,
  .button.is-responsive.is-normal,
  .fc-toolbar button.is-responsive.is-normal {
    font-size: 0.75rem; }
  .button.is-responsive.is-medium, .fc-toolbar button.is-responsive.is-medium {
    font-size: 1rem; }
  .button.is-responsive.is-large, .fc-toolbar button.is-responsive.is-large {
    font-size: 1.25rem; } }

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto; }
  .container.is-fluid {
    max-width: none !important;
    padding-left: 64px;
    padding-right: 64px;
    width: 100%; }
  @media screen and (min-width: 1088px) {
    .container {
      max-width: 960px; } }
  @media screen and (max-width: 1279px) {
    .container.is-widescreen:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (max-width: 1471px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }
  @media screen and (min-width: 1280px) {
    .container:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (min-width: 1472px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }

.content li + li {
  margin-top: 0.25em; }

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #242424;
  font-weight: 600;
  line-height: 1.125; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }

.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }

.content blockquote {
  background-color: #fafafa;
  border-left: 5px solid whitesmoke;
  padding: 1.25em 1.5em; }

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ol:not([type]) {
    list-style-type: decimal; }
    .content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
    .content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
    .content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
    .content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }

.content dd {
  margin-left: 2em; }

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.content sup,
.content sub {
  font-size: 75%; }

.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid whitesmoke;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #242424; }
    .content table th:not([align]) {
      text-align: inherit; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #242424; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #242424; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }

.content .tabs li + li {
  margin-top: 0; }

.content.is-small {
  font-size: 0.75rem; }

.content.is-normal {
  font-size: 1rem; }

.content.is-medium {
  font-size: 1.25rem; }

.content.is-large {
  font-size: 1.5rem; }

.icon, .fc button .fc-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
  .icon.is-small, .fc button .is-small.fc-icon {
    height: 1rem;
    width: 1rem; }
  .icon.is-medium, .fc button .is-medium.fc-icon {
    height: 2rem;
    width: 2rem; }
  .icon.is-large, .fc button .is-large.fc-icon {
    height: 3rem;
    width: 3rem; }

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top; }
  .icon-text .icon, .icon-text .fc button .fc-icon, .fc button .icon-text .fc-icon {
    flex-grow: 0;
    flex-shrink: 0; }
    .icon-text .icon:not(:last-child), .icon-text .fc button .fc-icon:not(:last-child), .fc button .icon-text .fc-icon:not(:last-child) {
      margin-right: 0.25em; }
    .icon-text .icon:not(:first-child), .icon-text .fc button .fc-icon:not(:first-child), .fc button .icon-text .fc-icon:not(:first-child) {
      margin-left: 0.25em; }

div.icon-text {
  display: flex; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image.is-fullwidth {
    width: 100%; }
  .image.is-square img,
  .image.is-square .has-ratio, .image.is-1by1 img,
  .image.is-1by1 .has-ratio, .image.is-5by4 img,
  .image.is-5by4 .has-ratio, .image.is-4by3 img,
  .image.is-4by3 .has-ratio, .image.is-3by2 img,
  .image.is-3by2 .has-ratio, .image.is-5by3 img,
  .image.is-5by3 .has-ratio, .image.is-16by9 img,
  .image.is-16by9 .has-ratio, .image.is-2by1 img,
  .image.is-2by1 .has-ratio, .image.is-3by1 img,
  .image.is-3by1 .has-ratio, .image.is-4by5 img,
  .image.is-4by5 .has-ratio, .image.is-3by4 img,
  .image.is-3by4 .has-ratio, .image.is-2by3 img,
  .image.is-2by3 .has-ratio, .image.is-3by5 img,
  .image.is-3by5 .has-ratio, .image.is-9by16 img,
  .image.is-9by16 .has-ratio, .image.is-1by2 img,
  .image.is-1by2 .has-ratio, .image.is-1by3 img,
  .image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.notification {
  background-color: #ffffff;
  border-radius: 1px;
  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: white; }
  .notification pre code {
    background: transparent; }
  .notification > .delete {
    right: 0.5rem;
    position: absolute;
    top: 0.5rem; }
  .notification .title, .notification .fc-toolbar h2, .fc-toolbar .notification h2,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
  .notification.is-white {
    background-color: #ffffff;
    color: #0a0a0a; }
  .notification.is-black {
    background-color: #0a0a0a;
    color: #ffffff; }
  .notification.is-light {
    background-color: whitesmoke;
    color: #363636; }
  .notification.is-dark {
    background-color: #363636;
    color: whitesmoke; }
  .notification.is-primary {
    background-color: #178fe2;
    color: #fff; }
  .notification.is-link {
    background-color: #267ec3;
    color: #fff; }
  .notification.is-info, #toaster .notification.toast.info, #toaster .toast .notification.sticky_info {
    background-color: #03a5df;
    color: #fff; }
  .notification.is-success, #toaster .notification.toast.success, #toaster .notification.toast.sticky_success {
    background-color: #47ba78;
    color: #fff; }
  .notification.is-warning, #toaster .notification.toast.warning, #toaster .notification.toast.sticky_warning {
    background-color: #fde456;
    color: rgba(0, 0, 0, 0.7); }
  .notification.is-danger, #toaster .notification.toast.error, #toaster .notification.toast.danger, #toaster .notification.toast.is-error, #toaster .notification.toast.sticky_error {
    background-color: #d25a4d;
    color: #fff; }
  .notification.is-secondary {
    background-color: #f9a201;
    color: #fff; }
    .notification.is-secondary.is-light {
      background-color: #fff8eb;
      color: #986301; }
  .notification.is-primary-dark {
    background-color: #ed9303;
    color: #fff; }
    .notification.is-primary-dark.is-light {
      background-color: #fff7eb;
      color: #ab6a02; }

.progress, .progress-wrapper.is-not-native {
  -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, .progress-wrapper.is-not-native::-webkit-progress-bar {
    background-color: whitesmoke; }
  .progress::-webkit-progress-value, .progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #363636; }
  .progress::-moz-progress-bar, .progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #363636; }
  .progress::-ms-fill, .progress-wrapper.is-not-native::-ms-fill {
    background-color: #363636;
    border: none; }
  .progress.is-white::-webkit-progress-value, .is-white.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #ffffff; }
  .progress.is-white::-moz-progress-bar, .is-white.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #ffffff; }
  .progress.is-white::-ms-fill, .is-white.progress-wrapper.is-not-native::-ms-fill {
    background-color: #ffffff; }
  .progress.is-white:indeterminate, .is-white.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #ffffff 30%, whitesmoke 30%); }
  .progress.is-black::-webkit-progress-value, .is-black.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #0a0a0a; }
  .progress.is-black::-moz-progress-bar, .is-black.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #0a0a0a; }
  .progress.is-black::-ms-fill, .is-black.progress-wrapper.is-not-native::-ms-fill {
    background-color: #0a0a0a; }
  .progress.is-black:indeterminate, .is-black.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #0a0a0a 30%, whitesmoke 30%); }
  .progress.is-light::-webkit-progress-value, .is-light.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: whitesmoke; }
  .progress.is-light::-moz-progress-bar, .is-light.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: whitesmoke; }
  .progress.is-light::-ms-fill, .is-light.progress-wrapper.is-not-native::-ms-fill {
    background-color: whitesmoke; }
  .progress.is-light:indeterminate, .is-light.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, whitesmoke 30%, whitesmoke 30%); }
  .progress.is-dark::-webkit-progress-value, .is-dark.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-dark::-moz-progress-bar, .is-dark.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-dark::-ms-fill, .is-dark.progress-wrapper.is-not-native::-ms-fill {
    background-color: #363636; }
  .progress.is-dark:indeterminate, .is-dark.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #363636 30%, whitesmoke 30%); }
  .progress.is-primary::-webkit-progress-value, .is-primary.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #178fe2; }
  .progress.is-primary::-moz-progress-bar, .is-primary.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #178fe2; }
  .progress.is-primary::-ms-fill, .is-primary.progress-wrapper.is-not-native::-ms-fill {
    background-color: #178fe2; }
  .progress.is-primary:indeterminate, .is-primary.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #178fe2 30%, whitesmoke 30%); }
  .progress.is-link::-webkit-progress-value, .is-link.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #267ec3; }
  .progress.is-link::-moz-progress-bar, .is-link.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #267ec3; }
  .progress.is-link::-ms-fill, .is-link.progress-wrapper.is-not-native::-ms-fill {
    background-color: #267ec3; }
  .progress.is-link:indeterminate, .is-link.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #267ec3 30%, whitesmoke 30%); }
  .progress.is-info::-webkit-progress-value, #toaster .progress.toast.info::-webkit-progress-value, #toaster .toast.info.progress-wrapper.is-not-native::-webkit-progress-value, #toaster .toast .progress.sticky_info::-webkit-progress-value, #toaster .toast .sticky_info.progress-wrapper.is-not-native::-webkit-progress-value, .is-info.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #03a5df; }
  .progress.is-info::-moz-progress-bar, #toaster .progress.toast.info::-moz-progress-bar, #toaster .toast.info.progress-wrapper.is-not-native::-moz-progress-bar, #toaster .toast .progress.sticky_info::-moz-progress-bar, #toaster .toast .sticky_info.progress-wrapper.is-not-native::-moz-progress-bar, .is-info.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #03a5df; }
  .progress.is-info::-ms-fill, #toaster .progress.toast.info::-ms-fill, #toaster .toast.info.progress-wrapper.is-not-native::-ms-fill, #toaster .toast .progress.sticky_info::-ms-fill, #toaster .toast .sticky_info.progress-wrapper.is-not-native::-ms-fill, .is-info.progress-wrapper.is-not-native::-ms-fill {
    background-color: #03a5df; }
  .progress.is-info:indeterminate, #toaster .progress.toast.info:indeterminate, #toaster .toast.info.progress-wrapper.is-not-native:indeterminate, #toaster .toast .progress.sticky_info:indeterminate, #toaster .toast .sticky_info.progress-wrapper.is-not-native:indeterminate, .is-info.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #03a5df 30%, whitesmoke 30%); }
  .progress.is-success::-webkit-progress-value, #toaster .progress.toast.success::-webkit-progress-value, #toaster .toast.success.progress-wrapper.is-not-native::-webkit-progress-value, #toaster .progress.toast.sticky_success::-webkit-progress-value, #toaster .toast.sticky_success.progress-wrapper.is-not-native::-webkit-progress-value, .is-success.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #47ba78; }
  .progress.is-success::-moz-progress-bar, #toaster .progress.toast.success::-moz-progress-bar, #toaster .toast.success.progress-wrapper.is-not-native::-moz-progress-bar, #toaster .progress.toast.sticky_success::-moz-progress-bar, #toaster .toast.sticky_success.progress-wrapper.is-not-native::-moz-progress-bar, .is-success.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #47ba78; }
  .progress.is-success::-ms-fill, #toaster .progress.toast.success::-ms-fill, #toaster .toast.success.progress-wrapper.is-not-native::-ms-fill, #toaster .progress.toast.sticky_success::-ms-fill, #toaster .toast.sticky_success.progress-wrapper.is-not-native::-ms-fill, .is-success.progress-wrapper.is-not-native::-ms-fill {
    background-color: #47ba78; }
  .progress.is-success:indeterminate, #toaster .progress.toast.success:indeterminate, #toaster .toast.success.progress-wrapper.is-not-native:indeterminate, #toaster .progress.toast.sticky_success:indeterminate, #toaster .toast.sticky_success.progress-wrapper.is-not-native:indeterminate, .is-success.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #47ba78 30%, whitesmoke 30%); }
  .progress.is-warning::-webkit-progress-value, #toaster .progress.toast.warning::-webkit-progress-value, #toaster .toast.warning.progress-wrapper.is-not-native::-webkit-progress-value, #toaster .progress.toast.sticky_warning::-webkit-progress-value, #toaster .toast.sticky_warning.progress-wrapper.is-not-native::-webkit-progress-value, .is-warning.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #fde456; }
  .progress.is-warning::-moz-progress-bar, #toaster .progress.toast.warning::-moz-progress-bar, #toaster .toast.warning.progress-wrapper.is-not-native::-moz-progress-bar, #toaster .progress.toast.sticky_warning::-moz-progress-bar, #toaster .toast.sticky_warning.progress-wrapper.is-not-native::-moz-progress-bar, .is-warning.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #fde456; }
  .progress.is-warning::-ms-fill, #toaster .progress.toast.warning::-ms-fill, #toaster .toast.warning.progress-wrapper.is-not-native::-ms-fill, #toaster .progress.toast.sticky_warning::-ms-fill, #toaster .toast.sticky_warning.progress-wrapper.is-not-native::-ms-fill, .is-warning.progress-wrapper.is-not-native::-ms-fill {
    background-color: #fde456; }
  .progress.is-warning:indeterminate, #toaster .progress.toast.warning:indeterminate, #toaster .toast.warning.progress-wrapper.is-not-native:indeterminate, #toaster .progress.toast.sticky_warning:indeterminate, #toaster .toast.sticky_warning.progress-wrapper.is-not-native:indeterminate, .is-warning.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #fde456 30%, whitesmoke 30%); }
  .progress.is-danger::-webkit-progress-value, #toaster .progress.toast.error::-webkit-progress-value, #toaster .toast.error.progress-wrapper.is-not-native::-webkit-progress-value, #toaster .progress.toast.danger::-webkit-progress-value, #toaster .toast.danger.progress-wrapper.is-not-native::-webkit-progress-value, #toaster .progress.toast.is-error::-webkit-progress-value, #toaster .toast.is-error.progress-wrapper.is-not-native::-webkit-progress-value, #toaster .progress.toast.sticky_error::-webkit-progress-value, #toaster .toast.sticky_error.progress-wrapper.is-not-native::-webkit-progress-value, .is-danger.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #d25a4d; }
  .progress.is-danger::-moz-progress-bar, #toaster .progress.toast.error::-moz-progress-bar, #toaster .toast.error.progress-wrapper.is-not-native::-moz-progress-bar, #toaster .progress.toast.danger::-moz-progress-bar, #toaster .toast.danger.progress-wrapper.is-not-native::-moz-progress-bar, #toaster .progress.toast.is-error::-moz-progress-bar, #toaster .toast.is-error.progress-wrapper.is-not-native::-moz-progress-bar, #toaster .progress.toast.sticky_error::-moz-progress-bar, #toaster .toast.sticky_error.progress-wrapper.is-not-native::-moz-progress-bar, .is-danger.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #d25a4d; }
  .progress.is-danger::-ms-fill, #toaster .progress.toast.error::-ms-fill, #toaster .toast.error.progress-wrapper.is-not-native::-ms-fill, #toaster .progress.toast.danger::-ms-fill, #toaster .toast.danger.progress-wrapper.is-not-native::-ms-fill, #toaster .progress.toast.is-error::-ms-fill, #toaster .toast.is-error.progress-wrapper.is-not-native::-ms-fill, #toaster .progress.toast.sticky_error::-ms-fill, #toaster .toast.sticky_error.progress-wrapper.is-not-native::-ms-fill, .is-danger.progress-wrapper.is-not-native::-ms-fill {
    background-color: #d25a4d; }
  .progress.is-danger:indeterminate, #toaster .progress.toast.error:indeterminate, #toaster .toast.error.progress-wrapper.is-not-native:indeterminate, #toaster .progress.toast.danger:indeterminate, #toaster .toast.danger.progress-wrapper.is-not-native:indeterminate, #toaster .progress.toast.is-error:indeterminate, #toaster .toast.is-error.progress-wrapper.is-not-native:indeterminate, #toaster .progress.toast.sticky_error:indeterminate, #toaster .toast.sticky_error.progress-wrapper.is-not-native:indeterminate, .is-danger.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #d25a4d 30%, whitesmoke 30%); }
  .progress.is-secondary::-webkit-progress-value, .is-secondary.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #f9a201; }
  .progress.is-secondary::-moz-progress-bar, .is-secondary.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #f9a201; }
  .progress.is-secondary::-ms-fill, .is-secondary.progress-wrapper.is-not-native::-ms-fill {
    background-color: #f9a201; }
  .progress.is-secondary:indeterminate, .is-secondary.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #f9a201 30%, whitesmoke 30%); }
  .progress.is-primary-dark::-webkit-progress-value, .is-primary-dark.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #ed9303; }
  .progress.is-primary-dark::-moz-progress-bar, .is-primary-dark.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #ed9303; }
  .progress.is-primary-dark::-ms-fill, .is-primary-dark.progress-wrapper.is-not-native::-ms-fill {
    background-color: #ed9303; }
  .progress.is-primary-dark:indeterminate, .is-primary-dark.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #ed9303 30%, whitesmoke 30%); }
  .progress:indeterminate, .progress-wrapper.is-not-native:indeterminate {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: whitesmoke;
    background-image: linear-gradient(to right, #363636 30%, whitesmoke 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%; }
    .progress:indeterminate::-webkit-progress-bar, .progress-wrapper.is-not-native:indeterminate::-webkit-progress-bar {
      background-color: transparent; }
    .progress:indeterminate::-moz-progress-bar, .progress-wrapper.is-not-native:indeterminate::-moz-progress-bar {
      background-color: transparent; }
    .progress:indeterminate::-ms-fill, .progress-wrapper.is-not-native:indeterminate::-ms-fill {
      animation-name: none; }
  .progress.is-small, .is-small.progress-wrapper.is-not-native {
    height: 0.75rem; }
  .progress.is-medium, .is-medium.progress-wrapper.is-not-native {
    height: 1.25rem; }
  .progress.is-large, .is-large.progress-wrapper.is-not-native {
    height: 1.5rem; }

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }

.table {
  background-color: #ffffff;
  color: #363636; }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    .table td.is-white,
    .table th.is-white {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #0a0a0a; }
    .table td.is-black,
    .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: #ffffff; }
    .table td.is-light,
    .table th.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
    .table td.is-dark,
    .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
    .table td.is-primary,
    .table th.is-primary {
      background-color: #178fe2;
      border-color: #178fe2;
      color: #fff; }
    .table td.is-link,
    .table th.is-link {
      background-color: #267ec3;
      border-color: #267ec3;
      color: #fff; }
    .table td.is-info, .table #toaster td.toast.info, #toaster .table td.toast.info, .table #toaster .toast td.sticky_info, #toaster .toast .table td.sticky_info,
    .table th.is-info,
    .table #toaster th.toast.info,
    #toaster .table th.toast.info,
    .table #toaster .toast th.sticky_info,
    #toaster .toast .table th.sticky_info {
      background-color: #03a5df;
      border-color: #03a5df;
      color: #fff; }
    .table td.is-success, .table #toaster td.toast.success, #toaster .table td.toast.success, .table #toaster td.toast.sticky_success, #toaster .table td.toast.sticky_success,
    .table th.is-success,
    .table #toaster th.toast.success,
    #toaster .table th.toast.success,
    .table #toaster th.toast.sticky_success,
    #toaster .table th.toast.sticky_success {
      background-color: #47ba78;
      border-color: #47ba78;
      color: #fff; }
    .table td.is-warning, .table #toaster td.toast.warning, #toaster .table td.toast.warning, .table #toaster td.toast.sticky_warning, #toaster .table td.toast.sticky_warning,
    .table th.is-warning,
    .table #toaster th.toast.warning,
    #toaster .table th.toast.warning,
    .table #toaster th.toast.sticky_warning,
    #toaster .table th.toast.sticky_warning {
      background-color: #fde456;
      border-color: #fde456;
      color: rgba(0, 0, 0, 0.7); }
    .table td.is-danger, .table #toaster td.toast.error, #toaster .table td.toast.error, .table #toaster td.toast.danger, #toaster .table td.toast.danger, .table #toaster td.toast.is-error, #toaster .table td.toast.is-error, .table #toaster td.toast.sticky_error, #toaster .table td.toast.sticky_error,
    .table th.is-danger,
    .table #toaster th.toast.error,
    #toaster .table th.toast.error,
    .table #toaster th.toast.danger,
    #toaster .table th.toast.danger,
    .table #toaster th.toast.is-error,
    #toaster .table th.toast.is-error,
    .table #toaster th.toast.sticky_error,
    #toaster .table th.toast.sticky_error {
      background-color: #d25a4d;
      border-color: #d25a4d;
      color: #fff; }
    .table td.is-secondary,
    .table th.is-secondary {
      background-color: #f9a201;
      border-color: #f9a201;
      color: #fff; }
    .table td.is-primary-dark,
    .table th.is-primary-dark {
      background-color: #ed9303;
      border-color: #ed9303;
      color: #fff; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
    .table td.is-selected,
    .table th.is-selected {
      background-color: #178fe2;
      color: #fff; }
      .table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
    .table td.is-vcentered,
    .table th.is-vcentered {
      vertical-align: middle; }
  .table th {
    color: #242424; }
    .table th:not([align]) {
      text-align: left; }
  .table tr.is-selected {
    background-color: #178fe2;
    color: #fff; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
  .table thead {
    background-color: transparent; }
    .table thead td,
    .table thead th {
      border-width: 0 0 2px;
      color: #242424; }
  .table tfoot {
    background-color: transparent; }
    .table tfoot td,
    .table tfoot th {
      border-width: 2px 0 0;
      color: #242424; }
  .table tbody {
    background-color: transparent; }
    .table tbody tr:last-child td,
    .table tbody tr:last-child th {
      border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-fullwidth {
    width: 100%; }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%; }

.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: #fafafa;
  border-radius: 3px;
  color: #363636;
  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: #ffffff;
    color: #0a0a0a; }
  .tag:not(body).is-black {
    background-color: #0a0a0a;
    color: #ffffff; }
  .tag:not(body).is-light {
    background-color: whitesmoke;
    color: #363636; }
  .tag:not(body).is-dark {
    background-color: #363636;
    color: whitesmoke; }
  .tag:not(body).is-primary {
    background-color: #178fe2;
    color: #fff; }
  .tag:not(body).is-link {
    background-color: #267ec3;
    color: #fff; }
  .tag:not(body).is-info, #toaster .tag.toast.info:not(body), #toaster .toast .tag.sticky_info:not(body) {
    background-color: #03a5df;
    color: #fff; }
  .tag:not(body).is-success, #toaster .tag.toast.success:not(body), #toaster .tag.toast.sticky_success:not(body) {
    background-color: #47ba78;
    color: #fff; }
  .tag:not(body).is-warning, #toaster .tag.toast.warning:not(body), #toaster .tag.toast.sticky_warning:not(body) {
    background-color: #fde456;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-danger, #toaster .tag.toast.error:not(body), #toaster .tag.toast.danger:not(body), #toaster .tag.toast.is-error:not(body), #toaster .tag.toast.sticky_error:not(body) {
    background-color: #d25a4d;
    color: #fff; }
  .tag:not(body).is-secondary {
    background-color: #f9a201;
    color: #fff; }
    .tag:not(body).is-secondary.is-light {
      background-color: #fff8eb;
      color: #986301; }
  .tag:not(body).is-primary-dark {
    background-color: #ed9303;
    color: #fff; }
    .tag:not(body).is-primary-dark.is-light {
      background-color: #fff7eb;
      color: #ab6a02; }
  .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), .tag:not(body) .fc button .fc-icon:first-child:not(:last-child), .fc button .tag:not(body) .fc-icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
  .tag:not(body) .icon:last-child:not(:first-child), .tag:not(body) .fc button .fc-icon:last-child:not(:first-child), .fc button .tag:not(body) .fc-icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
  .tag:not(body) .icon:first-child:last-child, .tag:not(body) .fc button .fc-icon:first-child:last-child, .fc button .tag:not(body) .fc-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: #ededed; }
    .tag:not(body).is-delete:active {
      background-color: #e0e0e0; }
  .tag:not(body).is-rounded {
    border-radius: 290486px; }

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

.title, .fc-toolbar h2,
.subtitle {
  word-break: break-word; }
  .title em, .fc-toolbar h2 em,
  .title span,
  .fc-toolbar h2 span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub, .fc-toolbar h2 sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup, .fc-toolbar h2 sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag, .fc-toolbar h2 .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title, .fc-toolbar h2 {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125; }
  .title strong, .fc-toolbar h2 strong {
    color: inherit;
    font-weight: inherit; }
  .title:not(.is-spaced) + .subtitle, .fc-toolbar h2:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .title.is-1, .fc-toolbar h2.is-1 {
    font-size: 3rem; }
  .title.is-2, .fc-toolbar h2.is-2 {
    font-size: 2.5rem; }
  .title.is-3, .fc-toolbar h2.is-3 {
    font-size: 2rem; }
  .title.is-4, .fc-toolbar h2 {
    font-size: 1.5rem; }
  .title.is-5, .fc-toolbar h2.is-5 {
    font-size: 1.25rem; }
  .title.is-6, .fc-toolbar h2.is-6 {
    font-size: 1rem; }
  .title.is-7, .fc-toolbar h2.is-7 {
    font-size: 0.75rem; }

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
  .subtitle strong {
    color: #363636;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title, .fc-toolbar .subtitle:not(.is-spaced) + h2 {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2rem; }
  .subtitle.is-4, .fc-toolbar h2.subtitle {
    font-size: 1.5rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }
  .subtitle.is-7 {
    font-size: 0.75rem; }

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.number {
  align-items: center;
  background-color: #fafafa;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

/* Bulma Form */
.input, .textarea, .taginput .taginput-container.is-focusable, .select select {
  background-color: #ffffff;
  border-color: #dbdbdb;
  border-radius: 3px;
  color: #363636; }
  .input::-moz-placeholder, .textarea::-moz-placeholder, .taginput .taginput-container.is-focusable::-moz-placeholder, .select select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .taginput .taginput-container.is-focusable::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder, .textarea:-moz-placeholder, .taginput .taginput-container.is-focusable:-moz-placeholder, .select select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .taginput .taginput-container.is-focusable:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .textarea:hover, .taginput .taginput-container.is-focusable:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .taginput .is-hovered.taginput-container.is-focusable, .select select.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .textarea:focus, .taginput .taginput-container.is-focusable:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .taginput .is-focused.taginput-container.is-focusable, .select select.is-focused, .input:active, .textarea:active, .taginput .taginput-container.is-focusable:active, .select select:active, .is-active.input, .is-active.textarea, .taginput .is-active.taginput-container.is-focusable, .select select.is-active {
    border-color: #267ec3;
    box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }
  .input[disabled], .textarea[disabled], .taginput .taginput-container.is-focusable[disabled], .select select[disabled],
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .taginput .taginput-container.is-focusable,
  .taginput fieldset[disabled] .taginput-container.is-focusable,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select {
    background-color: #fafafa;
    border-color: #fafafa;
    box-shadow: none;
    color: #4a4a4a; }
    .input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
    fieldset[disabled] .input::-moz-placeholder,
    fieldset[disabled] .textarea::-moz-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable::-moz-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder,
    fieldset[disabled] .select select::-moz-placeholder,
    .select fieldset[disabled] select::-moz-placeholder {
      color: rgba(74, 74, 74, 0.3); }
    .input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .taginput .taginput-container.is-focusable[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
    fieldset[disabled] .input::-webkit-input-placeholder,
    fieldset[disabled] .textarea::-webkit-input-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder,
    fieldset[disabled] .select select::-webkit-input-placeholder,
    .select fieldset[disabled] select::-webkit-input-placeholder {
      color: rgba(74, 74, 74, 0.3); }
    .input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
    fieldset[disabled] .input:-moz-placeholder,
    fieldset[disabled] .textarea:-moz-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable:-moz-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder,
    fieldset[disabled] .select select:-moz-placeholder,
    .select fieldset[disabled] select:-moz-placeholder {
      color: rgba(74, 74, 74, 0.3); }
    .input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .taginput .taginput-container.is-focusable[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
    fieldset[disabled] .input:-ms-input-placeholder,
    fieldset[disabled] .textarea:-ms-input-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable:-ms-input-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder,
    fieldset[disabled] .select select:-ms-input-placeholder,
    .select fieldset[disabled] select:-ms-input-placeholder {
      color: rgba(74, 74, 74, 0.3); }

.input, .textarea, .taginput .taginput-container.is-focusable {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
  .input[readonly], .textarea[readonly], .taginput .taginput-container.is-focusable[readonly] {
    box-shadow: none; }
  .is-white.input, .is-white.textarea, .taginput .is-white.taginput-container.is-focusable {
    border-color: #ffffff; }
    .is-white.input:focus, .is-white.textarea:focus, .taginput .is-white.taginput-container.is-focusable:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .taginput .is-white.is-focused.taginput-container.is-focusable, .is-white.input:active, .is-white.textarea:active, .taginput .is-white.taginput-container.is-focusable:active, .is-white.is-active.input, .is-white.is-active.textarea, .taginput .is-white.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .is-black.input, .is-black.textarea, .taginput .is-black.taginput-container.is-focusable {
    border-color: #0a0a0a; }
    .is-black.input:focus, .is-black.textarea:focus, .taginput .is-black.taginput-container.is-focusable:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .taginput .is-black.is-focused.taginput-container.is-focusable, .is-black.input:active, .is-black.textarea:active, .taginput .is-black.taginput-container.is-focusable:active, .is-black.is-active.input, .is-black.is-active.textarea, .taginput .is-black.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .is-light.input, .is-light.textarea, .taginput .is-light.taginput-container.is-focusable {
    border-color: whitesmoke; }
    .is-light.input:focus, .is-light.textarea:focus, .taginput .is-light.taginput-container.is-focusable:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .taginput .is-light.is-focused.taginput-container.is-focusable, .is-light.input:active, .is-light.textarea:active, .taginput .is-light.taginput-container.is-focusable:active, .is-light.is-active.input, .is-light.is-active.textarea, .taginput .is-light.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .is-dark.input, .is-dark.textarea, .taginput .is-dark.taginput-container.is-focusable {
    border-color: #363636; }
    .is-dark.input:focus, .is-dark.textarea:focus, .taginput .is-dark.taginput-container.is-focusable:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .taginput .is-dark.is-focused.taginput-container.is-focusable, .is-dark.input:active, .is-dark.textarea:active, .taginput .is-dark.taginput-container.is-focusable:active, .is-dark.is-active.input, .is-dark.is-active.textarea, .taginput .is-dark.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .is-primary.input, .is-primary.textarea, .taginput .is-primary.taginput-container.is-focusable {
    border-color: #178fe2; }
    .is-primary.input:focus, .is-primary.textarea:focus, .taginput .is-primary.taginput-container.is-focusable:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .taginput .is-primary.is-focused.taginput-container.is-focusable, .is-primary.input:active, .is-primary.textarea:active, .taginput .is-primary.taginput-container.is-focusable:active, .is-primary.is-active.input, .is-primary.is-active.textarea, .taginput .is-primary.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(23, 143, 226, 0.25); }
  .is-link.input, .is-link.textarea, .taginput .is-link.taginput-container.is-focusable {
    border-color: #267ec3; }
    .is-link.input:focus, .is-link.textarea:focus, .taginput .is-link.taginput-container.is-focusable:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .taginput .is-link.is-focused.taginput-container.is-focusable, .is-link.input:active, .is-link.textarea:active, .taginput .is-link.taginput-container.is-focusable:active, .is-link.is-active.input, .is-link.is-active.textarea, .taginput .is-link.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }
  #toaster .toast.info.input, #toaster .toast.info.textarea, #toaster .taginput .toast.info.taginput-container.is-focusable, .taginput #toaster .toast.info.taginput-container.is-focusable, #toaster .toast .sticky_info.input, #toaster .toast .sticky_info.textarea, #toaster .toast .taginput .sticky_info.taginput-container.is-focusable, .taginput #toaster .toast .sticky_info.taginput-container.is-focusable, .is-info.input, .is-info.textarea, .taginput .is-info.taginput-container.is-focusable {
    border-color: #03a5df; }
    #toaster .toast.info.input:focus, #toaster .toast.info.textarea:focus, #toaster .taginput .toast.info.taginput-container.is-focusable:focus, .taginput #toaster .toast.info.taginput-container.is-focusable:focus, #toaster .toast .sticky_info.input:focus, #toaster .toast .sticky_info.textarea:focus, #toaster .toast .taginput .sticky_info.taginput-container.is-focusable:focus, .taginput #toaster .toast .sticky_info.taginput-container.is-focusable:focus, .is-info.input:focus, .is-info.textarea:focus, .taginput .is-info.taginput-container.is-focusable:focus, #toaster .is-focused.toast.info.input, #toaster .is-focused.toast.info.textarea, #toaster .taginput .is-focused.toast.info.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.info.taginput-container.is-focusable, #toaster .toast .is-focused.sticky_info.input, #toaster .toast .is-focused.sticky_info.textarea, #toaster .toast .taginput .is-focused.sticky_info.taginput-container.is-focusable, .taginput #toaster .toast .is-focused.sticky_info.taginput-container.is-focusable, .is-info.is-focused.input, .is-info.is-focused.textarea, .taginput .is-info.is-focused.taginput-container.is-focusable, #toaster .toast.info.input:active, #toaster .toast.info.textarea:active, #toaster .taginput .toast.info.taginput-container.is-focusable:active, .taginput #toaster .toast.info.taginput-container.is-focusable:active, #toaster .toast .sticky_info.input:active, #toaster .toast .sticky_info.textarea:active, #toaster .toast .taginput .sticky_info.taginput-container.is-focusable:active, .taginput #toaster .toast .sticky_info.taginput-container.is-focusable:active, .is-info.input:active, .is-info.textarea:active, .taginput .is-info.taginput-container.is-focusable:active, #toaster .is-active.toast.info.input, #toaster .is-active.toast.info.textarea, #toaster .taginput .is-active.toast.info.taginput-container.is-focusable, .taginput #toaster .is-active.toast.info.taginput-container.is-focusable, #toaster .toast .is-active.sticky_info.input, #toaster .toast .is-active.sticky_info.textarea, #toaster .toast .taginput .is-active.sticky_info.taginput-container.is-focusable, .taginput #toaster .toast .is-active.sticky_info.taginput-container.is-focusable, .is-info.is-active.input, .is-info.is-active.textarea, .taginput .is-info.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(3, 165, 223, 0.25); }
  #toaster .toast.success.input, #toaster .toast.success.textarea, #toaster .taginput .toast.success.taginput-container.is-focusable, .taginput #toaster .toast.success.taginput-container.is-focusable, #toaster .toast.sticky_success.input, #toaster .toast.sticky_success.textarea, #toaster .taginput .toast.sticky_success.taginput-container.is-focusable, .taginput #toaster .toast.sticky_success.taginput-container.is-focusable, .is-success.input, .is-success.textarea, .taginput .is-success.taginput-container.is-focusable {
    border-color: #47ba78; }
    #toaster .toast.success.input:focus, #toaster .toast.success.textarea:focus, #toaster .taginput .toast.success.taginput-container.is-focusable:focus, .taginput #toaster .toast.success.taginput-container.is-focusable:focus, #toaster .toast.sticky_success.input:focus, #toaster .toast.sticky_success.textarea:focus, #toaster .taginput .toast.sticky_success.taginput-container.is-focusable:focus, .taginput #toaster .toast.sticky_success.taginput-container.is-focusable:focus, .is-success.input:focus, .is-success.textarea:focus, .taginput .is-success.taginput-container.is-focusable:focus, #toaster .is-focused.toast.success.input, #toaster .is-focused.toast.success.textarea, #toaster .taginput .is-focused.toast.success.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.success.taginput-container.is-focusable, #toaster .is-focused.toast.sticky_success.input, #toaster .is-focused.toast.sticky_success.textarea, #toaster .taginput .is-focused.toast.sticky_success.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.sticky_success.taginput-container.is-focusable, .is-success.is-focused.input, .is-success.is-focused.textarea, .taginput .is-success.is-focused.taginput-container.is-focusable, #toaster .toast.success.input:active, #toaster .toast.success.textarea:active, #toaster .taginput .toast.success.taginput-container.is-focusable:active, .taginput #toaster .toast.success.taginput-container.is-focusable:active, #toaster .toast.sticky_success.input:active, #toaster .toast.sticky_success.textarea:active, #toaster .taginput .toast.sticky_success.taginput-container.is-focusable:active, .taginput #toaster .toast.sticky_success.taginput-container.is-focusable:active, .is-success.input:active, .is-success.textarea:active, .taginput .is-success.taginput-container.is-focusable:active, #toaster .is-active.toast.success.input, #toaster .is-active.toast.success.textarea, #toaster .taginput .is-active.toast.success.taginput-container.is-focusable, .taginput #toaster .is-active.toast.success.taginput-container.is-focusable, #toaster .is-active.toast.sticky_success.input, #toaster .is-active.toast.sticky_success.textarea, #toaster .taginput .is-active.toast.sticky_success.taginput-container.is-focusable, .taginput #toaster .is-active.toast.sticky_success.taginput-container.is-focusable, .is-success.is-active.input, .is-success.is-active.textarea, .taginput .is-success.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(71, 186, 120, 0.25); }
  #toaster .toast.warning.input, #toaster .toast.warning.textarea, #toaster .taginput .toast.warning.taginput-container.is-focusable, .taginput #toaster .toast.warning.taginput-container.is-focusable, #toaster .toast.sticky_warning.input, #toaster .toast.sticky_warning.textarea, #toaster .taginput .toast.sticky_warning.taginput-container.is-focusable, .taginput #toaster .toast.sticky_warning.taginput-container.is-focusable, .is-warning.input, .is-warning.textarea, .taginput .is-warning.taginput-container.is-focusable {
    border-color: #fde456; }
    #toaster .toast.warning.input:focus, #toaster .toast.warning.textarea:focus, #toaster .taginput .toast.warning.taginput-container.is-focusable:focus, .taginput #toaster .toast.warning.taginput-container.is-focusable:focus, #toaster .toast.sticky_warning.input:focus, #toaster .toast.sticky_warning.textarea:focus, #toaster .taginput .toast.sticky_warning.taginput-container.is-focusable:focus, .taginput #toaster .toast.sticky_warning.taginput-container.is-focusable:focus, .is-warning.input:focus, .is-warning.textarea:focus, .taginput .is-warning.taginput-container.is-focusable:focus, #toaster .is-focused.toast.warning.input, #toaster .is-focused.toast.warning.textarea, #toaster .taginput .is-focused.toast.warning.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.warning.taginput-container.is-focusable, #toaster .is-focused.toast.sticky_warning.input, #toaster .is-focused.toast.sticky_warning.textarea, #toaster .taginput .is-focused.toast.sticky_warning.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.sticky_warning.taginput-container.is-focusable, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .taginput .is-warning.is-focused.taginput-container.is-focusable, #toaster .toast.warning.input:active, #toaster .toast.warning.textarea:active, #toaster .taginput .toast.warning.taginput-container.is-focusable:active, .taginput #toaster .toast.warning.taginput-container.is-focusable:active, #toaster .toast.sticky_warning.input:active, #toaster .toast.sticky_warning.textarea:active, #toaster .taginput .toast.sticky_warning.taginput-container.is-focusable:active, .taginput #toaster .toast.sticky_warning.taginput-container.is-focusable:active, .is-warning.input:active, .is-warning.textarea:active, .taginput .is-warning.taginput-container.is-focusable:active, #toaster .is-active.toast.warning.input, #toaster .is-active.toast.warning.textarea, #toaster .taginput .is-active.toast.warning.taginput-container.is-focusable, .taginput #toaster .is-active.toast.warning.taginput-container.is-focusable, #toaster .is-active.toast.sticky_warning.input, #toaster .is-active.toast.sticky_warning.textarea, #toaster .taginput .is-active.toast.sticky_warning.taginput-container.is-focusable, .taginput #toaster .is-active.toast.sticky_warning.taginput-container.is-focusable, .is-warning.is-active.input, .is-warning.is-active.textarea, .taginput .is-warning.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(253, 228, 86, 0.25); }
  #toaster .toast.error.input, #toaster .toast.error.textarea, #toaster .taginput .toast.error.taginput-container.is-focusable, .taginput #toaster .toast.error.taginput-container.is-focusable, #toaster .toast.danger.input, #toaster .toast.danger.textarea, #toaster .taginput .toast.danger.taginput-container.is-focusable, .taginput #toaster .toast.danger.taginput-container.is-focusable, #toaster .toast.is-error.input, #toaster .toast.is-error.textarea, #toaster .taginput .toast.is-error.taginput-container.is-focusable, .taginput #toaster .toast.is-error.taginput-container.is-focusable, #toaster .toast.sticky_error.input, #toaster .toast.sticky_error.textarea, #toaster .taginput .toast.sticky_error.taginput-container.is-focusable, .taginput #toaster .toast.sticky_error.taginput-container.is-focusable, .is-danger.input, .is-danger.textarea, .taginput .is-danger.taginput-container.is-focusable {
    border-color: #d25a4d; }
    #toaster .toast.error.input:focus, #toaster .toast.error.textarea:focus, #toaster .taginput .toast.error.taginput-container.is-focusable:focus, .taginput #toaster .toast.error.taginput-container.is-focusable:focus, #toaster .toast.danger.input:focus, #toaster .toast.danger.textarea:focus, #toaster .taginput .toast.danger.taginput-container.is-focusable:focus, .taginput #toaster .toast.danger.taginput-container.is-focusable:focus, #toaster .toast.is-error.input:focus, #toaster .toast.is-error.textarea:focus, #toaster .taginput .toast.is-error.taginput-container.is-focusable:focus, .taginput #toaster .toast.is-error.taginput-container.is-focusable:focus, #toaster .toast.sticky_error.input:focus, #toaster .toast.sticky_error.textarea:focus, #toaster .taginput .toast.sticky_error.taginput-container.is-focusable:focus, .taginput #toaster .toast.sticky_error.taginput-container.is-focusable:focus, .is-danger.input:focus, .is-danger.textarea:focus, .taginput .is-danger.taginput-container.is-focusable:focus, #toaster .is-focused.toast.error.input, #toaster .is-focused.toast.error.textarea, #toaster .taginput .is-focused.toast.error.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.error.taginput-container.is-focusable, #toaster .is-focused.toast.danger.input, #toaster .is-focused.toast.danger.textarea, #toaster .taginput .is-focused.toast.danger.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.danger.taginput-container.is-focusable, #toaster .is-focused.toast.is-error.input, #toaster .is-focused.toast.is-error.textarea, #toaster .taginput .is-focused.toast.is-error.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.is-error.taginput-container.is-focusable, #toaster .is-focused.toast.sticky_error.input, #toaster .is-focused.toast.sticky_error.textarea, #toaster .taginput .is-focused.toast.sticky_error.taginput-container.is-focusable, .taginput #toaster .is-focused.toast.sticky_error.taginput-container.is-focusable, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .taginput .is-danger.is-focused.taginput-container.is-focusable, #toaster .toast.error.input:active, #toaster .toast.error.textarea:active, #toaster .taginput .toast.error.taginput-container.is-focusable:active, .taginput #toaster .toast.error.taginput-container.is-focusable:active, #toaster .toast.danger.input:active, #toaster .toast.danger.textarea:active, #toaster .taginput .toast.danger.taginput-container.is-focusable:active, .taginput #toaster .toast.danger.taginput-container.is-focusable:active, #toaster .toast.is-error.input:active, #toaster .toast.is-error.textarea:active, #toaster .taginput .toast.is-error.taginput-container.is-focusable:active, .taginput #toaster .toast.is-error.taginput-container.is-focusable:active, #toaster .toast.sticky_error.input:active, #toaster .toast.sticky_error.textarea:active, #toaster .taginput .toast.sticky_error.taginput-container.is-focusable:active, .taginput #toaster .toast.sticky_error.taginput-container.is-focusable:active, .is-danger.input:active, .is-danger.textarea:active, .taginput .is-danger.taginput-container.is-focusable:active, #toaster .is-active.toast.error.input, #toaster .is-active.toast.error.textarea, #toaster .taginput .is-active.toast.error.taginput-container.is-focusable, .taginput #toaster .is-active.toast.error.taginput-container.is-focusable, #toaster .is-active.toast.danger.input, #toaster .is-active.toast.danger.textarea, #toaster .taginput .is-active.toast.danger.taginput-container.is-focusable, .taginput #toaster .is-active.toast.danger.taginput-container.is-focusable, #toaster .is-active.toast.is-error.input, #toaster .is-active.toast.is-error.textarea, #toaster .taginput .is-active.toast.is-error.taginput-container.is-focusable, .taginput #toaster .is-active.toast.is-error.taginput-container.is-focusable, #toaster .is-active.toast.sticky_error.input, #toaster .is-active.toast.sticky_error.textarea, #toaster .taginput .is-active.toast.sticky_error.taginput-container.is-focusable, .taginput #toaster .is-active.toast.sticky_error.taginput-container.is-focusable, .is-danger.is-active.input, .is-danger.is-active.textarea, .taginput .is-danger.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(210, 90, 77, 0.25); }
  .is-secondary.input, .is-secondary.textarea, .taginput .is-secondary.taginput-container.is-focusable {
    border-color: #f9a201; }
    .is-secondary.input:focus, .is-secondary.textarea:focus, .taginput .is-secondary.taginput-container.is-focusable:focus, .is-secondary.is-focused.input, .is-secondary.is-focused.textarea, .taginput .is-secondary.is-focused.taginput-container.is-focusable, .is-secondary.input:active, .is-secondary.textarea:active, .taginput .is-secondary.taginput-container.is-focusable:active, .is-secondary.is-active.input, .is-secondary.is-active.textarea, .taginput .is-secondary.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(249, 162, 1, 0.25); }
  .is-primary-dark.input, .is-primary-dark.textarea, .taginput .is-primary-dark.taginput-container.is-focusable {
    border-color: #ed9303; }
    .is-primary-dark.input:focus, .is-primary-dark.textarea:focus, .taginput .is-primary-dark.taginput-container.is-focusable:focus, .is-primary-dark.is-focused.input, .is-primary-dark.is-focused.textarea, .taginput .is-primary-dark.is-focused.taginput-container.is-focusable, .is-primary-dark.input:active, .is-primary-dark.textarea:active, .taginput .is-primary-dark.taginput-container.is-focusable:active, .is-primary-dark.is-active.input, .is-primary-dark.is-active.textarea, .taginput .is-primary-dark.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(237, 147, 3, 0.25); }
  .is-small.input, .is-small.textarea, .taginput .is-small.taginput-container.is-focusable {
    border-radius: 1px;
    font-size: 0.75rem; }
  .is-medium.input, .is-medium.textarea, .taginput .is-medium.taginput-container.is-focusable {
    font-size: 1.25rem; }
  .is-large.input, .is-large.textarea, .taginput .is-large.taginput-container.is-focusable {
    font-size: 1.5rem; }
  .is-fullwidth.input, .is-fullwidth.textarea, .taginput .is-fullwidth.taginput-container.is-focusable {
    display: block;
    width: 100%; }
  .is-inline.input, .is-inline.textarea, .taginput .is-inline.taginput-container.is-focusable {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.625em - 1px) + 0.375em);
  padding-right: calc(calc(0.625em - 1px) + 0.375em); }

.input.is-static, .input.fc-state-disabled {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.625em - 1px);
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em; }
  .textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size {
    resize: none; }

.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input, .radio input {
    cursor: pointer; }
  .checkbox:hover, .radio:hover {
    color: #363636; }
  .checkbox[disabled], .radio[disabled],
  fieldset[disabled] .checkbox,
  fieldset[disabled] .radio,
  .checkbox input[disabled],
  .radio input[disabled] {
    color: #4a4a4a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.25em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #267ec3;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover,
    fieldset[disabled] .select select:hover {
      border-color: #fafafa; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: auto;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
  .select.is-white:not(:hover)::after {
    border-color: #ffffff; }
  .select.is-white select {
    border-color: #ffffff; }
    .select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
  .select.is-black select {
    border-color: #0a0a0a; }
    .select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
    .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
  .select.is-light select {
    border-color: whitesmoke; }
    .select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
    .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #178fe2; }
  .select.is-primary select {
    border-color: #178fe2; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #1580cb; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(23, 143, 226, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #267ec3; }
  .select.is-link select {
    border-color: #267ec3; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #2270ae; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }
  .select.is-info:not(:hover)::after, #toaster .select.toast.info:not(:hover)::after, #toaster .toast .select.sticky_info:not(:hover)::after {
    border-color: #03a5df; }
  .select.is-info select, #toaster .select.toast.info select, #toaster .toast .select.sticky_info select {
    border-color: #03a5df; }
    .select.is-info select:hover, #toaster .select.toast.info select:hover, #toaster .toast .select.sticky_info select:hover, .select.is-info select.is-hovered, #toaster .select.toast.info select.is-hovered, #toaster .toast .select.sticky_info select.is-hovered {
      border-color: #0392c6; }
    .select.is-info select:focus, #toaster .select.toast.info select:focus, #toaster .toast .select.sticky_info select:focus, .select.is-info select.is-focused, #toaster .select.toast.info select.is-focused, #toaster .toast .select.sticky_info select.is-focused, .select.is-info select:active, #toaster .select.toast.info select:active, #toaster .toast .select.sticky_info select:active, .select.is-info select.is-active, #toaster .select.toast.info select.is-active, #toaster .toast .select.sticky_info select.is-active {
      box-shadow: 0 0 0 0.125em rgba(3, 165, 223, 0.25); }
  .select.is-success:not(:hover)::after, #toaster .select.toast.success:not(:hover)::after, #toaster .select.toast.sticky_success:not(:hover)::after {
    border-color: #47ba78; }
  .select.is-success select, #toaster .select.toast.success select, #toaster .select.toast.sticky_success select {
    border-color: #47ba78; }
    .select.is-success select:hover, #toaster .select.toast.success select:hover, #toaster .select.toast.sticky_success select:hover, .select.is-success select.is-hovered, #toaster .select.toast.success select.is-hovered, #toaster .select.toast.sticky_success select.is-hovered {
      border-color: #3fa86c; }
    .select.is-success select:focus, #toaster .select.toast.success select:focus, #toaster .select.toast.sticky_success select:focus, .select.is-success select.is-focused, #toaster .select.toast.success select.is-focused, #toaster .select.toast.sticky_success select.is-focused, .select.is-success select:active, #toaster .select.toast.success select:active, #toaster .select.toast.sticky_success select:active, .select.is-success select.is-active, #toaster .select.toast.success select.is-active, #toaster .select.toast.sticky_success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(71, 186, 120, 0.25); }
  .select.is-warning:not(:hover)::after, #toaster .select.toast.warning:not(:hover)::after, #toaster .select.toast.sticky_warning:not(:hover)::after {
    border-color: #fde456; }
  .select.is-warning select, #toaster .select.toast.warning select, #toaster .select.toast.sticky_warning select {
    border-color: #fde456; }
    .select.is-warning select:hover, #toaster .select.toast.warning select:hover, #toaster .select.toast.sticky_warning select:hover, .select.is-warning select.is-hovered, #toaster .select.toast.warning select.is-hovered, #toaster .select.toast.sticky_warning select.is-hovered {
      border-color: #fde03d; }
    .select.is-warning select:focus, #toaster .select.toast.warning select:focus, #toaster .select.toast.sticky_warning select:focus, .select.is-warning select.is-focused, #toaster .select.toast.warning select.is-focused, #toaster .select.toast.sticky_warning select.is-focused, .select.is-warning select:active, #toaster .select.toast.warning select:active, #toaster .select.toast.sticky_warning select:active, .select.is-warning select.is-active, #toaster .select.toast.warning select.is-active, #toaster .select.toast.sticky_warning select.is-active {
      box-shadow: 0 0 0 0.125em rgba(253, 228, 86, 0.25); }
  .select.is-danger:not(:hover)::after, #toaster .select.toast.error:not(:hover)::after, #toaster .select.toast.danger:not(:hover)::after, #toaster .select.toast.is-error:not(:hover)::after, #toaster .select.toast.sticky_error:not(:hover)::after {
    border-color: #d25a4d; }
  .select.is-danger select, #toaster .select.toast.error select, #toaster .select.toast.danger select, #toaster .select.toast.is-error select, #toaster .select.toast.sticky_error select {
    border-color: #d25a4d; }
    .select.is-danger select:hover, #toaster .select.toast.error select:hover, #toaster .select.toast.danger select:hover, #toaster .select.toast.is-error select:hover, #toaster .select.toast.sticky_error select:hover, .select.is-danger select.is-hovered, #toaster .select.toast.error select.is-hovered, #toaster .select.toast.danger select.is-hovered, #toaster .select.toast.is-error select.is-hovered, #toaster .select.toast.sticky_error select.is-hovered {
      border-color: #cd4739; }
    .select.is-danger select:focus, #toaster .select.toast.error select:focus, #toaster .select.toast.danger select:focus, #toaster .select.toast.is-error select:focus, #toaster .select.toast.sticky_error select:focus, .select.is-danger select.is-focused, #toaster .select.toast.error select.is-focused, #toaster .select.toast.danger select.is-focused, #toaster .select.toast.is-error select.is-focused, #toaster .select.toast.sticky_error select.is-focused, .select.is-danger select:active, #toaster .select.toast.error select:active, #toaster .select.toast.danger select:active, #toaster .select.toast.is-error select:active, #toaster .select.toast.sticky_error select:active, .select.is-danger select.is-active, #toaster .select.toast.error select.is-active, #toaster .select.toast.danger select.is-active, #toaster .select.toast.is-error select.is-active, #toaster .select.toast.sticky_error select.is-active {
      box-shadow: 0 0 0 0.125em rgba(210, 90, 77, 0.25); }
  .select.is-secondary:not(:hover)::after {
    border-color: #f9a201; }
  .select.is-secondary select {
    border-color: #f9a201; }
    .select.is-secondary select:hover, .select.is-secondary select.is-hovered {
      border-color: #e09101; }
    .select.is-secondary select:focus, .select.is-secondary select.is-focused, .select.is-secondary select:active, .select.is-secondary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(249, 162, 1, 0.25); }
  .select.is-primary-dark:not(:hover)::after {
    border-color: #ed9303; }
  .select.is-primary-dark select {
    border-color: #ed9303; }
    .select.is-primary-dark select:hover, .select.is-primary-dark select.is-hovered {
      border-color: #d48303; }
    .select.is-primary-dark select:focus, .select.is-primary-dark select.is-focused, .select.is-primary-dark select:active, .select.is-primary-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(237, 147, 3, 0.25); }
  .select.is-small {
    border-radius: 1px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #4a4a4a !important;
    opacity: 0.5; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: #ffffff;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #ffffff; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #ffffff; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: #ffffff; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: #ffffff; }
  .file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636; }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #363636; }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636; }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: whitesmoke; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-primary .file-cta {
    background-color: #178fe2;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #1688d6;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #1580cb;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #267ec3;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #2477b8;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(38, 126, 195, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #2270ae;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta, #toaster .file.toast.info .file-cta, #toaster .toast .file.sticky_info .file-cta {
    background-color: #03a5df;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, #toaster .file.toast.info:hover .file-cta, #toaster .toast .file.sticky_info:hover .file-cta, .file.is-info.is-hovered .file-cta, #toaster .file.is-hovered.toast.info .file-cta, #toaster .toast .file.is-hovered.sticky_info .file-cta {
    background-color: #039cd2;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, #toaster .file.toast.info:focus .file-cta, #toaster .toast .file.sticky_info:focus .file-cta, .file.is-info.is-focused .file-cta, #toaster .file.is-focused.toast.info .file-cta, #toaster .toast .file.is-focused.sticky_info .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(3, 165, 223, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, #toaster .file.toast.info:active .file-cta, #toaster .toast .file.sticky_info:active .file-cta, .file.is-info.is-active .file-cta, #toaster .file.is-active.toast.info .file-cta, #toaster .toast .file.is-active.sticky_info .file-cta {
    background-color: #0392c6;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta, #toaster .file.toast.success .file-cta, #toaster .file.toast.sticky_success .file-cta {
    background-color: #47ba78;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, #toaster .file.toast.success:hover .file-cta, #toaster .file.toast.sticky_success:hover .file-cta, .file.is-success.is-hovered .file-cta, #toaster .file.is-hovered.toast.success .file-cta, #toaster .file.is-hovered.toast.sticky_success .file-cta {
    background-color: #43b272;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, #toaster .file.toast.success:focus .file-cta, #toaster .file.toast.sticky_success:focus .file-cta, .file.is-success.is-focused .file-cta, #toaster .file.is-focused.toast.success .file-cta, #toaster .file.is-focused.toast.sticky_success .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(71, 186, 120, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, #toaster .file.toast.success:active .file-cta, #toaster .file.toast.sticky_success:active .file-cta, .file.is-success.is-active .file-cta, #toaster .file.is-active.toast.success .file-cta, #toaster .file.is-active.toast.sticky_success .file-cta {
    background-color: #3fa86c;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta, #toaster .file.toast.warning .file-cta, #toaster .file.toast.sticky_warning .file-cta {
    background-color: #fde456;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:hover .file-cta, #toaster .file.toast.warning:hover .file-cta, #toaster .file.toast.sticky_warning:hover .file-cta, .file.is-warning.is-hovered .file-cta, #toaster .file.is-hovered.toast.warning .file-cta, #toaster .file.is-hovered.toast.sticky_warning .file-cta {
    background-color: #fde249;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:focus .file-cta, #toaster .file.toast.warning:focus .file-cta, #toaster .file.toast.sticky_warning:focus .file-cta, .file.is-warning.is-focused .file-cta, #toaster .file.is-focused.toast.warning .file-cta, #toaster .file.is-focused.toast.sticky_warning .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(253, 228, 86, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:active .file-cta, #toaster .file.toast.warning:active .file-cta, #toaster .file.toast.sticky_warning:active .file-cta, .file.is-warning.is-active .file-cta, #toaster .file.is-active.toast.warning .file-cta, #toaster .file.is-active.toast.sticky_warning .file-cta {
    background-color: #fde03d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-danger .file-cta, #toaster .file.toast.error .file-cta, #toaster .file.toast.danger .file-cta, #toaster .file.toast.is-error .file-cta, #toaster .file.toast.sticky_error .file-cta {
    background-color: #d25a4d;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, #toaster .file.toast.error:hover .file-cta, #toaster .file.toast.danger:hover .file-cta, #toaster .file.toast.is-error:hover .file-cta, #toaster .file.toast.sticky_error:hover .file-cta, .file.is-danger.is-hovered .file-cta, #toaster .file.is-hovered.toast.error .file-cta, #toaster .file.is-hovered.toast.danger .file-cta, #toaster .file.is-hovered.toast.is-error .file-cta, #toaster .file.is-hovered.toast.sticky_error .file-cta {
    background-color: #cf5143;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, #toaster .file.toast.error:focus .file-cta, #toaster .file.toast.danger:focus .file-cta, #toaster .file.toast.is-error:focus .file-cta, #toaster .file.toast.sticky_error:focus .file-cta, .file.is-danger.is-focused .file-cta, #toaster .file.is-focused.toast.error .file-cta, #toaster .file.is-focused.toast.danger .file-cta, #toaster .file.is-focused.toast.is-error .file-cta, #toaster .file.is-focused.toast.sticky_error .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(210, 90, 77, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, #toaster .file.toast.error:active .file-cta, #toaster .file.toast.danger:active .file-cta, #toaster .file.toast.is-error:active .file-cta, #toaster .file.toast.sticky_error:active .file-cta, .file.is-danger.is-active .file-cta, #toaster .file.is-active.toast.error .file-cta, #toaster .file.is-active.toast.danger .file-cta, #toaster .file.is-active.toast.is-error .file-cta, #toaster .file.is-active.toast.sticky_error .file-cta {
    background-color: #cd4739;
    border-color: transparent;
    color: #fff; }
  .file.is-secondary .file-cta {
    background-color: #f9a201;
    border-color: transparent;
    color: #fff; }
  .file.is-secondary:hover .file-cta, .file.is-secondary.is-hovered .file-cta {
    background-color: #ec9a01;
    border-color: transparent;
    color: #fff; }
  .file.is-secondary:focus .file-cta, .file.is-secondary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(249, 162, 1, 0.25);
    color: #fff; }
  .file.is-secondary:active .file-cta, .file.is-secondary.is-active .file-cta {
    background-color: #e09101;
    border-color: transparent;
    color: #fff; }
  .file.is-primary-dark .file-cta {
    background-color: #ed9303;
    border-color: transparent;
    color: #fff; }
  .file.is-primary-dark:hover .file-cta, .file.is-primary-dark.is-hovered .file-cta {
    background-color: #e08b03;
    border-color: transparent;
    color: #fff; }
  .file.is-primary-dark:focus .file-cta, .file.is-primary-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(237, 147, 3, 0.25);
    color: #fff; }
  .file.is-primary-dark:active .file-cta, .file.is-primary-dark.is-active .file-cta {
    background-color: #d48303;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-normal {
    font-size: 1rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 3px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 3px 3px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px; }
  .file.is-centered {
    justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 3px 3px 0; }
    .file.is-right .file-name {
      border-radius: 3px 0 0 3px;
      border-width: 1px 0 1px 1px;
      order: -1; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
  .file-label:hover .file-name {
    border-color: #eeeeee; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #e8e8e8; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: whitesmoke;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

.file-name {
  border-color: whitesmoke;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis; }

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: #ffffff; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #178fe2; }
  .help.is-link {
    color: #267ec3; }
  .help.is-info, #toaster .help.toast.info, #toaster .toast .help.sticky_info {
    color: #03a5df; }
  .help.is-success, #toaster .help.toast.success, #toaster .help.toast.sticky_success {
    color: #47ba78; }
  .help.is-warning, #toaster .help.toast.warning, #toaster .help.toast.sticky_warning {
    color: #fde456; }
  .help.is-danger, #toaster .help.toast.error, #toaster .help.toast.danger, #toaster .help.toast.is-error, #toaster .help.toast.sticky_error {
    color: #d25a4d; }
  .help.is-secondary {
    color: #f9a201; }
  .help.is-primary-dark {
    color: #ed9303; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }

.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button, .field.has-addons .control:not(:first-child):not(:last-child) .fc-toolbar button, .fc-toolbar .field.has-addons .control:not(:first-child):not(:last-child) button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child:not(:only-child) .button, .field.has-addons .control:first-child:not(:only-child) .fc-toolbar button, .fc-toolbar .field.has-addons .control:first-child:not(:only-child) button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child:not(:only-child) .button, .field.has-addons .control:last-child:not(:only-child) .fc-toolbar button, .fc-toolbar .field.has-addons .control:last-child:not(:only-child) button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .fc-toolbar button:not([disabled]):hover, .fc-toolbar .field.has-addons .control button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .fc-toolbar button:not([disabled]).is-hovered, .fc-toolbar .field.has-addons .control button:not([disabled]).is-hovered, .field.has-addons .control .fc-toolbar button:not([disabled]):hover, .fc-toolbar .field.has-addons .control button:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .fc-toolbar button:not([disabled]):focus, .fc-toolbar .field.has-addons .control button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .fc-toolbar button:not([disabled]).is-focused, .fc-toolbar .field.has-addons .control button:not([disabled]).is-focused, .field.has-addons .control .fc-toolbar button:not([disabled]):focus, .fc-toolbar .field.has-addons .control button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .fc-toolbar button:not([disabled]):active, .fc-toolbar .field.has-addons .control button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .fc-toolbar button:not([disabled]).is-active, .fc-toolbar .field.has-addons .control button:not([disabled]).is-active, .field.has-addons .control .fc-toolbar .fc-state-down:not([disabled]), .fc-toolbar .field.has-addons .control .fc-state-down:not([disabled]), .field.has-addons .control .fc-toolbar .fc-state-active:not([disabled]), .fc-toolbar .field.has-addons .control .fc-state-active:not([disabled]), .field.has-addons .control .fc-toolbar .ui-state-active:not([disabled]), .fc-toolbar .field.has-addons .control .ui-state-active:not([disabled]),
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
    .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .fc-toolbar button:not([disabled]):focus:hover, .fc-toolbar .field.has-addons .control button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .fc-toolbar button:not([disabled]).is-focused:hover, .fc-toolbar .field.has-addons .control button:not([disabled]).is-focused:hover, .field.has-addons .control .fc-toolbar button:not([disabled]):hover:focus, .fc-toolbar .field.has-addons .control button:not([disabled]):hover:focus, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .fc-toolbar button:not([disabled]):active:hover, .fc-toolbar .field.has-addons .control button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .fc-toolbar button:not([disabled]).is-active:hover, .fc-toolbar .field.has-addons .control button:not([disabled]).is-active:hover, .field.has-addons .control .fc-toolbar .fc-state-down:not([disabled]):hover, .fc-toolbar .field.has-addons .control .fc-state-down:not([disabled]):hover, .field.has-addons .control .fc-toolbar .fc-state-active:not([disabled]):hover, .fc-toolbar .field.has-addons .control .fc-state-active:not([disabled]):hover, .field.has-addons .control .fc-toolbar .ui-state-active:not([disabled]):hover, .fc-toolbar .field.has-addons .control .ui-state-active:not([disabled]):hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }

.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }

.field-label .label {
  font-size: inherit; }

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit; }
  .control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .fc button .input:focus ~ .fc-icon, .fc button .control.has-icons-left .input:focus ~ .fc-icon,
  .control.has-icons-left .select:focus ~ .icon,
  .control.has-icons-left .fc button .select:focus ~ .fc-icon,
  .fc button .control.has-icons-left .select:focus ~ .fc-icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .fc button .input:focus ~ .fc-icon, .fc button .control.has-icons-right .input:focus ~ .fc-icon,
  .control.has-icons-right .select:focus ~ .icon,
  .control.has-icons-right .fc button .select:focus ~ .fc-icon,
  .fc button .control.has-icons-right .select:focus ~ .fc-icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .fc button .input.is-small ~ .fc-icon, .fc button .control.has-icons-left .input.is-small ~ .fc-icon,
  .control.has-icons-left .select.is-small ~ .icon,
  .control.has-icons-left .fc button .select.is-small ~ .fc-icon,
  .fc button .control.has-icons-left .select.is-small ~ .fc-icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .fc button .input.is-small ~ .fc-icon, .fc button .control.has-icons-right .input.is-small ~ .fc-icon,
  .control.has-icons-right .select.is-small ~ .icon,
  .control.has-icons-right .fc button .select.is-small ~ .fc-icon,
  .fc button .control.has-icons-right .select.is-small ~ .fc-icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .fc button .input.is-medium ~ .fc-icon, .fc button .control.has-icons-left .input.is-medium ~ .fc-icon,
  .control.has-icons-left .select.is-medium ~ .icon,
  .control.has-icons-left .fc button .select.is-medium ~ .fc-icon,
  .fc button .control.has-icons-left .select.is-medium ~ .fc-icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .fc button .input.is-medium ~ .fc-icon, .fc button .control.has-icons-right .input.is-medium ~ .fc-icon,
  .control.has-icons-right .select.is-medium ~ .icon,
  .control.has-icons-right .fc button .select.is-medium ~ .fc-icon,
  .fc button .control.has-icons-right .select.is-medium ~ .fc-icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .fc button .input.is-large ~ .fc-icon, .fc button .control.has-icons-left .input.is-large ~ .fc-icon,
  .control.has-icons-left .select.is-large ~ .icon,
  .control.has-icons-left .fc button .select.is-large ~ .fc-icon,
  .fc button .control.has-icons-left .select.is-large ~ .fc-icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .fc button .input.is-large ~ .fc-icon, .fc button .control.has-icons-right .input.is-large ~ .fc-icon,
  .control.has-icons-right .select.is-large ~ .icon,
  .control.has-icons-right .fc button .select.is-large ~ .fc-icon,
  .fc button .control.has-icons-right .select.is-large ~ .fc-icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-left .fc button .fc-icon, .fc button .control.has-icons-left .fc-icon, .control.has-icons-right .icon, .control.has-icons-right .fc button .fc-icon, .fc button .control.has-icons-right .fc-icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left, .control.has-icons-left .fc button .is-left.fc-icon, .fc button .control.has-icons-left .is-left.fc-icon {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right, .control.has-icons-right .fc button .is-right.fc-icon, .fc button .control.has-icons-right .is-right.fc-icon {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap; }
  .breadcrumb a {
    align-items: center;
    color: #267ec3;
    display: flex;
    justify-content: center;
    padding: 0 0.75em; }
    .breadcrumb a:hover {
      color: #363636; }
  .breadcrumb li {
    align-items: center;
    display: flex; }
    .breadcrumb li:first-child a {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #242424;
      cursor: default;
      pointer-events: none; }
    .breadcrumb li + li::before {
      color: #b5b5b5;
      content: "/"; }
  .breadcrumb ul,
  .breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .breadcrumb .icon:first-child, .breadcrumb .fc button .fc-icon:first-child, .fc button .breadcrumb .fc-icon:first-child {
    margin-right: 0.5em; }
  .breadcrumb .icon:last-child, .breadcrumb .fc button .fc-icon:last-child, .fc button .breadcrumb .fc-icon:last-child {
    margin-left: 0.5em; }
  .breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    justify-content: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    justify-content: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.75rem; }
  .breadcrumb.is-medium {
    font-size: 1.25rem; }
  .breadcrumb.is-large {
    font-size: 1.5rem; }
  .breadcrumb.has-arrow-separator li + li::before {
    content: "\2192"; }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "\2022"; }
  .breadcrumb.has-dot-separator li + li::before {
    content: "\B7"; }
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "\227B"; }

.card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #363636;
  max-width: 100%;
  position: relative; }

.card-header:first-child, .card-content:first-child, .card-footer:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card-header:last-child, .card-content:last-child, .card-footer:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex; }

.card-header-title {
  align-items: center;
  color: #242424;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
  .card-header-title.is-centered {
    justify-content: center; }

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }
  .card-image:first-child img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-image:last-child img {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }

.card-content {
  background-color: transparent;
  padding: 1.5rem; }

.card-footer {
  background-color: transparent;
  border-top: 1px solid whitesmoke;
  align-items: stretch;
  display: flex; }

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid whitesmoke; }

.card .media: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: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.dropdown-item, .dropdown .dropdown-menu .has-link a {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }

a.dropdown-item, .dropdown .dropdown-menu .has-link a,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%; }
  a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
  button.dropdown-item:hover {
    background-color: #fafafa;
    color: #0a0a0a; }
  a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
  button.dropdown-item.is-active {
    background-color: #267ec3;
    color: #fff; }

.dropdown-divider {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }

.level {
  align-items: center;
  justify-content: space-between; }
  .level code {
    border-radius: 3px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .level.is-mobile .level-item:not(.is-narrow) {
      flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        flex-grow: 1; } }

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center; }
  .level-item .title, .level-item .fc-toolbar h2, .fc-toolbar .level-item h2,
  .level-item .subtitle {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
      margin-right: 0.75rem; } }

.level-left {
  align-items: center;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .level-left {
      display: flex; } }

.level-right {
  align-items: center;
  justify-content: flex-end; }
  @media screen and (min-width: 769px), print {
    .level-right {
      display: flex; } }

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(245, 245, 245, 0.5);
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(245, 245, 245, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit; }

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto; } }

.menu {
  font-size: 1rem; }
  .menu.is-small {
    font-size: 0.75rem; }
  .menu.is-medium {
    font-size: 1.25rem; }
  .menu.is-large {
    font-size: 1.5rem; }

.menu-list {
  line-height: 1.25; }
  .menu-list a {
    border-radius: 1px;
    color: #363636;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover {
      background-color: #fafafa;
      color: #242424; }
    .menu-list a.is-active {
      background-color: #267ec3;
      color: #15476e; }
  .menu-list li ul {
    border-left: 1px solid whitesmoke;
    margin: 0.75em;
    padding-left: 0.75em; }

.menu-label {
  color: #4a4a4a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .menu-label:not(:first-child) {
    margin-top: 1em; }
  .menu-label:not(:last-child) {
    margin-bottom: 1em; }

.message {
  background-color: #fafafa;
  border-radius: 3px;
  font-size: 1rem; }
  .message strong {
    color: currentColor; }
  .message a:not(.button):not(.tag):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .message.is-small {
    font-size: 0.75rem; }
  .message.is-medium {
    font-size: 1.25rem; }
  .message.is-large {
    font-size: 1.5rem; }
  .message.is-white {
    background-color: white; }
    .message.is-white .message-header {
      background-color: #ffffff;
      color: #0a0a0a; }
    .message.is-white .message-body {
      border-color: #ffffff; }
  .message.is-black {
    background-color: #fafafa; }
    .message.is-black .message-header {
      background-color: #0a0a0a;
      color: #ffffff; }
    .message.is-black .message-body {
      border-color: #0a0a0a; }
  .message.is-light {
    background-color: #fafafa; }
    .message.is-light .message-header {
      background-color: whitesmoke;
      color: #363636; }
    .message.is-light .message-body {
      border-color: whitesmoke; }
  .message.is-dark {
    background-color: #fafafa; }
    .message.is-dark .message-header {
      background-color: #363636;
      color: whitesmoke; }
    .message.is-dark .message-body {
      border-color: #363636; }
  .message.is-primary {
    background-color: #f6fbfe; }
    .message.is-primary .message-header {
      background-color: #178fe2;
      color: #fff; }
    .message.is-primary .message-body {
      border-color: #178fe2; }
  .message.is-link {
    background-color: #f6fafd; }
    .message.is-link .message-header {
      background-color: #267ec3;
      color: #fff; }
    .message.is-link .message-body {
      border-color: #267ec3; }
  .message.is-info, #toaster .message.toast.info, #toaster .toast .message.sticky_info {
    background-color: #f5fcff; }
    .message.is-info .message-header, #toaster .message.toast.info .message-header, #toaster .toast .message.sticky_info .message-header {
      background-color: #03a5df;
      color: #fff; }
    .message.is-info .message-body, #toaster .message.toast.info .message-body, #toaster .toast .message.sticky_info .message-body {
      border-color: #03a5df; }
  .message.is-success, #toaster .message.toast.success, #toaster .message.toast.sticky_success {
    background-color: #f8fcfa; }
    .message.is-success .message-header, #toaster .message.toast.success .message-header, #toaster .message.toast.sticky_success .message-header {
      background-color: #47ba78;
      color: #fff; }
    .message.is-success .message-body, #toaster .message.toast.success .message-body, #toaster .message.toast.sticky_success .message-body {
      border-color: #47ba78; }
  .message.is-warning, #toaster .message.toast.warning, #toaster .message.toast.sticky_warning {
    background-color: #fffdf5; }
    .message.is-warning .message-header, #toaster .message.toast.warning .message-header, #toaster .message.toast.sticky_warning .message-header {
      background-color: #fde456;
      color: rgba(0, 0, 0, 0.7); }
    .message.is-warning .message-body, #toaster .message.toast.warning .message-body, #toaster .message.toast.sticky_warning .message-body {
      border-color: #fde456; }
  .message.is-danger, #toaster .message.toast.error, #toaster .message.toast.danger, #toaster .message.toast.is-error, #toaster .message.toast.sticky_error {
    background-color: #fdf7f7; }
    .message.is-danger .message-header, #toaster .message.toast.error .message-header, #toaster .message.toast.danger .message-header, #toaster .message.toast.is-error .message-header, #toaster .message.toast.sticky_error .message-header {
      background-color: #d25a4d;
      color: #fff; }
    .message.is-danger .message-body, #toaster .message.toast.error .message-body, #toaster .message.toast.danger .message-body, #toaster .message.toast.is-error .message-body, #toaster .message.toast.sticky_error .message-body {
      border-color: #d25a4d; }
  .message.is-secondary {
    background-color: #fff8eb; }
    .message.is-secondary .message-header {
      background-color: #f9a201;
      color: #fff; }
    .message.is-secondary .message-body {
      border-color: #f9a201;
      color: #986301; }
  .message.is-primary-dark {
    background-color: #fff7eb; }
    .message.is-primary-dark .message-header {
      background-color: #ed9303;
      color: #fff; }
    .message.is-primary-dark .message-body {
      border-color: #ed9303;
      color: #ab6a02; }

.message-header {
  align-items: center;
  background-color: #363636;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative; }
  .message-header .delete {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.75em; }
  .message-header + .message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.message-body {
  border-color: whitesmoke;
  border-radius: 3px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #363636;
  padding: 1.25em 1.5em; }
  .message-body code,
  .message-body pre {
    background-color: #ffffff; }
  .message-body pre code {
    background-color: transparent; }

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40; }
  .modal.is-active {
    display: flex; }

.modal-background {
  background-color: rgba(10, 10, 10, 0.86); }

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 930px; } }

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible; }

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative; }

.modal-card-head {
  border-bottom: 1px solid whitesmoke;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-card-title {
  color: #242424;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1; }

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid whitesmoke; }
  .modal-card-foot .button:not(:last-child), .modal-card-foot .fc-toolbar button:not(:last-child), .fc-toolbar .modal-card-foot button:not(:last-child) {
    margin-right: 0.5em; }

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px; }

.navbar {
  background-color: #ffffff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }
  .navbar.is-white {
    background-color: #ffffff;
    color: #0a0a0a; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:focus,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 1088px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:focus,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:focus,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:focus,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffffff;
        color: #0a0a0a; } }
  .navbar.is-black {
    background-color: #0a0a0a;
    color: #ffffff; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: #ffffff; }
    .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:focus,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: #ffffff; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: #ffffff; }
    .navbar.is-black .navbar-burger {
      color: #ffffff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: #ffffff; }
      .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:focus,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:focus,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:focus,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: #ffffff; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: #ffffff; }
      .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: #ffffff; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #ffffff; } }
  .navbar.is-light {
    background-color: whitesmoke;
    color: #363636; }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #363636; }
    .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:focus,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #363636; }
    .navbar.is-light .navbar-burger {
      color: #363636; }
    @media screen and (min-width: 1088px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: #363636; }
      .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:focus,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:focus,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:focus,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636; }
      .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #363636; } }
  .navbar.is-dark {
    background-color: #363636;
    color: whitesmoke; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: whitesmoke; }
    .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:focus,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: whitesmoke; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: whitesmoke; }
    .navbar.is-dark .navbar-burger {
      color: whitesmoke; }
    @media screen and (min-width: 1088px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: whitesmoke; }
      .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:focus,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:focus,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: whitesmoke; }
      .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: whitesmoke; } }
  .navbar.is-primary {
    background-color: #178fe2;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:focus,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #1580cb;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:focus,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:focus,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:focus,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #1580cb;
        color: #fff; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1580cb;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #178fe2;
        color: #fff; } }
  .navbar.is-link {
    background-color: #267ec3;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:focus,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #2270ae;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:focus,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:focus,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:focus,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #2270ae;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2270ae;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #267ec3;
        color: #fff; } }
  .navbar.is-info, #toaster .navbar.toast.info, #toaster .toast .navbar.sticky_info {
    background-color: #03a5df;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item, #toaster .navbar.toast.info .navbar-brand > .navbar-item, #toaster .toast .navbar.sticky_info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link,
    #toaster .navbar.toast.info .navbar-brand .navbar-link,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.info .navbar-brand > a.navbar-item:focus, #toaster .toast .navbar.sticky_info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.info .navbar-brand > a.navbar-item:hover, #toaster .toast .navbar.sticky_info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.info .navbar-brand > a.navbar-item.is-active, #toaster .toast .navbar.sticky_info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.info .navbar-brand .navbar-link:focus,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link:focus,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.info .navbar-brand .navbar-link:hover,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.info .navbar-brand .navbar-link.is-active,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link.is-active {
      background-color: #0392c6;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after, #toaster .navbar.toast.info .navbar-brand .navbar-link::after, #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-info .navbar-burger, #toaster .navbar.toast.info .navbar-burger, #toaster .toast .navbar.sticky_info .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-info .navbar-start > .navbar-item, #toaster .navbar.toast.info .navbar-start > .navbar-item, #toaster .toast .navbar.sticky_info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      #toaster .navbar.toast.info .navbar-start .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      #toaster .navbar.toast.info .navbar-end > .navbar-item,
      #toaster .toast .navbar.sticky_info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link,
      #toaster .navbar.toast.info .navbar-end .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.info .navbar-start > a.navbar-item:focus, #toaster .toast .navbar.sticky_info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.info .navbar-start > a.navbar-item:hover, #toaster .toast .navbar.sticky_info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.info .navbar-start > a.navbar-item.is-active, #toaster .toast .navbar.sticky_info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.info .navbar-start .navbar-link:focus,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link:focus,
      .navbar.is-info .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.info .navbar-start .navbar-link:hover,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.info .navbar-start .navbar-link.is-active,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.info .navbar-end > a.navbar-item:focus,
      #toaster .toast .navbar.sticky_info .navbar-end > a.navbar-item:focus,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.info .navbar-end > a.navbar-item:hover,
      #toaster .toast .navbar.sticky_info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.info .navbar-end > a.navbar-item.is-active,
      #toaster .toast .navbar.sticky_info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.info .navbar-end .navbar-link:focus,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link:focus,
      .navbar.is-info .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.info .navbar-end .navbar-link:hover,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.info .navbar-end .navbar-link.is-active,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link.is-active {
        background-color: #0392c6;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after, #toaster .navbar.toast.info .navbar-start .navbar-link::after, #toaster .toast .navbar.sticky_info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after,
      #toaster .navbar.toast.info .navbar-end .navbar-link::after,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.info .navbar-item.has-dropdown:focus .navbar-link, #toaster .toast .navbar.sticky_info .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.info .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.info .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0392c6;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.info .navbar-dropdown a.navbar-item.is-active, #toaster .toast .navbar.sticky_info .navbar-dropdown a.navbar-item.is-active {
        background-color: #03a5df;
        color: #fff; } }
  .navbar.is-success, #toaster .navbar.toast.success, #toaster .navbar.toast.sticky_success {
    background-color: #47ba78;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item, #toaster .navbar.toast.success .navbar-brand > .navbar-item, #toaster .navbar.toast.sticky_success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link,
    #toaster .navbar.toast.success .navbar-brand .navbar-link,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.success .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.sticky_success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.success .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.sticky_success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.success .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.sticky_success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.success .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link:focus,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.success .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.success .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link.is-active {
      background-color: #3fa86c;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after, #toaster .navbar.toast.success .navbar-brand .navbar-link::after, #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-success .navbar-burger, #toaster .navbar.toast.success .navbar-burger, #toaster .navbar.toast.sticky_success .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-success .navbar-start > .navbar-item, #toaster .navbar.toast.success .navbar-start > .navbar-item, #toaster .navbar.toast.sticky_success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      #toaster .navbar.toast.success .navbar-start .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      #toaster .navbar.toast.success .navbar-end > .navbar-item,
      #toaster .navbar.toast.sticky_success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link,
      #toaster .navbar.toast.success .navbar-end .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.success .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.sticky_success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.success .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.sticky_success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.success .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.sticky_success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.success .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link:focus,
      .navbar.is-success .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.success .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.success .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.success .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.sticky_success .navbar-end > a.navbar-item:focus,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.success .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.sticky_success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.success .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.sticky_success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.success .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link:focus,
      .navbar.is-success .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.success .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.success .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link.is-active {
        background-color: #3fa86c;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after, #toaster .navbar.toast.success .navbar-start .navbar-link::after, #toaster .navbar.toast.sticky_success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after,
      #toaster .navbar.toast.success .navbar-end .navbar-link::after,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.success .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.sticky_success .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.success .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.success .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3fa86c;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.success .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.sticky_success .navbar-dropdown a.navbar-item.is-active {
        background-color: #47ba78;
        color: #fff; } }
  .navbar.is-warning, #toaster .navbar.toast.warning, #toaster .navbar.toast.sticky_warning {
    background-color: #fde456;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item, #toaster .navbar.toast.warning .navbar-brand > .navbar-item, #toaster .navbar.toast.sticky_warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.warning .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.sticky_warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.warning .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.sticky_warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.warning .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.sticky_warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link:focus,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link.is-active {
      background-color: #fde03d;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after, #toaster .navbar.toast.warning .navbar-brand .navbar-link::after, #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-burger, #toaster .navbar.toast.warning .navbar-burger, #toaster .navbar.toast.sticky_warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1088px) {
      .navbar.is-warning .navbar-start > .navbar-item, #toaster .navbar.toast.warning .navbar-start > .navbar-item, #toaster .navbar.toast.sticky_warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      #toaster .navbar.toast.warning .navbar-start .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      #toaster .navbar.toast.warning .navbar-end > .navbar-item,
      #toaster .navbar.toast.sticky_warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link,
      #toaster .navbar.toast.warning .navbar-end .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.warning .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.sticky_warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.warning .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.sticky_warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.warning .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.sticky_warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.warning .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link:focus,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.warning .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.warning .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.warning .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.sticky_warning .navbar-end > a.navbar-item:focus,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.warning .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.sticky_warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.warning .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.sticky_warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.warning .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link:focus,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.warning .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.warning .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link.is-active {
        background-color: #fde03d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start .navbar-link::after, #toaster .navbar.toast.warning .navbar-start .navbar-link::after, #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after,
      #toaster .navbar.toast.warning .navbar-end .navbar-link::after,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.warning .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.sticky_warning .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.warning .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.warning .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #fde03d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.warning .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.sticky_warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #fde456;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger, #toaster .navbar.toast.error, #toaster .navbar.toast.danger, #toaster .navbar.toast.is-error, #toaster .navbar.toast.sticky_error {
    background-color: #d25a4d;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item, #toaster .navbar.toast.error .navbar-brand > .navbar-item, #toaster .navbar.toast.danger .navbar-brand > .navbar-item, #toaster .navbar.toast.is-error .navbar-brand > .navbar-item, #toaster .navbar.toast.sticky_error .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link,
    #toaster .navbar.toast.error .navbar-brand .navbar-link,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.error .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.danger .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.is-error .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.sticky_error .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.error .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.danger .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.is-error .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.sticky_error .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.error .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.danger .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.is-error .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.sticky_error .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.error .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link:focus,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.error .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.error .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link.is-active {
      background-color: #cd4739;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after, #toaster .navbar.toast.error .navbar-brand .navbar-link::after, #toaster .navbar.toast.danger .navbar-brand .navbar-link::after, #toaster .navbar.toast.is-error .navbar-brand .navbar-link::after, #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-danger .navbar-burger, #toaster .navbar.toast.error .navbar-burger, #toaster .navbar.toast.danger .navbar-burger, #toaster .navbar.toast.is-error .navbar-burger, #toaster .navbar.toast.sticky_error .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-danger .navbar-start > .navbar-item, #toaster .navbar.toast.error .navbar-start > .navbar-item, #toaster .navbar.toast.danger .navbar-start > .navbar-item, #toaster .navbar.toast.is-error .navbar-start > .navbar-item, #toaster .navbar.toast.sticky_error .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      #toaster .navbar.toast.error .navbar-start .navbar-link,
      #toaster .navbar.toast.danger .navbar-start .navbar-link,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      #toaster .navbar.toast.error .navbar-end > .navbar-item,
      #toaster .navbar.toast.danger .navbar-end > .navbar-item,
      #toaster .navbar.toast.is-error .navbar-end > .navbar-item,
      #toaster .navbar.toast.sticky_error .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link,
      #toaster .navbar.toast.error .navbar-end .navbar-link,
      #toaster .navbar.toast.danger .navbar-end .navbar-link,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.error .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.danger .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.is-error .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.sticky_error .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.error .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.danger .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.is-error .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.sticky_error .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.error .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.danger .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.is-error .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.sticky_error .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.error .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.danger .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link:focus,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.error .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.danger .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.error .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.danger .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.error .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.danger .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.is-error .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.sticky_error .navbar-end > a.navbar-item:focus,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.error .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.danger .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.is-error .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.sticky_error .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.error .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.danger .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.is-error .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.sticky_error .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.error .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.danger .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link:focus,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.error .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.danger .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.error .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.danger .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link.is-active {
        background-color: #cd4739;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after, #toaster .navbar.toast.error .navbar-start .navbar-link::after, #toaster .navbar.toast.danger .navbar-start .navbar-link::after, #toaster .navbar.toast.is-error .navbar-start .navbar-link::after, #toaster .navbar.toast.sticky_error .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after,
      #toaster .navbar.toast.error .navbar-end .navbar-link::after,
      #toaster .navbar.toast.danger .navbar-end .navbar-link::after,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link::after,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.error .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.danger .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.is-error .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.sticky_error .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.error .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.danger .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.is-error .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.error .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.danger .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.is-error .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #cd4739;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.error .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.danger .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.is-error .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.sticky_error .navbar-dropdown a.navbar-item.is-active {
        background-color: #d25a4d;
        color: #fff; } }
  .navbar.is-secondary {
    background-color: #f9a201;
    color: #fff; }
    .navbar.is-secondary .navbar-brand > .navbar-item,
    .navbar.is-secondary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-secondary .navbar-brand > a.navbar-item:focus, .navbar.is-secondary .navbar-brand > a.navbar-item:hover, .navbar.is-secondary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-secondary .navbar-brand .navbar-link:focus,
    .navbar.is-secondary .navbar-brand .navbar-link:hover,
    .navbar.is-secondary .navbar-brand .navbar-link.is-active {
      background-color: #e09101;
      color: #fff; }
    .navbar.is-secondary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-secondary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-secondary .navbar-start > .navbar-item,
      .navbar.is-secondary .navbar-start .navbar-link,
      .navbar.is-secondary .navbar-end > .navbar-item,
      .navbar.is-secondary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-secondary .navbar-start > a.navbar-item:focus, .navbar.is-secondary .navbar-start > a.navbar-item:hover, .navbar.is-secondary .navbar-start > a.navbar-item.is-active,
      .navbar.is-secondary .navbar-start .navbar-link:focus,
      .navbar.is-secondary .navbar-start .navbar-link:hover,
      .navbar.is-secondary .navbar-start .navbar-link.is-active,
      .navbar.is-secondary .navbar-end > a.navbar-item:focus,
      .navbar.is-secondary .navbar-end > a.navbar-item:hover,
      .navbar.is-secondary .navbar-end > a.navbar-item.is-active,
      .navbar.is-secondary .navbar-end .navbar-link:focus,
      .navbar.is-secondary .navbar-end .navbar-link:hover,
      .navbar.is-secondary .navbar-end .navbar-link.is-active {
        background-color: #e09101;
        color: #fff; }
      .navbar.is-secondary .navbar-start .navbar-link::after,
      .navbar.is-secondary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-secondary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e09101;
        color: #fff; }
      .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
        background-color: #f9a201;
        color: #fff; } }
  .navbar.is-primary-dark {
    background-color: #ed9303;
    color: #fff; }
    .navbar.is-primary-dark .navbar-brand > .navbar-item,
    .navbar.is-primary-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary-dark .navbar-brand > a.navbar-item:focus, .navbar.is-primary-dark .navbar-brand > a.navbar-item:hover, .navbar.is-primary-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary-dark .navbar-brand .navbar-link:focus,
    .navbar.is-primary-dark .navbar-brand .navbar-link:hover,
    .navbar.is-primary-dark .navbar-brand .navbar-link.is-active {
      background-color: #d48303;
      color: #fff; }
    .navbar.is-primary-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary-dark .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-primary-dark .navbar-start > .navbar-item,
      .navbar.is-primary-dark .navbar-start .navbar-link,
      .navbar.is-primary-dark .navbar-end > .navbar-item,
      .navbar.is-primary-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary-dark .navbar-start > a.navbar-item:focus, .navbar.is-primary-dark .navbar-start > a.navbar-item:hover, .navbar.is-primary-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary-dark .navbar-start .navbar-link:focus,
      .navbar.is-primary-dark .navbar-start .navbar-link:hover,
      .navbar.is-primary-dark .navbar-start .navbar-link.is-active,
      .navbar.is-primary-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-primary-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-primary-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary-dark .navbar-end .navbar-link:focus,
      .navbar.is-primary-dark .navbar-end .navbar-link:hover,
      .navbar.is-primary-dark .navbar-end .navbar-link.is-active {
        background-color: #d48303;
        color: #fff; }
      .navbar.is-primary-dark .navbar-start .navbar-link::after,
      .navbar.is-primary-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #d48303;
        color: #fff; }
      .navbar.is-primary-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #ed9303;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 #fafafa; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 #fafafa; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem; }

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #4a4a4a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
  .navbar-item .icon:only-child, .navbar-item .fc button .fc-icon:only-child, .fc button .navbar-item .fc-icon:only-child,
  .navbar-link .icon:only-child,
  .navbar-link .fc button .fc-icon:only-child,
  .fc button .navbar-link .fc-icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:focus,
  .navbar-link:focus-within,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #267ec3; }

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #267ec3; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #267ec3;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #267ec3;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #267ec3;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: #fafafa;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }

@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 0.5rem 1rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 3px; }
    .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: #fafafa;
      color: #0a0a0a; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: #fafafa;
      color: #267ec3; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item.has-dropdown {
    align-items: stretch; }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em); }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid whitesmoke;
    border-radius: 5px 5px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto; }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 2px solid whitesmoke;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: #fafafa;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: #fafafa;
        color: #267ec3; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 5px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 4.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 4.25rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem); }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.75rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px; }
  .pagination.is-rounded .pagination-link {
    border-radius: 290486px; }

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #267ec3; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  .pagination-previous[disabled], .pagination-previous.is-disabled,
  .pagination-next[disabled],
  .pagination-next.is-disabled,
  .pagination-link[disabled],
  .pagination-link.is-disabled {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #267ec3;
  border-color: #267ec3;
  color: #fff; }

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none; }

.pagination-list {
  flex-wrap: wrap; }
  .pagination-list li {
    list-style: none; }

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap; }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1; }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1; } }

@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1; }
  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0; }
  .pagination-previous {
    order: 2; }
  .pagination-next {
    order: 3; }
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0; }
    .pagination.is-centered .pagination-previous {
      order: 1; }
    .pagination.is-centered .pagination-list {
      justify-content: center;
      order: 2; }
    .pagination.is-centered .pagination-next {
      order: 3; }
    .pagination.is-right .pagination-previous {
      order: 1; }
    .pagination.is-right .pagination-next {
      order: 2; }
    .pagination.is-right .pagination-list {
      justify-content: flex-end;
      order: 3; } }

.panel {
  border-radius: 5px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem; }
  .panel:not(:last-child) {
    margin-bottom: 1.5rem; }
  .panel.is-white .panel-heading {
    background-color: #ffffff;
    color: #0a0a0a; }
  .panel.is-white .panel-tabs a.is-active {
    border-bottom-color: #ffffff; }
  .panel.is-white .panel-block.is-active .panel-icon {
    color: #ffffff; }
  .panel.is-black .panel-heading {
    background-color: #0a0a0a;
    color: #ffffff; }
  .panel.is-black .panel-tabs a.is-active {
    border-bottom-color: #0a0a0a; }
  .panel.is-black .panel-block.is-active .panel-icon {
    color: #0a0a0a; }
  .panel.is-light .panel-heading {
    background-color: whitesmoke;
    color: #363636; }
  .panel.is-light .panel-tabs a.is-active {
    border-bottom-color: whitesmoke; }
  .panel.is-light .panel-block.is-active .panel-icon {
    color: whitesmoke; }
  .panel.is-dark .panel-heading {
    background-color: #363636;
    color: whitesmoke; }
  .panel.is-dark .panel-tabs a.is-active {
    border-bottom-color: #363636; }
  .panel.is-dark .panel-block.is-active .panel-icon {
    color: #363636; }
  .panel.is-primary .panel-heading {
    background-color: #178fe2;
    color: #fff; }
  .panel.is-primary .panel-tabs a.is-active {
    border-bottom-color: #178fe2; }
  .panel.is-primary .panel-block.is-active .panel-icon {
    color: #178fe2; }
  .panel.is-link .panel-heading {
    background-color: #267ec3;
    color: #fff; }
  .panel.is-link .panel-tabs a.is-active {
    border-bottom-color: #267ec3; }
  .panel.is-link .panel-block.is-active .panel-icon {
    color: #267ec3; }
  .panel.is-info .panel-heading, #toaster .panel.toast.info .panel-heading, #toaster .toast .panel.sticky_info .panel-heading {
    background-color: #03a5df;
    color: #fff; }
  .panel.is-info .panel-tabs a.is-active, #toaster .panel.toast.info .panel-tabs a.is-active, #toaster .toast .panel.sticky_info .panel-tabs a.is-active {
    border-bottom-color: #03a5df; }
  .panel.is-info .panel-block.is-active .panel-icon, #toaster .panel.toast.info .panel-block.is-active .panel-icon, #toaster .toast .panel.sticky_info .panel-block.is-active .panel-icon {
    color: #03a5df; }
  .panel.is-success .panel-heading, #toaster .panel.toast.success .panel-heading, #toaster .panel.toast.sticky_success .panel-heading {
    background-color: #47ba78;
    color: #fff; }
  .panel.is-success .panel-tabs a.is-active, #toaster .panel.toast.success .panel-tabs a.is-active, #toaster .panel.toast.sticky_success .panel-tabs a.is-active {
    border-bottom-color: #47ba78; }
  .panel.is-success .panel-block.is-active .panel-icon, #toaster .panel.toast.success .panel-block.is-active .panel-icon, #toaster .panel.toast.sticky_success .panel-block.is-active .panel-icon {
    color: #47ba78; }
  .panel.is-warning .panel-heading, #toaster .panel.toast.warning .panel-heading, #toaster .panel.toast.sticky_warning .panel-heading {
    background-color: #fde456;
    color: rgba(0, 0, 0, 0.7); }
  .panel.is-warning .panel-tabs a.is-active, #toaster .panel.toast.warning .panel-tabs a.is-active, #toaster .panel.toast.sticky_warning .panel-tabs a.is-active {
    border-bottom-color: #fde456; }
  .panel.is-warning .panel-block.is-active .panel-icon, #toaster .panel.toast.warning .panel-block.is-active .panel-icon, #toaster .panel.toast.sticky_warning .panel-block.is-active .panel-icon {
    color: #fde456; }
  .panel.is-danger .panel-heading, #toaster .panel.toast.error .panel-heading, #toaster .panel.toast.danger .panel-heading, #toaster .panel.toast.is-error .panel-heading, #toaster .panel.toast.sticky_error .panel-heading {
    background-color: #d25a4d;
    color: #fff; }
  .panel.is-danger .panel-tabs a.is-active, #toaster .panel.toast.error .panel-tabs a.is-active, #toaster .panel.toast.danger .panel-tabs a.is-active, #toaster .panel.toast.is-error .panel-tabs a.is-active, #toaster .panel.toast.sticky_error .panel-tabs a.is-active {
    border-bottom-color: #d25a4d; }
  .panel.is-danger .panel-block.is-active .panel-icon, #toaster .panel.toast.error .panel-block.is-active .panel-icon, #toaster .panel.toast.danger .panel-block.is-active .panel-icon, #toaster .panel.toast.is-error .panel-block.is-active .panel-icon, #toaster .panel.toast.sticky_error .panel-block.is-active .panel-icon {
    color: #d25a4d; }
  .panel.is-secondary .panel-heading {
    background-color: #f9a201;
    color: #fff; }
  .panel.is-secondary .panel-tabs a.is-active {
    border-bottom-color: #f9a201; }
  .panel.is-secondary .panel-block.is-active .panel-icon {
    color: #f9a201; }
  .panel.is-primary-dark .panel-heading {
    background-color: #ed9303;
    color: #fff; }
  .panel.is-primary-dark .panel-tabs a.is-active {
    border-bottom-color: #ed9303; }
  .panel.is-primary-dark .panel-block.is-active .panel-icon {
    color: #ed9303; }

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid whitesmoke; }

.panel-heading {
  background-color: #fafafa;
  border-radius: 5px 5px 0 0;
  color: #242424;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em; }

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center; }
  .panel-tabs a {
    border-bottom: 1px solid whitesmoke;
    margin-bottom: -1px;
    padding: 0.5em; }
    .panel-tabs a.is-active {
      border-bottom-color: #4a4a4a;
      color: #363636; }

.panel-list a {
  color: #363636; }
  .panel-list a:hover {
    color: #267ec3; }

.panel-block {
  align-items: center;
  color: #242424;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em; }
  .panel-block input[type="checkbox"] {
    margin-right: 0.75em; }
  .panel-block > .control {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%; }
  .panel-block.is-wrapped {
    flex-wrap: wrap; }
  .panel-block.is-active {
    border-left-color: #267ec3;
    color: #363636; }
    .panel-block.is-active .panel-icon {
      color: #267ec3; }
  .panel-block:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

a.panel-block,
label.panel-block {
  cursor: pointer; }
  a.panel-block:hover,
  label.panel-block:hover {
    background-color: #fafafa; }

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #4a4a4a;
  margin-right: 0.75em; }
  .panel-icon .fa {
    font-size: inherit;
    line-height: inherit; }

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs a {
    align-items: center;
    border-bottom-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #363636;
    display: flex;
    justify-content: center;
    margin-bottom: -2px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #b5b5b5;
      color: #242424; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #178fe2;
      color: #178fe2; }
  .tabs ul {
    align-items: center;
    border-bottom-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child, .tabs .fc button .fc-icon:first-child, .fc button .tabs .fc-icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child, .tabs .fc button .fc-icon:last-child, .fc button .tabs .fc-icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    justify-content: center; }
  .tabs.is-right ul {
    justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: #fafafa;
      border-bottom-color: whitesmoke; }
  .tabs.is-boxed li.is-active a {
    background-color: #ffffff;
    border-color: whitesmoke;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: whitesmoke;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: #fafafa;
      border-color: #dbdbdb;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .tabs.is-toggle li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tabs.is-toggle li.is-active a {
    background-color: #267ec3;
    border-color: #267ec3;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.75rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-0 {
    flex: none;
    width: 0%; }
  .columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333337%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333337%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66666674%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666674%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4, .fc-toolbar .columns.is-mobile > h2.column {
    flex: none;
    width: 33.33333337%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333337%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66666674%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666674%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333337%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333337%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66666674%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66666674%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333337%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333337%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66666674%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66666674%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none;
      width: unset; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-0-mobile {
      flex: none;
      width: 0%; }
    .column.is-offset-0-mobile {
      margin-left: 0%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333337%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66666674%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333337%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66666674%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333337%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66666674%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333337%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66666674%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none;
      width: unset; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-0, .column.is-0-tablet {
      flex: none;
      width: 0%; }
    .column.is-offset-0, .column.is-offset-0-tablet {
      margin-left: 0%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333337%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66666674%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .fc-toolbar h2.column, .column.is-4-tablet {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333337%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66666674%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333337%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66666674%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333337%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66666674%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      flex: none;
      width: unset; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-0-touch {
      flex: none;
      width: 0%; }
    .column.is-offset-0-touch {
      margin-left: 0%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333337%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-touch {
      margin-left: 16.66666674%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333337%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-touch {
      margin-left: 41.66666674%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333337%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-touch {
      margin-left: 66.66666674%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333337%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-touch {
      margin-left: 91.66666674%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none;
      width: unset; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-0-desktop {
      flex: none;
      width: 0%; }
    .column.is-offset-0-desktop {
      margin-left: 0%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333337%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66666674%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333337%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66666674%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333337%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66666674%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333337%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66666674%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none;
      width: unset; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-0-widescreen {
      flex: none;
      width: 0%; }
    .column.is-offset-0-widescreen {
      margin-left: 0%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333337%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66666674%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333337%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66666674%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333337%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66666674%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333337%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66666674%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none;
      width: unset; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-0-fullhd {
      flex: none;
      width: 0%; }
    .column.is-offset-0-fullhd {
      margin-left: 0%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333337%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66666674%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333337%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66666674%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333337%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66666674%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333337%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66666674%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable > .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4, .fc-toolbar h2.columns.is-variable {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -moz-min-content;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333337%; }
    .tile.is-2 {
      flex: none;
      width: 16.66666674%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4, .fc-toolbar h2.tile {
      flex: none;
      width: 33.33333337%; }
    .tile.is-5 {
      flex: none;
      width: 41.66666674%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333337%; }
    .tile.is-8 {
      flex: none;
      width: 66.66666674%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333337%; }
    .tile.is-11 {
      flex: none;
      width: 91.66666674%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

/* Bulma Helpers */
.has-text-white {
  color: #ffffff !important; }

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e5e5 !important; }

.has-background-white, .fc {
  background-color: #ffffff !important; }

.has-text-black {
  color: #0a0a0a !important; }

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important; }

.has-background-black {
  background-color: #0a0a0a !important; }

.has-text-light {
  color: whitesmoke !important; }

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important; }

.has-background-light {
  background-color: whitesmoke !important; }

.has-text-dark {
  color: #363636 !important; }

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important; }

.has-background-dark {
  background-color: #363636 !important; }

.has-text-primary {
  color: #178fe2 !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #1272b4 !important; }

.has-background-primary {
  background-color: #178fe2 !important; }

.has-text-link {
  color: #267ec3 !important; }

a.has-text-link:hover, a.has-text-link:focus {
  color: #1e6298 !important; }

.has-background-link {
  background-color: #267ec3 !important; }

.has-text-info {
  color: #03a5df !important; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #0280ad !important; }

.has-background-info {
  background-color: #03a5df !important; }

.has-text-success {
  color: #47ba78 !important; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #389660 !important; }

.has-background-success {
  background-color: #47ba78 !important; }

.has-text-warning {
  color: #fde456 !important; }

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #fcdc24 !important; }

.has-background-warning {
  background-color: #fde456 !important; }

.has-text-danger {
  color: #d25a4d !important; }

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #bc3d30 !important; }

.has-background-danger {
  background-color: #d25a4d !important; }

.has-text-secondary {
  color: #f9a201 !important; }

a.has-text-secondary:hover, a.has-text-secondary:focus {
  color: #c68101 !important; }

.has-background-secondary {
  background-color: #f9a201 !important; }

.has-text-secondary-light {
  color: #fff8eb !important; }

a.has-text-secondary-light:hover, a.has-text-secondary-light:focus {
  color: #ffe6b8 !important; }

.has-background-secondary-light {
  background-color: #fff8eb !important; }

.has-text-secondary-dark {
  color: #986301 !important; }

a.has-text-secondary-dark:hover, a.has-text-secondary-dark:focus {
  color: #cb8401 !important; }

.has-background-secondary-dark {
  background-color: #986301 !important; }

.has-text-primary-dark {
  color: #ed9303 !important; }

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #bb7402 !important; }

.has-background-primary-dark {
  background-color: #ed9303 !important; }

.has-text-primary-dark-light {
  color: #fff7eb !important; }

a.has-text-primary-dark-light:hover, a.has-text-primary-dark-light:focus {
  color: #fee3b8 !important; }

.has-background-primary-dark-light {
  background-color: #fff7eb !important; }

.has-text-primary-dark-dark {
  color: #ab6a02 !important; }

a.has-text-primary-dark-dark:hover, a.has-text-primary-dark-dark:focus {
  color: #de8903 !important; }

.has-background-primary-dark-dark {
  background-color: #ab6a02 !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: #363636 !important; }

.has-background-grey-darker {
  background-color: #363636 !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-background-grey-dark {
  background-color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-background-grey {
  background-color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-background-grey-light {
  background-color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: #dbdbdb !important; }

.has-background-grey-lighter, .fc-basic-view .fc-day-header {
  background-color: #dbdbdb !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-background-white-ter {
  background-color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

.is-flex-direction-row {
  flex-direction: row !important; }

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important; }

.is-flex-direction-column {
  flex-direction: column !important; }

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important; }

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important; }

.is-flex-wrap-wrap {
  flex-wrap: wrap !important; }

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.is-justify-content-flex-start {
  justify-content: flex-start !important; }

.is-justify-content-flex-end {
  justify-content: flex-end !important; }

.is-justify-content-center {
  justify-content: center !important; }

.is-justify-content-space-between {
  justify-content: space-between !important; }

.is-justify-content-space-around {
  justify-content: space-around !important; }

.is-justify-content-space-evenly {
  justify-content: space-evenly !important; }

.is-justify-content-start {
  justify-content: start !important; }

.is-justify-content-end {
  justify-content: end !important; }

.is-justify-content-left {
  justify-content: left !important; }

.is-justify-content-right {
  justify-content: right !important; }

.is-align-content-flex-start {
  align-content: flex-start !important; }

.is-align-content-flex-end {
  align-content: flex-end !important; }

.is-align-content-center {
  align-content: center !important; }

.is-align-content-space-between {
  align-content: space-between !important; }

.is-align-content-space-around {
  align-content: space-around !important; }

.is-align-content-space-evenly {
  align-content: space-evenly !important; }

.is-align-content-stretch {
  align-content: stretch !important; }

.is-align-content-start {
  align-content: start !important; }

.is-align-content-end {
  align-content: end !important; }

.is-align-content-baseline {
  align-content: baseline !important; }

.is-align-items-stretch {
  align-items: stretch !important; }

.is-align-items-flex-start {
  align-items: flex-start !important; }

.is-align-items-flex-end {
  align-items: flex-end !important; }

.is-align-items-center {
  align-items: center !important; }

.is-align-items-baseline {
  align-items: baseline !important; }

.is-align-items-start {
  align-items: start !important; }

.is-align-items-end {
  align-items: end !important; }

.is-align-items-self-start {
  align-items: self-start !important; }

.is-align-items-self-end {
  align-items: self-end !important; }

.is-align-self-auto {
  align-self: auto !important; }

.is-align-self-flex-start {
  align-self: flex-start !important; }

.is-align-self-flex-end {
  align-self: flex-end !important; }

.is-align-self-center {
  align-self: center !important; }

.is-align-self-baseline {
  align-self: baseline !important; }

.is-align-self-stretch {
  align-self: stretch !important; }

.is-flex-grow-0 {
  flex-grow: 0 !important; }

.is-flex-grow-1 {
  flex-grow: 1 !important; }

.is-flex-grow-2 {
  flex-grow: 2 !important; }

.is-flex-grow-3 {
  flex-grow: 3 !important; }

.is-flex-grow-4 {
  flex-grow: 4 !important; }

.is-flex-grow-5 {
  flex-grow: 5 !important; }

.is-flex-shrink-0 {
  flex-shrink: 0 !important; }

.is-flex-shrink-1 {
  flex-shrink: 1 !important; }

.is-flex-shrink-2 {
  flex-shrink: 2 !important; }

.is-flex-shrink-3 {
  flex-shrink: 3 !important; }

.is-flex-shrink-4 {
  flex-shrink: 4 !important; }

.is-flex-shrink-5 {
  flex-shrink: 5 !important; }

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left !important; }

.is-pulled-right {
  float: right !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important; }

.is-clipped {
  overflow: hidden !important; }

.is-relative {
  position: relative !important; }

.is-marginless, .fc-button-group .fc-button {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 0.75rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.m-4 {
  margin: 1rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-5 {
  margin: 1.5rem !important; }

.mt-5 {
  margin-top: 1.5rem !important; }

.mr-5 {
  margin-right: 1.5rem !important; }

.mb-5 {
  margin-bottom: 1.5rem !important; }

.ml-5 {
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-6 {
  margin: 3rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mr-6 {
  margin-right: 3rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.ml-6 {
  margin-left: 3rem !important; }

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-5 {
  padding: 1.5rem !important; }

.pt-5 {
  padding-top: 1.5rem !important; }

.pr-5 {
  padding-right: 1.5rem !important; }

.pb-5 {
  padding-bottom: 1.5rem !important; }

.pl-5 {
  padding-left: 1.5rem !important; }

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-6 {
  padding: 3rem !important; }

.pt-6 {
  padding-top: 3rem !important; }

.pr-6 {
  padding-right: 3rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.pl-6 {
  padding-left: 3rem !important; }

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-auto {
  padding: auto !important; }

.pt-auto {
  padding-top: auto !important; }

.pr-auto {
  padding-right: auto !important; }

.pb-auto {
  padding-bottom: auto !important; }

.pl-auto {
  padding-left: auto !important; }

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important; }

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.is-size-1 {
  font-size: 3rem !important; }

.is-size-2 {
  font-size: 2.5rem !important; }

.is-size-3 {
  font-size: 2rem !important; }

.is-size-4 {
  font-size: 1.5rem !important; }

.is-size-5 {
  font-size: 1.25rem !important; }

.is-size-6 {
  font-size: 1rem !important; }

.is-size-7 {
  font-size: 0.75rem !important; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1087px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1088px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }

.has-text-centered, .fc-basic-view .fc-day-header {
  text-align: center !important; }

.has-text-justified {
  text-align: justify !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.is-underlined {
  text-decoration: underline !important; }

.has-text-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-medium {
  font-weight: 500 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-family-primary {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.is-family-secondary {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.is-family-sans-serif {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.is-family-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important; }

.is-family-code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important; }

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important; } }

@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important; } }

.is-flex {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important; } }

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex !important; } }

.is-inline {
  display: inline !important; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important; } }

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

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important; } }

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

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .hero .navbar {
    background: none; }
  .hero .tabs ul {
    border-bottom: none; }
  .hero.is-white {
    background-color: #ffffff;
    color: #0a0a0a; }
    .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-white strong {
      color: inherit; }
    .hero.is-white .title, .hero.is-white .fc-toolbar h2, .fc-toolbar .hero.is-white h2 {
      color: #0a0a0a; }
    .hero.is-white .subtitle {
      color: rgba(10, 10, 10, 0.9); }
      .hero.is-white .subtitle a:not(.button),
      .hero.is-white .subtitle strong {
        color: #0a0a0a; }
    @media screen and (max-width: 1087px) {
      .hero.is-white .navbar-menu {
        background-color: #ffffff; } }
    .hero.is-white .navbar-item,
    .hero.is-white .navbar-link {
      color: rgba(10, 10, 10, 0.7); }
    .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
    .hero.is-white .navbar-link:hover,
    .hero.is-white .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .hero.is-white .tabs a {
      color: #0a0a0a;
      opacity: 0.9; }
      .hero.is-white .tabs a:hover {
        opacity: 1; }
    .hero.is-white .tabs li.is-active a {
      color: #ffffff !important;
      opacity: 1; }
    .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
      color: #0a0a0a; }
      .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: #ffffff; }
    .hero.is-white.is-bold {
      background-image: linear-gradient(141deg, #e6e5e5 0%, #ffffff 71%, white 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-white.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #e6e5e5 0%, #ffffff 71%, white 100%); } }
  .hero.is-black {
    background-color: #0a0a0a;
    color: #ffffff; }
    .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-black strong {
      color: inherit; }
    .hero.is-black .title, .hero.is-black .fc-toolbar h2, .fc-toolbar .hero.is-black h2 {
      color: #ffffff; }
    .hero.is-black .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-black .subtitle a:not(.button),
      .hero.is-black .subtitle strong {
        color: #ffffff; }
    @media screen and (max-width: 1087px) {
      .hero.is-black .navbar-menu {
        background-color: #0a0a0a; } }
    .hero.is-black .navbar-item,
    .hero.is-black .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
    .hero.is-black .navbar-link:hover,
    .hero.is-black .navbar-link.is-active {
      background-color: black;
      color: #ffffff; }
    .hero.is-black .tabs a {
      color: #ffffff;
      opacity: 0.9; }
      .hero.is-black .tabs a:hover {
        opacity: 1; }
    .hero.is-black .tabs li.is-active a {
      color: #0a0a0a !important;
      opacity: 1; }
    .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
      color: #ffffff; }
      .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #0a0a0a; }
    .hero.is-black.is-bold {
      background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-black.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
  .hero.is-light {
    background-color: whitesmoke;
    color: #363636; }
    .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-light strong {
      color: inherit; }
    .hero.is-light .title, .hero.is-light .fc-toolbar h2, .fc-toolbar .hero.is-light h2 {
      color: #363636; }
    .hero.is-light .subtitle {
      color: rgba(54, 54, 54, 0.9); }
      .hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: #363636; }
    @media screen and (max-width: 1087px) {
      .hero.is-light .navbar-menu {
        background-color: whitesmoke; } }
    .hero.is-light .navbar-item,
    .hero.is-light .navbar-link {
      color: rgba(54, 54, 54, 0.7); }
    .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
    .hero.is-light .navbar-link:hover,
    .hero.is-light .navbar-link.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .hero.is-light .tabs a {
      color: #363636;
      opacity: 0.9; }
      .hero.is-light .tabs a:hover {
        opacity: 1; }
    .hero.is-light .tabs li.is-active a {
      color: whitesmoke !important;
      opacity: 1; }
    .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
      color: #363636; }
      .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
    .hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
  .hero.is-dark {
    background-color: #363636;
    color: whitesmoke; }
    .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-dark strong {
      color: inherit; }
    .hero.is-dark .title, .hero.is-dark .fc-toolbar h2, .fc-toolbar .hero.is-dark h2 {
      color: whitesmoke; }
    .hero.is-dark .subtitle {
      color: rgba(245, 245, 245, 0.9); }
      .hero.is-dark .subtitle a:not(.button),
      .hero.is-dark .subtitle strong {
        color: whitesmoke; }
    @media screen and (max-width: 1087px) {
      .hero.is-dark .navbar-menu {
        background-color: #363636; } }
    .hero.is-dark .navbar-item,
    .hero.is-dark .navbar-link {
      color: rgba(245, 245, 245, 0.7); }
    .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
    .hero.is-dark .navbar-link:hover,
    .hero.is-dark .navbar-link.is-active {
      background-color: #292929;
      color: whitesmoke; }
    .hero.is-dark .tabs a {
      color: whitesmoke;
      opacity: 0.9; }
      .hero.is-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-dark .tabs li.is-active a {
      color: #363636 !important;
      opacity: 1; }
    .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
      color: whitesmoke; }
      .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
    .hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
  .hero.is-primary {
    background-color: #178fe2;
    color: #fff; }
    .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-primary strong {
      color: inherit; }
    .hero.is-primary .title, .hero.is-primary .fc-toolbar h2, .fc-toolbar .hero.is-primary h2 {
      color: #fff; }
    .hero.is-primary .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary .subtitle a:not(.button),
      .hero.is-primary .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-primary .navbar-menu {
        background-color: #178fe2; } }
    .hero.is-primary .navbar-item,
    .hero.is-primary .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active {
      background-color: #1580cb;
      color: #fff; }
    .hero.is-primary .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-primary .tabs a:hover {
        opacity: 1; }
    .hero.is-primary .tabs li.is-active a {
      color: #178fe2 !important;
      opacity: 1; }
    .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
      color: #fff; }
      .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #178fe2; }
    .hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #0892be 0%, #178fe2 71%, #237aef 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #0892be 0%, #178fe2 71%, #237aef 100%); } }
  .hero.is-link {
    background-color: #267ec3;
    color: #fff; }
    .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-link strong {
      color: inherit; }
    .hero.is-link .title, .hero.is-link .fc-toolbar h2, .fc-toolbar .hero.is-link h2 {
      color: #fff; }
    .hero.is-link .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-link .subtitle a:not(.button),
      .hero.is-link .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-link .navbar-menu {
        background-color: #267ec3; } }
    .hero.is-link .navbar-item,
    .hero.is-link .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
    .hero.is-link .navbar-link:hover,
    .hero.is-link .navbar-link.is-active {
      background-color: #2270ae;
      color: #fff; }
    .hero.is-link .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-link .tabs a:hover {
        opacity: 1; }
    .hero.is-link .tabs li.is-active a {
      color: #267ec3 !important;
      opacity: 1; }
    .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
      color: #fff; }
      .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #267ec3; }
    .hero.is-link.is-bold {
      background-image: linear-gradient(141deg, #157ba1 0%, #267ec3 71%, #266edc 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #157ba1 0%, #267ec3 71%, #266edc 100%); } }
  .hero.is-info, #toaster .hero.toast.info, #toaster .toast .hero.sticky_info {
    background-color: #03a5df;
    color: #fff; }
    .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .toast .hero.sticky_info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-info strong,
    #toaster .hero.toast.info strong,
    #toaster .toast .hero.sticky_info strong {
      color: inherit; }
    .hero.is-info .title, #toaster .hero.toast.info .title, #toaster .toast .hero.sticky_info .title, .hero.is-info .fc-toolbar h2, .fc-toolbar .hero.is-info h2, #toaster .hero.toast.info .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.info h2, #toaster .toast .hero.sticky_info .fc-toolbar h2, .fc-toolbar #toaster .toast .hero.sticky_info h2 {
      color: #fff; }
    .hero.is-info .subtitle, #toaster .hero.toast.info .subtitle, #toaster .toast .hero.sticky_info .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-info .subtitle a:not(.button), #toaster .hero.toast.info .subtitle a:not(.button), #toaster .toast .hero.sticky_info .subtitle a:not(.button),
      .hero.is-info .subtitle strong,
      #toaster .hero.toast.info .subtitle strong,
      #toaster .toast .hero.sticky_info .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-info .navbar-menu, #toaster .hero.toast.info .navbar-menu, #toaster .toast .hero.sticky_info .navbar-menu {
        background-color: #03a5df; } }
    .hero.is-info .navbar-item, #toaster .hero.toast.info .navbar-item, #toaster .toast .hero.sticky_info .navbar-item,
    .hero.is-info .navbar-link,
    #toaster .hero.toast.info .navbar-link,
    #toaster .toast .hero.sticky_info .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-info a.navbar-item:hover, #toaster .hero.toast.info a.navbar-item:hover, #toaster .toast .hero.sticky_info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, #toaster .hero.toast.info a.navbar-item.is-active, #toaster .toast .hero.sticky_info a.navbar-item.is-active,
    .hero.is-info .navbar-link:hover,
    #toaster .hero.toast.info .navbar-link:hover,
    #toaster .toast .hero.sticky_info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active,
    #toaster .hero.toast.info .navbar-link.is-active,
    #toaster .toast .hero.sticky_info .navbar-link.is-active {
      background-color: #0392c6;
      color: #fff; }
    .hero.is-info .tabs a, #toaster .hero.toast.info .tabs a, #toaster .toast .hero.sticky_info .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-info .tabs a:hover, #toaster .hero.toast.info .tabs a:hover, #toaster .toast .hero.sticky_info .tabs a:hover {
        opacity: 1; }
    .hero.is-info .tabs li.is-active a, #toaster .hero.toast.info .tabs li.is-active a, #toaster .toast .hero.sticky_info .tabs li.is-active a {
      color: #03a5df !important;
      opacity: 1; }
    .hero.is-info .tabs.is-boxed a, #toaster .hero.toast.info .tabs.is-boxed a, #toaster .toast .hero.sticky_info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a, #toaster .hero.toast.info .tabs.is-toggle a, #toaster .toast .hero.sticky_info .tabs.is-toggle a {
      color: #fff; }
      .hero.is-info .tabs.is-boxed a:hover, #toaster .hero.toast.info .tabs.is-boxed a:hover, #toaster .toast .hero.sticky_info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover, #toaster .hero.toast.info .tabs.is-toggle a:hover, #toaster .toast .hero.sticky_info .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-info .tabs.is-boxed li.is-active a, #toaster .hero.toast.info .tabs.is-boxed li.is-active a, #toaster .toast .hero.sticky_info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.info .tabs.is-boxed li.is-active a:hover, #toaster .toast .hero.sticky_info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, #toaster .hero.toast.info .tabs.is-toggle li.is-active a, #toaster .toast .hero.sticky_info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.info .tabs.is-toggle li.is-active a:hover, #toaster .toast .hero.sticky_info .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #03a5df; }
    .hero.is-info.is-bold, #toaster .hero.is-bold.toast.info, #toaster .toast .hero.is-bold.sticky_info {
      background-image: linear-gradient(141deg, #009eaf 0%, #03a5df 71%, #008ffc 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-info.is-bold .navbar-menu, #toaster .hero.is-bold.toast.info .navbar-menu, #toaster .toast .hero.is-bold.sticky_info .navbar-menu {
          background-image: linear-gradient(141deg, #009eaf 0%, #03a5df 71%, #008ffc 100%); } }
  .hero.is-success, #toaster .hero.toast.success, #toaster .hero.toast.sticky_success {
    background-color: #47ba78;
    color: #fff; }
    .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.sticky_success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-success strong,
    #toaster .hero.toast.success strong,
    #toaster .hero.toast.sticky_success strong {
      color: inherit; }
    .hero.is-success .title, #toaster .hero.toast.success .title, #toaster .hero.toast.sticky_success .title, .hero.is-success .fc-toolbar h2, .fc-toolbar .hero.is-success h2, #toaster .hero.toast.success .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.success h2, #toaster .hero.toast.sticky_success .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.sticky_success h2 {
      color: #fff; }
    .hero.is-success .subtitle, #toaster .hero.toast.success .subtitle, #toaster .hero.toast.sticky_success .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-success .subtitle a:not(.button), #toaster .hero.toast.success .subtitle a:not(.button), #toaster .hero.toast.sticky_success .subtitle a:not(.button),
      .hero.is-success .subtitle strong,
      #toaster .hero.toast.success .subtitle strong,
      #toaster .hero.toast.sticky_success .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-success .navbar-menu, #toaster .hero.toast.success .navbar-menu, #toaster .hero.toast.sticky_success .navbar-menu {
        background-color: #47ba78; } }
    .hero.is-success .navbar-item, #toaster .hero.toast.success .navbar-item, #toaster .hero.toast.sticky_success .navbar-item,
    .hero.is-success .navbar-link,
    #toaster .hero.toast.success .navbar-link,
    #toaster .hero.toast.sticky_success .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-success a.navbar-item:hover, #toaster .hero.toast.success a.navbar-item:hover, #toaster .hero.toast.sticky_success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, #toaster .hero.toast.success a.navbar-item.is-active, #toaster .hero.toast.sticky_success a.navbar-item.is-active,
    .hero.is-success .navbar-link:hover,
    #toaster .hero.toast.success .navbar-link:hover,
    #toaster .hero.toast.sticky_success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active,
    #toaster .hero.toast.success .navbar-link.is-active,
    #toaster .hero.toast.sticky_success .navbar-link.is-active {
      background-color: #3fa86c;
      color: #fff; }
    .hero.is-success .tabs a, #toaster .hero.toast.success .tabs a, #toaster .hero.toast.sticky_success .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-success .tabs a:hover, #toaster .hero.toast.success .tabs a:hover, #toaster .hero.toast.sticky_success .tabs a:hover {
        opacity: 1; }
    .hero.is-success .tabs li.is-active a, #toaster .hero.toast.success .tabs li.is-active a, #toaster .hero.toast.sticky_success .tabs li.is-active a {
      color: #47ba78 !important;
      opacity: 1; }
    .hero.is-success .tabs.is-boxed a, #toaster .hero.toast.success .tabs.is-boxed a, #toaster .hero.toast.sticky_success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a, #toaster .hero.toast.success .tabs.is-toggle a, #toaster .hero.toast.sticky_success .tabs.is-toggle a {
      color: #fff; }
      .hero.is-success .tabs.is-boxed a:hover, #toaster .hero.toast.success .tabs.is-boxed a:hover, #toaster .hero.toast.sticky_success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover, #toaster .hero.toast.success .tabs.is-toggle a:hover, #toaster .hero.toast.sticky_success .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-success .tabs.is-boxed li.is-active a, #toaster .hero.toast.success .tabs.is-boxed li.is-active a, #toaster .hero.toast.sticky_success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.success .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.sticky_success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, #toaster .hero.toast.success .tabs.is-toggle li.is-active a, #toaster .hero.toast.sticky_success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.success .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.sticky_success .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #47ba78; }
    .hero.is-success.is-bold, #toaster .hero.is-bold.toast.success, #toaster .hero.is-bold.toast.sticky_success {
      background-image: linear-gradient(141deg, #2ea04c 0%, #47ba78 71%, #54c798 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-success.is-bold .navbar-menu, #toaster .hero.is-bold.toast.success .navbar-menu, #toaster .hero.is-bold.toast.sticky_success .navbar-menu {
          background-image: linear-gradient(141deg, #2ea04c 0%, #47ba78 71%, #54c798 100%); } }
  .hero.is-warning, #toaster .hero.toast.warning, #toaster .hero.toast.sticky_warning {
    background-color: #fde456;
    color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.sticky_warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-warning strong,
    #toaster .hero.toast.warning strong,
    #toaster .hero.toast.sticky_warning strong {
      color: inherit; }
    .hero.is-warning .title, #toaster .hero.toast.warning .title, #toaster .hero.toast.sticky_warning .title, .hero.is-warning .fc-toolbar h2, .fc-toolbar .hero.is-warning h2, #toaster .hero.toast.warning .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.warning h2, #toaster .hero.toast.sticky_warning .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.sticky_warning h2 {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .subtitle, #toaster .hero.toast.warning .subtitle, #toaster .hero.toast.sticky_warning .subtitle {
      color: rgba(0, 0, 0, 0.9); }
      .hero.is-warning .subtitle a:not(.button), #toaster .hero.toast.warning .subtitle a:not(.button), #toaster .hero.toast.sticky_warning .subtitle a:not(.button),
      .hero.is-warning .subtitle strong,
      #toaster .hero.toast.warning .subtitle strong,
      #toaster .hero.toast.sticky_warning .subtitle strong {
        color: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 1087px) {
      .hero.is-warning .navbar-menu, #toaster .hero.toast.warning .navbar-menu, #toaster .hero.toast.sticky_warning .navbar-menu {
        background-color: #fde456; } }
    .hero.is-warning .navbar-item, #toaster .hero.toast.warning .navbar-item, #toaster .hero.toast.sticky_warning .navbar-item,
    .hero.is-warning .navbar-link,
    #toaster .hero.toast.warning .navbar-link,
    #toaster .hero.toast.sticky_warning .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning a.navbar-item:hover, #toaster .hero.toast.warning a.navbar-item:hover, #toaster .hero.toast.sticky_warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, #toaster .hero.toast.warning a.navbar-item.is-active, #toaster .hero.toast.sticky_warning a.navbar-item.is-active,
    .hero.is-warning .navbar-link:hover,
    #toaster .hero.toast.warning .navbar-link:hover,
    #toaster .hero.toast.sticky_warning .navbar-link:hover,
    .hero.is-warning .navbar-link.is-active,
    #toaster .hero.toast.warning .navbar-link.is-active,
    #toaster .hero.toast.sticky_warning .navbar-link.is-active {
      background-color: #fde03d;
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .tabs a, #toaster .hero.toast.warning .tabs a, #toaster .hero.toast.sticky_warning .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: 0.9; }
      .hero.is-warning .tabs a:hover, #toaster .hero.toast.warning .tabs a:hover, #toaster .hero.toast.sticky_warning .tabs a:hover {
        opacity: 1; }
    .hero.is-warning .tabs li.is-active a, #toaster .hero.toast.warning .tabs li.is-active a, #toaster .hero.toast.sticky_warning .tabs li.is-active a {
      color: #fde456 !important;
      opacity: 1; }
    .hero.is-warning .tabs.is-boxed a, #toaster .hero.toast.warning .tabs.is-boxed a, #toaster .hero.toast.sticky_warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a, #toaster .hero.toast.warning .tabs.is-toggle a, #toaster .hero.toast.sticky_warning .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning .tabs.is-boxed a:hover, #toaster .hero.toast.warning .tabs.is-boxed a:hover, #toaster .hero.toast.sticky_warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover, #toaster .hero.toast.warning .tabs.is-toggle a:hover, #toaster .hero.toast.sticky_warning .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-warning .tabs.is-boxed li.is-active a, #toaster .hero.toast.warning .tabs.is-boxed li.is-active a, #toaster .hero.toast.sticky_warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.warning .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.sticky_warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, #toaster .hero.toast.warning .tabs.is-toggle li.is-active a, #toaster .hero.toast.sticky_warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.warning .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.sticky_warning .tabs.is-toggle li.is-active a:hover {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: rgba(0, 0, 0, 0.7);
      color: #fde456; }
    .hero.is-warning.is-bold, #toaster .hero.is-bold.toast.warning, #toaster .hero.is-bold.toast.sticky_warning {
      background-image: linear-gradient(141deg, #ffb921 0%, #fde456 71%, #fdff6e 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-warning.is-bold .navbar-menu, #toaster .hero.is-bold.toast.warning .navbar-menu, #toaster .hero.is-bold.toast.sticky_warning .navbar-menu {
          background-image: linear-gradient(141deg, #ffb921 0%, #fde456 71%, #fdff6e 100%); } }
  .hero.is-danger, #toaster .hero.toast.error, #toaster .hero.toast.danger, #toaster .hero.toast.is-error, #toaster .hero.toast.sticky_error {
    background-color: #d25a4d;
    color: #fff; }
    .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.error a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.is-error a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #toaster .hero.toast.sticky_error a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-danger strong,
    #toaster .hero.toast.error strong,
    #toaster .hero.toast.danger strong,
    #toaster .hero.toast.is-error strong,
    #toaster .hero.toast.sticky_error strong {
      color: inherit; }
    .hero.is-danger .title, #toaster .hero.toast.error .title, #toaster .hero.toast.danger .title, #toaster .hero.toast.is-error .title, #toaster .hero.toast.sticky_error .title, .hero.is-danger .fc-toolbar h2, .fc-toolbar .hero.is-danger h2, #toaster .hero.toast.error .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.error h2, #toaster .hero.toast.danger .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.danger h2, #toaster .hero.toast.is-error .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.is-error h2, #toaster .hero.toast.sticky_error .fc-toolbar h2, .fc-toolbar #toaster .hero.toast.sticky_error h2 {
      color: #fff; }
    .hero.is-danger .subtitle, #toaster .hero.toast.error .subtitle, #toaster .hero.toast.danger .subtitle, #toaster .hero.toast.is-error .subtitle, #toaster .hero.toast.sticky_error .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-danger .subtitle a:not(.button), #toaster .hero.toast.error .subtitle a:not(.button), #toaster .hero.toast.danger .subtitle a:not(.button), #toaster .hero.toast.is-error .subtitle a:not(.button), #toaster .hero.toast.sticky_error .subtitle a:not(.button),
      .hero.is-danger .subtitle strong,
      #toaster .hero.toast.error .subtitle strong,
      #toaster .hero.toast.danger .subtitle strong,
      #toaster .hero.toast.is-error .subtitle strong,
      #toaster .hero.toast.sticky_error .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-danger .navbar-menu, #toaster .hero.toast.error .navbar-menu, #toaster .hero.toast.danger .navbar-menu, #toaster .hero.toast.is-error .navbar-menu, #toaster .hero.toast.sticky_error .navbar-menu {
        background-color: #d25a4d; } }
    .hero.is-danger .navbar-item, #toaster .hero.toast.error .navbar-item, #toaster .hero.toast.danger .navbar-item, #toaster .hero.toast.is-error .navbar-item, #toaster .hero.toast.sticky_error .navbar-item,
    .hero.is-danger .navbar-link,
    #toaster .hero.toast.error .navbar-link,
    #toaster .hero.toast.danger .navbar-link,
    #toaster .hero.toast.is-error .navbar-link,
    #toaster .hero.toast.sticky_error .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-danger a.navbar-item:hover, #toaster .hero.toast.error a.navbar-item:hover, #toaster .hero.toast.danger a.navbar-item:hover, #toaster .hero.toast.is-error a.navbar-item:hover, #toaster .hero.toast.sticky_error a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, #toaster .hero.toast.error a.navbar-item.is-active, #toaster .hero.toast.danger a.navbar-item.is-active, #toaster .hero.toast.is-error a.navbar-item.is-active, #toaster .hero.toast.sticky_error a.navbar-item.is-active,
    .hero.is-danger .navbar-link:hover,
    #toaster .hero.toast.error .navbar-link:hover,
    #toaster .hero.toast.danger .navbar-link:hover,
    #toaster .hero.toast.is-error .navbar-link:hover,
    #toaster .hero.toast.sticky_error .navbar-link:hover,
    .hero.is-danger .navbar-link.is-active,
    #toaster .hero.toast.error .navbar-link.is-active,
    #toaster .hero.toast.danger .navbar-link.is-active,
    #toaster .hero.toast.is-error .navbar-link.is-active,
    #toaster .hero.toast.sticky_error .navbar-link.is-active {
      background-color: #cd4739;
      color: #fff; }
    .hero.is-danger .tabs a, #toaster .hero.toast.error .tabs a, #toaster .hero.toast.danger .tabs a, #toaster .hero.toast.is-error .tabs a, #toaster .hero.toast.sticky_error .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-danger .tabs a:hover, #toaster .hero.toast.error .tabs a:hover, #toaster .hero.toast.danger .tabs a:hover, #toaster .hero.toast.is-error .tabs a:hover, #toaster .hero.toast.sticky_error .tabs a:hover {
        opacity: 1; }
    .hero.is-danger .tabs li.is-active a, #toaster .hero.toast.error .tabs li.is-active a, #toaster .hero.toast.danger .tabs li.is-active a, #toaster .hero.toast.is-error .tabs li.is-active a, #toaster .hero.toast.sticky_error .tabs li.is-active a {
      color: #d25a4d !important;
      opacity: 1; }
    .hero.is-danger .tabs.is-boxed a, #toaster .hero.toast.error .tabs.is-boxed a, #toaster .hero.toast.danger .tabs.is-boxed a, #toaster .hero.toast.is-error .tabs.is-boxed a, #toaster .hero.toast.sticky_error .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a, #toaster .hero.toast.error .tabs.is-toggle a, #toaster .hero.toast.danger .tabs.is-toggle a, #toaster .hero.toast.is-error .tabs.is-toggle a, #toaster .hero.toast.sticky_error .tabs.is-toggle a {
      color: #fff; }
      .hero.is-danger .tabs.is-boxed a:hover, #toaster .hero.toast.error .tabs.is-boxed a:hover, #toaster .hero.toast.danger .tabs.is-boxed a:hover, #toaster .hero.toast.is-error .tabs.is-boxed a:hover, #toaster .hero.toast.sticky_error .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover, #toaster .hero.toast.error .tabs.is-toggle a:hover, #toaster .hero.toast.danger .tabs.is-toggle a:hover, #toaster .hero.toast.is-error .tabs.is-toggle a:hover, #toaster .hero.toast.sticky_error .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-danger .tabs.is-boxed li.is-active a, #toaster .hero.toast.error .tabs.is-boxed li.is-active a, #toaster .hero.toast.danger .tabs.is-boxed li.is-active a, #toaster .hero.toast.is-error .tabs.is-boxed li.is-active a, #toaster .hero.toast.sticky_error .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.error .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.danger .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.is-error .tabs.is-boxed li.is-active a:hover, #toaster .hero.toast.sticky_error .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, #toaster .hero.toast.error .tabs.is-toggle li.is-active a, #toaster .hero.toast.danger .tabs.is-toggle li.is-active a, #toaster .hero.toast.is-error .tabs.is-toggle li.is-active a, #toaster .hero.toast.sticky_error .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.error .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.danger .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.is-error .tabs.is-toggle li.is-active a:hover, #toaster .hero.toast.sticky_error .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #d25a4d; }
    .hero.is-danger.is-bold, #toaster .hero.is-bold.toast.error, #toaster .hero.is-bold.toast.danger, #toaster .hero.is-bold.toast.is-error, #toaster .hero.is-bold.toast.sticky_error {
      background-image: linear-gradient(141deg, #c8242f 0%, #d25a4d 71%, #dc7e5c 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-danger.is-bold .navbar-menu, #toaster .hero.is-bold.toast.error .navbar-menu, #toaster .hero.is-bold.toast.danger .navbar-menu, #toaster .hero.is-bold.toast.is-error .navbar-menu, #toaster .hero.is-bold.toast.sticky_error .navbar-menu {
          background-image: linear-gradient(141deg, #c8242f 0%, #d25a4d 71%, #dc7e5c 100%); } }
  .hero.is-secondary {
    background-color: #f9a201;
    color: #fff; }
    .hero.is-secondary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-secondary strong {
      color: inherit; }
    .hero.is-secondary .title, .hero.is-secondary .fc-toolbar h2, .fc-toolbar .hero.is-secondary h2 {
      color: #fff; }
    .hero.is-secondary .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-secondary .subtitle a:not(.button),
      .hero.is-secondary .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-secondary .navbar-menu {
        background-color: #f9a201; } }
    .hero.is-secondary .navbar-item,
    .hero.is-secondary .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-secondary a.navbar-item:hover, .hero.is-secondary a.navbar-item.is-active,
    .hero.is-secondary .navbar-link:hover,
    .hero.is-secondary .navbar-link.is-active {
      background-color: #e09101;
      color: #fff; }
    .hero.is-secondary .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-secondary .tabs a:hover {
        opacity: 1; }
    .hero.is-secondary .tabs li.is-active a {
      color: #f9a201 !important;
      opacity: 1; }
    .hero.is-secondary .tabs.is-boxed a, .hero.is-secondary .tabs.is-toggle a {
      color: #fff; }
      .hero.is-secondary .tabs.is-boxed a:hover, .hero.is-secondary .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-secondary .tabs.is-boxed li.is-active a, .hero.is-secondary .tabs.is-boxed li.is-active a:hover, .hero.is-secondary .tabs.is-toggle li.is-active a, .hero.is-secondary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #f9a201; }
    .hero.is-secondary.is-bold {
      background-image: linear-gradient(141deg, #c76000 0%, #f9a201 71%, #ffd415 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-secondary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #c76000 0%, #f9a201 71%, #ffd415 100%); } }
  .hero.is-primary-dark {
    background-color: #ed9303;
    color: #fff; }
    .hero.is-primary-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-primary-dark strong {
      color: inherit; }
    .hero.is-primary-dark .title, .hero.is-primary-dark .fc-toolbar h2, .fc-toolbar .hero.is-primary-dark h2 {
      color: #fff; }
    .hero.is-primary-dark .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary-dark .subtitle a:not(.button),
      .hero.is-primary-dark .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-primary-dark .navbar-menu {
        background-color: #ed9303; } }
    .hero.is-primary-dark .navbar-item,
    .hero.is-primary-dark .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-primary-dark a.navbar-item:hover, .hero.is-primary-dark a.navbar-item.is-active,
    .hero.is-primary-dark .navbar-link:hover,
    .hero.is-primary-dark .navbar-link.is-active {
      background-color: #d48303;
      color: #fff; }
    .hero.is-primary-dark .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-primary-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-primary-dark .tabs li.is-active a {
      color: #ed9303 !important;
      opacity: 1; }
    .hero.is-primary-dark .tabs.is-boxed a, .hero.is-primary-dark .tabs.is-toggle a {
      color: #fff; }
      .hero.is-primary-dark .tabs.is-boxed a:hover, .hero.is-primary-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-primary-dark .tabs.is-boxed li.is-active a, .hero.is-primary-dark .tabs.is-boxed li.is-active a:hover, .hero.is-primary-dark .tabs.is-toggle li.is-active a, .hero.is-primary-dark .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #ed9303; }
    .hero.is-primary-dark.is-bold {
      background-image: linear-gradient(141deg, #bd5500 0%, #ed9303 71%, #ffca0b 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-primary-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #bd5500 0%, #ed9303 71%, #ffca0b 100%); } }
  .hero.is-small .hero-body {
    padding: 1.5rem; }
  @media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
      padding: 9rem 4.5rem; } }
  @media screen and (min-width: 769px), print {
    .hero.is-large .hero-body {
      padding: 18rem 6rem; } }
  .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
    align-items: center;
    display: flex; }
    .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
      flex-grow: 1;
      flex-shrink: 1; }
  .hero.is-halfheight {
    min-height: 50vh; }
  .hero.is-fullheight {
    min-height: 100vh; }

.hero-video {
  overflow: hidden; }
  .hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .hero-video.is-transparent {
    opacity: 0.3; }
  @media screen and (max-width: 768px) {
    .hero-video {
      display: none; } }

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .hero-buttons .button, .hero-buttons .fc-toolbar button, .fc-toolbar .hero-buttons button {
      display: flex; }
      .hero-buttons .button:not(:last-child), .hero-buttons .fc-toolbar button:not(:last-child), .fc-toolbar .hero-buttons button:not(:last-child) {
        margin-bottom: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .hero-buttons {
      display: flex;
      justify-content: center; }
      .hero-buttons .button:not(:last-child), .hero-buttons .fc-toolbar button:not(:last-child), .fc-toolbar .hero-buttons button:not(:last-child) {
        margin-right: 1.5rem; } }

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0; }

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 769px), print {
    .hero-body {
      padding: 3rem 3rem; } }

.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1088px) {
    .section {
      padding: 3rem 3rem; }
      .section.is-medium {
        padding: 9rem 1.5rem; }
      .section.is-large {
        padding: 18rem 1.5rem; } }

.footer {
  background-color: transparent;
  padding: 1.5rem 1.5rem 3rem; }

.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

/**
 * Vue Transitions
 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease-out; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

.zoom-in-enter-active,
.zoom-in-leave-active {
  transition: opacity 150ms ease-out; }
  .zoom-in-enter-active .animation-content,
  .zoom-in-enter-active .animation-content,
  .zoom-in-leave-active .animation-content,
  .zoom-in-leave-active .animation-content {
    transition: transform 150ms ease-out; }

.zoom-in-enter,
.zoom-in-leave-active {
  opacity: 0; }
  .zoom-in-enter .animation-content,
  .zoom-in-enter .animation-content,
  .zoom-in-leave-active .animation-content,
  .zoom-in-leave-active .animation-content {
    transform: scale(0.95); }

.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 150ms ease-out; }
  .zoom-out-enter-active .animation-content,
  .zoom-out-enter-active .animation-content,
  .zoom-out-leave-active .animation-content,
  .zoom-out-leave-active .animation-content {
    transition: transform 150ms ease-out; }

.zoom-out-enter,
.zoom-out-leave-active {
  opacity: 0; }
  .zoom-out-enter .animation-content,
  .zoom-out-enter .animation-content,
  .zoom-out-leave-active .animation-content,
  .zoom-out-leave-active .animation-content {
    transform: scale(1.05); }

.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%; }

.slide-prev-enter, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%; }

.slide-down-enter-active,
.slide-down-leave-active,
.slide-up-enter-active,
.slide-up-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.slide-up-leave-to, .slide-down-enter {
  transform: translate3d(0, -100%, 0);
  position: absolute;
  height: 100%; }

.slide-up-enter, .slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  height: 100%; }

.slide-enter-active {
  transition: 150ms ease-out; }

.slide-leave-active {
  transition: 150ms ease-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden; }

.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0; }

.autocomplete {
  position: relative; }
  .autocomplete .dropdown-menu {
    display: block;
    width: 100%; }
    .autocomplete .dropdown-menu.is-opened-top {
      top: auto;
      bottom: 100%; }
  .autocomplete .dropdown-content {
    overflow: auto;
    max-height: 200px; }
  .autocomplete .dropdown-item, .autocomplete .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .autocomplete a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .autocomplete .dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
      background: #fafafa;
      color: #0a0a0a; }
    .autocomplete .dropdown-item.is-disabled, .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled, .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .autocomplete.is-small {
    border-radius: 1px;
    font-size: 0.75rem; }
  .autocomplete.is-medium {
    font-size: 1.25rem; }
  .autocomplete.is-large {
    font-size: 1.5rem; }

.carousel {
  min-height: 120px;
  position: relative; }
  .carousel.is-overlay {
    background-color: rgba(10, 10, 10, 0.86);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-height: 100vh;
    position: fixed;
    z-index: 40; }
    .carousel.is-overlay .carousel-item img {
      cursor: default; }
    .carousel.is-overlay .carousel-indicator.has-background {
      background: transparent; }
  .carousel .progress, .carousel .progress-wrapper.is-not-native {
    border-radius: 1px;
    height: 0.25rem;
    margin-bottom: 0; }
  .carousel .carousel-items {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 769px), print {
      .carousel .carousel-items:hover .carousel-arrow.is-hovered {
        opacity: 1; } }
    .carousel .carousel-items .carousel-item {
      flex-shrink: 0;
      width: 100%; }
  .carousel .carousel-pause {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0.15rem;
    z-index: 1; }
  .carousel .carousel-indicator {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .carousel .carousel-indicator.has-background {
      background: rgba(10, 10, 10, 0.5); }
    .carousel .carousel-indicator.has-custom {
      flex-wrap: nowrap;
      justify-content: flex-start;
      -webkit-overflow-scrolling: touch;
      overflow: hidden;
      overflow-x: auto; }
      .carousel .carousel-indicator.has-custom.is-small .indicator-item {
        flex: 1 0 10%; }
      .carousel .carousel-indicator.has-custom.is-medium .indicator-item {
        flex: 1 0 16.66667%; }
    .carousel .carousel-indicator.is-inside {
      position: absolute; }
      .carousel .carousel-indicator.is-inside.is-bottom {
        bottom: 0; }
      .carousel .carousel-indicator.is-inside.is-top {
        top: 0; }
    .carousel .carousel-indicator .indicator-item:not(:last-child) {
      margin-right: 0.5rem; }
    .carousel .carousel-indicator .indicator-item.is-active .indicator-style,
    .carousel .carousel-indicator .indicator-item .indicator-style:hover {
      background: #178fe2;
      border: 1px solid white; }
    .carousel .carousel-indicator .indicator-item .indicator-style {
      display: block;
      border: 1px solid #178fe2;
      background: white;
      outline: none;
      transition: 150ms ease-out; }
      .carousel .carousel-indicator .indicator-item .indicator-style.is-boxes {
        height: 10px;
        width: 10px; }
      .carousel .carousel-indicator .indicator-item .indicator-style.is-dots {
        border-radius: 290486px;
        height: 10px;
        width: 10px; }
      .carousel .carousel-indicator .indicator-item .indicator-style.is-lines {
        height: 5px;
        width: 25px; }

.carousel-list {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-list.has-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 769px), print {
    .carousel-list:hover .carousel-arrow.is-hovered {
      opacity: 1; } }
  .carousel-list .carousel-slides {
    position: relative;
    display: flex;
    width: 100%; }
    .carousel-list .carousel-slides:not(.is-dragging) {
      transition: all 250ms ease-out 0s; }
    .carousel-list .carousel-slides.has-grayscale .carousel-slide img {
      filter: grayscale(100%); }
    .carousel-list .carousel-slides.has-grayscale .carousel-slide.is-active img {
      filter: grayscale(0%); }
    .carousel-list .carousel-slides.has-opacity .carousel-slide img {
      opacity: 0.25; }
    .carousel-list .carousel-slides.has-opacity .carousel-slide.is-active img {
      opacity: 1; }
    .carousel-list .carousel-slides .carousel-slide {
      border: 2px solid transparent;
      flex-shrink: 0; }

.carousel-arrow {
  transition: 150ms ease-out; }
  .carousel-arrow.is-hovered {
    opacity: 0; }
  .carousel-arrow .icon, .carousel-arrow .fc button .fc-icon, .fc button .carousel-arrow .fc-icon {
    background: white;
    color: #178fe2;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 290486px;
    outline: 0; }
    .carousel-arrow .icon:hover, .carousel-arrow .fc button .fc-icon:hover, .fc button .carousel-arrow .fc-icon:hover {
      border: 1px solid #178fe2;
      opacity: 1; }
    .carousel-arrow .icon.has-icons-left, .carousel-arrow .fc button .has-icons-left.fc-icon, .fc button .carousel-arrow .has-icons-left.fc-icon, .carousel-arrow .icon.has-icons-right, .carousel-arrow .fc button .has-icons-right.fc-icon, .fc button .carousel-arrow .has-icons-right.fc-icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
    .carousel-arrow .icon.has-icons-left, .carousel-arrow .fc button .has-icons-left.fc-icon, .fc button .carousel-arrow .has-icons-left.fc-icon {
      left: 1.5rem; }
    .carousel-arrow .icon.has-icons-right, .carousel-arrow .fc button .has-icons-right.fc-icon, .fc button .carousel-arrow .has-icons-right.fc-icon {
      right: 1.5rem; }

.b-checkbox.checkbox {
  outline: none;
  display: inline-flex;
  align-items: center; }
  .b-checkbox.checkbox:not(.button) {
    margin-right: 0.5em; }
    .b-checkbox.checkbox:not(.button) + .checkbox:last-child {
      margin-right: 0; }
  .b-checkbox.checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
    .b-checkbox.checkbox input[type=checkbox] + .check {
      width: 1.25em;
      height: 1.25em;
      flex-shrink: 0;
      border-radius: 3px;
      border: 2px solid #7a7a7a;
      transition: background 150ms ease-out;
      background: transparent; }
    .b-checkbox.checkbox input[type=checkbox]:checked + .check {
      background: #178fe2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
      border-color: #178fe2; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
        background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffffff; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
        background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23ffffff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #0a0a0a; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
        background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23363636' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: whitesmoke; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
        background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:whitesmoke' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #363636; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
        background: #178fe2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #178fe2; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-link {
        background: #267ec3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #267ec3; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.info, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.info, .b-checkbox.checkbox #toaster .toast input[type=checkbox]:checked + .check.sticky_info, #toaster .toast .b-checkbox.checkbox input[type=checkbox]:checked + .check.sticky_info {
        background: #03a5df url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #03a5df; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.success, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.success, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.sticky_success, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.sticky_success {
        background: #47ba78 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #47ba78; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.warning, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.warning, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.sticky_warning, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.sticky_warning {
        background: #fde456 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #fde456; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.error, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.error, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.danger, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.danger, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.is-error, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.is-error, .b-checkbox.checkbox #toaster input[type=checkbox]:checked + .check.toast.sticky_error, #toaster .b-checkbox.checkbox input[type=checkbox]:checked + .check.toast.sticky_error {
        background: #d25a4d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #d25a4d; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-secondary {
        background: #f9a201 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #f9a201; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary-dark {
        background: #ed9303 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #ed9303; }
    .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
      background: #178fe2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
      border-color: #178fe2; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-white {
        background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%230a0a0a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffffff; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-black {
        background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23ffffff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #0a0a0a; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-light {
        background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23363636' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: whitesmoke; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-dark {
        background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:whitesmoke' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #363636; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
        background: #178fe2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #178fe2; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-link {
        background: #267ec3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #267ec3; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-info, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.info, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.info, .b-checkbox.checkbox #toaster .toast input[type=checkbox]:indeterminate + .check.sticky_info, #toaster .toast .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.sticky_info {
        background: #03a5df url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #03a5df; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.success, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.success, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.sticky_success, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.sticky_success {
        background: #47ba78 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #47ba78; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.warning, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.warning, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.sticky_warning, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.sticky_warning {
        background: #fde456 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #fde456; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.error, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.error, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.danger, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.danger, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.is-error, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.is-error, .b-checkbox.checkbox #toaster input[type=checkbox]:indeterminate + .check.toast.sticky_error, #toaster .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.toast.sticky_error {
        background: #d25a4d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #d25a4d; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-secondary {
        background: #f9a201 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #f9a201; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary-dark {
        background: #ed9303 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #ed9303; }
    .b-checkbox.checkbox input[type=checkbox]:focus + .check {
      box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8); }
    .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
      box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-white {
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-black {
        box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-light {
        box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-dark {
        box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
        box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-link {
        box-shadow: 0 0 0.5em rgba(38, 126, 195, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-info, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.info, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.info, .b-checkbox.checkbox #toaster .toast input[type=checkbox]:focus:checked + .check.sticky_info, #toaster .toast .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.sticky_info {
        box-shadow: 0 0 0.5em rgba(3, 165, 223, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.success, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.success, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.sticky_success, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.sticky_success {
        box-shadow: 0 0 0.5em rgba(71, 186, 120, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.warning, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.warning, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.sticky_warning, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.sticky_warning {
        box-shadow: 0 0 0.5em rgba(253, 228, 86, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.error, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.error, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.danger, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.danger, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.is-error, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.is-error, .b-checkbox.checkbox #toaster input[type=checkbox]:focus:checked + .check.toast.sticky_error, #toaster .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.toast.sticky_error {
        box-shadow: 0 0 0.5em rgba(210, 90, 77, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-secondary {
        box-shadow: 0 0 0.5em rgba(249, 162, 1, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary-dark {
        box-shadow: 0 0 0.5em rgba(237, 147, 3, 0.8); }
  .b-checkbox.checkbox .control-label {
    padding-left: calc(0.625em - 1px); }
  .b-checkbox.checkbox.button, .fc-toolbar button.b-checkbox.checkbox {
    display: flex; }
  .b-checkbox.checkbox[disabled] {
    opacity: 0.5; }
  .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
    border-color: #178fe2; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-white {
      border-color: #ffffff; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-black {
      border-color: #0a0a0a; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-light {
      border-color: whitesmoke; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-dark {
      border-color: #363636; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
      border-color: #178fe2; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-link {
      border-color: #267ec3; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-info, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.info, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.info, .b-checkbox.checkbox:hover #toaster .toast input[type=checkbox]:not(:disabled) + .check.sticky_info, #toaster .toast .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.sticky_info {
      border-color: #03a5df; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.success, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.success, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.sticky_success, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.sticky_success {
      border-color: #47ba78; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.warning, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.warning, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.sticky_warning, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.sticky_warning {
      border-color: #fde456; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.error, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.error, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.danger, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.danger, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.is-error, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.is-error, .b-checkbox.checkbox:hover #toaster input[type=checkbox]:not(:disabled) + .check.toast.sticky_error, #toaster .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.toast.sticky_error {
      border-color: #d25a4d; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-secondary {
      border-color: #f9a201; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary-dark {
      border-color: #ed9303; }
  .b-checkbox.checkbox.is-small {
    border-radius: 1px;
    font-size: 0.75rem; }
  .b-checkbox.checkbox.is-medium {
    font-size: 1.25rem; }
  .b-checkbox.checkbox.is-large {
    font-size: 1.5rem; }

.b-clockpicker .card-header {
  background-color: #178fe2;
  color: #fff; }

.b-clockpicker .b-clockpicker-face:after {
  background-color: #178fe2; }

.b-clockpicker .b-clockpicker-face-hand {
  background-color: #178fe2;
  border-color: #178fe2; }

.b-clockpicker .b-clockpicker-face-number.active {
  background-color: #178fe2;
  color: #fff; }

.b-clockpicker.is-white .card-header {
  background-color: #ffffff;
  color: #0a0a0a; }

.b-clockpicker.is-white .b-clockpicker-face:after {
  background-color: #ffffff; }

.b-clockpicker.is-white .b-clockpicker-face-hand {
  background-color: #ffffff;
  border-color: #ffffff; }

.b-clockpicker.is-white .b-clockpicker-face-number.active {
  background-color: #ffffff;
  color: #0a0a0a; }

.b-clockpicker.is-black .card-header {
  background-color: #0a0a0a;
  color: #ffffff; }

.b-clockpicker.is-black .b-clockpicker-face:after {
  background-color: #0a0a0a; }

.b-clockpicker.is-black .b-clockpicker-face-hand {
  background-color: #0a0a0a;
  border-color: #0a0a0a; }

.b-clockpicker.is-black .b-clockpicker-face-number.active {
  background-color: #0a0a0a;
  color: #ffffff; }

.b-clockpicker.is-light .card-header {
  background-color: whitesmoke;
  color: #363636; }

.b-clockpicker.is-light .b-clockpicker-face:after {
  background-color: whitesmoke; }

.b-clockpicker.is-light .b-clockpicker-face-hand {
  background-color: whitesmoke;
  border-color: whitesmoke; }

.b-clockpicker.is-light .b-clockpicker-face-number.active {
  background-color: whitesmoke;
  color: #363636; }

.b-clockpicker.is-dark .card-header {
  background-color: #363636;
  color: whitesmoke; }

.b-clockpicker.is-dark .b-clockpicker-face:after {
  background-color: #363636; }

.b-clockpicker.is-dark .b-clockpicker-face-hand {
  background-color: #363636;
  border-color: #363636; }

.b-clockpicker.is-dark .b-clockpicker-face-number.active {
  background-color: #363636;
  color: whitesmoke; }

.b-clockpicker.is-primary .card-header {
  background-color: #178fe2;
  color: #fff; }

.b-clockpicker.is-primary .b-clockpicker-face:after {
  background-color: #178fe2; }

.b-clockpicker.is-primary .b-clockpicker-face-hand {
  background-color: #178fe2;
  border-color: #178fe2; }

.b-clockpicker.is-primary .b-clockpicker-face-number.active {
  background-color: #178fe2;
  color: #fff; }

.b-clockpicker.is-link .card-header {
  background-color: #267ec3;
  color: #fff; }

.b-clockpicker.is-link .b-clockpicker-face:after {
  background-color: #267ec3; }

.b-clockpicker.is-link .b-clockpicker-face-hand {
  background-color: #267ec3;
  border-color: #267ec3; }

.b-clockpicker.is-link .b-clockpicker-face-number.active {
  background-color: #267ec3;
  color: #fff; }

.b-clockpicker.is-info .card-header, #toaster .b-clockpicker.toast.info .card-header, #toaster .toast .b-clockpicker.sticky_info .card-header {
  background-color: #03a5df;
  color: #fff; }

.b-clockpicker.is-info .b-clockpicker-face:after, #toaster .b-clockpicker.toast.info .b-clockpicker-face:after, #toaster .toast .b-clockpicker.sticky_info .b-clockpicker-face:after {
  background-color: #03a5df; }

.b-clockpicker.is-info .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.info .b-clockpicker-face-hand, #toaster .toast .b-clockpicker.sticky_info .b-clockpicker-face-hand {
  background-color: #03a5df;
  border-color: #03a5df; }

.b-clockpicker.is-info .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.info .b-clockpicker-face-number.active, #toaster .toast .b-clockpicker.sticky_info .b-clockpicker-face-number.active {
  background-color: #03a5df;
  color: #fff; }

.b-clockpicker.is-success .card-header, #toaster .b-clockpicker.toast.success .card-header, #toaster .b-clockpicker.toast.sticky_success .card-header {
  background-color: #47ba78;
  color: #fff; }

.b-clockpicker.is-success .b-clockpicker-face:after, #toaster .b-clockpicker.toast.success .b-clockpicker-face:after, #toaster .b-clockpicker.toast.sticky_success .b-clockpicker-face:after {
  background-color: #47ba78; }

.b-clockpicker.is-success .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.success .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.sticky_success .b-clockpicker-face-hand {
  background-color: #47ba78;
  border-color: #47ba78; }

.b-clockpicker.is-success .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.success .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.sticky_success .b-clockpicker-face-number.active {
  background-color: #47ba78;
  color: #fff; }

.b-clockpicker.is-warning .card-header, #toaster .b-clockpicker.toast.warning .card-header, #toaster .b-clockpicker.toast.sticky_warning .card-header {
  background-color: #fde456;
  color: rgba(0, 0, 0, 0.7); }

.b-clockpicker.is-warning .b-clockpicker-face:after, #toaster .b-clockpicker.toast.warning .b-clockpicker-face:after, #toaster .b-clockpicker.toast.sticky_warning .b-clockpicker-face:after {
  background-color: #fde456; }

.b-clockpicker.is-warning .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.warning .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.sticky_warning .b-clockpicker-face-hand {
  background-color: #fde456;
  border-color: #fde456; }

.b-clockpicker.is-warning .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.warning .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.sticky_warning .b-clockpicker-face-number.active {
  background-color: #fde456;
  color: rgba(0, 0, 0, 0.7); }

.b-clockpicker.is-danger .card-header, #toaster .b-clockpicker.toast.error .card-header, #toaster .b-clockpicker.toast.danger .card-header, #toaster .b-clockpicker.toast.is-error .card-header, #toaster .b-clockpicker.toast.sticky_error .card-header {
  background-color: #d25a4d;
  color: #fff; }

.b-clockpicker.is-danger .b-clockpicker-face:after, #toaster .b-clockpicker.toast.error .b-clockpicker-face:after, #toaster .b-clockpicker.toast.danger .b-clockpicker-face:after, #toaster .b-clockpicker.toast.is-error .b-clockpicker-face:after, #toaster .b-clockpicker.toast.sticky_error .b-clockpicker-face:after {
  background-color: #d25a4d; }

.b-clockpicker.is-danger .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.error .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.danger .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.is-error .b-clockpicker-face-hand, #toaster .b-clockpicker.toast.sticky_error .b-clockpicker-face-hand {
  background-color: #d25a4d;
  border-color: #d25a4d; }

.b-clockpicker.is-danger .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.error .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.danger .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.is-error .b-clockpicker-face-number.active, #toaster .b-clockpicker.toast.sticky_error .b-clockpicker-face-number.active {
  background-color: #d25a4d;
  color: #fff; }

.b-clockpicker.is-secondary .card-header {
  background-color: #f9a201;
  color: #fff; }

.b-clockpicker.is-secondary .b-clockpicker-face:after {
  background-color: #f9a201; }

.b-clockpicker.is-secondary .b-clockpicker-face-hand {
  background-color: #f9a201;
  border-color: #f9a201; }

.b-clockpicker.is-secondary .b-clockpicker-face-number.active {
  background-color: #f9a201;
  color: #fff; }

.b-clockpicker.is-primary-dark .card-header {
  background-color: #ed9303;
  color: #fff; }

.b-clockpicker.is-primary-dark .b-clockpicker-face:after {
  background-color: #ed9303; }

.b-clockpicker.is-primary-dark .b-clockpicker-face-hand {
  background-color: #ed9303;
  border-color: #ed9303; }

.b-clockpicker.is-primary-dark .b-clockpicker-face-number.active {
  background-color: #ed9303;
  color: #fff; }

.b-clockpicker .dropdown-menu {
  min-width: 0; }

.b-clockpicker .dropdown,
.b-clockpicker .dropdown-trigger {
  width: 100%; }
  .b-clockpicker .dropdown .input[readonly],
  .b-clockpicker .dropdown-trigger .input[readonly] {
    cursor: pointer;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
    .b-clockpicker .dropdown .input[readonly]:focus, .b-clockpicker .dropdown .input[readonly].is-focused, .b-clockpicker .dropdown .input[readonly]:active, .b-clockpicker .dropdown .input[readonly].is-active,
    .b-clockpicker .dropdown-trigger .input[readonly]:focus,
    .b-clockpicker .dropdown-trigger .input[readonly].is-focused,
    .b-clockpicker .dropdown-trigger .input[readonly]:active,
    .b-clockpicker .dropdown-trigger .input[readonly].is-active {
      box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }

.b-clockpicker .dropdown-item, .b-clockpicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .b-clockpicker a {
  font-size: inherit;
  padding: 0; }

.b-clockpicker .dropdown-content {
  padding-top: 0;
  padding-bottom: 0; }

.b-clockpicker .card {
  border-radius: 0.25rem; }

.b-clockpicker .card-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.b-clockpicker .card-content {
  padding: 12px; }

.b-clockpicker-btn {
  cursor: pointer;
  opacity: 0.6; }
  .b-clockpicker-btn:hover, .b-clockpicker-btn.active {
    opacity: 1; }

.b-clockpicker-period .b-clockpicker-btn {
  font-size: 16px; }

.b-clockpicker-time span {
  align-items: center;
  display: inline-flex;
  justify-content: center; }

.b-clockpicker-header {
  display: flex;
  line-height: 1;
  justify-content: flex-end;
  color: inherit; }
  .b-clockpicker-header .b-clockpicker-time {
    white-space: nowrap; }
    .b-clockpicker-header .b-clockpicker-time span {
      height: 60px;
      font-size: 60px; }
  .b-clockpicker-header .b-clockpicker-period {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    margin: 8px 0 6px 8px; }

.b-clockpicker-body {
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.5, 1); }
  .b-clockpicker-body .b-clockpicker-btn {
    padding: 0 8px;
    border-radius: 290486px;
    margin-bottom: 2px; }
    .b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
      background-color: #178fe2;
      color: white; }
  .b-clockpicker-body .b-clockpicker-period {
    position: absolute;
    top: 5px;
    right: 5px; }
  .b-clockpicker-body .b-clockpicker-time {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px; }
  .b-clockpicker-body .b-clockpicker-face {
    border-radius: 50%;
    position: relative;
    background-color: #dbdbdb;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center; }
    .b-clockpicker-body .b-clockpicker-face:after {
      border-radius: 50%;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      z-index: 10; }
    .b-clockpicker-body .b-clockpicker-face-outer-ring {
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      height: calc(100% - 50px);
      width: calc(100% - 50px);
      position: relative;
      border-radius: 50%; }
    .b-clockpicker-body .b-clockpicker-face-number {
      align-items: center;
      border-radius: 100%;
      cursor: default;
      display: flex;
      font-size: 18px;
      text-align: center;
      justify-content: center;
      position: absolute;
      width: 40px;
      height: 40px;
      left: calc(50% - 40px * 0.5);
      top: calc(50% - 40px * 0.5);
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none; }
      .b-clockpicker-body .b-clockpicker-face-number > span {
        z-index: 1; }
      .b-clockpicker-body .b-clockpicker-face-number:before, .b-clockpicker-body .b-clockpicker-face-number:after {
        content: "";
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .b-clockpicker-body .b-clockpicker-face-number.active {
        cursor: default;
        z-index: 2; }
      .b-clockpicker-body .b-clockpicker-face-number.disabled {
        pointer-events: none;
        opacity: .25; }
    .b-clockpicker-body .b-clockpicker-face-hand {
      height: calc(50% - 6px);
      width: 2px;
      bottom: 50%;
      left: calc(50% - 1px);
      transform-origin: center bottom;
      position: absolute;
      will-change: transform;
      z-index: 1; }
      .b-clockpicker-body .b-clockpicker-face-hand:before {
        background: transparent;
        border-width: 2px;
        border-style: solid;
        border-color: inherit;
        border-radius: 100%;
        width: 12px;
        height: 12px;
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translate(-50%, -50%); }

.b-clockpicker-footer {
  display: block;
  padding: 12px; }

.b-clockpicker.is-small {
  border-radius: 1px;
  font-size: 0.75rem; }

.b-clockpicker.is-medium {
  font-size: 1.25rem; }

.b-clockpicker.is-large {
  font-size: 1.5rem; }

.collapse .collapse-trigger {
  display: inline;
  cursor: pointer; }

.collapse .collapse-content {
  display: inherit; }

.colorpicker .color-name {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  text-transform: uppercase; }

.colorpicker .colorpicker-footer {
  margin-top: .875rem;
  padding-top: .875rem;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0; }
  .colorpicker .colorpicker-footer .colorpicker-fields {
    margin-bottom: .875rem; }
    .colorpicker .colorpicker-footer .colorpicker-fields .field {
      flex-grow: 1; }
      .colorpicker .colorpicker-footer .colorpicker-fields .field .field-label {
        margin-right: .5rem; }
      .colorpicker .colorpicker-footer .colorpicker-fields .field .control {
        display: flex; }
        .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input {
          -webkit-appearance: none;
          -moz-appearance: textfield;
          appearance: textfield;
          flex-grow: 1;
          width: 0;
          min-width: 42px;
          text-align: right; }
          .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input::-webkit-outer-spin-button, .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }

.colorpicker .dropdown.is-expanded .dropdown-menu,
.colorpicker .dropdown.is-expanded.is-mobile-modal .dropdown-menu {
  width: unset; }

.colorpicker .dropdown-horizontal-colorpicker {
  display: flex;
  flex-direction: row; }
  .colorpicker .dropdown-horizontal-colorpicker .colorpicker-footer {
    border-width: 0 0 0 1px;
    margin-top: 0;
    padding-top: 0;
    margin-left: .875rem;
    padding-left: .875rem; }

svg.b-colorpicker-triangle {
  width: 200px;
  height: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  @media (max-width: 769px) {
    svg.b-colorpicker-triangle {
      width: 100%;
      height: auto; } }
  svg.b-colorpicker-triangle .colorpicker-triangle-hue {
    width: 100%;
    height: 100%;
    background: conic-gradient(#f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00); }
  svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue,
  svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue foreignObject,
  svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue g, svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl,
  svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl foreignObject,
  svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl g {
    transform-origin: 50% 50%; }
  svg.b-colorpicker-triangle .hue-range-thumb,
  svg.b-colorpicker-triangle .sl-range-thumb {
    background: transparent;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #dbdbdb;
    cursor: grab;
    height: calc(100%/1 - .25em/1);
    width: calc(100%/1 - .25em/1);
    margin: .125em; }
    svg.b-colorpicker-triangle .hue-range-thumb:hover,
    svg.b-colorpicker-triangle .sl-range-thumb:hover {
      box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #b5b5b5; }
    svg.b-colorpicker-triangle .hue-range-thumb:focus,
    svg.b-colorpicker-triangle .sl-range-thumb:focus {
      box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #178fe2, 0 0 0 0.125em rgba(23, 143, 226, 0.25); }
    svg.b-colorpicker-triangle .hue-range-thumb:active,
    svg.b-colorpicker-triangle .sl-range-thumb:active {
      cursor: grabbing; }

div.b-colorpicker-square {
  position: relative;
  aspect-ratio: 1/1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  div.b-colorpicker-square .colorpicker-square-slider-hue {
    background: conic-gradient(#f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb {
      border-radius: calc(3px / 1.75);
      position: absolute;
      aspect-ratio: 1 / 1;
      transform: translate(-50%, -50%);
      box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #dbdbdb;
      cursor: grab; }
      div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:hover {
        box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #b5b5b5, 0 0 0 1px #b5b5b5; }
      div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:focus {
        box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #178fe2, 0 0 0 0.125em rgba(23, 143, 226, 0.25); }
      div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:active {
        cursor: grabbing; }
  div.b-colorpicker-square .colorpicker-square-slider-sl {
    background: #fff;
    border-radius: 1.5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    div.b-colorpicker-square .colorpicker-square-slider-sl::before {
      content: '';
      background: linear-gradient(0deg, #000, #fff);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      mix-blend-mode: hard-light; }
    div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb {
      display: block;
      border-radius: 3px;
      position: absolute;
      width: 8px;
      height: 8px;
      transform: translate(-50%, -50%);
      box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #dbdbdb;
      cursor: grab; }
      div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:hover {
        box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #b5b5b5, 0 0 0 1px #b5b5b5; }
      div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:focus {
        box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #178fe2, 0 0 0 0.125em rgba(23, 143, 226, 0.25); }
      div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:active {
        cursor: grabbing; }

.b-colorpicker-alpha-slider {
  height: 1em;
  background-image: linear-gradient(45deg, #c7c7c7 25%, transparent 25%, transparent 75%, #c7c7c7 75%, #c7c7c7), linear-gradient(45deg, #c7c7c7 25%, transparent 25%, transparent 75%, #c7c7c7 75%, #c7c7c7);
  background-size: 1em 1em;
  background-position: .5em .5em, 0 0;
  border-radius: 3px;
  margin-top: .125em;
  margin-bottom: .875rem;
  position: relative; }
  .b-colorpicker-alpha-slider .alpha-range-thumb {
    width: .4em;
    height: 1.25em;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #dbdbdb, 0 0 0 1px #dbdbdb;
    cursor: grab;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%); }
    .b-colorpicker-alpha-slider .alpha-range-thumb:hover {
      box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #b5b5b5, 0 0 0 1px #b5b5b5; }
    .b-colorpicker-alpha-slider .alpha-range-thumb:focus {
      box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #178fe2, 0 0 0 0.125em rgba(23, 143, 226, 0.25); }
    .b-colorpicker-alpha-slider .alpha-range-thumb:active {
      cursor: grabbing; }
    .b-colorpicker-alpha-slider .alpha-range-thumb > .b-tooltip,
    .b-colorpicker-alpha-slider .alpha-range-thumb > .b-tooltip > .tooltip-trigger {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.datepicker {
  font-size: 0.875rem; }
  .datepicker .dropdown,
  .datepicker .dropdown-trigger {
    width: 100%; }
    .datepicker .dropdown .input[readonly],
    .datepicker .dropdown-trigger .input[readonly] {
      cursor: pointer;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
      .datepicker .dropdown .input[readonly]:focus, .datepicker .dropdown .input[readonly].is-focused, .datepicker .dropdown .input[readonly]:active, .datepicker .dropdown .input[readonly].is-active,
      .datepicker .dropdown-trigger .input[readonly]:focus,
      .datepicker .dropdown-trigger .input[readonly].is-focused,
      .datepicker .dropdown-trigger .input[readonly]:active,
      .datepicker .dropdown-trigger .input[readonly].is-active {
        box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }
  .datepicker .dropdown.is-disabled {
    opacity: 1; }
  .datepicker .dropdown-content {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }
  .datepicker .dropdown-item, .datepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .datepicker a {
    font-size: inherit; }
  .datepicker .datepicker-header {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
    border-bottom: 1px solid #dbdbdb; }
  .datepicker .datepicker-footer {
    margin-top: 0.875rem;
    padding-top: 0.875rem;
    border-top: 1px solid #dbdbdb; }
  .datepicker .datepicker-table {
    display: table;
    margin: 0 auto 0 auto; }
    .datepicker .datepicker-table .datepicker-cell {
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      border-radius: 3px;
      padding: 0.5rem 0.75rem; }
    .datepicker .datepicker-table .datepicker-header {
      display: table-header-group; }
      .datepicker .datepicker-table .datepicker-header .datepicker-cell {
        color: #7a7a7a;
        font-weight: 600; }
    .datepicker .datepicker-table .datepicker-body {
      display: table-row-group; }
      .datepicker .datepicker-table .datepicker-body .datepicker-row {
        display: table-row; }
      .datepicker .datepicker-table .datepicker-body .datepicker-months {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 17rem; }
        .datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%;
          height: 2.5rem; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
        color: #b5b5b5; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
        border: solid 1px rgba(23, 143, 226, 0.5); }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
        color: #4a4a4a; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected), .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected) {
          background-color: #fafafa;
          color: #0a0a0a;
          cursor: pointer; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered {
          background-color: #7a7a7a;
          color: #dbdbdb;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered {
          background-color: #fafafa;
          color: #0a0a0a;
          border-radius: 0; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered {
          background-color: #7a7a7a;
          color: #dbdbdb;
          border-bottom-left-radius: 0;
          border-top-left-radius: 0; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
        background-color: #178fe2;
        color: #fff; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected {
          background-color: #178fe2;
          color: #fff;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected {
          background-color: rgba(23, 143, 226, 0.5);
          border-radius: 0; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected {
          background-color: #178fe2;
          color: #fff;
          border-bottom-left-radius: 0;
          border-top-left-radius: 0; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected) {
        color: #b5b5b5; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-week-number {
        cursor: default; }
      .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
        padding: 0.3rem 0.75rem 0.75rem; }
        .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
          position: relative; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
            bottom: .425rem;
            display: flex;
            justify-content: center;
            left: 0;
            padding: 0 .35rem;
            position: absolute;
            width: 100%; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
              background-color: #ffffff; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
              background-color: #0a0a0a; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
              background-color: whitesmoke; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
              background-color: #363636; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
              background-color: #178fe2; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
              background-color: #267ec3; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.info, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.info, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .toast .event.sticky_info, #toaster .toast .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.sticky_info {
              background-color: #03a5df; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.success, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.success, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.sticky_success, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.sticky_success {
              background-color: #47ba78; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.warning, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.warning, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.sticky_warning, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.sticky_warning {
              background-color: #fde456; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.error, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.error, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.danger, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.danger, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.is-error, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.is-error, .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events #toaster .event.toast.sticky_error, #toaster .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.toast.sticky_error {
              background-color: #d25a4d; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-secondary {
              background-color: #f9a201; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary-dark {
              background-color: #ed9303; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
            border-radius: 50%;
            height: .35em;
            margin: 0 .1em;
            width: .35em; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
            height: .25em;
            width: 100%; }
        .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
          overflow: hidden; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
            background-color: #58b0ee; }
  .datepicker.is-small {
    border-radius: 1px;
    font-size: 0.75rem; }
  .datepicker.is-medium {
    font-size: 1.25rem; }
  .datepicker.is-large {
    font-size: 1.5rem; }
  @media screen and (min-width: 1088px) {
    .datepicker .footer-horizontal-timepicker {
      border: none;
      padding-left: 10px;
      margin-left: 5px;
      display: flex; }
    .datepicker .dropdown-horizontal-timepicker {
      display: flex; }
    .datepicker .content-horizontal-timepicker {
      border-right: 1px solid #dbdbdb; } }

.dialog .modal-card {
  max-width: 460px;
  width: auto; }
  .dialog .modal-card .modal-card-head {
    font-size: 1.25rem;
    font-weight: 600; }
  .dialog .modal-card .modal-card-body .field {
    margin-top: 16px; }
  .dialog .modal-card .modal-card-body.is-titleless {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .dialog .modal-card .modal-card-foot {
    justify-content: flex-end; }
    .dialog .modal-card .modal-card-foot .button, .dialog .modal-card .modal-card-foot .fc-toolbar button, .fc-toolbar .dialog .modal-card .modal-card-foot button {
      display: inline;
      min-width: 5em;
      font-weight: 600; }
  @media screen and (min-width: 769px), print {
    .dialog .modal-card {
      min-width: 320px; } }

.dialog.is-small .modal-card,
.dialog.is-small .input,
.dialog.is-small .button,
.dialog.is-small .fc-toolbar button,
.fc-toolbar .dialog.is-small button {
  border-radius: 1px;
  font-size: 0.75rem; }

.dialog.is-medium .modal-card,
.dialog.is-medium .input,
.dialog.is-medium .button,
.dialog.is-medium .fc-toolbar button,
.fc-toolbar .dialog.is-medium button {
  font-size: 1.25rem; }

.dialog.is-large .modal-card,
.dialog.is-large .input,
.dialog.is-large .button,
.dialog.is-large .fc-toolbar button,
.fc-toolbar .dialog.is-large button {
  font-size: 1.5rem; }

.dialog.has-custom-container {
  position: absolute; }

.dropdown + .dropdown {
  margin-left: 0.5em; }

.dropdown .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  background-color: rgba(10, 10, 10, 0.86);
  z-index: 40;
  cursor: pointer; }
  @media screen and (min-width: 1088px) {
    .dropdown .background {
      display: none; } }

.dropdown.dropdown-menu-animation .dropdown-menu {
  display: block; }

.dropdown .dropdown-menu .dropdown-item.is-disabled, .dropdown .dropdown-menu .has-link a.is-disabled {
  cursor: not-allowed; }
  .dropdown .dropdown-menu .dropdown-item.is-disabled:hover, .dropdown .dropdown-menu .has-link a.is-disabled:hover {
    background: inherit;
    color: inherit; }

.dropdown .dropdown-menu .has-link a {
  padding-right: 3rem;
  white-space: nowrap; }

.dropdown.is-hoverable:not(.is-active) .dropdown-menu {
  display: none; }

.dropdown.is-hoverable:not(.is-touch-enabled):hover .dropdown-menu {
  display: inherit; }

.dropdown.is-expanded {
  width: 100%; }
  .dropdown.is-expanded .dropdown-trigger {
    width: 100%; }
  .dropdown.is-expanded .dropdown-menu {
    width: 100%; }
  .dropdown.is-expanded.is-mobile-modal .dropdown-menu {
    max-width: 100%; }

.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled, .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
  opacity: 0.5; }

.dropdown .navbar-item {
  height: 100%; }

.dropdown.is-disabled {
  opacity: 0.5;
  cursor: not-allowed; }
  .dropdown.is-disabled .dropdown-trigger {
    pointer-events: none; }

.dropdown.is-inline .dropdown-menu {
  position: static;
  display: inline-block;
  padding: 0; }

.dropdown.is-top-right .dropdown-menu {
  top: auto;
  bottom: 100%; }

.dropdown.is-top-left .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto; }

.dropdown.is-bottom-left .dropdown-menu {
  right: 0;
  left: auto; }

@media screen and (max-width: 1087px) {
  .dropdown {
    /* prevents modal on hover unless it is on touch devices */ }
    .dropdown.is-mobile-modal:not(.is-hoverable) > .dropdown-menu, .dropdown.is-mobile-modal.is-touch-enabled > .dropdown-menu {
      position: fixed !important;
      width: calc(100vw - 40px);
      max-width: 460px;
      max-height: calc(100vh - 120px);
      top: 25% !important;
      left: 50% !important;
      bottom: auto !important;
      right: auto !important;
      transform: translate3d(-50%, -25%, 0);
      white-space: normal;
      overflow-y: auto;
      z-index: 50 !important; }
      .dropdown.is-mobile-modal:not(.is-hoverable) > .dropdown-menu > .dropdown-content > .dropdown-item, .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal:not(.is-hoverable) > .dropdown-menu > .dropdown-content > a, .dropdown.is-mobile-modal:not(.is-hoverable) > .dropdown-menu > .dropdown-content > .has-link a, .dropdown.is-mobile-modal.is-touch-enabled > .dropdown-menu > .dropdown-content > .dropdown-item, .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal.is-touch-enabled > .dropdown-menu > .dropdown-content > a, .dropdown.is-mobile-modal.is-touch-enabled > .dropdown-menu > .dropdown-content > .has-link a {
        padding: 1rem 1.5rem; } }

@media screen and (max-width: 1087px) {
  html.is-clipped-touch {
    overflow: hidden !important; } }

.field.is-grouped .field {
  flex-shrink: 0; }
  .field.is-grouped .field:not(:last-child) {
    margin-right: 0.75rem; }
  .field.is-grouped .field.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }

.field.has-addons .control:first-child .control .button, .field.has-addons .control:first-child .control .fc-toolbar button, .fc-toolbar .field.has-addons .control:first-child .control button,
.field.has-addons .control:first-child .control .input,
.field.has-addons .control:first-child .control .select select {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.field.has-addons .control:last-child .control .button, .field.has-addons .control:last-child .control .fc-toolbar button, .fc-toolbar .field.has-addons .control:last-child .control button,
.field.has-addons .control:last-child .control .input,
.field.has-addons .control:last-child .control .select select {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.field.has-addons .control .control .button, .field.has-addons .control .control .fc-toolbar button, .fc-toolbar .field.has-addons .control .control button,
.field.has-addons .control .control .input,
.field.has-addons .control .control .select select {
  border-radius: 0; }

.field.has-addons .b-numberinput:not(:first-child) .control:first-child .button, .field.has-addons .b-numberinput:not(:first-child) .control:first-child .fc-toolbar button, .fc-toolbar .field.has-addons .b-numberinput:not(:first-child) .control:first-child button,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .input,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.field.has-addons .b-numberinput:not(:last-child) .control:last-child .button, .field.has-addons .b-numberinput:not(:last-child) .control:last-child .fc-toolbar button, .fc-toolbar .field.has-addons .b-numberinput:not(:last-child) .control:last-child button,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .input,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.field.has-addons.b-numberinput .control {
  margin-right: unset; }

.field.is-floating-label, .field.is-floating-in-label {
  position: relative; }
  .field.is-floating-label .label, .field.is-floating-in-label .label {
    position: absolute;
    left: 1em;
    font-size: calc(1rem * 0.75);
    background-color: transparent;
    z-index: 5;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 2em);
    overflow: hidden; }
    .field.is-floating-label .label.is-small, .field.is-floating-in-label .label.is-small {
      font-size: calc(0.75rem * 0.75); }
    .field.is-floating-label .label.is-medium, .field.is-floating-in-label .label.is-medium {
      font-size: calc(1.25rem * 0.75); }
    .field.is-floating-label .label.is-large, .field.is-floating-in-label .label.is-large {
      font-size: calc(1.5rem * 0.75); }
  .field.is-floating-label .taginput .counter, .field.is-floating-in-label .taginput .counter {
    float: none;
    text-align: right; }
  .field.is-floating-label.has-addons > .label + .control .button, .field.is-floating-label.has-addons > .label + .control .fc-toolbar button, .fc-toolbar .field.is-floating-label.has-addons > .label + .control button,
  .field.is-floating-label.has-addons > .label + .control .input,
  .field.is-floating-label.has-addons > .label + .control .select select, .field.is-floating-in-label.has-addons > .label + .control .button, .field.is-floating-in-label.has-addons > .label + .control .fc-toolbar button, .fc-toolbar .field.is-floating-in-label.has-addons > .label + .control button,
  .field.is-floating-in-label.has-addons > .label + .control .input,
  .field.is-floating-in-label.has-addons > .label + .control .select select {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

.field.is-floating-label .label {
  top: -0.775em;
  padding-left: 0.125em;
  padding-right: 0.125em; }
  .field.is-floating-label .label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.775em;
    left: 0;
    right: 0;
    height: 0.375em;
    background-color: #ffffff;
    z-index: -1; }

.field.is-floating-label .input:focus,
.field.is-floating-label .textarea:focus,
.field.is-floating-label .select select:focus {
  box-shadow: none; }

.field.is-floating-label .taginput .taginput-container {
  padding-top: 0.475em; }
  .field.is-floating-label .taginput .taginput-container.is-focused {
    box-shadow: none; }

.field.is-floating-in-label > .label {
  top: 0.25em; }
  .field.is-floating-in-label > .label + .control.datepicker .input, .field.is-floating-in-label > .label + .control.timepicker .input {
    padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
    padding-bottom: 1px;
    height: 3.25em; }
  .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .input,
  .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .textarea,
  .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) select {
    padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
    padding-bottom: 1px;
    height: 3.25em; }
  .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple) {
    height: 3.25em; }
    .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading::after {
      margin-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5); }
    .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple)::after {
      margin-top: 1px; }
  .field.is-floating-in-label > .label + .control.taginput .taginput-container {
    padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5 + (0.275em - 1px)); }
  .field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon, .field.is-floating-in-label > .label + .control:not(.taginput) .fc button .is-left.fc-icon, .fc button .field.is-floating-in-label > .label + .control:not(.taginput) .is-left.fc-icon,
  .field.is-floating-in-label > .label + .control:not(.taginput) .is-right.icon,
  .field.is-floating-in-label > .label + .control:not(.taginput) .fc button .is-right.fc-icon,
  .fc button .field.is-floating-in-label > .label + .control:not(.taginput) .is-right.fc-icon {
    height: 3.25em; }
  .field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon, .field.is-floating-in-label > .label + .control:not(.taginput) .fc button .is-left.fc-icon, .fc button .field.is-floating-in-label > .label + .control:not(.taginput) .is-left.fc-icon {
    padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5); }
  .field.is-floating-in-label > .label + .control.is-loading::after {
    margin-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5); }
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control select, .field.is-floating-in-label > .label + .field-body > .has-addons .control .input,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control select {
    padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
    padding-bottom: 1px; }
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control select,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .button,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .fc-toolbar button,
  .fc-toolbar .field.is-floating-in-label > .label + .field-body > .is-grouped .control button, .field.is-floating-in-label > .label + .field-body > .has-addons .control .input,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control select,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control .button,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control .fc-toolbar button,
  .fc-toolbar .field.is-floating-in-label > .label + .field-body > .has-addons .control button {
    height: 3.25em; }

.field.is-floating-in-label.has-numberinput .b-numberinput .control .input,
.field.is-floating-in-label.has-numberinput .b-numberinput .control .button,
.field.is-floating-in-label.has-numberinput .b-numberinput .control .fc-toolbar button,
.fc-toolbar .field.is-floating-in-label.has-numberinput .b-numberinput .control button {
  height: 3.25em; }

.field.is-floating-label.has-numberinput .label, .field.is-floating-in-label.has-numberinput .label {
  margin-left: calc(1rem * 3); }

.field.is-floating-label.has-numberinput.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-small .label {
  margin-left: calc(0.75rem * 3); }

.field.is-floating-label.has-numberinput.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-medium .label {
  margin-left: calc(1.25rem * 3); }

.field.is-floating-label.has-numberinput.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-large .label {
  margin-left: calc(1.5rem * 3); }

.field.is-floating-label.has-numberinput-compact .label, .field.is-floating-in-label.has-numberinput-compact .label {
  margin-left: calc(1rem * 2.25); }

.field.is-floating-label.has-numberinput-compact.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-small .label {
  margin-left: calc(0.75rem * 2.25); }

.field.is-floating-label.has-numberinput-compact.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-medium .label {
  margin-left: calc(1.25rem * 2.25); }

.field.is-floating-label.has-numberinput-compact.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-large .label {
  margin-left: calc(1.5rem * 2.25); }

.field.is-grouped-right.is-floating-in-label .label, .field.has-addons-right.is-floating-in-label .label {
  position: relative;
  left: calc(3.25em + 2em); }

.field.is-grouped-right.is-floating-label .label, .field.has-addons-right.is-floating-label .label {
  position: relative;
  left: calc(3.25em + 2em); }

.control .help.counter {
  float: right;
  margin-left: 0.5em; }

.control .icon.is-clickable, .control .fc button .is-clickable.fc-icon, .fc button .control .is-clickable.fc-icon {
  pointer-events: auto;
  cursor: pointer; }

.control.is-loading::after {
  top: calc(50% - (1em * 0.5));
  right: calc((2.5em * 0.5) - .5em); }

.icon, .fc button .fc-icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: inherit; }
  .icon svg, .fc button .fc-icon svg {
    background-color: transparent;
    fill: currentColor;
    stroke-width: 0;
    stroke: currentColor;
    pointer-events: none;
    width: 100%;
    height: 100%; }

.b-image-wrapper > img {
  -o-object-fit: cover;
     object-fit: cover; }
  .b-image-wrapper > img.has-ratio, .b-image-wrapper > img.placeholder {
    height: 100%;
    width: 100%; }
  .b-image-wrapper > img.placeholder {
    filter: blur(10px); }

.loading-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 29; }
  .loading-overlay.is-active {
    display: flex; }
  .loading-overlay.is-full-page {
    position: fixed;
    z-index: 999; }
    .loading-overlay.is-full-page .loading-icon:after {
      top: calc(50% - 2.5em);
      left: calc(50% - 2.5em);
      width: 5em;
      height: 5em; }
  .loading-overlay .loading-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #7f7f7f;
    background: rgba(255, 255, 255, 0.5); }
  .loading-overlay .loading-icon {
    position: relative; }
    .loading-overlay .loading-icon:after {
      animation: spinAround 500ms infinite linear;
      border: 2px solid #dbdbdb;
      border-radius: 290486px;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 1em;
      position: relative;
      width: 1em;
      position: absolute;
      top: calc(50% - 1.5em);
      left: calc(50% - 1.5em);
      width: 3em;
      height: 3em;
      border-width: 0.25em; }

.menu .menu-list li > a.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5; }

.message .media,
.notification .media {
  padding-top: 0;
  border: 0; }

.message .auto-close-progress progress,
.notification .auto-close-progress progress {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 10px !important; }

.modal.is-full-screen > .animation-content,
.modal.is-full-screen > .animation-content > .modal-card {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0;
  background-color: #fafafa; }

.modal .animation-content {
  margin: 0 20px; }
  .modal .animation-content .modal-card {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .modal .animation-content {
      width: 100%; } }

.modal .modal-content {
  width: 100%; }

@media screen and (max-width: 768px) {
  .modal .modal-close {
    /* keep modal-close visible when the contents fill the screen */
    background-color: color-mix(in hsl, rgba(10, 10, 10, 0.86) 10%, transparent); }
    .modal .modal-close:hover,
    .modal .modal-close :focus {
      background-color: color-mix(in hsl, rgba(10, 10, 10, 0.86) 20%, transparent); }
    .modal .modal-close:active {
      background-color: color-mix(in hsl, rgba(10, 10, 10, 0.86) 30%, transparent); } }

.navbar.has-navbar-centered .navbar-start {
  justify-content: center;
  margin-left: auto; }

.navbar.has-navbar-centered .navbar-end {
  margin-left: 0; }

.navbar .navbar-dropdown.is-boxed {
  visibility: hidden;
  transition-property: opacity, visibility, transform; }

.navbar .navbar-item.has-dropdown.is-active .is-boxed,
.navbar .navbar-item.has-dropdown.is-hoverable:hover .is-boxed {
  visibility: visible; }

.notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none; }
  .notices .toast {
    display: inline-flex;
    animation-duration: 150ms;
    margin: 0.5em 0;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    border-radius: 2em;
    padding: 0.75em 1.5em;
    pointer-events: auto;
    opacity: 0.92; }
    .notices .toast.is-white {
      color: #0a0a0a;
      background: #ffffff; }
    .notices .toast.is-black {
      color: #ffffff;
      background: #0a0a0a; }
    .notices .toast.is-light {
      color: #363636;
      background: whitesmoke; }
    .notices .toast.is-dark {
      color: whitesmoke;
      background: #363636; }
    .notices .toast.is-primary {
      color: #fff;
      background: #178fe2; }
    .notices .toast.is-link {
      color: #fff;
      background: #267ec3; }
    .notices .toast.is-info, .notices #toaster .toast.info, #toaster .notices .toast.info, .notices #toaster .toast .toast.sticky_info, #toaster .toast .notices .toast.sticky_info {
      color: #fff;
      background: #03a5df; }
    .notices .toast.is-success, .notices #toaster .toast.success, #toaster .notices .toast.success, .notices #toaster .toast.sticky_success, #toaster .notices .toast.sticky_success {
      color: #fff;
      background: #47ba78; }
    .notices .toast.is-warning, .notices #toaster .toast.warning, #toaster .notices .toast.warning, .notices #toaster .toast.sticky_warning, #toaster .notices .toast.sticky_warning {
      color: rgba(0, 0, 0, 0.7);
      background: #fde456; }
    .notices .toast.is-danger, .notices #toaster .toast.error, #toaster .notices .toast.error, .notices #toaster .toast.danger, #toaster .notices .toast.danger, .notices #toaster .toast.is-error, #toaster .notices .toast.is-error, .notices #toaster .toast.sticky_error, #toaster .notices .toast.sticky_error {
      color: #fff;
      background: #d25a4d; }
    .notices .toast.is-secondary {
      color: #fff;
      background: #f9a201; }
    .notices .toast.is-primary-dark {
      color: #fff;
      background: #ed9303; }
  .notices .snackbar {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    animation-duration: 150ms;
    margin: 0.5em 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    pointer-events: auto;
    background: #363636;
    color: whitesmoke;
    min-height: 3em; }
    .notices .snackbar .text {
      padding: 0.5em 1em; }
    .notices .snackbar .action {
      margin-left: auto;
      padding: 0.5em;
      padding-left: 0; }
      .notices .snackbar .action .button, .notices .snackbar .action .fc-toolbar button, .fc-toolbar .notices .snackbar .action button {
        font-weight: 600;
        text-transform: uppercase;
        background: #363636;
        border: transparent; }
      .notices .snackbar .action .button:hover, .notices .snackbar .action .fc-toolbar button:hover, .fc-toolbar .notices .snackbar .action button:hover {
        background: #292929; }
      .notices .snackbar .action .button:active, .notices .snackbar .action .fc-toolbar button:active, .fc-toolbar .notices .snackbar .action button:active {
        background: #292929; }
      .notices .snackbar .action.is-white .button, .notices .snackbar .action.is-white .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-white button {
        color: #ffffff; }
      .notices .snackbar .action.is-black .button, .notices .snackbar .action.is-black .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-black button {
        color: #0a0a0a; }
      .notices .snackbar .action.is-light .button, .notices .snackbar .action.is-light .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-light button {
        color: whitesmoke; }
      .notices .snackbar .action.is-dark .button, .notices .snackbar .action.is-dark .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-dark button {
        color: #363636; }
      .notices .snackbar .action.is-primary .button, .notices .snackbar .action.is-primary .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-primary button {
        color: #178fe2; }
      .notices .snackbar .action.is-link .button, .notices .snackbar .action.is-link .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-link button {
        color: #267ec3; }
      .notices .snackbar .action.is-info .button, .notices .snackbar #toaster .action.toast.info .button, #toaster .notices .snackbar .action.toast.info .button, .notices .snackbar #toaster .toast .action.sticky_info .button, #toaster .toast .notices .snackbar .action.sticky_info .button, .notices .snackbar .action.is-info .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-info button, .notices .snackbar #toaster .action.toast.info .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.info button, #toaster .notices .snackbar .action.toast.info .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.info button, .notices .snackbar #toaster .toast .action.sticky_info .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .toast .action.sticky_info button, #toaster .toast .notices .snackbar .action.sticky_info .fc-toolbar button, .fc-toolbar #toaster .toast .notices .snackbar .action.sticky_info button {
        color: #03a5df; }
      .notices .snackbar .action.is-success .button, .notices .snackbar #toaster .action.toast.success .button, #toaster .notices .snackbar .action.toast.success .button, .notices .snackbar #toaster .action.toast.sticky_success .button, #toaster .notices .snackbar .action.toast.sticky_success .button, .notices .snackbar .action.is-success .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-success button, .notices .snackbar #toaster .action.toast.success .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.success button, #toaster .notices .snackbar .action.toast.success .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.success button, .notices .snackbar #toaster .action.toast.sticky_success .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.sticky_success button, #toaster .notices .snackbar .action.toast.sticky_success .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.sticky_success button {
        color: #47ba78; }
      .notices .snackbar .action.is-warning .button, .notices .snackbar #toaster .action.toast.warning .button, #toaster .notices .snackbar .action.toast.warning .button, .notices .snackbar #toaster .action.toast.sticky_warning .button, #toaster .notices .snackbar .action.toast.sticky_warning .button, .notices .snackbar .action.is-warning .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-warning button, .notices .snackbar #toaster .action.toast.warning .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.warning button, #toaster .notices .snackbar .action.toast.warning .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.warning button, .notices .snackbar #toaster .action.toast.sticky_warning .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.sticky_warning button, #toaster .notices .snackbar .action.toast.sticky_warning .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.sticky_warning button {
        color: #fde456; }
      .notices .snackbar .action.is-danger .button, .notices .snackbar #toaster .action.toast.error .button, #toaster .notices .snackbar .action.toast.error .button, .notices .snackbar #toaster .action.toast.danger .button, #toaster .notices .snackbar .action.toast.danger .button, .notices .snackbar #toaster .action.toast.is-error .button, #toaster .notices .snackbar .action.toast.is-error .button, .notices .snackbar #toaster .action.toast.sticky_error .button, #toaster .notices .snackbar .action.toast.sticky_error .button, .notices .snackbar .action.is-danger .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-danger button, .notices .snackbar #toaster .action.toast.error .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.error button, #toaster .notices .snackbar .action.toast.error .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.error button, .notices .snackbar #toaster .action.toast.danger .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.danger button, #toaster .notices .snackbar .action.toast.danger .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.danger button, .notices .snackbar #toaster .action.toast.is-error .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.is-error button, #toaster .notices .snackbar .action.toast.is-error .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.is-error button, .notices .snackbar #toaster .action.toast.sticky_error .fc-toolbar button, .fc-toolbar .notices .snackbar #toaster .action.toast.sticky_error button, #toaster .notices .snackbar .action.toast.sticky_error .fc-toolbar button, .fc-toolbar #toaster .notices .snackbar .action.toast.sticky_error button {
        color: #d25a4d; }
      .notices .snackbar .action.is-secondary .button, .notices .snackbar .action.is-secondary .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-secondary button {
        color: #f9a201; }
      .notices .snackbar .action.is-primary-dark .button, .notices .snackbar .action.is-primary-dark .fc-toolbar button, .fc-toolbar .notices .snackbar .action.is-primary-dark button {
        color: #ed9303; }
    .notices .snackbar .action.is-cancel {
      padding-right: 0; }
    @media screen and (max-width: 768px) {
      .notices .snackbar {
        width: 100%;
        margin: 0;
        border-radius: 0; } }
    @media screen and (min-width: 769px), print {
      .notices .snackbar {
        min-width: 350px;
        max-width: 600px;
        overflow: hidden; } }
  .notices .notification {
    pointer-events: auto;
    max-width: 600px; }
  .notices .toast.is-top, .notices .toast.is-bottom,
  .notices .snackbar.is-top,
  .notices .snackbar.is-bottom,
  .notices .notification.is-top,
  .notices .notification.is-bottom {
    align-self: center; }
  .notices .toast.is-top-right, .notices .toast.is-bottom-right,
  .notices .snackbar.is-top-right,
  .notices .snackbar.is-bottom-right,
  .notices .notification.is-top-right,
  .notices .notification.is-bottom-right {
    align-self: flex-end; }
  .notices .toast.is-top-left, .notices .toast.is-bottom-left,
  .notices .snackbar.is-top-left,
  .notices .snackbar.is-bottom-left,
  .notices .notification.is-top-left,
  .notices .notification.is-bottom-left {
    align-self: flex-start; }
  .notices .toast.is-toast,
  .notices .snackbar.is-toast,
  .notices .notification.is-toast {
    opacity: 0.92; }
  .notices.is-top {
    flex-direction: column; }
  .notices.is-bottom {
    flex-direction: column-reverse; }
    .notices.is-bottom .notification {
      margin-bottom: 0; }
      .notices.is-bottom .notification:not(:first-child) {
        margin-bottom: 1.5rem; }
  .notices.has-custom-container {
    position: absolute; }
  @media screen and (max-width: 768px) {
    .notices {
      padding: 0;
      position: fixed !important; } }

.notification .auto-close-progress.progress-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.b-numberinput.field {
  margin-bottom: 0; }
  .b-numberinput.field.is-grouped div.control {
    flex-grow: 1;
    flex-shrink: 1; }
  .b-numberinput.field.has-addons.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }

.b-numberinput input[type=number]::-webkit-inner-spin-button,
.b-numberinput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

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

.b-numberinput input[type=number] {
  text-align: center; }

.b-numberinput .button.is-rounded, .b-numberinput .fc-toolbar button.is-rounded, .fc-toolbar .b-numberinput button.is-rounded {
  padding-left: 1em;
  padding-right: 1em; }

.pagination .pagination-next,
.pagination .pagination-previous {
  padding-left: 0.75em;
  padding-right: 0.75em; }
  .pagination .pagination-next.is-disabled,
  .pagination .pagination-previous.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5; }

.pagination.is-simple {
  justify-content: normal; }
  .pagination.is-simple.is-centered {
    justify-content: center; }
  .pagination.is-simple.is-right {
    justify-content: flex-end; }

.pagination .is-current {
  pointer-events: none;
  cursor: not-allowed; }

@media screen and (min-width: 769px), print {
  .pagination.has-input .pagination-list {
    order: 1; }
  .pagination.has-input .pagination-input {
    order: 2; }
  .pagination.has-input .pagination-previous {
    order: 3; }
  .pagination.has-input .pagination-next {
    order: 4; }
  .pagination.has-input.is-centered .pagination-previous {
    order: 1; }
  .pagination.has-input.is-centered .pagination-list {
    order: 2; }
  .pagination.has-input.is-centered .pagination-input {
    order: 3; }
  .pagination.has-input.is-centered .pagination-next {
    order: 4; }
  .pagination.has-input.is-centered.is-input-right .pagination-previous {
    order: 1; }
  .pagination.has-input.is-centered.is-input-right .pagination-list {
    order: 2; }
  .pagination.has-input.is-centered.is-input-right .pagination-next {
    order: 3; }
  .pagination.has-input.is-centered.is-input-right .pagination-input {
    order: 4; }
  .pagination.has-input.is-centered.is-input-left .pagination-input {
    order: 1; }
  .pagination.has-input.is-centered.is-input-left .pagination-previous {
    order: 2; }
  .pagination.has-input.is-centered.is-input-left .pagination-list {
    order: 3; }
  .pagination.has-input.is-centered.is-input-left .pagination-next {
    order: 4; }
  .pagination.has-input.is-right .pagination-previous {
    order: 1; }
  .pagination.has-input.is-right .pagination-next {
    order: 2; }
  .pagination.has-input.is-right .pagination-input {
    order: 3; }
  .pagination.has-input.is-right .pagination-list {
    order: 4; }
  .pagination.has-input.is-right.is-input-right .pagination-previous {
    order: 1; }
  .pagination.has-input.is-right.is-input-right .pagination-next {
    order: 2; }
  .pagination.has-input.is-right.is-input-right .pagination-list {
    order: 3; }
  .pagination.has-input.is-right.is-input-right .pagination-input {
    order: 4; }
  .pagination.has-input.is-right.is-input-left .pagination-input {
    order: 1; }
  .pagination.has-input.is-right.is-input-left .pagination-previous {
    order: 2; }
  .pagination.has-input.is-right.is-input-left .pagination-next {
    order: 3; }
  .pagination.has-input.is-right.is-input-left .pagination-list {
    order: 4; }
  .pagination.has-input.is-input-right .pagination-list {
    order: 1; }
  .pagination.has-input.is-input-right .pagination-previous {
    order: 2; }
  .pagination.has-input.is-input-right .pagination-next {
    order: 3; }
  .pagination.has-input.is-input-right .pagination-input {
    order: 4; }
  .pagination.has-input.is-input-left .pagination-input {
    order: 1; }
  .pagination.has-input.is-input-left .pagination-list {
    order: 2; }
  .pagination.has-input.is-input-left .pagination-previous {
    order: 3; }
  .pagination.has-input.is-input-left .pagination-next {
    order: 4; } }

.progress-wrapper {
  position: relative;
  overflow: hidden; }
  .progress-wrapper:not(:last-child) {
    margin-bottom: 1.5rem; }
  .progress-wrapper .progress-value {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(1rem / 1.5);
    line-height: 1rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap; }
  .progress-wrapper .progress, .progress-wrapper .progress-wrapper.is-not-native, .progress-wrapper .progress-bar {
    margin-bottom: 0; }
    .progress-wrapper .progress.is-small + .progress-value, .progress-wrapper .is-small.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress.is-small .progress-value, .progress-wrapper .is-small.progress-wrapper.is-not-native .progress-value, .progress-wrapper .progress-bar.is-small + .progress-value, .progress-wrapper .progress-bar.is-small .progress-value {
      font-size: calc(0.75rem / 1.5);
      line-height: 0.75rem; }
    .progress-wrapper .progress.is-medium + .progress-value, .progress-wrapper .is-medium.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress.is-medium .progress-value, .progress-wrapper .is-medium.progress-wrapper.is-not-native .progress-value, .progress-wrapper .progress-bar.is-medium + .progress-value, .progress-wrapper .progress-bar.is-medium .progress-value {
      font-size: calc(1.25rem / 1.5);
      line-height: 1.25rem; }
    .progress-wrapper .progress.is-large + .progress-value, .progress-wrapper .is-large.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress.is-large .progress-value, .progress-wrapper .is-large.progress-wrapper.is-not-native .progress-value, .progress-wrapper .progress-bar.is-large + .progress-value, .progress-wrapper .progress-bar.is-large .progress-value {
      font-size: calc(1.5rem / 1.5);
      line-height: 1.5rem; }
    .progress-wrapper .progress::-webkit-progress-value, .progress-wrapper .progress-wrapper.is-not-native::-webkit-progress-value, .progress-wrapper .progress-bar::-webkit-progress-value {
      -webkit-transition: width 0.5s ease;
      transition: width 0.5s ease; }
    .progress-wrapper .progress.is-more-than-half + .progress-value, .progress-wrapper .is-more-than-half.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-more-than-half.is-white + .progress-value, .progress-wrapper .is-more-than-half.is-white.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-white + .progress-value {
      color: #0a0a0a; }
    .progress-wrapper .progress.is-more-than-half.is-black + .progress-value, .progress-wrapper .is-more-than-half.is-black.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-black + .progress-value {
      color: #ffffff; }
    .progress-wrapper .progress.is-more-than-half.is-light + .progress-value, .progress-wrapper .is-more-than-half.is-light.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-light + .progress-value {
      color: #363636; }
    .progress-wrapper .progress.is-more-than-half.is-dark + .progress-value, .progress-wrapper .is-more-than-half.is-dark.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-dark + .progress-value {
      color: whitesmoke; }
    .progress-wrapper .progress.is-more-than-half.is-primary + .progress-value, .progress-wrapper .is-more-than-half.is-primary.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-primary + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-more-than-half.is-link + .progress-value, .progress-wrapper .is-more-than-half.is-link.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-link + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-more-than-half.is-info + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.info + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.info + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.info.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.info.progress-wrapper.is-not-native + .progress-value, .progress-wrapper #toaster .toast .progress.is-more-than-half.sticky_info + .progress-value, #toaster .toast .progress-wrapper .progress.is-more-than-half.sticky_info + .progress-value, .progress-wrapper #toaster .toast .is-more-than-half.sticky_info.progress-wrapper.is-not-native + .progress-value, #toaster .toast .progress-wrapper .is-more-than-half.sticky_info.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .is-more-than-half.is-info.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-info + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.info + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.info + .progress-value, .progress-wrapper #toaster .toast .progress-bar.is-more-than-half.sticky_info + .progress-value, #toaster .toast .progress-wrapper .progress-bar.is-more-than-half.sticky_info + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-more-than-half.is-success + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.success + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.success + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.success.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.success.progress-wrapper.is-not-native + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.sticky_success + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.sticky_success + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.sticky_success.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.sticky_success.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .is-more-than-half.is-success.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-success + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.success + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.success + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.sticky_success + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.sticky_success + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-more-than-half.is-warning + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.warning + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.warning + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.warning.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.warning.progress-wrapper.is-not-native + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.sticky_warning + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.sticky_warning + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.sticky_warning.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.sticky_warning.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .is-more-than-half.is-warning.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-warning + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.warning + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.warning + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.sticky_warning + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.sticky_warning + .progress-value {
      color: rgba(0, 0, 0, 0.7); }
    .progress-wrapper .progress.is-more-than-half.is-danger + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.error + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.error + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.error.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.error.progress-wrapper.is-not-native + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.danger + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.danger + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.danger.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.danger.progress-wrapper.is-not-native + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.is-error + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.is-error + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.is-error.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.is-error.progress-wrapper.is-not-native + .progress-value, .progress-wrapper #toaster .progress.is-more-than-half.toast.sticky_error + .progress-value, #toaster .progress-wrapper .progress.is-more-than-half.toast.sticky_error + .progress-value, .progress-wrapper #toaster .is-more-than-half.toast.sticky_error.progress-wrapper.is-not-native + .progress-value, #toaster .progress-wrapper .is-more-than-half.toast.sticky_error.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .is-more-than-half.is-danger.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-danger + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.error + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.error + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.danger + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.danger + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.is-error + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.is-error + .progress-value, .progress-wrapper #toaster .progress-bar.is-more-than-half.toast.sticky_error + .progress-value, #toaster .progress-wrapper .progress-bar.is-more-than-half.toast.sticky_error + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-more-than-half.is-secondary + .progress-value, .progress-wrapper .is-more-than-half.is-secondary.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-secondary + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-more-than-half.is-primary-dark + .progress-value, .progress-wrapper .is-more-than-half.is-primary-dark.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-primary-dark + .progress-value {
      color: #fff; }
    .progress-wrapper .progress.is-squared, .progress-wrapper .is-squared.progress-wrapper.is-not-native, .progress-wrapper .progress-bar.is-squared {
      border-radius: 0; }
  .progress-wrapper.is-not-native {
    white-space: nowrap;
    background-color: whitesmoke;
    border-radius: 290486px; }
    .progress-wrapper.is-not-native .progress-bar {
      position: relative;
      display: inline-block;
      vertical-align: top;
      height: 100%;
      background-color: #363636; }
      .progress-wrapper.is-not-native .progress-bar .progress-value {
        color: #fff; }
      .progress-wrapper.is-not-native .progress-bar.is-white {
        background-color: #ffffff; }
        .progress-wrapper.is-not-native .progress-bar.is-white .progress-value {
          color: #0a0a0a; }
      .progress-wrapper.is-not-native .progress-bar.is-black {
        background-color: #0a0a0a; }
        .progress-wrapper.is-not-native .progress-bar.is-black .progress-value {
          color: #ffffff; }
      .progress-wrapper.is-not-native .progress-bar.is-light {
        background-color: whitesmoke; }
        .progress-wrapper.is-not-native .progress-bar.is-light .progress-value {
          color: #363636; }
      .progress-wrapper.is-not-native .progress-bar.is-dark {
        background-color: #363636; }
        .progress-wrapper.is-not-native .progress-bar.is-dark .progress-value {
          color: whitesmoke; }
      .progress-wrapper.is-not-native .progress-bar.is-primary {
        background-color: #178fe2; }
        .progress-wrapper.is-not-native .progress-bar.is-primary .progress-value {
          color: #fff; }
      .progress-wrapper.is-not-native .progress-bar.is-link {
        background-color: #267ec3; }
        .progress-wrapper.is-not-native .progress-bar.is-link .progress-value {
          color: #fff; }
      .progress-wrapper.is-not-native .progress-bar.is-info, .progress-wrapper.is-not-native #toaster .progress-bar.toast.info, #toaster .progress-wrapper.is-not-native .progress-bar.toast.info, .progress-wrapper.is-not-native #toaster .toast .progress-bar.sticky_info, #toaster .toast .progress-wrapper.is-not-native .progress-bar.sticky_info {
        background-color: #03a5df; }
        .progress-wrapper.is-not-native .progress-bar.is-info .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.info .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.info .progress-value, .progress-wrapper.is-not-native #toaster .toast .progress-bar.sticky_info .progress-value, #toaster .toast .progress-wrapper.is-not-native .progress-bar.sticky_info .progress-value {
          color: #fff; }
      .progress-wrapper.is-not-native .progress-bar.is-success, .progress-wrapper.is-not-native #toaster .progress-bar.toast.success, #toaster .progress-wrapper.is-not-native .progress-bar.toast.success, .progress-wrapper.is-not-native #toaster .progress-bar.toast.sticky_success, #toaster .progress-wrapper.is-not-native .progress-bar.toast.sticky_success {
        background-color: #47ba78; }
        .progress-wrapper.is-not-native .progress-bar.is-success .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.success .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.success .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.sticky_success .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.sticky_success .progress-value {
          color: #fff; }
      .progress-wrapper.is-not-native .progress-bar.is-warning, .progress-wrapper.is-not-native #toaster .progress-bar.toast.warning, #toaster .progress-wrapper.is-not-native .progress-bar.toast.warning, .progress-wrapper.is-not-native #toaster .progress-bar.toast.sticky_warning, #toaster .progress-wrapper.is-not-native .progress-bar.toast.sticky_warning {
        background-color: #fde456; }
        .progress-wrapper.is-not-native .progress-bar.is-warning .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.warning .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.warning .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.sticky_warning .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.sticky_warning .progress-value {
          color: rgba(0, 0, 0, 0.7); }
      .progress-wrapper.is-not-native .progress-bar.is-danger, .progress-wrapper.is-not-native #toaster .progress-bar.toast.error, #toaster .progress-wrapper.is-not-native .progress-bar.toast.error, .progress-wrapper.is-not-native #toaster .progress-bar.toast.danger, #toaster .progress-wrapper.is-not-native .progress-bar.toast.danger, .progress-wrapper.is-not-native #toaster .progress-bar.toast.is-error, #toaster .progress-wrapper.is-not-native .progress-bar.toast.is-error, .progress-wrapper.is-not-native #toaster .progress-bar.toast.sticky_error, #toaster .progress-wrapper.is-not-native .progress-bar.toast.sticky_error {
        background-color: #d25a4d; }
        .progress-wrapper.is-not-native .progress-bar.is-danger .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.error .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.error .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.danger .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.danger .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.is-error .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.is-error .progress-value, .progress-wrapper.is-not-native #toaster .progress-bar.toast.sticky_error .progress-value, #toaster .progress-wrapper.is-not-native .progress-bar.toast.sticky_error .progress-value {
          color: #fff; }
      .progress-wrapper.is-not-native .progress-bar.is-secondary {
        background-color: #f9a201; }
        .progress-wrapper.is-not-native .progress-bar.is-secondary .progress-value {
          color: #fff; }
      .progress-wrapper.is-not-native .progress-bar.is-primary-dark {
        background-color: #ed9303; }
        .progress-wrapper.is-not-native .progress-bar.is-primary-dark .progress-value {
          color: #fff; }
  .progress-wrapper.is-squared {
    border-radius: 0; }

.b-radio.radio {
  outline: none;
  display: inline-flex;
  align-items: center; }
  .b-radio.radio:not(.button) {
    margin-right: 0.5em; }
    .b-radio.radio:not(.button) + .radio:last-child {
      margin-right: 0; }
  .b-radio.radio + .radio {
    margin-left: 0; }
  .b-radio.radio input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
    .b-radio.radio input[type=radio] + .check {
      display: flex;
      flex-shrink: 0;
      position: relative;
      cursor: pointer;
      width: 1.25em;
      height: 1.25em;
      transition: background 150ms ease-out;
      border-radius: 50%;
      border: 2px solid #7a7a7a; }
      .b-radio.radio input[type=radio] + .check:before {
        content: "";
        display: flex;
        position: absolute;
        left: 50%;
        margin-left: calc(-1.25em * 0.5);
        bottom: 50%;
        margin-bottom: calc(-1.25em * 0.5);
        width: 1.25em;
        height: 1.25em;
        transition: transform 150ms ease-out;
        border-radius: 50%;
        transform: scale(0);
        background-color: #178fe2; }
      .b-radio.radio input[type=radio] + .check.is-white:before {
        background: #ffffff; }
      .b-radio.radio input[type=radio] + .check.is-black:before {
        background: #0a0a0a; }
      .b-radio.radio input[type=radio] + .check.is-light:before {
        background: whitesmoke; }
      .b-radio.radio input[type=radio] + .check.is-dark:before {
        background: #363636; }
      .b-radio.radio input[type=radio] + .check.is-primary:before {
        background: #178fe2; }
      .b-radio.radio input[type=radio] + .check.is-link:before {
        background: #267ec3; }
      .b-radio.radio input[type=radio] + .check.is-info:before, .b-radio.radio #toaster input[type=radio] + .check.toast.info:before, #toaster .b-radio.radio input[type=radio] + .check.toast.info:before, .b-radio.radio #toaster .toast input[type=radio] + .check.sticky_info:before, #toaster .toast .b-radio.radio input[type=radio] + .check.sticky_info:before {
        background: #03a5df; }
      .b-radio.radio input[type=radio] + .check.is-success:before, .b-radio.radio #toaster input[type=radio] + .check.toast.success:before, #toaster .b-radio.radio input[type=radio] + .check.toast.success:before, .b-radio.radio #toaster input[type=radio] + .check.toast.sticky_success:before, #toaster .b-radio.radio input[type=radio] + .check.toast.sticky_success:before {
        background: #47ba78; }
      .b-radio.radio input[type=radio] + .check.is-warning:before, .b-radio.radio #toaster input[type=radio] + .check.toast.warning:before, #toaster .b-radio.radio input[type=radio] + .check.toast.warning:before, .b-radio.radio #toaster input[type=radio] + .check.toast.sticky_warning:before, #toaster .b-radio.radio input[type=radio] + .check.toast.sticky_warning:before {
        background: #fde456; }
      .b-radio.radio input[type=radio] + .check.is-danger:before, .b-radio.radio #toaster input[type=radio] + .check.toast.error:before, #toaster .b-radio.radio input[type=radio] + .check.toast.error:before, .b-radio.radio #toaster input[type=radio] + .check.toast.danger:before, #toaster .b-radio.radio input[type=radio] + .check.toast.danger:before, .b-radio.radio #toaster input[type=radio] + .check.toast.is-error:before, #toaster .b-radio.radio input[type=radio] + .check.toast.is-error:before, .b-radio.radio #toaster input[type=radio] + .check.toast.sticky_error:before, #toaster .b-radio.radio input[type=radio] + .check.toast.sticky_error:before {
        background: #d25a4d; }
      .b-radio.radio input[type=radio] + .check.is-secondary:before {
        background: #f9a201; }
      .b-radio.radio input[type=radio] + .check.is-primary-dark:before {
        background: #ed9303; }
    .b-radio.radio input[type=radio]:checked + .check {
      border-color: #178fe2; }
      .b-radio.radio input[type=radio]:checked + .check.is-white {
        border-color: #ffffff; }
      .b-radio.radio input[type=radio]:checked + .check.is-black {
        border-color: #0a0a0a; }
      .b-radio.radio input[type=radio]:checked + .check.is-light {
        border-color: whitesmoke; }
      .b-radio.radio input[type=radio]:checked + .check.is-dark {
        border-color: #363636; }
      .b-radio.radio input[type=radio]:checked + .check.is-primary {
        border-color: #178fe2; }
      .b-radio.radio input[type=radio]:checked + .check.is-link {
        border-color: #267ec3; }
      .b-radio.radio input[type=radio]:checked + .check.is-info, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.info, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.info, .b-radio.radio #toaster .toast input[type=radio]:checked + .check.sticky_info, #toaster .toast .b-radio.radio input[type=radio]:checked + .check.sticky_info {
        border-color: #03a5df; }
      .b-radio.radio input[type=radio]:checked + .check.is-success, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.success, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.success, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.sticky_success, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.sticky_success {
        border-color: #47ba78; }
      .b-radio.radio input[type=radio]:checked + .check.is-warning, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.warning, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.warning, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.sticky_warning, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.sticky_warning {
        border-color: #fde456; }
      .b-radio.radio input[type=radio]:checked + .check.is-danger, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.error, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.error, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.danger, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.danger, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.is-error, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.is-error, .b-radio.radio #toaster input[type=radio]:checked + .check.toast.sticky_error, #toaster .b-radio.radio input[type=radio]:checked + .check.toast.sticky_error {
        border-color: #d25a4d; }
      .b-radio.radio input[type=radio]:checked + .check.is-secondary {
        border-color: #f9a201; }
      .b-radio.radio input[type=radio]:checked + .check.is-primary-dark {
        border-color: #ed9303; }
      .b-radio.radio input[type=radio]:checked + .check:before {
        transform: scale(0.5); }
    .b-radio.radio input[type=radio]:focus + .check {
      box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8); }
    .b-radio.radio input[type=radio]:focus:checked + .check {
      box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-white {
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-black {
        box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-light {
        box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-dark {
        box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-primary {
        box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-link {
        box-shadow: 0 0 0.5em rgba(38, 126, 195, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-info, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.info, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.info, .b-radio.radio #toaster .toast input[type=radio]:focus:checked + .check.sticky_info, #toaster .toast .b-radio.radio input[type=radio]:focus:checked + .check.sticky_info {
        box-shadow: 0 0 0.5em rgba(3, 165, 223, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-success, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.success, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.success, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.sticky_success, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.sticky_success {
        box-shadow: 0 0 0.5em rgba(71, 186, 120, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-warning, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.warning, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.warning, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.sticky_warning, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.sticky_warning {
        box-shadow: 0 0 0.5em rgba(253, 228, 86, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-danger, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.error, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.error, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.danger, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.danger, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.is-error, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.is-error, .b-radio.radio #toaster input[type=radio]:focus:checked + .check.toast.sticky_error, #toaster .b-radio.radio input[type=radio]:focus:checked + .check.toast.sticky_error {
        box-shadow: 0 0 0.5em rgba(210, 90, 77, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-secondary {
        box-shadow: 0 0 0.5em rgba(249, 162, 1, 0.8); }
      .b-radio.radio input[type=radio]:focus:checked + .check.is-primary-dark {
        box-shadow: 0 0 0.5em rgba(237, 147, 3, 0.8); }
    .b-radio.radio input[type=radio][disabled] + .check {
      cursor: not-allowed; }
  .b-radio.radio .control-label {
    padding-left: calc(0.625em - 1px); }
  .b-radio.radio.button, .fc-toolbar button.b-radio.radio {
    display: flex; }
    .b-radio.radio.button.is-selected, .fc-toolbar button.b-radio.radio.is-selected {
      z-index: 1; }
  .b-radio.radio[disabled] {
    opacity: 0.5; }
  .b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
    border-color: #178fe2; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-white {
      border-color: #ffffff; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-black {
      border-color: #0a0a0a; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-light {
      border-color: whitesmoke; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-dark {
      border-color: #363636; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
      border-color: #178fe2; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-link {
      border-color: #267ec3; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-info, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.info, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.info, .b-radio.radio:hover #toaster .toast input[type=radio]:not(:disabled) + .check.sticky_info, #toaster .toast .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.sticky_info {
      border-color: #03a5df; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.success, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.success, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.sticky_success, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.sticky_success {
      border-color: #47ba78; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.warning, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.warning, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.sticky_warning, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.sticky_warning {
      border-color: #fde456; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.error, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.error, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.danger, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.danger, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.is-error, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.is-error, .b-radio.radio:hover #toaster input[type=radio]:not(:disabled) + .check.toast.sticky_error, #toaster .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.toast.sticky_error {
      border-color: #d25a4d; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-secondary {
      border-color: #f9a201; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary-dark {
      border-color: #ed9303; }
  .b-radio.radio.is-small {
    border-radius: 1px;
    font-size: 0.75rem; }
  .b-radio.radio.is-medium {
    font-size: 1.25rem; }
  .b-radio.radio.is-large {
    font-size: 1.5rem; }

.rate {
  align-items: center;
  display: flex; }
  .rate:not(:last-child) {
    margin-bottom: 0.75rem; }
  .rate.is-spaced .rate-item:not(:last-child) {
    margin-right: 0.25rem; }
  .rate.is-disabled .rate-item {
    cursor: initial; }
    .rate.is-disabled .rate-item:hover {
      transform: none; }
  .rate.is-rtl .rate-item {
    order: 1; }
  .rate.is-rtl .rate-text {
    margin-left: 0;
    margin-right: 0.35rem; }
  .rate .rate-item {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    transition: all 0.3s; }
    .rate .rate-item:hover {
      transform: scale(1.1); }
    .rate .rate-item.set-on .icon, .rate .rate-item.set-on .fc button .fc-icon, .fc button .rate .rate-item.set-on .fc-icon,
    .rate .rate-item.set-half .is-half {
      color: #fde03d; }
    .rate .rate-item.set-half .is-half {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
  .rate .icon, .rate .fc button .fc-icon, .fc button .rate .fc-icon {
    color: #dbdbdb;
    line-height: 1;
    pointer-events: none;
    width: inherit; }
  .rate .is-half > i {
    position: absolute;
    left: 0; }
  .rate .rate-text {
    font-size: calc(1rem / 1.25);
    margin-left: 0.35rem; }
    .rate .rate-text.is-small {
      font-size: calc(0.75rem / 1.25); }
    .rate .rate-text.is-medium {
      font-size: calc(1.25rem / 1.25); }
    .rate .rate-text.is-large {
      font-size: calc(1.5rem / 1.25); }

.select select {
  text-rendering: auto !important;
  padding-right: 2.5em; }
  .select select option {
    color: #4a4a4a;
    padding: calc(0.375em - 1px) calc(0.625em - 1px); }
  .select select option:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .select select optgroup {
    color: #b5b5b5;
    font-weight: 400;
    font-style: normal;
    padding: 0.25em 0; }
  .select select[disabled] {
    opacity: 1; }

.select.is-empty select {
  color: rgba(122, 122, 122, 0.7); }

.select.is-loading::after {
  top: calc(50% - (1em * 0.5));
  right: calc((2.5em * 0.5) - .5em); }

.b-skeleton {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%; }
  .b-skeleton > .b-skeleton-item {
    background: linear-gradient(90deg, #dbdbdb 25%, rgba(219, 219, 219, 0.5) 50%, #dbdbdb 75%);
    background-size: 400% 100%;
    width: 100%; }
    .b-skeleton > .b-skeleton-item.is-rounded {
      border-radius: 3px; }
    .b-skeleton > .b-skeleton-item::after {
      content: "\A0"; }
    .b-skeleton > .b-skeleton-item + .b-skeleton-item {
      margin-top: 0.5rem; }
  .b-skeleton.is-animated > .b-skeleton-item {
    animation: skeleton-loading 1.5s infinite; }
  .b-skeleton.is-centered {
    align-items: center; }
  .b-skeleton.is-right {
    align-items: flex-end; }
  .b-skeleton + .b-skeleton {
    margin-top: 0.5rem; }
  .b-skeleton > .b-skeleton-item {
    line-height: 1rem; }
  .b-skeleton.is-small > .b-skeleton-item {
    line-height: 0.75rem; }
  .b-skeleton.is-medium > .b-skeleton-item {
    line-height: 1.25rem; }
  .b-skeleton.is-large > .b-skeleton-item {
    line-height: 1.5rem; }

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

.b-sidebar .sidebar-content {
  background-color: #fafafa;
  box-shadow: 5px 0px 13px 3px rgba(10, 10, 10, 0.1);
  width: 260px;
  z-index: 39; }
  .b-sidebar .sidebar-content.is-white {
    background-color: #ffffff; }
  .b-sidebar .sidebar-content.is-black {
    background-color: #0a0a0a; }
  .b-sidebar .sidebar-content.is-light {
    background-color: whitesmoke; }
  .b-sidebar .sidebar-content.is-dark {
    background-color: #363636; }
  .b-sidebar .sidebar-content.is-primary {
    background-color: #178fe2; }
  .b-sidebar .sidebar-content.is-link {
    background-color: #267ec3; }
  .b-sidebar .sidebar-content.is-info, .b-sidebar #toaster .sidebar-content.toast.info, #toaster .b-sidebar .sidebar-content.toast.info, .b-sidebar #toaster .toast .sidebar-content.sticky_info, #toaster .toast .b-sidebar .sidebar-content.sticky_info {
    background-color: #03a5df; }
  .b-sidebar .sidebar-content.is-success, .b-sidebar #toaster .sidebar-content.toast.success, #toaster .b-sidebar .sidebar-content.toast.success, .b-sidebar #toaster .sidebar-content.toast.sticky_success, #toaster .b-sidebar .sidebar-content.toast.sticky_success {
    background-color: #47ba78; }
  .b-sidebar .sidebar-content.is-warning, .b-sidebar #toaster .sidebar-content.toast.warning, #toaster .b-sidebar .sidebar-content.toast.warning, .b-sidebar #toaster .sidebar-content.toast.sticky_warning, #toaster .b-sidebar .sidebar-content.toast.sticky_warning {
    background-color: #fde456; }
  .b-sidebar .sidebar-content.is-danger, .b-sidebar #toaster .sidebar-content.toast.error, #toaster .b-sidebar .sidebar-content.toast.error, .b-sidebar #toaster .sidebar-content.toast.danger, #toaster .b-sidebar .sidebar-content.toast.danger, .b-sidebar #toaster .sidebar-content.toast.is-error, #toaster .b-sidebar .sidebar-content.toast.is-error, .b-sidebar #toaster .sidebar-content.toast.sticky_error, #toaster .b-sidebar .sidebar-content.toast.sticky_error {
    background-color: #d25a4d; }
  .b-sidebar .sidebar-content.is-secondary {
    background-color: #f9a201; }
  .b-sidebar .sidebar-content.is-primary-dark {
    background-color: #ed9303; }
  .b-sidebar .sidebar-content.is-fixed {
    position: fixed;
    left: 0;
    top: 0; }
    .b-sidebar .sidebar-content.is-fixed.is-right {
      left: auto;
      right: 0; }
  .b-sidebar .sidebar-content.is-absolute {
    position: absolute;
    left: 0;
    top: 0; }
    .b-sidebar .sidebar-content.is-absolute.is-right {
      left: auto;
      right: 0; }
  .b-sidebar .sidebar-content.is-mini {
    width: 80px; }
    .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed) {
      transition: width 150ms ease-out; }
      .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth) {
        width: 260px; }
        .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth).is-mini-expand-fixed {
          position: fixed; }
  .b-sidebar .sidebar-content.is-static, .b-sidebar .sidebar-content.fc-state-disabled {
    position: static; }
  .b-sidebar .sidebar-content.is-absolute, .b-sidebar .sidebar-content.is-static, .b-sidebar .sidebar-content.fc-state-disabled {
    transition: width 150ms ease-out; }
  .b-sidebar .sidebar-content.is-fullwidth {
    width: 100%;
    max-width: 100%; }
  .b-sidebar .sidebar-content.is-fullheight {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-content: stretch; }
  @media screen and (max-width: 768px) {
    .b-sidebar .sidebar-content.is-mini-mobile {
      width: 80px; }
      .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile) {
        width: 260px; }
        .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile).is-mini-expand-fixed {
          position: fixed; }
    .b-sidebar .sidebar-content.is-hidden-mobile {
      width: 0;
      height: 0;
      overflow: hidden; }
    .b-sidebar .sidebar-content.is-fullwidth-mobile {
      width: 100%;
      max-width: 100%; } }
  .b-sidebar .sidebar-content .sidebar-close {
    background: rgba(10, 10, 10, 0.3); }
    .b-sidebar .sidebar-content .sidebar-close:hover {
      background: rgba(10, 10, 10, 0.86); }

.b-sidebar .sidebar-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(10, 10, 10, 0.86);
  position: fixed;
  z-index: 38; }

.b-slider {
  margin: 1em 0;
  background: transparent;
  width: 100%; }
  .b-slider .b-slider-track {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: #dbdbdb;
    border-radius: 3px; }
  .b-slider .b-slider-fill {
    position: absolute;
    height: 100%;
    box-shadow: 0px 0px 0px #7a7a7a;
    background: #dbdbdb;
    border-radius: 3px;
    border: 0px solid #7a7a7a;
    top: 50%;
    transform: translateY(-50%); }
  .b-slider .b-slider-thumb-wrapper {
    display: inline-flex;
    align-items: center;
    position: absolute;
    cursor: grab;
    transform: translate(-50%, -50%);
    top: 50%;
    flex-direction: column; }
    .b-slider .b-slider-thumb-wrapper .b-slider-thumb {
      box-shadow: none;
      border: 1px solid #b5b5b5;
      border-radius: 3px;
      background: white; }
      .b-slider .b-slider-thumb-wrapper .b-slider-thumb:focus {
        transform: scale(1.25); }
    .b-slider .b-slider-thumb-wrapper.is-dragging {
      cursor: grabbing; }
      .b-slider .b-slider-thumb-wrapper.is-dragging .b-slider-thumb {
        transform: scale(1.25); }
    .b-slider .b-slider-thumb-wrapper.has-indicator .b-slider-thumb {
      padding: 16px 10px;
      display: flex;
      align-items: center;
      width: auto; }
  .b-slider.slider-focus {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    cursor: pointer; }
  .b-slider.is-rounded .b-slider-thumb {
    border-radius: 290486px; }
  .b-slider.is-disabled .b-slider-track {
    cursor: not-allowed;
    opacity: 0.5; }
  .b-slider.is-disabled .b-slider-thumb-wrapper {
    cursor: not-allowed; }
    .b-slider.is-disabled .b-slider-thumb-wrapper .b-slider-thumb {
      transform: scale(1); }
  .b-slider .b-slider-track {
    height: 0.5rem; }
  .b-slider .b-slider-thumb {
    height: 1rem;
    width: 1rem; }
  .b-slider .b-slider-tick {
    height: 0.25rem; }
  .b-slider .b-slider-tick-label {
    font-size: 0.75rem;
    position: absolute;
    top: calc(0.5rem * 0.5 + 2px);
    left: 50%;
    transform: translateX(-50%); }
  .b-slider.is-small .b-slider-track {
    height: 0.375rem; }
  .b-slider.is-small .b-slider-thumb {
    height: 0.75rem;
    width: 0.75rem; }
  .b-slider.is-small .b-slider-tick {
    height: 0.1875rem; }
  .b-slider.is-small .b-slider-tick-label {
    font-size: 0.75rem;
    position: absolute;
    top: calc(0.375rem * 0.5 + 2px);
    left: 50%;
    transform: translateX(-50%); }
  .b-slider.is-medium .b-slider-track {
    height: 0.625rem; }
  .b-slider.is-medium .b-slider-thumb {
    height: 1.25rem;
    width: 1.25rem; }
  .b-slider.is-medium .b-slider-tick {
    height: 0.3125rem; }
  .b-slider.is-medium .b-slider-tick-label {
    font-size: 0.75rem;
    position: absolute;
    top: calc(0.625rem * 0.5 + 2px);
    left: 50%;
    transform: translateX(-50%); }
  .b-slider.is-large .b-slider-track {
    height: 0.75rem; }
  .b-slider.is-large .b-slider-thumb {
    height: 1.5rem;
    width: 1.5rem; }
  .b-slider.is-large .b-slider-tick {
    height: 0.375rem; }
  .b-slider.is-large .b-slider-tick-label {
    font-size: 0.75rem;
    position: absolute;
    top: calc(0.75rem * 0.5 + 2px);
    left: 50%;
    transform: translateX(-50%); }
  .b-slider.is-white .b-slider-fill {
    background: #ffffff !important; }
  .b-slider.is-black .b-slider-fill {
    background: #0a0a0a !important; }
  .b-slider.is-light .b-slider-fill {
    background: whitesmoke !important; }
  .b-slider.is-dark .b-slider-fill {
    background: #363636 !important; }
  .b-slider.is-primary .b-slider-fill {
    background: #178fe2 !important; }
  .b-slider.is-link .b-slider-fill {
    background: #267ec3 !important; }
  .b-slider.is-info .b-slider-fill, #toaster .b-slider.toast.info .b-slider-fill, #toaster .toast .b-slider.sticky_info .b-slider-fill {
    background: #03a5df !important; }
  .b-slider.is-success .b-slider-fill, #toaster .b-slider.toast.success .b-slider-fill, #toaster .b-slider.toast.sticky_success .b-slider-fill {
    background: #47ba78 !important; }
  .b-slider.is-warning .b-slider-fill, #toaster .b-slider.toast.warning .b-slider-fill, #toaster .b-slider.toast.sticky_warning .b-slider-fill {
    background: #fde456 !important; }
  .b-slider.is-danger .b-slider-fill, #toaster .b-slider.toast.error .b-slider-fill, #toaster .b-slider.toast.danger .b-slider-fill, #toaster .b-slider.toast.is-error .b-slider-fill, #toaster .b-slider.toast.sticky_error .b-slider-fill {
    background: #d25a4d !important; }
  .b-slider.is-secondary .b-slider-fill {
    background: #f9a201 !important; }
  .b-slider.is-primary-dark .b-slider-fill {
    background: #ed9303 !important; }
  .b-slider .b-slider-tick {
    position: absolute;
    width: 3px;
    transform: translate(-50%, -50%);
    top: 50%;
    background: #b5b5b5;
    border-radius: 3px; }
    .b-slider .b-slider-tick.is-tick-hidden {
      background: transparent; }

/*
This project is based on
"bulma-steps" (https://github.com/Wikiki/bulma-steps) by
Wikiki (https://github.com/Wikiki) licensed under
MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
*/
.b-steps .steps .step-items {
  display: flex;
  flex-wrap: wrap; }
  .b-steps .steps .step-items .step-item {
    margin-top: 0;
    position: relative;
    flex-grow: 1;
    flex-basis: 1em; }
    .b-steps .steps .step-items .step-item .step-link {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #363636; }
      .b-steps .steps .step-items .step-item .step-link:not(.is-clickable) {
        cursor: not-allowed; }
    .b-steps .steps .step-items .step-item .step-marker {
      align-items: center;
      display: flex;
      border-radius: 3px;
      font-weight: 700;
      justify-content: center;
      background: #b5b5b5;
      color: white;
      border: 0.2em solid #fff;
      z-index: 1;
      overflow: hidden; }
    .b-steps .steps .step-items .step-item.is-white::before, .b-steps .steps .step-items .step-item.is-white::after {
      background: linear-gradient(to left, #dbdbdb 50%, #ffffff 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-white.is-active .step-marker {
      background-color: white;
      border-color: #ffffff;
      color: #ffffff; }
    .b-steps .steps .step-items .step-item.is-white.is-active::before, .b-steps .steps .step-items .step-item.is-white.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-white.is-previous .step-marker {
      color: #0a0a0a;
      background-color: #ffffff; }
    .b-steps .steps .step-items .step-item.is-white.is-previous::before, .b-steps .steps .step-items .step-item.is-white.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-black::before, .b-steps .steps .step-items .step-item.is-black::after {
      background: linear-gradient(to left, #dbdbdb 50%, #0a0a0a 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-black.is-active .step-marker {
      background-color: white;
      border-color: #0a0a0a;
      color: #0a0a0a; }
    .b-steps .steps .step-items .step-item.is-black.is-active::before, .b-steps .steps .step-items .step-item.is-black.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-black.is-previous .step-marker {
      color: #ffffff;
      background-color: #0a0a0a; }
    .b-steps .steps .step-items .step-item.is-black.is-previous::before, .b-steps .steps .step-items .step-item.is-black.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-light::before, .b-steps .steps .step-items .step-item.is-light::after {
      background: linear-gradient(to left, #dbdbdb 50%, whitesmoke 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-light.is-active .step-marker {
      background-color: white;
      border-color: whitesmoke;
      color: whitesmoke; }
    .b-steps .steps .step-items .step-item.is-light.is-active::before, .b-steps .steps .step-items .step-item.is-light.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-light.is-previous .step-marker {
      color: #363636;
      background-color: whitesmoke; }
    .b-steps .steps .step-items .step-item.is-light.is-previous::before, .b-steps .steps .step-items .step-item.is-light.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-dark::before, .b-steps .steps .step-items .step-item.is-dark::after {
      background: linear-gradient(to left, #dbdbdb 50%, #363636 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-dark.is-active .step-marker {
      background-color: white;
      border-color: #363636;
      color: #363636; }
    .b-steps .steps .step-items .step-item.is-dark.is-active::before, .b-steps .steps .step-items .step-item.is-dark.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-dark.is-previous .step-marker {
      color: whitesmoke;
      background-color: #363636; }
    .b-steps .steps .step-items .step-item.is-dark.is-previous::before, .b-steps .steps .step-items .step-item.is-dark.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-primary::before, .b-steps .steps .step-items .step-item.is-primary::after {
      background: linear-gradient(to left, #dbdbdb 50%, #178fe2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
      background-color: white;
      border-color: #178fe2;
      color: #178fe2; }
    .b-steps .steps .step-items .step-item.is-primary.is-active::before, .b-steps .steps .step-items .step-item.is-primary.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker {
      color: #fff;
      background-color: #178fe2; }
    .b-steps .steps .step-items .step-item.is-primary.is-previous::before, .b-steps .steps .step-items .step-item.is-primary.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-link::before, .b-steps .steps .step-items .step-item.is-link::after {
      background: linear-gradient(to left, #dbdbdb 50%, #267ec3 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-link.is-active .step-marker {
      background-color: white;
      border-color: #267ec3;
      color: #267ec3; }
    .b-steps .steps .step-items .step-item.is-link.is-active::before, .b-steps .steps .step-items .step-item.is-link.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-link.is-previous .step-marker {
      color: #fff;
      background-color: #267ec3; }
    .b-steps .steps .step-items .step-item.is-link.is-previous::before, .b-steps .steps .step-items .step-item.is-link.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-info::before, .b-steps .steps .step-items #toaster .step-item.toast.info::before, #toaster .b-steps .steps .step-items .step-item.toast.info::before, .b-steps .steps .step-items #toaster .toast .step-item.sticky_info::before, #toaster .toast .b-steps .steps .step-items .step-item.sticky_info::before, .b-steps .steps .step-items .step-item.is-info::after, .b-steps .steps .step-items #toaster .step-item.toast.info::after, #toaster .b-steps .steps .step-items .step-item.toast.info::after, .b-steps .steps .step-items #toaster .toast .step-item.sticky_info::after, #toaster .toast .b-steps .steps .step-items .step-item.sticky_info::after {
      background: linear-gradient(to left, #dbdbdb 50%, #03a5df 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-info.is-active .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.info .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.info .step-marker, .b-steps .steps .step-items #toaster .toast .step-item.is-active.sticky_info .step-marker, #toaster .toast .b-steps .steps .step-items .step-item.is-active.sticky_info .step-marker {
      background-color: white;
      border-color: #03a5df;
      color: #03a5df; }
    .b-steps .steps .step-items .step-item.is-info.is-active::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.info::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.info::before, .b-steps .steps .step-items #toaster .toast .step-item.is-active.sticky_info::before, #toaster .toast .b-steps .steps .step-items .step-item.is-active.sticky_info::before, .b-steps .steps .step-items .step-item.is-info.is-active::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.info::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.info::after, .b-steps .steps .step-items #toaster .toast .step-item.is-active.sticky_info::after, #toaster .toast .b-steps .steps .step-items .step-item.is-active.sticky_info::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-info.is-previous .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.info .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.info .step-marker, .b-steps .steps .step-items #toaster .toast .step-item.is-previous.sticky_info .step-marker, #toaster .toast .b-steps .steps .step-items .step-item.is-previous.sticky_info .step-marker {
      color: #fff;
      background-color: #03a5df; }
    .b-steps .steps .step-items .step-item.is-info.is-previous::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.info::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.info::before, .b-steps .steps .step-items #toaster .toast .step-item.is-previous.sticky_info::before, #toaster .toast .b-steps .steps .step-items .step-item.is-previous.sticky_info::before, .b-steps .steps .step-items .step-item.is-info.is-previous::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.info::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.info::after, .b-steps .steps .step-items #toaster .toast .step-item.is-previous.sticky_info::after, #toaster .toast .b-steps .steps .step-items .step-item.is-previous.sticky_info::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-success::before, .b-steps .steps .step-items #toaster .step-item.toast.success::before, #toaster .b-steps .steps .step-items .step-item.toast.success::before, .b-steps .steps .step-items #toaster .step-item.toast.sticky_success::before, #toaster .b-steps .steps .step-items .step-item.toast.sticky_success::before, .b-steps .steps .step-items .step-item.is-success::after, .b-steps .steps .step-items #toaster .step-item.toast.success::after, #toaster .b-steps .steps .step-items .step-item.toast.success::after, .b-steps .steps .step-items #toaster .step-item.toast.sticky_success::after, #toaster .b-steps .steps .step-items .step-item.toast.sticky_success::after {
      background: linear-gradient(to left, #dbdbdb 50%, #47ba78 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-success.is-active .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.success .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.success .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_success .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_success .step-marker {
      background-color: white;
      border-color: #47ba78;
      color: #47ba78; }
    .b-steps .steps .step-items .step-item.is-success.is-active::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.success::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.success::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_success::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_success::before, .b-steps .steps .step-items .step-item.is-success.is-active::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.success::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.success::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_success::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_success::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-success.is-previous .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.success .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.success .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_success .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_success .step-marker {
      color: #fff;
      background-color: #47ba78; }
    .b-steps .steps .step-items .step-item.is-success.is-previous::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.success::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.success::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_success::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_success::before, .b-steps .steps .step-items .step-item.is-success.is-previous::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.success::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.success::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_success::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_success::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-warning::before, .b-steps .steps .step-items #toaster .step-item.toast.warning::before, #toaster .b-steps .steps .step-items .step-item.toast.warning::before, .b-steps .steps .step-items #toaster .step-item.toast.sticky_warning::before, #toaster .b-steps .steps .step-items .step-item.toast.sticky_warning::before, .b-steps .steps .step-items .step-item.is-warning::after, .b-steps .steps .step-items #toaster .step-item.toast.warning::after, #toaster .b-steps .steps .step-items .step-item.toast.warning::after, .b-steps .steps .step-items #toaster .step-item.toast.sticky_warning::after, #toaster .b-steps .steps .step-items .step-item.toast.sticky_warning::after {
      background: linear-gradient(to left, #dbdbdb 50%, #fde456 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-warning.is-active .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.warning .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.warning .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_warning .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_warning .step-marker {
      background-color: white;
      border-color: #fde456;
      color: #fde456; }
    .b-steps .steps .step-items .step-item.is-warning.is-active::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.warning::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.warning::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_warning::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_warning::before, .b-steps .steps .step-items .step-item.is-warning.is-active::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.warning::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.warning::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_warning::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_warning::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.warning .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.warning .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_warning .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_warning .step-marker {
      color: rgba(0, 0, 0, 0.7);
      background-color: #fde456; }
    .b-steps .steps .step-items .step-item.is-warning.is-previous::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.warning::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.warning::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_warning::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_warning::before, .b-steps .steps .step-items .step-item.is-warning.is-previous::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.warning::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.warning::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_warning::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_warning::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-danger::before, .b-steps .steps .step-items #toaster .step-item.toast.error::before, #toaster .b-steps .steps .step-items .step-item.toast.error::before, .b-steps .steps .step-items #toaster .step-item.toast.danger::before, #toaster .b-steps .steps .step-items .step-item.toast.danger::before, .b-steps .steps .step-items #toaster .step-item.toast.is-error::before, #toaster .b-steps .steps .step-items .step-item.toast.is-error::before, .b-steps .steps .step-items #toaster .step-item.toast.sticky_error::before, #toaster .b-steps .steps .step-items .step-item.toast.sticky_error::before, .b-steps .steps .step-items .step-item.is-danger::after, .b-steps .steps .step-items #toaster .step-item.toast.error::after, #toaster .b-steps .steps .step-items .step-item.toast.error::after, .b-steps .steps .step-items #toaster .step-item.toast.danger::after, #toaster .b-steps .steps .step-items .step-item.toast.danger::after, .b-steps .steps .step-items #toaster .step-item.toast.is-error::after, #toaster .b-steps .steps .step-items .step-item.toast.is-error::after, .b-steps .steps .step-items #toaster .step-item.toast.sticky_error::after, #toaster .b-steps .steps .step-items .step-item.toast.sticky_error::after {
      background: linear-gradient(to left, #dbdbdb 50%, #d25a4d 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-danger.is-active .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.error .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.error .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.danger .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.danger .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.is-error .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.is-error .step-marker, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_error .step-marker, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_error .step-marker {
      background-color: white;
      border-color: #d25a4d;
      color: #d25a4d; }
    .b-steps .steps .step-items .step-item.is-danger.is-active::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.error::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.error::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.danger::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.danger::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.is-error::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.is-error::before, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_error::before, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_error::before, .b-steps .steps .step-items .step-item.is-danger.is-active::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.error::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.error::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.danger::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.danger::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.is-error::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.is-error::after, .b-steps .steps .step-items #toaster .step-item.is-active.toast.sticky_error::after, #toaster .b-steps .steps .step-items .step-item.is-active.toast.sticky_error::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-danger.is-previous .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.error .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.error .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.danger .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.danger .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.is-error .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.is-error .step-marker, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_error .step-marker, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_error .step-marker {
      color: #fff;
      background-color: #d25a4d; }
    .b-steps .steps .step-items .step-item.is-danger.is-previous::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.error::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.error::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.danger::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.danger::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.is-error::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.is-error::before, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_error::before, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_error::before, .b-steps .steps .step-items .step-item.is-danger.is-previous::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.error::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.error::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.danger::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.danger::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.is-error::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.is-error::after, .b-steps .steps .step-items #toaster .step-item.is-previous.toast.sticky_error::after, #toaster .b-steps .steps .step-items .step-item.is-previous.toast.sticky_error::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-secondary::before, .b-steps .steps .step-items .step-item.is-secondary::after {
      background: linear-gradient(to left, #dbdbdb 50%, #f9a201 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-secondary.is-active .step-marker {
      background-color: white;
      border-color: #f9a201;
      color: #f9a201; }
    .b-steps .steps .step-items .step-item.is-secondary.is-active::before, .b-steps .steps .step-items .step-item.is-secondary.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-secondary.is-previous .step-marker {
      color: #fff;
      background-color: #f9a201; }
    .b-steps .steps .step-items .step-item.is-secondary.is-previous::before, .b-steps .steps .step-items .step-item.is-secondary.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-primary-dark::before, .b-steps .steps .step-items .step-item.is-primary-dark::after {
      background: linear-gradient(to left, #dbdbdb 50%, #ed9303 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-primary-dark.is-active .step-marker {
      background-color: white;
      border-color: #ed9303;
      color: #ed9303; }
    .b-steps .steps .step-items .step-item.is-primary-dark.is-active::before, .b-steps .steps .step-items .step-item.is-primary-dark.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-primary-dark.is-previous .step-marker {
      color: #fff;
      background-color: #ed9303; }
    .b-steps .steps .step-items .step-item.is-primary-dark.is-previous::before, .b-steps .steps .step-items .step-item.is-primary-dark.is-previous::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item .step-marker {
      color: white; }
    .b-steps .steps .step-items .step-item .step-details {
      text-align: center;
      z-index: 1; }
    .b-steps .steps .step-items .step-item:not(:first-child), .b-steps .steps .step-items .step-item:only-child {
      flex-shrink: 1; }
      .b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: -50%; }
    .b-steps .steps .step-items .step-item:only-child::after {
      content: " ";
      display: block;
      position: absolute;
      height: 0.2em;
      bottom: 0; }
    .b-steps .steps .step-items .step-item:only-child::before, .b-steps .steps .step-items .step-item:only-child::after {
      width: 25%;
      left: 50%; }
    .b-steps .steps .step-items .step-item:only-child::before {
      right: 50%;
      left: auto; }
    .b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after {
      background: linear-gradient(to left, #dbdbdb 50%, #178fe2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .b-steps .steps .step-items .step-item.is-active .step-link {
      cursor: default; }
    .b-steps .steps .step-items .step-item.is-active .step-marker {
      background-color: white;
      border-color: #178fe2;
      color: #178fe2; }
    .b-steps .steps .step-items .step-item.is-active::before, .b-steps .steps .step-items .step-item.is-active::after {
      background-position: left bottom; }
    .b-steps .steps .step-items .step-item.is-previous .step-marker {
      color: white;
      background-color: #178fe2; }
    .b-steps .steps .step-items .step-item.is-previous::before, .b-steps .steps .step-items .step-item.is-previous::after {
      background-position: left bottom; }

.b-steps .steps + .step-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem; }
  .b-steps .steps + .step-content .step-item {
    flex-shrink: 0;
    flex-basis: auto; }
    .b-steps .steps + .step-content .step-item:focus {
      outline: none; }
  .b-steps .steps + .step-content.is-transitioning {
    overflow: hidden; }

.b-steps .steps.is-rounded .step-item .step-marker {
  border-radius: 290486px; }

.b-steps .steps.is-animated .step-item:not(:first-child)::before, .b-steps .steps.is-animated .step-item:only-child::before {
  transition: background 150ms ease-out; }

.b-steps .steps.has-label-right .step-items .step-item .step-link, .b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row; }
  .b-steps .steps.has-label-right .step-items .step-item .step-link > .step-details, .b-steps .steps.has-label-left .step-items .step-item .step-link > .step-details {
    background-color: #fafafa;
    padding: .2em; }

.b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row-reverse; }

.b-steps .steps {
  font-size: 1rem;
  min-height: 2rem; }
  .b-steps .steps .step-items .step-item .step-marker {
    height: 2rem;
    width: 2rem; }
    .b-steps .steps .step-items .step-item .step-marker .icon *, .b-steps .steps .step-items .step-item .step-marker .fc button .fc-icon *, .fc button .b-steps .steps .step-items .step-item .step-marker .fc-icon *, .b-steps .steps .step-items .step-item .step-marker .icon *:before, .b-steps .steps .step-items .step-item .step-marker .fc button .fc-icon *:before, .fc button .b-steps .steps .step-items .step-item .step-marker .fc-icon *:before {
      font-size: 1rem; }
  .b-steps .steps .step-items .step-item .step-details .step-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1rem; }
  .b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 1rem; }
  .b-steps .steps .step-items .step-item:only-child::after {
    top: 1rem; }
  @media screen and (max-width: 768px) {
    .b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after, .b-steps .steps .step-items .step-item:not(:first-child)::before {
      top: 1rem; } }

.b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em); }

.b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em); }

.b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em); }

.b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em); }

.b-steps.is-small .steps {
  font-size: 0.75rem;
  min-height: 1.5rem; }
  .b-steps.is-small .steps .step-items .step-item .step-marker {
    height: 1.5rem;
    width: 1.5rem; }
    .b-steps.is-small .steps .step-items .step-item .step-marker .icon *, .b-steps.is-small .steps .step-items .step-item .step-marker .fc button .fc-icon *, .fc button .b-steps.is-small .steps .step-items .step-item .step-marker .fc-icon *, .b-steps.is-small .steps .step-items .step-item .step-marker .icon *:before, .b-steps.is-small .steps .step-items .step-item .step-marker .fc button .fc-icon *:before, .fc button .b-steps.is-small .steps .step-items .step-item .step-marker .fc-icon *:before {
      font-size: 0.75rem; }
  .b-steps.is-small .steps .step-items .step-item .step-details .step-title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 0.75rem; }
  .b-steps.is-small .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-small .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 0.75rem; }
  .b-steps.is-small .steps .step-items .step-item:only-child::after {
    top: 0.75rem; }
  @media screen and (max-width: 768px) {
    .b-steps.is-small .steps .step-items .step-item::before, .b-steps.is-small .steps .step-items .step-item::after, .b-steps.is-small .steps .step-items .step-item:not(:first-child)::before {
      top: 0.75rem; } }

.b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em); }

.b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em); }

.b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em); }

.b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em); }

.b-steps.is-medium .steps {
  font-size: 1.25rem;
  min-height: 2.5rem; }
  .b-steps.is-medium .steps .step-items .step-item .step-marker {
    height: 2.5rem;
    width: 2.5rem; }
    .b-steps.is-medium .steps .step-items .step-item .step-marker .icon *, .b-steps.is-medium .steps .step-items .step-item .step-marker .fc button .fc-icon *, .fc button .b-steps.is-medium .steps .step-items .step-item .step-marker .fc-icon *, .b-steps.is-medium .steps .step-items .step-item .step-marker .icon *:before, .b-steps.is-medium .steps .step-items .step-item .step-marker .fc button .fc-icon *:before, .fc button .b-steps.is-medium .steps .step-items .step-item .step-marker .fc-icon *:before {
      font-size: 1.25rem; }
  .b-steps.is-medium .steps .step-items .step-item .step-details .step-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25rem; }
  .b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-medium .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 1.25rem; }
  .b-steps.is-medium .steps .step-items .step-item:only-child::after {
    top: 1.25rem; }
  @media screen and (max-width: 768px) {
    .b-steps.is-medium .steps .step-items .step-item::before, .b-steps.is-medium .steps .step-items .step-item::after, .b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before {
      top: 1.25rem; } }

.b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em); }

.b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em); }

.b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em); }

.b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em); }

.b-steps.is-large .steps {
  font-size: 1.5rem;
  min-height: 3rem; }
  .b-steps.is-large .steps .step-items .step-item .step-marker {
    height: 3rem;
    width: 3rem; }
    .b-steps.is-large .steps .step-items .step-item .step-marker .icon *, .b-steps.is-large .steps .step-items .step-item .step-marker .fc button .fc-icon *, .fc button .b-steps.is-large .steps .step-items .step-item .step-marker .fc-icon *, .b-steps.is-large .steps .step-items .step-item .step-marker .icon *:before, .b-steps.is-large .steps .step-items .step-item .step-marker .fc button .fc-icon *:before, .fc button .b-steps.is-large .steps .step-items .step-item .step-marker .fc-icon *:before {
      font-size: 1.5rem; }
  .b-steps.is-large .steps .step-items .step-item .step-details .step-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5rem; }
  .b-steps.is-large .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-large .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 1.5rem; }
  .b-steps.is-large .steps .step-items .step-item:only-child::after {
    top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .b-steps.is-large .steps .step-items .step-item::before, .b-steps.is-large .steps .step-items .step-item::after, .b-steps.is-large .steps .step-items .step-item:not(:first-child)::before {
      top: 1.5rem; } }

.b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em); }

.b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em); }

.b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em); }

.b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em); }

.b-steps.is-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .b-steps.is-vertical > .steps .step-items {
    height: 100%;
    flex-direction: column;
    border-bottom-color: transparent; }
    .b-steps.is-vertical > .steps .step-items .step-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em 0; }
      .b-steps.is-vertical > .steps .step-items .step-item::before, .b-steps.is-vertical > .steps .step-items .step-item::after {
        background: linear-gradient(to top, #dbdbdb 50%, #178fe2 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-white::before, .b-steps.is-vertical > .steps .step-items .step-item.is-white::after {
        background: linear-gradient(to top, #dbdbdb 50%, #ffffff 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-black::before, .b-steps.is-vertical > .steps .step-items .step-item.is-black::after {
        background: linear-gradient(to top, #dbdbdb 50%, #0a0a0a 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-light::before, .b-steps.is-vertical > .steps .step-items .step-item.is-light::after {
        background: linear-gradient(to top, #dbdbdb 50%, whitesmoke 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-dark::before, .b-steps.is-vertical > .steps .step-items .step-item.is-dark::after {
        background: linear-gradient(to top, #dbdbdb 50%, #363636 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-primary::before, .b-steps.is-vertical > .steps .step-items .step-item.is-primary::after {
        background: linear-gradient(to top, #dbdbdb 50%, #178fe2 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-link::before, .b-steps.is-vertical > .steps .step-items .step-item.is-link::after {
        background: linear-gradient(to top, #dbdbdb 50%, #267ec3 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-info::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.info::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.info::before, .b-steps.is-vertical > .steps .step-items #toaster .toast .step-item.sticky_info::before, #toaster .toast .b-steps.is-vertical > .steps .step-items .step-item.sticky_info::before, .b-steps.is-vertical > .steps .step-items .step-item.is-info::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.info::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.info::after, .b-steps.is-vertical > .steps .step-items #toaster .toast .step-item.sticky_info::after, #toaster .toast .b-steps.is-vertical > .steps .step-items .step-item.sticky_info::after {
        background: linear-gradient(to top, #dbdbdb 50%, #03a5df 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-success::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.success::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.success::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.sticky_success::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.sticky_success::before, .b-steps.is-vertical > .steps .step-items .step-item.is-success::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.success::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.success::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.sticky_success::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.sticky_success::after {
        background: linear-gradient(to top, #dbdbdb 50%, #47ba78 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-warning::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.warning::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.warning::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.sticky_warning::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.sticky_warning::before, .b-steps.is-vertical > .steps .step-items .step-item.is-warning::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.warning::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.warning::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.sticky_warning::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.sticky_warning::after {
        background: linear-gradient(to top, #dbdbdb 50%, #fde456 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-danger::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.error::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.error::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.danger::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.danger::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.is-error::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.is-error::before, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.sticky_error::before, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.sticky_error::before, .b-steps.is-vertical > .steps .step-items .step-item.is-danger::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.error::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.error::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.danger::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.danger::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.is-error::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.is-error::after, .b-steps.is-vertical > .steps .step-items #toaster .step-item.toast.sticky_error::after, #toaster .b-steps.is-vertical > .steps .step-items .step-item.toast.sticky_error::after {
        background: linear-gradient(to top, #dbdbdb 50%, #d25a4d 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-secondary::before, .b-steps.is-vertical > .steps .step-items .step-item.is-secondary::after {
        background: linear-gradient(to top, #dbdbdb 50%, #f9a201 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item.is-primary-dark::before, .b-steps.is-vertical > .steps .step-items .step-item.is-primary-dark::after {
        background: linear-gradient(to top, #dbdbdb 50%, #ed9303 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
      .b-steps.is-vertical > .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
        height: 100%;
        width: 0.2em;
        top: -50%;
        left: calc(50% - 0.1em); }
      .b-steps.is-vertical > .steps .step-items .step-item.is-active::before, .b-steps.is-vertical > .steps .step-items .step-item.is-active::after, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::before, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::after {
        background-position: right top; }
      .b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
        top: 50%; }
      .b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
        width: 0.2em;
        top: auto;
        bottom: 50%; }
      .b-steps.is-vertical > .steps .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
        height: 25%; }
  .b-steps.is-vertical > .steps.has-label-right .step-items .step-item {
    justify-content: flex-start; }
  .b-steps.is-vertical > .steps.has-label-left .step-items .step-item {
    justify-content: flex-end; }
  .b-steps.is-vertical > .steps:not(.has-label-right):not(.has-label-left) .step-items .step-item .step-link > .step-details {
    background-color: #fafafa; }
  .b-steps.is-vertical > .step-content {
    flex-grow: 1; }
  .b-steps.is-vertical > .step-navigation {
    flex-basis: 100%; }
  .b-steps.is-vertical.is-right {
    flex-direction: row-reverse; }

@media screen and (max-width: 768px) {
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(.is-active) {
    display: none; }
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::after, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    content: " ";
    display: block;
    position: absolute;
    height: 0.2em;
    width: 25%;
    bottom: 0;
    left: 50%; }
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    right: 50%;
    left: auto; }
  .b-steps:not(.is-vertical) .steps.mobile-compact .step-items .step-item:not(.is-active) .step-details {
    display: none; } }

.switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 0.5em; }
  .switch + .switch:last-child {
    margin-right: 0; }
  .switch input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
    .switch input[type=checkbox] + .check {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      width: 2.75em;
      height: 1.575em;
      padding: 0.2em;
      background: #b5b5b5;
      border-radius: 3px;
      transition: background 150ms ease-out, box-shadow 150ms ease-out; }
      .switch input[type=checkbox] + .check.is-white-passive, .switch input[type=checkbox] + .check:hover {
        background: #ffffff; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-black-passive, .switch input[type=checkbox] + .check:hover {
        background: #0a0a0a; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-light-passive, .switch input[type=checkbox] + .check:hover {
        background: whitesmoke; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-dark-passive, .switch input[type=checkbox] + .check:hover {
        background: #363636; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-primary-passive, .switch input[type=checkbox] + .check:hover {
        background: #178fe2; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-link-passive, .switch input[type=checkbox] + .check:hover {
        background: #267ec3; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-info-passive, .switch input[type=checkbox] + .check:hover {
        background: #03a5df; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-success-passive, .switch input[type=checkbox] + .check:hover {
        background: #47ba78; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-warning-passive, .switch input[type=checkbox] + .check:hover {
        background: #fde456; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-danger-passive, .switch input[type=checkbox] + .check:hover {
        background: #d25a4d; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-secondary-passive, .switch input[type=checkbox] + .check:hover {
        background: #f9a201; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check.is-primary-dark-passive, .switch input[type=checkbox] + .check:hover {
        background: #ed9303; }
      .switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
      .switch input[type=checkbox] + .check:before {
        content: "";
        display: block;
        border-radius: 3px;
        width: 1.175em;
        height: 1.175em;
        background: #fafafa;
        box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
        transition: transform 150ms ease-out;
        will-change: transform;
        transform-origin: left; }
      .switch input[type=checkbox] + .check.is-elastic:before {
        transform: scaleX(1.5);
        border-radius: 3px; }
    .switch input[type=checkbox]:checked + .check {
      background: #178fe2; }
      .switch input[type=checkbox]:checked + .check.is-white {
        background: #ffffff; }
      .switch input[type=checkbox]:checked + .check.is-black {
        background: #0a0a0a; }
      .switch input[type=checkbox]:checked + .check.is-light {
        background: whitesmoke; }
      .switch input[type=checkbox]:checked + .check.is-dark {
        background: #363636; }
      .switch input[type=checkbox]:checked + .check.is-primary {
        background: #178fe2; }
      .switch input[type=checkbox]:checked + .check.is-link {
        background: #267ec3; }
      .switch input[type=checkbox]:checked + .check.is-info, .switch #toaster input[type=checkbox]:checked + .check.toast.info, #toaster .switch input[type=checkbox]:checked + .check.toast.info, .switch #toaster .toast input[type=checkbox]:checked + .check.sticky_info, #toaster .toast .switch input[type=checkbox]:checked + .check.sticky_info {
        background: #03a5df; }
      .switch input[type=checkbox]:checked + .check.is-success, .switch #toaster input[type=checkbox]:checked + .check.toast.success, #toaster .switch input[type=checkbox]:checked + .check.toast.success, .switch #toaster input[type=checkbox]:checked + .check.toast.sticky_success, #toaster .switch input[type=checkbox]:checked + .check.toast.sticky_success {
        background: #47ba78; }
      .switch input[type=checkbox]:checked + .check.is-warning, .switch #toaster input[type=checkbox]:checked + .check.toast.warning, #toaster .switch input[type=checkbox]:checked + .check.toast.warning, .switch #toaster input[type=checkbox]:checked + .check.toast.sticky_warning, #toaster .switch input[type=checkbox]:checked + .check.toast.sticky_warning {
        background: #fde456; }
      .switch input[type=checkbox]:checked + .check.is-danger, .switch #toaster input[type=checkbox]:checked + .check.toast.error, #toaster .switch input[type=checkbox]:checked + .check.toast.error, .switch #toaster input[type=checkbox]:checked + .check.toast.danger, #toaster .switch input[type=checkbox]:checked + .check.toast.danger, .switch #toaster input[type=checkbox]:checked + .check.toast.is-error, #toaster .switch input[type=checkbox]:checked + .check.toast.is-error, .switch #toaster input[type=checkbox]:checked + .check.toast.sticky_error, #toaster .switch input[type=checkbox]:checked + .check.toast.sticky_error {
        background: #d25a4d; }
      .switch input[type=checkbox]:checked + .check.is-secondary {
        background: #f9a201; }
      .switch input[type=checkbox]:checked + .check.is-primary-dark {
        background: #ed9303; }
      .switch input[type=checkbox]:checked + .check:before {
        transform: translate3d(100%, 0, 0); }
      .switch input[type=checkbox]:checked + .check.is-elastic:before {
        transform: translate3d(50%, 0, 0) scaleX(1.5); }
    .switch input[type=checkbox]:focus, .switch input[type=checkbox]:active {
      outline: none; }
      .switch input[type=checkbox]:focus + .check, .switch input[type=checkbox]:active + .check {
        box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.6); }
        .switch input[type=checkbox]:focus + .check.is-white-passive, .switch input[type=checkbox]:active + .check.is-white-passive {
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-black-passive, .switch input[type=checkbox]:active + .check.is-black-passive {
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-light-passive, .switch input[type=checkbox]:active + .check.is-light-passive {
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-dark-passive, .switch input[type=checkbox]:active + .check.is-dark-passive {
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-primary-passive, .switch input[type=checkbox]:active + .check.is-primary-passive {
          box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-link-passive, .switch input[type=checkbox]:active + .check.is-link-passive {
          box-shadow: 0 0 0.5em rgba(38, 126, 195, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-info-passive, .switch input[type=checkbox]:active + .check.is-info-passive {
          box-shadow: 0 0 0.5em rgba(3, 165, 223, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-success-passive, .switch input[type=checkbox]:active + .check.is-success-passive {
          box-shadow: 0 0 0.5em rgba(71, 186, 120, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-warning-passive, .switch input[type=checkbox]:active + .check.is-warning-passive {
          box-shadow: 0 0 0.5em rgba(253, 228, 86, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-danger-passive, .switch input[type=checkbox]:active + .check.is-danger-passive {
          box-shadow: 0 0 0.5em rgba(210, 90, 77, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-secondary-passive, .switch input[type=checkbox]:active + .check.is-secondary-passive {
          box-shadow: 0 0 0.5em rgba(249, 162, 1, 0.8); }
        .switch input[type=checkbox]:focus + .check.is-primary-dark-passive, .switch input[type=checkbox]:active + .check.is-primary-dark-passive {
          box-shadow: 0 0 0.5em rgba(237, 147, 3, 0.8); }
      .switch input[type=checkbox]:focus:checked + .check, .switch input[type=checkbox]:active:checked + .check {
        box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-white, .switch input[type=checkbox]:active:checked + .check.is-white {
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-black, .switch input[type=checkbox]:active:checked + .check.is-black {
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-light, .switch input[type=checkbox]:active:checked + .check.is-light {
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-dark, .switch input[type=checkbox]:active:checked + .check.is-dark {
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-primary, .switch input[type=checkbox]:active:checked + .check.is-primary {
          box-shadow: 0 0 0.5em rgba(23, 143, 226, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-link, .switch input[type=checkbox]:active:checked + .check.is-link {
          box-shadow: 0 0 0.5em rgba(38, 126, 195, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-info, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.info, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.info, .switch #toaster .toast input[type=checkbox]:focus:checked + .check.sticky_info, #toaster .toast .switch input[type=checkbox]:focus:checked + .check.sticky_info, .switch input[type=checkbox]:active:checked + .check.is-info, .switch #toaster input[type=checkbox]:active:checked + .check.toast.info, #toaster .switch input[type=checkbox]:active:checked + .check.toast.info, .switch #toaster .toast input[type=checkbox]:active:checked + .check.sticky_info, #toaster .toast .switch input[type=checkbox]:active:checked + .check.sticky_info {
          box-shadow: 0 0 0.5em rgba(3, 165, 223, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-success, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.success, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.success, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.sticky_success, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.sticky_success, .switch input[type=checkbox]:active:checked + .check.is-success, .switch #toaster input[type=checkbox]:active:checked + .check.toast.success, #toaster .switch input[type=checkbox]:active:checked + .check.toast.success, .switch #toaster input[type=checkbox]:active:checked + .check.toast.sticky_success, #toaster .switch input[type=checkbox]:active:checked + .check.toast.sticky_success {
          box-shadow: 0 0 0.5em rgba(71, 186, 120, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-warning, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.warning, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.warning, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.sticky_warning, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.sticky_warning, .switch input[type=checkbox]:active:checked + .check.is-warning, .switch #toaster input[type=checkbox]:active:checked + .check.toast.warning, #toaster .switch input[type=checkbox]:active:checked + .check.toast.warning, .switch #toaster input[type=checkbox]:active:checked + .check.toast.sticky_warning, #toaster .switch input[type=checkbox]:active:checked + .check.toast.sticky_warning {
          box-shadow: 0 0 0.5em rgba(253, 228, 86, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-danger, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.error, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.error, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.danger, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.danger, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.is-error, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.is-error, .switch #toaster input[type=checkbox]:focus:checked + .check.toast.sticky_error, #toaster .switch input[type=checkbox]:focus:checked + .check.toast.sticky_error, .switch input[type=checkbox]:active:checked + .check.is-danger, .switch #toaster input[type=checkbox]:active:checked + .check.toast.error, #toaster .switch input[type=checkbox]:active:checked + .check.toast.error, .switch #toaster input[type=checkbox]:active:checked + .check.toast.danger, #toaster .switch input[type=checkbox]:active:checked + .check.toast.danger, .switch #toaster input[type=checkbox]:active:checked + .check.toast.is-error, #toaster .switch input[type=checkbox]:active:checked + .check.toast.is-error, .switch #toaster input[type=checkbox]:active:checked + .check.toast.sticky_error, #toaster .switch input[type=checkbox]:active:checked + .check.toast.sticky_error {
          box-shadow: 0 0 0.5em rgba(210, 90, 77, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-secondary, .switch input[type=checkbox]:active:checked + .check.is-secondary {
          box-shadow: 0 0 0.5em rgba(249, 162, 1, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-primary-dark, .switch input[type=checkbox]:active:checked + .check.is-primary-dark {
          box-shadow: 0 0 0.5em rgba(237, 147, 3, 0.8); }
  .switch.has-left-label {
    flex-direction: row-reverse; }
    .switch.has-left-label .control-label {
      padding-right: calc(0.625em - 1px); }
  .switch:not(.has-left-label) .control-label {
    padding-left: calc(0.625em - 1px); }
  .switch:hover input[type=checkbox] + .check {
    background: rgba(181, 181, 181, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-white-passive {
      background: rgba(255, 255, 255, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-black-passive {
      background: rgba(10, 10, 10, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-light-passive {
      background: rgba(245, 245, 245, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-dark-passive {
      background: rgba(54, 54, 54, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-primary-passive {
      background: rgba(23, 143, 226, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-link-passive {
      background: rgba(38, 126, 195, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-info-passive {
      background: rgba(3, 165, 223, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-success-passive {
      background: rgba(71, 186, 120, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-warning-passive {
      background: rgba(253, 228, 86, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-danger-passive {
      background: rgba(210, 90, 77, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-secondary-passive {
      background: rgba(249, 162, 1, 0.9); }
    .switch:hover input[type=checkbox] + .check.is-primary-dark-passive {
      background: rgba(237, 147, 3, 0.9); }
  .switch:hover input[type=checkbox]:checked + .check {
    background: rgba(23, 143, 226, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-white {
      background: rgba(255, 255, 255, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-black {
      background: rgba(10, 10, 10, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-light {
      background: rgba(245, 245, 245, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-dark {
      background: rgba(54, 54, 54, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-primary {
      background: rgba(23, 143, 226, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-link {
      background: rgba(38, 126, 195, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-info, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.info, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.info, .switch:hover #toaster .toast input[type=checkbox]:checked + .check.sticky_info, #toaster .toast .switch:hover input[type=checkbox]:checked + .check.sticky_info {
      background: rgba(3, 165, 223, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-success, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.success, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.success, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.sticky_success, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.sticky_success {
      background: rgba(71, 186, 120, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-warning, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.warning, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.warning, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.sticky_warning, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.sticky_warning {
      background: rgba(253, 228, 86, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-danger, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.error, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.error, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.danger, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.danger, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.is-error, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.is-error, .switch:hover #toaster input[type=checkbox]:checked + .check.toast.sticky_error, #toaster .switch:hover input[type=checkbox]:checked + .check.toast.sticky_error {
      background: rgba(210, 90, 77, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-secondary {
      background: rgba(249, 162, 1, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-primary-dark {
      background: rgba(237, 147, 3, 0.9); }
  .switch.is-rounded input[type=checkbox] + .check {
    border-radius: 290486px; }
    .switch.is-rounded input[type=checkbox] + .check:before {
      border-radius: 290486px; }
  .switch.is-rounded input[type=checkbox].is-elastic:before {
    transform: scaleX(1.5);
    border-radius: 290486px; }
  .switch.is-outlined input[type=checkbox] + .check {
    background: transparent;
    border: 0.1rem solid #b5b5b5; }
    .switch.is-outlined input[type=checkbox] + .check.is-white-passive {
      border: 0.1rem solid rgba(255, 255, 255, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-white-passive:before {
        background: #ffffff; }
      .switch.is-outlined input[type=checkbox] + .check.is-white-passive:hover {
        border-color: rgba(255, 255, 255, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-black-passive {
      border: 0.1rem solid rgba(10, 10, 10, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-black-passive:before {
        background: #0a0a0a; }
      .switch.is-outlined input[type=checkbox] + .check.is-black-passive:hover {
        border-color: rgba(10, 10, 10, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-light-passive {
      border: 0.1rem solid rgba(245, 245, 245, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-light-passive:before {
        background: whitesmoke; }
      .switch.is-outlined input[type=checkbox] + .check.is-light-passive:hover {
        border-color: rgba(245, 245, 245, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-dark-passive {
      border: 0.1rem solid rgba(54, 54, 54, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-dark-passive:before {
        background: #363636; }
      .switch.is-outlined input[type=checkbox] + .check.is-dark-passive:hover {
        border-color: rgba(54, 54, 54, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-primary-passive {
      border: 0.1rem solid rgba(23, 143, 226, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-primary-passive:before {
        background: #178fe2; }
      .switch.is-outlined input[type=checkbox] + .check.is-primary-passive:hover {
        border-color: rgba(23, 143, 226, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-link-passive {
      border: 0.1rem solid rgba(38, 126, 195, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-link-passive:before {
        background: #267ec3; }
      .switch.is-outlined input[type=checkbox] + .check.is-link-passive:hover {
        border-color: rgba(38, 126, 195, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-info-passive {
      border: 0.1rem solid rgba(3, 165, 223, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-info-passive:before {
        background: #03a5df; }
      .switch.is-outlined input[type=checkbox] + .check.is-info-passive:hover {
        border-color: rgba(3, 165, 223, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-success-passive {
      border: 0.1rem solid rgba(71, 186, 120, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-success-passive:before {
        background: #47ba78; }
      .switch.is-outlined input[type=checkbox] + .check.is-success-passive:hover {
        border-color: rgba(71, 186, 120, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-warning-passive {
      border: 0.1rem solid rgba(253, 228, 86, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-warning-passive:before {
        background: #fde456; }
      .switch.is-outlined input[type=checkbox] + .check.is-warning-passive:hover {
        border-color: rgba(253, 228, 86, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-danger-passive {
      border: 0.1rem solid rgba(210, 90, 77, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-danger-passive:before {
        background: #d25a4d; }
      .switch.is-outlined input[type=checkbox] + .check.is-danger-passive:hover {
        border-color: rgba(210, 90, 77, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-secondary-passive {
      border: 0.1rem solid rgba(249, 162, 1, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-secondary-passive:before {
        background: #f9a201; }
      .switch.is-outlined input[type=checkbox] + .check.is-secondary-passive:hover {
        border-color: rgba(249, 162, 1, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check.is-primary-dark-passive {
      border: 0.1rem solid rgba(237, 147, 3, 0.9); }
      .switch.is-outlined input[type=checkbox] + .check.is-primary-dark-passive:before {
        background: #ed9303; }
      .switch.is-outlined input[type=checkbox] + .check.is-primary-dark-passive:hover {
        border-color: rgba(237, 147, 3, 0.9); }
    .switch.is-outlined input[type=checkbox] + .check:before {
      background: #b5b5b5; }
  .switch.is-outlined input[type=checkbox]:checked + .check {
    border-color: #178fe2; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-white {
      background: transparent;
      border-color: #ffffff; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-white:before {
        background: #ffffff; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-black {
      background: transparent;
      border-color: #0a0a0a; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-black:before {
        background: #0a0a0a; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-light {
      background: transparent;
      border-color: whitesmoke; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-light:before {
        background: whitesmoke; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-dark {
      background: transparent;
      border-color: #363636; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-dark:before {
        background: #363636; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-primary {
      background: transparent;
      border-color: #178fe2; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-primary:before {
        background: #178fe2; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-link {
      background: transparent;
      border-color: #267ec3; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-link:before {
        background: #267ec3; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-info, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.info, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.info, .switch.is-outlined #toaster .toast input[type=checkbox]:checked + .check.sticky_info, #toaster .toast .switch.is-outlined input[type=checkbox]:checked + .check.sticky_info {
      background: transparent;
      border-color: #03a5df; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-info:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.info:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.info:before, .switch.is-outlined #toaster .toast input[type=checkbox]:checked + .check.sticky_info:before, #toaster .toast .switch.is-outlined input[type=checkbox]:checked + .check.sticky_info:before {
        background: #03a5df; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-success, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.success, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.success, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.sticky_success, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.sticky_success {
      background: transparent;
      border-color: #47ba78; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-success:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.success:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.success:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.sticky_success:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.sticky_success:before {
        background: #47ba78; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-warning, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.warning, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.warning, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.sticky_warning, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.sticky_warning {
      background: transparent;
      border-color: #fde456; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-warning:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.warning:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.warning:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.sticky_warning:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.sticky_warning:before {
        background: #fde456; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-danger, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.error, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.error, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.danger, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.danger, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.is-error, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.is-error, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.sticky_error, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.sticky_error {
      background: transparent;
      border-color: #d25a4d; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-danger:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.error:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.error:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.danger:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.danger:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.is-error:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.is-error:before, .switch.is-outlined #toaster input[type=checkbox]:checked + .check.toast.sticky_error:before, #toaster .switch.is-outlined input[type=checkbox]:checked + .check.toast.sticky_error:before {
        background: #d25a4d; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-secondary {
      background: transparent;
      border-color: #f9a201; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-secondary:before {
        background: #f9a201; }
    .switch.is-outlined input[type=checkbox]:checked + .check.is-primary-dark {
      background: transparent;
      border-color: #ed9303; }
      .switch.is-outlined input[type=checkbox]:checked + .check.is-primary-dark:before {
        background: #ed9303; }
    .switch.is-outlined input[type=checkbox]:checked + .check:before {
      background: #178fe2; }
  .switch.is-outlined:hover input[type=checkbox] + .check {
    background: transparent;
    border-color: rgba(181, 181, 181, 0.9); }
  .switch.is-outlined:hover input[type=checkbox]:checked + .check {
    background: transparent;
    border-color: rgba(23, 143, 226, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-white {
      border-color: rgba(255, 255, 255, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-black {
      border-color: rgba(10, 10, 10, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-light {
      border-color: rgba(245, 245, 245, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-dark {
      border-color: rgba(54, 54, 54, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-primary {
      border-color: rgba(23, 143, 226, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-link {
      border-color: rgba(38, 126, 195, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-info, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.info, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.info, .switch.is-outlined:hover #toaster .toast input[type=checkbox]:checked + .check.sticky_info, #toaster .toast .switch.is-outlined:hover input[type=checkbox]:checked + .check.sticky_info {
      border-color: rgba(3, 165, 223, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-success, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.success, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.success, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.sticky_success, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.sticky_success {
      border-color: rgba(71, 186, 120, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-warning, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.warning, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.warning, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.sticky_warning, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.sticky_warning {
      border-color: rgba(253, 228, 86, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-danger, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.error, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.error, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.danger, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.danger, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.is-error, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.is-error, .switch.is-outlined:hover #toaster input[type=checkbox]:checked + .check.toast.sticky_error, #toaster .switch.is-outlined:hover input[type=checkbox]:checked + .check.toast.sticky_error {
      border-color: rgba(210, 90, 77, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-secondary {
      border-color: rgba(249, 162, 1, 0.9); }
    .switch.is-outlined:hover input[type=checkbox]:checked + .check.is-primary-dark {
      border-color: rgba(237, 147, 3, 0.9); }
  .switch.is-small {
    border-radius: 1px;
    font-size: 0.75rem; }
  .switch.is-medium {
    font-size: 1.25rem; }
  .switch.is-large {
    font-size: 1.5rem; }
  .switch[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #7a7a7a; }

.table-wrapper .table {
  margin-bottom: 0; }

.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 1087px) {
  .table-wrapper {
    overflow-x: auto; } }

.b-table {
  transition: opacity 86ms ease-out; }
  @media screen and (min-width: 769px), print {
    .b-table .table-mobile-sort {
      display: none; } }
  .b-table .icon, .b-table .fc button .fc-icon, .fc button .b-table .fc-icon {
    transition: transform 150ms ease-out, opacity 86ms ease-out; }
    .b-table .icon.is-desc, .b-table .fc button .is-desc.fc-icon, .fc button .b-table .is-desc.fc-icon {
      transform: rotate(180deg); }
    .b-table .icon.is-expanded, .b-table .fc button .is-expanded.fc-icon, .fc button .b-table .is-expanded.fc-icon {
      transform: rotate(90deg); }
  .b-table .sort-icon.icon.is-desc, .b-table .fc button .sort-icon.is-desc.fc-icon, .fc button .b-table .sort-icon.is-desc.fc-icon {
    transform: rotate(180deg) translateY(-50%) !important; }
  .b-table .table {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 3px;
    border-collapse: separate; }
    .b-table .table th {
      font-weight: 600; }
      .b-table .table th .th-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .b-table .table th .th-wrap .icon, .b-table .table th .th-wrap .fc button .fc-icon, .fc button .b-table .table th .th-wrap .fc-icon {
          margin-left: 0.5rem;
          margin-right: 0;
          font-size: 1rem; }
        .b-table .table th .th-wrap.is-numeric {
          flex-direction: row-reverse;
          text-align: right;
          width: 95%; }
          .b-table .table th .th-wrap.is-numeric .sort-icon {
            margin-left: 0;
            margin-right: 0.5rem;
            left: 0;
            right: auto; }
        .b-table .table th .th-wrap.is-centered {
          justify-content: center;
          text-align: center; }
      .b-table .table th.is-current-sort {
        border-color: #7a7a7a;
        font-weight: 700; }
      .b-table .table th.is-sortable:hover {
        border-color: #7a7a7a; }
      .b-table .table th.is-sortable,
      .b-table .table th.is-sortable .th-wrap {
        cursor: pointer; }
        .b-table .table th.is-sortable .is-relative,
        .b-table .table th.is-sortable .th-wrap .is-relative {
          position: absolute; }
      .b-table .table th .sort-icon {
        position: absolute;
        bottom: 50%;
        right: 0;
        transform: translateY(50%); }
      .b-table .table th .multi-sort-icons {
        display: flex;
        align-items: center; }
        .b-table .table th .multi-sort-icons .multi-sort-cancel-icon {
          margin-left: 10px; }
      .b-table .table th.is-sticky {
        position: sticky;
        left: 0;
        z-index: 3 !important;
        background: transparent; }
    .b-table .table tr.is-selected .checkbox input:checked + .check {
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23178fe2' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center; }
    .b-table .table tr.is-selected .checkbox input + .check {
      border-color: #fff; }
    .b-table .table tr.is-empty:hover {
      background-color: transparent; }
    .b-table .table .chevron-cell {
      vertical-align: middle; }
      .b-table .table .chevron-cell > a {
        color: #267ec3 !important; }
    .b-table .table .checkbox-cell {
      width: 40px; }
      .b-table .table .checkbox-cell .checkbox {
        vertical-align: middle; }
        .b-table .table .checkbox-cell .checkbox .check {
          transition: none; }
    .b-table .table tr.detail {
      box-shadow: inset 0 1px 3px #dbdbdb;
      background: #fafafa; }
      .b-table .table tr.detail .detail-container {
        padding: 1rem; }
    .b-table .table:focus {
      border-color: #267ec3;
      box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }
    .b-table .table.is-bordered th.is-current-sort,
    .b-table .table.is-bordered th.is-sortable:hover {
      border-color: #dbdbdb;
      background: #fafafa; }
    .b-table .table td.is-sticky {
      position: sticky;
      left: 0;
      z-index: 1;
      background: #ffffff; }
    .b-table .table.is-striped tbody tr:not(.is-selected):nth-child(even) td.is-sticky {
      background: #fafafa; }
  .b-table .level:not(.top) {
    padding-bottom: 1.5rem; }
  .b-table .table-wrapper {
    position: relative; }
    .b-table .table-wrapper.has-sticky-header {
      height: 300px;
      overflow-y: auto; }
      @media screen and (max-width: 768px) {
        .b-table .table-wrapper.has-sticky-header.has-mobile-cards {
          height: initial !important;
          overflow-y: initial !important; } }
      .b-table .table-wrapper.has-sticky-header tr:first-child th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #ffffff; }
    @media screen and (max-width: 768px) {
      .b-table .table-wrapper.has-mobile-cards .table {
        background-color: transparent; }
      .b-table .table-wrapper.has-mobile-cards thead tr {
        box-shadow: none;
        border-width: 0; }
        .b-table .table-wrapper.has-mobile-cards thead tr th {
          display: none; }
        .b-table .table-wrapper.has-mobile-cards thead tr .checkbox-cell {
          display: block;
          width: 100%;
          text-align: right;
          margin-bottom: 1rem;
          border: 0; }
      .b-table .table-wrapper.has-mobile-cards tfoot th {
        border: 0;
        display: inherit; }
      .b-table .table-wrapper.has-mobile-cards tr {
        box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        max-width: 100%;
        position: relative;
        display: block; }
        .b-table .table-wrapper.has-mobile-cards tr td {
          border: 0;
          display: inherit; }
          .b-table .table-wrapper.has-mobile-cards tr td:last-child {
            border-bottom: 0; }
        .b-table .table-wrapper.has-mobile-cards tr:not(:last-child) {
          margin-bottom: 1rem; }
        .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]) {
          background: #ffffff; }
          .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]):hover {
            background-color: #ffffff; }
        .b-table .table-wrapper.has-mobile-cards tr.detail {
          margin-top: -1rem; }
      .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
        display: flex;
        width: auto;
        justify-content: space-between;
        text-align: right;
        border-bottom: 1px solid #fafafa; }
        .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
          content: attr(data-label);
          font-weight: 600;
          padding-right: 0.5em;
          text-align: left; } }
    .b-table .table-wrapper.is-card-list .table {
      background-color: transparent; }
    .b-table .table-wrapper.is-card-list thead tr {
      box-shadow: none;
      border-width: 0; }
      .b-table .table-wrapper.is-card-list thead tr th {
        display: none; }
      .b-table .table-wrapper.is-card-list thead tr .checkbox-cell {
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 1rem;
        border: 0; }
    .b-table .table-wrapper.is-card-list tfoot th {
      border: 0;
      display: inherit; }
    .b-table .table-wrapper.is-card-list tr {
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      max-width: 100%;
      position: relative;
      display: block; }
      .b-table .table-wrapper.is-card-list tr td {
        border: 0;
        display: inherit; }
        .b-table .table-wrapper.is-card-list tr td:last-child {
          border-bottom: 0; }
      .b-table .table-wrapper.is-card-list tr:not(:last-child) {
        margin-bottom: 1rem; }
      .b-table .table-wrapper.is-card-list tr:not([class*="is-"]) {
        background: #ffffff; }
        .b-table .table-wrapper.is-card-list tr:not([class*="is-"]):hover {
          background-color: #ffffff; }
      .b-table .table-wrapper.is-card-list tr.detail {
        margin-top: -1rem; }
    .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td {
      display: flex;
      width: auto;
      justify-content: space-between;
      text-align: right;
      border-bottom: 1px solid #fafafa; }
      .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
        content: attr(data-label);
        font-weight: 600;
        padding-right: 0.5em;
        text-align: left; }

.touch-dragged-cell {
  position: absolute; }

.touch-dragged-cell,
.touch-dragged-cell .table {
  pointer-events: none;
  background-color: color-mix(in srgb, #ffffff 10%, transparent); }

.touch-dragged-cell .table {
  width: 100%; }
  .touch-dragged-cell .table tr, .touch-dragged-cell .table td {
    background-color: transparent; }

@media screen and (max-width: 768px) {
  .touch-dragged-cell.has-mobile-cards .table tr {
    display: block; }
    .touch-dragged-cell.has-mobile-cards .table tr td {
      display: flex;
      justify-content: space-between;
      text-align: right; }
      .touch-dragged-cell.has-mobile-cards .table tr td:before {
        content: attr(data-label);
        font-weight: 600;
        padding-right: 0.5em;
        text-align: left; } }

.b-tabs .tabs {
  margin-bottom: 0;
  flex-shrink: 0; }
  .b-tabs .tabs li a:focus {
    outline: none;
    border-bottom-color: #178fe2; }
  .b-tabs .tabs li:not(.is-active) a:focus {
    border-bottom-color: #b5b5b5; }
  .b-tabs .tabs li.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5; }
  .b-tabs .tabs.is-boxed li a:focus {
    background-color: #ffffff;
    border-bottom-color: transparent; }
  .b-tabs .tabs.is-boxed li:not(.is-active) a:focus {
    background-color: #fafafa;
    border-bottom-color: whitesmoke; }
  .b-tabs .tabs.is-toggle li a:focus {
    background-color: #267ec3;
    border-color: #267ec3; }
  .b-tabs .tabs.is-toggle li:not(.is-active) a:focus {
    background-color: #fafafa;
    border-color: #dbdbdb; }

.b-tabs .tab-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem; }
  .b-tabs .tab-content .tab-item {
    flex-shrink: 0;
    flex-basis: auto; }
    .b-tabs .tab-content .tab-item:focus {
      outline: none; }
  .b-tabs .tab-content.is-transitioning {
    overflow: hidden; }

.b-tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.b-tabs.is-fullwidth {
  width: 100%; }

.b-tabs.is-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .b-tabs.is-vertical > .tabs ul {
    flex-direction: column;
    border-bottom-color: transparent; }
    .b-tabs.is-vertical > .tabs ul li {
      width: 100%; }
      .b-tabs.is-vertical > .tabs ul li a {
        justify-content: left; }
  .b-tabs.is-vertical > .tabs.is-boxed li a {
    border-bottom-color: transparent !important;
    border-right-color: whitesmoke !important;
    border-radius: 3px 0 0 3px; }
  .b-tabs.is-vertical > .tabs.is-boxed li.is-active a {
    border-bottom-color: whitesmoke !important;
    border-right-color: transparent !important; }
  .b-tabs.is-vertical > .tabs.is-toggle li + li {
    margin-left: 0; }
  .b-tabs.is-vertical > .tabs.is-toggle li:first-child a {
    border-radius: 3px 3px 0 0; }
  .b-tabs.is-vertical > .tabs.is-toggle li:last-child a {
    border-radius: 0 0 3px 3px; }
  .b-tabs.is-vertical > .tabs.is-fullwidth li a {
    height: 100%; }
  .b-tabs.is-vertical > .tab-content {
    flex-grow: 1; }
  .b-tabs.is-vertical.is-right {
    flex-direction: row-reverse; }
    .b-tabs.is-vertical.is-right > .tabs ul a {
      flex-direction: row-reverse; }
      .b-tabs.is-vertical.is-right > .tabs ul a .icon:first-child, .b-tabs.is-vertical.is-right > .tabs ul a .fc button .fc-icon:first-child, .fc button .b-tabs.is-vertical.is-right > .tabs ul a .fc-icon:first-child {
        margin-right: 0;
        margin-left: 0.5em; }
    .b-tabs.is-vertical.is-right > .tabs.is-boxed li a {
      border-bottom-color: transparent !important;
      border-right-color: transparent !important;
      border-left-color: whitesmoke !important;
      border-radius: 0 3px 3px 0; }
    .b-tabs.is-vertical.is-right > .tabs.is-boxed li.is-active a {
      border-bottom-color: whitesmoke !important;
      border-right-color: whitesmoke !important;
      border-left-color: transparent !important; }

.b-tabs.is-multiline > .tabs ul {
  flex-wrap: wrap;
  flex-shrink: 1; }

.tag .has-ellipsis {
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.tag .delete.is-white, .tag.is-delete.is-white, .tag.has-delete-icon.is-white {
  background: #ffffff; }
  .tag .delete.is-white:hover, .tag.is-delete.is-white:hover, .tag.has-delete-icon.is-white:hover {
    background-color: #e6e5e5;
    text-decoration: none; }

.tag .delete.is-black, .tag.is-delete.is-black, .tag.has-delete-icon.is-black {
  background: #0a0a0a; }
  .tag .delete.is-black:hover, .tag.is-delete.is-black:hover, .tag.has-delete-icon.is-black:hover {
    background-color: black;
    text-decoration: none; }

.tag .delete.is-light, .tag.is-delete.is-light, .tag.has-delete-icon.is-light {
  background: whitesmoke; }
  .tag .delete.is-light:hover, .tag.is-delete.is-light:hover, .tag.has-delete-icon.is-light:hover {
    background-color: #dbdbdb;
    text-decoration: none; }

.tag .delete.is-dark, .tag.is-delete.is-dark, .tag.has-delete-icon.is-dark {
  background: #363636; }
  .tag .delete.is-dark:hover, .tag.is-delete.is-dark:hover, .tag.has-delete-icon.is-dark:hover {
    background-color: #1c1c1c;
    text-decoration: none; }

.tag .delete.is-primary, .tag.is-delete.is-primary, .tag.has-delete-icon.is-primary {
  background: #178fe2; }
  .tag .delete.is-primary:hover, .tag.is-delete.is-primary:hover, .tag.has-delete-icon.is-primary:hover {
    background-color: #1272b4;
    text-decoration: none; }

.tag .delete.is-link, .tag.is-delete.is-link, .tag.has-delete-icon.is-link {
  background: #267ec3; }
  .tag .delete.is-link:hover, .tag.is-delete.is-link:hover, .tag.has-delete-icon.is-link:hover {
    background-color: #1e6298;
    text-decoration: none; }

.tag .delete.is-info, .tag #toaster .delete.toast.info, #toaster .tag .delete.toast.info, .tag #toaster .toast .delete.sticky_info, #toaster .toast .tag .delete.sticky_info, .tag.is-delete.is-info, #toaster .tag.is-delete.toast.info, #toaster .toast .tag.is-delete.sticky_info, .tag.has-delete-icon.is-info, #toaster .tag.has-delete-icon.toast.info, #toaster .toast .tag.has-delete-icon.sticky_info {
  background: #03a5df; }
  .tag .delete.is-info:hover, .tag #toaster .delete.toast.info:hover, #toaster .tag .delete.toast.info:hover, .tag #toaster .toast .delete.sticky_info:hover, #toaster .toast .tag .delete.sticky_info:hover, .tag.is-delete.is-info:hover, #toaster .tag.is-delete.toast.info:hover, #toaster .toast .tag.is-delete.sticky_info:hover, .tag.has-delete-icon.is-info:hover, #toaster .tag.has-delete-icon.toast.info:hover, #toaster .toast .tag.has-delete-icon.sticky_info:hover {
    background-color: #0280ad;
    text-decoration: none; }

.tag .delete.is-success, .tag #toaster .delete.toast.success, #toaster .tag .delete.toast.success, .tag #toaster .delete.toast.sticky_success, #toaster .tag .delete.toast.sticky_success, .tag.is-delete.is-success, #toaster .tag.is-delete.toast.success, #toaster .tag.is-delete.toast.sticky_success, .tag.has-delete-icon.is-success, #toaster .tag.has-delete-icon.toast.success, #toaster .tag.has-delete-icon.toast.sticky_success {
  background: #47ba78; }
  .tag .delete.is-success:hover, .tag #toaster .delete.toast.success:hover, #toaster .tag .delete.toast.success:hover, .tag #toaster .delete.toast.sticky_success:hover, #toaster .tag .delete.toast.sticky_success:hover, .tag.is-delete.is-success:hover, #toaster .tag.is-delete.toast.success:hover, #toaster .tag.is-delete.toast.sticky_success:hover, .tag.has-delete-icon.is-success:hover, #toaster .tag.has-delete-icon.toast.success:hover, #toaster .tag.has-delete-icon.toast.sticky_success:hover {
    background-color: #389660;
    text-decoration: none; }

.tag .delete.is-warning, .tag #toaster .delete.toast.warning, #toaster .tag .delete.toast.warning, .tag #toaster .delete.toast.sticky_warning, #toaster .tag .delete.toast.sticky_warning, .tag.is-delete.is-warning, #toaster .tag.is-delete.toast.warning, #toaster .tag.is-delete.toast.sticky_warning, .tag.has-delete-icon.is-warning, #toaster .tag.has-delete-icon.toast.warning, #toaster .tag.has-delete-icon.toast.sticky_warning {
  background: #fde456; }
  .tag .delete.is-warning:hover, .tag #toaster .delete.toast.warning:hover, #toaster .tag .delete.toast.warning:hover, .tag #toaster .delete.toast.sticky_warning:hover, #toaster .tag .delete.toast.sticky_warning:hover, .tag.is-delete.is-warning:hover, #toaster .tag.is-delete.toast.warning:hover, #toaster .tag.is-delete.toast.sticky_warning:hover, .tag.has-delete-icon.is-warning:hover, #toaster .tag.has-delete-icon.toast.warning:hover, #toaster .tag.has-delete-icon.toast.sticky_warning:hover {
    background-color: #fcdc24;
    text-decoration: none; }

.tag .delete.is-danger, .tag #toaster .delete.toast.error, #toaster .tag .delete.toast.error, .tag #toaster .delete.toast.danger, #toaster .tag .delete.toast.danger, .tag #toaster .delete.toast.is-error, #toaster .tag .delete.toast.is-error, .tag #toaster .delete.toast.sticky_error, #toaster .tag .delete.toast.sticky_error, .tag.is-delete.is-danger, #toaster .tag.is-delete.toast.error, #toaster .tag.is-delete.toast.danger, #toaster .tag.is-delete.toast.is-error, #toaster .tag.is-delete.toast.sticky_error, .tag.has-delete-icon.is-danger, #toaster .tag.has-delete-icon.toast.error, #toaster .tag.has-delete-icon.toast.danger, #toaster .tag.has-delete-icon.toast.is-error, #toaster .tag.has-delete-icon.toast.sticky_error {
  background: #d25a4d; }
  .tag .delete.is-danger:hover, .tag #toaster .delete.toast.error:hover, #toaster .tag .delete.toast.error:hover, .tag #toaster .delete.toast.danger:hover, #toaster .tag .delete.toast.danger:hover, .tag #toaster .delete.toast.is-error:hover, #toaster .tag .delete.toast.is-error:hover, .tag #toaster .delete.toast.sticky_error:hover, #toaster .tag .delete.toast.sticky_error:hover, .tag.is-delete.is-danger:hover, #toaster .tag.is-delete.toast.error:hover, #toaster .tag.is-delete.toast.danger:hover, #toaster .tag.is-delete.toast.is-error:hover, #toaster .tag.is-delete.toast.sticky_error:hover, .tag.has-delete-icon.is-danger:hover, #toaster .tag.has-delete-icon.toast.error:hover, #toaster .tag.has-delete-icon.toast.danger:hover, #toaster .tag.has-delete-icon.toast.is-error:hover, #toaster .tag.has-delete-icon.toast.sticky_error:hover {
    background-color: #bc3d30;
    text-decoration: none; }

.tag .delete.is-secondary, .tag.is-delete.is-secondary, .tag.has-delete-icon.is-secondary {
  background: #f9a201; }
  .tag .delete.is-secondary:hover, .tag.is-delete.is-secondary:hover, .tag.has-delete-icon.is-secondary:hover {
    background-color: #c68101;
    text-decoration: none; }

.tag .delete.is-primary-dark, .tag.is-delete.is-primary-dark, .tag.has-delete-icon.is-primary-dark {
  background: #ed9303; }
  .tag .delete.is-primary-dark:hover, .tag.is-delete.is-primary-dark:hover, .tag.has-delete-icon.is-primary-dark:hover {
    background-color: #bb7402;
    text-decoration: none; }

.tag.has-delete-icon {
  padding: 0px; }
  .tag.has-delete-icon .icon:first-child:not(:last-child), .tag.has-delete-icon .fc button .fc-icon:first-child:not(:last-child), .fc button .tag.has-delete-icon .fc-icon:first-child:not(:last-child) {
    margin-right: 0px;
    margin-left: 0px; }

.tags.inline-tags {
  margin-bottom: 0px; }
  .tags.inline-tags:not(:last-child) {
    margin-right: 0.5rem; }

.taginput .taginput-container {
  display: flex; }
  .taginput .taginput-container.is-focusable {
    padding-bottom: 0;
    padding-top: calc(0.275em - 1px);
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    cursor: text; }
  .taginput .taginput-container:not(.is-focusable) {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto; }
    .taginput .taginput-container:not(.is-focusable).is-small {
      border-radius: 1px;
      font-size: 0.75rem; }
    .taginput .taginput-container:not(.is-focusable).is-medium {
      font-size: 1.25rem; }
    .taginput .taginput-container:not(.is-focusable).is-large {
      font-size: 1.5rem; }
  .taginput .taginput-container > .tag,
  .taginput .taginput-container > .tags {
    margin-left: 0.275rem;
    margin-bottom: calc(0.275em - 1px);
    font-size: 0.9em;
    height: calc(2em - 1px); }
    .taginput .taginput-container > .tag .tag,
    .taginput .taginput-container > .tags .tag {
      margin-bottom: 0;
      font-size: 0.9em;
      height: calc(2em - 1px); }
      .taginput .taginput-container > .tag .tag.is-delete,
      .taginput .taginput-container > .tags .tag.is-delete {
        width: calc(2em - 1px); }
  .taginput .taginput-container .autocomplete {
    position: static;
    flex: 1; }
    .taginput .taginput-container .autocomplete input {
      height: calc(2em - 1px);
      margin-bottom: calc(0.275em - 1px);
      padding-top: 0;
      padding-bottom: 0;
      border: none;
      box-shadow: none;
      min-width: 8em; }
      .taginput .taginput-container .autocomplete input:focus {
        box-shadow: none !important; }
    .taginput .taginput-container .autocomplete .icon, .taginput .taginput-container .autocomplete .fc button .fc-icon, .fc button .taginput .taginput-container .autocomplete .fc-icon {
      height: calc(2em - 1px); }
    .taginput .taginput-container .autocomplete > .control.is-loading::after {
      top: 0.375em; }

.timepicker .dropdown-menu {
  min-width: 0; }

.timepicker .dropdown,
.timepicker .dropdown-trigger {
  width: 100%; }
  .timepicker .dropdown .input[readonly],
  .timepicker .dropdown-trigger .input[readonly] {
    cursor: pointer;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
    .timepicker .dropdown .input[readonly]:focus, .timepicker .dropdown .input[readonly].is-focused, .timepicker .dropdown .input[readonly]:active, .timepicker .dropdown .input[readonly].is-active,
    .timepicker .dropdown-trigger .input[readonly]:focus,
    .timepicker .dropdown-trigger .input[readonly].is-focused,
    .timepicker .dropdown-trigger .input[readonly]:active,
    .timepicker .dropdown-trigger .input[readonly].is-active {
      box-shadow: 0 0 0 0.125em rgba(38, 126, 195, 0.25); }

.timepicker .dropdown.is-disabled {
  opacity: 1; }

.timepicker .dropdown-item, .timepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .timepicker a {
  font-size: inherit;
  padding: 0; }

.timepicker .timepicker-footer {
  padding: 0 0.5rem 0 0.5rem; }

.timepicker .dropdown-content .control {
  font-size: 1.25em;
  margin-right: 0 !important; }
  .timepicker .dropdown-content .control .select {
    margin: 0 0.125em; }
    .timepicker .dropdown-content .control .select select {
      font-weight: 600;
      padding-right: calc(0.625em - 1px);
      border: 0; }
      .timepicker .dropdown-content .control .select select option:disabled {
        color: rgba(122, 122, 122, 0.7); }
    .timepicker .dropdown-content .control .select:after {
      display: none; }
  .timepicker .dropdown-content .control.is-colon {
    font-size: 1.7em;
    line-height: 1.7em; }
    .timepicker .dropdown-content .control.is-colon:last-child {
      padding-right: calc(0.625em - 1px); }

.timepicker.is-small {
  border-radius: 1px;
  font-size: 0.75rem; }

.timepicker.is-medium {
  font-size: 1.25rem; }

.timepicker.is-large {
  font-size: 1.5rem; }

.b-tooltip {
  position: relative;
  display: inline-flex; }
  .b-tooltip.is-top .tooltip-content {
    top: auto;
    right: auto;
    bottom: calc(100% + 5px + 2px);
    left: 50%;
    transform: translateX(-50%); }
  .b-tooltip.is-top .tooltip-content::before {
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #178fe2;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .b-tooltip.is-top.is-white .tooltip-content::before {
    border-top-color: #ffffff; }
  .b-tooltip.is-top.is-black .tooltip-content::before {
    border-top-color: #0a0a0a; }
  .b-tooltip.is-top.is-light .tooltip-content::before {
    border-top-color: whitesmoke; }
  .b-tooltip.is-top.is-dark .tooltip-content::before {
    border-top-color: #363636; }
  .b-tooltip.is-top.is-primary .tooltip-content::before {
    border-top-color: #178fe2; }
  .b-tooltip.is-top.is-link .tooltip-content::before {
    border-top-color: #267ec3; }
  .b-tooltip.is-top.is-info .tooltip-content::before, #toaster .b-tooltip.is-top.toast.info .tooltip-content::before, #toaster .toast .b-tooltip.is-top.sticky_info .tooltip-content::before {
    border-top-color: #03a5df; }
  .b-tooltip.is-top.is-success .tooltip-content::before, #toaster .b-tooltip.is-top.toast.success .tooltip-content::before, #toaster .b-tooltip.is-top.toast.sticky_success .tooltip-content::before {
    border-top-color: #47ba78; }
  .b-tooltip.is-top.is-warning .tooltip-content::before, #toaster .b-tooltip.is-top.toast.warning .tooltip-content::before, #toaster .b-tooltip.is-top.toast.sticky_warning .tooltip-content::before {
    border-top-color: #fde456; }
  .b-tooltip.is-top.is-danger .tooltip-content::before, #toaster .b-tooltip.is-top.toast.error .tooltip-content::before, #toaster .b-tooltip.is-top.toast.danger .tooltip-content::before, #toaster .b-tooltip.is-top.toast.is-error .tooltip-content::before, #toaster .b-tooltip.is-top.toast.sticky_error .tooltip-content::before {
    border-top-color: #d25a4d; }
  .b-tooltip.is-top.is-secondary .tooltip-content::before {
    border-top-color: #f9a201; }
  .b-tooltip.is-top.is-secondary.is-light .tooltip-content::before {
    border-top-color: #fff8eb; }
  .b-tooltip.is-top.is-primary-dark .tooltip-content::before {
    border-top-color: #ed9303; }
  .b-tooltip.is-top.is-primary-dark.is-light .tooltip-content::before {
    border-top-color: #fff7eb; }
  .b-tooltip.is-right .tooltip-content {
    top: 50%;
    right: auto;
    bottom: auto;
    left: calc(100% + 5px + 2px);
    transform: translateY(-50%); }
  .b-tooltip.is-right .tooltip-content::before {
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-right: 5px solid #178fe2;
    border-bottom: 5px solid transparent; }
  .b-tooltip.is-right.is-white .tooltip-content::before {
    border-right-color: #ffffff; }
  .b-tooltip.is-right.is-black .tooltip-content::before {
    border-right-color: #0a0a0a; }
  .b-tooltip.is-right.is-light .tooltip-content::before {
    border-right-color: whitesmoke; }
  .b-tooltip.is-right.is-dark .tooltip-content::before {
    border-right-color: #363636; }
  .b-tooltip.is-right.is-primary .tooltip-content::before {
    border-right-color: #178fe2; }
  .b-tooltip.is-right.is-link .tooltip-content::before {
    border-right-color: #267ec3; }
  .b-tooltip.is-right.is-info .tooltip-content::before, #toaster .b-tooltip.is-right.toast.info .tooltip-content::before, #toaster .toast .b-tooltip.is-right.sticky_info .tooltip-content::before {
    border-right-color: #03a5df; }
  .b-tooltip.is-right.is-success .tooltip-content::before, #toaster .b-tooltip.is-right.toast.success .tooltip-content::before, #toaster .b-tooltip.is-right.toast.sticky_success .tooltip-content::before {
    border-right-color: #47ba78; }
  .b-tooltip.is-right.is-warning .tooltip-content::before, #toaster .b-tooltip.is-right.toast.warning .tooltip-content::before, #toaster .b-tooltip.is-right.toast.sticky_warning .tooltip-content::before {
    border-right-color: #fde456; }
  .b-tooltip.is-right.is-danger .tooltip-content::before, #toaster .b-tooltip.is-right.toast.error .tooltip-content::before, #toaster .b-tooltip.is-right.toast.danger .tooltip-content::before, #toaster .b-tooltip.is-right.toast.is-error .tooltip-content::before, #toaster .b-tooltip.is-right.toast.sticky_error .tooltip-content::before {
    border-right-color: #d25a4d; }
  .b-tooltip.is-right.is-secondary .tooltip-content::before {
    border-right-color: #f9a201; }
  .b-tooltip.is-right.is-secondary.is-light .tooltip-content::before {
    border-right-color: #fff8eb; }
  .b-tooltip.is-right.is-primary-dark .tooltip-content::before {
    border-right-color: #ed9303; }
  .b-tooltip.is-right.is-primary-dark.is-light .tooltip-content::before {
    border-right-color: #fff7eb; }
  .b-tooltip.is-bottom .tooltip-content {
    top: calc(100% + 5px + 2px);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  .b-tooltip.is-bottom .tooltip-content::before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 5px solid transparent;
    border-bottom: 5px solid #178fe2;
    border-left: 5px solid transparent; }
  .b-tooltip.is-bottom.is-white .tooltip-content::before {
    border-bottom-color: #ffffff; }
  .b-tooltip.is-bottom.is-black .tooltip-content::before {
    border-bottom-color: #0a0a0a; }
  .b-tooltip.is-bottom.is-light .tooltip-content::before {
    border-bottom-color: whitesmoke; }
  .b-tooltip.is-bottom.is-dark .tooltip-content::before {
    border-bottom-color: #363636; }
  .b-tooltip.is-bottom.is-primary .tooltip-content::before {
    border-bottom-color: #178fe2; }
  .b-tooltip.is-bottom.is-link .tooltip-content::before {
    border-bottom-color: #267ec3; }
  .b-tooltip.is-bottom.is-info .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.info .tooltip-content::before, #toaster .toast .b-tooltip.is-bottom.sticky_info .tooltip-content::before {
    border-bottom-color: #03a5df; }
  .b-tooltip.is-bottom.is-success .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.success .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.sticky_success .tooltip-content::before {
    border-bottom-color: #47ba78; }
  .b-tooltip.is-bottom.is-warning .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.warning .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.sticky_warning .tooltip-content::before {
    border-bottom-color: #fde456; }
  .b-tooltip.is-bottom.is-danger .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.error .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.danger .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.is-error .tooltip-content::before, #toaster .b-tooltip.is-bottom.toast.sticky_error .tooltip-content::before {
    border-bottom-color: #d25a4d; }
  .b-tooltip.is-bottom.is-secondary .tooltip-content::before {
    border-bottom-color: #f9a201; }
  .b-tooltip.is-bottom.is-secondary.is-light .tooltip-content::before {
    border-bottom-color: #fff8eb; }
  .b-tooltip.is-bottom.is-primary-dark .tooltip-content::before {
    border-bottom-color: #ed9303; }
  .b-tooltip.is-bottom.is-primary-dark.is-light .tooltip-content::before {
    border-bottom-color: #fff7eb; }
  .b-tooltip.is-left .tooltip-content {
    top: 50%;
    right: calc(100% + 5px + 2px);
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  .b-tooltip.is-left .tooltip-content::before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #178fe2; }
  .b-tooltip.is-left.is-white .tooltip-content::before {
    border-left-color: #ffffff; }
  .b-tooltip.is-left.is-black .tooltip-content::before {
    border-left-color: #0a0a0a; }
  .b-tooltip.is-left.is-light .tooltip-content::before {
    border-left-color: whitesmoke; }
  .b-tooltip.is-left.is-dark .tooltip-content::before {
    border-left-color: #363636; }
  .b-tooltip.is-left.is-primary .tooltip-content::before {
    border-left-color: #178fe2; }
  .b-tooltip.is-left.is-link .tooltip-content::before {
    border-left-color: #267ec3; }
  .b-tooltip.is-left.is-info .tooltip-content::before, #toaster .b-tooltip.is-left.toast.info .tooltip-content::before, #toaster .toast .b-tooltip.is-left.sticky_info .tooltip-content::before {
    border-left-color: #03a5df; }
  .b-tooltip.is-left.is-success .tooltip-content::before, #toaster .b-tooltip.is-left.toast.success .tooltip-content::before, #toaster .b-tooltip.is-left.toast.sticky_success .tooltip-content::before {
    border-left-color: #47ba78; }
  .b-tooltip.is-left.is-warning .tooltip-content::before, #toaster .b-tooltip.is-left.toast.warning .tooltip-content::before, #toaster .b-tooltip.is-left.toast.sticky_warning .tooltip-content::before {
    border-left-color: #fde456; }
  .b-tooltip.is-left.is-danger .tooltip-content::before, #toaster .b-tooltip.is-left.toast.error .tooltip-content::before, #toaster .b-tooltip.is-left.toast.danger .tooltip-content::before, #toaster .b-tooltip.is-left.toast.is-error .tooltip-content::before, #toaster .b-tooltip.is-left.toast.sticky_error .tooltip-content::before {
    border-left-color: #d25a4d; }
  .b-tooltip.is-left.is-secondary .tooltip-content::before {
    border-left-color: #f9a201; }
  .b-tooltip.is-left.is-secondary.is-light .tooltip-content::before {
    border-left-color: #fff8eb; }
  .b-tooltip.is-left.is-primary-dark .tooltip-content::before {
    border-left-color: #ed9303; }
  .b-tooltip.is-left.is-primary-dark.is-light .tooltip-content::before {
    border-left-color: #fff7eb; }
  .b-tooltip .tooltip-content {
    width: auto;
    padding: 0.35rem 0.75rem;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 400;
    box-shadow: 0px 1px 2px 1px rgba(0, 1, 0, 0.2);
    z-index: 38;
    white-space: nowrap;
    position: absolute; }
  .b-tooltip .tooltip-content::before {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 38; }
  .b-tooltip .tooltip-trigger {
    width: 100%; }
  .b-tooltip.is-white .tooltip-content {
    background: #ffffff;
    color: #0a0a0a; }
  .b-tooltip.is-black .tooltip-content {
    background: #0a0a0a;
    color: #ffffff; }
  .b-tooltip.is-light .tooltip-content {
    background: whitesmoke;
    color: #363636; }
  .b-tooltip.is-dark .tooltip-content {
    background: #363636;
    color: whitesmoke; }
  .b-tooltip.is-primary .tooltip-content {
    background: #178fe2;
    color: #fff; }
  .b-tooltip.is-link .tooltip-content {
    background: #267ec3;
    color: #fff; }
  .b-tooltip.is-info .tooltip-content, #toaster .b-tooltip.toast.info .tooltip-content, #toaster .toast .b-tooltip.sticky_info .tooltip-content {
    background: #03a5df;
    color: #fff; }
  .b-tooltip.is-success .tooltip-content, #toaster .b-tooltip.toast.success .tooltip-content, #toaster .b-tooltip.toast.sticky_success .tooltip-content {
    background: #47ba78;
    color: #fff; }
  .b-tooltip.is-warning .tooltip-content, #toaster .b-tooltip.toast.warning .tooltip-content, #toaster .b-tooltip.toast.sticky_warning .tooltip-content {
    background: #fde456;
    color: rgba(0, 0, 0, 0.7); }
  .b-tooltip.is-danger .tooltip-content, #toaster .b-tooltip.toast.error .tooltip-content, #toaster .b-tooltip.toast.danger .tooltip-content, #toaster .b-tooltip.toast.is-error .tooltip-content, #toaster .b-tooltip.toast.sticky_error .tooltip-content {
    background: #d25a4d;
    color: #fff; }
  .b-tooltip.is-secondary .tooltip-content {
    background: #f9a201;
    color: #fff; }
  .b-tooltip.is-secondary.is-light .tooltip-content {
    background: #fff8eb;
    color: #986301; }
  .b-tooltip.is-primary-dark .tooltip-content {
    background: #ed9303;
    color: #fff; }
  .b-tooltip.is-primary-dark.is-light .tooltip-content {
    background: #fff7eb;
    color: #ab6a02; }
  .b-tooltip.is-always .tooltip-content::before,
  .b-tooltip.is-always .tooltip-content {
    opacity: 1;
    visibility: visible; }
  .b-tooltip.is-multiline .tooltip-content {
    display: flex-block;
    text-align: center;
    white-space: normal; }
  .b-tooltip.is-multiline.is-small .tooltip-content {
    width: 180px; }
  .b-tooltip.is-multiline.is-medium .tooltip-content {
    width: 240px; }
  .b-tooltip.is-multiline.is-large .tooltip-content {
    width: 300px; }
  .b-tooltip.is-dashed .tooltip-trigger {
    border-bottom: 1px dashed #b5b5b5;
    cursor: default; }
  .b-tooltip.is-square .tooltip-content {
    border-radius: 0; }

.upload {
  position: relative;
  display: inline-flex; }
  .upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: -1; }
  .upload .upload-draggable {
    cursor: pointer;
    padding: 0.25em;
    border: 1px dashed #b5b5b5;
    border-radius: 5px; }
    .upload .upload-draggable.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    .upload .upload-draggable.is-loading {
      position: relative;
      pointer-events: none;
      opacity: 0.5; }
      .upload .upload-draggable.is-loading:after {
        animation: spinAround 500ms infinite linear;
        border: 2px solid #dbdbdb;
        border-radius: 290486px;
        border-right-color: transparent;
        border-top-color: transparent;
        content: "";
        display: block;
        height: 1em;
        position: relative;
        width: 1em;
        top: 0;
        left: calc(50% - 1.5em);
        width: 3em;
        height: 3em;
        border-width: 0.25em; }
    .upload .upload-draggable:hover.is-white, .upload .upload-draggable.is-hovered.is-white {
      border-color: #ffffff;
      background: rgba(255, 255, 255, 0.05); }
    .upload .upload-draggable:hover.is-black, .upload .upload-draggable.is-hovered.is-black {
      border-color: #0a0a0a;
      background: rgba(10, 10, 10, 0.05); }
    .upload .upload-draggable:hover.is-light, .upload .upload-draggable.is-hovered.is-light {
      border-color: whitesmoke;
      background: rgba(245, 245, 245, 0.05); }
    .upload .upload-draggable:hover.is-dark, .upload .upload-draggable.is-hovered.is-dark {
      border-color: #363636;
      background: rgba(54, 54, 54, 0.05); }
    .upload .upload-draggable:hover.is-primary, .upload .upload-draggable.is-hovered.is-primary {
      border-color: #178fe2;
      background: rgba(23, 143, 226, 0.05); }
    .upload .upload-draggable:hover.is-link, .upload .upload-draggable.is-hovered.is-link {
      border-color: #267ec3;
      background: rgba(38, 126, 195, 0.05); }
    .upload .upload-draggable:hover.is-info, .upload #toaster .upload-draggable.toast.info:hover, #toaster .upload .upload-draggable.toast.info:hover, .upload #toaster .toast .upload-draggable.sticky_info:hover, #toaster .toast .upload .upload-draggable.sticky_info:hover, .upload .upload-draggable.is-hovered.is-info, .upload #toaster .upload-draggable.is-hovered.toast.info, #toaster .upload .upload-draggable.is-hovered.toast.info, .upload #toaster .toast .upload-draggable.is-hovered.sticky_info, #toaster .toast .upload .upload-draggable.is-hovered.sticky_info {
      border-color: #03a5df;
      background: rgba(3, 165, 223, 0.05); }
    .upload .upload-draggable:hover.is-success, .upload #toaster .upload-draggable.toast.success:hover, #toaster .upload .upload-draggable.toast.success:hover, .upload #toaster .upload-draggable.toast.sticky_success:hover, #toaster .upload .upload-draggable.toast.sticky_success:hover, .upload .upload-draggable.is-hovered.is-success, .upload #toaster .upload-draggable.is-hovered.toast.success, #toaster .upload .upload-draggable.is-hovered.toast.success, .upload #toaster .upload-draggable.is-hovered.toast.sticky_success, #toaster .upload .upload-draggable.is-hovered.toast.sticky_success {
      border-color: #47ba78;
      background: rgba(71, 186, 120, 0.05); }
    .upload .upload-draggable:hover.is-warning, .upload #toaster .upload-draggable.toast.warning:hover, #toaster .upload .upload-draggable.toast.warning:hover, .upload #toaster .upload-draggable.toast.sticky_warning:hover, #toaster .upload .upload-draggable.toast.sticky_warning:hover, .upload .upload-draggable.is-hovered.is-warning, .upload #toaster .upload-draggable.is-hovered.toast.warning, #toaster .upload .upload-draggable.is-hovered.toast.warning, .upload #toaster .upload-draggable.is-hovered.toast.sticky_warning, #toaster .upload .upload-draggable.is-hovered.toast.sticky_warning {
      border-color: #fde456;
      background: rgba(253, 228, 86, 0.05); }
    .upload .upload-draggable:hover.is-danger, .upload #toaster .upload-draggable.toast.error:hover, #toaster .upload .upload-draggable.toast.error:hover, .upload #toaster .upload-draggable.toast.danger:hover, #toaster .upload .upload-draggable.toast.danger:hover, .upload #toaster .upload-draggable.toast.is-error:hover, #toaster .upload .upload-draggable.toast.is-error:hover, .upload #toaster .upload-draggable.toast.sticky_error:hover, #toaster .upload .upload-draggable.toast.sticky_error:hover, .upload .upload-draggable.is-hovered.is-danger, .upload #toaster .upload-draggable.is-hovered.toast.error, #toaster .upload .upload-draggable.is-hovered.toast.error, .upload #toaster .upload-draggable.is-hovered.toast.danger, #toaster .upload .upload-draggable.is-hovered.toast.danger, .upload #toaster .upload-draggable.is-hovered.toast.is-error, #toaster .upload .upload-draggable.is-hovered.toast.is-error, .upload #toaster .upload-draggable.is-hovered.toast.sticky_error, #toaster .upload .upload-draggable.is-hovered.toast.sticky_error {
      border-color: #d25a4d;
      background: rgba(210, 90, 77, 0.05); }
    .upload .upload-draggable:hover.is-secondary, .upload .upload-draggable.is-hovered.is-secondary {
      border-color: #f9a201;
      background: rgba(249, 162, 1, 0.05); }
    .upload .upload-draggable:hover.is-primary-dark, .upload .upload-draggable.is-hovered.is-primary-dark {
      border-color: #ed9303;
      background: rgba(237, 147, 3, 0.05); }
    .upload .upload-draggable.is-expanded {
      width: 100%; }
  .upload.is-expanded {
    width: 100%; }
  .upload.is-rounded {
    border-radius: 290486px; }
    .upload.is-rounded .file-name {
      border-top-right-radius: 290486px;
      border-bottom-right-radius: 290486px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .upload input[type="file"] {
    z-index: auto; }
  .upload .upload-draggable + input[type="file"] {
    z-index: -1; } }

.has-flex-start-items, .has-flex-center-items, .has-flex-end-items {
  display: flex; }

.has-flex-start-items {
  align-items: flex-start !important;
  justify-content: flex-start !important; }

.has-flex-center-items {
  align-items: center !important;
  justify-content: center !important; }

.has-flex-end-items {
  align-items: flex-end !important;
  justify-content: flex-end !important; }

.has-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .has-shadow-hover {
    transition: box-shadow 0.3s ease-out; }
    .has-shadow-hover:hover {
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
  .has-shadow-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .has-shadow-2 {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
  .has-shadow-3 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
  .has-shadow-4 {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
  .has-shadow-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); }
  .has-shadow-6 {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }

.has-text-condensed {
  line-height: 1.125; }

.has-text-spaced {
  line-height: 1.875; }

.notices .notification {
  padding: 0px !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #b5b5b5;
  border-left-width: 8px;
  opacity: 0.97;
  filter: alpha(opacity=97);
  -khtml-opacity: 0.97;
  -moz-opacity: 0.97;
  zoom: 1; }
  .notices .notification > .delete {
    right: 0.25rem !important;
    top: 0.25rem !important;
    background: transparent; }
    .notices .notification > .delete::before, .notices .notification > .delete::after {
      background-color: #b5b5b5; }
    .notices .notification > .delete:hover::before, .notices .notification > .delete:hover::after {
      background-color: #7a7a7a; }
  .notices .notification .media .media-left {
    color: #b5b5b5;
    background-color: transparent;
    padding: .35rem 0 0 0.5rem;
    margin-right: 0px; }
    .notices .notification .media .media-left .icon svg, .notices .notification .media .media-left .fc button .fc-icon svg, .fc button .notices .notification .media .media-left .fc-icon svg {
      width: 1em;
      height: 1em; }
  .notices .notification .media .media-content {
    padding: 1rem 2rem 1rem 1.5rem; }
  .notices .notification.is-white {
    background-color: white !important;
    border-color: white !important;
    color: #4d4c4c !important; }
    .notices .notification.is-white .media {
      background-color: white; }
      .notices .notification.is-white .media .media-left {
        color: #ffffff; }
  .notices .notification.is-black {
    background-color: #fafafa !important;
    border-color: #333333 !important;
    color: #090909 !important; }
    .notices .notification.is-black .media {
      background-color: #fafafa; }
      .notices .notification.is-black .media .media-left {
        color: #0a0a0a; }
  .notices .notification.is-light {
    background-color: #fafafa !important;
    border-color: whitesmoke !important;
    color: #505050 !important; }
    .notices .notification.is-light .media {
      background-color: #fafafa; }
      .notices .notification.is-light .media .media-left {
        color: whitesmoke; }
  .notices .notification.is-dark {
    background-color: #fafafa !important;
    border-color: #363636 !important;
    color: #2a2a2a !important; }
    .notices .notification.is-dark .media {
      background-color: #fafafa; }
      .notices .notification.is-dark .media .media-left {
        color: #363636; }
  .notices .notification.is-primary {
    background-color: #f6fbfe !important;
    border-color: #178fe2 !important;
    color: #134f79 !important; }
    .notices .notification.is-primary .media {
      background-color: #f6fbfe; }
      .notices .notification.is-primary .media .media-left {
        color: #178fe2; }
  .notices .notification.is-link {
    background-color: #f6fafd !important;
    border-color: #267ec3 !important;
    color: #1d4e74 !important; }
    .notices .notification.is-link .media {
      background-color: #f6fafd; }
      .notices .notification.is-link .media .media-left {
        color: #267ec3; }
  .notices .notification.is-info, .notices #toaster .notification.toast.info, #toaster .notices .notification.toast.info, .notices #toaster .toast .notification.sticky_info, #toaster .toast .notices .notification.sticky_info {
    background-color: #f5fcff !important;
    border-color: #03a5df !important;
    color: #064156 !important; }
    .notices .notification.is-info .media, .notices #toaster .notification.toast.info .media, #toaster .notices .notification.toast.info .media, .notices #toaster .toast .notification.sticky_info .media, #toaster .toast .notices .notification.sticky_info .media {
      background-color: #f5fcff; }
      .notices .notification.is-info .media .media-left, .notices #toaster .notification.toast.info .media .media-left, #toaster .notices .notification.toast.info .media .media-left, .notices #toaster .toast .notification.sticky_info .media .media-left, #toaster .toast .notices .notification.sticky_info .media .media-left {
        color: #03a5df; }
  .notices .notification.is-success, .notices #toaster .notification.toast.success, #toaster .notices .notification.toast.success, .notices #toaster .notification.toast.sticky_success, #toaster .notices .notification.toast.sticky_success {
    background-color: #f8fcfa !important;
    border-color: #47ba78 !important;
    color: #224330 !important; }
    .notices .notification.is-success .media, .notices #toaster .notification.toast.success .media, #toaster .notices .notification.toast.success .media, .notices #toaster .notification.toast.sticky_success .media, #toaster .notices .notification.toast.sticky_success .media {
      background-color: #f8fcfa; }
      .notices .notification.is-success .media .media-left, .notices #toaster .notification.toast.success .media .media-left, #toaster .notices .notification.toast.success .media .media-left, .notices #toaster .notification.toast.sticky_success .media .media-left, #toaster .notices .notification.toast.sticky_success .media .media-left {
        color: #47ba78; }
  .notices .notification.is-warning, .notices #toaster .notification.toast.warning, #toaster .notices .notification.toast.warning, .notices #toaster .notification.toast.sticky_warning, #toaster .notices .notification.toast.sticky_warning {
    background-color: #fffdf5 !important;
    border-color: #fde456 !important;
    color: #2f2907 !important; }
    .notices .notification.is-warning .media, .notices #toaster .notification.toast.warning .media, #toaster .notices .notification.toast.warning .media, .notices #toaster .notification.toast.sticky_warning .media, #toaster .notices .notification.toast.sticky_warning .media {
      background-color: #fffdf5; }
      .notices .notification.is-warning .media .media-left, .notices #toaster .notification.toast.warning .media .media-left, #toaster .notices .notification.toast.warning .media .media-left, .notices #toaster .notification.toast.sticky_warning .media .media-left, #toaster .notices .notification.toast.sticky_warning .media .media-left {
        color: #fde456; }
  .notices .notification.is-danger, .notices #toaster .notification.toast.error, #toaster .notices .notification.toast.error, .notices #toaster .notification.toast.danger, #toaster .notices .notification.toast.danger, .notices #toaster .notification.toast.is-error, #toaster .notices .notification.toast.is-error, .notices #toaster .notification.toast.sticky_error, #toaster .notices .notification.toast.sticky_error {
    background-color: #fdf7f7 !important;
    border-color: #d25a4d !important;
    color: #93382f !important; }
    .notices .notification.is-danger .media, .notices #toaster .notification.toast.error .media, #toaster .notices .notification.toast.error .media, .notices #toaster .notification.toast.danger .media, #toaster .notices .notification.toast.danger .media, .notices #toaster .notification.toast.is-error .media, #toaster .notices .notification.toast.is-error .media, .notices #toaster .notification.toast.sticky_error .media, #toaster .notices .notification.toast.sticky_error .media {
      background-color: #fdf7f7; }
      .notices .notification.is-danger .media .media-left, .notices #toaster .notification.toast.error .media .media-left, #toaster .notices .notification.toast.error .media .media-left, .notices #toaster .notification.toast.danger .media .media-left, #toaster .notices .notification.toast.danger .media .media-left, .notices #toaster .notification.toast.is-error .media .media-left, #toaster .notices .notification.toast.is-error .media .media-left, .notices #toaster .notification.toast.sticky_error .media .media-left, #toaster .notices .notification.toast.sticky_error .media .media-left {
        color: #d25a4d; }
  .notices .notification.is-secondary {
    background-color: #fffbf5 !important;
    border-color: #f9a201 !important;
    color: #3f2b05 !important; }
    .notices .notification.is-secondary .media {
      background-color: #fffbf5; }
      .notices .notification.is-secondary .media .media-left {
        color: #f9a201; }
  .notices .notification.is-primary-dark {
    background-color: #fffbf5 !important;
    border-color: #ed9303 !important;
    color: #4c3106 !important; }
    .notices .notification.is-primary-dark .media {
      background-color: #fffbf5; }
      .notices .notification.is-primary-dark .media .media-left {
        color: #ed9303; }

.is-divider, .is-divider-vertical {
  display: block;
  position: relative;
  border-top: 0.1rem solid #dbdbdb;
  height: 0.1rem;
  margin: 2rem 0;
  text-align: center; }
  .is-divider[data-content]::after, .is-divider-vertical[data-content]::after {
    background: white;
    color: #b5b5b5;
    content: attr(data-content);
    display: inline-block;
    font-size: 0.75rem;
    padding: .4rem .8rem;
    transform: translateY(-1.1rem);
    text-align: center; }

@media screen and (min-width: 769px), print {
  .is-divider-vertical {
    display: block;
    flex: none;
    width: auto;
    height: auto;
    padding: 2rem;
    margin: 0;
    position: relative;
    border-top: none;
    min-height: 2rem; }
    .is-divider-vertical::before {
      border-left: 0.1rem solid #dbdbdb;
      bottom: 1rem;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 1rem;
      transform: translate(-50%); }
    .is-divider-vertical[data-content]::after {
      position: absolute;
      left: 50%;
      top: 50%;
      padding: .1rem;
      transform: translate(-50%, -50%); } }

.is-divider.is-white,
.is-divider-vertical.is-white {
  border-top-color: #ffffff;
  font-weight: bold; }
  .is-divider.is-white[data-content]::after,
  .is-divider-vertical.is-white[data-content]::after {
    background: #0a0a0a;
    color: #ffffff; }

@media screen and (min-width: 769px), print {
  .is-divider.is-white::before,
  .is-divider-vertical.is-white::before {
    border-left-color: #ffffff; } }

.is-divider.is-black,
.is-divider-vertical.is-black {
  border-top-color: #0a0a0a;
  font-weight: bold; }
  .is-divider.is-black[data-content]::after,
  .is-divider-vertical.is-black[data-content]::after {
    background: #ffffff;
    color: #0a0a0a; }

@media screen and (min-width: 769px), print {
  .is-divider.is-black::before,
  .is-divider-vertical.is-black::before {
    border-left-color: #0a0a0a; } }

.is-divider.is-light,
.is-divider-vertical.is-light {
  border-top-color: whitesmoke;
  font-weight: bold; }
  .is-divider.is-light[data-content]::after,
  .is-divider-vertical.is-light[data-content]::after {
    background: #363636;
    color: whitesmoke; }

@media screen and (min-width: 769px), print {
  .is-divider.is-light::before,
  .is-divider-vertical.is-light::before {
    border-left-color: whitesmoke; } }

.is-divider.is-dark,
.is-divider-vertical.is-dark {
  border-top-color: #363636;
  font-weight: bold; }
  .is-divider.is-dark[data-content]::after,
  .is-divider-vertical.is-dark[data-content]::after {
    background: whitesmoke;
    color: #363636; }

@media screen and (min-width: 769px), print {
  .is-divider.is-dark::before,
  .is-divider-vertical.is-dark::before {
    border-left-color: #363636; } }

.is-divider.is-primary,
.is-divider-vertical.is-primary {
  border-top-color: #178fe2;
  font-weight: bold; }
  .is-divider.is-primary[data-content]::after,
  .is-divider-vertical.is-primary[data-content]::after {
    background: #fff;
    color: #178fe2; }

@media screen and (min-width: 769px), print {
  .is-divider.is-primary::before,
  .is-divider-vertical.is-primary::before {
    border-left-color: #178fe2; } }

.is-divider.is-link,
.is-divider-vertical.is-link {
  border-top-color: #267ec3;
  font-weight: bold; }
  .is-divider.is-link[data-content]::after,
  .is-divider-vertical.is-link[data-content]::after {
    background: #fff;
    color: #267ec3; }

@media screen and (min-width: 769px), print {
  .is-divider.is-link::before,
  .is-divider-vertical.is-link::before {
    border-left-color: #267ec3; } }

.is-divider.is-info, #toaster .is-divider.toast.info, #toaster .toast .is-divider.sticky_info,
.is-divider-vertical.is-info,
#toaster .is-divider-vertical.toast.info,
#toaster .toast .is-divider-vertical.sticky_info {
  border-top-color: #03a5df;
  font-weight: bold; }
  .is-divider.is-info[data-content]::after, #toaster .is-divider.toast.info[data-content]::after, #toaster .toast .is-divider.sticky_info[data-content]::after,
  .is-divider-vertical.is-info[data-content]::after,
  #toaster .is-divider-vertical.toast.info[data-content]::after,
  #toaster .toast .is-divider-vertical.sticky_info[data-content]::after {
    background: #fff;
    color: #03a5df; }

@media screen and (min-width: 769px), print {
  .is-divider.is-info::before, #toaster .is-divider.toast.info::before, #toaster .toast .is-divider.sticky_info::before,
  .is-divider-vertical.is-info::before,
  #toaster .is-divider-vertical.toast.info::before,
  #toaster .toast .is-divider-vertical.sticky_info::before {
    border-left-color: #03a5df; } }

.is-divider.is-success, #toaster .is-divider.toast.success, #toaster .is-divider.toast.sticky_success,
.is-divider-vertical.is-success,
#toaster .is-divider-vertical.toast.success,
#toaster .is-divider-vertical.toast.sticky_success {
  border-top-color: #47ba78;
  font-weight: bold; }
  .is-divider.is-success[data-content]::after, #toaster .is-divider.toast.success[data-content]::after, #toaster .is-divider.toast.sticky_success[data-content]::after,
  .is-divider-vertical.is-success[data-content]::after,
  #toaster .is-divider-vertical.toast.success[data-content]::after,
  #toaster .is-divider-vertical.toast.sticky_success[data-content]::after {
    background: #fff;
    color: #47ba78; }

@media screen and (min-width: 769px), print {
  .is-divider.is-success::before, #toaster .is-divider.toast.success::before, #toaster .is-divider.toast.sticky_success::before,
  .is-divider-vertical.is-success::before,
  #toaster .is-divider-vertical.toast.success::before,
  #toaster .is-divider-vertical.toast.sticky_success::before {
    border-left-color: #47ba78; } }

.is-divider.is-warning, #toaster .is-divider.toast.warning, #toaster .is-divider.toast.sticky_warning,
.is-divider-vertical.is-warning,
#toaster .is-divider-vertical.toast.warning,
#toaster .is-divider-vertical.toast.sticky_warning {
  border-top-color: #fde456;
  font-weight: bold; }
  .is-divider.is-warning[data-content]::after, #toaster .is-divider.toast.warning[data-content]::after, #toaster .is-divider.toast.sticky_warning[data-content]::after,
  .is-divider-vertical.is-warning[data-content]::after,
  #toaster .is-divider-vertical.toast.warning[data-content]::after,
  #toaster .is-divider-vertical.toast.sticky_warning[data-content]::after {
    background: rgba(0, 0, 0, 0.7);
    color: #fde456; }

@media screen and (min-width: 769px), print {
  .is-divider.is-warning::before, #toaster .is-divider.toast.warning::before, #toaster .is-divider.toast.sticky_warning::before,
  .is-divider-vertical.is-warning::before,
  #toaster .is-divider-vertical.toast.warning::before,
  #toaster .is-divider-vertical.toast.sticky_warning::before {
    border-left-color: #fde456; } }

.is-divider.is-danger, #toaster .is-divider.toast.error, #toaster .is-divider.toast.danger, #toaster .is-divider.toast.is-error, #toaster .is-divider.toast.sticky_error,
.is-divider-vertical.is-danger,
#toaster .is-divider-vertical.toast.error,
#toaster .is-divider-vertical.toast.danger,
#toaster .is-divider-vertical.toast.is-error,
#toaster .is-divider-vertical.toast.sticky_error {
  border-top-color: #d25a4d;
  font-weight: bold; }
  .is-divider.is-danger[data-content]::after, #toaster .is-divider.toast.error[data-content]::after, #toaster .is-divider.toast.danger[data-content]::after, #toaster .is-divider.toast.is-error[data-content]::after, #toaster .is-divider.toast.sticky_error[data-content]::after,
  .is-divider-vertical.is-danger[data-content]::after,
  #toaster .is-divider-vertical.toast.error[data-content]::after,
  #toaster .is-divider-vertical.toast.danger[data-content]::after,
  #toaster .is-divider-vertical.toast.is-error[data-content]::after,
  #toaster .is-divider-vertical.toast.sticky_error[data-content]::after {
    background: #fff;
    color: #d25a4d; }

@media screen and (min-width: 769px), print {
  .is-divider.is-danger::before, #toaster .is-divider.toast.error::before, #toaster .is-divider.toast.danger::before, #toaster .is-divider.toast.is-error::before, #toaster .is-divider.toast.sticky_error::before,
  .is-divider-vertical.is-danger::before,
  #toaster .is-divider-vertical.toast.error::before,
  #toaster .is-divider-vertical.toast.danger::before,
  #toaster .is-divider-vertical.toast.is-error::before,
  #toaster .is-divider-vertical.toast.sticky_error::before {
    border-left-color: #d25a4d; } }

.is-divider.is-secondary,
.is-divider-vertical.is-secondary {
  border-top-color: #f9a201;
  font-weight: bold; }
  .is-divider.is-secondary[data-content]::after,
  .is-divider-vertical.is-secondary[data-content]::after {
    background: #fff;
    color: #f9a201; }

@media screen and (min-width: 769px), print {
  .is-divider.is-secondary::before,
  .is-divider-vertical.is-secondary::before {
    border-left-color: #f9a201; } }

.is-divider.is-primary-dark,
.is-divider-vertical.is-primary-dark {
  border-top-color: #ed9303;
  font-weight: bold; }
  .is-divider.is-primary-dark[data-content]::after,
  .is-divider-vertical.is-primary-dark[data-content]::after {
    background: #fff;
    color: #ed9303; }

@media screen and (min-width: 769px), print {
  .is-divider.is-primary-dark::before,
  .is-divider-vertical.is-primary-dark::before {
    border-left-color: #ed9303; } }

.is-divider.is-black-bis,
.is-divider-vertical.is-black-bis {
  border-top-color: #121212;
  font-weight: bold; }
  .is-divider.is-black-bis[data-content]::after,
  .is-divider-vertical.is-black-bis[data-content]::after {
    background: #fff;
    color: #121212; }

@media screen and (min-width: 769px), print {
  .is-divider.is-black-bis::before,
  .is-divider-vertical.is-black-bis::before {
    border-left-color: #121212; } }

.is-divider.is-black-ter,
.is-divider-vertical.is-black-ter {
  border-top-color: #242424;
  font-weight: bold; }
  .is-divider.is-black-ter[data-content]::after,
  .is-divider-vertical.is-black-ter[data-content]::after {
    background: #fff;
    color: #242424; }

@media screen and (min-width: 769px), print {
  .is-divider.is-black-ter::before,
  .is-divider-vertical.is-black-ter::before {
    border-left-color: #242424; } }

.is-divider.is-grey-darker,
.is-divider-vertical.is-grey-darker {
  border-top-color: #363636;
  font-weight: bold; }
  .is-divider.is-grey-darker[data-content]::after,
  .is-divider-vertical.is-grey-darker[data-content]::after {
    background: #fff;
    color: #363636; }

@media screen and (min-width: 769px), print {
  .is-divider.is-grey-darker::before,
  .is-divider-vertical.is-grey-darker::before {
    border-left-color: #363636; } }

.is-divider.is-grey-dark,
.is-divider-vertical.is-grey-dark {
  border-top-color: #4a4a4a;
  font-weight: bold; }
  .is-divider.is-grey-dark[data-content]::after,
  .is-divider-vertical.is-grey-dark[data-content]::after {
    background: #fff;
    color: #4a4a4a; }

@media screen and (min-width: 769px), print {
  .is-divider.is-grey-dark::before,
  .is-divider-vertical.is-grey-dark::before {
    border-left-color: #4a4a4a; } }

.is-divider.is-grey,
.is-divider-vertical.is-grey {
  border-top-color: #7a7a7a;
  font-weight: bold; }
  .is-divider.is-grey[data-content]::after,
  .is-divider-vertical.is-grey[data-content]::after {
    background: #fff;
    color: #7a7a7a; }

@media screen and (min-width: 769px), print {
  .is-divider.is-grey::before,
  .is-divider-vertical.is-grey::before {
    border-left-color: #7a7a7a; } }

.is-divider.is-grey-light,
.is-divider-vertical.is-grey-light {
  border-top-color: #b5b5b5;
  font-weight: bold; }
  .is-divider.is-grey-light[data-content]::after,
  .is-divider-vertical.is-grey-light[data-content]::after {
    background: #fff;
    color: #b5b5b5; }

@media screen and (min-width: 769px), print {
  .is-divider.is-grey-light::before,
  .is-divider-vertical.is-grey-light::before {
    border-left-color: #b5b5b5; } }

.is-divider.is-grey-lighter,
.is-divider-vertical.is-grey-lighter {
  border-top-color: #dbdbdb;
  font-weight: bold; }
  .is-divider.is-grey-lighter[data-content]::after,
  .is-divider-vertical.is-grey-lighter[data-content]::after {
    background: rgba(0, 0, 0, 0.7);
    color: #dbdbdb; }

@media screen and (min-width: 769px), print {
  .is-divider.is-grey-lighter::before,
  .is-divider-vertical.is-grey-lighter::before {
    border-left-color: #dbdbdb; } }

.is-divider.is-white-ter,
.is-divider-vertical.is-white-ter {
  border-top-color: whitesmoke;
  font-weight: bold; }
  .is-divider.is-white-ter[data-content]::after,
  .is-divider-vertical.is-white-ter[data-content]::after {
    background: rgba(0, 0, 0, 0.7);
    color: whitesmoke; }

@media screen and (min-width: 769px), print {
  .is-divider.is-white-ter::before,
  .is-divider-vertical.is-white-ter::before {
    border-left-color: whitesmoke; } }

.is-divider.is-white-bis,
.is-divider-vertical.is-white-bis {
  border-top-color: #fafafa;
  font-weight: bold; }
  .is-divider.is-white-bis[data-content]::after,
  .is-divider-vertical.is-white-bis[data-content]::after {
    background: rgba(0, 0, 0, 0.7);
    color: #fafafa; }

@media screen and (min-width: 769px), print {
  .is-divider.is-white-bis::before,
  .is-divider-vertical.is-white-bis::before {
    border-left-color: #fafafa; } }

.is-fullheight {
  min-height: 100% !important; }
  .is-fullheight-exact {
    min-height: 100% !important;
    height: 100% !important; }
  .is-fullheight-screen {
    min-height: 100vh !important; }
    .is-fullheight-screen-exact {
      min-height: 100vh !important;
      height: 100vh !important;
      max-height: 100vh !important; }

.navbar {
  background-color: #ffffff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }
  .navbar.is-white {
    background-color: #ffffff;
    color: #0a0a0a; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:focus,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 1088px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:focus,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:focus,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:focus,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffffff;
        color: #0a0a0a; } }
  .navbar.is-black {
    background-color: #0a0a0a;
    color: #ffffff; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: #ffffff; }
    .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:focus,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: #ffffff; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: #ffffff; }
    .navbar.is-black .navbar-burger {
      color: #ffffff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: #ffffff; }
      .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:focus,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:focus,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:focus,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: #ffffff; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: #ffffff; }
      .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: #ffffff; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #ffffff; } }
  .navbar.is-light {
    background-color: whitesmoke;
    color: #363636; }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #363636; }
    .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:focus,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #363636; }
    .navbar.is-light .navbar-burger {
      color: #363636; }
    @media screen and (min-width: 1088px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: #363636; }
      .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:focus,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:focus,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:focus,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636; }
      .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #363636; } }
  .navbar.is-dark {
    background-color: #363636;
    color: whitesmoke; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: whitesmoke; }
    .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:focus,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: whitesmoke; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: whitesmoke; }
    .navbar.is-dark .navbar-burger {
      color: whitesmoke; }
    @media screen and (min-width: 1088px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: whitesmoke; }
      .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:focus,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:focus,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: whitesmoke; }
      .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: whitesmoke; } }
  .navbar.is-primary {
    background-color: #178fe2;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:focus,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #1580cb;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:focus,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:focus,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:focus,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #1580cb;
        color: #fff; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1580cb;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #178fe2;
        color: #fff; } }
  .navbar.is-link {
    background-color: #267ec3;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:focus,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #2270ae;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:focus,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:focus,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:focus,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #2270ae;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2270ae;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #267ec3;
        color: #fff; } }
  .navbar.is-info, #toaster .navbar.toast.info, #toaster .toast .navbar.sticky_info {
    background-color: #03a5df;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item, #toaster .navbar.toast.info .navbar-brand > .navbar-item, #toaster .toast .navbar.sticky_info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link,
    #toaster .navbar.toast.info .navbar-brand .navbar-link,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.info .navbar-brand > a.navbar-item:focus, #toaster .toast .navbar.sticky_info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.info .navbar-brand > a.navbar-item:hover, #toaster .toast .navbar.sticky_info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.info .navbar-brand > a.navbar-item.is-active, #toaster .toast .navbar.sticky_info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.info .navbar-brand .navbar-link:focus,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link:focus,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.info .navbar-brand .navbar-link:hover,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.info .navbar-brand .navbar-link.is-active,
    #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link.is-active {
      background-color: #0392c6;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after, #toaster .navbar.toast.info .navbar-brand .navbar-link::after, #toaster .toast .navbar.sticky_info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-info .navbar-burger, #toaster .navbar.toast.info .navbar-burger, #toaster .toast .navbar.sticky_info .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-info .navbar-start > .navbar-item, #toaster .navbar.toast.info .navbar-start > .navbar-item, #toaster .toast .navbar.sticky_info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      #toaster .navbar.toast.info .navbar-start .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      #toaster .navbar.toast.info .navbar-end > .navbar-item,
      #toaster .toast .navbar.sticky_info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link,
      #toaster .navbar.toast.info .navbar-end .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.info .navbar-start > a.navbar-item:focus, #toaster .toast .navbar.sticky_info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.info .navbar-start > a.navbar-item:hover, #toaster .toast .navbar.sticky_info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.info .navbar-start > a.navbar-item.is-active, #toaster .toast .navbar.sticky_info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.info .navbar-start .navbar-link:focus,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link:focus,
      .navbar.is-info .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.info .navbar-start .navbar-link:hover,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.info .navbar-start .navbar-link.is-active,
      #toaster .toast .navbar.sticky_info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.info .navbar-end > a.navbar-item:focus,
      #toaster .toast .navbar.sticky_info .navbar-end > a.navbar-item:focus,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.info .navbar-end > a.navbar-item:hover,
      #toaster .toast .navbar.sticky_info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.info .navbar-end > a.navbar-item.is-active,
      #toaster .toast .navbar.sticky_info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.info .navbar-end .navbar-link:focus,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link:focus,
      .navbar.is-info .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.info .navbar-end .navbar-link:hover,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.info .navbar-end .navbar-link.is-active,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link.is-active {
        background-color: #0392c6;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after, #toaster .navbar.toast.info .navbar-start .navbar-link::after, #toaster .toast .navbar.sticky_info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after,
      #toaster .navbar.toast.info .navbar-end .navbar-link::after,
      #toaster .toast .navbar.sticky_info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.info .navbar-item.has-dropdown:focus .navbar-link, #toaster .toast .navbar.sticky_info .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.info .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.info .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .toast .navbar.sticky_info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0392c6;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.info .navbar-dropdown a.navbar-item.is-active, #toaster .toast .navbar.sticky_info .navbar-dropdown a.navbar-item.is-active {
        background-color: #03a5df;
        color: #fff; } }
  .navbar.is-success, #toaster .navbar.toast.success, #toaster .navbar.toast.sticky_success {
    background-color: #47ba78;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item, #toaster .navbar.toast.success .navbar-brand > .navbar-item, #toaster .navbar.toast.sticky_success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link,
    #toaster .navbar.toast.success .navbar-brand .navbar-link,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.success .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.sticky_success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.success .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.sticky_success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.success .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.sticky_success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.success .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link:focus,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.success .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.success .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link.is-active {
      background-color: #3fa86c;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after, #toaster .navbar.toast.success .navbar-brand .navbar-link::after, #toaster .navbar.toast.sticky_success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-success .navbar-burger, #toaster .navbar.toast.success .navbar-burger, #toaster .navbar.toast.sticky_success .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-success .navbar-start > .navbar-item, #toaster .navbar.toast.success .navbar-start > .navbar-item, #toaster .navbar.toast.sticky_success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      #toaster .navbar.toast.success .navbar-start .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      #toaster .navbar.toast.success .navbar-end > .navbar-item,
      #toaster .navbar.toast.sticky_success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link,
      #toaster .navbar.toast.success .navbar-end .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.success .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.sticky_success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.success .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.sticky_success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.success .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.sticky_success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.success .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link:focus,
      .navbar.is-success .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.success .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.success .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.sticky_success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.success .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.sticky_success .navbar-end > a.navbar-item:focus,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.success .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.sticky_success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.success .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.sticky_success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.success .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link:focus,
      .navbar.is-success .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.success .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.success .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link.is-active {
        background-color: #3fa86c;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after, #toaster .navbar.toast.success .navbar-start .navbar-link::after, #toaster .navbar.toast.sticky_success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after,
      #toaster .navbar.toast.success .navbar-end .navbar-link::after,
      #toaster .navbar.toast.sticky_success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.success .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.sticky_success .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.success .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.success .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.sticky_success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3fa86c;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.success .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.sticky_success .navbar-dropdown a.navbar-item.is-active {
        background-color: #47ba78;
        color: #fff; } }
  .navbar.is-warning, #toaster .navbar.toast.warning, #toaster .navbar.toast.sticky_warning {
    background-color: #fde456;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item, #toaster .navbar.toast.warning .navbar-brand > .navbar-item, #toaster .navbar.toast.sticky_warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.warning .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.sticky_warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.warning .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.sticky_warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.warning .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.sticky_warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link:focus,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.warning .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link.is-active {
      background-color: #fde03d;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after, #toaster .navbar.toast.warning .navbar-brand .navbar-link::after, #toaster .navbar.toast.sticky_warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-burger, #toaster .navbar.toast.warning .navbar-burger, #toaster .navbar.toast.sticky_warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1088px) {
      .navbar.is-warning .navbar-start > .navbar-item, #toaster .navbar.toast.warning .navbar-start > .navbar-item, #toaster .navbar.toast.sticky_warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      #toaster .navbar.toast.warning .navbar-start .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      #toaster .navbar.toast.warning .navbar-end > .navbar-item,
      #toaster .navbar.toast.sticky_warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link,
      #toaster .navbar.toast.warning .navbar-end .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.warning .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.sticky_warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.warning .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.sticky_warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.warning .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.sticky_warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.warning .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link:focus,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.warning .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.warning .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.warning .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.sticky_warning .navbar-end > a.navbar-item:focus,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.warning .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.sticky_warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.warning .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.sticky_warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.warning .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link:focus,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.warning .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.warning .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link.is-active {
        background-color: #fde03d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start .navbar-link::after, #toaster .navbar.toast.warning .navbar-start .navbar-link::after, #toaster .navbar.toast.sticky_warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after,
      #toaster .navbar.toast.warning .navbar-end .navbar-link::after,
      #toaster .navbar.toast.sticky_warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.warning .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.sticky_warning .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.warning .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.warning .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.sticky_warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #fde03d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.warning .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.sticky_warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #fde456;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger, #toaster .navbar.toast.error, #toaster .navbar.toast.danger, #toaster .navbar.toast.is-error, #toaster .navbar.toast.sticky_error {
    background-color: #d25a4d;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item, #toaster .navbar.toast.error .navbar-brand > .navbar-item, #toaster .navbar.toast.danger .navbar-brand > .navbar-item, #toaster .navbar.toast.is-error .navbar-brand > .navbar-item, #toaster .navbar.toast.sticky_error .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link,
    #toaster .navbar.toast.error .navbar-brand .navbar-link,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.error .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.danger .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.is-error .navbar-brand > a.navbar-item:focus, #toaster .navbar.toast.sticky_error .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.error .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.danger .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.is-error .navbar-brand > a.navbar-item:hover, #toaster .navbar.toast.sticky_error .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.error .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.danger .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.is-error .navbar-brand > a.navbar-item.is-active, #toaster .navbar.toast.sticky_error .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.error .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link:focus,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link:focus,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.error .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link:hover,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.error .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.danger .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.is-error .navbar-brand .navbar-link.is-active,
    #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link.is-active {
      background-color: #cd4739;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after, #toaster .navbar.toast.error .navbar-brand .navbar-link::after, #toaster .navbar.toast.danger .navbar-brand .navbar-link::after, #toaster .navbar.toast.is-error .navbar-brand .navbar-link::after, #toaster .navbar.toast.sticky_error .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-danger .navbar-burger, #toaster .navbar.toast.error .navbar-burger, #toaster .navbar.toast.danger .navbar-burger, #toaster .navbar.toast.is-error .navbar-burger, #toaster .navbar.toast.sticky_error .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-danger .navbar-start > .navbar-item, #toaster .navbar.toast.error .navbar-start > .navbar-item, #toaster .navbar.toast.danger .navbar-start > .navbar-item, #toaster .navbar.toast.is-error .navbar-start > .navbar-item, #toaster .navbar.toast.sticky_error .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      #toaster .navbar.toast.error .navbar-start .navbar-link,
      #toaster .navbar.toast.danger .navbar-start .navbar-link,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      #toaster .navbar.toast.error .navbar-end > .navbar-item,
      #toaster .navbar.toast.danger .navbar-end > .navbar-item,
      #toaster .navbar.toast.is-error .navbar-end > .navbar-item,
      #toaster .navbar.toast.sticky_error .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link,
      #toaster .navbar.toast.error .navbar-end .navbar-link,
      #toaster .navbar.toast.danger .navbar-end .navbar-link,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.error .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.danger .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.is-error .navbar-start > a.navbar-item:focus, #toaster .navbar.toast.sticky_error .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.error .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.danger .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.is-error .navbar-start > a.navbar-item:hover, #toaster .navbar.toast.sticky_error .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.error .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.danger .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.is-error .navbar-start > a.navbar-item.is-active, #toaster .navbar.toast.sticky_error .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.error .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.danger .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link:focus,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link:focus,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.error .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.danger .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link:hover,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.error .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.danger .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.is-error .navbar-start .navbar-link.is-active,
      #toaster .navbar.toast.sticky_error .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.error .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.danger .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.is-error .navbar-end > a.navbar-item:focus,
      #toaster .navbar.toast.sticky_error .navbar-end > a.navbar-item:focus,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.error .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.danger .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.is-error .navbar-end > a.navbar-item:hover,
      #toaster .navbar.toast.sticky_error .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.error .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.danger .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.is-error .navbar-end > a.navbar-item.is-active,
      #toaster .navbar.toast.sticky_error .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.error .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.danger .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link:focus,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link:focus,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.error .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.danger .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link:hover,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.error .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.danger .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link.is-active,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link.is-active {
        background-color: #cd4739;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after, #toaster .navbar.toast.error .navbar-start .navbar-link::after, #toaster .navbar.toast.danger .navbar-start .navbar-link::after, #toaster .navbar.toast.is-error .navbar-start .navbar-link::after, #toaster .navbar.toast.sticky_error .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after,
      #toaster .navbar.toast.error .navbar-end .navbar-link::after,
      #toaster .navbar.toast.danger .navbar-end .navbar-link::after,
      #toaster .navbar.toast.is-error .navbar-end .navbar-link::after,
      #toaster .navbar.toast.sticky_error .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.error .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.danger .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.is-error .navbar-item.has-dropdown:focus .navbar-link, #toaster .navbar.toast.sticky_error .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.error .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.danger .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.is-error .navbar-item.has-dropdown:hover .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.error .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.danger .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.is-error .navbar-item.has-dropdown.is-active .navbar-link,
      #toaster .navbar.toast.sticky_error .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #cd4739;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.error .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.danger .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.is-error .navbar-dropdown a.navbar-item.is-active, #toaster .navbar.toast.sticky_error .navbar-dropdown a.navbar-item.is-active {
        background-color: #d25a4d;
        color: #fff; } }
  .navbar.is-secondary {
    background-color: #f9a201;
    color: #fff; }
    .navbar.is-secondary .navbar-brand > .navbar-item,
    .navbar.is-secondary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-secondary .navbar-brand > a.navbar-item:focus, .navbar.is-secondary .navbar-brand > a.navbar-item:hover, .navbar.is-secondary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-secondary .navbar-brand .navbar-link:focus,
    .navbar.is-secondary .navbar-brand .navbar-link:hover,
    .navbar.is-secondary .navbar-brand .navbar-link.is-active {
      background-color: #e09101;
      color: #fff; }
    .navbar.is-secondary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-secondary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-secondary .navbar-start > .navbar-item,
      .navbar.is-secondary .navbar-start .navbar-link,
      .navbar.is-secondary .navbar-end > .navbar-item,
      .navbar.is-secondary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-secondary .navbar-start > a.navbar-item:focus, .navbar.is-secondary .navbar-start > a.navbar-item:hover, .navbar.is-secondary .navbar-start > a.navbar-item.is-active,
      .navbar.is-secondary .navbar-start .navbar-link:focus,
      .navbar.is-secondary .navbar-start .navbar-link:hover,
      .navbar.is-secondary .navbar-start .navbar-link.is-active,
      .navbar.is-secondary .navbar-end > a.navbar-item:focus,
      .navbar.is-secondary .navbar-end > a.navbar-item:hover,
      .navbar.is-secondary .navbar-end > a.navbar-item.is-active,
      .navbar.is-secondary .navbar-end .navbar-link:focus,
      .navbar.is-secondary .navbar-end .navbar-link:hover,
      .navbar.is-secondary .navbar-end .navbar-link.is-active {
        background-color: #e09101;
        color: #fff; }
      .navbar.is-secondary .navbar-start .navbar-link::after,
      .navbar.is-secondary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-secondary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e09101;
        color: #fff; }
      .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
        background-color: #f9a201;
        color: #fff; } }
  .navbar.is-primary-dark {
    background-color: #ed9303;
    color: #fff; }
    .navbar.is-primary-dark .navbar-brand > .navbar-item,
    .navbar.is-primary-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary-dark .navbar-brand > a.navbar-item:focus, .navbar.is-primary-dark .navbar-brand > a.navbar-item:hover, .navbar.is-primary-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary-dark .navbar-brand .navbar-link:focus,
    .navbar.is-primary-dark .navbar-brand .navbar-link:hover,
    .navbar.is-primary-dark .navbar-brand .navbar-link.is-active {
      background-color: #d48303;
      color: #fff; }
    .navbar.is-primary-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary-dark .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-primary-dark .navbar-start > .navbar-item,
      .navbar.is-primary-dark .navbar-start .navbar-link,
      .navbar.is-primary-dark .navbar-end > .navbar-item,
      .navbar.is-primary-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary-dark .navbar-start > a.navbar-item:focus, .navbar.is-primary-dark .navbar-start > a.navbar-item:hover, .navbar.is-primary-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary-dark .navbar-start .navbar-link:focus,
      .navbar.is-primary-dark .navbar-start .navbar-link:hover,
      .navbar.is-primary-dark .navbar-start .navbar-link.is-active,
      .navbar.is-primary-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-primary-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-primary-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary-dark .navbar-end .navbar-link:focus,
      .navbar.is-primary-dark .navbar-end .navbar-link:hover,
      .navbar.is-primary-dark .navbar-end .navbar-link.is-active {
        background-color: #d48303;
        color: #fff; }
      .navbar.is-primary-dark .navbar-start .navbar-link::after,
      .navbar.is-primary-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #d48303;
        color: #fff; }
      .navbar.is-primary-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #ed9303;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 #fafafa; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 #fafafa; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem; }

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #4a4a4a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
  .navbar-item .icon:only-child, .navbar-item .fc button .fc-icon:only-child, .fc button .navbar-item .fc-icon:only-child,
  .navbar-link .icon:only-child,
  .navbar-link .fc button .fc-icon:only-child,
  .fc button .navbar-link .fc-icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:focus,
  .navbar-link:focus-within,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #267ec3; }

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #267ec3; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #267ec3;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #267ec3;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #267ec3;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: #fafafa;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }

@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 0.5rem 1rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 3px; }
    .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: #fafafa;
      color: #0a0a0a; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: #fafafa;
      color: #267ec3; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item {
    display: flex; }
    .navbar-item.has-dropdown {
      align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid whitesmoke;
      border-radius: 5px 5px 0 0;
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
      top: auto; }
      .navbar-item.has-dropdown-up .navbar-dropdown .navbar-item {
        display: block; }
    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
      display: none; }
    .navbar-item.is-active > .navbar-dropdown, .navbar-item.is-hoverable:focus > .navbar-dropdown, .navbar-item.is-hoverable:focus-within > .navbar-dropdown, .navbar-item.is-hoverable:hover > .navbar-dropdown {
      display: block; }
      .navbar.is-spaced .navbar-item.is-active > .navbar-dropdown, .navbar-item.is-active > .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus > .navbar-dropdown, .navbar-item.is-hoverable:focus > .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within > .navbar-dropdown, .navbar-item.is-hoverable:focus-within > .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover > .navbar-dropdown, .navbar-item.is-hoverable:hover > .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0); }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 2px solid whitesmoke;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
    padding-top: 0px;
    padding-bottom: 0px; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
      .navbar-dropdown .navbar-item.has-dropdown {
        padding: 0px; }
        .navbar-dropdown .navbar-item.has-dropdown:hover > .navbar-link {
          background: #f2f2f2 !important; }
        .navbar-dropdown .navbar-item.has-dropdown > .navbar-link {
          width: 100%;
          padding: 0.375rem 1rem;
          background: transparent !important; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: #fafafa;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: #fafafa;
        color: #267ec3; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 5px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
      .navbar.is-spaced .navbar-dropdown .navbar-dropdown, .navbar-dropdown.is-boxed .navbar-dropdown {
        top: 0; }
    .navbar-dropdown .navbar-dropdown {
      top: 0;
      left: 100%; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 4.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 4.25rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem); }

.has-margin {
  margin: 1.5rem; }
  .has-margin-small {
    margin: 0.75rem; }
  .has-margin-large {
    margin: 2.25rem; }
  .has-margin-top {
    margin-top: 1.5rem; }
    .has-margin-top-small {
      margin-top: 0.75rem; }
    .has-margin-top-large {
      margin-top: 2.25rem; }
  .has-margin-right {
    margin-right: 1.5rem; }
    .has-margin-right-small {
      margin-right: 0.75rem; }
    .has-margin-right-large {
      margin-right: 2.25rem; }
  .has-margin-bottom {
    margin-bottom: 1.5rem; }
    .has-margin-bottom-small {
      margin-bottom: 0.75rem; }
    .has-margin-bottom-large {
      margin-bottom: 2.25rem; }
  .has-margin-left {
    margin-left: 1.5rem; }
    .has-margin-left-small {
      margin-left: 0.75rem; }
    .has-margin-left-large {
      margin-left: 2.25rem; }

.has-padding {
  padding: 1.5rem; }
  .has-padding-small {
    padding: 0.75rem; }
  .has-padding-large {
    padding: 2.25rem; }
  .has-padding-top {
    padding-top: 1.5rem; }
    .has-padding-top-small {
      padding-top: 0.75rem; }
    .has-padding-top-large {
      padding-top: 2.25rem; }
  .has-padding-right {
    padding-right: 1.5rem; }
    .has-padding-right-small {
      padding-right: 0.75rem; }
    .has-padding-right-large {
      padding-right: 2.25rem; }
  .has-padding-bottom {
    padding-bottom: 1.5rem; }
    .has-padding-bottom-small {
      padding-bottom: 0.75rem; }
    .has-padding-bottom-large {
      padding-bottom: 2.25rem; }
  .has-padding-left {
    padding-left: 1.5rem; }
    .has-padding-left-small {
      padding-left: 0.75rem; }
    .has-padding-left-large {
      padding-left: 2.25rem; }

.is-marginless-top {
  margin-top: 0 !important; }

.is-marginless-right {
  margin-right: 0 !important; }

.is-marginless-bottom, .fc-toolbar {
  margin-bottom: 0 !important; }

.is-marginless-left {
  margin-left: 0 !important; }

.is-paddingless-top {
  padding-top: 0 !important; }

.is-paddingless-right {
  padding-right: 0 !important; }

.is-paddingless-bottom {
  padding-bottom: 0 !important; }

.is-paddingless-left {
  padding-left: 0 !important; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 8, 2016, 5:43:45 PM
    Author     : dachusa
*/
html {
  scroll-behavior: smooth;
  overflow: auto !important; }
  html body #app #main-section {
    min-height: calc(100vh - 109px);
    padding-bottom: 0px;
    margin-top: 4px; }
  html body #app #main-section, html body #app main {
    display: flex;
    flex-direction: column; }
    html body #app #main-section #content-wrapper, html body #app main #content-wrapper {
      flex: 1; }
  html body #app .side-background {
    bottom: 0;
    left: 50%;
    position: fixed;
    right: 0;
    top: 0; }
  html body #app .footer #version, html body #app footer #version {
    bottom: 5px;
    position: fixed;
    right: 5px; }
  html body #app .footer #scrollToTop, html body #app footer #scrollToTop {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    bottom: 15px;
    right: 0px;
    background-color: #178fe2;
    margin: 15px;
    border-radius: 290486px;
    transition: opacity 0.5s ease;
    transition: background-color 0.2s ease-out; }
    html body #app .footer #scrollToTop:hover, html body #app footer #scrollToTop:hover {
      background-color: #299be9; }
    html body #app .footer #scrollToTop a, html body #app footer #scrollToTop a {
      color: #ffffff;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      height: 30px;
      width: 30px; }
    html body #app .footer #scrollToTop.scrollToTop--hidden, html body #app footer #scrollToTop.scrollToTop--hidden {
      opacity: 100;
      visibility: visible; }

nav#primaryNav.navbar {
  border-bottom: 3px #178fe2 solid;
  background: #fafafa; }
  nav#primaryNav.navbar .navbar-brand .navbar-item img {
    height: 40px;
    max-height: 2.5rem; }
  nav#primaryNav.navbar .notifications .notification-badge {
    position: relative; }
    nav#primaryNav.navbar .notifications .notification-badge:not([data-badge-count='0']):after {
      content: attr(data-badge-count);
      position: absolute;
      background: #178fe2;
      top: -0.8em;
      right: -0.5em;
      font-family: monospace;
      text-align: center;
      line-height: 1em;
      font-size: 1em;
      border-radius: 1em;
      color: white;
      padding: .1em .3em;
      font-weight: 700; }
    nav#primaryNav.navbar .notifications .notification-badge.notification-badge:not([data-badge-count='0']):after {
      background: red; }

/*
    Additional styling for Bulma's '.table' class
 */
.table thead tr th a {
  color: #242424;
  text-decoration: underline;
  border-color: transparent;
  background-color: transparent; }

.form-option:not(.form-option-after), label.form-option:not(.form-option-after), .checkbox .form-option:not(.form-option-after), .checkbox label.form-option:not(.form-option-after) {
  position: relative;
  min-height: 24px;
  height: 24px;
  min-width: 72px;
  margin-bottom: 5px;
  margin-right: 32px;
  top: 0px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #c2c4c7;
  border-left: 0px transparent none;
  line-height: 24px;
  padding-left: 32px;
  padding-right: 8px;
  border-left: 0px transparent none;
  font-weight: initial; }
  .form-option:not(.form-option-after), .form-option:not(.form-option-after):before, .form-option:not(.form-option-after):after, .form-option:not(.form-option-after) *, .form-option:not(.form-option-after) *:before, .form-option:not(.form-option-after) *:after, label.form-option:not(.form-option-after), label.form-option:not(.form-option-after):before, label.form-option:not(.form-option-after):after, label.form-option:not(.form-option-after) *, label.form-option:not(.form-option-after) *:before, label.form-option:not(.form-option-after) *:after, .checkbox .form-option:not(.form-option-after), .checkbox .form-option:not(.form-option-after):before, .checkbox .form-option:not(.form-option-after):after, .checkbox .form-option:not(.form-option-after) *, .checkbox .form-option:not(.form-option-after) *:before, .checkbox .form-option:not(.form-option-after) *:after, .checkbox label.form-option:not(.form-option-after), .checkbox label.form-option:not(.form-option-after):before, .checkbox label.form-option:not(.form-option-after):after, .checkbox label.form-option:not(.form-option-after) *, .checkbox label.form-option:not(.form-option-after) *:before, .checkbox label.form-option:not(.form-option-after) *:after {
    box-sizing: border-box; }
  .form-option:not(.form-option-after):hover, label.form-option:not(.form-option-after):hover, .checkbox .form-option:not(.form-option-after):hover, .checkbox label.form-option:not(.form-option-after):hover {
    border-color: #178fe2; }
    .form-option:not(.form-option-after):hover:before, label.form-option:not(.form-option-after):hover:before, .checkbox .form-option:not(.form-option-after):hover:before, .checkbox label.form-option:not(.form-option-after):hover:before {
      background-color: #178fe2; }
  .form-option:not(.form-option-after) input[type=checkbox], .form-option:not(.form-option-after) input[type=radio], label.form-option:not(.form-option-after) input[type=checkbox], label.form-option:not(.form-option-after) input[type=radio], .checkbox .form-option:not(.form-option-after) input[type=checkbox], .checkbox .form-option:not(.form-option-after) input[type=radio], .checkbox label.form-option:not(.form-option-after) input[type=checkbox], .checkbox label.form-option:not(.form-option-after) input[type=radio] {
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    zoom: 1;
    position: absolute;
    cursor: pointer; }
    .form-option:not(.form-option-after) input[type=checkbox] ~ span, .form-option:not(.form-option-after) input[type=radio] ~ span, label.form-option:not(.form-option-after) input[type=checkbox] ~ span, label.form-option:not(.form-option-after) input[type=radio] ~ span, .checkbox .form-option:not(.form-option-after) input[type=checkbox] ~ span, .checkbox .form-option:not(.form-option-after) input[type=radio] ~ span, .checkbox label.form-option:not(.form-option-after) input[type=checkbox] ~ span, .checkbox label.form-option:not(.form-option-after) input[type=radio] ~ span {
      font-weight: 600;
      display: inline-block;
      line-height: 22px;
      font-size: .95em;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
      .form-option:not(.form-option-after) input[type=checkbox] ~ span:before, .form-option:not(.form-option-after) input[type=radio] ~ span:before, label.form-option:not(.form-option-after) input[type=checkbox] ~ span:before, label.form-option:not(.form-option-after) input[type=radio] ~ span:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox] ~ span:before, .checkbox .form-option:not(.form-option-after) input[type=radio] ~ span:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox] ~ span:before, .checkbox label.form-option:not(.form-option-after) input[type=radio] ~ span:before {
        position: absolute;
        top: -1px;
        left: 0px;
        text-align: left;
        border-radius: 3px 0px 0px 3px;
        display: inline-block;
        cursor: pointer;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: " ";
        font-size: 20px;
        line-height: 20px;
        width: 24px;
        height: 24px;
        color: #ffffff;
        background-color: #c2c4c7;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
        padding: 2px;
        transition: color 0.25s linear;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none; }
      .form-option:not(.form-option-after) input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after) input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after) input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after) input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after) input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after) input[type=radio] ~ span:hover:before {
        content: " ";
        background-color: #178fe2; }
    .form-option:not(.form-option-after) input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after) input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after) input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after) input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after) input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after) input[type=radio]:hover ~ span:before {
      content: " ";
      background-color: #178fe2; }
    .form-option:not(.form-option-after) input[type=checkbox]:hover ~ span.form-option-inherit-color:before, .form-option:not(.form-option-after) input[type=radio]:hover ~ span.form-option-inherit-color:before, label.form-option:not(.form-option-after) input[type=checkbox]:hover ~ span.form-option-inherit-color:before, label.form-option:not(.form-option-after) input[type=radio]:hover ~ span.form-option-inherit-color:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox]:hover ~ span.form-option-inherit-color:before, .checkbox .form-option:not(.form-option-after) input[type=radio]:hover ~ span.form-option-inherit-color:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox]:hover ~ span.form-option-inherit-color:before, .checkbox label.form-option:not(.form-option-after) input[type=radio]:hover ~ span.form-option-inherit-color:before {
      color: inherit;
      background-color: inherit; }
    .form-option:not(.form-option-after) input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after) input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after) input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after) input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after) input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after) input[type=radio]:checked ~ span:before {
      content: "\F00C";
      background-color: #178fe2;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
    .form-option:not(.form-option-after) input[type=checkbox]:checked ~ span.form-option-inherit-color:before, .form-option:not(.form-option-after) input[type=radio]:checked ~ span.form-option-inherit-color:before, label.form-option:not(.form-option-after) input[type=checkbox]:checked ~ span.form-option-inherit-color:before, label.form-option:not(.form-option-after) input[type=radio]:checked ~ span.form-option-inherit-color:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox]:checked ~ span.form-option-inherit-color:before, .checkbox .form-option:not(.form-option-after) input[type=radio]:checked ~ span.form-option-inherit-color:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox]:checked ~ span.form-option-inherit-color:before, .checkbox label.form-option:not(.form-option-after) input[type=radio]:checked ~ span.form-option-inherit-color:before {
      color: inherit;
      background-color: inherit; }
  .form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span:before, label.form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span:before {
    content: "\F068";
    background-color: #178fe2;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
  .form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:before, label.form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:before, .checkbox .form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:before, .checkbox label.form-option:not(.form-option-after) input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:before {
    color: inherit;
    background-color: inherit; }
  .form-option:not(.form-option-after).form-option-xs, label.form-option:not(.form-option-after).form-option-xs, .checkbox .form-option:not(.form-option-after).form-option-xs, .checkbox label.form-option:not(.form-option-after).form-option-xs {
    height: 15.84px;
    min-height: 15.84px;
    min-width: 47.52px;
    padding-left: 23.84px; }
    .form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span, .form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span, label.form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span, label.form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span, .checkbox .form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span, .checkbox .form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span {
      height: 13.84px;
      line-height: 13.84px;
      font-size: 1em; }
      .form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span:before, .form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span:before, label.form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span:before, label.form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-xs input[type=checkbox] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-xs input[type=radio] ~ span:before {
        line-height: 11.84px;
        font-size: 11.84px;
        width: 15.84px;
        height: 15.84px; }
  .form-option:not(.form-option-after).form-option-sm, label.form-option:not(.form-option-after).form-option-sm, .checkbox .form-option:not(.form-option-after).form-option-sm, .checkbox label.form-option:not(.form-option-after).form-option-sm {
    height: 19.2px;
    min-height: 19.2px;
    min-width: 57.6px;
    padding-left: 27.2px; }
    .form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span, .form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span, label.form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span, label.form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span, .checkbox .form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span, .checkbox .form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span {
      height: 17.2px;
      line-height: 17.2px;
      font-size: 1em; }
      .form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span:before, .form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span:before, label.form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span:before, label.form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-sm input[type=checkbox] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-sm input[type=radio] ~ span:before {
        line-height: 15.2px;
        font-size: 15.2px;
        width: 19.2px;
        height: 19.2px; }
  .form-option:not(.form-option-after).form-option-lg, label.form-option:not(.form-option-after).form-option-lg, .checkbox .form-option:not(.form-option-after).form-option-lg, .checkbox label.form-option:not(.form-option-after).form-option-lg {
    height: 32px;
    min-height: 32px;
    min-width: 96px;
    padding-left: 40px; }
    .form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span, .form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span, label.form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span, label.form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span, .checkbox .form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span, .checkbox .form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span {
      height: 30px;
      line-height: 30px;
      font-size: 1em; }
      .form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span:before, .form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span:before, label.form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span:before, label.form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-lg input[type=checkbox] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-lg input[type=radio] ~ span:before {
        line-height: 28px;
        font-size: 28px;
        width: 32px;
        height: 32px; }
  .form-option:not(.form-option-after).form-option-xl, label.form-option:not(.form-option-after).form-option-xl, .checkbox .form-option:not(.form-option-after).form-option-xl, .checkbox label.form-option:not(.form-option-after).form-option-xl {
    height: 48px;
    min-height: 48px;
    min-width: 144px;
    padding-left: 56px; }
    .form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span, .form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span, label.form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span, label.form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span, .checkbox .form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span, .checkbox .form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span, .checkbox label.form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span {
      height: 46px;
      line-height: 46px;
      font-size: 1em; }
      .form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span:before, .form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span:before, label.form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span:before, label.form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-xl input[type=checkbox] ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-xl input[type=radio] ~ span:before {
        line-height: 44px;
        font-size: 44px;
        width: 48px;
        height: 48px; }
  .form-option:not(.form-option-after).form-option-default:hover, label.form-option:not(.form-option-after).form-option-default:hover, .checkbox .form-option:not(.form-option-after).form-option-default:hover, .checkbox label.form-option:not(.form-option-after).form-option-default:hover {
    border-color: #363636; }
    .form-option:not(.form-option-after).form-option-default:hover > span:before, .form-option:not(.form-option-after).form-option-default:hover > span:after, label.form-option:not(.form-option-after).form-option-default:hover > span:before, label.form-option:not(.form-option-after).form-option-default:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-default:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-default:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-default:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-default:hover > span:after {
      background-color: #363636; }
  .form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=radio] ~ span:hover:after {
    background-color: #363636; }
  .form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-default input[type=radio]:checked ~ span:after {
    background-color: #363636; }
  .form-option:not(.form-option-after).form-option-primary:hover, label.form-option:not(.form-option-after).form-option-primary:hover, .checkbox .form-option:not(.form-option-after).form-option-primary:hover, .checkbox label.form-option:not(.form-option-after).form-option-primary:hover {
    border-color: #178fe2; }
    .form-option:not(.form-option-after).form-option-primary:hover > span:before, .form-option:not(.form-option-after).form-option-primary:hover > span:after, label.form-option:not(.form-option-after).form-option-primary:hover > span:before, label.form-option:not(.form-option-after).form-option-primary:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-primary:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-primary:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-primary:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-primary:hover > span:after {
      background-color: #178fe2; }
  .form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=radio] ~ span:hover:after {
    background-color: #178fe2; }
  .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-primary input[type=radio]:checked ~ span:after {
    background-color: #178fe2; }
  .form-option:not(.form-option-after).form-option-success:hover, label.form-option:not(.form-option-after).form-option-success:hover, .checkbox .form-option:not(.form-option-after).form-option-success:hover, .checkbox label.form-option:not(.form-option-after).form-option-success:hover {
    border-color: #47ba78; }
    .form-option:not(.form-option-after).form-option-success:hover > span:before, .form-option:not(.form-option-after).form-option-success:hover > span:after, label.form-option:not(.form-option-after).form-option-success:hover > span:before, label.form-option:not(.form-option-after).form-option-success:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-success:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-success:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-success:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-success:hover > span:after {
      background-color: #47ba78; }
  .form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=radio] ~ span:hover:after {
    background-color: #47ba78; }
  .form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-success input[type=radio]:checked ~ span:after {
    background-color: #47ba78; }
  .form-option:not(.form-option-after).form-option-yes:hover, label.form-option:not(.form-option-after).form-option-yes:hover, .checkbox .form-option:not(.form-option-after).form-option-yes:hover, .checkbox label.form-option:not(.form-option-after).form-option-yes:hover {
    border-color: #47ba78; }
    .form-option:not(.form-option-after).form-option-yes:hover > span:before, .form-option:not(.form-option-after).form-option-yes:hover > span:after, label.form-option:not(.form-option-after).form-option-yes:hover > span:before, label.form-option:not(.form-option-after).form-option-yes:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-yes:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-yes:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-yes:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-yes:hover > span:after {
      background-color: #47ba78; }
  .form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=radio] ~ span:hover:after {
    background-color: #47ba78; }
  .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-yes input[type=radio]:checked ~ span:after {
    background-color: #47ba78; }
  .form-option:not(.form-option-after).form-option-danger:hover, label.form-option:not(.form-option-after).form-option-danger:hover, .checkbox .form-option:not(.form-option-after).form-option-danger:hover, .checkbox label.form-option:not(.form-option-after).form-option-danger:hover {
    border-color: #d25a4d; }
    .form-option:not(.form-option-after).form-option-danger:hover > span:before, .form-option:not(.form-option-after).form-option-danger:hover > span:after, label.form-option:not(.form-option-after).form-option-danger:hover > span:before, label.form-option:not(.form-option-after).form-option-danger:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-danger:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-danger:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-danger:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-danger:hover > span:after {
      background-color: #d25a4d; }
  .form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=radio] ~ span:hover:after {
    background-color: #d25a4d; }
  .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-danger input[type=radio]:checked ~ span:after {
    background-color: #d25a4d; }
  .form-option:not(.form-option-after).form-option-no:hover, label.form-option:not(.form-option-after).form-option-no:hover, .checkbox .form-option:not(.form-option-after).form-option-no:hover, .checkbox label.form-option:not(.form-option-after).form-option-no:hover {
    border-color: #d25a4d; }
    .form-option:not(.form-option-after).form-option-no:hover > span:before, .form-option:not(.form-option-after).form-option-no:hover > span:after, label.form-option:not(.form-option-after).form-option-no:hover > span:before, label.form-option:not(.form-option-after).form-option-no:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-no:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-no:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-no:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-no:hover > span:after {
      background-color: #d25a4d; }
  .form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=radio] ~ span:hover:after {
    background-color: #d25a4d; }
  .form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-no input[type=radio]:checked ~ span:after {
    background-color: #d25a4d; }
  .form-option:not(.form-option-after).form-option-warning:hover, label.form-option:not(.form-option-after).form-option-warning:hover, .checkbox .form-option:not(.form-option-after).form-option-warning:hover, .checkbox label.form-option:not(.form-option-after).form-option-warning:hover {
    border-color: #fde456; }
    .form-option:not(.form-option-after).form-option-warning:hover > span:before, .form-option:not(.form-option-after).form-option-warning:hover > span:after, label.form-option:not(.form-option-after).form-option-warning:hover > span:before, label.form-option:not(.form-option-after).form-option-warning:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-warning:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-warning:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-warning:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-warning:hover > span:after {
      background-color: #fde456; }
  .form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=radio] ~ span:hover:after {
    background-color: #fde456; }
  .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-warning input[type=radio]:checked ~ span:after {
    background-color: #fde456; }
  .form-option:not(.form-option-after).form-option-unsure:hover, label.form-option:not(.form-option-after).form-option-unsure:hover, .checkbox .form-option:not(.form-option-after).form-option-unsure:hover, .checkbox label.form-option:not(.form-option-after).form-option-unsure:hover {
    border-color: #fde456; }
    .form-option:not(.form-option-after).form-option-unsure:hover > span:before, .form-option:not(.form-option-after).form-option-unsure:hover > span:after, label.form-option:not(.form-option-after).form-option-unsure:hover > span:before, label.form-option:not(.form-option-after).form-option-unsure:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-unsure:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-unsure:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-unsure:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-unsure:hover > span:after {
      background-color: #fde456; }
  .form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=radio] ~ span:hover:after {
    background-color: #fde456; }
  .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-unsure input[type=radio]:checked ~ span:after {
    background-color: #fde456; }
  .form-option:not(.form-option-after).form-option-info:hover, label.form-option:not(.form-option-after).form-option-info:hover, .checkbox .form-option:not(.form-option-after).form-option-info:hover, .checkbox label.form-option:not(.form-option-after).form-option-info:hover {
    border-color: #03a5df; }
    .form-option:not(.form-option-after).form-option-info:hover > span:before, .form-option:not(.form-option-after).form-option-info:hover > span:after, label.form-option:not(.form-option-after).form-option-info:hover > span:before, label.form-option:not(.form-option-after).form-option-info:hover > span:after, .checkbox .form-option:not(.form-option-after).form-option-info:hover > span:before, .checkbox .form-option:not(.form-option-after).form-option-info:hover > span:after, .checkbox label.form-option:not(.form-option-after).form-option-info:hover > span:before, .checkbox label.form-option:not(.form-option-after).form-option-info:hover > span:after {
      background-color: #03a5df; }
  .form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:before, .form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:after, .form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:before, .form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:after, label.form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:before, label.form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:after, .checkbox .form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:before, .checkbox .form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=checkbox] ~ span:hover:after, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:before, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=radio] ~ span:hover:after {
    background-color: #03a5df; }
  .form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:before, .form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:after, .form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:before, .form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:after, .form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:before, .form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:after, .form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:before, .form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:after, label.form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:before, label.form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:after, label.form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:before, label.form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:after, .checkbox .form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:before, .checkbox .form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=checkbox]:checked ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=radio]:hover ~ span:after, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:before, .checkbox label.form-option:not(.form-option-after).form-option-info input[type=radio]:checked ~ span:after {
    background-color: #03a5df; }

.form-option.form-option-after, label.form-option.form-option-after, .checkbox .form-option.form-option-after, .checkbox label.form-option.form-option-after {
  position: relative;
  min-height: 24px;
  height: 24px;
  min-width: 72px;
  margin-bottom: 5px;
  margin-right: 32px;
  top: 0px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #c2c4c7;
  border-left: 0px transparent none;
  line-height: 24px;
  padding-right: 32px;
  padding-left: 8px;
  border-right: 0px transparent none;
  font-weight: initial; }
  .form-option.form-option-after, .form-option.form-option-after:before, .form-option.form-option-after:after, .form-option.form-option-after *, .form-option.form-option-after *:before, .form-option.form-option-after *:after, label.form-option.form-option-after, label.form-option.form-option-after:before, label.form-option.form-option-after:after, label.form-option.form-option-after *, label.form-option.form-option-after *:before, label.form-option.form-option-after *:after, .checkbox .form-option.form-option-after, .checkbox .form-option.form-option-after:before, .checkbox .form-option.form-option-after:after, .checkbox .form-option.form-option-after *, .checkbox .form-option.form-option-after *:before, .checkbox .form-option.form-option-after *:after, .checkbox label.form-option.form-option-after, .checkbox label.form-option.form-option-after:before, .checkbox label.form-option.form-option-after:after, .checkbox label.form-option.form-option-after *, .checkbox label.form-option.form-option-after *:before, .checkbox label.form-option.form-option-after *:after {
    box-sizing: border-box; }
  .form-option.form-option-after:hover, label.form-option.form-option-after:hover, .checkbox .form-option.form-option-after:hover, .checkbox label.form-option.form-option-after:hover {
    border-color: #178fe2; }
    .form-option.form-option-after:hover:after, label.form-option.form-option-after:hover:after, .checkbox .form-option.form-option-after:hover:after, .checkbox label.form-option.form-option-after:hover:after {
      background-color: #178fe2; }
  .form-option.form-option-after input[type=checkbox], .form-option.form-option-after input[type=radio], label.form-option.form-option-after input[type=checkbox], label.form-option.form-option-after input[type=radio], .checkbox .form-option.form-option-after input[type=checkbox], .checkbox .form-option.form-option-after input[type=radio], .checkbox label.form-option.form-option-after input[type=checkbox], .checkbox label.form-option.form-option-after input[type=radio] {
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    zoom: 1;
    position: absolute;
    cursor: pointer; }
    .form-option.form-option-after input[type=checkbox] ~ span, .form-option.form-option-after input[type=radio] ~ span, label.form-option.form-option-after input[type=checkbox] ~ span, label.form-option.form-option-after input[type=radio] ~ span, .checkbox .form-option.form-option-after input[type=checkbox] ~ span, .checkbox .form-option.form-option-after input[type=radio] ~ span, .checkbox label.form-option.form-option-after input[type=checkbox] ~ span, .checkbox label.form-option.form-option-after input[type=radio] ~ span {
      font-weight: 600;
      display: inline-block;
      line-height: 22px;
      font-size: .95em;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
      .form-option.form-option-after input[type=checkbox] ~ span:after, .form-option.form-option-after input[type=radio] ~ span:after, label.form-option.form-option-after input[type=checkbox] ~ span:after, label.form-option.form-option-after input[type=radio] ~ span:after, .checkbox .form-option.form-option-after input[type=checkbox] ~ span:after, .checkbox .form-option.form-option-after input[type=radio] ~ span:after, .checkbox label.form-option.form-option-after input[type=checkbox] ~ span:after, .checkbox label.form-option.form-option-after input[type=radio] ~ span:after {
        position: absolute;
        top: -1px;
        right: 0px;
        text-align: right;
        border-radius: 0px 3px 3px 0px;
        display: inline-block;
        cursor: pointer;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: " ";
        font-size: 20px;
        line-height: 20px;
        width: 24px;
        height: 24px;
        color: #ffffff;
        background-color: #c2c4c7;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
        padding: 2px;
        transition: color 0.25s linear;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none; }
      .form-option.form-option-after input[type=checkbox] ~ span:hover:after, .form-option.form-option-after input[type=radio] ~ span:hover:after, label.form-option.form-option-after input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after input[type=radio] ~ span:hover:after {
        content: " ";
        background-color: #178fe2; }
    .form-option.form-option-after input[type=checkbox]:hover ~ span:after, .form-option.form-option-after input[type=radio]:hover ~ span:after, label.form-option.form-option-after input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after input[type=radio]:hover ~ span:after {
      content: " ";
      background-color: #178fe2; }
    .form-option.form-option-after input[type=checkbox]:hover ~ span.form-option-inherit-color:after, .form-option.form-option-after input[type=radio]:hover ~ span.form-option-inherit-color:after, label.form-option.form-option-after input[type=checkbox]:hover ~ span.form-option-inherit-color:after, label.form-option.form-option-after input[type=radio]:hover ~ span.form-option-inherit-color:after, .checkbox .form-option.form-option-after input[type=checkbox]:hover ~ span.form-option-inherit-color:after, .checkbox .form-option.form-option-after input[type=radio]:hover ~ span.form-option-inherit-color:after, .checkbox label.form-option.form-option-after input[type=checkbox]:hover ~ span.form-option-inherit-color:after, .checkbox label.form-option.form-option-after input[type=radio]:hover ~ span.form-option-inherit-color:after {
      color: inherit;
      background-color: inherit; }
    .form-option.form-option-after input[type=checkbox]:checked ~ span:after, .form-option.form-option-after input[type=radio]:checked ~ span:after, label.form-option.form-option-after input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after input[type=radio]:checked ~ span:after {
      content: "\F00C";
      background-color: #178fe2;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
    .form-option.form-option-after input[type=checkbox]:checked ~ span.form-option-inherit-color:after, .form-option.form-option-after input[type=radio]:checked ~ span.form-option-inherit-color:after, label.form-option.form-option-after input[type=checkbox]:checked ~ span.form-option-inherit-color:after, label.form-option.form-option-after input[type=radio]:checked ~ span.form-option-inherit-color:after, .checkbox .form-option.form-option-after input[type=checkbox]:checked ~ span.form-option-inherit-color:after, .checkbox .form-option.form-option-after input[type=radio]:checked ~ span.form-option-inherit-color:after, .checkbox label.form-option.form-option-after input[type=checkbox]:checked ~ span.form-option-inherit-color:after, .checkbox label.form-option.form-option-after input[type=radio]:checked ~ span.form-option-inherit-color:after {
      color: inherit;
      background-color: inherit; }
  .form-option.form-option-after input[type=checkbox]:indeterminate ~ span:after, label.form-option.form-option-after input[type=checkbox]:indeterminate ~ span:after, .checkbox .form-option.form-option-after input[type=checkbox]:indeterminate ~ span:after, .checkbox label.form-option.form-option-after input[type=checkbox]:indeterminate ~ span:after {
    content: "\F068";
    background-color: #178fe2;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
  .form-option.form-option-after input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:after, label.form-option.form-option-after input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:after, .checkbox .form-option.form-option-after input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:after, .checkbox label.form-option.form-option-after input[type=checkbox]:indeterminate ~ span.form-option-inherit-color:after {
    color: inherit;
    background-color: inherit; }
  .form-option.form-option-after.form-option-xs, label.form-option.form-option-after.form-option-xs, .checkbox .form-option.form-option-after.form-option-xs, .checkbox label.form-option.form-option-after.form-option-xs {
    height: 15.84px;
    min-height: 15.84px;
    min-width: 47.52px;
    padding-right: 23.84px; }
    .form-option.form-option-after.form-option-xs input[type=checkbox] ~ span, .form-option.form-option-after.form-option-xs input[type=radio] ~ span, label.form-option.form-option-after.form-option-xs input[type=checkbox] ~ span, label.form-option.form-option-after.form-option-xs input[type=radio] ~ span, .checkbox .form-option.form-option-after.form-option-xs input[type=checkbox] ~ span, .checkbox .form-option.form-option-after.form-option-xs input[type=radio] ~ span, .checkbox label.form-option.form-option-after.form-option-xs input[type=checkbox] ~ span, .checkbox label.form-option.form-option-after.form-option-xs input[type=radio] ~ span {
      height: 13.84px;
      line-height: 13.84px;
      font-size: 1em; }
      .form-option.form-option-after.form-option-xs input[type=checkbox] ~ span:after, .form-option.form-option-after.form-option-xs input[type=radio] ~ span:after, label.form-option.form-option-after.form-option-xs input[type=checkbox] ~ span:after, label.form-option.form-option-after.form-option-xs input[type=radio] ~ span:after, .checkbox .form-option.form-option-after.form-option-xs input[type=checkbox] ~ span:after, .checkbox .form-option.form-option-after.form-option-xs input[type=radio] ~ span:after, .checkbox label.form-option.form-option-after.form-option-xs input[type=checkbox] ~ span:after, .checkbox label.form-option.form-option-after.form-option-xs input[type=radio] ~ span:after {
        line-height: 11.84px;
        font-size: 11.84px;
        width: 15.84px;
        height: 15.84px; }
  .form-option.form-option-after.form-option-sm, label.form-option.form-option-after.form-option-sm, .checkbox .form-option.form-option-after.form-option-sm, .checkbox label.form-option.form-option-after.form-option-sm {
    height: 19.2px;
    min-height: 19.2px;
    min-width: 57.6px;
    padding-right: 27.2px; }
    .form-option.form-option-after.form-option-sm input[type=checkbox] ~ span, .form-option.form-option-after.form-option-sm input[type=radio] ~ span, label.form-option.form-option-after.form-option-sm input[type=checkbox] ~ span, label.form-option.form-option-after.form-option-sm input[type=radio] ~ span, .checkbox .form-option.form-option-after.form-option-sm input[type=checkbox] ~ span, .checkbox .form-option.form-option-after.form-option-sm input[type=radio] ~ span, .checkbox label.form-option.form-option-after.form-option-sm input[type=checkbox] ~ span, .checkbox label.form-option.form-option-after.form-option-sm input[type=radio] ~ span {
      height: 17.2px;
      line-height: 17.2px;
      font-size: 1em; }
      .form-option.form-option-after.form-option-sm input[type=checkbox] ~ span:after, .form-option.form-option-after.form-option-sm input[type=radio] ~ span:after, label.form-option.form-option-after.form-option-sm input[type=checkbox] ~ span:after, label.form-option.form-option-after.form-option-sm input[type=radio] ~ span:after, .checkbox .form-option.form-option-after.form-option-sm input[type=checkbox] ~ span:after, .checkbox .form-option.form-option-after.form-option-sm input[type=radio] ~ span:after, .checkbox label.form-option.form-option-after.form-option-sm input[type=checkbox] ~ span:after, .checkbox label.form-option.form-option-after.form-option-sm input[type=radio] ~ span:after {
        line-height: 15.2px;
        font-size: 15.2px;
        width: 19.2px;
        height: 19.2px; }
  .form-option.form-option-after.form-option-lg, label.form-option.form-option-after.form-option-lg, .checkbox .form-option.form-option-after.form-option-lg, .checkbox label.form-option.form-option-after.form-option-lg {
    height: 32px;
    min-height: 32px;
    min-width: 96px;
    padding-right: 40px; }
    .form-option.form-option-after.form-option-lg input[type=checkbox] ~ span, .form-option.form-option-after.form-option-lg input[type=radio] ~ span, label.form-option.form-option-after.form-option-lg input[type=checkbox] ~ span, label.form-option.form-option-after.form-option-lg input[type=radio] ~ span, .checkbox .form-option.form-option-after.form-option-lg input[type=checkbox] ~ span, .checkbox .form-option.form-option-after.form-option-lg input[type=radio] ~ span, .checkbox label.form-option.form-option-after.form-option-lg input[type=checkbox] ~ span, .checkbox label.form-option.form-option-after.form-option-lg input[type=radio] ~ span {
      height: 30px;
      line-height: 30px;
      font-size: 1em; }
      .form-option.form-option-after.form-option-lg input[type=checkbox] ~ span:after, .form-option.form-option-after.form-option-lg input[type=radio] ~ span:after, label.form-option.form-option-after.form-option-lg input[type=checkbox] ~ span:after, label.form-option.form-option-after.form-option-lg input[type=radio] ~ span:after, .checkbox .form-option.form-option-after.form-option-lg input[type=checkbox] ~ span:after, .checkbox .form-option.form-option-after.form-option-lg input[type=radio] ~ span:after, .checkbox label.form-option.form-option-after.form-option-lg input[type=checkbox] ~ span:after, .checkbox label.form-option.form-option-after.form-option-lg input[type=radio] ~ span:after {
        line-height: 28px;
        font-size: 28px;
        width: 32px;
        height: 32px; }
  .form-option.form-option-after.form-option-xl, label.form-option.form-option-after.form-option-xl, .checkbox .form-option.form-option-after.form-option-xl, .checkbox label.form-option.form-option-after.form-option-xl {
    height: 48px;
    min-height: 48px;
    min-width: 144px;
    padding-right: 56px; }
    .form-option.form-option-after.form-option-xl input[type=checkbox] ~ span, .form-option.form-option-after.form-option-xl input[type=radio] ~ span, label.form-option.form-option-after.form-option-xl input[type=checkbox] ~ span, label.form-option.form-option-after.form-option-xl input[type=radio] ~ span, .checkbox .form-option.form-option-after.form-option-xl input[type=checkbox] ~ span, .checkbox .form-option.form-option-after.form-option-xl input[type=radio] ~ span, .checkbox label.form-option.form-option-after.form-option-xl input[type=checkbox] ~ span, .checkbox label.form-option.form-option-after.form-option-xl input[type=radio] ~ span {
      height: 46px;
      line-height: 46px;
      font-size: 1em; }
      .form-option.form-option-after.form-option-xl input[type=checkbox] ~ span:after, .form-option.form-option-after.form-option-xl input[type=radio] ~ span:after, label.form-option.form-option-after.form-option-xl input[type=checkbox] ~ span:after, label.form-option.form-option-after.form-option-xl input[type=radio] ~ span:after, .checkbox .form-option.form-option-after.form-option-xl input[type=checkbox] ~ span:after, .checkbox .form-option.form-option-after.form-option-xl input[type=radio] ~ span:after, .checkbox label.form-option.form-option-after.form-option-xl input[type=checkbox] ~ span:after, .checkbox label.form-option.form-option-after.form-option-xl input[type=radio] ~ span:after {
        line-height: 44px;
        font-size: 44px;
        width: 48px;
        height: 48px; }
  .form-option.form-option-after.form-option-default:hover, label.form-option.form-option-after.form-option-default:hover, .checkbox .form-option.form-option-after.form-option-default:hover, .checkbox label.form-option.form-option-after.form-option-default:hover {
    border-color: #363636; }
    .form-option.form-option-after.form-option-default:hover > span:before, .form-option.form-option-after.form-option-default:hover > span:after, label.form-option.form-option-after.form-option-default:hover > span:before, label.form-option.form-option-after.form-option-default:hover > span:after, .checkbox .form-option.form-option-after.form-option-default:hover > span:before, .checkbox .form-option.form-option-after.form-option-default:hover > span:after, .checkbox label.form-option.form-option-after.form-option-default:hover > span:before, .checkbox label.form-option.form-option-after.form-option-default:hover > span:after {
      background-color: #363636; }
  .form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-default input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-default input[type=radio] ~ span:hover:after {
    background-color: #363636; }
  .form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-default input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-default input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-default input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-default input[type=radio]:checked ~ span:after {
    background-color: #363636; }
  .form-option.form-option-after.form-option-primary:hover, label.form-option.form-option-after.form-option-primary:hover, .checkbox .form-option.form-option-after.form-option-primary:hover, .checkbox label.form-option.form-option-after.form-option-primary:hover {
    border-color: #178fe2; }
    .form-option.form-option-after.form-option-primary:hover > span:before, .form-option.form-option-after.form-option-primary:hover > span:after, label.form-option.form-option-after.form-option-primary:hover > span:before, label.form-option.form-option-after.form-option-primary:hover > span:after, .checkbox .form-option.form-option-after.form-option-primary:hover > span:before, .checkbox .form-option.form-option-after.form-option-primary:hover > span:after, .checkbox label.form-option.form-option-after.form-option-primary:hover > span:before, .checkbox label.form-option.form-option-after.form-option-primary:hover > span:after {
      background-color: #178fe2; }
  .form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-primary input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-primary input[type=radio] ~ span:hover:after {
    background-color: #178fe2; }
  .form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-primary input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-primary input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-primary input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-primary input[type=radio]:checked ~ span:after {
    background-color: #178fe2; }
  .form-option.form-option-after.form-option-success:hover, label.form-option.form-option-after.form-option-success:hover, .checkbox .form-option.form-option-after.form-option-success:hover, .checkbox label.form-option.form-option-after.form-option-success:hover {
    border-color: #47ba78; }
    .form-option.form-option-after.form-option-success:hover > span:before, .form-option.form-option-after.form-option-success:hover > span:after, label.form-option.form-option-after.form-option-success:hover > span:before, label.form-option.form-option-after.form-option-success:hover > span:after, .checkbox .form-option.form-option-after.form-option-success:hover > span:before, .checkbox .form-option.form-option-after.form-option-success:hover > span:after, .checkbox label.form-option.form-option-after.form-option-success:hover > span:before, .checkbox label.form-option.form-option-after.form-option-success:hover > span:after {
      background-color: #47ba78; }
  .form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-success input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-success input[type=radio] ~ span:hover:after {
    background-color: #47ba78; }
  .form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-success input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-success input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-success input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-success input[type=radio]:checked ~ span:after {
    background-color: #47ba78; }
  .form-option.form-option-after.form-option-yes:hover, label.form-option.form-option-after.form-option-yes:hover, .checkbox .form-option.form-option-after.form-option-yes:hover, .checkbox label.form-option.form-option-after.form-option-yes:hover {
    border-color: #47ba78; }
    .form-option.form-option-after.form-option-yes:hover > span:before, .form-option.form-option-after.form-option-yes:hover > span:after, label.form-option.form-option-after.form-option-yes:hover > span:before, label.form-option.form-option-after.form-option-yes:hover > span:after, .checkbox .form-option.form-option-after.form-option-yes:hover > span:before, .checkbox .form-option.form-option-after.form-option-yes:hover > span:after, .checkbox label.form-option.form-option-after.form-option-yes:hover > span:before, .checkbox label.form-option.form-option-after.form-option-yes:hover > span:after {
      background-color: #47ba78; }
  .form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-yes input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-yes input[type=radio] ~ span:hover:after {
    background-color: #47ba78; }
  .form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-yes input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-yes input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-yes input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-yes input[type=radio]:checked ~ span:after {
    background-color: #47ba78; }
  .form-option.form-option-after.form-option-danger:hover, label.form-option.form-option-after.form-option-danger:hover, .checkbox .form-option.form-option-after.form-option-danger:hover, .checkbox label.form-option.form-option-after.form-option-danger:hover {
    border-color: #d25a4d; }
    .form-option.form-option-after.form-option-danger:hover > span:before, .form-option.form-option-after.form-option-danger:hover > span:after, label.form-option.form-option-after.form-option-danger:hover > span:before, label.form-option.form-option-after.form-option-danger:hover > span:after, .checkbox .form-option.form-option-after.form-option-danger:hover > span:before, .checkbox .form-option.form-option-after.form-option-danger:hover > span:after, .checkbox label.form-option.form-option-after.form-option-danger:hover > span:before, .checkbox label.form-option.form-option-after.form-option-danger:hover > span:after {
      background-color: #d25a4d; }
  .form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-danger input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-danger input[type=radio] ~ span:hover:after {
    background-color: #d25a4d; }
  .form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-danger input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-danger input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-danger input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-danger input[type=radio]:checked ~ span:after {
    background-color: #d25a4d; }
  .form-option.form-option-after.form-option-no:hover, label.form-option.form-option-after.form-option-no:hover, .checkbox .form-option.form-option-after.form-option-no:hover, .checkbox label.form-option.form-option-after.form-option-no:hover {
    border-color: #d25a4d; }
    .form-option.form-option-after.form-option-no:hover > span:before, .form-option.form-option-after.form-option-no:hover > span:after, label.form-option.form-option-after.form-option-no:hover > span:before, label.form-option.form-option-after.form-option-no:hover > span:after, .checkbox .form-option.form-option-after.form-option-no:hover > span:before, .checkbox .form-option.form-option-after.form-option-no:hover > span:after, .checkbox label.form-option.form-option-after.form-option-no:hover > span:before, .checkbox label.form-option.form-option-after.form-option-no:hover > span:after {
      background-color: #d25a4d; }
  .form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-no input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-no input[type=radio] ~ span:hover:after {
    background-color: #d25a4d; }
  .form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-no input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-no input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-no input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-no input[type=radio]:checked ~ span:after {
    background-color: #d25a4d; }
  .form-option.form-option-after.form-option-warning:hover, label.form-option.form-option-after.form-option-warning:hover, .checkbox .form-option.form-option-after.form-option-warning:hover, .checkbox label.form-option.form-option-after.form-option-warning:hover {
    border-color: #fde456; }
    .form-option.form-option-after.form-option-warning:hover > span:before, .form-option.form-option-after.form-option-warning:hover > span:after, label.form-option.form-option-after.form-option-warning:hover > span:before, label.form-option.form-option-after.form-option-warning:hover > span:after, .checkbox .form-option.form-option-after.form-option-warning:hover > span:before, .checkbox .form-option.form-option-after.form-option-warning:hover > span:after, .checkbox label.form-option.form-option-after.form-option-warning:hover > span:before, .checkbox label.form-option.form-option-after.form-option-warning:hover > span:after {
      background-color: #fde456; }
  .form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-warning input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-warning input[type=radio] ~ span:hover:after {
    background-color: #fde456; }
  .form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-warning input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-warning input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-warning input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-warning input[type=radio]:checked ~ span:after {
    background-color: #fde456; }
  .form-option.form-option-after.form-option-unsure:hover, label.form-option.form-option-after.form-option-unsure:hover, .checkbox .form-option.form-option-after.form-option-unsure:hover, .checkbox label.form-option.form-option-after.form-option-unsure:hover {
    border-color: #fde456; }
    .form-option.form-option-after.form-option-unsure:hover > span:before, .form-option.form-option-after.form-option-unsure:hover > span:after, label.form-option.form-option-after.form-option-unsure:hover > span:before, label.form-option.form-option-after.form-option-unsure:hover > span:after, .checkbox .form-option.form-option-after.form-option-unsure:hover > span:before, .checkbox .form-option.form-option-after.form-option-unsure:hover > span:after, .checkbox label.form-option.form-option-after.form-option-unsure:hover > span:before, .checkbox label.form-option.form-option-after.form-option-unsure:hover > span:after {
      background-color: #fde456; }
  .form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-unsure input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-unsure input[type=radio] ~ span:hover:after {
    background-color: #fde456; }
  .form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-unsure input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-unsure input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-unsure input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-unsure input[type=radio]:checked ~ span:after {
    background-color: #fde456; }
  .form-option.form-option-after.form-option-info:hover, label.form-option.form-option-after.form-option-info:hover, .checkbox .form-option.form-option-after.form-option-info:hover, .checkbox label.form-option.form-option-after.form-option-info:hover {
    border-color: #03a5df; }
    .form-option.form-option-after.form-option-info:hover > span:before, .form-option.form-option-after.form-option-info:hover > span:after, label.form-option.form-option-after.form-option-info:hover > span:before, label.form-option.form-option-after.form-option-info:hover > span:after, .checkbox .form-option.form-option-after.form-option-info:hover > span:before, .checkbox .form-option.form-option-after.form-option-info:hover > span:after, .checkbox label.form-option.form-option-after.form-option-info:hover > span:before, .checkbox label.form-option.form-option-after.form-option-info:hover > span:after {
      background-color: #03a5df; }
  .form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:before, .form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:after, .form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:before, .form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:after, label.form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:before, label.form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:after, label.form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:before, label.form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:after, .checkbox .form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:before, .checkbox .form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-info input[type=checkbox] ~ span:hover:after, .checkbox label.form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:before, .checkbox label.form-option.form-option-after.form-option-info input[type=radio] ~ span:hover:after {
    background-color: #03a5df; }
  .form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:before, .form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:after, .form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:before, .form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:after, .form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:before, .form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:after, .form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:before, .form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:after, label.form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:before, label.form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:after, label.form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:before, label.form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:after, label.form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:before, label.form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:after, label.form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:before, label.form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:after, .checkbox .form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:before, .checkbox .form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:after, .checkbox .form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:before, .checkbox .form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-info input[type=checkbox]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-info input[type=checkbox]:checked ~ span:after, .checkbox label.form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:before, .checkbox label.form-option.form-option-after.form-option-info input[type=radio]:hover ~ span:after, .checkbox label.form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:before, .checkbox label.form-option.form-option-after.form-option-info input[type=radio]:checked ~ span:after {
    background-color: #03a5df; }

.checkbox label.form-option:not(.form-option-after), .checkbox label.form-option.form-option-after {
  top: -3px; }

.form-option-set.form-option-set-stacked .form-option {
  float: left;
  clear: both; }
  .form-option-set.form-option-set-stacked .form-option::after {
    content: "";
    clear: both;
    display: table; }

.form-option-set.form-option-set-stacked::after {
  content: "";
  clear: both;
  display: table; }

.form-toggle {
  height: 21px;
  line-height: 21px; }
  .form-toggle, .form-toggle:before, .form-toggle:after, .form-toggle *, .form-toggle *:before, .form-toggle *:after {
    box-sizing: border-box; }
  .form-toggle input[type=checkbox], .form-toggle input[type=radio] {
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    zoom: 1;
    position: absolute;
    cursor: pointer; }
    .form-toggle input[type=checkbox] ~ span, .form-toggle input[type=radio] ~ span {
      display: inline-block;
      padding-left: 52px;
      position: relative;
      height: 21px;
      line-height: 21px;
      text-align: right;
      cursor: pointer; }
      .form-toggle input[type=checkbox] ~ span:before, .form-toggle input[type=radio] ~ span:before {
        content: "";
        display: block;
        width: 42px;
        height: 21px;
        position: absolute;
        top: 0;
        left: 0px;
        background-color: #e4e7e9;
        border: 1px solid #a4a6a9;
        border-radius: 21px;
        transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      .form-toggle input[type=checkbox] ~ span:after, .form-toggle input[type=radio] ~ span:after {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 2px;
        left: 2px;
        background-color: #f9fbfe;
        border-radius: 21px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
    .form-toggle input[type=checkbox]:checked ~ span:before, .form-toggle input[type=radio]:checked ~ span:before {
      background-color: #57c04b; }
    .form-toggle input[type=checkbox]:checked ~ span:after, .form-toggle input[type=radio]:checked ~ span:after {
      left: 23px; }
  .form-toggle.form-toggle-xs {
    height: 12px;
    line-height: 12px; }
    .form-toggle.form-toggle-xs input[type=checkbox] ~ span, .form-toggle.form-toggle-xs input[type=radio] ~ span {
      padding-left: 34px;
      height: 12px;
      line-height: 12px; }
      .form-toggle.form-toggle-xs input[type=checkbox] ~ span:before, .form-toggle.form-toggle-xs input[type=radio] ~ span:before {
        width: 24px;
        height: 12px;
        border-radius: 12px; }
      .form-toggle.form-toggle-xs input[type=checkbox] ~ span:after, .form-toggle.form-toggle-xs input[type=radio] ~ span:after {
        width: 8px;
        height: 8px;
        top: 2px;
        left: 2px;
        border-radius: 12px; }
    .form-toggle.form-toggle-xs input[type=checkbox]:checked ~ span:after, .form-toggle.form-toggle-xs input[type=radio]:checked ~ span:after {
      left: 14px; }
  .form-toggle.form-toggle-sm {
    height: 18px;
    line-height: 18px; }
    .form-toggle.form-toggle-sm input[type=checkbox] ~ span, .form-toggle.form-toggle-sm input[type=radio] ~ span {
      padding-left: 46px;
      height: 18px;
      line-height: 18px; }
      .form-toggle.form-toggle-sm input[type=checkbox] ~ span:before, .form-toggle.form-toggle-sm input[type=radio] ~ span:before {
        width: 36px;
        height: 18px;
        border-radius: 18px; }
      .form-toggle.form-toggle-sm input[type=checkbox] ~ span:after, .form-toggle.form-toggle-sm input[type=radio] ~ span:after {
        width: 14px;
        height: 14px;
        top: 2px;
        left: 2px;
        border-radius: 18px; }
    .form-toggle.form-toggle-sm input[type=checkbox]:checked ~ span:after, .form-toggle.form-toggle-sm input[type=radio]:checked ~ span:after {
      left: 20px; }
  .form-toggle.form-toggle-lg {
    height: 31px;
    line-height: 31px; }
    .form-toggle.form-toggle-lg input[type=checkbox] ~ span, .form-toggle.form-toggle-lg input[type=radio] ~ span {
      padding-left: 72px;
      height: 31px;
      line-height: 31px; }
      .form-toggle.form-toggle-lg input[type=checkbox] ~ span:before, .form-toggle.form-toggle-lg input[type=radio] ~ span:before {
        width: 62px;
        height: 31px;
        border-radius: 31px; }
      .form-toggle.form-toggle-lg input[type=checkbox] ~ span:after, .form-toggle.form-toggle-lg input[type=radio] ~ span:after {
        width: 27px;
        height: 27px;
        top: 2px;
        left: 2px;
        border-radius: 31px; }
    .form-toggle.form-toggle-lg input[type=checkbox]:checked ~ span:after, .form-toggle.form-toggle-lg input[type=radio]:checked ~ span:after {
      left: 33px; }
  .form-toggle.form-toggle-xl {
    height: 41px;
    line-height: 41px; }
    .form-toggle.form-toggle-xl input[type=checkbox] ~ span, .form-toggle.form-toggle-xl input[type=radio] ~ span {
      padding-left: 92px;
      height: 41px;
      line-height: 41px; }
      .form-toggle.form-toggle-xl input[type=checkbox] ~ span:before, .form-toggle.form-toggle-xl input[type=radio] ~ span:before {
        width: 82px;
        height: 41px;
        border-radius: 41px; }
      .form-toggle.form-toggle-xl input[type=checkbox] ~ span:after, .form-toggle.form-toggle-xl input[type=radio] ~ span:after {
        width: 37px;
        height: 37px;
        top: 2px;
        left: 2px;
        border-radius: 41px; }
    .form-toggle.form-toggle-xl input[type=checkbox]:checked ~ span:after, .form-toggle.form-toggle-xl input[type=radio]:checked ~ span:after {
      left: 43px; }

.has-text-pipeline-amber {
  color: #ffaa00 !important; }

a.has-text-pipeline-amber:hover, a.has-text-pipeline-amber:focus {
  color: #cc8800 !important; }

.has-background-pipeline-amber {
  background-color: #ffaa00 !important; }

.has-text-pipeline-green {
  color: #27ae60 !important; }

a.has-text-pipeline-green:hover, a.has-text-pipeline-green:focus {
  color: #1e8449 !important; }

.has-background-pipeline-green {
  background-color: #27ae60 !important; }

.has-text-pipeline-blue {
  color: #0067b8 !important; }

a.has-text-pipeline-blue:hover, a.has-text-pipeline-blue:focus {
  color: #004a85 !important; }

.has-background-pipeline-blue {
  background-color: #0067b8 !important; }

.has-text-pipeline-gray {
  color: #a4a6a9 !important; }

a.has-text-pipeline-gray:hover, a.has-text-pipeline-gray:focus {
  color: #8a8c90 !important; }

.has-background-pipeline-gray {
  background-color: #a4a6a9 !important; }

.has-text-pipeline-grey {
  color: #a4a6a9 !important; }

a.has-text-pipeline-grey:hover, a.has-text-pipeline-grey:focus {
  color: #8a8c90 !important; }

.has-background-pipeline-grey {
  background-color: #a4a6a9 !important; }

.has-text-pipeline-shades {
  color: #4a4a4a !important; }

a.has-text-pipeline-shades:hover, a.has-text-pipeline-shades:focus {
  color: #303030 !important; }

.has-background-pipeline-shades {
  background-color: #4a4a4a !important; }

.has-text-pipeline-red {
  color: #ca3d2e !important; }

a.has-text-pipeline-red:hover, a.has-text-pipeline-red:focus {
  color: #a03025 !important; }

.has-background-pipeline-red {
  background-color: #ca3d2e !important; }

.has-text-pipeline-pink {
  color: #ca2e5d !important; }

a.has-text-pipeline-pink:hover, a.has-text-pipeline-pink:focus {
  color: #a0254a !important; }

.has-background-pipeline-pink {
  background-color: #ca2e5d !important; }

.has-text-pipeline-purple {
  color: #7a3b81 !important; }

a.has-text-pipeline-purple:hover, a.has-text-pipeline-purple:focus {
  color: #592b5e !important; }

.has-background-pipeline-purple {
  background-color: #7a3b81 !important; }

.has-text-pipeline-deep-purple {
  color: #6027ae !important; }

a.has-text-pipeline-deep-purple:hover, a.has-text-pipeline-deep-purple:focus {
  color: #491e84 !important; }

.has-background-pipeline-deep-purple {
  background-color: #6027ae !important; }

.has-text-pipeline-indigo {
  color: #3e3db2 !important; }

a.has-text-pipeline-indigo:hover, a.has-text-pipeline-indigo:focus {
  color: #31308c !important; }

.has-background-pipeline-indigo {
  background-color: #3e3db2 !important; }

.has-text-pipeline-light-blue {
  color: #178fe2 !important; }

a.has-text-pipeline-light-blue:hover, a.has-text-pipeline-light-blue:focus {
  color: #1272b4 !important; }

.has-background-pipeline-light-blue {
  background-color: #178fe2 !important; }

.has-text-pipeline-cyan {
  color: #00bdf4 !important; }

a.has-text-pipeline-cyan:hover, a.has-text-pipeline-cyan:focus {
  color: #0095c1 !important; }

.has-background-pipeline-cyan {
  background-color: #00bdf4 !important; }

.has-text-pipeline-teal {
  color: #16a085 !important; }

a.has-text-pipeline-teal:hover, a.has-text-pipeline-teal:focus {
  color: #107360 !important; }

.has-background-pipeline-teal {
  background-color: #16a085 !important; }

.has-text-pipeline-light-green {
  color: #57c04b !important; }

a.has-text-pipeline-light-green:hover, a.has-text-pipeline-light-green:focus {
  color: #43a038 !important; }

.has-background-pipeline-light-green {
  background-color: #57c04b !important; }

.has-text-pipeline-lime {
  color: #87d135 !important; }

a.has-text-pipeline-lime:hover, a.has-text-pipeline-lime:focus {
  color: #6dac27 !important; }

.has-background-pipeline-lime {
  background-color: #87d135 !important; }

.has-text-pipeline-yellow {
  color: #fcd90e !important; }

a.has-text-pipeline-yellow:hover, a.has-text-pipeline-yellow:focus {
  color: #d4b603 !important; }

.has-background-pipeline-yellow {
  background-color: #fcd90e !important; }

.has-text-pipeline-orange {
  color: #fb860c !important; }

a.has-text-pipeline-orange:hover, a.has-text-pipeline-orange:focus {
  color: #d16c03 !important; }

.has-background-pipeline-orange {
  background-color: #fb860c !important; }

.has-text-pipeline-deep-orange {
  color: #f4511e !important; }

a.has-text-pipeline-deep-orange:hover, a.has-text-pipeline-deep-orange:focus {
  color: #d53b0a !important; }

.has-background-pipeline-deep-orange {
  background-color: #f4511e !important; }

.has-text-pipeline-brown {
  color: #be6e2f !important; }

a.has-text-pipeline-brown:hover, a.has-text-pipeline-brown:focus {
  color: #955625 !important; }

.has-background-pipeline-brown {
  background-color: #be6e2f !important; }

fieldset[disabled] .multiselect {
  pointer-events: none; }

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  background: #fff;
  display: block; }

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent; }

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite; }

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite; }

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1; }

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0; }

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation; }

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e; }

.multiselect * {
  box-sizing: border-box; }

.multiselect:focus {
  outline: none; }

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: .6; }

.multiselect--active {
  z-index: 50; }

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.multiselect--active .multiselect__select {
  transform: rotate(180deg); }

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top; }

.multiselect__input::-moz-placeholder {
  color: #35495e; }

.multiselect__input::placeholder {
  color: #35495e; }

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf; }

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none; }

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px; }

.multiselect__tags-wrap {
  display: inline; }

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px; }

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all .2s ease;
  border-radius: 5px; }

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px; }

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e; }

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff; }

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8; }

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer; }

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform .2s ease; }

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ""; }

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px; }

.multiselect--active .multiselect__placeholder {
  display: none; }

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch; }

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top; }

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8; }

.multiselect__content::webkit-scrollbar {
  display: none; }

.multiselect__element {
  display: block; }

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px; }

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff; }

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff; }

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700; }

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
  background: inherit; }

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6; }

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none; }

.multiselect__option--group {
  background: #ededed;
  color: #35495e; }

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff; }

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e; }

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede; }

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect-enter-active, .multiselect-leave-active {
  transition: all .15s ease; }

.multiselect-enter, .multiselect-leave-active {
  opacity: 0; }

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

[dir=rtl] .multiselect {
  text-align: right; }

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px; }

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px; }

[dir=rtl] .multiselect__content {
  text-align: right; }

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0; }

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px; }

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px; }

@keyframes spinning {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(2turn); } }

/* jsTree default theme */
.jstree-proton .jstree-container-ul, .jstree-proton .jstree-container-ul .jstree-children {
  background: transparent; }

.jstree-node, .jstree-children, .jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: #333;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }
  .jstree-anchor:hover .upload-date, .jstree-anchor:hover .file-size, .jstree-anchor.jstree-hovered .upload-date, .jstree-anchor.jstree-hovered .file-size {
    color: #333; }
  .jstree-anchor .upload-date, .jstree-anchor .file-size {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px; }
    .jstree-anchor .upload-date:hover, .jstree-anchor .file-size:hover {
      color: #222; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree .jstree-leaf.jstree-hidden {
  display: none; }

.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }
  .jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
    cursor: pointer; }
  .jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
    position: relative; }
  .jstree-wholerow-ul .jstree-wholerow {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */ }

.vakata-context {
  display: none;
  z-index: 9999; }
  .vakata-context, .vakata-context ul {
    margin: 0;
    padding: 2px;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999999; }
  .vakata-context ul {
    list-style: none;
    left: 100%;
    margin-top: -2.7em;
    margin-left: -4px; }
  .vakata-context .vakata-context-right ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px; }
  .vakata-context li {
    list-style: none;
    display: inline; }
    .vakata-context li > a {
      display: block;
      padding: 0 2em 0 2em;
      text-decoration: none;
      width: auto;
      color: black;
      white-space: nowrap;
      line-height: 2.4em;
      -moz-text-shadow: 1px 1px 0 white;
      -webkit-text-shadow: 1px 1px 0 white;
      text-shadow: 1px 1px 0 white;
      border-radius: 1px; }
      .vakata-context li > a:hover {
        position: relative;
        background-color: #e8eff7;
        box-shadow: 0 0 2px #0a6aa1; }
      .vakata-context li > a.vakata-context-parent {
        background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
        background-position: right center;
        background-repeat: no-repeat; }
    .vakata-context li > a:focus {
      outline: 0; }
  .vakata-context .vakata-context-hover > a {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1; }
  .vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
    background: white;
    border: 0;
    border-top: 1px solid #e2e3e3;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0 0 0 2.4em;
    border-left: 1px solid #e0e0e0;
    -moz-text-shadow: 0 0 0 transparent;
    -webkit-text-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0; }
  .vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
    color: silver;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0; }
  .vakata-context .vakata-contextmenu-disabled > a > i {
    filter: grayscale(100%); }
  .vakata-context li > a > i {
    text-decoration: none;
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background: transparent;
    margin: 0 0 0 -2em;
    vertical-align: top;
    text-align: center;
    line-height: 2.4em; }
  .vakata-context li > a > i:empty {
    width: 2.4em;
    line-height: 2.4em; }
  .vakata-context li > a .vakata-contextmenu-sep {
    display: inline-block;
    width: 1px;
    height: 2.4em;
    background: white;
    margin: 0 0.5em 0 0;
    border-left: 1px solid #e2e3e3; }
  .vakata-context .vakata-contextmenu-shortcut {
    font-size: 0.8em;
    color: silver;
    opacity: 0.5;
    display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -8px 0 0 -5px;
  padding: 0;
  border-right: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  z-index: 10000; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }
  #jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px; }
  #jstree-dnd .jstree-ok {
    background: green; }
  #jstree-dnd .jstree-er {
    background: red; }
  #jstree-dnd .jstree-copy {
    margin: 0 2px 0 2px; }

.jstree-proton {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15.56px;
  line-height: 1.4;
  overflow: hidden;
  background: #fcfcfc;
  padding: 10px;
  position: relative; }
  .jstree-proton .jstree-node, .jstree-proton .jstree-icon {
    background-repeat: no-repeat;
    background-color: transparent; }
  .jstree-proton .jstree-anchor, .jstree-proton .jstree-animated, .jstree-proton .jstree-wholerow {
    transition: background-color 0.15s, box-shadow 0.15s, color 0.15s; }
  .jstree-proton .jstree-hovered, .jstree-proton .jstree-context {
    background: transparent;
    color: #0070E0;
    border-radius: 3px;
    box-shadow: inset 0 0 1px transparent; }
  .jstree-proton .jstree-clicked {
    background: #ececff;
    color: #1B2733;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #cce6fa; }
  .jstree-proton .jstree-no-icons .jstree-anchor > .jstree-themeicon {
    display: none; }
  .jstree-proton .jstree-disabled {
    background: transparent;
    color: #666666; }
    .jstree-proton .jstree-disabled.jstree-hovered {
      background: transparent;
      box-shadow: none; }
    .jstree-proton .jstree-disabled.jstree-clicked {
      background: #efefef; }
    .jstree-proton .jstree-disabled > .jstree-icon {
      opacity: 0.8;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
      /* Firefox 10+ *
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */ }
  .jstree-proton .jstree-search {
    font-style: italic;
    color: #111;
    font-weight: bold; }
  .jstree-proton .jstree-no-checkboxes .jstree-checkbox {
    display: none !important; }
  .jstree-proton.jstree-checkbox-no-clicked .jstree-clicked {
    background: transparent;
    color: inherit;
    box-shadow: none; }
    .jstree-proton.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
      background: transparent;
      color: #0070E0; }
  .jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
    background: transparent;
    color: inherit; }
    .jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
      background: transparent;
      color: #0070E0; }
  .jstree-proton > .jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }
  .jstree-proton > .jstree-wholerow-ul .jstree-hovered, .jstree-proton > .jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    box-shadow: none;
    border-radius: 0; }
  .jstree-proton .jstree-wholerow {
    box-sizing: border-box; }
  .jstree-proton .jstree-wholerow-hovered {
    background: transparent; }
  .jstree-proton .jstree-wholerow-clicked {
    background: #f1f1ff;
    background: linear-gradient(to bottom, #f1f1ff 0%, #ececff 100%);
    /*filter: progid:DXImageTransform.Microsoft@include gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }

.jstree-proton .jstree-node {
  min-height: 30px;
  line-height: 30px;
  margin-left: 30px;
  min-width: 30px; }

.jstree-proton .jstree-anchor {
  line-height: 30px;
  margin: 1px 0 2px;
  height: 30px;
  width: 95%; }

.jstree-proton .jstree-icon {
  width: 30px;
  height: 28.2px;
  line-height: 30px; }

.jstree-proton .jstree-icon:empty {
  width: 30px;
  height: 28.2px;
  line-height: 30px; }

.jstree-proton.jstree-rtl .jstree-node {
  margin-right: 30px; }

.jstree-proton .jstree-wholerow {
  height: 30px; }

.jstree-proton .jstree-node, .jstree-proton .jstree-icon {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 0% 0%;
  background-size: 330px 150px; }

.jstree-proton .jstree-node {
  background-position: 90% 0%;
  background-repeat: repeat-y; }

.jstree-proton .jstree-last {
  background: transparent; }

.jstree-proton .jstree-open > .jstree-ocl {
  background-position: 0% 25%;
  background-size: 231px 105px; }
  .jstree-proton .jstree-open > .jstree-ocl.jstree-icon {
    width: 21px;
    height: 21px;
    margin: 4.5px; }

.jstree-proton .jstree-closed > .jstree-ocl {
  background-position: 0% 0%;
  background-size: 231px 105px; }
  .jstree-proton .jstree-closed > .jstree-ocl.jstree-icon {
    width: 21px;
    height: 21px;
    margin: 4.5px; }

.jstree-proton .jstree-leaf > .jstree-ocl {
  background-position: 30% 0%; }

.jstree-proton .jstree-themeicon {
  background-position: 80% 0%; }

.jstree-proton .jstree-open > .jstree-anchor > .jstree-themeicon {
  background-position: 80% 25%; }

.jstree-proton .jstree-closed > .jstree-anchor > .jstree-themeicon {
  background-position: 80% 0%; }

.jstree-proton > .jstree-no-dots .jstree-node,
.jstree-proton > .jstree-no-dots .jstree-leaf:not(.attachable) > .jstree-ocl {
  background: transparent; }

.jstree-proton > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: 0% 25%; }

.jstree-proton > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0% 0%; }

.jstree-proton > .jstree-no-dots .attachable > .jstree-ocl {
  background-position: 40% 75%;
  background-size: 264px 120px;
  width: 24px;
  height: 24px;
  margin: 3px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  zoom: 1; }

.jstree-proton > .jstree-no-dots .attached > .jstree-ocl {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  zoom: 1; }

.jstree-proton .jstree-disabled {
  background: transparent; }
  .jstree-proton .jstree-disabled.jstree-hovered {
    background: transparent; }
  .jstree-proton .jstree-disabled.jstree-clicked {
    background: #ececff; }

.jstree-proton .jstree-checkbox {
  background-size: 297px 135px;
  background-position: 50% 0%; }
  .jstree-proton .jstree-checkbox.jstree-icon {
    width: 27px;
    height: 27px;
    margin: 1.5px; }
  .jstree-proton .jstree-checkbox:hover {
    background-position: 50% 0%; }

.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-proton .jstree-checked > .jstree-checkbox {
  background-position: 70% 0%; }
  .jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-proton .jstree-checked > .jstree-checkbox:hover {
    background-position: 70% 0%; }

.jstree-proton .jstree-anchor > .jstree-undetermined {
  background-position: 60% 0%; }
  .jstree-proton .jstree-anchor > .jstree-undetermined:hover {
    background-position: 60% 0%; }

.jstree-proton .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-proton > .jstree-striped {
  background-size: auto 60px; }

.jstree-proton .jstree-themeicon-custom {
  background-color: transparent;
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: -10% -25%;
  background-size: 330px 150px;
  background-size: 264px 120px; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon {
    width: 24px;
    height: 24px;
    margin: 3px; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-plus {
    background-position: 0% 0%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-plus-dark {
    background-position: 10% 0%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-checkbox {
    background-position: 50% 0%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-checkbox-indeterminate {
    background-position: 60% 0%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-checkbox-checked {
    background-position: 70% 0%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-folder {
    background-position: 80% 0%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-minus {
    background-position: 0% 25%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-minus-dark {
    background-position: 10% 25%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-checkbox-dark {
    background-position: 50% 25%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-checkbox-dark-indeterminate {
    background-position: 60% 25%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-checkbox-dark-checked {
    background-position: 70% 25%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-folder-open {
    background-position: 80% 25%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-default {
    background-position: 0% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-image {
    background-position: 10% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-txt {
    background-position: 20% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-zip {
    background-position: 30% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-pdf {
    background-position: 40% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-ppt {
    background-position: 50% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-word {
    background-position: 60% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-xls {
    background-position: 70% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-folder-dark {
    background-position: 80% 50%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-folder-dark-open {
    background-position: 80% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-missing {
    background-position: 0% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-check {
    background-position: 10% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-delete {
    background-position: 20% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-play {
    background-position: 30% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-attach {
    background-position: 40% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-detach {
    background-position: 50% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-cursor {
    background-position: 60% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-select {
    background-position: 70% 75%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-deselect {
    background-position: 0% 100%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-view {
    background-position: 10% 100%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-search {
    background-position: 20% 100%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-cloud-download {
    background-position: 30% 100%; }
  .jstree-proton .jstree-themeicon-custom.jstree-icon-download {
    background-position: 40% 100%; }

.jstree-proton > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/css/libraries/jstree/themes/pipeline/throbber.gif") center center no-repeat; }

.jstree-proton .jstree-file {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 0% 75%;
  background-size: 330px 150px;
  background-size: 264px 120px; }
  .jstree-proton .jstree-file.jstree-icon {
    width: 24px;
    height: 24px;
    margin: 3px; }

.jstree-proton .jstree-folder {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 80% 0%;
  background-size: 330px 150px; }

.jstree-proton > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

.jstree-proton #jstree-dnd {
  line-height: 30px;
  padding: 0 4px; }
  .jstree-proton #jstree-dnd.jstree-ok, .jstree-proton #jstree-dnd.jstree-er {
    background-size: 330px 150px;
    background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
    background-repeat: no-repeat;
    background-color: transparent; }
  .jstree-proton #jstree-dnd i {
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .jstree-proton #jstree-dnd.jstree-ok {
    background-position: 10% 75%; }
  .jstree-proton #jstree-dnd.jstree-er {
    background-position: 20% 75%; }

.jstree-proton .jstree-ellipsis {
  overflow: hidden; }
  .jstree-proton .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 29px);
    text-overflow: ellipsis;
    overflow: hidden; }

.jstree-proton.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-proton.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-proton-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-proton-small .jstree-anchor {
  line-height: 18px;
  margin: 1px 0 2px;
  height: 18px;
  width: 95%; }

.jstree-proton-small .jstree-icon {
  width: 18px;
  height: 16.92px;
  line-height: 18px; }

.jstree-proton-small .jstree-icon:empty {
  width: 18px;
  height: 16.92px;
  line-height: 18px; }

.jstree-proton-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-proton-small .jstree-wholerow {
  height: 18px; }

.jstree-proton-small .jstree-node,
.jstree-proton-small .jstree-icon {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 0% 0%;
  background-size: 330px 150px; }

.jstree-proton-small .jstree-node {
  background-position: 90% 0%;
  background-repeat: repeat-y; }

.jstree-proton-small .jstree-last {
  background: transparent; }

.jstree-proton-small .jstree-open > .jstree-ocl {
  background-position: 0% 25%;
  background-size: 231px 105px; }
  .jstree-proton-small .jstree-open > .jstree-ocl.jstree-icon {
    width: 21px;
    height: 21px;
    margin: 4.5px; }

.jstree-proton-small .jstree-closed > .jstree-ocl {
  background-position: 0% 0%;
  background-size: 231px 105px; }
  .jstree-proton-small .jstree-closed > .jstree-ocl.jstree-icon {
    width: 21px;
    height: 21px;
    margin: 4.5px; }

.jstree-proton-small .jstree-leaf > .jstree-ocl {
  background-position: 30% 0%; }

.jstree-proton-small .jstree-themeicon {
  background-position: 80% 0%; }

.jstree-proton-small .jstree-open > .jstree-anchor > .jstree-themeicon {
  background-position: 80% 25%; }

.jstree-proton-small .jstree-closed > .jstree-anchor > .jstree-themeicon {
  background-position: 80% 0%; }

.jstree-proton-small > .jstree-no-dots .jstree-node,
.jstree-proton-small > .jstree-no-dots .jstree-leaf:not(.attachable) > .jstree-ocl {
  background: transparent; }

.jstree-proton-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: 0% 25%; }

.jstree-proton-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0% 0%; }

.jstree-proton-small > .jstree-no-dots .attachable > .jstree-ocl {
  background-position: 40% 75%;
  background-size: 264px 120px;
  width: 24px;
  height: 24px;
  margin: 3px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  zoom: 1; }

.jstree-proton-small > .jstree-no-dots .attached > .jstree-ocl {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  zoom: 1; }

.jstree-proton-small .jstree-disabled {
  background: transparent; }
  .jstree-proton-small .jstree-disabled.jstree-hovered {
    background: transparent; }
  .jstree-proton-small .jstree-disabled.jstree-clicked {
    background: #ececff; }

.jstree-proton-small .jstree-checkbox {
  background-size: 297px 135px;
  background-position: 50% 0%; }
  .jstree-proton-small .jstree-checkbox.jstree-icon {
    width: 27px;
    height: 27px;
    margin: 1.5px; }
  .jstree-proton-small .jstree-checkbox:hover {
    background-position: 50% 0%; }

.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-proton-small .jstree-checked > .jstree-checkbox {
  background-position: 70% 0%; }
  .jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-proton-small .jstree-checked > .jstree-checkbox:hover {
    background-position: 70% 0%; }

.jstree-proton-small .jstree-anchor > .jstree-undetermined {
  background-position: 60% 0%; }
  .jstree-proton-small .jstree-anchor > .jstree-undetermined:hover {
    background-position: 60% 0%; }

.jstree-proton-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-proton-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-proton-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: -10% -25%;
  background-size: 330px 150px;
  background-size: 264px 120px; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon {
    width: 24px;
    height: 24px;
    margin: 3px; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-plus {
    background-position: 0% 0%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-plus-dark {
    background-position: 10% 0%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-checkbox {
    background-position: 50% 0%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-checkbox-indeterminate {
    background-position: 60% 0%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-checkbox-checked {
    background-position: 70% 0%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-folder {
    background-position: 80% 0%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-minus {
    background-position: 0% 25%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-minus-dark {
    background-position: 10% 25%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-checkbox-dark {
    background-position: 50% 25%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-checkbox-dark-indeterminate {
    background-position: 60% 25%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-checkbox-dark-checked {
    background-position: 70% 25%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-folder-open {
    background-position: 80% 25%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-default {
    background-position: 0% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-image {
    background-position: 10% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-txt {
    background-position: 20% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-zip {
    background-position: 30% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-pdf {
    background-position: 40% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-ppt {
    background-position: 50% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-word {
    background-position: 60% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-xls {
    background-position: 70% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-folder-dark {
    background-position: 80% 50%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-folder-dark-open {
    background-position: 80% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-missing {
    background-position: 0% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-check {
    background-position: 10% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-delete {
    background-position: 20% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-play {
    background-position: 30% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-attach {
    background-position: 40% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-detach {
    background-position: 50% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-cursor {
    background-position: 60% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-select {
    background-position: 70% 75%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-deselect {
    background-position: 0% 100%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-view {
    background-position: 10% 100%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-search {
    background-position: 20% 100%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-cloud-download {
    background-position: 30% 100%; }
  .jstree-proton-small .jstree-themeicon-custom.jstree-icon-download {
    background-position: 40% 100%; }

.jstree-proton-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/css/libraries/jstree/themes/pipeline/throbber.gif") center center no-repeat; }

.jstree-proton-small .jstree-file {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 0% 75%;
  background-size: 330px 150px;
  background-size: 264px 120px; }
  .jstree-proton-small .jstree-file.jstree-icon {
    width: 24px;
    height: 24px;
    margin: 3px; }

.jstree-proton-small .jstree-folder {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 80% 0%;
  background-size: 330px 150px; }

.jstree-proton-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

.jstree-proton-small #jstree-dnd {
  line-height: 18px;
  padding: 0 4px; }
  .jstree-proton-small #jstree-dnd.jstree-ok, .jstree-proton-small #jstree-dnd.jstree-er {
    background-size: 330px 150px;
    background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
    background-repeat: no-repeat;
    background-color: transparent; }
  .jstree-proton-small #jstree-dnd i {
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 18px; }
  .jstree-proton-small #jstree-dnd.jstree-ok {
    background-position: 10% 75%; }
  .jstree-proton-small #jstree-dnd.jstree-er {
    background-position: 20% 75%; }

.jstree-proton-small .jstree-ellipsis {
  overflow: hidden; }
  .jstree-proton-small .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 29px);
    text-overflow: ellipsis;
    overflow: hidden; }

.jstree-proton-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-proton-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-proton-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-proton-large .jstree-anchor {
  line-height: 32px;
  margin: 1px 0 2px;
  height: 32px;
  width: 95%; }

.jstree-proton-large .jstree-icon {
  width: 32px;
  height: 30.08px;
  line-height: 32px; }

.jstree-proton-large .jstree-icon:empty {
  width: 32px;
  height: 30.08px;
  line-height: 32px; }

.jstree-proton-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-proton-large .jstree-wholerow {
  height: 32px; }

.jstree-proton-large .jstree-node,
.jstree-proton-large .jstree-icon {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 0% 0%;
  background-size: 330px 150px; }

.jstree-proton-large .jstree-node {
  background-position: 90% 0%;
  background-repeat: repeat-y; }

.jstree-proton-large .jstree-last {
  background: transparent; }

.jstree-proton-large .jstree-open > .jstree-ocl {
  background-position: 0% 25%;
  background-size: 231px 105px; }
  .jstree-proton-large .jstree-open > .jstree-ocl.jstree-icon {
    width: 21px;
    height: 21px;
    margin: 4.5px; }

.jstree-proton-large .jstree-closed > .jstree-ocl {
  background-position: 0% 0%;
  background-size: 231px 105px; }
  .jstree-proton-large .jstree-closed > .jstree-ocl.jstree-icon {
    width: 21px;
    height: 21px;
    margin: 4.5px; }

.jstree-proton-large .jstree-leaf > .jstree-ocl {
  background-position: 30% 0%; }

.jstree-proton-large .jstree-themeicon {
  background-position: 80% 0%; }

.jstree-proton-large .jstree-open > .jstree-anchor > .jstree-themeicon {
  background-position: 80% 25%; }

.jstree-proton-large .jstree-closed > .jstree-anchor > .jstree-themeicon {
  background-position: 80% 0%; }

.jstree-proton-large > .jstree-no-dots .jstree-node,
.jstree-proton-large > .jstree-no-dots .jstree-leaf:not(.attachable) > .jstree-ocl {
  background: transparent; }

.jstree-proton-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: 0% 25%; }

.jstree-proton-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0% 0%; }

.jstree-proton-large > .jstree-no-dots .attachable > .jstree-ocl {
  background-position: 40% 75%;
  background-size: 264px 120px;
  width: 24px;
  height: 24px;
  margin: 3px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  zoom: 1; }

.jstree-proton-large > .jstree-no-dots .attached > .jstree-ocl {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  zoom: 1; }

.jstree-proton-large .jstree-disabled {
  background: transparent; }
  .jstree-proton-large .jstree-disabled.jstree-hovered {
    background: transparent; }
  .jstree-proton-large .jstree-disabled.jstree-clicked {
    background: #ececff; }

.jstree-proton-large .jstree-checkbox {
  background-size: 297px 135px;
  background-position: 50% 0%; }
  .jstree-proton-large .jstree-checkbox.jstree-icon {
    width: 27px;
    height: 27px;
    margin: 1.5px; }
  .jstree-proton-large .jstree-checkbox:hover {
    background-position: 50% 0%; }

.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-proton-large .jstree-checked > .jstree-checkbox {
  background-position: 70% 0%; }
  .jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-proton-large .jstree-checked > .jstree-checkbox:hover {
    background-position: 70% 0%; }

.jstree-proton-large .jstree-anchor > .jstree-undetermined {
  background-position: 60% 0%; }
  .jstree-proton-large .jstree-anchor > .jstree-undetermined:hover {
    background-position: 60% 0%; }

.jstree-proton-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-proton-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-proton-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: -10% -25%;
  background-size: 330px 150px;
  background-size: 264px 120px; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon {
    width: 24px;
    height: 24px;
    margin: 3px; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-plus {
    background-position: 0% 0%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-plus-dark {
    background-position: 10% 0%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-checkbox {
    background-position: 50% 0%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-checkbox-indeterminate {
    background-position: 60% 0%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-checkbox-checked {
    background-position: 70% 0%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-folder {
    background-position: 80% 0%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-minus {
    background-position: 0% 25%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-minus-dark {
    background-position: 10% 25%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-checkbox-dark {
    background-position: 50% 25%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-checkbox-dark-indeterminate {
    background-position: 60% 25%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-checkbox-dark-checked {
    background-position: 70% 25%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-folder-open {
    background-position: 80% 25%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-default {
    background-position: 0% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-image {
    background-position: 10% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-txt {
    background-position: 20% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-zip {
    background-position: 30% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-pdf {
    background-position: 40% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-ppt {
    background-position: 50% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-word {
    background-position: 60% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-xls {
    background-position: 70% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-folder-dark {
    background-position: 80% 50%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-folder-dark-open {
    background-position: 80% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-missing {
    background-position: 0% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-check {
    background-position: 10% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-delete {
    background-position: 20% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-play {
    background-position: 30% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-attach {
    background-position: 40% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-detach {
    background-position: 50% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-cursor {
    background-position: 60% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-select {
    background-position: 70% 75%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-deselect {
    background-position: 0% 100%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-view {
    background-position: 10% 100%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-search {
    background-position: 20% 100%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-cloud-download {
    background-position: 30% 100%; }
  .jstree-proton-large .jstree-themeicon-custom.jstree-icon-download {
    background-position: 40% 100%; }

.jstree-proton-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/css/libraries/jstree/themes/pipeline/throbber.gif") center center no-repeat; }

.jstree-proton-large .jstree-file {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 0% 75%;
  background-size: 330px 150px;
  background-size: 264px 120px; }
  .jstree-proton-large .jstree-file.jstree-icon {
    width: 24px;
    height: 24px;
    margin: 3px; }

.jstree-proton-large .jstree-folder {
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
  background-position: 80% 0%;
  background-size: 330px 150px; }

.jstree-proton-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

.jstree-proton-large #jstree-dnd {
  line-height: 32px;
  padding: 0 4px; }
  .jstree-proton-large #jstree-dnd.jstree-ok, .jstree-proton-large #jstree-dnd.jstree-er {
    background-size: 330px 150px;
    background-image: url("/css/libraries/jstree/themes/pipeline/48px.png");
    background-repeat: no-repeat;
    background-color: transparent; }
  .jstree-proton-large #jstree-dnd i {
    background: transparent;
    width: 32px;
    height: 32px;
    line-height: 32px; }
  .jstree-proton-large #jstree-dnd.jstree-ok {
    background-position: 10% 75%; }
  .jstree-proton-large #jstree-dnd.jstree-er {
    background-position: 20% 75%; }

.jstree-proton-large .jstree-ellipsis {
  overflow: hidden; }
  .jstree-proton-large .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 29px);
    text-overflow: ellipsis;
    overflow: hidden; }

.jstree-proton-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-proton-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-icon-custom {
  background-color: transparent !important;
  background-image: url("/css/libraries/jstree/themes/pipeline/48px.png") !important;
  background-position: -10% -25%;
  background-size: 264px 120px !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: 3px !important;
  margin-right: 3px !important;
  margin-bottom: 3px !important;
  margin-left: -21px !important; }
  .jstree-icon-custom.jstree-icon-plus {
    background-position: 0% 0%; }
  .jstree-icon-custom.jstree-icon-plus-dark {
    background-position: 10% 0%; }
  .jstree-icon-custom.jstree-icon-checkbox {
    background-position: 50% 0%; }
  .jstree-icon-custom.jstree-icon-checkbox-indeterminate {
    background-position: 60% 0%; }
  .jstree-icon-custom.jstree-icon-checkbox-checked {
    background-position: 70% 0%; }
  .jstree-icon-custom.jstree-icon-folder {
    background-position: 80% 0%; }
  .jstree-icon-custom.jstree-icon-minus {
    background-position: 0% 25%; }
  .jstree-icon-custom.jstree-icon-minus-dark {
    background-position: 10% 25%; }
  .jstree-icon-custom.jstree-icon-checkbox-dark {
    background-position: 50% 25%; }
  .jstree-icon-custom.jstree-icon-checkbox-dark-indeterminate {
    background-position: 60% 25%; }
  .jstree-icon-custom.jstree-icon-checkbox-dark-checked {
    background-position: 70% 25%; }
  .jstree-icon-custom.jstree-icon-folder-open {
    background-position: 80% 25%; }
  .jstree-icon-custom.jstree-icon-default {
    background-position: 0% 50%; }
  .jstree-icon-custom.jstree-icon-image {
    background-position: 10% 50%; }
  .jstree-icon-custom.jstree-icon-txt {
    background-position: 20% 50%; }
  .jstree-icon-custom.jstree-icon-zip {
    background-position: 30% 50%; }
  .jstree-icon-custom.jstree-icon-pdf {
    background-position: 40% 50%; }
  .jstree-icon-custom.jstree-icon-ppt {
    background-position: 50% 50%; }
  .jstree-icon-custom.jstree-icon-word {
    background-position: 60% 50%; }
  .jstree-icon-custom.jstree-icon-xls {
    background-position: 70% 50%; }
  .jstree-icon-custom.jstree-icon-folder-dark {
    background-position: 80% 50%; }
  .jstree-icon-custom.jstree-icon-folder-dark-open {
    background-position: 80% 75%; }
  .jstree-icon-custom.jstree-icon-missing {
    background-position: 0% 75%; }
  .jstree-icon-custom.jstree-icon-check {
    background-position: 10% 75%; }
  .jstree-icon-custom.jstree-icon-delete {
    background-position: 20% 75%; }
  .jstree-icon-custom.jstree-icon-play {
    background-position: 30% 75%; }
  .jstree-icon-custom.jstree-icon-attach {
    background-position: 40% 75%; }
  .jstree-icon-custom.jstree-icon-detach {
    background-position: 50% 75%; }
  .jstree-icon-custom.jstree-icon-cursor {
    background-position: 60% 75%; }
  .jstree-icon-custom.jstree-icon-select {
    background-position: 70% 75%; }
  .jstree-icon-custom.jstree-icon-deselect {
    background-position: 0% 100%; }
  .jstree-icon-custom.jstree-icon-view {
    background-position: 10% 100%; }
  .jstree-icon-custom.jstree-icon-search {
    background-position: 20% 100%; }
  .jstree-icon-custom.jstree-icon-cloud-download {
    background-position: 30% 100%; }
  .jstree-icon-custom.jstree-icon-download {
    background-position: 40% 100%; }

.jstree-node.folder.ghosted {
  opacity: 0.4; }

.is-valigned-baseline {
  vertical-align: baseline !important; }

.is-valigned-top {
  vertical-align: top !important; }

.is-valigned-middle {
  vertical-align: middle !important; }

.is-valigned-bottom {
  vertical-align: bottom !important; }

.is-valigned-sub {
  vertical-align: sub !important; }

.is-valigned-text-top {
  vertical-align: text-top !important; }

.is-clipped-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

a.is-disabled {
  pointer-events: none;
  opacity: .65; }

.has-flex-direction-column {
  flex-direction: column !important; }
