@charset "UTF-8";
/* 2. Set your own initial variables  */
/* Handle Colors
lighten($dark-blue, 5%);
darken($dark-blue, 5%);
*/
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .kyp-verification-comment, .input, .button, .sorting-label {
  -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;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .kyp-verification-comment:focus, .input:focus, .button:focus, .sorting-label:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.kyp-verification-comment, .is-focused.input, .is-focused.button, .is-focused.sorting-label, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .kyp-verification-comment:active, .input:active, .button:active, .sorting-label:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.kyp-verification-comment, .is-active.input, .is-active.button, .is-active.sorting-label {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].kyp-verification-comment, [disabled].input, [disabled].button, [disabled].sorting-label, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .kyp-verification-comment, fieldset[disabled] .input, fieldset[disabled] .button, fieldset[disabled] .sorting-label {
  cursor: not-allowed;
}
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .sorting-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::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;
}
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10.2, 10.2, 10.2, 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;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}
.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after, .is-loading.sorting-label::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.hero-video, .is-overlay, .modal-background, .modal, .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 {
  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: #ffffff;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", "Arial", sans-serif;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
body {
  color: #787878;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #2196f3;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0, 0%, 21%);
}
code {
  background-color: hsl(0, 0%, 96%);
  color: rgb(210.0070754717, 25.0754716981, 11.4929245283);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}
hr {
  background-color: hsl(0, 0%, 96%);
  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: hsl(0, 0%, 21%);
  font-weight: 700;
}
fieldset {
  border: none;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  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: hsl(0, 0%, 21%);
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px #2196f3;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px #2196f3;
}
.button, .sorting-label {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong, .sorting-label strong {
  color: inherit;
}
.button .icon, .sorting-label .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child), .sorting-label .icon:first-child:not(:last-child) {
  margin-left: calc(-0.625rem - 1px);
  margin-right: 0.3125rem;
}
.button .icon:last-child:not(:first-child), .sorting-label .icon:last-child:not(:first-child) {
  margin-left: 0.3125rem;
  margin-right: calc(-0.625rem - 1px);
}
.button .icon:first-child:last-child, .sorting-label .icon:first-child:last-child {
  margin-left: calc(-0.625rem - 1px);
  margin-right: calc(-0.625rem - 1px);
}
.button:hover, .sorting-label:hover, .button.is-hovered, .is-hovered.sorting-label {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .sorting-label:focus, .button.is-focused, .is-focused.sorting-label {
  border-color: #2196f3;
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .sorting-label:focus:not(:active), .button.is-focused:not(:active), .is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25);
}
.button:active, .sorting-label:active, .button.is-active, .is-active.sorting-label {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text, .is-text.sorting-label {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .is-text.sorting-label:hover, .button.is-text.is-hovered, .is-text.is-hovered.sorting-label, .button.is-text:focus, .is-text.sorting-label:focus, .button.is-text.is-focused, .is-text.is-focused.sorting-label {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .is-text.sorting-label:active, .button.is-text.is-active, .is-text.is-active.sorting-label {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], .is-text[disabled].sorting-label, fieldset[disabled] .button.is-text, fieldset[disabled] .is-text.sorting-label {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost, .is-ghost.sorting-label {
  background: none;
  border-color: transparent;
  color: #2196f3;
  text-decoration: none;
}
.button.is-ghost:hover, .is-ghost.sorting-label:hover, .button.is-ghost.is-hovered, .is-ghost.is-hovered.sorting-label {
  color: #2196f3;
  text-decoration: underline;
}
.button.is-white, .is-white.sorting-label {
  background-color: #ffffff;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:hover, .is-white.sorting-label:hover, .button.is-white.is-hovered, .is-white.is-hovered.sorting-label {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus, .is-white.sorting-label:focus, .button.is-white.is-focused, .is-white.is-focused.sorting-label {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus:not(:active), .is-white.sorting-label:focus:not(:active), .button.is-white.is-focused:not(:active), .is-white.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .is-white.sorting-label:active, .button.is-white.is-active, .is-white.is-active.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white[disabled], .is-white[disabled].sorting-label, fieldset[disabled] .button.is-white, fieldset[disabled] .is-white.sorting-label {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}
.button.is-white.is-inverted, .is-white.is-inverted.sorting-label {
  background-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.button.is-white.is-inverted:hover, .is-white.is-inverted.sorting-label:hover, .button.is-white.is-inverted.is-hovered, .is-white.is-inverted.is-hovered.sorting-label {
  background-color: hsl(0, 0%, 0%);
}
.button.is-white.is-inverted[disabled], .is-white.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-white.is-inverted, fieldset[disabled] .is-white.is-inverted.sorting-label {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
.button.is-white.is-loading::after, .is-white.is-loading.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined, .is-white.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-white.is-outlined:hover, .is-white.is-outlined.sorting-label:hover, .button.is-white.is-outlined.is-hovered, .is-white.is-outlined.is-hovered.sorting-label, .button.is-white.is-outlined:focus, .is-white.is-outlined.sorting-label:focus, .button.is-white.is-outlined.is-focused, .is-white.is-outlined.is-focused.sorting-label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after, .is-white.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .is-white.is-outlined.is-loading.sorting-label:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .is-white.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-white.is-outlined.is-loading:focus::after, .is-white.is-outlined.is-loading.sorting-label:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after, .is-white.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], .is-white.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-white.is-outlined, fieldset[disabled] .is-white.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-white.is-inverted.is-outlined, .is-white.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-inverted.is-outlined:hover, .is-white.is-inverted.is-outlined.sorting-label:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .is-white.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-white.is-inverted.is-outlined:focus, .is-white.is-inverted.is-outlined.sorting-label:focus, .button.is-white.is-inverted.is-outlined.is-focused, .is-white.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .is-white.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .is-white.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .is-white.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after, .is-white.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-white.is-inverted.is-outlined[disabled], .is-white.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-white.is-inverted.is-outlined, fieldset[disabled] .is-white.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black, .is-black.sorting-label {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: #ffffff;
}
.button.is-black:hover, .is-black.sorting-label:hover, .button.is-black.is-hovered, .is-black.is-hovered.sorting-label {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: #ffffff;
}
.button.is-black:focus, .is-black.sorting-label:focus, .button.is-black.is-focused, .is-black.is-focused.sorting-label {
  border-color: transparent;
  color: #ffffff;
}
.button.is-black:focus:not(:active), .is-black.sorting-label:focus:not(:active), .button.is-black.is-focused:not(:active), .is-black.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.button.is-black:active, .is-black.sorting-label:active, .button.is-black.is-active, .is-black.is-active.sorting-label {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: #ffffff;
}
.button.is-black[disabled], .is-black[disabled].sorting-label, fieldset[disabled] .button.is-black, fieldset[disabled] .is-black.sorting-label {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
}
.button.is-black.is-inverted, .is-black.is-inverted.sorting-label {
  background-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted:hover, .is-black.is-inverted.sorting-label:hover, .button.is-black.is-inverted.is-hovered, .is-black.is-inverted.is-hovered.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-black.is-inverted[disabled], .is-black.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-black.is-inverted, fieldset[disabled] .is-black.is-inverted.sorting-label {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-loading::after, .is-black.is-loading.sorting-label::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-black.is-outlined, .is-black.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-outlined:hover, .is-black.is-outlined.sorting-label:hover, .button.is-black.is-outlined.is-hovered, .is-black.is-outlined.is-hovered.sorting-label, .button.is-black.is-outlined:focus, .is-black.is-outlined.sorting-label:focus, .button.is-black.is-outlined.is-focused, .is-black.is-outlined.is-focused.sorting-label {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.button.is-black.is-outlined.is-loading::after, .is-black.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .is-black.is-outlined.is-loading.sorting-label:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .is-black.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-black.is-outlined.is-loading:focus::after, .is-black.is-outlined.is-loading.sorting-label:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after, .is-black.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-black.is-outlined[disabled], .is-black.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-black.is-outlined, fieldset[disabled] .is-black.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined, .is-black.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-black.is-inverted.is-outlined:hover, .is-black.is-inverted.is-outlined.sorting-label:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .is-black.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-black.is-inverted.is-outlined:focus, .is-black.is-inverted.is-outlined.sorting-label:focus, .button.is-black.is-inverted.is-outlined.is-focused, .is-black.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .is-black.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .is-black.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .is-black.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after, .is-black.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], .is-black.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-black.is-inverted.is-outlined, fieldset[disabled] .is-black.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-light, .is-light.sorting-label {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .is-light.sorting-label:hover, .button.is-light.is-hovered, .is-light.is-hovered.sorting-label {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .is-light.sorting-label:focus, .button.is-light.is-focused, .is-light.is-focused.sorting-label {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .is-light.sorting-label:focus:not(:active), .button.is-light.is-focused:not(:active), .is-light.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.button.is-light:active, .is-light.sorting-label:active, .button.is-light.is-active, .is-light.is-active.sorting-label {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], .is-light[disabled].sorting-label, fieldset[disabled] .button.is-light, fieldset[disabled] .is-light.sorting-label {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted, .is-light.is-inverted.sorting-label {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .is-light.is-inverted.sorting-label:hover, .button.is-light.is-inverted.is-hovered, .is-light.is-inverted.is-hovered.sorting-label {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], .is-light.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-light.is-inverted, fieldset[disabled] .is-light.is-inverted.sorting-label {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after, .is-light.is-loading.sorting-label::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined, .is-light.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .is-light.is-outlined.sorting-label:hover, .button.is-light.is-outlined.is-hovered, .is-light.is-outlined.is-hovered.sorting-label, .button.is-light.is-outlined:focus, .is-light.is-outlined.sorting-label:focus, .button.is-light.is-outlined.is-focused, .is-light.is-outlined.is-focused.sorting-label {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after, .is-light.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .is-light.is-outlined.is-loading.sorting-label:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .is-light.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-light.is-outlined.is-loading:focus::after, .is-light.is-outlined.is-loading.sorting-label:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after, .is-light.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], .is-light.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-light.is-outlined, fieldset[disabled] .is-light.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined, .is-light.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .is-light.is-inverted.is-outlined.sorting-label:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .is-light.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-light.is-inverted.is-outlined:focus, .is-light.is-inverted.is-outlined.sorting-label:focus, .button.is-light.is-inverted.is-outlined.is-focused, .is-light.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .is-light.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .is-light.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .is-light.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after, .is-light.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], .is-light.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-light.is-inverted.is-outlined, fieldset[disabled] .is-light.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark, .is-dark.sorting-label {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .is-dark.sorting-label:hover, .button.is-dark.is-hovered, .is-dark.is-hovered.sorting-label {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .is-dark.sorting-label:focus, .button.is-dark.is-focused, .is-dark.is-focused.sorting-label {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .is-dark.sorting-label:focus:not(:active), .button.is-dark.is-focused:not(:active), .is-dark.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.button.is-dark:active, .is-dark.sorting-label:active, .button.is-dark.is-active, .is-dark.is-active.sorting-label {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], .is-dark[disabled].sorting-label, fieldset[disabled] .button.is-dark, fieldset[disabled] .is-dark.sorting-label {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted, .is-dark.is-inverted.sorting-label {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .is-dark.is-inverted.sorting-label:hover, .button.is-dark.is-inverted.is-hovered, .is-dark.is-inverted.is-hovered.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-dark.is-inverted[disabled], .is-dark.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-dark.is-inverted, fieldset[disabled] .is-dark.is-inverted.sorting-label {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after, .is-dark.is-loading.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined, .is-dark.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .is-dark.is-outlined.sorting-label:hover, .button.is-dark.is-outlined.is-hovered, .is-dark.is-outlined.is-hovered.sorting-label, .button.is-dark.is-outlined:focus, .is-dark.is-outlined.sorting-label:focus, .button.is-dark.is-outlined.is-focused, .is-dark.is-outlined.is-focused.sorting-label {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after, .is-dark.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .is-dark.is-outlined.is-loading.sorting-label:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .is-dark.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-dark.is-outlined.is-loading:focus::after, .is-dark.is-outlined.is-loading.sorting-label:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after, .is-dark.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], .is-dark.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-dark.is-outlined, fieldset[disabled] .is-dark.is-outlined.sorting-label {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined, .is-dark.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .is-dark.is-inverted.is-outlined.sorting-label:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .is-dark.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-dark.is-inverted.is-outlined:focus, .is-dark.is-inverted.is-outlined.sorting-label:focus, .button.is-dark.is-inverted.is-outlined.is-focused, .is-dark.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .is-dark.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .is-dark.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .is-dark.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after, .is-dark.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], .is-dark.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-dark.is-inverted.is-outlined, fieldset[disabled] .is-dark.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary, .is-primary.sorting-label {
  background-color: #2196f3;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .is-primary.sorting-label:hover, .button.is-primary.is-hovered, .is-primary.is-hovered.sorting-label {
  background-color: rgb(20.9038461538, 144.2788461538, 242.3461538462);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .is-primary.sorting-label:focus, .button.is-primary.is-focused, .is-primary.is-focused.sorting-label {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .is-primary.sorting-label:focus:not(:active), .button.is-primary.is-focused:not(:active), .is-primary.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25);
}
.button.is-primary:active, .is-primary.sorting-label:active, .button.is-primary.is-active, .is-primary.is-active.sorting-label {
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], .is-primary[disabled].sorting-label, fieldset[disabled] .button.is-primary, fieldset[disabled] .is-primary.sorting-label {
  background-color: #2196f3;
  border-color: #2196f3;
  box-shadow: none;
}
.button.is-primary.is-inverted, .is-primary.is-inverted.sorting-label {
  background-color: #fff;
  color: #2196f3;
}
.button.is-primary.is-inverted:hover, .is-primary.is-inverted.sorting-label:hover, .button.is-primary.is-inverted.is-hovered, .is-primary.is-inverted.is-hovered.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-primary.is-inverted[disabled], .is-primary.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-primary.is-inverted, fieldset[disabled] .is-primary.is-inverted.sorting-label {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2196f3;
}
.button.is-primary.is-loading::after, .is-primary.is-loading.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined, .is-primary.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #2196f3;
  color: #2196f3;
}
.button.is-primary.is-outlined:hover, .is-primary.is-outlined.sorting-label:hover, .button.is-primary.is-outlined.is-hovered, .is-primary.is-outlined.is-hovered.sorting-label, .button.is-primary.is-outlined:focus, .is-primary.is-outlined.sorting-label:focus, .button.is-primary.is-outlined.is-focused, .is-primary.is-outlined.is-focused.sorting-label {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after, .is-primary.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent #2196f3 #2196f3 !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .is-primary.is-outlined.is-loading.sorting-label:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .is-primary.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-primary.is-outlined.is-loading:focus::after, .is-primary.is-outlined.is-loading.sorting-label:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after, .is-primary.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], .is-primary.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-primary.is-outlined, fieldset[disabled] .is-primary.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #2196f3;
  box-shadow: none;
  color: #2196f3;
}
.button.is-primary.is-inverted.is-outlined, .is-primary.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .is-primary.is-inverted.is-outlined.sorting-label:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .is-primary.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-primary.is-inverted.is-outlined:focus, .is-primary.is-inverted.is-outlined.sorting-label:focus, .button.is-primary.is-inverted.is-outlined.is-focused, .is-primary.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #fff;
  color: #2196f3;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .is-primary.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .is-primary.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .is-primary.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after, .is-primary.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #2196f3 #2196f3 !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], .is-primary.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-primary.is-inverted.is-outlined, fieldset[disabled] .is-primary.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light, .is-primary.is-light.sorting-label {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.button.is-primary.is-light:hover, .is-primary.is-light.sorting-label:hover, .button.is-primary.is-light.is-hovered, .is-primary.is-light.is-hovered.sorting-label {
  background-color: rgb(223.55, 240.125, 253.3);
  border-color: transparent;
  color: rgb(10.2, 109.65, 188.7);
}
.button.is-primary.is-light:active, .is-primary.is-light.sorting-label:active, .button.is-primary.is-light.is-active, .is-primary.is-light.is-active.sorting-label {
  background-color: rgb(211.4538461538, 234.4038461538, 252.6461538462);
  border-color: transparent;
  color: rgb(10.2, 109.65, 188.7);
}
.button.is-link, .is-link.sorting-label {
  background-color: #2196f3;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .is-link.sorting-label:hover, .button.is-link.is-hovered, .is-link.is-hovered.sorting-label {
  background-color: rgb(20.9038461538, 144.2788461538, 242.3461538462);
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .is-link.sorting-label:focus, .button.is-link.is-focused, .is-link.is-focused.sorting-label {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .is-link.sorting-label:focus:not(:active), .button.is-link.is-focused:not(:active), .is-link.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25);
}
.button.is-link:active, .is-link.sorting-label:active, .button.is-link.is-active, .is-link.is-active.sorting-label {
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], .is-link[disabled].sorting-label, fieldset[disabled] .button.is-link, fieldset[disabled] .is-link.sorting-label {
  background-color: #2196f3;
  border-color: #2196f3;
  box-shadow: none;
}
.button.is-link.is-inverted, .is-link.is-inverted.sorting-label {
  background-color: #fff;
  color: #2196f3;
}
.button.is-link.is-inverted:hover, .is-link.is-inverted.sorting-label:hover, .button.is-link.is-inverted.is-hovered, .is-link.is-inverted.is-hovered.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-link.is-inverted[disabled], .is-link.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-link.is-inverted, fieldset[disabled] .is-link.is-inverted.sorting-label {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2196f3;
}
.button.is-link.is-loading::after, .is-link.is-loading.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined, .is-link.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #2196f3;
  color: #2196f3;
}
.button.is-link.is-outlined:hover, .is-link.is-outlined.sorting-label:hover, .button.is-link.is-outlined.is-hovered, .is-link.is-outlined.is-hovered.sorting-label, .button.is-link.is-outlined:focus, .is-link.is-outlined.sorting-label:focus, .button.is-link.is-outlined.is-focused, .is-link.is-outlined.is-focused.sorting-label {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after, .is-link.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent #2196f3 #2196f3 !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .is-link.is-outlined.is-loading.sorting-label:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .is-link.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-link.is-outlined.is-loading:focus::after, .is-link.is-outlined.is-loading.sorting-label:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after, .is-link.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], .is-link.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-link.is-outlined, fieldset[disabled] .is-link.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #2196f3;
  box-shadow: none;
  color: #2196f3;
}
.button.is-link.is-inverted.is-outlined, .is-link.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .is-link.is-inverted.is-outlined.sorting-label:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .is-link.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-link.is-inverted.is-outlined:focus, .is-link.is-inverted.is-outlined.sorting-label:focus, .button.is-link.is-inverted.is-outlined.is-focused, .is-link.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #fff;
  color: #2196f3;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .is-link.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .is-link.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .is-link.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after, .is-link.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #2196f3 #2196f3 !important;
}
.button.is-link.is-inverted.is-outlined[disabled], .is-link.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-link.is-inverted.is-outlined, fieldset[disabled] .is-link.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light, .is-link.is-light.sorting-label {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.button.is-link.is-light:hover, .is-link.is-light.sorting-label:hover, .button.is-link.is-light.is-hovered, .is-link.is-light.is-hovered.sorting-label {
  background-color: rgb(223.55, 240.125, 253.3);
  border-color: transparent;
  color: rgb(10.2, 109.65, 188.7);
}
.button.is-link.is-light:active, .is-link.is-light.sorting-label:active, .button.is-link.is-light.is-active, .is-link.is-light.is-active.sorting-label {
  background-color: rgb(211.4538461538, 234.4038461538, 252.6461538462);
  border-color: transparent;
  color: rgb(10.2, 109.65, 188.7);
}
.button.is-info, .is-info.sorting-label {
  background-color: rgb(127.5, 231.25, 255);
  border-color: transparent;
  color: #282828;
}
.button.is-info:hover, .is-info.sorting-label:hover, .button.is-info.is-hovered, .is-info.is-hovered.sorting-label {
  background-color: rgb(114.75, 228.875, 255);
  border-color: transparent;
  color: #282828;
}
.button.is-info:focus, .is-info.sorting-label:focus, .button.is-info.is-focused, .is-info.is-focused.sorting-label {
  border-color: transparent;
  color: #282828;
}
.button.is-info:focus:not(:active), .is-info.sorting-label:focus:not(:active), .button.is-info.is-focused:not(:active), .is-info.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(127.5, 231.25, 255, 0.25);
}
.button.is-info:active, .is-info.sorting-label:active, .button.is-info.is-active, .is-info.is-active.sorting-label {
  background-color: rgb(102, 226.5, 255);
  border-color: transparent;
  color: #282828;
}
.button.is-info[disabled], .is-info[disabled].sorting-label, fieldset[disabled] .button.is-info, fieldset[disabled] .is-info.sorting-label {
  background-color: rgb(127.5, 231.25, 255);
  border-color: rgb(127.5, 231.25, 255);
  box-shadow: none;
}
.button.is-info.is-inverted, .is-info.is-inverted.sorting-label {
  background-color: #282828;
  color: rgb(127.5, 231.25, 255);
}
.button.is-info.is-inverted:hover, .is-info.is-inverted.sorting-label:hover, .button.is-info.is-inverted.is-hovered, .is-info.is-inverted.is-hovered.sorting-label {
  background-color: rgb(27.25, 27.25, 27.25);
}
.button.is-info.is-inverted[disabled], .is-info.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-info.is-inverted, fieldset[disabled] .is-info.is-inverted.sorting-label {
  background-color: #282828;
  border-color: transparent;
  box-shadow: none;
  color: rgb(127.5, 231.25, 255);
}
.button.is-info.is-loading::after, .is-info.is-loading.sorting-label::after {
  border-color: transparent transparent #282828 #282828 !important;
}
.button.is-info.is-outlined, .is-info.is-outlined.sorting-label {
  background-color: transparent;
  border-color: rgb(127.5, 231.25, 255);
  color: rgb(127.5, 231.25, 255);
}
.button.is-info.is-outlined:hover, .is-info.is-outlined.sorting-label:hover, .button.is-info.is-outlined.is-hovered, .is-info.is-outlined.is-hovered.sorting-label, .button.is-info.is-outlined:focus, .is-info.is-outlined.sorting-label:focus, .button.is-info.is-outlined.is-focused, .is-info.is-outlined.is-focused.sorting-label {
  background-color: rgb(127.5, 231.25, 255);
  border-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.button.is-info.is-outlined.is-loading::after, .is-info.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent rgb(127.5, 231.25, 255) rgb(127.5, 231.25, 255) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .is-info.is-outlined.is-loading.sorting-label:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .is-info.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-info.is-outlined.is-loading:focus::after, .is-info.is-outlined.is-loading.sorting-label:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after, .is-info.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #282828 #282828 !important;
}
.button.is-info.is-outlined[disabled], .is-info.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-info.is-outlined, fieldset[disabled] .is-info.is-outlined.sorting-label {
  background-color: transparent;
  border-color: rgb(127.5, 231.25, 255);
  box-shadow: none;
  color: rgb(127.5, 231.25, 255);
}
.button.is-info.is-inverted.is-outlined, .is-info.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #282828;
  color: #282828;
}
.button.is-info.is-inverted.is-outlined:hover, .is-info.is-inverted.is-outlined.sorting-label:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .is-info.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-info.is-inverted.is-outlined:focus, .is-info.is-inverted.is-outlined.sorting-label:focus, .button.is-info.is-inverted.is-outlined.is-focused, .is-info.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #282828;
  color: rgb(127.5, 231.25, 255);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .is-info.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .is-info.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .is-info.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after, .is-info.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent rgb(127.5, 231.25, 255) rgb(127.5, 231.25, 255) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], .is-info.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-info.is-inverted.is-outlined, fieldset[disabled] .is-info.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #282828;
  box-shadow: none;
  color: #282828;
}
.button.is-info.is-light, .is-info.is-light.sorting-label {
  background-color: rgb(234.6, 251.2, 255);
  color: rgb(0, 120.35, 147.9);
}
.button.is-info.is-light:hover, .is-info.is-light.sorting-label:hover, .button.is-info.is-light.is-hovered, .is-info.is-light.is-hovered.sorting-label {
  background-color: rgb(221.85, 248.825, 255);
  border-color: transparent;
  color: rgb(0, 120.35, 147.9);
}
.button.is-info.is-light:active, .is-info.is-light.sorting-label:active, .button.is-info.is-light.is-active, .is-info.is-light.is-active.sorting-label {
  background-color: rgb(209.1, 246.45, 255);
  border-color: transparent;
  color: rgb(0, 120.35, 147.9);
}
.button.is-success, .is-success.sorting-label {
  background-color: #45b549;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .is-success.sorting-label:hover, .button.is-success.is-hovered, .is-success.is-hovered.sorting-label {
  background-color: rgb(65.481, 171.769, 69.277);
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .is-success.sorting-label:focus, .button.is-success.is-focused, .is-success.is-focused.sorting-label {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .is-success.sorting-label:focus:not(:active), .button.is-success.is-focused:not(:active), .is-success.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(69, 181, 73, 0.25);
}
.button.is-success:active, .is-success.sorting-label:active, .button.is-success.is-active, .is-success.is-active.sorting-label {
  background-color: rgb(61.962, 162.538, 65.554);
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], .is-success[disabled].sorting-label, fieldset[disabled] .button.is-success, fieldset[disabled] .is-success.sorting-label {
  background-color: #45b549;
  border-color: #45b549;
  box-shadow: none;
}
.button.is-success.is-inverted, .is-success.is-inverted.sorting-label {
  background-color: #fff;
  color: #45b549;
}
.button.is-success.is-inverted:hover, .is-success.is-inverted.sorting-label:hover, .button.is-success.is-inverted.is-hovered, .is-success.is-inverted.is-hovered.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-success.is-inverted[disabled], .is-success.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-success.is-inverted, fieldset[disabled] .is-success.is-inverted.sorting-label {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #45b549;
}
.button.is-success.is-loading::after, .is-success.is-loading.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined, .is-success.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #45b549;
  color: #45b549;
}
.button.is-success.is-outlined:hover, .is-success.is-outlined.sorting-label:hover, .button.is-success.is-outlined.is-hovered, .is-success.is-outlined.is-hovered.sorting-label, .button.is-success.is-outlined:focus, .is-success.is-outlined.sorting-label:focus, .button.is-success.is-outlined.is-focused, .is-success.is-outlined.is-focused.sorting-label {
  background-color: #45b549;
  border-color: #45b549;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after, .is-success.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent #45b549 #45b549 !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .is-success.is-outlined.is-loading.sorting-label:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .is-success.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-success.is-outlined.is-loading:focus::after, .is-success.is-outlined.is-loading.sorting-label:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after, .is-success.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], .is-success.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-success.is-outlined, fieldset[disabled] .is-success.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #45b549;
  box-shadow: none;
  color: #45b549;
}
.button.is-success.is-inverted.is-outlined, .is-success.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .is-success.is-inverted.is-outlined.sorting-label:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .is-success.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-success.is-inverted.is-outlined:focus, .is-success.is-inverted.is-outlined.sorting-label:focus, .button.is-success.is-inverted.is-outlined.is-focused, .is-success.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #fff;
  color: #45b549;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .is-success.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .is-success.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .is-success.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after, .is-success.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #45b549 #45b549 !important;
}
.button.is-success.is-inverted.is-outlined[disabled], .is-success.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-success.is-inverted.is-outlined, fieldset[disabled] .is-success.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light, .is-success.is-light.sorting-label {
  background-color: rgb(240.2304, 249.3696, 240.5568);
  color: rgb(50.6736, 132.9264, 53.6112);
}
.button.is-success.is-light:hover, .is-success.is-light.sorting-label:hover, .button.is-success.is-light.is-hovered, .is-success.is-light.is-hovered.sorting-label {
  background-color: rgb(230.9994, 245.8506, 231.5298);
  border-color: transparent;
  color: rgb(50.6736, 132.9264, 53.6112);
}
.button.is-success.is-light:active, .is-success.is-light.sorting-label:active, .button.is-success.is-light.is-active, .is-success.is-light.is-active.sorting-label {
  background-color: rgb(221.7684, 242.3316, 222.5028);
  border-color: transparent;
  color: rgb(50.6736, 132.9264, 53.6112);
}
.button.is-warning, .is-warning.sorting-label {
  background-color: #ff9800;
  border-color: transparent;
  color: #fff;
}
.button.is-warning:hover, .is-warning.sorting-label:hover, .button.is-warning.is-hovered, .is-warning.is-hovered.sorting-label {
  background-color: rgb(242.25, 144.4, 0);
  border-color: transparent;
  color: #fff;
}
.button.is-warning:focus, .is-warning.sorting-label:focus, .button.is-warning.is-focused, .is-warning.is-focused.sorting-label {
  border-color: transparent;
  color: #fff;
}
.button.is-warning:focus:not(:active), .is-warning.sorting-label:focus:not(:active), .button.is-warning.is-focused:not(:active), .is-warning.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 152, 0, 0.25);
}
.button.is-warning:active, .is-warning.sorting-label:active, .button.is-warning.is-active, .is-warning.is-active.sorting-label {
  background-color: rgb(229.5, 136.8, 0);
  border-color: transparent;
  color: #fff;
}
.button.is-warning[disabled], .is-warning[disabled].sorting-label, fieldset[disabled] .button.is-warning, fieldset[disabled] .is-warning.sorting-label {
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: none;
}
.button.is-warning.is-inverted, .is-warning.is-inverted.sorting-label {
  background-color: #fff;
  color: #ff9800;
}
.button.is-warning.is-inverted:hover, .is-warning.is-inverted.sorting-label:hover, .button.is-warning.is-inverted.is-hovered, .is-warning.is-inverted.is-hovered.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-warning.is-inverted[disabled], .is-warning.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-warning.is-inverted, fieldset[disabled] .is-warning.is-inverted.sorting-label {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff9800;
}
.button.is-warning.is-loading::after, .is-warning.is-loading.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-warning.is-outlined, .is-warning.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #ff9800;
  color: #ff9800;
}
.button.is-warning.is-outlined:hover, .is-warning.is-outlined.sorting-label:hover, .button.is-warning.is-outlined.is-hovered, .is-warning.is-outlined.is-hovered.sorting-label, .button.is-warning.is-outlined:focus, .is-warning.is-outlined.sorting-label:focus, .button.is-warning.is-outlined.is-focused, .is-warning.is-outlined.is-focused.sorting-label {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #fff;
}
.button.is-warning.is-outlined.is-loading::after, .is-warning.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent #ff9800 #ff9800 !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .is-warning.is-outlined.is-loading.sorting-label:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .is-warning.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-warning.is-outlined.is-loading:focus::after, .is-warning.is-outlined.is-loading.sorting-label:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after, .is-warning.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-warning.is-outlined[disabled], .is-warning.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-warning.is-outlined, fieldset[disabled] .is-warning.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #ff9800;
  box-shadow: none;
  color: #ff9800;
}
.button.is-warning.is-inverted.is-outlined, .is-warning.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-warning.is-inverted.is-outlined:hover, .is-warning.is-inverted.is-outlined.sorting-label:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .is-warning.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-warning.is-inverted.is-outlined:focus, .is-warning.is-inverted.is-outlined.sorting-label:focus, .button.is-warning.is-inverted.is-outlined.is-focused, .is-warning.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #fff;
  color: #ff9800;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .is-warning.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .is-warning.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .is-warning.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after, .is-warning.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #ff9800 #ff9800 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], .is-warning.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-warning.is-inverted.is-outlined, fieldset[disabled] .is-warning.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-warning.is-light, .is-warning.is-light.sorting-label {
  background-color: rgb(255, 246.76, 234.6);
  color: rgb(158.1, 94.24, 0);
}
.button.is-warning.is-light:hover, .is-warning.is-light.sorting-label:hover, .button.is-warning.is-light.is-hovered, .is-warning.is-light.is-hovered.sorting-label {
  background-color: rgb(255, 241.61, 221.85);
  border-color: transparent;
  color: rgb(158.1, 94.24, 0);
}
.button.is-warning.is-light:active, .is-warning.is-light.sorting-label:active, .button.is-warning.is-light.is-active, .is-warning.is-light.is-active.sorting-label {
  background-color: rgb(255, 236.46, 209.1);
  border-color: transparent;
  color: rgb(158.1, 94.24, 0);
}
.button.is-danger, .is-danger.sorting-label {
  background-color: #f44336;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .is-danger.sorting-label:hover, .button.is-danger.is-hovered, .is-danger.is-hovered.sorting-label {
  background-color: rgb(243.3384433962, 55.6933962264, 41.9115566038);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .is-danger.sorting-label:focus, .button.is-danger.is-focused, .is-danger.is-focused.sorting-label {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .is-danger.sorting-label:focus:not(:active), .button.is-danger.is-focused:not(:active), .is-danger.is-focused.sorting-label:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244, 67, 54, 0.25);
}
.button.is-danger:active, .is-danger.sorting-label:active, .button.is-danger.is-active, .is-danger.is-active.sorting-label {
  background-color: rgb(242.6768867925, 44.3867924528, 29.8231132075);
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], .is-danger[disabled].sorting-label, fieldset[disabled] .button.is-danger, fieldset[disabled] .is-danger.sorting-label {
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: none;
}
.button.is-danger.is-inverted, .is-danger.is-inverted.sorting-label {
  background-color: #fff;
  color: #f44336;
}
.button.is-danger.is-inverted:hover, .is-danger.is-inverted.sorting-label:hover, .button.is-danger.is-inverted.is-hovered, .is-danger.is-inverted.is-hovered.sorting-label {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-danger.is-inverted[disabled], .is-danger.is-inverted[disabled].sorting-label, fieldset[disabled] .button.is-danger.is-inverted, fieldset[disabled] .is-danger.is-inverted.sorting-label {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f44336;
}
.button.is-danger.is-loading::after, .is-danger.is-loading.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined, .is-danger.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #f44336;
  color: #f44336;
}
.button.is-danger.is-outlined:hover, .is-danger.is-outlined.sorting-label:hover, .button.is-danger.is-outlined.is-hovered, .is-danger.is-outlined.is-hovered.sorting-label, .button.is-danger.is-outlined:focus, .is-danger.is-outlined.sorting-label:focus, .button.is-danger.is-outlined.is-focused, .is-danger.is-outlined.is-focused.sorting-label {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after, .is-danger.is-outlined.is-loading.sorting-label::after {
  border-color: transparent transparent #f44336 #f44336 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .is-danger.is-outlined.is-loading.sorting-label:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .is-danger.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-danger.is-outlined.is-loading:focus::after, .is-danger.is-outlined.is-loading.sorting-label:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after, .is-danger.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], .is-danger.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-danger.is-outlined, fieldset[disabled] .is-danger.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #f44336;
  box-shadow: none;
  color: #f44336;
}
.button.is-danger.is-inverted.is-outlined, .is-danger.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .is-danger.is-inverted.is-outlined.sorting-label:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .is-danger.is-inverted.is-outlined.is-hovered.sorting-label, .button.is-danger.is-inverted.is-outlined:focus, .is-danger.is-inverted.is-outlined.sorting-label:focus, .button.is-danger.is-inverted.is-outlined.is-focused, .is-danger.is-inverted.is-outlined.is-focused.sorting-label {
  background-color: #fff;
  color: #f44336;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .is-danger.is-inverted.is-outlined.is-loading.sorting-label:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .is-danger.is-inverted.is-outlined.is-loading.is-hovered.sorting-label::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .is-danger.is-inverted.is-outlined.is-loading.sorting-label:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after, .is-danger.is-inverted.is-outlined.is-loading.is-focused.sorting-label::after {
  border-color: transparent transparent #f44336 #f44336 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], .is-danger.is-inverted.is-outlined[disabled].sorting-label, fieldset[disabled] .button.is-danger.is-inverted.is-outlined, fieldset[disabled] .is-danger.is-inverted.is-outlined.sorting-label {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light, .is-danger.is-light.sorting-label {
  background-color: rgb(253.941509434, 236.9094339623, 235.658490566);
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849);
}
.button.is-danger.is-light:hover, .is-danger.is-light.sorting-label:hover, .button.is-danger.is-light.is-hovered, .is-danger.is-light.is-hovered.sorting-label {
  background-color: rgb(253.2799528302, 225.6028301887, 223.5700471698);
  border-color: transparent;
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849);
}
.button.is-danger.is-light:active, .is-danger.is-light.sorting-label:active, .button.is-danger.is-light.is-active, .is-danger.is-light.is-active.sorting-label {
  background-color: rgb(252.6183962264, 214.2962264151, 211.4816037736);
  border-color: transparent;
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849);
}
.button.is-small, .is-small.sorting-label {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded), .is-small.sorting-label:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal, .is-normal.sorting-label {
  font-size: 1rem;
}
.button.is-medium, .is-medium.sorting-label {
  font-size: 1.25rem;
}
.button.is-large, .is-large.sorting-label {
  font-size: 1.5rem;
}
.button[disabled], [disabled].sorting-label, fieldset[disabled] .button, fieldset[disabled] .sorting-label {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth, .is-fullwidth.sorting-label {
  display: flex;
  width: 100%;
}
.button.is-loading, .is-loading.sorting-label {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after, .is-loading.sorting-label::after {
  position: absolute;
  left: calc(50% - 1em * 0.5);
  top: calc(50% - 1em * 0.5);
  position: absolute !important;
}
.button.is-static, .is-static.sorting-label {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded, .is-rounded.sorting-label {
  border-radius: 9999px;
  padding-left: calc(1.25rem + 0.25em);
  padding-right: calc(1.25rem + 0.25em);
}
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button, .buttons .sorting-label {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth), .buttons .sorting-label:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large), .buttons.are-small .sorting-label: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), .buttons.are-small .sorting-label:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large), .buttons.are-medium .sorting-label: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), .buttons.are-large .sorting-label:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child), .buttons.has-addons .sorting-label:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child), .buttons.has-addons .sorting-label:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child, .buttons.has-addons .sorting-label:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .sorting-label:hover, .buttons.has-addons .button.is-hovered, .buttons.has-addons .is-hovered.sorting-label {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .sorting-label:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .is-focused.sorting-label, .buttons.has-addons .button:active, .buttons.has-addons .sorting-label:active, .buttons.has-addons .button.is-active, .buttons.has-addons .is-active.sorting-label, .buttons.has-addons .button.is-selected, .buttons.has-addons .is-selected.sorting-label {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .sorting-label:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .is-focused.sorting-label:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .sorting-label:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .is-active.sorting-label:hover, .buttons.has-addons .button.is-selected:hover, .buttons.has-addons .is-selected.sorting-label:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded, .buttons.has-addons .is-expanded.sorting-label {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth), .buttons.is-centered:not(.has-addons) .sorting-label:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth), .buttons.is-right:not(.has-addons) .sorting-label:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .button.is-responsive.is-small, .is-responsive.is-small.sorting-label {
    font-size: 0.5625rem;
  }
  .button.is-responsive, .is-responsive.sorting-label,
  .button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  .button.is-responsive.is-medium, .is-responsive.is-medium.sorting-label {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-large, .is-responsive.is-large.sorting-label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small, .is-responsive.is-small.sorting-label {
    font-size: 0.65625rem;
  }
  .button.is-responsive, .is-responsive.sorting-label,
  .button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-medium, .is-responsive.is-medium.sorting-label {
    font-size: 1rem;
  }
  .button.is-responsive.is-large, .is-responsive.is-large.sorting-label {
    font-size: 1.25rem;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .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: hsl(0, 0%, 21%);
  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: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  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 hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0, 0%, 21%);
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.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 {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  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 {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
.icon-text .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: 9999px;
}
.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: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.sorting-label):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #ffffff;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: #2196f3;
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.notification.is-link {
  background-color: #2196f3;
  color: #fff;
}
.notification.is-link.is-light {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.notification.is-info {
  background-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.notification.is-info.is-light {
  background-color: rgb(234.6, 251.2, 255);
  color: rgb(0, 120.35, 147.9);
}
.notification.is-success {
  background-color: #45b549;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: rgb(240.2304, 249.3696, 240.5568);
  color: rgb(50.6736, 132.9264, 53.6112);
}
.notification.is-warning {
  background-color: #ff9800;
  color: #fff;
}
.notification.is-warning.is-light {
  background-color: rgb(255, 246.76, 234.6);
  color: rgb(158.1, 94.24, 0);
}
.notification.is-danger {
  background-color: #f44336;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: rgb(253.941509434, 236.9094339623, 235.658490566);
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849);
}
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: hsl(0, 0%, 93%);
}
.progress::-webkit-progress-value {
  background-color: hsl(0, 0%, 29%);
}
.progress::-moz-progress-bar {
  background-color: hsl(0, 0%, 29%);
}
.progress::-ms-fill {
  background-color: hsl(0, 0%, 29%);
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #ffffff;
}
.progress.is-white::-moz-progress-bar {
  background-color: #ffffff;
}
.progress.is-white::-ms-fill {
  background-color: #ffffff;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #ffffff 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-moz-progress-bar {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-ms-fill {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #2196f3;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #2196f3;
}
.progress.is-primary::-ms-fill {
  background-color: #2196f3;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #2196f3 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: #2196f3;
}
.progress.is-link::-moz-progress-bar {
  background-color: #2196f3;
}
.progress.is-link::-ms-fill {
  background-color: #2196f3;
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #2196f3 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: rgb(127.5, 231.25, 255);
}
.progress.is-info::-moz-progress-bar {
  background-color: rgb(127.5, 231.25, 255);
}
.progress.is-info::-ms-fill {
  background-color: rgb(127.5, 231.25, 255);
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, rgb(127.5, 231.25, 255) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #45b549;
}
.progress.is-success::-moz-progress-bar {
  background-color: #45b549;
}
.progress.is-success::-ms-fill {
  background-color: #45b549;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #45b549 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #ff9800;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #ff9800;
}
.progress.is-warning::-ms-fill {
  background-color: #ff9800;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ff9800 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #f44336;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #f44336;
}
.progress.is-danger::-ms-fill {
  background-color: #f44336;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f44336 30%, hsl(0, 0%, 93%) 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0, 0%, 93%);
  background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 93%) 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: transparent;
  color: hsl(0, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid rgb(234.35, 234.35, 234.35);
  border-width: 0 0 1px;
  padding: 1rem 0.875rem;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: rgb(127.5, 231.25, 255);
  border-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.table td.is-success,
.table th.is-success {
  background-color: #45b549;
  border-color: #45b549;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #fff;
}
.table td.is-danger,
.table th.is-danger {
  background-color: #f44336;
  border-color: #f44336;
  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: rgb(231.76, 244.21, 253.34);
  color: #282828;
}
.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: hsl(0, 0%, 21%);
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: rgb(231.76, 244.21, 253.34);
  color: #282828;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #282828;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.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: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}
.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: hsl(0, 0%, 98%);
}
.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: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: #2196f3;
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.tag:not(body).is-link {
  background-color: #2196f3;
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.tag:not(body).is-info {
  background-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.tag:not(body).is-info.is-light {
  background-color: rgb(234.6, 251.2, 255);
  color: rgb(0, 120.35, 147.9);
}
.tag:not(body).is-success {
  background-color: #45b549;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: rgb(240.2304, 249.3696, 240.5568);
  color: rgb(50.6736, 132.9264, 53.6112);
}
.tag:not(body).is-warning {
  background-color: #ff9800;
  color: #fff;
}
.tag:not(body).is-warning.is-light {
  background-color: rgb(255, 246.76, 234.6);
  color: rgb(158.1, 94.24, 0);
}
.tag:not(body).is-danger {
  background-color: #f44336;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: rgb(253.941509434, 236.9094339623, 235.658490566);
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849);
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: hsl(0, 0%, 91%);
}
.tag:not(body).is-delete:active {
  background-color: hsl(0, 0%, 86%);
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}
a.tag:hover {
  text-decoration: underline;
}
.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}
.title {
  color: #282828;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}
.subtitle {
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  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 {
  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: hsl(0, 0%, 96%);
  border-radius: 9999px;
  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 */
.select select, .textarea, .kyp-verification-comment, .input {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .kyp-verification-comment::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .kyp-verification-comment::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .kyp-verification-comment:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .kyp-verification-comment:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:hover, .textarea:hover, .kyp-verification-comment:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.kyp-verification-comment, .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .kyp-verification-comment:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.kyp-verification-comment, .is-focused.input, .select select:active, .textarea:active, .kyp-verification-comment:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.kyp-verification-comment, .is-active.input {
  border-color: #2196f3;
  box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].kyp-verification-comment, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .kyp-verification-comment, fieldset[disabled] .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].kyp-verification-comment::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .kyp-verification-comment::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].kyp-verification-comment::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .kyp-verification-comment::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].kyp-verification-comment:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .kyp-verification-comment:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].kyp-verification-comment:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .kyp-verification-comment:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.textarea, .kyp-verification-comment, .input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].kyp-verification-comment, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.kyp-verification-comment, .is-white.input {
  border-color: #ffffff;
}
.is-white.textarea:focus, .is-white.kyp-verification-comment:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.kyp-verification-comment, .is-white.is-focused.input, .is-white.textarea:active, .is-white.kyp-verification-comment:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.kyp-verification-comment, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.kyp-verification-comment, .is-black.input {
  border-color: hsl(0, 0%, 4%);
}
.is-black.textarea:focus, .is-black.kyp-verification-comment:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.kyp-verification-comment, .is-black.is-focused.input, .is-black.textarea:active, .is-black.kyp-verification-comment:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.kyp-verification-comment, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.is-light.textarea, .is-light.kyp-verification-comment, .is-light.input {
  border-color: hsl(0, 0%, 96%);
}
.is-light.textarea:focus, .is-light.kyp-verification-comment:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.kyp-verification-comment, .is-light.is-focused.input, .is-light.textarea:active, .is-light.kyp-verification-comment:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.kyp-verification-comment, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.is-dark.textarea, .is-dark.kyp-verification-comment, .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.kyp-verification-comment:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.kyp-verification-comment, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.kyp-verification-comment:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.kyp-verification-comment, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.is-primary.textarea, .is-primary.kyp-verification-comment, .is-primary.input {
  border-color: #2196f3;
}
.is-primary.textarea:focus, .is-primary.kyp-verification-comment:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.kyp-verification-comment, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.kyp-verification-comment:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.kyp-verification-comment, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25);
}
.is-link.textarea, .is-link.kyp-verification-comment, .is-link.input {
  border-color: #2196f3;
}
.is-link.textarea:focus, .is-link.kyp-verification-comment:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.kyp-verification-comment, .is-link.is-focused.input, .is-link.textarea:active, .is-link.kyp-verification-comment:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.kyp-verification-comment, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25);
}
.is-info.textarea, .is-info.kyp-verification-comment, .is-info.input {
  border-color: rgb(127.5, 231.25, 255);
}
.is-info.textarea:focus, .is-info.kyp-verification-comment:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.kyp-verification-comment, .is-info.is-focused.input, .is-info.textarea:active, .is-info.kyp-verification-comment:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.kyp-verification-comment, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(127.5, 231.25, 255, 0.25);
}
.is-success.textarea, .is-success.kyp-verification-comment, .is-success.input {
  border-color: #45b549;
}
.is-success.textarea:focus, .is-success.kyp-verification-comment:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.kyp-verification-comment, .is-success.is-focused.input, .is-success.textarea:active, .is-success.kyp-verification-comment:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.kyp-verification-comment, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(69, 181, 73, 0.25);
}
.is-warning.textarea, .is-warning.kyp-verification-comment, .is-warning.input {
  border-color: #ff9800;
}
.is-warning.textarea:focus, .is-warning.kyp-verification-comment:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.kyp-verification-comment, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.kyp-verification-comment:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.kyp-verification-comment, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 152, 0, 0.25);
}
.is-danger.textarea, .is-danger.kyp-verification-comment, .is-danger.input {
  border-color: #f44336;
}
.is-danger.textarea:focus, .is-danger.kyp-verification-comment:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.kyp-verification-comment, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.kyp-verification-comment:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.kyp-verification-comment, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(244, 67, 54, 0.25);
}
.is-small.textarea, .is-small.kyp-verification-comment, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.kyp-verification-comment, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.kyp-verification-comment, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.kyp-verification-comment, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.kyp-verification-comment, .is-inline.input {
  display: inline;
  width: auto;
}
.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.textarea, .kyp-verification-comment {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]), .kyp-verification-comment:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows], [rows].kyp-verification-comment {
  height: initial;
}
.textarea.has-fixed-size, .has-fixed-size.kyp-verification-comment {
  resize: none;
}
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0, 0%, 48%);
  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.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #2196f3;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  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: hsl(0, 0%, 96%);
}
.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: hsl(0, 0%, 21%);
}
.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: rgb(242.25, 242.25, 242.25);
}
.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: hsl(0, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: hsl(0, 0%, 0%);
}
.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.2, 10.2, 10.2, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: hsl(0, 0%, 91%);
}
.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(244.8, 244.8, 244.8, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: hsl(0, 0%, 16%);
}
.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(53.55, 53.55, 53.55, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #2196f3;
}
.select.is-primary select {
  border-color: #2196f3;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}
.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(33, 150, 243, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #2196f3;
}
.select.is-link select {
  border-color: #2196f3;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}
.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(33, 150, 243, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: rgb(127.5, 231.25, 255);
}
.select.is-info select {
  border-color: rgb(127.5, 231.25, 255);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: rgb(102, 226.5, 255);
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(127.5, 231.25, 255, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #45b549;
}
.select.is-success select {
  border-color: #45b549;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: rgb(61.962, 162.538, 65.554);
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(69, 181, 73, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #ff9800;
}
.select.is-warning select {
  border-color: #ff9800;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: rgb(229.5, 136.8, 0);
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 152, 0, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #f44336;
}
.select.is-danger select {
  border-color: #f44336;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: rgb(242.6768867925, 44.3867924528, 29.8231132075);
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244, 67, 54, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%) !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: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.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: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: #ffffff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: hsl(0, 0%, 1.5%);
  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.2, 10.2, 10.2, 0.25);
  color: #ffffff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: #ffffff;
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #2196f3;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: rgb(20.9038461538, 144.2788461538, 242.3461538462);
  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(33, 150, 243, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #2196f3;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: rgb(20.9038461538, 144.2788461538, 242.3461538462);
  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(33, 150, 243, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: rgb(127.5, 231.25, 255);
  border-color: transparent;
  color: #282828;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: rgb(114.75, 228.875, 255);
  border-color: transparent;
  color: #282828;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(127.5, 231.25, 255, 0.25);
  color: #282828;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: rgb(102, 226.5, 255);
  border-color: transparent;
  color: #282828;
}
.file.is-success .file-cta {
  background-color: #45b549;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: rgb(65.481, 171.769, 69.277);
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(69, 181, 73, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: rgb(61.962, 162.538, 65.554);
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #ff9800;
  border-color: transparent;
  color: #fff;
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: rgb(242.25, 144.4, 0);
  border-color: transparent;
  color: #fff;
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 152, 0, 0.25);
  color: #fff;
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: rgb(229.5, 136.8, 0);
  border-color: transparent;
  color: #fff;
}
.file.is-danger .file-cta {
  background-color: #f44336;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: rgb(243.3384433962, 55.6933962264, 41.9115566038);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244, 67, 54, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: rgb(242.6768867925, 44.3867924528, 29.8231132075);
  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: 4px;
}
.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: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  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 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  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: hsl(0, 0%, 93.5%);
  color: hsl(0, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}
.file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file-cta,
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}
.file-name {
  border-color: hsl(0, 0%, 86%);
  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: hsl(0, 0%, 21%);
  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: hsl(0, 0%, 4%);
}
.help.is-light {
  color: hsl(0, 0%, 96%);
}
.help.is-dark {
  color: hsl(0, 0%, 21%);
}
.help.is-primary {
  color: #2196f3;
}
.help.is-link {
  color: #2196f3;
}
.help.is-info {
  color: rgb(127.5, 231.25, 255);
}
.help.is-success {
  color: #45b549;
}
.help.is-warning {
  color: #ff9800;
}
.help.is-danger {
  color: #f44336;
}
.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) .sorting-label,
.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) .sorting-label,
.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) .sorting-label,
.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 .sorting-label:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .sorting-label:not([disabled]).is-hovered,
.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 .sorting-label:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .sorting-label:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .sorting-label:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .sorting-label:not([disabled]).is-active,
.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 .sorting-label:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .sorting-label:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .sorting-label:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .sorting-label:not([disabled]).is-active: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 .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 29%);
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  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: #2196f3;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .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: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}
.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: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-footer:last-child, .card-content:last-child, .card-header: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.3);
  display: flex;
}
.card-header-title {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.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 1rem;
}
.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 hsl(0, 0%, 93%);
  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 hsl(0, 0%, 93%);
}
.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: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.dropdown-item {
  color: hsl(0, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #2196f3;
  color: #fff;
}
.dropdown-divider {
  background-color: hsl(0, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}
.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.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 .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(219.3, 219.3, 219.3, 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(219.3, 219.3, 219.3, 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: 2px;
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.menu-list a.is-active {
  background-color: #2196f3;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}
.menu-label {
  color: hsl(0, 0%, 48%);
  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: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.sorting-label):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: hsl(0, 0%, 4%);
}
.message.is-white .message-body {
  border-color: #ffffff;
}
.message.is-black {
  background-color: hsl(0, 0%, 98%);
}
.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
}
.message.is-light {
  background-color: hsl(0, 0%, 98%);
}
.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
}
.message.is-dark {
  background-color: hsl(0, 0%, 98%);
}
.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
}
.message.is-primary {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
}
.message.is-primary .message-header {
  background-color: #2196f3;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #2196f3;
  color: rgb(10.2, 109.65, 188.7);
}
.message.is-link {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
}
.message.is-link .message-header {
  background-color: #2196f3;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #2196f3;
  color: rgb(10.2, 109.65, 188.7);
}
.message.is-info {
  background-color: rgb(234.6, 251.2, 255);
}
.message.is-info .message-header {
  background-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.message.is-info .message-body {
  border-color: rgb(127.5, 231.25, 255);
  color: rgb(0, 120.35, 147.9);
}
.message.is-success {
  background-color: rgb(240.2304, 249.3696, 240.5568);
}
.message.is-success .message-header {
  background-color: #45b549;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #45b549;
  color: rgb(50.6736, 132.9264, 53.6112);
}
.message.is-warning {
  background-color: rgb(255, 246.76, 234.6);
}
.message.is-warning .message-header {
  background-color: #ff9800;
  color: #fff;
}
.message.is-warning .message-body {
  border-color: #ff9800;
  color: rgb(158.1, 94.24, 0);
}
.message.is-danger {
  background-color: rgb(253.941509434, 236.9094339623, 235.658490566);
}
.message.is-danger .message-header {
  background-color: #f44336;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #f44336;
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849);
}
.message-header {
  align-items: center;
  background-color: #b6d7e6;
  border-radius: 4px 4px 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: hsl(0, 0%, 86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0, 0%, 29%);
  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.2, 10.2, 10.2, 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: 720px;
  }
}
.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: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}
.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-card-title {
  color: hsl(0, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
}
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.modal-card-foot .button:not(:last-child), .modal-card-foot .sorting-label: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: 4rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}
.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: rgb(242.25, 242.25, 242.25);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .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: hsl(0, 0%, 4%);
  }
  .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: rgb(242.25, 242.25, 242.25);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }
  .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: rgb(242.25, 242.25, 242.25);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffffff;
    color: hsl(0, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  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: hsl(0, 0%, 0%);
  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: 1024px) {
  .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: hsl(0, 0%, 0%);
    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: hsl(0, 0%, 0%);
    color: #ffffff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: #ffffff;
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.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: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .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: rgba(0, 0, 0, 0.7);
  }
  .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: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .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: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.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: hsl(0, 0%, 16%);
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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: #fff;
  }
  .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: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #2196f3;
  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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  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: 1024px) {
  .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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
    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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #2196f3;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #2196f3;
  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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  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: 1024px) {
  .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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
    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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #2196f3;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #282828;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: rgb(102, 226.5, 255);
  color: #282828;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #282828;
}
.navbar.is-info .navbar-burger {
  color: #282828;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #282828;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: rgb(102, 226.5, 255);
    color: #282828;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #282828;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(102, 226.5, 255);
    color: #282828;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(127.5, 231.25, 255);
    color: #282828;
  }
}
.navbar.is-success {
  background-color: #45b549;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: rgb(61.962, 162.538, 65.554);
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: rgb(61.962, 162.538, 65.554);
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(61.962, 162.538, 65.554);
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #45b549;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #ff9800;
  color: #fff;
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: rgb(229.5, 136.8, 0);
  color: #fff;
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-warning .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: rgb(229.5, 136.8, 0);
    color: #fff;
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(229.5, 136.8, 0);
    color: #fff;
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff9800;
    color: #fff;
  }
}
.navbar.is-danger {
  background-color: #f44336;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: rgb(242.6768867925, 44.3867924528, 29.8231132075);
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: rgb(242.6768867925, 44.3867924528, 29.8231132075);
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(242.6768867925, 44.3867924528, 29.8231132075);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f44336;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 4rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.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 hsl(0, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 4rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 4rem;
}
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 4rem;
}
.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: rgb(178.5, 178.5, 178.5);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 4rem;
  position: relative;
  width: 4rem;
  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: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .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: hsl(0, 0%, 98%);
  color: #2196f3;
}
.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: 4rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #2196f3;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #2196f3;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #2196f3;
  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: #2196f3;
  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: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}
@media screen and (max-width: 1023px) {
  .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.2, 10.2, 10.2, 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.2, 10.2, 10.2, 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 - 4rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 4rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 4rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .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: 4px;
  }
  .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: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #2196f3;
  }
  .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 hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 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: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 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: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #2196f3;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 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.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 4rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 4rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 6rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 6rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  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: hsl(0, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 4rem);
}
.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: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}
.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: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #2196f3;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 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: hsl(0, 0%, 86%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
  opacity: 0.5;
}
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.pagination-link.is-current {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff;
}
.pagination-ellipsis {
  color: hsl(0, 0%, 71%);
  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: 0;
  box-shadow: none;
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: #ffffff;
  color: hsl(0, 0%, 4%);
}
.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: hsl(0, 0%, 4%);
  color: #ffffff;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 4%);
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 4%);
}
.panel.is-light .panel-heading {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 96%);
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 96%);
}
.panel.is-dark .panel-heading {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 21%);
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 21%);
}
.panel.is-primary .panel-heading {
  background-color: #2196f3;
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #2196f3;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #2196f3;
}
.panel.is-link .panel-heading {
  background-color: #2196f3;
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #2196f3;
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: #2196f3;
}
.panel.is-info .panel-heading {
  background-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: rgb(127.5, 231.25, 255);
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: rgb(127.5, 231.25, 255);
}
.panel.is-success .panel-heading {
  background-color: #45b549;
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #45b549;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #45b549;
}
.panel.is-warning .panel-heading {
  background-color: #ff9800;
  color: #fff;
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ff9800;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ff9800;
}
.panel.is-danger .panel-heading {
  background-color: #f44336;
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f44336;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f44336;
}
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid hsl(0, 0%, 93%);
}
.panel-heading {
  background-color: hsl(0, 0%, 93%);
  border-radius: 0 0 0 0;
  color: hsl(0, 0%, 21%);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 1em 0.75em;
}
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.panel-list a {
  color: hsl(0, 0%, 29%);
}
.panel-list a:hover {
  color: #2196f3;
}
.panel-block {
  align-items: center;
  color: hsl(0, 0%, 21%);
  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: #2196f3;
  color: #2196f3;
}
.panel-block.is-active .panel-icon {
  color: #2196f3;
}
.panel-block:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: hsl(0, 0%, 96%);
}
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0, 0%, 48%);
  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: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: hsl(0, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -2px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #2196f3;
  color: #2196f3;
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  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 {
  margin-right: 0.5em;
}
.tabs .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: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: #2196f3;
  border-color: #2196f3;
  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: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  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 {
  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, .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: 1023px) {
  .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: 1024px) {
  .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: 1216px) {
  .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: 1408px) {
  .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: 1024px) {
  .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: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --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: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .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: 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 {
    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: rgb(229.5, 229.5, 229.5) !important;
}
.has-background-white, .panel.menu-panel {
  background-color: #ffffff !important;
}
.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}
a.has-text-black:hover, a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}
.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}
.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}
a.has-text-light:hover, a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}
.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}
.has-text-dark, .sorting-label, .data-view-header-label {
  color: hsl(0, 0%, 21%) !important;
}
a.has-text-dark:hover, a.sorting-label:hover, a.data-view-header-label:hover, a.has-text-dark:focus, a.sorting-label:focus, a.data-view-header-label:focus {
  color: hsl(0, 0%, 11%) !important;
}
.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}
.has-text-primary {
  color: #2196f3 !important;
}
a.has-text-primary:hover, a.has-text-primary:focus {
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615) !important;
}
.has-background-primary {
  background-color: #2196f3 !important;
}
.has-text-primary-light {
  color: rgb(235.6461538462, 245.8461538462, 253.9538461538) !important;
}
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: rgb(187.2615384615, 222.9615384615, 251.3384615385) !important;
}
.has-background-primary-light {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538) !important;
}
.has-text-primary-dark {
  color: rgb(10.2, 109.65, 188.7) !important;
}
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: rgb(12.8153846154, 137.7653846154, 237.0846153846) !important;
}
.has-background-primary-dark {
  background-color: rgb(10.2, 109.65, 188.7) !important;
}
.has-text-link {
  color: #2196f3 !important;
}
a.has-text-link:hover, a.has-text-link:focus {
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615) !important;
}
.has-background-link {
  background-color: #2196f3 !important;
}
.has-text-link-light {
  color: rgb(235.6461538462, 245.8461538462, 253.9538461538) !important;
}
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: rgb(187.2615384615, 222.9615384615, 251.3384615385) !important;
}
.has-background-link-light {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538) !important;
}
.has-text-link-dark {
  color: rgb(10.2, 109.65, 188.7) !important;
}
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: rgb(12.8153846154, 137.7653846154, 237.0846153846) !important;
}
.has-background-link-dark {
  background-color: rgb(10.2, 109.65, 188.7) !important;
}
.has-text-info {
  color: rgb(127.5, 231.25, 255) !important;
}
a.has-text-info:hover, a.has-text-info:focus {
  color: rgb(76.5, 221.75, 255) !important;
}
.has-background-info {
  background-color: rgb(127.5, 231.25, 255) !important;
}
.has-text-info-light {
  color: rgb(234.6, 251.2, 255) !important;
}
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: rgb(183.6, 241.7, 255) !important;
}
.has-background-info-light {
  background-color: rgb(234.6, 251.2, 255) !important;
}
.has-text-info-dark {
  color: rgb(0, 120.35, 147.9) !important;
}
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: rgb(0, 161.85, 198.9) !important;
}
.has-background-info-dark {
  background-color: rgb(0, 120.35, 147.9) !important;
}
.has-text-success {
  color: #45b549 !important;
}
a.has-text-success:hover, a.has-text-success:focus {
  color: rgb(54.924, 144.076, 58.108) !important;
}
.has-background-success {
  background-color: #45b549 !important;
}
.has-text-success-light {
  color: rgb(240.2304, 249.3696, 240.5568) !important;
}
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: rgb(203.3064, 235.2936, 204.4488) !important;
}
.has-background-success-light {
  background-color: rgb(240.2304, 249.3696, 240.5568) !important;
}
.has-text-success-dark {
  color: rgb(50.6736, 132.9264, 53.6112) !important;
}
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: rgb(64.7496, 169.8504, 68.5032) !important;
}
.has-background-success-dark {
  background-color: rgb(50.6736, 132.9264, 53.6112) !important;
}
.has-text-warning, .warning-tooltip-icon {
  color: #ff9800 !important;
}
a.has-text-warning:hover, a.warning-tooltip-icon:hover, a.has-text-warning:focus, a.warning-tooltip-icon:focus {
  color: rgb(204, 121.6, 0) !important;
}
.has-background-warning {
  background-color: #ff9800 !important;
}
.has-text-warning-light {
  color: rgb(255, 246.76, 234.6) !important;
}
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: rgb(255, 226.16, 183.6) !important;
}
.has-background-warning-light {
  background-color: rgb(255, 246.76, 234.6) !important;
}
.has-text-warning-dark {
  color: rgb(158.1, 94.24, 0) !important;
}
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: rgb(209.1, 124.64, 0) !important;
}
.has-background-warning-dark {
  background-color: rgb(158.1, 94.24, 0) !important;
}
.has-text-danger, .error-tooltip-icon {
  color: #f44336 !important;
}
a.has-text-danger:hover, a.error-tooltip-icon:hover, a.has-text-danger:focus, a.error-tooltip-icon:focus {
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}
.has-background-danger {
  background-color: #f44336 !important;
}
.has-text-danger-light {
  color: rgb(253.941509434, 236.9094339623, 235.658490566) !important;
}
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: rgb(251.2952830189, 191.6830188679, 187.3047169811) !important;
}
.has-background-danger-light {
  background-color: rgb(253.941509434, 236.9094339623, 235.658490566) !important;
}
.has-text-danger-dark {
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: rgb(242.5627358491, 42.4358490566, 27.7372641509) !important;
}
.has-background-danger-dark {
  background-color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}
.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}
.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}
.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}
.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}
.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}
.has-text-grey-dark {
  color: hsl(0, 0%, 29%) !important;
}
.has-background-grey-dark {
  background-color: hsl(0, 0%, 29%) !important;
}
.has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}
.has-background-grey {
  background-color: hsl(0, 0%, 48%) !important;
}
.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}
.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}
.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}
.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}
.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}
.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}
.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}
.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !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 {
  margin: 0 !important;
}
.is-paddingless, .panel.menu-panel {
  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: 1023px) {
  .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: 1024px) {
  .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: 1216px) {
  .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: 1408px) {
  .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 {
  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: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .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", "Arial", sans-serif !important;
}
.is-family-secondary {
  font-family: Verdana !important;
}
.is-family-sans-serif {
  font-family: "Open Sans", "Arial", sans-serif !important;
}
.is-family-monospace {
  font-family: monospace !important;
}
.is-family-code {
  font-family: 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: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .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: hsl(0, 0%, 4%);
}
.hero.is-white a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .subtitle {
  color: rgba(10.2, 10.2, 10.2, 0.9);
}
.hero.is-white .subtitle a:not(.button):not(.sorting-label),
.hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #ffffff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10.2, 10.2, 10.2, 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: rgb(242.25, 242.25, 242.25);
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  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: hsl(0, 0%, 4%);
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 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: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #ffffff 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #ffffff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #ffffff;
}
.hero.is-black a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #ffffff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button):not(.sorting-label),
.hero.is-black .subtitle strong {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}
.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: hsl(0, 0%, 0%);
  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: hsl(0, 0%, 4%) !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.2, 10.2, 10.2, 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: hsl(0, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
  }
}
.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button):not(.sorting-label),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 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: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: hsl(0, 0%, 96%) !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 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: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.hero.is-dark a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button):not(.sorting-label),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 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: hsl(0, 0%, 16%);
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: hsl(0, 0%, 21%) !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 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: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}
.hero.is-primary {
  background-color: #2196f3;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button):not(.sorting-label),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #2196f3;
  }
}
.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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  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: #2196f3 !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.2, 10.2, 10.2, 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: #2196f3;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, rgb(0.2884615385, 162.728021978, 224.7115384615) 0%, #2196f3 71%, rgb(51.9798076923, 129.1146245421, 249.5201923077) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(0.2884615385, 162.728021978, 224.7115384615) 0%, #2196f3 71%, rgb(51.9798076923, 129.1146245421, 249.5201923077) 100%);
  }
}
.hero.is-link {
  background-color: #2196f3;
  color: #fff;
}
.hero.is-link a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button):not(.sorting-label),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #2196f3;
  }
}
.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: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  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: #2196f3 !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.2, 10.2, 10.2, 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: #2196f3;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, rgb(0.2884615385, 162.728021978, 224.7115384615) 0%, #2196f3 71%, rgb(51.9798076923, 129.1146245421, 249.5201923077) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(0.2884615385, 162.728021978, 224.7115384615) 0%, #2196f3 71%, rgb(51.9798076923, 129.1146245421, 249.5201923077) 100%);
  }
}
.hero.is-info {
  background-color: rgb(127.5, 231.25, 255);
  color: #282828;
}
.hero.is-info a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #282828;
}
.hero.is-info .subtitle {
  color: rgba(40, 40, 40, 0.9);
}
.hero.is-info .subtitle a:not(.button):not(.sorting-label),
.hero.is-info .subtitle strong {
  color: #282828;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: rgb(127.5, 231.25, 255);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(40, 40, 40, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: rgb(102, 226.5, 255);
  color: #282828;
}
.hero.is-info .tabs a {
  color: #282828;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: rgb(127.5, 231.25, 255) !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #282828;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #282828;
  border-color: #282828;
  color: rgb(127.5, 231.25, 255);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, rgb(76.5, 251.5, 255) 0%, rgb(127.5, 231.25, 255) 71%, #99dbff 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(76.5, 251.5, 255) 0%, rgb(127.5, 231.25, 255) 71%, #99dbff 100%);
  }
}
.hero.is-success {
  background-color: #45b549;
  color: #fff;
}
.hero.is-success a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button):not(.sorting-label),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #45b549;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: rgb(61.962, 162.538, 65.554);
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: #45b549 !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #45b549;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, rgb(59.2546190476, 154.026, 44.974) 0%, #45b549 71%, rgb(79.3595, 196.1405, 102.99375) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(59.2546190476, 154.026, 44.974) 0%, #45b549 71%, rgb(79.3595, 196.1405, 102.99375) 100%);
  }
}
.hero.is-warning {
  background-color: #ff9800;
  color: #fff;
}
.hero.is-warning a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: #fff;
}
.hero.is-warning .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-warning .subtitle a:not(.button):not(.sorting-label),
.hero.is-warning .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ff9800;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: rgb(229.5, 136.8, 0);
  color: #fff;
}
.hero.is-warning .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: #ff9800 !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: #fff;
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff9800;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, rgb(204, 87.6, 0) 0%, #ff9800 71%, rgb(255, 200.55, 25.5) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(204, 87.6, 0) 0%, #ff9800 71%, rgb(255, 200.55, 25.5) 100%);
  }
}
.hero.is-danger {
  background-color: #f44336;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.sorting-label):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button):not(.sorting-label),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #f44336;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: rgb(242.6768867925, 44.3867924528, 29.8231132075);
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: #f44336 !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f44336;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, rgb(246.5339622642, 0.4660377358, 24.6411320755) 0%, #f44336 71%, rgb(249.9856132075, 115.0006049321, 73.5143867925) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(246.5339622642, 0.4660377358, 24.6411320755) 0%, #f44336 71%, rgb(249.9856132075, 115.0006049321, 73.5143867925) 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 .sorting-label {
    display: flex;
  }
  .hero-buttons .button:not(:last-child), .hero-buttons .sorting-label: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 .sorting-label: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: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}
.footer {
  background-color: #0b2b3c;
  padding: 3rem 1.5rem 6rem;
}
.is-checkradio[type=radio],
.is-checkradio[type=checkbox] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.is-checkradio[type=radio] + label,
.is-checkradio[type=checkbox] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.2rem 0.5rem 0.2rem 0;
  border-radius: 4px;
}
.is-checkradio[type=radio] + label:first-of-type,
.is-checkradio[type=checkbox] + label:first-of-type {
  margin-left: 0;
}
.is-checkradio[type=radio] + label:hover::before, .is-checkradio[type=radio] + label:hover:before,
.is-checkradio[type=checkbox] + label:hover::before,
.is-checkradio[type=checkbox] + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  border: 0.1rem solid hsl(0, 0%, 86%);
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after,
.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 0rem;
}
.is-checkradio[type=radio].is-rtl + label,
.is-checkradio[type=checkbox].is-rtl + label {
  margin-right: 0rem;
  margin-left: 0.5rem;
}
.is-checkradio[type=radio].is-rtl + label::before, .is-checkradio[type=radio].is-rtl + label:before,
.is-checkradio[type=checkbox].is-rtl + label::before,
.is-checkradio[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio]:focus + label::before, .is-checkradio[type=radio]:focus + label:before,
.is-checkradio[type=checkbox]:focus + label::before,
.is-checkradio[type=checkbox]:focus + label:before {
  outline: 1px dotted hsl(0, 0%, 71%);
}
.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label:before {
  border-color: #2196f3 !important;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  border: 0.1rem solid hsl(0, 0%, 86%);
}
.is-checkradio[type=radio]:checked[disabled],
.is-checkradio[type=checkbox]:checked[disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio]:checked[disabled] + label,
.is-checkradio[type=checkbox]:checked[disabled] + label {
  opacity: 0.5;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  animation-name: none;
}
.is-checkradio[type=radio]:checked + label::after, .is-checkradio[type=radio]:checked + label:after,
.is-checkradio[type=checkbox]:checked + label::after,
.is-checkradio[type=checkbox]:checked + label:after {
  display: inline-block;
}
.is-checkradio[type=radio][disabled],
.is-checkradio[type=checkbox][disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label,
.is-checkradio[type=checkbox][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label:hover, .is-checkradio[type=radio][disabled] + label:before, .is-checkradio[type=radio][disabled] + label::before, .is-checkradio[type=radio][disabled] + label::after, .is-checkradio[type=radio][disabled] + label:after,
.is-checkradio[type=checkbox][disabled] + label:hover,
.is-checkradio[type=checkbox][disabled] + label:before,
.is-checkradio[type=checkbox][disabled] + label::before,
.is-checkradio[type=checkbox][disabled] + label::after,
.is-checkradio[type=checkbox][disabled] + label:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover,
.is-checkradio[type=checkbox][disabled]:hover {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover::before, .is-checkradio[type=radio][disabled]:hover:before,
.is-checkradio[type=checkbox][disabled]:hover::before,
.is-checkradio[type=checkbox][disabled]:hover:before {
  animation-name: none;
}
.is-checkradio[type=radio][disabled]::before, .is-checkradio[type=radio][disabled]:before,
.is-checkradio[type=checkbox][disabled]::before,
.is-checkradio[type=checkbox][disabled]:before {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]::after, .is-checkradio[type=radio][disabled]:after,
.is-checkradio[type=checkbox][disabled]::after,
.is-checkradio[type=checkbox][disabled]:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio].has-no-border + label::before, .is-checkradio[type=radio].has-no-border + label:before,
.is-checkradio[type=checkbox].has-no-border + label::before,
.is-checkradio[type=checkbox].has-no-border + label:before {
  border: none !important;
}
.is-checkradio[type=radio].is-block,
.is-checkradio[type=checkbox].is-block {
  display: none !important;
}
.is-checkradio[type=radio].is-block + label,
.is-checkradio[type=checkbox].is-block + label {
  width: 100% !important;
  background: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.75em;
}
.is-checkradio[type=radio].is-block:hover:not([disabled]) + label,
.is-checkradio[type=checkbox].is-block:hover:not([disabled]) + label {
  background: hsl(0, 0%, 91%);
}
.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  border-radius: 4px;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  box-sizing: border-box;
  transform: translateY(0rem) rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #2196f3;
  border-top: 0;
  border-left: 0;
}
.is-checkradio[type=checkbox].is-circle + label::before, .is-checkradio[type=checkbox].is-circle + label:before {
  border-radius: 50%;
}
.is-checkradio[type=checkbox] + label {
  font-size: 1rem;
  padding-left: 2rem;
}
.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.405rem;
  left: 0.6rem;
}
.is-checkradio[type=checkbox].is-block + label::before, .is-checkradio[type=checkbox].is-block + label:before {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-block + label::after, .is-checkradio[type=checkbox].is-block + label:after {
  top: 0.325rem;
  left: 0.65rem;
}
.is-checkradio[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem;
}
.is-checkradio[type=checkbox].is-rtl + label::after, .is-checkradio[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 0.6rem;
}
.is-checkradio[type=checkbox].is-small + label {
  font-size: 0.75rem;
  padding-left: 1.5rem;
}
.is-checkradio[type=checkbox].is-small + label::before, .is-checkradio[type=checkbox].is-small + label:before {
  width: 1.125rem;
  height: 1.125rem;
}
.is-checkradio[type=checkbox].is-small + label::after, .is-checkradio[type=checkbox].is-small + label:after {
  width: 0.28125rem;
  height: 0.45rem;
  top: 0.30375rem;
  left: 0.45rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::before, .is-checkradio[type=checkbox].is-small.is-block + label:before {
  width: 0.9375rem;
  height: 0.9375rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::after, .is-checkradio[type=checkbox].is-small.is-block + label:after {
  top: 0.29375rem;
  left: 0.5375rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label::after, .is-checkradio[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.45rem;
}
.is-checkradio[type=checkbox].is-medium + label {
  font-size: 1.25rem;
  padding-left: 2.5rem;
}
.is-checkradio[type=checkbox].is-medium + label::before, .is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.875rem;
  height: 1.875rem;
}
.is-checkradio[type=checkbox].is-medium + label::after, .is-checkradio[type=checkbox].is-medium + label:after {
  width: 0.46875rem;
  height: 0.75rem;
  top: 0.50625rem;
  left: 0.75rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::before, .is-checkradio[type=checkbox].is-medium.is-block + label:before {
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::after, .is-checkradio[type=checkbox].is-medium.is-block + label:after {
  top: 0.35625rem;
  left: 0.7625rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.5rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label::after, .is-checkradio[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.75rem;
}
.is-checkradio[type=checkbox].is-large + label {
  font-size: 1.5rem;
  padding-left: 3rem;
}
.is-checkradio[type=checkbox].is-large + label::before, .is-checkradio[type=checkbox].is-large + label:before {
  width: 2.25rem;
  height: 2.25rem;
}
.is-checkradio[type=checkbox].is-large + label::after, .is-checkradio[type=checkbox].is-large + label:after {
  width: 0.5625rem;
  height: 0.9rem;
  top: 0.6075rem;
  left: 0.9rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::before, .is-checkradio[type=checkbox].is-large.is-block + label:before {
  width: 1.875rem;
  height: 1.875rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::after, .is-checkradio[type=checkbox].is-large.is-block + label:after {
  top: 0.3875rem;
  left: 0.875rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 3rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label::after, .is-checkradio[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.9rem;
}
.is-checkradio[type=checkbox].is-white.has-background-color + label::before, .is-checkradio[type=checkbox].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffffff !important;
}
.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label:before {
  border-color: #ffffff !important;
}
.is-checkradio[type=checkbox].is-white:checked + label::after, .is-checkradio[type=checkbox].is-white:checked + label:after {
  border-color: #ffffff !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffffff !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:after {
  border-color: hsl(0, 0%, 4%) !important;
  background-color: #ffffff !important;
}
.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:before {
  border-color: #ffffff !important;
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label {
  color: hsl(0, 0%, 4%);
  border-color: #ffffff !important;
  background: #ffffff;
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked + label:after {
  border-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label {
  background: rgb(242.25, 242.25, 242.25);
}
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 0%) !important;
}
.is-checkradio[type=checkbox].is-black.has-background-color + label::before, .is-checkradio[type=checkbox].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black:checked + label::after, .is-checkradio[type=checkbox].is-black:checked + label:after {
  border-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:after {
  border-color: #ffffff !important;
  background-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label {
  color: #ffffff;
  border-color: hsl(0, 0%, 4%) !important;
  background: hsl(0, 0%, 4%);
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked + label:after {
  border-color: #ffffff !important;
}
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label {
  background: hsl(0, 0%, 0%);
}
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.is-checkradio[type=checkbox].is-light.has-background-color + label::before, .is-checkradio[type=checkbox].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light:checked + label::after, .is-checkradio[type=checkbox].is-light:checked + label:after {
  border-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: hsl(0, 0%, 96%) !important;
  background: hsl(0, 0%, 96%);
}
.is-checkradio[type=checkbox].is-light.is-block:checked + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label {
  background: hsl(0, 0%, 91%);
}
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-dark.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark:checked + label::after, .is-checkradio[type=checkbox].is-dark:checked + label:after {
  border-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked + label {
  color: #fff;
  border-color: hsl(0, 0%, 21%) !important;
  background: hsl(0, 0%, 21%);
}
.is-checkradio[type=checkbox].is-dark.is-block:checked + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label {
  background: hsl(0, 0%, 16%);
}
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.is-checkradio[type=checkbox].is-primary.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label:before {
  border-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-primary:checked + label::after, .is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:before {
  border-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label {
  color: #fff;
  border-color: #2196f3 !important;
  background: #2196f3;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label {
  background: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.is-checkradio[type=checkbox].is-link.has-background-color + label::before, .is-checkradio[type=checkbox].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label:before {
  border-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-link:checked + label::after, .is-checkradio[type=checkbox].is-link:checked + label:after {
  border-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:before {
  border-color: #2196f3 !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label {
  color: #fff;
  border-color: #2196f3 !important;
  background: #2196f3;
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label {
  background: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.is-checkradio[type=checkbox].is-info.has-background-color + label::before, .is-checkradio[type=checkbox].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label:before {
  border-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=checkbox].is-info:checked + label::after, .is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:after {
  border-color: #282828 !important;
  background-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:before {
  border-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=checkbox].is-info.is-block:checked + label {
  color: #282828;
  border-color: rgb(127.5, 231.25, 255) !important;
  background: rgb(127.5, 231.25, 255);
}
.is-checkradio[type=checkbox].is-info.is-block:checked + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked + label:after {
  border-color: #282828 !important;
}
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label {
  background: rgb(102, 226.5, 255);
}
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(27.25, 27.25, 27.25) !important;
}
.is-checkradio[type=checkbox].is-success.has-background-color + label::before, .is-checkradio[type=checkbox].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #45b549 !important;
}
.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label:before {
  border-color: #45b549 !important;
}
.is-checkradio[type=checkbox].is-success:checked + label::after, .is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: #45b549 !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #45b549 !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #45b549 !important;
}
.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:before {
  border-color: #45b549 !important;
}
.is-checkradio[type=checkbox].is-success.is-block:checked + label {
  color: #fff;
  border-color: #45b549 !important;
  background: #45b549;
}
.is-checkradio[type=checkbox].is-success.is-block:checked + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label {
  background: rgb(61.962, 162.538, 65.554);
}
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.is-checkradio[type=checkbox].is-warning.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ff9800 !important;
}
.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label:before {
  border-color: #ff9800 !important;
}
.is-checkradio[type=checkbox].is-warning:checked + label::after, .is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: #ff9800 !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ff9800 !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #ff9800 !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:before {
  border-color: #ff9800 !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked + label {
  color: #fff;
  border-color: #ff9800 !important;
  background: #ff9800;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label {
  background: rgb(229.5, 136.8, 0);
}
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.is-checkradio[type=checkbox].is-danger.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f44336 !important;
}
.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label:before {
  border-color: #f44336 !important;
}
.is-checkradio[type=checkbox].is-danger:checked + label::after, .is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: #f44336 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f44336 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #f44336 !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:before {
  border-color: #f44336 !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked + label {
  color: #fff;
  border-color: #f44336 !important;
  background: #f44336;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label {
  background: rgb(242.6768867925, 44.3867924528, 29.8231132075);
}
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.is-checkradio[type=checkbox]:indeterminate + label::after, .is-checkradio[type=checkbox]:indeterminate + label:after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none;
}
.is-checkradio[type=checkbox]:indeterminate.is-white + label::after, .is-checkradio[type=checkbox]:indeterminate.is-white + label:after {
  border-color: #ffffff;
}
.is-checkradio[type=checkbox]:indeterminate.is-black + label::after, .is-checkradio[type=checkbox]:indeterminate.is-black + label:after {
  border-color: hsl(0, 0%, 4%);
}
.is-checkradio[type=checkbox]:indeterminate.is-light + label::after, .is-checkradio[type=checkbox]:indeterminate.is-light + label:after {
  border-color: hsl(0, 0%, 96%);
}
.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after, .is-checkradio[type=checkbox]:indeterminate.is-dark + label:after {
  border-color: hsl(0, 0%, 21%);
}
.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after, .is-checkradio[type=checkbox]:indeterminate.is-primary + label:after {
  border-color: #2196f3;
}
.is-checkradio[type=checkbox]:indeterminate.is-link + label::after, .is-checkradio[type=checkbox]:indeterminate.is-link + label:after {
  border-color: #2196f3;
}
.is-checkradio[type=checkbox]:indeterminate.is-info + label::after, .is-checkradio[type=checkbox]:indeterminate.is-info + label:after {
  border-color: rgb(127.5, 231.25, 255);
}
.is-checkradio[type=checkbox]:indeterminate.is-success + label::after, .is-checkradio[type=checkbox]:indeterminate.is-success + label:after {
  border-color: #45b549;
}
.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after, .is-checkradio[type=checkbox]:indeterminate.is-warning + label:after {
  border-color: #ff9800;
}
.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after, .is-checkradio[type=checkbox]:indeterminate.is-danger + label:after {
  border-color: #f44336;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before {
  border-radius: 50%;
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-radius: 50%;
  background: #2196f3;
  left: 0;
  transform: scale(0.5);
}
.is-checkradio[type=radio]:checked.has-background-color + label::before, .is-checkradio[type=radio]:checked.has-background-color + label:before {
  border-color: hsl(0, 0%, 29%) !important;
  background-color: hsl(0, 0%, 29%) !important;
}
.is-checkradio[type=radio]:checked.has-background-color + label::after, .is-checkradio[type=radio]:checked.has-background-color + label:after {
  border-color: hsl(0, 0%, 29%) !important;
  background-color: hsl(0, 0%, 29%) !important;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-left: 0;
}
.is-checkradio[type=radio].is-rtl + label::after, .is-checkradio[type=radio].is-rtl + label:after {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before, .is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-right: 2rem;
}
.is-checkradio[type=radio].is-small + label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem;
}
.is-checkradio[type=radio].is-small + label::before, .is-checkradio[type=radio].is-small + label:before, .is-checkradio[type=radio].is-small + label::after, .is-checkradio[type=radio].is-small + label:after {
  width: 1.125rem;
  height: 1.125rem;
}
.is-checkradio[type=radio].is-small.is-rtl + label {
  padding-right: 1.5rem;
}
.is-checkradio[type=radio].is-medium + label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem;
}
.is-checkradio[type=radio].is-medium + label::before, .is-checkradio[type=radio].is-medium + label:before, .is-checkradio[type=radio].is-medium + label::after, .is-checkradio[type=radio].is-medium + label:after {
  width: 1.875rem;
  height: 1.875rem;
}
.is-checkradio[type=radio].is-medium.is-rtl + label {
  padding-right: 2.5rem;
}
.is-checkradio[type=radio].is-large + label {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem;
}
.is-checkradio[type=radio].is-large + label::before, .is-checkradio[type=radio].is-large + label:before, .is-checkradio[type=radio].is-large + label::after, .is-checkradio[type=radio].is-large + label:after {
  width: 2.25rem;
  height: 2.25rem;
}
.is-checkradio[type=radio].is-large.is-rtl + label {
  padding-right: 3rem;
}
.is-checkradio[type=radio].is-white.has-background-color + label::before, .is-checkradio[type=radio].is-white.has-background-color + label:before {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.is-checkradio[type=radio].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-white:hover:not([disabled]) + label:before {
  border-color: #ffffff !important;
}
.is-checkradio[type=radio].is-white:checked + label::after, .is-checkradio[type=radio].is-white:checked + label:after {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::before, .is-checkradio[type=radio].is-white:checked.has-background-color + label:before {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::after, .is-checkradio[type=radio].is-white:checked.has-background-color + label:after {
  border-color: hsl(0, 0%, 4%) !important;
  background-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=radio].is-black.has-background-color + label::before, .is-checkradio[type=radio].is-black.has-background-color + label:before {
  border-color: hsl(0, 0%, 4%) !important;
  background-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=radio].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-black:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=radio].is-black:checked + label::after, .is-checkradio[type=radio].is-black:checked + label:after {
  border-color: hsl(0, 0%, 4%) !important;
  background-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::before, .is-checkradio[type=radio].is-black:checked.has-background-color + label:before {
  border-color: hsl(0, 0%, 4%) !important;
  background-color: hsl(0, 0%, 4%) !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::after, .is-checkradio[type=radio].is-black:checked.has-background-color + label:after {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.is-checkradio[type=radio].is-light.has-background-color + label::before, .is-checkradio[type=radio].is-light.has-background-color + label:before {
  border-color: hsl(0, 0%, 96%) !important;
  background-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=radio].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-light:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=radio].is-light:checked + label::after, .is-checkradio[type=radio].is-light:checked + label:after {
  border-color: hsl(0, 0%, 96%) !important;
  background-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::before, .is-checkradio[type=radio].is-light:checked.has-background-color + label:before {
  border-color: hsl(0, 0%, 96%) !important;
  background-color: hsl(0, 0%, 96%) !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::after, .is-checkradio[type=radio].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-dark.has-background-color + label::before, .is-checkradio[type=radio].is-dark.has-background-color + label:before {
  border-color: hsl(0, 0%, 21%) !important;
  background-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-dark:hover:not([disabled]) + label:before {
  border-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=radio].is-dark:checked + label::after, .is-checkradio[type=radio].is-dark:checked + label:after {
  border-color: hsl(0, 0%, 21%) !important;
  background-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::before, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:before {
  border-color: hsl(0, 0%, 21%) !important;
  background-color: hsl(0, 0%, 21%) !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::after, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-primary.has-background-color + label::before, .is-checkradio[type=radio].is-primary.has-background-color + label:before {
  border-color: #2196f3 !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-primary:hover:not([disabled]) + label:before {
  border-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-primary:checked + label::after, .is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: #2196f3 !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:before {
  border-color: #2196f3 !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-link.has-background-color + label::before, .is-checkradio[type=radio].is-link.has-background-color + label:before {
  border-color: #2196f3 !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-link:hover:not([disabled]) + label:before {
  border-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-link:checked + label::after, .is-checkradio[type=radio].is-link:checked + label:after {
  border-color: #2196f3 !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::before, .is-checkradio[type=radio].is-link:checked.has-background-color + label:before {
  border-color: #2196f3 !important;
  background-color: #2196f3 !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::after, .is-checkradio[type=radio].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-info.has-background-color + label::before, .is-checkradio[type=radio].is-info.has-background-color + label:before {
  border-color: rgb(127.5, 231.25, 255) !important;
  background-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-info:hover:not([disabled]) + label:before {
  border-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=radio].is-info:checked + label::after, .is-checkradio[type=radio].is-info:checked + label:after {
  border-color: rgb(127.5, 231.25, 255) !important;
  background-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::before, .is-checkradio[type=radio].is-info:checked.has-background-color + label:before {
  border-color: rgb(127.5, 231.25, 255) !important;
  background-color: rgb(127.5, 231.25, 255) !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::after, .is-checkradio[type=radio].is-info:checked.has-background-color + label:after {
  border-color: #282828 !important;
  background-color: #282828 !important;
}
.is-checkradio[type=radio].is-success.has-background-color + label::before, .is-checkradio[type=radio].is-success.has-background-color + label:before {
  border-color: #45b549 !important;
  background-color: #45b549 !important;
}
.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-success:hover:not([disabled]) + label:before {
  border-color: #45b549 !important;
}
.is-checkradio[type=radio].is-success:checked + label::after, .is-checkradio[type=radio].is-success:checked + label:after {
  border-color: #45b549 !important;
  background-color: #45b549 !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::before, .is-checkradio[type=radio].is-success:checked.has-background-color + label:before {
  border-color: #45b549 !important;
  background-color: #45b549 !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::after, .is-checkradio[type=radio].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-warning.has-background-color + label::before, .is-checkradio[type=radio].is-warning.has-background-color + label:before {
  border-color: #ff9800 !important;
  background-color: #ff9800 !important;
}
.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-warning:hover:not([disabled]) + label:before {
  border-color: #ff9800 !important;
}
.is-checkradio[type=radio].is-warning:checked + label::after, .is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: #ff9800 !important;
  background-color: #ff9800 !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:before {
  border-color: #ff9800 !important;
  background-color: #ff9800 !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-danger.has-background-color + label::before, .is-checkradio[type=radio].is-danger.has-background-color + label:before {
  border-color: #f44336 !important;
  background-color: #f44336 !important;
}
.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-danger:hover:not([disabled]) + label:before {
  border-color: #f44336 !important;
}
.is-checkradio[type=radio].is-danger:checked + label::after, .is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: #f44336 !important;
  background-color: #f44336 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:before {
  border-color: #f44336 !important;
  background-color: #f44336 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.switch[type=checkbox] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.switch[type=checkbox]:focus + label::before, .switch[type=checkbox]:focus + label:before, .switch[type=checkbox]:focus + label::after, .switch[type=checkbox]:focus + label:after {
  outline: 1px dotted hsl(0, 0%, 71%);
}
.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}
.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::before, .switch[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::after, .switch[type=checkbox][disabled] + label:after {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}
.switch[type=checkbox] + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox] + label::before, .switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox] + label::after, .switch[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}
.switch[type=checkbox].is-rtl + label::before, .switch[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-rtl + label::after, .switch[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}
.switch[type=checkbox]:checked + label::before, .switch[type=checkbox]:checked + label:before {
  background: #2196f3;
}
.switch[type=checkbox]:checked + label::after {
  left: 1.625rem;
}
.switch[type=checkbox]:checked.is-rtl + label::after, .switch[type=checkbox]:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-outlined + label::before, .switch[type=checkbox].is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-outlined + label::after, .switch[type=checkbox].is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-outlined:checked + label::before, .switch[type=checkbox].is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #2196f3;
}
.switch[type=checkbox].is-outlined:checked + label::after, .switch[type=checkbox].is-outlined:checked + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-thin + label::before, .switch[type=checkbox].is-thin + label:before {
  top: 0.5454545455rem;
  height: 0.375rem;
}
.switch[type=checkbox].is-thin + label::after, .switch[type=checkbox].is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-rounded + label::before, .switch[type=checkbox].is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-rounded + label::after, .switch[type=checkbox].is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-small + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.75rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 2.75rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-small + label::before, .switch[type=checkbox].is-small + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.25rem;
  height: 1.125rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-small + label::after, .switch[type=checkbox].is-small + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 2.75rem;
}
.switch[type=checkbox].is-small.is-rtl + label::before, .switch[type=checkbox].is-small.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-small.is-rtl + label::after, .switch[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 1.25rem;
}
.switch[type=checkbox].is-small:checked + label::before, .switch[type=checkbox].is-small:checked + label:before {
  background: #2196f3;
}
.switch[type=checkbox].is-small:checked + label::after {
  left: 1.25rem;
}
.switch[type=checkbox].is-small:checked.is-rtl + label::after, .switch[type=checkbox].is-small:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-small.is-outlined + label::before, .switch[type=checkbox].is-small.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-small.is-outlined + label::after, .switch[type=checkbox].is-small.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-small.is-outlined:checked + label::before, .switch[type=checkbox].is-small.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #2196f3;
}
.switch[type=checkbox].is-small.is-outlined:checked + label::after, .switch[type=checkbox].is-small.is-outlined:checked + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-small.is-thin + label::before, .switch[type=checkbox].is-small.is-thin + label:before {
  top: 0.4090909091rem;
  height: 0.28125rem;
}
.switch[type=checkbox].is-small.is-thin + label::after, .switch[type=checkbox].is-small.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-small.is-rounded + label::before, .switch[type=checkbox].is-small.is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-small.is-rounded + label::after, .switch[type=checkbox].is-small.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-medium + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 4.25rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-medium + label::before, .switch[type=checkbox].is-medium + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 1.875rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-medium + label::after, .switch[type=checkbox].is-medium + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.375rem;
  height: 1.375rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 4.25rem;
}
.switch[type=checkbox].is-medium.is-rtl + label::before, .switch[type=checkbox].is-medium.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-medium.is-rtl + label::after, .switch[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 2rem;
}
.switch[type=checkbox].is-medium:checked + label::before, .switch[type=checkbox].is-medium:checked + label:before {
  background: #2196f3;
}
.switch[type=checkbox].is-medium:checked + label::after {
  left: 2rem;
}
.switch[type=checkbox].is-medium:checked.is-rtl + label::after, .switch[type=checkbox].is-medium:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-medium.is-outlined + label::before, .switch[type=checkbox].is-medium.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-medium.is-outlined + label::after, .switch[type=checkbox].is-medium.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::before, .switch[type=checkbox].is-medium.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #2196f3;
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::after, .switch[type=checkbox].is-medium.is-outlined:checked + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-medium.is-thin + label::before, .switch[type=checkbox].is-medium.is-thin + label:before {
  top: 0.6818181818rem;
  height: 0.46875rem;
}
.switch[type=checkbox].is-medium.is-thin + label::after, .switch[type=checkbox].is-medium.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-medium.is-rounded + label::before, .switch[type=checkbox].is-medium.is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-medium.is-rounded + label::after, .switch[type=checkbox].is-medium.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-large + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-large + label::before, .switch[type=checkbox].is-large + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 2.25rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-large + label::after, .switch[type=checkbox].is-large + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 5rem;
}
.switch[type=checkbox].is-large.is-rtl + label::before, .switch[type=checkbox].is-large.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-large.is-rtl + label::after, .switch[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 2.375rem;
}
.switch[type=checkbox].is-large:checked + label::before, .switch[type=checkbox].is-large:checked + label:before {
  background: #2196f3;
}
.switch[type=checkbox].is-large:checked + label::after {
  left: 2.375rem;
}
.switch[type=checkbox].is-large:checked.is-rtl + label::after, .switch[type=checkbox].is-large:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-large.is-outlined + label::before, .switch[type=checkbox].is-large.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-large.is-outlined + label::after, .switch[type=checkbox].is-large.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-large.is-outlined:checked + label::before, .switch[type=checkbox].is-large.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #2196f3;
}
.switch[type=checkbox].is-large.is-outlined:checked + label::after, .switch[type=checkbox].is-large.is-outlined:checked + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-large.is-thin + label::before, .switch[type=checkbox].is-large.is-thin + label:before {
  top: 0.8181818182rem;
  height: 0.5625rem;
}
.switch[type=checkbox].is-large.is-thin + label::after, .switch[type=checkbox].is-large.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-large.is-rounded + label::before, .switch[type=checkbox].is-large.is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-large.is-rounded + label::after, .switch[type=checkbox].is-large.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-white:checked + label::before, .switch[type=checkbox].is-white:checked + label:before {
  background: #ffffff;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::before, .switch[type=checkbox].is-white.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ffffff !important;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::after, .switch[type=checkbox].is-white.is-outlined:checked + label:after {
  background: #ffffff;
}
.switch[type=checkbox].is-white.is-thin.is-outlined + label::after, .switch[type=checkbox].is-white.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-white + label::before, .switch[type=checkbox].is-unchecked-white + label:before {
  background: #ffffff;
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::before, .switch[type=checkbox].is-unchecked-white.is-outlined + label:before {
  background-color: transparent;
  border-color: #ffffff !important;
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::after, .switch[type=checkbox].is-unchecked-white.is-outlined + label:after {
  background: #ffffff;
}
.switch[type=checkbox].is-black:checked + label::before, .switch[type=checkbox].is-black:checked + label:before {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-black.is-outlined:checked + label::before, .switch[type=checkbox].is-black.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%) !important;
}
.switch[type=checkbox].is-black.is-outlined:checked + label::after, .switch[type=checkbox].is-black.is-outlined:checked + label:after {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-black.is-thin.is-outlined + label::after, .switch[type=checkbox].is-black.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-black + label::before, .switch[type=checkbox].is-unchecked-black + label:before {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::before, .switch[type=checkbox].is-unchecked-black.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%) !important;
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::after, .switch[type=checkbox].is-unchecked-black.is-outlined + label:after {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-light:checked + label::before, .switch[type=checkbox].is-light:checked + label:before {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-light.is-outlined:checked + label::before, .switch[type=checkbox].is-light.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%) !important;
}
.switch[type=checkbox].is-light.is-outlined:checked + label::after, .switch[type=checkbox].is-light.is-outlined:checked + label:after {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-light.is-thin.is-outlined + label::after, .switch[type=checkbox].is-light.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-light + label::before, .switch[type=checkbox].is-unchecked-light + label:before {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::before, .switch[type=checkbox].is-unchecked-light.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%) !important;
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::after, .switch[type=checkbox].is-unchecked-light.is-outlined + label:after {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-dark:checked + label::before, .switch[type=checkbox].is-dark:checked + label:before {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::before, .switch[type=checkbox].is-dark.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%) !important;
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::after, .switch[type=checkbox].is-dark.is-outlined:checked + label:after {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-dark.is-thin.is-outlined + label::after, .switch[type=checkbox].is-dark.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-dark + label::before, .switch[type=checkbox].is-unchecked-dark + label:before {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::before, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%) !important;
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::after, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:after {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-primary:checked + label::before, .switch[type=checkbox].is-primary:checked + label:before {
  background: #2196f3;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::before, .switch[type=checkbox].is-primary.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #2196f3 !important;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::after, .switch[type=checkbox].is-primary.is-outlined:checked + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after, .switch[type=checkbox].is-primary.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-primary + label::before, .switch[type=checkbox].is-unchecked-primary + label:before {
  background: #2196f3;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::before, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:before {
  background-color: transparent;
  border-color: #2196f3 !important;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::after, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-link:checked + label::before, .switch[type=checkbox].is-link:checked + label:before {
  background: #2196f3;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::before, .switch[type=checkbox].is-link.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #2196f3 !important;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::after, .switch[type=checkbox].is-link.is-outlined:checked + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-link.is-thin.is-outlined + label::after, .switch[type=checkbox].is-link.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-link + label::before, .switch[type=checkbox].is-unchecked-link + label:before {
  background: #2196f3;
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::before, .switch[type=checkbox].is-unchecked-link.is-outlined + label:before {
  background-color: transparent;
  border-color: #2196f3 !important;
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::after, .switch[type=checkbox].is-unchecked-link.is-outlined + label:after {
  background: #2196f3;
}
.switch[type=checkbox].is-info:checked + label::before, .switch[type=checkbox].is-info:checked + label:before {
  background: rgb(127.5, 231.25, 255);
}
.switch[type=checkbox].is-info.is-outlined:checked + label::before, .switch[type=checkbox].is-info.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: rgb(127.5, 231.25, 255) !important;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::after, .switch[type=checkbox].is-info.is-outlined:checked + label:after {
  background: rgb(127.5, 231.25, 255);
}
.switch[type=checkbox].is-info.is-thin.is-outlined + label::after, .switch[type=checkbox].is-info.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-info + label::before, .switch[type=checkbox].is-unchecked-info + label:before {
  background: rgb(127.5, 231.25, 255);
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::before, .switch[type=checkbox].is-unchecked-info.is-outlined + label:before {
  background-color: transparent;
  border-color: rgb(127.5, 231.25, 255) !important;
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::after, .switch[type=checkbox].is-unchecked-info.is-outlined + label:after {
  background: rgb(127.5, 231.25, 255);
}
.switch[type=checkbox].is-success:checked + label::before, .switch[type=checkbox].is-success:checked + label:before {
  background: #45b549;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::before, .switch[type=checkbox].is-success.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #45b549 !important;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::after, .switch[type=checkbox].is-success.is-outlined:checked + label:after {
  background: #45b549;
}
.switch[type=checkbox].is-success.is-thin.is-outlined + label::after, .switch[type=checkbox].is-success.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-success + label::before, .switch[type=checkbox].is-unchecked-success + label:before {
  background: #45b549;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::before, .switch[type=checkbox].is-unchecked-success.is-outlined + label:before {
  background-color: transparent;
  border-color: #45b549 !important;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::after, .switch[type=checkbox].is-unchecked-success.is-outlined + label:after {
  background: #45b549;
}
.switch[type=checkbox].is-warning:checked + label::before, .switch[type=checkbox].is-warning:checked + label:before {
  background: #ff9800;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::before, .switch[type=checkbox].is-warning.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ff9800 !important;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::after, .switch[type=checkbox].is-warning.is-outlined:checked + label:after {
  background: #ff9800;
}
.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after, .switch[type=checkbox].is-warning.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-warning + label::before, .switch[type=checkbox].is-unchecked-warning + label:before {
  background: #ff9800;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::before, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:before {
  background-color: transparent;
  border-color: #ff9800 !important;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::after, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:after {
  background: #ff9800;
}
.switch[type=checkbox].is-danger:checked + label::before, .switch[type=checkbox].is-danger:checked + label:before {
  background: #f44336;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::before, .switch[type=checkbox].is-danger.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #f44336 !important;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::after, .switch[type=checkbox].is-danger.is-outlined:checked + label:after {
  background: #f44336;
}
.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after, .switch[type=checkbox].is-danger.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-danger + label::before, .switch[type=checkbox].is-unchecked-danger + label:before {
  background: #f44336;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::before, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:before {
  background-color: transparent;
  border-color: #f44336 !important;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::after, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:after {
  background: #f44336;
}
.field-body .switch[type=checkbox] + label {
  margin-top: 0.375em;
}
.tooltip {
  overflow: visible;
  position: relative;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  content: "";
  border-style: solid;
  border-width: 0.5rem;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  opacity: 0;
  content: attr(data-tooltip);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  background: #0b2b3c;
  border-radius: 4px;
  color: #ffffff;
  max-width: 24rem;
}
.tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  opacity: 1;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
  opacity: 1;
}
.tooltip::before {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
}
.tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent;
}
.tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
  transform: translate(-50%, -0.5rem);
}
.tooltip.is-tooltip-right::before {
  top: auto;
  bottom: 50%;
  left: 100%;
  right: auto;
  transform: translate(-1rem, 50%);
}
.tooltip.is-tooltip-right:focus:not(.is-loading)::after, .tooltip.is-tooltip-right:hover:not(.is-loading)::after, .tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  left: 100%;
  right: auto;
  border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent;
}
.tooltip.is-tooltip-right:focus::before, .tooltip.is-tooltip-right:hover::before, .tooltip.is-tooltip-right.is-tooltip-active::before {
  transform: translate(0.5rem, 50%);
}
.tooltip.is-tooltip-bottom::before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -1rem);
}
.tooltip.is-tooltip-bottom:focus:not(.is-loading)::after, .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after, .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent;
}
.tooltip.is-tooltip-bottom:focus::before, .tooltip.is-tooltip-bottom:hover::before, .tooltip.is-tooltip-bottom.is-tooltip-active::before {
  transform: translate(-50%, 0.5rem);
}
.tooltip.is-tooltip-left::before {
  top: auto;
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(1rem, 50%);
}
.tooltip.is-tooltip-left:focus:not(.is-loading)::after, .tooltip.is-tooltip-left:hover:not(.is-loading)::after, .tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(100% - 0.5rem);
  border-color: transparent transparent transparent rgba(11, 43, 60, 0.9);
}
.tooltip.is-tooltip-left:focus::before, .tooltip.is-tooltip-left:hover::before, .tooltip.is-tooltip-left.is-tooltip-active::before {
  transform: translate(-0.5rem, 50%);
}
.tooltip.is-tooltip-multiline::before {
  min-width: 24rem;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}
.tooltip.is-tooltip-white:not(.is-loading)::after {
  border-color: white transparent transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent white transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent white transparent;
}
.tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent white;
}
.tooltip.is-tooltip-white::before {
  background: white;
  color: hsl(0, 0%, 4%);
}
.tooltip.is-tooltip-black:not(.is-loading)::after {
  border-color: rgb(10.2, 10.2, 10.2) transparent transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgb(10.2, 10.2, 10.2) transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgb(10.2, 10.2, 10.2) transparent;
}
.tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgb(10.2, 10.2, 10.2);
}
.tooltip.is-tooltip-black::before {
  background: rgb(10.2, 10.2, 10.2);
  color: #ffffff;
}
.tooltip.is-tooltip-light:not(.is-loading)::after {
  border-color: rgb(244.8, 244.8, 244.8) transparent transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgb(244.8, 244.8, 244.8) transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgb(244.8, 244.8, 244.8) transparent;
}
.tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgb(244.8, 244.8, 244.8);
}
.tooltip.is-tooltip-light::before {
  background: rgb(244.8, 244.8, 244.8);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-dark:not(.is-loading)::after {
  border-color: rgb(53.55, 53.55, 53.55) transparent transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgb(53.55, 53.55, 53.55) transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgb(53.55, 53.55, 53.55) transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgb(53.55, 53.55, 53.55);
}
.tooltip.is-tooltip-dark::before {
  background: rgb(53.55, 53.55, 53.55);
  color: #fff;
}
.tooltip.is-tooltip-primary:not(.is-loading)::after {
  border-color: #2196f3 transparent transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent #2196f3 transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent #2196f3 transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent #2196f3;
}
.tooltip.is-tooltip-primary::before {
  background: #2196f3;
  color: #fff;
}
.tooltip.is-tooltip-link:not(.is-loading)::after {
  border-color: #2196f3 transparent transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent #2196f3 transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent #2196f3 transparent;
}
.tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent #2196f3;
}
.tooltip.is-tooltip-link::before {
  background: #2196f3;
  color: #fff;
}
.tooltip.is-tooltip-info:not(.is-loading)::after {
  border-color: rgb(127.5, 231.25, 255) transparent transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgb(127.5, 231.25, 255) transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgb(127.5, 231.25, 255) transparent;
}
.tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgb(127.5, 231.25, 255);
}
.tooltip.is-tooltip-info::before {
  background: rgb(127.5, 231.25, 255);
  color: #282828;
}
.tooltip.is-tooltip-success:not(.is-loading)::after {
  border-color: #45b549 transparent transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent #45b549 transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent #45b549 transparent;
}
.tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent #45b549;
}
.tooltip.is-tooltip-success::before {
  background: #45b549;
  color: #fff;
}
.tooltip.is-tooltip-warning:not(.is-loading)::after {
  border-color: #ff9800 transparent transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent #ff9800 transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent #ff9800 transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent #ff9800;
}
.tooltip.is-tooltip-warning::before {
  background: #ff9800;
  color: #fff;
}
.tooltip.is-tooltip-danger:not(.is-loading)::after {
  border-color: #f44336 transparent transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent #f44336 transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent #f44336 transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent #f44336;
}
.tooltip.is-tooltip-danger::before {
  background: #f44336;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .is-tooltip-top-mobile::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-mobile:focus:not(.is-loading)::after, .is-tooltip-top-mobile:hover:not(.is-loading)::after, .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-mobile:focus::before, .is-tooltip-top-mobile:hover::before, .is-tooltip-top-mobile.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-top-tablet::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-tablet:focus:not(.is-loading)::after, .is-tooltip-top-tablet:hover:not(.is-loading)::after, .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-tablet:focus::before, .is-tooltip-top-tablet:hover::before, .is-tooltip-top-tablet.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-top-tablet-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-tablet-only:focus:not(.is-loading)::after, .is-tooltip-top-tablet-only:hover:not(.is-loading)::after, .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-tablet-only:focus::before, .is-tooltip-top-tablet-only:hover::before, .is-tooltip-top-tablet-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-top-touch::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-touch:focus:not(.is-loading)::after, .is-tooltip-top-touch:hover:not(.is-loading)::after, .is-tooltip-top-touch.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-touch:focus::before, .is-tooltip-top-touch:hover::before, .is-tooltip-top-touch.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-top-desktop::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-desktop:focus:not(.is-loading)::after, .is-tooltip-top-desktop:hover:not(.is-loading)::after, .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-desktop:focus::before, .is-tooltip-top-desktop:hover::before, .is-tooltip-top-desktop.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-top-desktop-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-desktop-only:focus:not(.is-loading)::after, .is-tooltip-top-desktop-only:hover:not(.is-loading)::after, .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-desktop-only:focus::before, .is-tooltip-top-desktop-only:hover::before, .is-tooltip-top-desktop-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 1215px) {
  .is-tooltip-top-until-widescreen::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-until-widescreen:focus:not(.is-loading)::after, .is-tooltip-top-until-widescreen:hover:not(.is-loading)::after, .is-tooltip-top-until-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-until-widescreen:focus::before, .is-tooltip-top-until-widescreen:hover::before, .is-tooltip-top-until-widescreen.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-top-widescreen::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-widescreen:focus:not(.is-loading)::after, .is-tooltip-top-widescreen:hover:not(.is-loading)::after, .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-widescreen:focus::before, .is-tooltip-top-widescreen:hover::before, .is-tooltip-top-widescreen.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-top-widescreen-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-top-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-widescreen-only:focus::before, .is-tooltip-top-widescreen-only:hover::before, .is-tooltip-top-widescreen-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 1407px) {
  .is-tooltip-top-until-fullhd::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-until-fullhd:focus:not(.is-loading)::after, .is-tooltip-top-until-fullhd:hover:not(.is-loading)::after, .is-tooltip-top-until-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-until-fullhd:focus::before, .is-tooltip-top-until-fullhd:hover::before, .is-tooltip-top-until-fullhd.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-top-fullhd::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-fullhd:focus:not(.is-loading)::after, .is-tooltip-top-fullhd:hover:not(.is-loading)::after, .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(11, 43, 60, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-fullhd:focus::before, .is-tooltip-top-fullhd:hover::before, .is-tooltip-top-fullhd.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 768px) {
  .is-tooltip-right-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-mobile:focus:not(.is-loading)::after, .is-tooltip-right-mobile:hover:not(.is-loading)::after, .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-mobile:focus::before, .is-tooltip-right-mobile:hover::before, .is-tooltip-right-mobile.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-right-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-tablet:focus:not(.is-loading)::after, .is-tooltip-right-tablet:hover:not(.is-loading)::after, .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-tablet:focus::before, .is-tooltip-right-tablet:hover::before, .is-tooltip-right-tablet.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-right-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-tablet-only:focus:not(.is-loading)::after, .is-tooltip-right-tablet-only:hover:not(.is-loading)::after, .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-tablet-only:focus::before, .is-tooltip-right-tablet-only:hover::before, .is-tooltip-right-tablet-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-right-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-touch:focus:not(.is-loading)::after, .is-tooltip-right-touch:hover:not(.is-loading)::after, .is-tooltip-right-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-touch:focus::before, .is-tooltip-right-touch:hover::before, .is-tooltip-right-touch.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-right-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-desktop:focus:not(.is-loading)::after, .is-tooltip-right-desktop:hover:not(.is-loading)::after, .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-desktop:focus::before, .is-tooltip-right-desktop:hover::before, .is-tooltip-right-desktop.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-right-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-desktop-only:focus:not(.is-loading)::after, .is-tooltip-right-desktop-only:hover:not(.is-loading)::after, .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-desktop-only:focus::before, .is-tooltip-right-desktop-only:hover::before, .is-tooltip-right-desktop-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1215px) {
  .is-tooltip-right-until-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-until-widescreen:focus:not(.is-loading)::after, .is-tooltip-right-until-widescreen:hover:not(.is-loading)::after, .is-tooltip-right-until-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-until-widescreen:focus::before, .is-tooltip-right-until-widescreen:hover::before, .is-tooltip-right-until-widescreen.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-right-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-widescreen:focus:not(.is-loading)::after, .is-tooltip-right-widescreen:hover:not(.is-loading)::after, .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-widescreen:focus::before, .is-tooltip-right-widescreen:hover::before, .is-tooltip-right-widescreen.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-right-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-right-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-widescreen-only:focus::before, .is-tooltip-right-widescreen-only:hover::before, .is-tooltip-right-widescreen-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1407px) {
  .is-tooltip-right-until-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-until-fullhd:focus:not(.is-loading)::after, .is-tooltip-right-until-fullhd:hover:not(.is-loading)::after, .is-tooltip-right-until-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-until-fullhd:focus::before, .is-tooltip-right-until-fullhd:hover::before, .is-tooltip-right-until-fullhd.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-right-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-fullhd:focus:not(.is-loading)::after, .is-tooltip-right-fullhd:hover:not(.is-loading)::after, .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(11, 43, 60, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-fullhd:focus::before, .is-tooltip-right-fullhd:hover::before, .is-tooltip-right-fullhd.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 768px) {
  .is-tooltip-bottom-mobile::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-mobile:focus:not(.is-loading)::after, .is-tooltip-bottom-mobile:hover:not(.is-loading)::after, .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-mobile:focus::before, .is-tooltip-bottom-mobile:hover::before, .is-tooltip-bottom-mobile.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-bottom-tablet::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-tablet:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-tablet:focus::before, .is-tooltip-bottom-tablet:hover::before, .is-tooltip-bottom-tablet.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-bottom-tablet-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-tablet-only:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet-only:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-tablet-only:focus::before, .is-tooltip-bottom-tablet-only:hover::before, .is-tooltip-bottom-tablet-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-bottom-touch::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-touch:focus:not(.is-loading)::after, .is-tooltip-bottom-touch:hover:not(.is-loading)::after, .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-touch:focus::before, .is-tooltip-bottom-touch:hover::before, .is-tooltip-bottom-touch.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-bottom-desktop::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-desktop:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-desktop:focus::before, .is-tooltip-bottom-desktop:hover::before, .is-tooltip-bottom-desktop.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-bottom-desktop-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-desktop-only:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop-only:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-desktop-only:focus::before, .is-tooltip-bottom-desktop-only:hover::before, .is-tooltip-bottom-desktop-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 1215px) {
  .is-tooltip-bottom-until-widescreen::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-until-widescreen:focus:not(.is-loading)::after, .is-tooltip-bottom-until-widescreen:hover:not(.is-loading)::after, .is-tooltip-bottom-until-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-until-widescreen:focus::before, .is-tooltip-bottom-until-widescreen:hover::before, .is-tooltip-bottom-until-widescreen.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-bottom-widescreen::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-widescreen:focus:not(.is-loading)::after, .is-tooltip-bottom-widescreen:hover:not(.is-loading)::after, .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-widescreen:focus::before, .is-tooltip-bottom-widescreen:hover::before, .is-tooltip-bottom-widescreen.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-bottom-widescreen-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-bottom-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-widescreen-only:focus::before, .is-tooltip-bottom-widescreen-only:hover::before, .is-tooltip-bottom-widescreen-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 1407px) {
  .is-tooltip-bottom-until-fullhd::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-until-fullhd:focus:not(.is-loading)::after, .is-tooltip-bottom-until-fullhd:hover:not(.is-loading)::after, .is-tooltip-bottom-until-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-until-fullhd:focus::before, .is-tooltip-bottom-until-fullhd:hover::before, .is-tooltip-bottom-until-fullhd.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-bottom-fullhd::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-fullhd:focus:not(.is-loading)::after, .is-tooltip-bottom-fullhd:hover:not(.is-loading)::after, .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(11, 43, 60, 0.9) transparent !important;
  }
  .is-tooltip-bottom-fullhd:focus::before, .is-tooltip-bottom-fullhd:hover::before, .is-tooltip-bottom-fullhd.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 768px) {
  .is-tooltip-left-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-mobile:focus:not(.is-loading)::after, .is-tooltip-left-mobile:hover:not(.is-loading)::after, .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-mobile:focus::before, .is-tooltip-left-mobile:hover::before, .is-tooltip-left-mobile.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-left-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-tablet:focus:not(.is-loading)::after, .is-tooltip-left-tablet:hover:not(.is-loading)::after, .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-tablet:focus::before, .is-tooltip-left-tablet:hover::before, .is-tooltip-left-tablet.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-left-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-tablet-only:focus:not(.is-loading)::after, .is-tooltip-left-tablet-only:hover:not(.is-loading)::after, .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-tablet-only:focus::before, .is-tooltip-left-tablet-only:hover::before, .is-tooltip-left-tablet-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-left-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-touch:focus:not(.is-loading)::after, .is-tooltip-left-touch:hover:not(.is-loading)::after, .is-tooltip-left-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-touch:focus::before, .is-tooltip-left-touch:hover::before, .is-tooltip-left-touch.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-left-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-desktop:focus:not(.is-loading)::after, .is-tooltip-left-desktop:hover:not(.is-loading)::after, .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-desktop:focus::before, .is-tooltip-left-desktop:hover::before, .is-tooltip-left-desktop.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-left-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-desktop-only:focus:not(.is-loading)::after, .is-tooltip-left-desktop-only:hover:not(.is-loading)::after, .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-desktop-only:focus::before, .is-tooltip-left-desktop-only:hover::before, .is-tooltip-left-desktop-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1215px) {
  .is-tooltip-left-until-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-until-widescreen:focus:not(.is-loading)::after, .is-tooltip-left-until-widescreen:hover:not(.is-loading)::after, .is-tooltip-left-until-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-until-widescreen:focus::before, .is-tooltip-left-until-widescreen:hover::before, .is-tooltip-left-until-widescreen.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-left-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-widescreen:focus:not(.is-loading)::after, .is-tooltip-left-widescreen:hover:not(.is-loading)::after, .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-widescreen:focus::before, .is-tooltip-left-widescreen:hover::before, .is-tooltip-left-widescreen.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-left-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-left-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-widescreen-only:focus::before, .is-tooltip-left-widescreen-only:hover::before, .is-tooltip-left-widescreen-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1407px) {
  .is-tooltip-left-until-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-until-fullhd:focus:not(.is-loading)::after, .is-tooltip-left-until-fullhd:hover:not(.is-loading)::after, .is-tooltip-left-until-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-until-fullhd:focus::before, .is-tooltip-left-until-fullhd:hover::before, .is-tooltip-left-until-fullhd.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-left-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-fullhd:focus:not(.is-loading)::after, .is-tooltip-left-fullhd:hover:not(.is-loading)::after, .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(11, 43, 60, 0.9) !important;
  }
  .is-tooltip-left-fullhd:focus::before, .is-tooltip-left-fullhd:hover::before, .is-tooltip-left-fullhd.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
.is-divider, .is-divider-vertical {
  display: block;
  position: relative;
  border-top: 0.0625rem solid hsl(0, 0%, 86%);
  height: 0.0625rem;
  margin: 2rem 0;
  text-align: center;
}
.is-divider[data-content]::after, .is-divider-vertical[data-content]::after {
  background: #ffffff;
  color: hsl(0, 0%, 71%);
  content: attr(data-content);
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  -webkit-transform: translateY(-1.1rem);
  -ms-transform: translateY(-1.1rem);
  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.0625rem solid hsl(0, 0%, 86%);
    bottom: 1rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .is-divider-vertical[data-content]::after {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0.1rem;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
.is-divider.is-white,
.is-divider-vertical.is-white {
  border-top-color: #ffffff;
}
.is-divider.is-white[data-content]::after, .is-divider.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after {
  background: hsl(0, 0%, 4%);
  color: #ffffff;
}
.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: hsl(0, 0%, 4%);
}
.is-divider.is-black[data-content]::after, .is-divider.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after {
  background: #ffffff;
  color: hsl(0, 0%, 4%);
}
.is-divider.is-black::before,
.is-divider-vertical.is-black::before {
  border-left-color: hsl(0, 0%, 4%);
}
.is-divider.is-light,
.is-divider-vertical.is-light {
  border-top-color: hsl(0, 0%, 96%);
}
.is-divider.is-light[data-content]::after, .is-divider.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.is-divider.is-light::before,
.is-divider-vertical.is-light::before {
  border-left-color: hsl(0, 0%, 96%);
}
.is-divider.is-dark,
.is-divider-vertical.is-dark {
  border-top-color: hsl(0, 0%, 21%);
}
.is-divider.is-dark[data-content]::after, .is-divider.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 21%);
}
.is-divider.is-dark::before,
.is-divider-vertical.is-dark::before {
  border-left-color: hsl(0, 0%, 21%);
}
.is-divider.is-primary,
.is-divider-vertical.is-primary {
  border-top-color: #2196f3;
}
.is-divider.is-primary[data-content]::after, .is-divider.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after {
  background: #fff;
  color: #2196f3;
}
.is-divider.is-primary::before,
.is-divider-vertical.is-primary::before {
  border-left-color: #2196f3;
}
.is-divider.is-link,
.is-divider-vertical.is-link {
  border-top-color: #2196f3;
}
.is-divider.is-link[data-content]::after, .is-divider.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after {
  background: #fff;
  color: #2196f3;
}
.is-divider.is-link::before,
.is-divider-vertical.is-link::before {
  border-left-color: #2196f3;
}
.is-divider.is-info,
.is-divider-vertical.is-info {
  border-top-color: rgb(127.5, 231.25, 255);
}
.is-divider.is-info[data-content]::after, .is-divider.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after {
  background: #282828;
  color: rgb(127.5, 231.25, 255);
}
.is-divider.is-info::before,
.is-divider-vertical.is-info::before {
  border-left-color: rgb(127.5, 231.25, 255);
}
.is-divider.is-success,
.is-divider-vertical.is-success {
  border-top-color: #45b549;
}
.is-divider.is-success[data-content]::after, .is-divider.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after {
  background: #fff;
  color: #45b549;
}
.is-divider.is-success::before,
.is-divider-vertical.is-success::before {
  border-left-color: #45b549;
}
.is-divider.is-warning,
.is-divider-vertical.is-warning {
  border-top-color: #ff9800;
}
.is-divider.is-warning[data-content]::after, .is-divider.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after {
  background: #fff;
  color: #ff9800;
}
.is-divider.is-warning::before,
.is-divider-vertical.is-warning::before {
  border-left-color: #ff9800;
}
.is-divider.is-danger,
.is-divider-vertical.is-danger {
  border-top-color: #f44336;
}
.is-divider.is-danger[data-content]::after, .is-divider.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after {
  background: #fff;
  color: #f44336;
}
.is-divider.is-danger::before,
.is-divider-vertical.is-danger::before {
  border-left-color: #f44336;
}
.is-divider.is-black-bis,
.is-divider-vertical.is-black-bis {
  border-top-color: hsl(0, 0%, 7%);
}
.is-divider.is-black-bis[data-content]::after, .is-divider.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 7%);
}
.is-divider.is-black-bis::before,
.is-divider-vertical.is-black-bis::before {
  border-left-color: hsl(0, 0%, 7%);
}
.is-divider.is-black-ter,
.is-divider-vertical.is-black-ter {
  border-top-color: hsl(0, 0%, 14%);
}
.is-divider.is-black-ter[data-content]::after, .is-divider.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 14%);
}
.is-divider.is-black-ter::before,
.is-divider-vertical.is-black-ter::before {
  border-left-color: hsl(0, 0%, 14%);
}
.is-divider.is-grey-darker,
.is-divider-vertical.is-grey-darker {
  border-top-color: hsl(0, 0%, 21%);
}
.is-divider.is-grey-darker[data-content]::after, .is-divider.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 21%);
}
.is-divider.is-grey-darker::before,
.is-divider-vertical.is-grey-darker::before {
  border-left-color: hsl(0, 0%, 21%);
}
.is-divider.is-grey-dark,
.is-divider-vertical.is-grey-dark {
  border-top-color: hsl(0, 0%, 29%);
}
.is-divider.is-grey-dark[data-content]::after, .is-divider.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 29%);
}
.is-divider.is-grey-dark::before,
.is-divider-vertical.is-grey-dark::before {
  border-left-color: hsl(0, 0%, 29%);
}
.is-divider.is-grey,
.is-divider-vertical.is-grey {
  border-top-color: hsl(0, 0%, 48%);
}
.is-divider.is-grey[data-content]::after, .is-divider.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 48%);
}
.is-divider.is-grey::before,
.is-divider-vertical.is-grey::before {
  border-left-color: hsl(0, 0%, 48%);
}
.is-divider.is-grey-light,
.is-divider-vertical.is-grey-light {
  border-top-color: hsl(0, 0%, 71%);
}
.is-divider.is-grey-light[data-content]::after, .is-divider.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 71%);
}
.is-divider.is-grey-light::before,
.is-divider-vertical.is-grey-light::before {
  border-left-color: hsl(0, 0%, 71%);
}
.is-divider.is-grey-lighter,
.is-divider-vertical.is-grey-lighter {
  border-top-color: hsl(0, 0%, 86%);
}
.is-divider.is-grey-lighter[data-content]::after, .is-divider.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 86%);
}
.is-divider.is-grey-lighter::before,
.is-divider-vertical.is-grey-lighter::before {
  border-left-color: hsl(0, 0%, 86%);
}
.is-divider.is-white-ter,
.is-divider-vertical.is-white-ter {
  border-top-color: hsl(0, 0%, 96%);
}
.is-divider.is-white-ter[data-content]::after, .is-divider.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.is-divider.is-white-ter::before,
.is-divider-vertical.is-white-ter::before {
  border-left-color: hsl(0, 0%, 96%);
}
.is-divider.is-white-bis,
.is-divider-vertical.is-white-bis {
  border-top-color: hsl(0, 0%, 98%);
}
.is-divider.is-white-bis[data-content]::after, .is-divider.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 98%);
}
.is-divider.is-white-bis::before,
.is-divider-vertical.is-white-bis::before {
  border-left-color: hsl(0, 0%, 98%);
}
.steps {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  min-height: 2rem;
}
.steps:not(:last-child) {
  margin-bottom: 1.5rem;
}
.steps .step-item {
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
.steps .step-item:not(:first-child) {
  flex-basis: 1em;
  flex-grow: 1;
  flex-shrink: 1;
}
.steps .step-item:not(:first-child)::before {
  content: " ";
  display: block;
  position: absolute;
}
.steps .step-item::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #2196f3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item::before .step-marker {
  color: #ffffff;
}
.steps .step-item.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-active .step-marker {
  background-color: #ffffff;
  border-color: #2196f3;
  color: #2196f3;
}
.steps .step-item.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-completed .step-marker {
  color: #ffffff;
  background-color: #2196f3;
}
.steps .step-item .step-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  justify-content: center;
  background: hsl(0, 0%, 71%);
  color: #ffffff;
  border: 0.2em solid #fff;
  z-index: 1;
}
.steps .step-item .step-details {
  text-align: center;
}
.steps .step-item.is-white::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-white.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-white.is-active .step-marker {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.steps .step-item.is-white.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-white.is-completed .step-marker {
  color: hsl(0, 0%, 4%);
  background-color: #ffffff;
}
.steps .step-item.is-black::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-black.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-black.is-active .step-marker {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.steps .step-item.is-black.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-black.is-completed .step-marker {
  color: #ffffff;
  background-color: hsl(0, 0%, 4%);
}
.steps .step-item.is-light::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-light.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-light.is-active .step-marker {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.steps .step-item.is-light.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-light.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: hsl(0, 0%, 96%);
}
.steps .step-item.is-dark::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-dark.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-dark.is-active .step-marker {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.steps .step-item.is-dark.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-dark.is-completed .step-marker {
  color: #fff;
  background-color: hsl(0, 0%, 21%);
}
.steps .step-item.is-primary::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #2196f3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-primary.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-primary.is-active .step-marker {
  background-color: #ffffff;
  border-color: #2196f3;
  color: #2196f3;
}
.steps .step-item.is-primary.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-primary.is-completed .step-marker {
  color: #fff;
  background-color: #2196f3;
}
.steps .step-item.is-link::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #2196f3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-link.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-link.is-active .step-marker {
  background-color: #ffffff;
  border-color: #2196f3;
  color: #2196f3;
}
.steps .step-item.is-link.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-link.is-completed .step-marker {
  color: #fff;
  background-color: #2196f3;
}
.steps .step-item.is-info::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(127.5, 231.25, 255) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-info.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-info.is-active .step-marker {
  background-color: #ffffff;
  border-color: rgb(127.5, 231.25, 255);
  color: rgb(127.5, 231.25, 255);
}
.steps .step-item.is-info.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-info.is-completed .step-marker {
  color: #282828;
  background-color: rgb(127.5, 231.25, 255);
}
.steps .step-item.is-success::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #45b549 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-success.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-success.is-active .step-marker {
  background-color: #ffffff;
  border-color: #45b549;
  color: #45b549;
}
.steps .step-item.is-success.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-success.is-completed .step-marker {
  color: #fff;
  background-color: #45b549;
}
.steps .step-item.is-warning::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-warning.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-warning.is-active .step-marker {
  background-color: #ffffff;
  border-color: #ff9800;
  color: #ff9800;
}
.steps .step-item.is-warning.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-warning.is-completed .step-marker {
  color: #fff;
  background-color: #ff9800;
}
.steps .step-item.is-danger::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #f44336 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-danger.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-danger.is-active .step-marker {
  background-color: #ffffff;
  border-color: #f44336;
  color: #f44336;
}
.steps .step-item.is-danger.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-danger.is-completed .step-marker {
  color: #fff;
  background-color: #f44336;
}
.steps .steps-content {
  align-items: stretch;
  flex-basis: 100%;
  margin: 2rem 0;
}
.steps .steps-content .step-content {
  display: none;
}
.steps .steps-content .step-content.is-active {
  display: block;
}
.steps .steps-actions {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
}
.steps .steps-actions .steps-action {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  margin: 0.5rem;
  justify-content: center;
  align-items: center;
}
.steps.is-animated .step-item::before {
  transition: all 2s ease;
}
.steps.is-animated .step-item .step-marker {
  transition: all 0s ease;
  transition-delay: 1.5s;
}
.steps .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}
.steps .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}
.steps .step-item .step-marker .icon * {
  font-size: 1rem;
}
.steps .step-item .step-details {
  margin-top: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.steps.is-small {
  font-size: 0.75rem;
  min-height: 1.5rem;
}
.steps.is-small .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 0.75rem;
}
.steps.is-small .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: calc(50% - 0.75rem);
}
.steps.is-small .step-item .step-marker .icon * {
  font-size: 0.75rem;
}
.steps.is-small .step-item .step-details {
  margin-top: 1.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-small .step-item .step-details .step-title {
  font-size: 0.9rem;
  font-weight: 600;
}
.steps.is-medium {
  font-size: 1.25rem;
  min-height: 2.5rem;
}
.steps.is-medium .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.25rem;
}
.steps.is-medium .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: calc(50% - 1.25rem);
}
.steps.is-medium .step-item .step-marker .icon * {
  font-size: 1.25rem;
}
.steps.is-medium .step-item .step-details {
  margin-top: 2.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-medium .step-item .step-details .step-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.steps.is-large {
  font-size: 1.5rem;
  min-height: 3rem;
}
.steps.is-large .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.5rem;
}
.steps.is-large .step-item .step-marker {
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc(50% - 1.5rem);
}
.steps.is-large .step-item .step-marker .icon * {
  font-size: 1.5rem;
}
.steps.is-large .step-item .step-details {
  margin-top: 3rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-large .step-item .step-details .step-title {
  font-size: 1.8rem;
  font-weight: 600;
}
ul.items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}
ul.items li {
  flex: 1 0 200px;
  margin-left: 16px;
  margin-top: 16px;
  padding-right: 16px;
}
@media (min-width: 432px) {
  ul.items li {
    max-width: calc(50% - 16px);
  }
}
@media (min-width: 648px) {
  ul.items li {
    max-width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 864px) {
  ul.items li {
    max-width: calc(25% - 16px);
  }
}
@media (min-width: 800px) {
  ul.items li {
    min-width: calc(25% - 16px);
  }
}
.items {
  line-height: 1.3;
}
.items li {
  box-sizing: border-box;
  word-break: break-word;
}
.items.bullet {
  margin-left: 4px;
}
/* This is inside index.css! Has no actual value here.
html{
    &.medium-route-font{
       font-size: 87.5%;
    }
    &.small-route-font{
        font-size: 81.25%;
    }
    &.tiny-route-font{
        font-size: 75%;
    }
}
*/
html {
  scroll-behavior: smooth;
}
a,
button {
  transition: all 150ms ease;
}
a:active,
a:focus {
  outline: 0;
  border: none;
  outline-style: none;
  -moz-outline-style: none;
}
hr {
  height: 1px;
  background-color: rgb(236.9, 236.9, 236.9);
}
.label {
  font-weight: 600;
  color: rgb(56.25, 56.25, 56.25);
}
.label:not(:last-child) {
  margin-bottom: 0.125rem;
}
.input,
.textarea,
.kyp-verification-comment,
.select:not(.is-multiple),
.select select:not(.is-multiple) {
  height: 3rem;
}
.is-small .input {
  height: 1.875rem;
}
.input[readonly],
.textarea[readonly],
[readonly].kyp-verification-comment {
  background-color: hsl(0, 0%, 98%);
  border-color: hsl(0, 0%, 98%);
  box-shadow: none;
}
.input[readonly].gray-bordered,
.textarea[readonly].gray-bordered,
[readonly].gray-bordered.kyp-verification-comment {
  border-color: #dbdbdb;
}
.input[readonly].is-disabled,
.textarea[readonly].is-disabled,
[readonly].is-disabled.kyp-verification-comment {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.input.has-placeholder-text-grey-light::placeholder {
  color: hsl(0, 0%, 71%);
}
.field:not(:last-child) {
  margin-bottom: 1.25em;
}
.control.has-icons-left .icon, .control.control.has-icons-right .icon {
  height: 3em;
  width: 2.5em;
}
.control.smaller > *, .control.smaller > .select select {
  height: 2.25em !important;
  line-height: 1;
  font-size: 0.935rem;
}
.control.smaller > .textarea, .control.smaller > .kyp-verification-comment {
  resize: none;
}
.control.smaller > .textarea[disabled], .control.smaller > [disabled].kyp-verification-comment,
.control .smaller > .textarea[disabled],
.control .smaller > [disabled].kyp-verification-comment {
  resize: none;
  overflow: hidden;
}
.control .columns {
  margin-top: 0;
}
.is-small.control.has-icons-left .icon, .is-small.control.control.has-icons-right .icon {
  height: 1.875rem;
  width: 2rem;
}
.is-small.control.control.has-icons-right .input {
  padding-right: 2rem;
}
.is-small.control.control.has-icons-left .input {
  padding-left: 2rem;
}
.field .switch[type=checkbox] + label {
  height: auto;
}
.button, .sorting-label {
  height: 2.5em;
}
.button.is-loading:after, .is-loading.sorting-label:after {
  opacity: 1;
  filter: none;
}
.button.has-input-height, .has-input-height.sorting-label {
  height: 3rem;
}
.button.disabled, .disabled.sorting-label {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
label.has-input-height {
  height: 3rem;
  line-height: 3rem;
}
.control.is-loading::after,
.select.is-loading::after,
.loader,
.button.is-loading::after,
.is-loading.sorting-label::after {
  border: 2px solid #c6c6c6;
  border-right-color: transparent;
  border-top-color: transparent;
}
.is-checkradio[type=radio] + label::before,
.is-checkradio[type=radio] + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  background-color: white;
}
.message.is-dark .message-header {
  background-color: #0b2b3c;
}
.message.is-info .message-body {
  border-color: #2196f3;
  background-color: #ecf6fe;
  color: #0a6ebd;
}
.message.is-secondary .message-body {
  border-color: #4a4a4a;
  background-color: white;
}
.message + .message {
  margin-top: 1px;
}
.message.is-info .border-top-dashed {
  border-top: 1px dashed #0a6ebd;
}
.message.is-secondary .border-top-dashed {
  border-top: 1px dashed #dbdbdb;
}
@media screen and (min-width: 1024px) {
  .modal.is-large .modal-card,
  .modal.is-large .modal-content {
    width: 980px;
  }
}
@media screen and (min-width: 769px) {
  .modal .modal-card .modal-card-head {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.overflow-visible-modal .modal-card {
  overflow: visible;
}
.overflow-visible-modal .modal-card .modal-card-body {
  overflow: visible;
}
.overflow-visible-modal .modal-card .modal-card-body .custom-select__menu {
  width: max-content;
}
.panel-block {
  padding: 0.75em 1em;
}
html {
  height: 100%;
}
body,
#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  footer.g-footer {
    width: 100%;
    position: absolute;
    height: 26.625rem;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/* Animation for Titles in Banner */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
.animatedFadeInUp {
  opacity: 0;
}
.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
/* Custom Classes */
.has-radius, .panel.menu-panel {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.has-shadow-normal {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.has-shadow-large {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.has-shadow-xlarge {
  box-shadow: 0 2em 3em -0.5em rgba(10, 10, 10, 0.07), 0 0 0 1px rgba(10, 10, 10, 0.02), 0 5px 9px -1px rgba(0, 0, 0, 0.15);
}
.has-background-orange {
  background-color: #ff9800 !important;
}
.has-background-white, .panel.menu-panel {
  background-color: #ffffff !important;
}
.has-background-light-blue {
  background-color: #ecf6fe !important;
}
.has-background-pale-blue {
  background-color: #e3f2fd !important;
}
.has-background-pale-green {
  background-color: #c8e6c9 !important;
}
.has-background-gray-blue {
  background-color: #b6d7e6 !important;
}
.has-background-dark-blue {
  background-color: #0b2b3c !important;
}
.has-background-purple {
  background-color: #7e57c2 !important;
}
.has-background-light-purple {
  background-color: #ffeffe !important;
}
.has-background-gray {
  background-color: #dbdbdb;
}
.has-background-light-gray {
  background-color: #f2f2f2 !important;
}
.has-background-grey-lightest {
  background-color: hsl(0, 0%, 93%) !important;
}
.has-background-transparent {
  background-color: transparent !important;
}
.has-background-primary-blue {
  background: #0a6ebd;
}
.has-background-ivory {
  background-color: #eaeaea !important;
}
.has-text-turquoise {
  color: #62dcdc !important;
}
.has-text-purple {
  color: #7e57c2 !important;
}
.has-text-dark-purple {
  color: #6b1273 !important;
}
.has-text-pink {
  color: #030303 !important;
}
.has-text-indigo {
  color: #3f51b5 !important;
}
.has-text-gray-blue {
  color: #b6d7e6 !important;
}
.has-text-gray-dark {
  color: #363636;
}
.has-text-neutral-gray {
  color: #787878 !important;
}
@media screen and (min-width: 769px) {
  .has-min-width {
    min-width: 14rem !important;
  }
}
@media screen and (min-width: 769px) {
  .has-small-min-width {
    min-width: 7rem !important;
  }
}
.has-smaller-lineheight {
  line-height: 1.2;
}
.has-p-absolute {
  position: absolute;
}
.has-no-events {
  pointer-events: none;
  touch-action: none;
}
.has-cursor-pointer {
  cursor: pointer;
}
.has-two-lines {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  max-height: 2.6em;
}
.has-two-lines:before {
  content: "...";
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.has-three-lines {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  max-height: 3.9em;
}
.has-three-lines:before {
  content: "...";
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.mt--2 {
  margin-top: -8px;
}
.xl-m-bottom {
  margin-bottom: 2.5rem !important;
}
.b-m-bottom {
  margin-bottom: 1.75rem !important;
}
.n-m-bottom {
  margin-bottom: 1.25rem !important;
}
.m-m-bottom {
  margin-bottom: 0.75rem !important;
}
.s-m-bottom {
  margin-bottom: 0.25rem !important;
}
.no-m-bottom {
  margin-bottom: 0 !important;
}
.xl-m-top {
  margin-top: 2.5rem !important;
}
.no-m-top {
  margin-top: 0 !important;
}
.m-m-top {
  margin-top: 0.75rem !important;
}
.n-p-top {
  padding-top: 1.25rem !important;
}
.no-p-top {
  padding-top: 0 !important;
}
.n-p-bottom {
  padding-bottom: 1.25rem !important;
}
.no-p-bottom {
  padding-bottom: 0 !important;
}
.no-p-left {
  padding-left: 0 !important;
}
.no-p-right {
  padding-right: 0 !important;
}
.b-p-left {
  padding-left: 1.65rem !important;
}
.top-2 {
  position: relative;
  top: 2px;
}
.top-1 {
  position: relative;
  top: 1px;
}
.has-full-height {
  height: 100%;
}
.is-fs-30 {
  font-size: 30px;
}
.is-fs-20 {
  font-size: 20px;
}
.is-fs-10 {
  font-size: 10px;
}
.is-fs-14 {
  font-size: 14px;
}
.is-fs-12 {
  font-size: 12px;
}
.is-fw-700 {
  font-weight: 700 !important;
}
.is-fs-13 {
  font-size: 13px;
}
.is-fs-15, .panel.menu-panel {
  font-size: 0.9375rem;
}
.is-fs-14 {
  font-size: 0.875rem;
}
.is-fs-16 {
  font-size: 1rem;
}
.is-fs-17 {
  font-size: 1.0625rem;
}
.is-fs-18 {
  font-size: 1.125rem;
}
.is-py-18 {
  padding: 1.125rem;
}
.is-fs-24 {
  font-size: 1.5rem;
}
.is-fs-32 {
  font-size: 2rem;
}
.is-fw-600 {
  font-weight: 600;
}
.is-fw-400 {
  font-weight: 400;
}
.is-borderless {
  border: 0 none !important;
}
.is-underlined {
  text-decoration: underline;
}
.has-letter-spacing {
  letter-spacing: 0.75px;
}
.has-break-word {
  word-break: break-all;
}
.icon.favorite {
  color: #fcd01e;
}
.content-fill {
  height: -webkit-fill-available;
  min-height: fit-content;
}
.has-text-primary-blue {
  color: #0a6ebd;
}
.has-text-blue {
  color: #2196f3;
}
.has-text-red {
  color: #f44336;
}
.has-text-light {
  color: #7a7a7a;
}
ul.is-list {
  list-style-type: none;
  margin-left: 0;
}
ul.is-list li {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
ul.is-list li:last-child {
  margin-bottom: 0;
}
ul.is-inline-list li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  word-break: break-word;
}
ul.is-inline-list li:last-child {
  padding-right: 0;
}
ul.bullet {
  list-style: disc;
  margin-left: 18px;
}
.file .file-cta,
.file .file-name {
  height: 2.5em;
  padding-top: calc(0.5em - 1px);
  padding-bottom: calc(0.5em - 1px);
}
.file.has-input-height .file-cta,
.file.has-input-height .file-name {
  height: 3rem;
  padding-top: calc(0.785em - 1px);
  padding-bottom: calc(0.785em - 1px);
}
.is-badge {
  position: relative;
}
.is-badge[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -14px;
  right: 3px;
  font-size: 0.6875rem;
  background: #f44336;
  color: white;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.15);
}
.is-icon-badge {
  position: relative;
}
.is-icon-badge[data-icon-badge]:after {
  content: attr(data-icon-badge);
  position: absolute;
  top: -7px;
  right: -3px;
  font-size: 0.5625rem;
  background: #b6d7e6;
  color: white;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.15);
}
.discount {
  position: relative;
  display: inline-block;
}
.discount::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 2px solid #f44336;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}
.tag.is-mini-tag {
  border-radius: 2px !important;
  font-size: 0.5rem;
  font-weight: 600;
  height: 2.25em;
  letter-spacing: 1px;
}
.tag:not(body).is-info {
  background-color: #007894;
  color: #ffffff;
}
.panel {
  display: block;
  padding: 1.25rem;
}
.panel.with-smaller-padding {
  padding: 0.75rem;
}
.panel.with-inner-box-padding {
  padding: 1.625rem;
}
.panel.has-smaller-padding {
  padding: 0.75rem;
}
.panel.has-border, .panel.menu-panel {
  border: 1px solid hsl(0, 0%, 86%);
}
.panel.has-border.is-danger, .panel.is-danger.menu-panel {
  border-color: #f44336;
}
.panel.has-border.is-primary, .panel.is-primary.menu-panel {
  border-color: #2196f3;
}
.panel.has-border.is-primary-blue, .panel.is-primary-blue.menu-panel {
  border: 2px solid #0a6ebd;
}
.panel.has-border .panel-heading, .panel.menu-panel .panel-heading {
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.panel.menu-panel {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .table-wrapper {
    overflow-x: auto;
    max-width: 100%;
    min-width: 800px;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll;
  }
}
.table-wrapper.m-max-height {
  max-height: 330px;
  overflow-y: auto;
}
.table-wrapper.b-max-height {
  max-height: 450px;
  overflow-y: auto;
}
.min-cell-width {
  width: 1px;
  white-space: nowrap;
}
html:not(.tiny-route-font):not(.small-route-font) .date-range .control.has-icons-left.is-expanded {
  max-width: 100% !important;
}
html.medium-route-font td.date-range .control.has-icons-left.is-expanded .has-icons-left {
  min-width: 102px;
  max-width: 102px;
}
html.small-route-font td.date-range .control.has-icons-left.is-expanded .has-icons-left {
  min-width: 96px;
  max-width: 96px;
}
html.tiny-route-font td.date-range .control.has-icons-left.is-expanded .has-icons-left {
  min-width: 92px;
  max-width: 92px;
}
.table thead,
.table tfoot {
  line-height: 1.35;
}
.table.smaller-cells td,
.table.smaller-cells th {
  padding: 0.75rem;
}
.table.smaller-font td,
.table.smaller-font th {
  font-size: 0.875rem;
}
.table.smaller-font td .select select,
.table.smaller-font td .textarea,
.table.smaller-font td .kyp-verification-comment,
.table.smaller-font td .input,
.table.smaller-font td .button,
.table.smaller-font td .sorting-label,
.table.smaller-font th .select select,
.table.smaller-font th .textarea,
.table.smaller-font th .kyp-verification-comment,
.table.smaller-font th .input,
.table.smaller-font th .button,
.table.smaller-font th .sorting-label {
  font-size: 0.875rem;
}
.table.spreadsheet {
  /*
      tr td:nth-child(8), tr th:nth-child(8){
          border-left: 1px solid $grey-lighter;
      }
      tr td:nth-child(n + 8), tr th:nth-child(n + 8){
          background: $white-bis;
      }
      */
}
.table.spreadsheet tr.has-error td {
  background-color: rgb(254.3202830189, 243.3830188679, 242.5797169811);
}
.table.spreadsheet tr.new-line td, .table.spreadsheet tr.split-item td {
  background-color: rgb(236.52, 246.42, 253.68) !important;
}
.table.spreadsheet tr > td > .input,
.table.spreadsheet tr > td > .select,
.table.spreadsheet tr > td > select,
.table.spreadsheet tr > td > .button,
.table.spreadsheet tr > td > .sorting-label,
.table.spreadsheet tr > td > .control .icon {
  height: 2.25em !important;
  line-height: 1;
  font-size: 0.9375rem;
}
.table.spreadsheet tr > td > .textarea, .table.spreadsheet tr > td > .kyp-verification-comment,
.table.spreadsheet tr > td > .control .textarea,
.table.spreadsheet tr > td > .control .kyp-verification-comment {
  min-height: 2.25em;
  height: 2.25em;
  overflow: hidden;
  padding: 0.25rem 0.6875rem;
}
@media screen and (max-width: 768px) {
  .table.spreadsheet tr th:nth-child(n+2):not(.smaller-cells) {
    min-width: 150px;
    width: 150px;
  }
}
.table.proforma tr td:nth-child(7),
.table.proforma tr th:nth-child(7) {
  border-left: 1px solid hsl(0, 0%, 86%);
}
.table.proforma tr td:nth-child(n+7),
.table.proforma tr th:nth-child(n+7) {
  background: hsl(0, 0%, 98%);
}
.table.proforma tr > td > .field .control .button, .table.proforma tr > td > .field .control .sorting-label {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 2.125rem;
  font-size: 0.75rem;
}
.table.proforma tr > td > .field .control .button.icon-btn, .table.proforma tr > td > .field .control .icon-btn.sorting-label {
  padding-left: 0.925rem;
  padding-right: 0.925rem;
}
.table.proforma tr > td > .field .control .input {
  height: 2.125rem !important;
  line-height: 1;
  font-size: 0.9375rem;
}
.table.proforma tr > td > .toolset > .buttons > .button, .table.proforma tr > td > .toolset > .buttons > .sorting-label,
.table.proforma tr > td > .toolset > .buttons > .dropdown .button,
.table.proforma tr > td > .toolset > .buttons > .dropdown .sorting-label {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
}
.table.proforma tr > td > .toolset > .buttons > .button.btn-icon .icon, .table.proforma tr > td > .toolset > .buttons > .btn-icon.sorting-label .icon,
.table.proforma tr > td > .toolset > .buttons > .dropdown .button.btn-icon .icon,
.table.proforma tr > td > .toolset > .buttons > .dropdown .btn-icon.sorting-label .icon {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 1.0625rem;
}
.table.proforma tr > td > .toolset > .buttons > .dropdown .button, .table.proforma tr > td > .toolset > .buttons > .dropdown .sorting-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table.proforma-expense-evaluation {
  width: 100%;
}
.table.proforma-expense-evaluation tr {
  background-color: #ffffff;
}
.table.proforma-expense-evaluation tr > td > .field .control .button, .table.proforma-expense-evaluation tr > td > .field .control .sorting-label {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 2.125rem;
  font-size: 0.75rem;
}
.table.proforma-expense-evaluation tr > td > .field .control .button.icon-btn, .table.proforma-expense-evaluation tr > td > .field .control .icon-btn.sorting-label {
  padding-left: 0.925rem;
  padding-right: 0.925rem;
}
.table.proforma-expense-evaluation tr > td > .field .control .input {
  height: 2.125rem !important;
  line-height: 1;
  font-size: 0.9375rem;
}
.table.proforma-expense-evaluation tr > td > .toolset > .buttons > .button, .table.proforma-expense-evaluation tr > td > .toolset > .buttons > .sorting-label,
.table.proforma-expense-evaluation tr > td > .toolset > .buttons > .dropdown .button,
.table.proforma-expense-evaluation tr > td > .toolset > .buttons > .dropdown .sorting-label {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
}
.table.proforma-expense-evaluation tr > td > .toolset > .buttons > .button.btn-icon .icon, .table.proforma-expense-evaluation tr > td > .toolset > .buttons > .btn-icon.sorting-label .icon,
.table.proforma-expense-evaluation tr > td > .toolset > .buttons > .dropdown .button.btn-icon .icon,
.table.proforma-expense-evaluation tr > td > .toolset > .buttons > .dropdown .btn-icon.sorting-label .icon {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 1.0625rem;
}
.table.proforma-expense-evaluation tr > td > .toolset > .buttons > .dropdown .button, .table.proforma-expense-evaluation tr > td > .toolset > .buttons > .dropdown .sorting-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table td.has-border-left,
.table th.has-border-left {
  border-left: 1px solid hsl(0, 0%, 86%);
}
.table td.has-no-border-left,
.table th.has-no-border-left {
  border-left: 0 none !important;
}
.table td.has-border-top,
.table th.has-border-top {
  border-top: 1px solid hsl(0, 0%, 86%);
}
.table td.smaller,
.table th.smaller {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.table td.smaller-padding,
.table th.smaller-padding {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  min-width: unset !important;
}
@media screen and (min-width: 1216px) {
  .table td.date-range .control.has-icons-left.is-expanded,
  .table th.date-range .control.has-icons-left.is-expanded {
    display: inline-flex;
  }
}
.table td.date-range .control.has-icons-left.is-expanded .has-icons-left,
.table th.date-range .control.has-icons-left.is-expanded .has-icons-left {
  min-width: 115px;
  max-width: 115px;
}
.table td.date-range .control.has-icons-left.is-expanded input.is-rounded,
.table th.date-range .control.has-icons-left.is-expanded input.is-rounded {
  padding: 0 0.5rem 0 1.65rem;
}
.table td.date-range .control.has-icons-left.is-expanded .icon.is-left,
.table th.date-range .control.has-icons-left.is-expanded .icon.is-left {
  left: -3px;
}
@media screen and (max-width: 768px) {
  .table tr:not(:first-child),
  .table td:not(:first-child) {
    min-width: 140px;
  }
}
.table tr.cell-label,
.table td.cell-label {
  position: relative;
}
.table tr.cell-label[data-cell]:after,
.table td.cell-label[data-cell]:after {
  content: attr(data-cell);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5rem;
  font-weight: 600;
  background: #7e57c2;
  color: white;
  width: auto;
  height: auto;
  text-transform: uppercase;
  padding: 0.0625rem 0.5rem;
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 2px;
  margin-left: 14px;
  z-index: 1;
}
.table tr .tag:not(body).is-medium,
.table td .tag:not(body).is-medium {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .table tr .buttons,
  .table td .buttons {
    flex-wrap: nowrap;
  }
}
.table tr .input-toolset,
.table td .input-toolset {
  font-size: 0.6875rem;
  position: absolute;
  top: -23px;
  z-index: 1;
  right: 0;
}
.table tr .input-toolset a,
.table td .input-toolset a {
  color: #b6d7e6;
}
.table tr .input-toolset a:hover,
.table td .input-toolset a:hover {
  color: #2196f3;
}
@media screen and (min-width: 1024px) {
  .table td {
    word-wrap: normal;
    word-break: normal;
  }
}
.table.no-word-breaking td {
  min-width: 7rem;
}
@media screen and (min-width: 1024px) {
  .table.no-word-breaking td {
    word-wrap: normal;
    word-break: normal;
  }
}
.table tr.filters .input,
.table tr.filters .select,
.table tr.filters select,
.table tr.filters .button,
.table tr.filters .sorting-label,
.table tr.filters .control .icon, .table tr.smaller-inputs .input,
.table tr.smaller-inputs .select,
.table tr.smaller-inputs select,
.table tr.smaller-inputs .button,
.table tr.smaller-inputs .sorting-label,
.table tr.smaller-inputs .control .icon {
  height: 2.25em !important;
  line-height: 1;
  font-size: 0.9375rem;
  max-width: 10.9375rem;
}
.table tr.filters .dropdown .button, .table tr.filters .dropdown .sorting-label, .table tr.smaller-inputs .dropdown .button, .table tr.smaller-inputs .dropdown .sorting-label {
  padding-top: 5px;
}
.table tr.semi-bold-row td {
  font-weight: 600;
}
.table tr.disabled-row {
  opacity: 0.5;
}
.table tr .total-amount,
.table tr .subtotal-amount {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #363636;
}
.table tr.total-amount-row {
  background-color: #dbdbdb;
}
.table tr.subtotal-amount-row {
  background-color: #f2f2f2;
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.table tr .total-amount-conversion,
.table tr .subtotal-amount-conversion {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #787878;
  letter-spacing: 0.75px;
}
.table.is-borderless th,
.table.is-borderless td {
  border: none;
}
.table.with-normal-th th {
  color: inherit;
  font-weight: inherit;
}
.table.with-bold-td td {
  color: #363636;
  font-weight: 600;
}
.table.is-layout-fixed {
  table-layout: fixed;
}
.table.with-space-around th:first-child,
.table.with-space-around td:first-child {
  padding-left: 1.625rem;
}
.table.with-space-around th:last-child,
.table.with-space-around td:last-child {
  padding-right: 1.625rem;
}
@supports (-ms-ime-align: auto) {
  @media screen and (min-width: 1216px) {
    .table.spreadsheet {
      table-layout: fixed;
    }
  }
}
.footer nav .heading {
  color: rgb(250.3816326531, 252.4693877551, 253.4183673469);
}
.footer nav .heading:after {
  content: "";
  display: block;
  width: 60%;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  height: 1px;
  background-color: #b6d7e6;
}
.footer nav ul li {
  margin-bottom: 0.5rem;
}
.footer nav ul li a {
  color: white;
  line-height: 1;
  font-size: 0.9375rem;
  font-weight: 600;
}
.footer nav ul li a:hover {
  color: #2196f3;
}
.footer nav .vcard .footer-logo {
  margin-bottom: 0.625rem;
  display: inline-block;
}
.footer nav .vcard .footer-logo .logo {
  width: 170px;
  height: auto;
}
.footer nav .vcard p {
  color: rgb(250.3816326531, 252.4693877551, 253.4183673469);
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
.footer nav .vcard ul li .icon {
  color: rgb(219.9897959184, 235.8163265306, 243.0102040816);
}
.footer .content hr {
  background-color: rgb(200.9948979592, 225.4081632653, 236.5051020408);
}
.footer .content .copy {
  color: rgb(250.3816326531, 252.4693877551, 253.4183673469);
}
.text-editor .wrapper {
  border: 1px solid hsl(0, 0%, 86%);
}
.text-editor .wrapper .toolbar {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.text-editor .wrapper .toolbar .buttons .button, .text-editor .wrapper .toolbar .buttons .sorting-label {
  min-width: unset;
  font-size: 0.875rem;
}
.text-editor .wrapper .content {
  padding: 1rem;
  background-color: white;
  min-height: 12rem;
  outline: none;
  max-height: 30rem;
  overflow-y: auto;
  color: hsl(0, 0%, 21%);
}
.text-editor .wrapper .content p {
  margin-bottom: 0.25rem;
}
.slide-in-panel {
  position: fixed;
  right: -1px;
  width: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0.00001);
  transform: scaleX(0.00001);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  outline: 0;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  .slide-in-panel {
    width: 100%;
  }
}
.slide-in-panel.has-max-width {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .slide-in-panel.has-max-width {
    width: 100%;
  }
}
.slide-in-panel.has-three-quarters-width {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .slide-in-panel.has-three-quarters-width {
    width: 100%;
  }
}
.slide-in-panel.is-active {
  right: 0;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.slide-in-panel.from-left {
  transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  left: -1px;
}
.slide-in-panel.from-left.is-active {
  left: 0;
}
.slide-background {
  background-color: rgba(10, 10, 10, 0.45);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  flex: 1;
  z-index: 39;
}
.drawer-background {
  background-color: rgba(10, 10, 10, 0.45);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  flex: 1;
  z-index: 39;
}
.drawer-pagination {
  position: sticky;
  bottom: 0;
}
.pageloader {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  padding-top: 2em;
  background: rgb(10.2098591549, 39.9112676056, 55.6901408451);
  z-index: 999998;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  will-change: transform;
}
.pageloader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 100%;
  content: "";
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 0 solid white;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 2em 0 0 0;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: white;
  white-space: nowrap;
}
.pageloader:not(.is-left-to-right),
.pageloader:not(.is-right-to-left) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pageloader.is-left-to-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pageloader.is-right-to-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.pageloader.is-active:not(.is-left-to-right),
.pageloader.is-active:not(.is-right-to-left) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pageloader.is-active.is-left-to-right,
.pageloader.is-active.is-right-to-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-o-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
.content-placeholder {
  display: inline-block;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f2f2f2), color-stop(18%, rgb(196.65, 196.65, 196.65)), color-stop(33%, #f2f2f2));
  background: -webkit-linear-gradient(left, #f2f2f2 8%, rgb(196.65, 196.65, 196.65) 18%, #f2f2f2 33%);
  background: linear-gradient(to right, #f2f2f2 8%, rgb(196.65, 196.65, 196.65) 18%, #f2f2f2 33%);
  -webkit-background-size: 1600px 208px;
  background-size: 1600px 208px;
  height: inherit;
  position: relative;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
.error-pages {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .error-pages {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1408px) {
  .error-pages {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.error-pages .container {
  background-color: white;
}
.error-pages .container .column {
  padding-top: 0;
  padding-bottom: 0;
}
.error-pages .container .inner-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .error-pages .container .inner-wrapper {
    padding: 3rem 2rem;
  }
}
.error-pages .container .bg-wrapper {
  background-color: #0b2b3c;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  height: auto;
}
.error-pages .container .bg-wrapper.error-page {
  background-image: url("../img/error-pages/404.jpg");
}
.error-pages .container .bg-wrapper.file-not-found {
  background-image: url("../img/error-pages/file-not-found.jpg");
}
.error-pages .container .bg-wrapper.maintenance {
  background-image: url("../img/error-pages/maintenance.jpg");
}
.error-pages .container .bg-wrapper.unauthorised {
  background-image: url("../img/error-pages/403.jpg");
}
.categories-select .form-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.categories-select .form-layout ul,
.categories-select .form-layout > div {
  width: 33.3%;
}
.categories-select ul {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 226px;
  padding: 0;
  overflow-y: auto;
  list-style-type: none;
  margin-bottom: 16px;
  margin-top: 16px;
}
.categories-select ul:not(:last-child) {
  margin-right: 16px;
}
.categories-select li {
  border-bottom: 1px #eee solid;
  padding: 6px 12px;
  color: #4a4a4a;
  font-size: 13px;
  display: list-item;
  cursor: pointer;
  margin-top: 0 !important;
}
.categories-select li[selected],
.categories-select li.selected {
  background-color: rgb(131.8, 197.8, 246.2);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .categories-select .form-layout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .categories-select .form-layout ul,
  .categories-select .form-layout > div {
    width: 100%;
  }
  .categories-select .ul {
    margin-right: 0;
  }
}
.modal.is-small .modal-card,
.modal.is-small .modal-content {
  width: 400px;
}
.is-small-modal {
  width: 400px !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
}
.small-modal-buttons {
  margin: auto;
}
/*  My styles  */
.break-words {
  word-break: break-word;
}
.max-w-full {
  max-width: 100%;
}
.w-full {
  width: 100%;
}
.attachments-container {
  margin: auto;
}
.attachments-container a {
  display: inline-block;
  padding: 0;
}
.attachments-container a svg {
  margin-right: 4px;
}
.whitespace-normal {
  white-space: normal;
}
.drawer-li-item {
  width: 98%;
  margin: 0px 10px 10px 10px;
  border-radius: 6px;
}
.is-text.text-decoration-none,
.text-decoration-none {
  text-decoration: none;
}
.error-tooltip-icon:hover, .error-tooltip-icon:focus {
  color: #d0190b !important;
}
.warning-tooltip-icon:hover, .warning-tooltip-icon:focus {
  color: #ff9800;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.expense-evaluation-comments {
  word-break: break-word;
}
.expense-evaluation-comments ol {
  padding-left: 16px;
  list-style-type: inside;
}
.expense-evaluation-comments ul {
  padding-left: 20px;
  list-style-type: disc;
}
.is-checkradio[type=radio] + label {
  color: inherit;
  font-weight: inherit;
}
.is-danger .is-checkradio[type=radio] + label:before {
  border-color: #f44336;
}
.is-bordered {
  border: 1px solid #dbdbdb;
}
.no-wrap {
  white-space: nowrap;
}
.border-radius-1 {
  border-radius: 0.25rem;
}
.border-radius-t-1 {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.is-bordered-2 {
  border: 2px solid #dbdbdb;
}
.is-rounded {
  border-radius: 50%;
}
.is-hoverable {
  cursor: pointer;
}
.my--3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.normal-font-weight {
  font-weight: normal;
}
.has-border-bottom-width-1 {
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.has-border-top-width-1 {
  border-top: 1px solid hsl(0, 0%, 86%);
}
.has-border-left-width-1 {
  border-left: 1px solid hsl(0, 0%, 86%);
}
.has-border-right-width-1 {
  border-right: 1px solid hsl(0, 0%, 86%);
}
.has-border-bottom-width-2 {
  border-bottom: 2px solid hsl(0, 0%, 86%);
}
.has-border-top-width-2 {
  border-top: 2px solid hsl(0, 0%, 86%);
}
.has-border-left-width-2 {
  border-left: 2px solid hsl(0, 0%, 86%);
}
.has-border-right-width-2 {
  border-right: 2px solid hsl(0, 0%, 86%);
}
.has-border-bottom-width-3 {
  border-bottom: 3px solid hsl(0, 0%, 86%);
}
.has-border-top-width-3 {
  border-top: 3px solid hsl(0, 0%, 86%);
}
.has-border-left-width-3 {
  border-left: 3px solid hsl(0, 0%, 86%);
}
.has-border-right-width-3 {
  border-right: 3px solid hsl(0, 0%, 86%);
}
.flex-direction-column {
  flex-direction: column;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-gap-6 {
  gap: 1.5rem;
}
.flex-gap-4 {
  gap: 1rem;
}
.flex-gap-y-3 {
  row-gap: 0.75rem;
}
.flex-gap-3 {
  gap: 0.75rem;
}
.flex-gap-x-2 {
  column-gap: 0.5rem;
}
.flex-gap-2 {
  gap: 0.5rem;
}
.flex-gap-1 {
  gap: 0.25rem;
}
.text-capitalized {
  text-transform: capitalize;
}
.text-transform-none {
  text-transform: none !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-32 {
  min-width: 8rem; /* 128px */
}
.min-w-36 {
  min-width: 9rem; /* 128px */
}
.w-1\/2 {
  width: 50%;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-s {
  padding-right: 0.5rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.border-radius-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-radius-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.relative {
  position: relative;
}
.three-dot-menu {
  color: #2196f3;
}
.three-dot-menu:hover {
  color: #0a6ebd !important;
}
.three-dot-menu.danger:hover {
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.appointments-table tr.no-border-bottom td:not(.appointment-cell) {
  border-width: 0;
}
.agent-appointment-action-button.danger:hover {
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.agent-appointment-action-button.primary:hover {
  color: rgb(10.2, 109.65, 188.7) !important;
}
.agent-appointment-action-button.success:hover {
  color: rgb(50.6736, 132.9264, 53.6112) !important;
}
.rc-tooltip.agent-appointment-tooltip-preview .rc-tooltip-inner,
.rc-tooltip.agent-appointment-tooltip-open .rc-tooltip-inner {
  background-color: rgb(10.2, 109.65, 188.7) !important;
}
.rc-tooltip.agent-appointment-tooltip-preview .rc-tooltip-arrow,
.rc-tooltip.agent-appointment-tooltip-open .rc-tooltip-arrow {
  border-top-color: rgb(10.2, 109.65, 188.7) !important;
}
.rc-tooltip.agent-appointment-tooltip-accept .rc-tooltip-inner {
  background-color: rgb(50.6736, 132.9264, 53.6112) !important;
}
.rc-tooltip.agent-appointment-tooltip-accept .rc-tooltip-arrow {
  border-top-color: rgb(50.6736, 132.9264, 53.6112) !important;
}
.rc-tooltip.agent-appointment-tooltip-reject .rc-tooltip-inner,
.rc-tooltip.agent-appointment-tooltip-cancel .rc-tooltip-inner {
  background-color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.rc-tooltip.agent-appointment-tooltip-reject .rc-tooltip-arrow,
.rc-tooltip.agent-appointment-tooltip-cancel .rc-tooltip-arrow {
  border-top-color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
a.is-disabled {
  background-color: #ffffff;
  border-color: hsl(0, 0%, 86%) !important;
  box-shadow: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.is-sticky {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}
.is-justify-self-center {
  justify-self: center;
}
.border-radius-4 {
  border-radius: 0.25rem;
}
.border-radius-2 {
  border-radius: 0.5rem !important;
}
.border-radius-24 {
  border-radius: 1.5rem;
}
.border-radius-16 {
  border-radius: 16px;
}
.border-top-right-radius-16 {
  border-top-right-radius: 16px !important;
}
.border-top-left-radius-16 {
  border-top-left-radius: 16px !important;
}
.text-align-left {
  text-align: left;
}
.is-block {
  display: block !important;
}
.is-vertical-align-middle {
  vertical-align: middle !important;
}
.is-height-24 {
  height: 24px !important;
}
.hero {
  position: relative;
}
.hero.is-light {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.hero.is-light .subtitle {
  letter-spacing: 0.25px;
  font-weight: 400;
  padding-top: 0.175rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .hero.is-light .subtitle {
    font-size: 1.125rem !important;
  }
}
.hero.homepage {
  background-image: url("../img/header/homepage-b.jpg");
}
@media screen and (max-width: 768px) {
  .hero.homepage {
    background-position-x: left;
  }
}
.hero.fx-calculator {
  background-image: url("../img/header/landing-pages/fx-calculator.jpg");
}
.hero.has-bg-video {
  background-color: black;
}
.hero.has-bg-video .hero-video video {
  object-fit: cover;
  min-height: 100%;
  top: 48%;
}
.hero.has-bg-video .hero-video.is-transparent {
  opacity: 0.65;
}
@media screen and (max-width: 1023px) {
  .hero.has-bg-video {
    background-image: url("../img/header/video/hero-poster-2.jpg");
    background-size: cover;
    min-height: 500px;
    background-position: center left 15%;
  }
  .hero.has-bg-video .hero-video {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hero.best-workplace:after {
    content: "";
    background-image: url("../img/careers/gptw-certified-logo.svg");
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    top: 72px;
    right: 32px;
  }
}
.hero .hero-head .navbar {
  background-color: white;
}
.hero .hero-head .navbar.has-shadow {
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.1);
}
.hero .hero-head .navbar .container .navbar-brand .navbar-item {
  background-color: transparent;
  padding: 2px;
}
.hero .hero-head .navbar .container .navbar-brand .navbar-item .logo {
  display: block;
  height: auto;
  max-height: 20px;
  width: 149px;
}
@media screen and (min-width: 1024px) {
  .hero .hero-head .navbar .container .navbar-brand .navbar-item .logo {
    max-height: 30px;
  }
}
.hero .hero-head .navbar .container .navbar-menu .navbar-item {
  letter-spacing: 1px;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .hero .hero-head .navbar .container .navbar-menu .navbar-item {
    min-width: 6rem;
    justify-content: center;
  }
  .hero .hero-head .navbar .container .navbar-menu .navbar-item:hover, .hero .hero-head .navbar .container .navbar-menu .navbar-item.is-active {
    color: #2196f3;
  }
  .hero .hero-head .navbar .container .navbar-menu .navbar-item.is-active {
    cursor: default;
  }
}
.hero .hero-head .navbar .container .navbar-menu .navbar-item .buttons .is-primary:not(.is-outlined) {
  background-color: #0b2b3c;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-item .buttons .is-primary:not(.is-outlined):hover {
  background-color: rgb(14.9507042254, 58.4436619718, 81.5492957746);
}
.hero .hero-head .navbar .container .navbar-menu .navbar-item .buttons .is-primary.is-outlined {
  border-color: #0b2b3c;
  color: #0b2b3c;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-item .buttons .is-primary.is-outlined:hover, .hero .hero-head .navbar .container .navbar-menu .navbar-item .buttons .is-primary.is-outlined:focus {
  background-color: #0b2b3c;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .hero .hero-body .header-content {
    padding: 1.75rem 1.25rem 1.25rem;
  }
}
.tagline {
  font-size: 0.875rem;
  font-weight: bold;
  color: hsl(0, 0%, 21%);
  letter-spacing: 0.08333em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: Times New Roman, Verdana, sans-serif;
}
.tagline:before {
  content: "";
  background-color: #2196f3;
  display: block;
  margin-right: 1.5rem;
  height: 0.2rem;
  width: 2.5rem;
  min-width: 1.5rem;
  max-width: 10vw;
}
.has-dots {
  background-image: url("../img/subtle_dots.png");
  background-repeat: repeat;
}
.has-half-dark-blue {
  background: #0b2b3c;
  background: linear-gradient(180deg, #0b2b3c 50%, #ffffff 50%);
}
.has-img-shadow-left {
  box-shadow: -1rem -1rem 0 0 hsl(0, 0%, 93%);
}
@media screen and (max-width: 768px) {
  .has-img-shadow-left {
    box-shadow: -0.5rem -0.5rem 0 0 hsl(0, 0%, 93%);
  }
}
.has-img-shadow-right {
  box-shadow: 1rem -1rem 0 0 hsl(0, 0%, 93%);
}
@media screen and (max-width: 768px) {
  .has-img-shadow-right {
    box-shadow: 0.5rem -0.5rem 0 0 hsl(0, 0%, 93%);
  }
}
.has-img-shadow-dark-left {
  box-shadow: -1rem -1rem 0 0 hsl(0, 0%, 86%);
}
@media screen and (max-width: 768px) {
  .has-img-shadow-dark-left {
    box-shadow: -0.5rem -0.5rem 0 0 hsl(0, 0%, 86%);
  }
}
.hp-article .article-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hp-article .article-bg {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .articles {
    font-size: 1.0625rem;
  }
}
.articles .title {
  font-weight: 700;
}
.my-form .has-form .field {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .my-form .has-form .field .field-label {
    flex-grow: 2;
  }
}
.my-form .has-form .field .field-label.is-normal {
  font-size: 0.925rem;
  padding-top: 0.85em;
}
.my-form .has-form .field .field-label.is-normal .label {
  color: #b8b8b8;
}
.my-form .has-form .field .field-body input,
.my-form .has-form .field .field-body select,
.my-form .has-form .field .field-body .select {
  height: 3rem;
}
@media screen and (min-width: 1024px) {
  .my-form .has-form .field .field-body .textarea, .my-form .has-form .field .field-body .kyp-verification-comment {
    min-height: 200px;
  }
}
.my-form .has-form .field .buttons {
  width: 100%;
  margin-bottom: 0.5rem;
}
.my-form .has-form .field .buttons .button, .my-form .has-form .field .buttons .sorting-label {
  width: 33.3%;
  height: 3rem;
  color: #787878;
}
.my-form .has-form .field .buttons .button:hover, .my-form .has-form .field .buttons .sorting-label:hover {
  color: #282828;
}
.my-form .has-form .field .buttons .button.is-active, .my-form .has-form .field .buttons .is-active.sorting-label {
  border-color: #2196f3;
  color: #2196f3;
}
.legal .wrapper {
  margin-bottom: 3rem;
}
.legal .wrapper h3 {
  margin-bottom: 0.75rem;
  letter-spacing: 0.25px;
}
.legal .wrapper p {
  margin-bottom: 0.625rem;
}
.legal .wrapper ul {
  margin-bottom: 0.785rem;
}
.legal .wrapper ul .between-list {
  display: block;
  margin-bottom: 0.325rem;
  font-weight: 600;
  color: #282828;
}
.privacy-policy-header {
  width: 33.3%;
  font-weight: normal;
}
.privacy-policy-header.underline {
  text-decoration: underline;
}
body.cp {
  background-color: #fafafa;
}
/****  Login  //  Register // Reset Password //  Set new Password Views ***/
.login-register {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .login-register {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1408px) {
  .login-register {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .login-register.register {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.login-register.register .container {
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .login-register.register .container {
    padding: 3rem;
  }
}
.login-register.register .container .form-wrapper {
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .login-register.register .container .form-wrapper {
    padding: 3rem 2rem 2rem;
  }
}
.login-register.register .container .form-wrapper.block1 {
  display: block;
  padding-bottom: 0.75rem;
}
.login-register.register .container .form-wrapper.block1 .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #bdbdbd;
}
.login-register.register .container .form-wrapper.block2 {
  display: block;
  padding-top: 0;
}
@media (max-width: 768px) {
  .login-register.register .container .form-wrapper .level .button, .login-register.register .container .form-wrapper .level .sorting-label {
    min-width: 100%;
  }
}
.login-register.register .container .terms {
  font-size: 0.875rem;
}
.login-register.register .container .terms .is-checkradio[type=checkbox] + label {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.2;
}
.login-register.register .container .big-btn {
  height: 3.5em;
  min-width: 14rem;
}
.login-register.register .container .big-btn.is-loading:after {
  height: 1.5rem;
  width: 1.5rem;
  top: calc(50% - 0.6666666667em);
}
.login-register.response .response-container {
  background-color: white;
  padding: 3rem 2rem 2rem;
  text-align: center;
}
.login-register.response .response-container .icon {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) {
  .login-register.response .response-container {
    padding: 4rem 3rem 3rem;
  }
  .login-register.response .response-container .icon {
    font-size: 3.5rem;
  }
}
.login-register .container .column {
  padding-top: 0;
  padding-bottom: 0;
}
.login-register .container .form-wrapper {
  background-color: white;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1.5rem 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .login-register .container .form-wrapper {
    padding: 3rem 2rem;
  }
}
.login-register .container .form-wrapper .first {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .login-register .container .form-wrapper .first .extra-actions {
    position: absolute;
    bottom: 1.25rem;
  }
}
.login-register .container .form-wrapper .as-form {
  margin-bottom: 1.25rem;
}
.login-register .container .bg-wrapper {
  background-image: url(../img/login/main.jpg);
  background-color: #0b2b3c;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  height: auto;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .login-register .container .bg-wrapper {
    padding: 3rem;
  }
}
.login-register .container .bg-wrapper.reset {
  background-image: url(../img/login/reset-pswd.jpg);
}
.login-register .container .bg-wrapper.set-new {
  background-image: url(../img/login/new-pswd.jpg);
}
.wizard-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .wizard-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1408px) {
  .wizard-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.wizard-wrapper .container {
  background-color: white;
  padding: 1.5rem;
}
@media screen and (min-width: 769px) {
  .wizard-wrapper .container {
    padding: 4rem;
  }
}
.wizard-wrapper .container header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .container header {
    margin-bottom: 4rem;
  }
}
.wizard-wrapper .container header .title.w-border {
  padding-bottom: 5px;
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.wizard-wrapper .container .notification {
  margin-bottom: 3rem;
}
.wizard-wrapper .container .progress-container {
  margin-bottom: 3rem;
}
.wizard header {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .wizard header {
    margin-bottom: 4rem;
  }
}
.wizard header .title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 6px;
  background-color: #fcd01e;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  left: 3px;
  top: -7px;
}
.wizard header .subtitle {
  padding-top: 4px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1024px) {
  .wizard .content {
    min-height: 18rem;
  }
}
.wizard .content.main-categories .category-icon {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  padding-bottom: 1.5rem;
  min-height: 6.5rem;
  cursor: pointer;
}
.wizard .content.main-categories .category-icon .icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 3px solid #f2f2f2;
  font-size: 1.5rem;
  color: #b8b8b8;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.wizard .content.main-categories .category-icon .icon .fa-check-circle {
  display: none;
  position: absolute;
  top: 0;
  right: -1.125rem;
  font-size: 1.1875rem;
}
.wizard .content.main-categories .category-icon .desc {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}
.wizard .content.main-categories .category-icon:hover, .wizard .content.main-categories .category-icon.checked {
  color: #45b549;
}
.wizard .content.main-categories .category-icon:hover .icon, .wizard .content.main-categories .category-icon.checked .icon {
  border-color: rgb(229.25, 229.25, 229.25);
  color: #45b549;
}
.wizard .content.main-categories .category-icon.checked .icon .fa-check-circle {
  display: block;
}
.wizard .content.brands .search-wrapper {
  margin-bottom: 5rem;
}
.wizard .content.brands .search-wrapper .search-bar .button, .wizard .content.brands .search-wrapper .search-bar .sorting-label {
  height: 3em;
}
.wizard .content.brands .search-wrapper .buttons > .button, .wizard .content.brands .search-wrapper .buttons > .sorting-label {
  background-color: rgb(207.0712, 236.7288, 208.1304);
  border: none;
}
.wizard .content.ports .distribution {
  margin-bottom: 5rem;
}
.wizard .content.ports .distribution a {
  color: #787878;
}
.wizard .content.ports .distribution a .icon {
  color: hsl(0, 0%, 86%);
}
.wizard .content.ports .distribution a:hover .icon, .wizard .content.ports .distribution a.is-active .icon {
  color: #2196f3;
}
@media (max-width: 768px) {
  .wizard .level .button, .wizard .level .sorting-label {
    min-width: 100%;
  }
}
.choose-ports {
  padding: 1.25rem;
  border: 2px solid #f2f2f2;
  position: relative;
  margin-bottom: 5rem;
}
.choose-ports:before {
  content: "Choose ports";
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  background-color: #030303;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  top: -21px;
  left: -2px;
  padding: 3px 12px;
}
.selected-countries {
  padding: 1.25rem;
  border: 2px solid #f2f2f2;
  position: relative;
}
.selected-countries:before {
  content: "Selected countries";
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  background-color: #fcd01e;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  top: -21px;
  left: -2px;
  padding: 3px 12px;
}
.selected-ports {
  padding: 1.25rem;
  border: 2px solid #f2f2f2;
  position: relative;
}
.selected-ports:before {
  content: "Selected ports";
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  background-color: #7e57c2;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  top: -21px;
  left: -2px;
  padding: 3px 12px;
}
.choose-services {
  padding: 1.25rem;
  border: 2px solid #f2f2f2;
  position: relative;
  margin-bottom: 5rem;
}
.choose-services:before {
  content: "Choose services";
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  background-color: #030303;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  top: -21px;
  left: -2px;
  padding: 3px 12px;
}
.selected-services {
  padding: 1.25rem;
  border: 2px solid #f2f2f2;
  position: relative;
}
.selected-services:before {
  content: "Selected services";
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  background-color: #7e57c2;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  top: -21px;
  left: -2px;
  padding: 3px 12px;
}
.selected-services .control .dropdown {
  top: -1px;
}
.selected-services .control .dropdown .dropdown-menu {
  padding-top: 0;
}
/**** Control Panel Base Elements ***/
.g-margin {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .g-margin {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .g-margin {
    margin-right: 4.25rem;
    margin-left: 4.25rem;
  }
}
.g-padding {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .g-padding {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .g-padding {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
}
.sidebar {
  width: 8.75rem;
  min-height: 100vh;
  background-color: #0b2b3c;
}
.sidebar.sidebar-expanded {
  width: 16.25rem !important;
}
.sidebar .menu-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-color: #0b2b3c;
  left: 2.1875rem;
  z-index: 2;
}
.sidebar .menu-button-active {
  position: relative;
  left: 8.125rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-color: #0b2b3c;
}
.sidebar .v-menu {
  padding: 0.75rem;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
.sidebar .v-menu .menu-logo {
  margin: 0 auto;
}
.sidebar .v-menu .menu-logo img {
  height: 4.125rem;
  max-width: 7.75rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.sidebar .v-menu .menu-logo img.logo-collapsed {
  height: 2.5rem;
  max-width: 7.75rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.sidebar .v-menu .menu-list li {
  margin: 1rem 0;
}
.sidebar .v-menu .menu-list li a {
  font-size: 0.6875rem;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.sidebar .v-menu .menu-list li a .icon {
  color: white;
  font-size: 0.875rem;
  padding: 0.25rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.45;
}
.sidebar .v-menu .menu-list li a span {
  display: block;
  margin-left: 0.3125rem;
  margin-top: 1px;
  text-transform: uppercase;
  text-align: left;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.45;
}
.sidebar .v-menu .menu-list li a:hover .icon,
.sidebar .v-menu .menu-list li a:hover span {
  opacity: unset;
}
.sidebar .v-menu .menu-list li a.is-active {
  cursor: default;
}
.sidebar .v-menu .menu-list li a.is-active .icon,
.sidebar .v-menu .menu-list li a.is-active span {
  opacity: unset;
}
.sidebar .v-menu .menu-list li a.is-inactive {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.main-wrapper-container {
  z-index: 1;
}
.cp-main-wrapper {
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .cp-main-wrapper .navbar {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
@media screen and (min-width: 1408px) {
  .cp-main-wrapper .navbar {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .cp-main-wrapper .navbar .navbar-menu {
    box-shadow: 0 1px 0 rgba(10, 10, 10, 0.1);
    padding-top: 0;
  }
}
.cp-main-wrapper .navbar .navbar-brand .navbar-item {
  background-color: transparent !important;
}
.cp-main-wrapper .navbar .navbar-brand .navbar-item .logo {
  display: block;
  height: auto;
  max-height: 48px;
  width: 122px;
}
@media screen and (max-width: 1023px) {
  .cp-main-wrapper .navbar .navbar-is-shown-touch {
    display: flex !important;
    flex-direction: column;
  }
}
.cp-main-wrapper .navbar .desktop-links hr {
  margin-top: 0.5rem;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .cp-main-wrapper .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
}
.cp-main-wrapper .cp-main-content {
  padding-top: 0.5rem;
  padding-bottom: 4.25rem;
  background-color: var(--hl-background-3);
}
@media screen and (min-width: 1024px) {
  .cp-main-wrapper .cp-main-content {
    height: calc(100% - 115px - var(--site-warning-height, 0) * 1px);
  }
}
.cp-main-wrapper .cp-footer {
  background-color: white;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.cp-main-wrapper .cp-footer .chat-link {
  color: #fcd01e;
  padding-left: 1rem;
  margin-left: 0.75rem;
  position: relative;
}
.cp-main-wrapper .cp-footer .chat-link:hover {
  color: rgb(227.9605263158, 183.3815789474, 3.0394736842);
}
.cp-main-wrapper .cp-footer .chat-link .icon {
  position: absolute;
  font-size: 1.25rem;
  left: -9px;
  top: -3px;
}
/**** CP Elements ****/
.main-search .control .input,
.main-search .control .icon {
  height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .main-search .control .input {
    min-width: 30rem;
  }
}
@media screen and (min-width: 1408px) {
  .main-search .control .input {
    min-width: 37rem;
  }
}
.main-search .control .input {
  border-radius: 20px;
}
.main-search .control .input.has-active-results {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(223, 225, 229, 0);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.main-search .control .main-search-results-wrapper {
  position: relative;
  text-align: left;
  z-index: 989;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
.main-search .control .main-search-results-wrapper .main-search-results {
  position: absolute;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding-bottom: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 0 0 20px 20px;
}
.main-search .control .main-search-results-wrapper .main-search-results .results-header {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(247.1, 247.1, 247.1);
  padding: 0.625rem 1.5625rem;
  margin-bottom: 0.3125rem;
}
.main-search .control .main-search-results-wrapper .main-search-results .results-list li a {
  line-height: 1.2;
  padding: 0.75rem 1.5625rem;
  color: hsl(0, 0%, 21%);
  width: 100%;
  display: inline-block;
}
.main-search .control .main-search-results-wrapper .main-search-results .results-list li a:hover {
  background-color: rgb(247.1, 247.1, 247.1);
  color: #2196f3;
}
.main-search .control .main-search-results-wrapper .main-search-results .results-list li a:hover .details {
  color: #2196f3;
}
.main-search .control .main-search-results-wrapper .main-search-results .results-list li:not(:last-child) {
  margin-bottom: 4px;
}
.main-search .control .main-search-results-wrapper .main-search-results .results-link {
  position: relative;
  padding: 0.625rem 1.5625rem;
}
.custom-search {
  position: relative;
  width: 100%;
}
.custom-search .control .delete {
  position: absolute;
  z-index: 1;
  right: 0.75rem;
  top: 28%;
}
.custom-search .wrapper {
  position: relative;
  text-align: left;
  z-index: 988;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  top: 8px;
}
.custom-search .wrapper .results {
  position: absolute;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 4px 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border: 0;
  overflow-y: auto;
  max-height: 400px;
  border-radius: 3px;
}
.custom-search .wrapper .results li a {
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 5px 12px;
  margin: 1px 0;
  width: 100%;
  display: inline-block;
  color: hsl(0, 0%, 21%);
}
.custom-search .wrapper .results li a:hover {
  background-color: rgb(247.1, 247.1, 247.1);
  color: #2196f3;
}
.custom-search .wrapper .results li a:focus {
  background-color: rgb(236.52, 246.42, 253.68);
  color: #2196f3;
  box-shadow: 0 0 1px 0 rgba(50, 115, 220, 0.25);
}
.quick-info .box {
  padding: 1rem 1.25rem;
}
.quick-info .box .level .level-left .level-item {
  flex-direction: column;
  align-items: flex-start;
}
.quick-info .box .heading {
  text-transform: none;
  font-size: 0.875rem;
}
.quick-info .box .title {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .quick-info .box .title {
    font-size: 2.175rem;
  }
}
@media screen and (min-width: 1408px) {
  .quick-info .box .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 767px) {
  .badge-tabs .section {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.badge-tabs .tabs {
  padding-top: 1rem;
  margin-bottom: 0;
}
.badge-tabs .tabs a {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .badge-tabs .tabs {
    width: 100%;
  }
  .badge-tabs .tabs ul {
    flex-direction: column;
  }
  .badge-tabs .tabs ul li {
    min-width: 100%;
  }
  .badge-tabs .tabs ul li:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
  .badge-tabs .tabs ul li a {
    min-width: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .badge-tabs .tabs ul li {
    min-width: 13.25rem;
  }
}
.badge-tabs .tabs-more-options {
  position: relative;
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .badge-tabs .tabs-more-options {
    margin-top: 1.25rem;
    left: 0;
    top: 0;
  }
  .badge-tabs .tabs-more-options .dropdown,
  .badge-tabs .tabs-more-options .dropdown-trigger,
  .badge-tabs .tabs-more-options .button,
  .badge-tabs .tabs-more-options .sorting-label {
    width: 100%;
  }
}
.badge-tabs .tabs-more-options .button, .badge-tabs .tabs-more-options .sorting-label {
  height: 42px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1408px) {
  .badge-tabs .tabs-more-options .button, .badge-tabs .tabs-more-options .sorting-label {
    min-width: 13.25rem;
  }
}
.inner-box {
  padding: 1.625rem;
}
.portlet {
  width: 100%;
}
.portlet .p-header,
.portlet .p-body,
.portlet .p-footer {
  padding: 1.625rem;
}
.portlet .p-header,
.portlet .p-footer {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.portlet .p-header {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.portlet .p-header .title {
  flex-grow: 1;
  line-height: 1.5;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.portlet .p-header .title .subtitle {
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .portlet .p-header .actions {
    margin-top: 0.375rem;
  }
}
.portlet .p-header .actions .button, .portlet .p-header .actions .sorting-label {
  min-width: 2.5rem;
  height: unset;
}
.portlet .p-header .actions .tabs a {
  min-width: 6.5rem;
}
.portlet .p-body hr {
  background-color: rgb(234.35, 234.35, 234.35);
}
.portlet .p-footer {
  border-top: 1px solid hsl(0, 0%, 86%);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .portlet .p-footer .left > *,
  .portlet .p-footer .left > ::slotted(*) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .portlet .p-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.portlet.has-border, .portlet.panel.menu-panel {
  border: 1px solid hsl(0, 0%, 86%);
}
.master-scrollable-table-wrapper {
  height: 60rem;
}
.outer-scrollable-table-wrapper {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .outer-scrollable-table-wrapper {
    position: absolute;
    width: calc(100% - 3rem);
  }
}
@media screen and (min-width: 1024px) {
  .outer-scrollable-table-wrapper {
    width: calc(100% - 15.5rem);
  }
}
@media screen and (min-width: 1408px) {
  .outer-scrollable-table-wrapper {
    width: calc(100% - 19.875rem);
  }
}
.inner-scrollable-table-wrapper {
  max-width: 100%;
  max-height: 60em;
  overflow: scroll;
  position: relative;
}
.scrollable-table {
  position: relative;
  border-collapse: initial;
}
.scrollable-table thead th {
  top: 0;
  background: #ffffff;
  min-width: 175px;
  border-right: 1px solid hsl(0, 0%, 86%);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  z-index: 1;
}
.scrollable-table thead th:not(:first-child) {
  text-align: center !important;
}
@media screen and (min-width: 1024px) {
  .scrollable-table thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
  }
  .scrollable-table thead th:first-child {
    left: 0;
    z-index: 2;
    width: 28.125rem;
  }
}
.scrollable-table tbody th,
.scrollable-table tfoot th {
  border-right: 1px solid hsl(0, 0%, 86%);
  background-color: hsl(0, 0%, 98%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .scrollable-table tbody th,
  .scrollable-table tfoot th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
  }
}
.scrollable-table tbody td,
.scrollable-table tfoot td {
  text-align: center;
  border-right: 1px solid hsl(0, 0%, 86%);
}
.scrollable-table tfoot tr.totals th {
  vertical-align: middle;
}
.scrollable-table tfoot tr.totals td {
  text-align: center;
}
.scrollable-table .item-values {
  display: inline-flex;
  margin: 0;
  list-style: none;
  justify-content: left;
  width: 100%;
  font-weight: normal;
  color: hsl(0, 0%, 29%);
}
.scrollable-table .item-values li {
  padding: 0 10px;
  min-width: 25px;
  word-wrap: break-word;
  white-space: normal;
}
.scrollable-table .item-values li.exp {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}
.scrollable-table .item-values li.uom {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.scrollable-table .item-values li.note {
  width: 30px;
}
@media screen and (max-width: 1023px) {
  .scrollable-table .cell-label {
    position: relative;
  }
}
.scrollable-table .cell-label[data-cell]:after {
  content: attr(data-cell);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5rem;
  font-weight: 600;
  background: #7e57c2;
  color: white;
  width: auto;
  height: auto;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 0.0625rem 0.5rem;
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 2px;
  margin-left: 14px;
  z-index: 1;
}
.messaging {
  position: relative;
  max-width: 100%;
}
.messaging .msg-list-wrapper .msg-list {
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .messaging .msg-list-wrapper .msg-list {
    max-height: 585px;
  }
}
@media screen and (min-width: 769px) {
  .messaging .msg-list-wrapper .msg-list {
    max-height: 1000px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1408px) {
  .messaging .msg-list-wrapper .msg-list {
    max-height: 1100px;
    max-width: 380px;
    min-width: 380px;
  }
}
.messaging .msg-list-wrapper .msg-list ul > li .m-wrapper {
  background-color: rgb(247.1, 247.1, 247.1);
  padding-top: 1rem;
  border-bottom: 1px solid rgb(216.5, 216.5, 216.5);
  position: relative;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-header {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  margin-bottom: 8px;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-header time {
  font-size: 0.6875rem;
  line-height: 1;
  display: block;
  margin-bottom: 0.25rem;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-header p {
  font-size: 0.875rem;
  line-height: 1.2;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-body {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  padding-bottom: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  max-height: 3.9em;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-body:before {
  content: "...";
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-body p {
  font-size: 0.8125rem;
  line-height: inherit;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-footer {
  display: inline-flex;
  flex-direction: row;
  flex-grow: 1;
  border-top: 1px solid rgb(234.35, 234.35, 234.35);
  width: 100%;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-footer .item {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  width: 50%;
  font-size: 0.8125rem;
  color: #2196f3;
}
.messaging .msg-list-wrapper .msg-list ul > li .m-footer .item:hover {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
}
.messaging .msg-list-wrapper .msg-list ul > li .m-footer .item:not(:last-child) {
  border-right: 1px solid rgb(231.8, 231.8, 231.8);
}
.messaging .msg-list-wrapper .msg-list ul > li.unread .m-wrapper {
  position: relative;
  background-color: white;
}
.chat-box {
  height: 100%;
}
.chat-box .card .card-content {
  font-size: 0.9375rem;
}
.card-footer .is-text {
  color: #2196f3;
  text-decoration: none;
  padding: 0;
  height: 3em;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.25px;
}
.card-footer .is-text:hover {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
}
.slide-in-panel .card {
  height: 100%;
  box-shadow: 0 5px 50px 5px rgba(50, 50, 50, 0.3), 0 0 0 1px rgba(30, 30, 30, 0.1);
  border-radius: 0;
}
.slide-in-panel .card .card-header {
  background-color: rgb(216.5, 216.5, 216.5);
}
.slide-in-panel .card .card-content {
  min-height: calc(100% - 97px);
  max-height: calc(100% - 97px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.slide-in-panel .card .card-content.no-card-footer {
  min-height: calc(100% - 49px);
  max-height: calc(100% - 49px);
}
.preview-note {
  position: relative;
  line-height: 1.5em;
  max-height: 1.5em;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.list-results ul li {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 26px;
  color: #282828;
  transition: all 200ms ease-in-out;
}
.list-results ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .list-results ul li {
    display: flex;
  }
}
.list-results ul li:hover {
  background-color: rgb(247.1, 247.1, 247.1);
}
.list-results ul li .result {
  flex-grow: 2;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .list-results ul li .result {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1408px) {
  .list-results ul li .result {
    margin-right: 4rem;
  }
}
.list-results ul li .button, .list-results ul li .sorting-label {
  min-width: 8rem;
}
.list-results ul li .details {
  color: #787878;
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .list-results ul li .details {
    display: block;
  }
}
.list-results ul li .details strong {
  color: hsl(0, 0%, 48%);
}
@media screen and (min-width: 1024px) {
  .list-results ul li .details div:nth-child(1) {
    min-width: 25%;
  }
  .list-results ul li .details div:nth-child(2) {
    min-width: 25%;
  }
  .list-results ul li .details div:nth-child(3) {
    min-width: 50%;
  }
}
.list-results ul li .details .desc strong {
  position: relative;
  top: -5px;
}
.list-results ul li .details .desc span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 350px;
  display: inline-block;
}
ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 3rem;
}
ul.timeline:before {
  content: " ";
  background: #bdbdbd;
  display: inline-block;
  position: absolute;
  left: 22px;
  width: 2px;
  height: 100%;
  z-index: 1;
}
ul.timeline > li {
  padding: 22px 16px 22px 20px;
  border-radius: 2px 0 0 2px;
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
ul.timeline > li p span {
  color: #282828;
  letter-spacing: 0.25px;
}
ul.timeline > li.unread {
  background-color: #ffffff;
}
ul.timeline > li.unread p span {
  font-weight: 600;
}
ul.timeline > li.unread:before {
  border-color: rgb(23.3230769231, 145.4230769231, 242.4769230769);
}
ul.timeline > li:first-child {
  margin-top: 0;
}
ul.timeline > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid;
  border-color: #bdbdbd;
  left: 14px;
  width: 18px;
  height: 18px;
  z-index: 1;
}
p.tree,
ul.tree,
ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.tree ul {
  margin-left: 1rem;
}
ul.tree li {
  margin-left: 0.35rem;
  padding-bottom: 0.125rem;
  border-left: thin solid hsl(0, 0%, 86%);
  color: #4a4a4a;
}
ul.tree li:last-child {
  border-left: none;
}
ul.tree li:before {
  width: 0.9rem;
  height: 0.7rem;
  margin-right: 0.1rem;
  vertical-align: top;
  border-bottom: thin solid hsl(0, 0%, 86%);
  content: "";
  display: inline-block;
}
ul.tree li:last-child:before {
  border-left: thin solid hsl(0, 0%, 86%);
}
.has-border-left-success {
  border-left: 5px #45b549 solid !important;
}
.has-border-left-warning {
  border-left: 5px #ff9800 solid !important;
}
.has-border-left-error {
  border-left: 5px #f44336 solid !important;
}
.has-border-left-danger {
  border-left: 5px #f44336 solid !important;
}
.has-border-left-failed {
  border-left: 5px hsl(0, 0%, 48%) solid !important;
}
.has-border-left-no_estimation {
  border-left: 5px hsl(0, 0%, 86%) solid !important;
}
.has-text-error {
  color: #f44336 !important;
}
.has-border-left-ivory {
  border-left: 1px #eaeaea solid !important;
}
.estimation-indicator-icon {
  border-radius: 9999px;
  padding: 10px;
  width: 18px;
  vertical-align: middle;
  height: 18px;
}
.expense-action-toolset {
  display: flex;
  justify-content: flex-end;
  gap: 10%;
}
.expense-action-tooltip {
  width: 24px;
  height: 28px;
  padding-left: 0.3rem;
}
.parameters-tooltip {
  width: 24px;
  height: 28px;
  padding-top: 2px;
  padding-left: 6px;
}
.expense-charterer-account-tag {
  color: #787878;
}
p.expense-evaluation-footer {
  margin-top: -1.2rem;
}
.deprecated-with-split-row {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1);
}
.outstanding-row {
  background-color: #e0f0fd !important;
  border-bottom: 2px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
}
.outstanding-row td {
  border: none;
}
.split-row {
  background-color: #f2f2f2 !important;
  border-right: 12px solid #ffffff;
  border-bottom: none;
}
.split-row-empty {
  background-color: #ffffff !important;
  padding: unset !important;
  border: none !important;
}
.split-department-label {
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
  width: fit-content;
  max-width: 100%;
}
.split-approved-amount {
  padding-bottom: unset !important;
}
.department-row {
  background-color: #ffffff;
  color: #787878 !important;
}
.department-row td {
  padding: unset;
  border: none !important;
}
.empty-row {
  background-color: #ffffff;
}
.empty-row td {
  padding: unset;
  border: none !important;
}
.empty-row:hover {
  background-color: #ffffff !important;
}
.messages-container {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #e0f0fd;
}
.messages-drawer-li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 3;
  padding: 10px;
  margin: 10px;
  border-radius: 6px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #ffffff;
}
div.no-pda-amount {
  border: 1px solid #dbdbdb;
  padding: 7px;
  border-radius: 4px;
  font-style: italic;
  color: #363636;
  width: fit-content;
  word-wrap: break-word;
  font-size: 12px;
}
.table.spreadsheet tr > td > .input,
.table.spreadsheet tr > td > .select,
.table.spreadsheet tr > td > select,
.table.spreadsheet tr > td > .button,
.table.spreadsheet tr > td > .sorting-label,
.table.spreadsheet tr > td > .control .icon .send-again-expense-button {
  height: auto !important;
  padding: 0 !important;
}
.primary-color {
  color: #2196f3;
}
.unmatched-expenses-message {
  background-color: #f5f5f5;
  color: #363636;
  padding: 4px 9px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
}
.unmatched-expenses-message-icon {
  color: #7a7a7a;
}
.currency-field {
  width: 35%;
}
.card-gray-background {
  background: rgb(250, 250, 250);
  background: -moz-linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(237, 237, 237) 100%);
  background: -webkit-linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(237, 237, 237) 100%);
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(237, 237, 237) 100%);
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.width-200 {
  width: 200px;
}
.width-400 {
  width: 400px;
}
.width-360 {
  width: 360px;
}
.width-270 {
  width: 270px;
}
.width-full {
  width: 100%;
}
.pce-title {
  width: 80%;
  padding-bottom: 8px;
}
.pce-costs-container {
  border-top: 1px dashed #dbdbdb;
  padding-top: 8px;
  margin-top: 8px;
  width: 360px;
}
.pce-costs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}
.pce-select-disabled {
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.place-holder-center {
  min-height: 3rem !important;
}
.place-holder-center::placeholder {
  text-align: center;
  line-height: 2.3rem !important;
}
.is_flex_0_8 {
  flex: 0.8;
}
.modal-background {
  background-color: rgba(10, 10, 10, 0.9);
}
.no-border-cells td {
  border: none !important;
}
.upload-file-frame-red .file-cta,
.upload-file-frame-red .file-cta ~ * {
  border-color: #f44336;
}
.upload-file-frame-red .file-name:hover,
.upload-file-frame-red .file-cta:hover ~ * {
  border-color: #f44336;
}
.upload-file-frame-green .file-cta,
.upload-file-frame-green .file-icon,
.upload-file-frame-green .file-cta ~ *,
.upload-file-frame-green .file-icon ~ * {
  border-color: #45b549;
  color: #45b549;
}
.upload-file-frame-green .file-name:hover,
.upload-file-frame-green .file-cta:hover ~ * {
  border-color: #45b549;
  color: #45b549;
}
.helper-text {
  font-size: 0.7em;
}
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
  border-left: 5px solid;
  background-color: white;
  font-size: 0.875rem;
  color: #787878;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--default {
  border-color: rgb(127.5, 231.25, 255);
}
.Toastify__toast--info {
  border-color: rgb(127.5, 231.25, 255);
}
.Toastify__toast--success {
  border-color: #45b549;
}
.Toastify__toast--warning {
  border-color: #ff9800;
}
.Toastify__toast--error {
  border-color: #f44336;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1;
}
@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #282828;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: #f2f2f2;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
html {
  overflow: unset;
}
html.medium-route-font {
  font-size: 87.5%;
}
html.small-route-font {
  font-size: 81.25%;
}
html.tiny-route-font {
  font-size: 75%;
}
.pageloader {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  padding-top: 2em;
  background: #0e2a3d;
  z-index: 999998;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  will-change: transform;
}
.pageloader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 100%;
  content: "";
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 0 solid white;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 2em 0 0 0;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: white;
  white-space: nowrap;
}
.pageloader:not(.is-left-to-right), .pageloader:not(.is-right-to-left) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pageloader.is-left-to-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pageloader.is-right-to-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.pageloader.is-active:not(.is-left-to-right), .pageloader.is-active:not(.is-right-to-left) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pageloader.is-active.is-left-to-right, .pageloader.is-active.is-right-to-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-o-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
.control.has-icons-left .custom-select__control {
  padding-left: 2.5em;
}
.control.has-icons-right .custom-select__control {
  padding-right: 2.5em;
}
.custom-select__control {
  padding: calc(0.375em - 1px) calc(0.125em - 1px);
  border-color: #dbdbdb !important;
  align-content: center;
}
.custom-select__multi-value.custom-select__multi-value--is-disabled .custom-select__multi-value__remove {
  display: none;
}
td .custom-select__control {
  height: auto;
  max-height: none;
}
.tiny .custom-select__control {
  height: 2em;
  min-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
}
.tiny.has-selected-items .custom-select__control {
  height: auto;
}
.tiny .custom-select__control .custom-select__placeholder {
  text-wrap: nowrap;
}
.has-placeholder-text-grey-light .custom-select__control .custom-select__placeholder {
  color: hsl(0, 0%, 71%);
}
.smaller .custom-select__control {
  height: 2.25em;
  min-height: 2.25em;
  padding-top: 0;
  padding-bottom: 0;
}
.field.has-addons .custom-select__control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.small .custom-select__control {
  height: 2.25rem;
}
.custom-select__control:hover {
  border-color: #b5b5b5 !important;
}
.custom-select__control--is-focused {
  border-color: #2196f3 !important;
  box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25) !important;
}
.custom-select--is-disabled:not(.as-textfield) .custom-select__control {
  border: 0 none;
}
.custom-select--is-disabled.as-textfield .custom-select__control--is-disabled {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 50%);
}
.custom-select--is-disabled.as-textfield .custom-select__indicators {
  display: none;
}
.is-danger .custom-select__control {
  border-color: #f44336 !important;
}
.is-danger .custom-select__control--is-focused {
  border-color: #f44336 !important;
  box-shadow: 0 0 0 0.125em rgba(244, 67, 54, 0.25) !important;
}
.custom-select__menu {
  z-index: 50 !important;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .is-block-important {
    display: block !important;
  }
}
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}
.filepond--drip-blob {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}
.filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
  right: 0;
  margin: 0;
  color: #787878;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
  cursor: default;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #2196f3;
  text-decoration-color: #2196f3;
  cursor: pointer;
}
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}
.filepond--file-action-button {
  cursor: pointer;
  color: #f44336;
  border-radius: 50%;
  background-color: white;
  background-image: none;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}
.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  background-color: #feecf0;
}
.filepond--file-action-button[disabled] {
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5em;
  color: #585858;
  border-radius: 4px;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.filepond--file .filepond--file-action-button,
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator {
  position: absolute;
}
.filepond--file [data-align*=left] {
  left: 0.5625em;
}
.filepond--file [data-align*=right] {
  right: 0.5625em;
}
.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em);
}
.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}
.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}
[data-filepond-item-state*=error] .filepond--file-info,
[data-filepond-item-state*=invalid] .filepond--file-info,
[data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s linear 0.125s both;
  animation: fall 0.5s linear 0.125s both;
}
[data-filepond-item-state=processing-complete] .filepond--file-info-sub,
[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub,
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}
[data-filepond-item-state*=error] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=invalid] .filepond--panel {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}
.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.filepond--progress-indicator {
  z-index: 103;
}
.filepond--file-action-button {
  z-index: 102;
}
.filepond--file-status {
  z-index: 101;
}
.filepond--file-info {
  z-index: 100;
  padding-left: 20px;
}
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: -1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item-panel {
  background-color: #f2f2f2;
  border-radius: 4px !important;
}
[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}
[data-filepond-item-state*=error] .filepond--item-panel,
[data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}
.filepond--item-panel {
  transition: background-color 0.15s;
}
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}
.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
  mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
}
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
  left: 0.75em;
  right: 0.75em;
}
.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}
.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,
.filepond--root[data-style-panel-layout~=circle] .filepond--file-status,
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}
.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}
.filepond--panel[data-scalable=false] > div {
  display: none;
}
.filepond--panel[data-scalable=true] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}
.filepond--panel-bottom,
.filepond--panel-center,
.filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.filepond--panel-bottom {
  height: 0.5em;
}
.filepond--panel-top {
  height: 0.5em;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}
.filepond--panel-bottom,
.filepond--panel-center {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}
.filepond--list-scroller {
  z-index: 6;
}
.filepond--drop-label {
  z-index: 5;
}
.filepond--drip {
  z-index: 3;
}
.filepond--root > .filepond--panel {
  z-index: 2;
}
.filepond--browser {
  z-index: 1;
}
.filepond--root {
  box-sizing: border-box;
  position: relative;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}
.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}
.filepond--root :not(text) {
  font-size: inherit;
}
.filepond--root[data-disabled] {
  pointer-events: none;
}
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor .EditorToolbar__root___3_Aqz {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 16px 8px;
  font-size: 0.875rem;
  background-color: whitesmoke !important;
  margin: 0 !important;
}
.editor .DraftEditor-editorContainer {
  padding: 0.25rem;
  background-color: #fff;
}
.editor.has-max-height .DraftEditor-editorContainer {
  max-height: 20rem;
  min-height: 6rem;
  overflow-y: auto;
}
.editor .RichTextEditor__root___2QXK- {
  font-family: inherit !important;
  background: inherit !important;
  border-radius: inherit !important;
  font-size: inherit !important;
}
.editor.is-danger .RichTextEditor__root___2QXK- {
  border: 1px solid #ed4848;
}
.editor .RichTextEditor__editor___1QqIU {
  font-size: inherit;
}
.editor .ButtonGroup__root___3lEAn {
  margin: 0 5px 0 0;
}
.editor .Button__root___1gz0c {
  background-color: #f5f5f5;
  border-color: #ccc;
}
pre.sc-gzVnrw {
  background-color: black !important;
  padding: 0 !important;
}
/*FILEPOND*/
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}
.filepond--drip-blob {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}
.filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--drop-label label {
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0.5em;
  cursor: default;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #2196f3;
  text-decoration-color: #2196f3;
  cursor: pointer;
}
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}
.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.9);
}
.filepond--file-action-button[disabled] {
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.filepond--file .filepond--file-action-button,
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator {
  position: absolute;
}
.filepond--file [data-align*=left] {
  left: 0.5625em;
}
.filepond--file [data-align*=right] {
  right: 0.5625em;
}
.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em);
}
.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}
.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}
[data-filepond-item-state*=error] .filepond--file-info,
[data-filepond-item-state*=invalid] .filepond--file-info,
[data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s linear 0.125s both;
  animation: fall 0.5s linear 0.125s both;
}
[data-filepond-item-state=processing-complete] .filepond--file-info-sub,
[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub,
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}
[data-filepond-item-state*=error] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=invalid] .filepond--panel {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}
.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.filepond--progress-indicator {
  z-index: 103;
}
.filepond--file-action-button {
  z-index: 102;
}
.filepond--file-status {
  z-index: 101;
}
.filepond--file-info {
  z-index: 100;
}
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: -1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}
.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}
.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 transparent;
}
.filepond--item[data-drag-state=drag] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}
.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}
.filepond--item-panel {
  background-color: #64605e;
}
[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}
[data-filepond-item-state*=error] .filepond--item-panel,
[data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}
.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}
.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
  mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
}
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
  left: 0.75em;
  right: 0.75em;
}
.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}
.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,
.filepond--root[data-style-panel-layout~=circle] .filepond--file-status,
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}
.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}
.filepond--panel[data-scalable=false] > div {
  display: none;
}
.filepond--panel[data-scalable=true] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}
.filepond--panel-bottom,
.filepond--panel-center,
.filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.filepond--panel-bottom {
  height: 0.5em;
}
.filepond--panel-top {
  height: 0.5em;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}
.filepond--panel-bottom,
.filepond--panel-center {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}
.filepond--list-scroller {
  z-index: 6;
}
.filepond--drop-label {
  z-index: 5;
}
.filepond--drip {
  z-index: 3;
}
.filepond--root > .filepond--panel {
  z-index: 2;
}
.filepond--browser {
  z-index: 1;
}
.filepond--root {
  box-sizing: border-box;
  position: relative;
  font-size: 1rem;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}
.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}
.filepond--root :not(text) {
  font-size: inherit;
}
.filepond--root[data-disabled] {
  pointer-events: none;
}
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}
.filepond--download-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  margin-right: 0.5em;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZG93bmxvYWQiPjxwYXRoIGQ9Ik0yMSAxNXY0YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0ydi00Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iNyAxMCAxMiAxNSAxNyAxMCI+PC9wb2x5bGluZT48bGluZSB4MT0iMTIiIHkxPSIxNSIgeDI9IjEyIiB5Mj0iMyI+PC9saW5lPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZG93bmxvYWQiPjxwYXRoIGQ9Ik0yMSAxNXY0YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0ydi00Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iNyAxMCAxMiAxNSAxNyAxMCI+PC9wb2x5bGluZT48bGluZSB4MT0iMTIiIHkxPSIxNSIgeDI9IjEyIiB5Mj0iMyI+PC9saW5lPjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #fff;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  top: 4px;
  left: 0;
}
.filepond--download-icon:hover {
  background: rgba(255, 255, 255, 0.5);
}
.filepond--magnify-icon:hover {
  background: rgba(255, 255, 255, 0.5);
}
.is-danger.filepond {
  border: 1px solid #f44336;
}
.editor .EditorToolbar__root___3_Aqz {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 16px 8px;
  font-size: 0.875rem;
  background-color: whitesmoke !important;
  margin: 0 !important;
}
.editor .DraftEditor-editorContainer {
  padding: 0.25rem;
  background-color: white;
}
.editor.has-max-height .DraftEditor-editorContainer {
  max-height: 30rem;
  min-height: 10rem;
  overflow-y: auto;
}
.editor .RichTextEditor__root___2QXK- {
  font-family: inherit !important;
  background: inherit !important;
  border-radius: inherit !important;
  font-size: inherit !important;
}
.editor .RichTextEditor__editor___1QqIU {
  font-size: inherit;
}
.editor .ButtonGroup__root___3lEAn {
  margin: 0 5px 0 0;
}
.editor .Button__root___1gz0c {
  background-color: #f5f5f5;
  border-color: #ccc;
}
.css-26l3qy-menu {
  z-index: 100 !important;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f5f5f5;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inherit;
  padding: 0;
  border: 0;
}
.react-datepicker {
  font-size: 0.8rem;
  background-color: #fff;
  color: #282828;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 50;
}
.react-datepicker-popper[data-placement^=bottom] {
  margin-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  margin-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  margin-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  margin-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #282828;
  font-weight: bold;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #2196f3;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #2196f3;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f5f5f5;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #282828;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__month--selected,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #2196f3;
  color: #fff;
}
.react-datepicker__month--selected:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f5f5f5;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #2196f3;
  color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range,
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range {
  background-color: #f5f5f5;
  color: #282828;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}
.react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #2196f3;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f5f5f5;
}
.smaller .react-datepicker__input-container input {
  height: 2.25em !important;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f5f5f5;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: white;
  color: #c3c3c3;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__today-button {
  background: #f5f5f5;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
.dashboard-appointment-grid {
  display: grid !important;
}
.dashboard-appointment-center {
  align-self: center;
}
.dashboard-appointment-column-line > *:not(:last-child) {
  margin-bottom: 10px;
}
.disabled .rc-tooltip-inner {
  background-color: #888888;
}
.disabled.rc-tooltip-placement-top .rc-tooltip-arrow, .disabled.rc-tooltip-placement-topLeft .rc-tooltip-arrow, .disabled.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  border-top-color: #888888;
}
.disabled.rc-tooltip-placement-right .rc-tooltip-arrow, .disabled.rc-tooltip-placement-rightTop .rc-tooltip-arrow, .disabled.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  border-right-color: #888888;
}
.disabled.rc-tooltip-placement-left .rc-tooltip-arrow, .disabled.rc-tooltip-placement-leftTop .rc-tooltip-arrow, .disabled.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  border-left-color: #888888;
}
.disabled.rc-tooltip-placement-bottom .rc-tooltip-arrow, .disabled.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow, .disabled.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  border-bottom-color: #888888;
}
.dashboard-appointment-header:hover {
  background-color: hsl(0, 0%, 98%);
  cursor: pointer;
}
.dashboard-appointment-separator {
  transform: translateY(-1px);
}
.dashboard-columns {
  padding: 0.75rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .dashboard-columns {
    padding: 0 1rem;
  }
}
.dashboard-columns:hover {
  background-color: hsl(0, 0%, 98%);
  cursor: pointer;
}
.dashboard-column {
  padding: 0.25rem 0rem;
}
@media screen and (min-width: 769px) {
  .dashboard-column {
    padding: 1rem 0.5rem;
  }
}
.dashboard-row-dash {
  border-radius: 0rem 0.125rem 0.125rem 0rem;
  background: #0a6ebd;
  position: absolute;
  height: calc(100% - 2rem);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .dashboard-row-dash {
    height: calc(100% - 1.5rem);
  }
}
.drawer-rating-textarea {
  border-color: hsl(0, 0%, 86%) !important;
  border-radius: 0.25rem;
}
.drawer-rating-textarea[disabled] {
  background-color: #ffffff !important;
}
.action-point {
  transform: translateY(2px);
}
.place-empty-column-last > .column:empty {
  order: 1;
}
.is-checkbox.discrepancy-reason-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  border-radius: 0.2rem;
  cursor: pointer;
  transform: translateY(2px);
}
.is-checkbox[type=checkbox].discrepancy-reason-checkbox + label {
  padding: 0 0.5rem;
  cursor: pointer;
}
.discrepancy-reason-wrapper {
  max-height: min(100vh, 20rem);
  overflow-y: scroll;
  position: relative;
}
.discrepancy-reason-textarea {
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
.discrepancy-reason-textarea[disabled] {
  border: 1px solid hsl(0, 0%, 86%);
}
.discrepancy-reason-textarea::placeholder {
  color: hsl(0, 0%, 21%);
}
.formula-inspection-checkbox-cell {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
.financial-payment-bank-codes .custom-select__control {
  padding: 0;
  height: 30px;
  min-height: unset;
}
.financial-payment-bank-codes .custom-select__value-container {
  padding: 0 4px;
}
.financial-payment-bank-codes .custom-select__single-value {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.financial-payment-bank-codes .custom-select__placeholder {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.financial-payment-bank-codes .custom-select__option {
  padding: 0.375rem 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.kyp-verification-comment {
  height: 5rem;
  line-height: 120%;
  color: #7a7a7a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.kyp-verification-comment:hover {
  border-color: inherit;
}
.kyp-verification-comment + .kyp-verification-comment {
  margin-top: 0.25rem;
}
.ai-translate-button {
  margin: -0.5rem 0.5rem 0 0.5rem;
  padding: 0.4rem 0.7rem;
  height: auto;
  background-color: white;
  border-color: #4A4A4A;
  border-width: 2px;
}
.ai-translate-feedback-button {
  background-color: white;
  color: #4A4A4A !important;
  border-color: #4A4A4A;
  border-width: 2px;
}
.mt-m24 {
  margin-top: -24px !important;
}
.expense-evaluation-box {
  padding: 0.5em 1.25em;
}
.ai-subscription-modal-card .modal-card {
  width: 660px;
}
.ai-feedback-modal-card .modal-card {
  width: 500px;
  height: 460px;
}
.ai-feedback-text-modal-card .modal-card {
  width: 500px;
}
.modal-card-body-with-radius .modal-card-body {
  border-radius: 6px;
}
.scrollable-table-sticky-header-container {
  position: relative;
  max-height: 400px;
  overflow-y: auto;
}
.scrollable-table-sticky-header-container table {
  width: 100%;
  border-collapse: collapse;
}
.scrollable-table-sticky-header-container thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.scrollable-table-sticky-header-container th, .scrollable-table-sticky-header-container td {
  padding: 12px 15px;
  text-align: left;
}
.scrollable-table-sticky-header-container th {
  font-weight: 600;
}
.unassign-department-modal-card .modal-card {
  height: 850px;
}
.h-1 {
  height: 0.0625rem;
}
.w-1 {
  width: 0.0625rem;
}
.h-2 {
  height: 0.125rem;
}
.w-2 {
  width: 0.125rem;
}
.h-3 {
  height: 0.1875rem;
}
.w-3 {
  width: 0.1875rem;
}
.h-4 {
  height: 0.25rem;
}
.w-4 {
  width: 0.25rem;
}
.h-5 {
  height: 0.3125rem;
}
.w-5 {
  width: 0.3125rem;
}
.h-6 {
  height: 0.375rem;
}
.w-6 {
  width: 0.375rem;
}
[role=alert].is-blank {
  background-color: #ffffff;
  border-color: #bdbdbd;
}
.dropdown.action-menu.with-container {
  height: 40px;
}
.dropdown.action-menu > .dropdown-trigger > button {
  border: none;
  background: transparent;
  padding: 0;
  font-size: unset;
}
.dropdown.action-menu > .dropdown-menu {
  min-width: 0;
}
.dropdown.action-menu > .dropdown-menu > .dropdown-content {
  box-shadow: none;
}
.dropdown.action-menu > .dropdown-menu > .dropdown-content .dropdown-item {
  border-radius: 0px;
  transition: border-radius 0s;
}
.dropdown.action-menu > .dropdown-menu > .dropdown-content .dropdown-item:first-child {
  border-radius: 6px 6px 0 0;
}
.dropdown.action-menu > .dropdown-menu > .dropdown-content .dropdown-item:last-child {
  border-radius: 0 0 6px 6px;
}
.dropdown.action-menu > .dropdown-menu > .dropdown-content .dropdown-item.action-menu-checkbox {
  margin: 4px 16px;
  padding: 0 8px;
  width: initial;
  border-radius: 8px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  transition: background-color 100ms ease, color 100ms ease;
}
.dropdown.action-menu > .dropdown-menu > .dropdown-content .dropdown-item.action-menu-checkbox:hover {
  color: var(--hl-primary);
  background-color: var(--hl-primary-highlight);
}
.dropdown.action-menu > .dropdown-menu > .dropdown-content .dropdown-item.action-menu-checkbox .is-checkbox.is-checked > .checkbox-box {
  background-color: var(--hl-primary);
  border-color: var(--hl-primary);
}
.spinner {
  border: 3px solid white;
  border-top: 3px solid var(--color-link);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumb {
  line-height: 1.2;
  font-size: 0.8rem;
}
.breadcrumb:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.breadcrumb.has-line-seperator li + li::before {
  content: "|";
}
.breadcrumb.has-subtle-seperator li + li::before {
  color: var(--hl-subtle-lighter);
}
.button.is-light[disabled], .is-light[disabled].sorting-label {
  border: none;
}
.button.is-primary.is-active, .is-primary.is-active.sorting-label {
  border: none;
  background-color: #2196f3;
  color: #ffffff;
}
.button.is-primary.is-active.is-outlined[disabled], .is-primary.is-active.is-outlined[disabled].sorting-label {
  background-color: #2196f3;
  border-color: #2196f3;
  box-shadow: none;
  color: #ffffff;
}
.button.button-as-link, .button-as-link.sorting-label {
  background: none;
  border: none;
  color: #2196f3;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  outline: none;
  height: auto;
  line-height: 1.5;
  font-size: 0.75rem;
}
.button.button-as-link:hover, .button-as-link.sorting-label:hover, .button.button-as-link:focus, .button-as-link.sorting-label:focus {
  background: none;
  padding: 0;
  color: #2196f3;
  box-shadow: none;
}
.button.button-as-link[disabled], .button-as-link[disabled].sorting-label {
  cursor: default;
}
.is-checkbox {
  display: inline-flex;
  padding: 8px 0;
  position: relative;
}
.is-checkbox [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.is-checkbox .checkbox-box {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;
  border: 2px solid #767676;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.is-checkbox .checkbox-box svg {
  color: #ffffff;
}
.is-checkbox label {
  position: relative;
  padding-left: 0.5rem;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-block;
  color: #4a4a4a;
  cursor: pointer;
}
.is-checkbox.is-checked .checkbox-box {
  background-color: #0a6ebd;
  border-color: #0a6ebd;
  font-size: initial;
}
.is-checkbox.is-disabled [type=checkbox] {
  cursor: not-allowed !important;
}
.is-checkbox.is-disabled .checkbox-box {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  font-size: initial;
}
.is-checkbox.is-danger label {
  color: #f44336;
}
.is-checkbox.is-danger .checkbox-box {
  border-color: #f44336;
}
.checkbox-tree-with-indentation > li {
  padding-left: 2rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 24px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:checked + .slider:before {
  transform: translateX(16px);
}
.button.combobox-trigger, .combobox-trigger.sorting-label {
  color: #b5b5b5;
  display: inline-flex;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  width: 100%;
  overflow: hidden;
  max-width: 15rem;
}
.button.combobox-trigger .text, .combobox-trigger.sorting-label .text {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
  text-align: left;
}
.button.combobox-trigger .icon, .combobox-trigger.sorting-label .icon {
  border-left: 1px solid hsl(0, 0%, 86%);
  flex-shrink: 0;
  flex-grow: 0;
  width: 1.75rem;
  margin: 0;
}
.button.combobox-trigger.has-value, .combobox-trigger.has-value.sorting-label {
  color: #4a4a4a;
}
.combobox-content {
  display: inline-block;
  margin-top: 0.5rem;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: max-content;
}
.combobox-content .combobox-options {
  max-height: 16rem;
  overflow: auto;
}
.comment-drawer {
  position: fixed;
  padding: 4rem;
  top: 0;
  right: 0;
  width: 50rem;
  max-width: 100vw;
  background: #fff;
  box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.1);
  transform: translateX(150%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
  border-radius: 2px;
}
.comment-drawer.is-visible {
  transform: translateX(0);
}
.comment-drawer .drawer-content {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  gap: 10px;
}
.comment-drawer .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1rem;
}
.comment-drawer .drawer-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}
.comment-drawer .close-button {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}
.comment-drawer .close-button:hover {
  color: #333;
}
.comment-drawer .drawer-subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 1rem;
}
.comment-drawer textarea {
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  resize: vertical;
  min-height: 10rem;
  max-height: 20rem;
  transition: border-color 0.3s ease;
}
.comment-drawer textarea:focus {
  border-color: #4e9fff;
  outline: none;
}
.comment-drawer .drawer-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}
.comment-drawer .drawer-footer .button, .comment-drawer .drawer-footer .sorting-label {
  background-color: #4e9fff;
  color: white;
  font-size: 1rem;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.comment-drawer .drawer-footer .button:hover, .comment-drawer .drawer-footer .sorting-label:hover {
  background-color: #3389cc;
}
.comment-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.comment-drawer-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.data-view-header {
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.data-view-header-label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 2.5rem;
}
.data-view-footer {
  border-top: 1px solid hsl(0, 0%, 86%);
  padding: 1rem;
}
.control.is-medium .react-datepicker-wrapper input {
  height: 40px;
}
.react-datepicker__aria-live {
  display: none;
}
.slide-in-drawer {
  position: fixed;
  right: -1px;
  width: 0%;
  top: 0;
  bottom: 0;
  border: 1px solid var(--hl-border);
  background: var(--hl-background-0);
  color: var(--hl-font-primary);
  outline: 0;
  z-index: 40;
}
.slide-in-drawer.has-max-width {
  max-width: min(100vh, 700px);
}
.slide-in-drawer.has-three-quarters-width {
  max-width: 75%;
}
.slide-in-drawer header {
  border-bottom: 1px solid var(--hl-border);
}
.slide-in-drawer .card {
  padding: 2rem 2.5rem 2.5rem 2.5rem;
  height: 100%;
  box-shadow: 0 5px 50px 5px rgba(50, 50, 50, 0.3), 0 0 0 1px rgba(30, 30, 30, 0.1);
  border-radius: 0;
}
.comments-drawer .comment {
  padding: 10px 0;
}
.comments-drawer .comment:first-child {
  padding: 1rem 0 5px;
  margin-top: auto;
}
.comments-drawer .comment:last-child {
  padding: 5px 0 1rem;
}
.hoverable-menu {
  padding: 0px !important;
  margin: 0px;
  background: transparent;
  border-color: #fff;
}
.hoverable-menu .rc-tooltip-inner {
  padding: 0.75rem 0 0.25rem;
}
.hoverable-menu .rc-tooltip-arrow {
  --size: 4;
  border-bottom-color: #fff !important;
  top: -8px !important;
  -webkit-filter: drop-shadow(0 calc(var(--size) * -1px) calc(var(--size) * 1px) rgba(0, 0, 0, 0.17));
  filter: drop-shadow(0 calc(var(--size) * -1px) calc(var(--size) * 1px) rgba(0, 0, 0, 0.17));
  margin-left: calc(var(--size) * -2px) !important;
  border-width: 0 calc(var(--size) * 2px) calc(var(--size) * 2px) !important;
}
.hoverable-menu .rc-tooltip-inner {
  background-color: #fff;
}
.hoverable-menu .item {
  color: #2196f3 !important;
  font-weight: 400 !important;
  line-height: 150%;
}
.hoverable-menu .item.danger:hover span {
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.hoverable-menu .item:hover {
  color: #0a6ebd !important;
  background: #f5f5f5 !important;
}
.hoverable-menu.has-solid-border .rc-tooltip-inner {
  box-shadow: none;
  border-style: solid;
  border-color: #dbdbdb;
}
.hoverable-menu.has-solid-border .rc-tooltip-arrow {
  border-bottom-color: #dbdbdb !important;
}
.hoverable-menu.no-arrow .rc-tooltip-arrow {
  display: none;
}
.icon-button {
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}
.icon-button.is-rounded {
  border-radius: 50%;
}
.icon-button.is-text:hover,
.icon-button.is-text.is-hovered,
.icon-button.is-text:focus,
.icon-button.is-text.is-focused {
  background-color: transparent;
  box-shadow: none;
}
.icon-button.is-small {
  padding: 0.625rem;
  height: 1.5rem;
  width: 1.5rem;
}
.icon-button.is-small .icon {
  height: 0.875rem;
  width: 0.875rem;
  margin: 0 !important;
}
.icon-button.is-medium {
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.icon-button.is-medium .icon {
  height: 1rem;
  width: 1rem;
  margin: 0 !important;
}
.icon-button.is-large {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
}
.icon-button.is-large .icon {
  height: 1.375rem;
  width: 1.375rem;
  margin: 0 !important;
}
.icon-button.has-text-primary-blue {
  color: #0a6ebd;
}
span.number-circle {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  min-width: 1rem;
}
.skeleton {
  border-radius: 4px;
  background: linear-gradient(to left, #f2f2f2 35%, #c5c5c5 45% 55%, #f2f2f2 65%);
  background-size: 300% auto;
  animation: loading 1.5s infinite;
}
@keyframes loading {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
.sorting-label {
  background: none;
  border-color: transparent !important;
  font-weight: 700;
  height: 1.375rem;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0;
  text-decoration: none;
}
.sorting-label::hover, .sorting-label::focus, .sorting-label::active {
  text-decoration: none;
  border-color: transparent;
}
.star-rating {
  position: relative;
}
.star-rating svg {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.star-rating .react-simple-star-rating-tooltip {
  font-size: 10px;
  line-height: 15px;
  margin-left: 0 !important;
  position: absolute;
  top: -20px;
  padding: 0 6px;
  transform: translateX(-50%);
  background: #2196f3;
  color: #ffffff;
  left: var(--left-position);
}
.tag:not(body) {
  font-size: 0.875rem;
  height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
.tag:not(body).is-neutral {
  background-color: #b5b5b5;
  color: #fff;
}
.tag:not(body).is-neutral-dark {
  background-color: #7a7a7a;
  color: #fff;
}
.tag:not(body).is-visited-link {
  background-color: #b86bff;
  color: #fff;
}
.tag:not(body).is-danger {
  background-color: #f44336;
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}
.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}
.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}
.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.Toastify__progress-bar {
  background: #f2f2f2;
}
.toggle-switch label {
  color: #363636;
}
.toggle-switch [type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle-switch.is-disabled label {
  color: #7a7a7a;
}
.rc-tooltip {
  opacity: 1;
}
.rc-tooltip-inner strong {
  color: inherit;
}
.rc-tooltip.has-inner-background-primary-blue .rc-tooltip-inner {
  background-color: #0a6ebd;
}
.rc-tooltip.has-inner-background-success .rc-tooltip-inner {
  background-color: #338536;
  color: #ffffff;
}
.rc-tooltip.has-inner-background-success .rc-tooltip-arrow {
  border-top-color: #338536;
}
.rc-tooltip.has-inner-background-danger .rc-tooltip-inner {
  background-color: #d0190b;
  color: #ffffff;
}
.rc-tooltip.has-inner-background-danger .rc-tooltip-arrow {
  border-top-color: #d0190b;
}
.rc-tooltip.has-inner-background-warning .rc-tooltip-inner {
  background-color: #ff9800;
  color: #ffffff;
}
.rc-tooltip.has-inner-background-warning .rc-tooltip-arrow {
  border-top-color: #ff9800;
}
.rc-tooltip.has-inner-background-white {
  width: 340px;
}
.rc-tooltip.has-inner-background-white .rc-tooltip-inner {
  background-color: white;
  color: hsl(0, 0%, 4%);
}
.rc-tooltip.has-inner-background-white .rc-tooltip-arrow {
  border-bottom-color: white;
  border-top-color: white;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 5px;
}
.card.with-solid-border {
  border-radius: 16px;
  border: 1px solid;
  box-shadow: none;
  border-color: var(--hl-border);
}
.hl-input-field input {
  padding: 0.25rem 1rem 0.25rem 1rem;
  height: 2rem;
  border-radius: 0.75rem;
  border: 1px solid var(--hl-border);
  background: var(--hl-background-0);
}
.hl-input-field input.has-size-large {
  height: 3rem;
}
.hl-input-field input.has-radius-large {
  border-radius: 1.5rem;
}
.hl-input-field input::placeholder {
  color: var(--hl-placeholder);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.hl-input-field.show-search-options input {
  padding-right: 4.5rem;
}
.hl-input-field.show-search-options .close-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0 0.5rem;
}
.hl-input-field.show-search-options .search-icon {
  color: var(--hl-subtle);
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-left: 2px solid var(--hl-border);
  padding: 0 0.5rem;
}
.hl-modal .modal-card .modal-card-head {
  background: var(--hl-background-0);
  border-bottom: 1px solid var(--hl-border);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding: 1.25rem;
}
.hl-modal .modal-card .modal-card-head .modal-card-title {
  color: var(--hl-font-primary);
}
.hl-modal .modal-card .modal-card-head button.delete {
  border-radius: 1.5rem;
  background: var(--hl-subtle-lightest);
  padding: 0;
  min-height: 32px;
  min-width: 32px;
  color: var(--hl-font-primary);
}
.hl-modal .modal-card .modal-card-head button.delete:after, .hl-modal .modal-card .modal-card-head button.delete:before {
  background-color: var(--hl-subtle);
}
.hl-modal .modal-card .modal-card-body {
  padding: 2rem 1rem !important;
}
.hl-modal .modal-card .modal-card-foot {
  background: var(--hl-background-0);
  border-top: 1px solid var(--hl-border);
  padding: 1rem 1.25rem;
}
.hl-modal .modal-card .modal-card-foot button {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--hl-subtle-lighter);
  color: var(--hl-font-primary);
  font-weight: 600;
}
.hl-modal .modal-card .modal-card-foot button.is-primary {
  color: #fff;
  background: var(--hl-primary);
}
.hl-select__control {
  display: flex;
  align-items: center;
  border-radius: 3rem !important;
  border: 1px solid var(--hl-border) !important;
  padding: 0.25rem 1rem !important;
  height: 3rem !important;
  min-width: 12.5rem;
  background-color: unset;
  cursor: pointer !important;
}
.hl-select__control:hover {
  border-color: var(--hl-primary) !important;
}
.hl-select__control--is-focused {
  border-color: var(--hl-primary) !important;
  box-shadow: none !important;
}
.hl-select__value-container {
  padding: 0 0.5rem 0 0 !important;
}
.hl-select__single-value {
  color: var(--port-calls-dark) !important;
  font-size: 1rem !important;
  margin: 0;
}
.hl-select__placeholder {
  color: var(--hl-placeholder) !important;
  font-weight: 600;
  font-size: 1rem !important;
  text-wrap: nowrap;
}
.hl-select__dropdown-indicator {
  padding: 0 0 0 0.5rem !important;
}
.hl-select__menu {
  padding: 1rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid var(--hl-primary);
  background: var(--hl-background-0);
  box-shadow: none !important;
}
.hl-select__menu-list {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hl-select__menu-notice {
  padding: 0;
  color: var(--hl-placeholder);
  font-weight: 600;
  font-size: 1rem;
  text-wrap: nowrap;
}
.hl-select__option {
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.5rem;
  color: var(--hl-font-secondary) !important;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: pre-wrap;
}
.hl-select__option:not(:last-child) {
  margin-bottom: 0.25rem;
}
.hl-select__option:hover {
  background: var(--hl-primary-highlight) !important;
  cursor: pointer;
}
.hl-select__option--is-focused {
  background: var(--hl-primary-highlight) !important;
}
.hl-select__option--is-selected {
  color: var(--hl-primary) !important;
  background: var(--hl-primary-highlight) !important;
}
.is-danger .hl-select__control {
  box-shadow: 0 0 0 1px var(--hl-destructive);
  border-color: var(--hl-destructive) !important;
}
.is-danger .hl-select__control:hover {
  border-color: var(--hl-destructive) !important;
}
.is-danger .hl-select__control--is-focused {
  border-color: var(--hl-destructive) !important;
}
.hl-table {
  border-radius: 16px;
  background-color: var(--hl-background-0);
}
.hl-table.has-vertical-scrolling {
  overflow-x: auto;
}
.hl-table.has-border, .hl-table.panel.menu-panel {
  border: 1px solid var(--hl-border);
}
.hl-table .hl-table-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--hl-border);
  margin-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.hl-table .hl-table-title h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--hl-text-primary);
}
.hl-table .hl-table-title .hl-table-subtitle {
  margin-left: 8px;
}
.hl-table.has-vertical-borders table th:not(:last-child),
.hl-table.has-vertical-borders table td:not(:last-child) {
  border-right: 1px solid var(--hl-border);
}
.hl-table.has-vertical-borders table th:not(:first-child),
.hl-table.has-vertical-borders table td:not(:first-child) {
  border-left: 1px solid var(--hl-border);
}
.hl-table table {
  width: 100%;
  /* If you ever happen to need to have a height of 100% please parametrize this 
     in order not to brake eny existing usages, and especially the sticky behavior
     of `src/containers/buyer/husbandry-estimator/common/EmptyResultsTable.tsx`
     in the HCE pages when scrolling */
}
.hl-table table > thead:first-child > tr:first-child > td:first-child,
.hl-table table > thead:first-child > tr:first-child > th:first-child,
.hl-table table > tbody:first-child > tr:first-child > td:first-child,
.hl-table table > tbody:first-child > tr:first-child > th:first-child,
.hl-table table > tfoot:first-child > tr:first-child > td:first-child,
.hl-table table > tfoot:first-child > tr:first-child > th:first-child {
  border-top-left-radius: 16px;
}
.hl-table table > thead:first-child > tr:first-child > td:last-child,
.hl-table table > thead:first-child > tr:first-child > th:last-child,
.hl-table table > tbody:first-child > tr:first-child > td:last-child,
.hl-table table > tbody:first-child > tr:first-child > th:last-child,
.hl-table table > tfoot:first-child > tr:first-child > td:last-child,
.hl-table table > tfoot:first-child > tr:first-child > th:last-child {
  border-top-right-radius: 16px;
}
.hl-table table > thead:last-child > tr:last-child > td:first-child,
.hl-table table > thead:last-child > tr:last-child > th:first-child,
.hl-table table > tbody:last-child > tr:last-child > td:first-child,
.hl-table table > tbody:last-child > tr:last-child > th:first-child,
.hl-table table > tfoot:last-child > tr:last-child > td:first-child,
.hl-table table > tfoot:last-child > tr:last-child > th:first-child {
  border-bottom-left-radius: 16px;
}
.hl-table table > thead:last-child > tr:last-child > td:last-child,
.hl-table table > thead:last-child > tr:last-child > th:last-child,
.hl-table table > tbody:last-child > tr:last-child > td:last-child,
.hl-table table > tbody:last-child > tr:last-child > th:last-child,
.hl-table table > tfoot:last-child > tr:last-child > td:last-child,
.hl-table table > tfoot:last-child > tr:last-child > th:last-child {
  border-bottom-right-radius: 16px;
}
.hl-table table th,
.hl-table table td {
  font-size: 14px;
  color: var(--hl-text-primary);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
.hl-table table th {
  font-weight: 600;
}
.hl-table table thead tr {
  border-bottom: 1px solid var(--hl-border);
}
.hl-table table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--hl-border);
}
.hl-table table tfoot tr {
  border-top: 1px solid var(--hl-border);
}
.tabs {
  justify-content: start;
}
.tabs .tab:first-child {
  margin-left: 0px;
  margin-right: 12px;
}
.tabs .tab:last-child {
  margin-right: 0px;
  margin-left: 12px;
}
.tabs .tab:not(:first-child):not(:last-child) {
  margin-left: 12px;
  margin-right: 12px;
}
.tabs .tab {
  display: flex;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 16px;
  transition: all 100ms;
}
.tabs .tab:disabled {
  cursor: not-allowed;
}
.tabs .tab:not(.selected) {
  color: var(--hl-font-placeholder);
  padding-bottom: 16px;
}
.tabs .tab:hover:not(.selected):not(:disabled) {
  color: var(--hl-primary-dark-hover);
}
.tabs .tab.selected {
  color: var(--hl-primary-dark-hover);
  border-bottom: solid 4px;
  padding-bottom: 12px;
}
.hl-async-select-field-container .hl-select__option {
  text-align: left;
  white-space: pre-wrap;
}
.hl-async-select-field-container .clear-button {
  background: none;
  border: none;
  color: #a1a1a1;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 5px;
}
.hl-async-select-field-container .clear-button {
  margin-right: 8px;
}
.hl-async-select-field-container .clear-button:hover {
  color: var(--hl-primary, #4a90e2);
}
.hl-async-select-field-container .hl-icon-separator {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #a1a1a1;
  margin-right: 8px;
}
.hl-async-select-field-container .search-icon {
  background: none;
  border: none;
  color: #a1a1a1;
  cursor: pointer;
  padding: 5px;
  font-size: 16px;
  margin-right: 8px;
}
.hl-async-select-field-container .search-icon:hover {
  color: var(--hl-primary, #4a90e2);
}
.hl-async-select-field-container .hl-ai-toggle-button {
  background: var(--Primary-Selected, #eaeafa);
  border: none;
  color: var(--hl-primary, #4a90e2);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
}
.hl-async-select-field-container .hl-ai-toggle-button:hover {
  filter: brightness(0.9);
}
.hl-async-select-field-container .hl-ai-toggle-button.active {
  background: #4a90e2;
  color: #fff;
}
.hl-async-select-field-container .ai-results-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  font-weight: 600;
  color: #1e29e1;
  border-bottom: 1px solid #e1e5f9;
  background-color: #f0f4ff;
}
.hl-async-select-field-container .ai-result-option {
  text-align: left;
}
.hl-async-select-field-container .ai-result-option a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}
.hl-async-select-field-container .custom-indicator-seperator {
  display: flex;
}
.hl-async-select-field-container .custom-indicator-seperator span,
.hl-async-select-field-container .custom-indicator-seperator button {
  align-self: center;
}
.ai-mode-indicator {
  position: absolute;
  left: 20px;
  top: -12px;
  background: var(--hl-primary);
  color: white;
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  z-index: 20;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.ai-mode-indicator.loading {
  animation: pulse 1.5s infinite;
}
button.hl-button {
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}
button.hl-button:hover:not(:disabled) {
  cursor: pointer;
}
button.hl-button.default-style.primary-color:not(:disabled) {
  color: var(--hl-primary-light);
  background-color: var(--hl-primary);
}
button.hl-button.default-style.primary-color:not(:disabled):hover {
  background-color: var(--hl-primary-hover);
}
button.hl-button.default-style.primary-color:not(:disabled):active {
  background-color: var(--hl-primary-clicked);
}
button.hl-button.default-style.subtle-color:not(:disabled) {
  color: var(--hl-primary-light);
  background-color: var(--semantics-subtle-default);
}
button.hl-button.default-style.subtle-color:not(:disabled):hover {
  background-color: var(--semantics-subtle-hover);
}
button.hl-button.default-style.subtle-color:not(:disabled):active {
  background-color: var(--semantics-subtle-clicked);
}
button.hl-button.default-style:disabled {
  color: var(--hl-disabled);
  background-color: var(--hl-subtle-lightest);
}
button.hl-button.outlined-style {
  border: 1px solid;
  background-color: var(--hl-background-0);
}
button.hl-button.outlined-style.primary-color:not(:disabled) {
  color: var(--semantics-primary-colored-text);
  border-color: var(--hl-border-primary);
}
button.hl-button.outlined-style.primary-color:not(:disabled):hover {
  background-color: var(--semantics-primary-highlighted);
}
button.hl-button.outlined-style.primary-color:not(:disabled):active {
  background-color: var(--semantics-primary-selected);
}
button.hl-button.outlined-style.grey-color:not(:disabled) {
  color: var(--semantics-subtle-clicked);
  border-color: var(--semantics-subtle-selected);
}
button.hl-button.outlined-style.grey-color:not(:disabled):hover {
  border-color: var(--text-anb-icons-disabled);
  background-color: var(--semantics-subtle-highlighted);
}
button.hl-button.outlined-style.grey-color:not(:disabled):active {
  border-color: var(--semantics-subtle-default);
  background-color: var(--semantics-subtle-selected);
}
button.hl-button.outlined-style:disabled {
  color: var(--text-anb-icons-disabled);
  border-color: var(--semantics-subtle-selected);
}
button.hl-button.tetriary-style {
  background-color: transparent;
}
button.hl-button.tetriary-style.primary-color:not(:disabled) {
  color: var(--hl-primary-clicked);
}
button.hl-button.tetriary-style.primary-color:not(:disabled):hover {
  background-color: var(--hl-primary-highlight);
}
button.hl-button.tetriary-style.primary-color:not(:disabled):active {
  background-color: var(--hl-primary-lighter);
}
button.hl-button.tetriary-style.subtle-color:not(:disabled) {
  color: var(--hl-subtle);
}
button.hl-button.tetriary-style.subtle-color:not(:disabled):hover {
  background-color: var(--hl-subtle-lightest);
}
button.hl-button.tetriary-style.subtle-color:not(:disabled):active {
  background-color: var(--hl-subtle-lighter);
}
button.hl-button.tetriary-style:disabled {
  color: var(--hl-text-disabled);
}
button.hl-button.is-small-sized {
  font-size: 12px;
  padding: 4px 8px;
}
button.hl-button.is-medium-sized {
  font-size: 14px;
  padding: 8px 8px;
}
button.hl-button.is-large-sized {
  font-size: 16px;
  padding: 8px 16px;
}
.hl-async-creatable-select-field-container .react-select__control {
  border-radius: 24px;
  padding: 4px 8px;
  min-height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 764px;
}
.hl-async-creatable-select-field-container .react-select__control:hover {
  border-color: var(--hl-primary);
}
.hl-async-creatable-select-field-container .react-select__control--is-focused {
  border-color: var(--hl-primary) !important;
  box-shadow: none !important;
}
.hl-async-creatable-select-field-container .react-select__value-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  gap: 4px;
}
.hl-async-creatable-select-field-container .react-select__multi-value {
  background-color: #f1f3f4;
  border-radius: 8px;
  padding: 2px 8px;
  max-width: 100%;
  font-weight: 600;
}
.hl-async-creatable-select-field-container .react-select__multi-value__label {
  font-size: 0.9rem;
  padding: 0 4px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hl-async-creatable-select-field-container .react-select__multi-value__remove {
  color: #666;
  padding: 0;
  margin: 0;
  border-radius: 10%;
}
.hl-async-creatable-select-field-container .react-select__multi-value__remove svg {
  width: 24px;
  height: 24px;
}
.hl-async-creatable-select-field-container .react-select__multi-value__remove:hover {
  background-color: #ddd;
  color: #000;
}
.hl-async-creatable-select-field-container .react-select__placeholder {
  position: absolute;
  left: 8px;
  color: #aaa;
  font-size: 1rem;
  font-weight: bold;
}
.hl-async-creatable-select-field-container .react-select__menu {
  background-color: white;
  border: 1px solid var(--hl-primary);
  border-radius: 24px;
  padding: 15px;
  width: 764px;
  margin-top: 8px;
  box-shadow: none;
  overflow: hidden;
}
.hl-async-creatable-select-field-container .react-select__menu-list {
  padding: 0;
}
.hl-async-creatable-select-field-container .react-select__option {
  padding: 12px 16px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: white;
  color: #222;
}
.hl-async-creatable-select-field-container .react-select__option--is-focused {
  background-color: #f8f8f8;
}
.hl-async-creatable-select-field-container .react-select__option--is-selected {
  background-color: #f5f5f5;
  font-weight: 500;
}
.hl-async-creatable-select-field-container .react-select__no-options {
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: flex-end;
}
.hl-select-pill-button .react-select__control {
  border-radius: 8px;
  width: 83px;
  min-height: 32px;
  margin-right: 4px;
  padding: 0 8px;
  cursor: pointer;
}
.hl-select-pill-button .react-select__control:hover {
  border-color: var(--hl-primary);
}
.hl-select-pill-button .react-select__control--is-focused {
  box-shadow: none;
  border: 2px solid var(--hl-primary);
}
.hl-select-pill-button .custom-label-text {
  font-weight: 400;
}
.hl-select-pill-button .react-select__value-container {
  padding: 0;
}
.hl-select-pill-button .react-select__dropdown-indicator {
  padding: 0;
  color: var(--semantics-subtle-clicked);
}
.hl-select-pill-button .react-select__indicator-separator {
  display: none;
}
.hl-select-pill-button .react-select__menu {
  border-radius: 16px;
  border: 1px solid var(--borders-default);
  padding: 12px;
  margin-top: 8px;
  width: 93px;
}
.hl-select-pill-button .react-select__menu-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hl-select-pill-button .react-select__option {
  padding: 12px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  font-weight: 400;
}
.hl-select-pill-button .react-select__option--is-focused {
  background-color: var(--semantic-primary-highlighted);
}
.hl-select-pill-button .react-select__option--is-selected {
  background-color: var(--semantic-primary-highlighted);
  color: var(--text-icons-link);
}
.sof-events,
.sof-remarks {
  --global-margin: 1.5rem;
  --sidebar-width: 73.5px;
  max-width: calc(100vw - 2 * var(--global-margin));
}
@media screen and (min-width: 1024px) {
  .sof-events,
  .sof-remarks {
    --global-margin: 2rem;
    max-width: calc(100vw - 2 * var(--global-margin) - var(--sidebar-width));
  }
}
@media screen and (min-width: 1408px) {
  .sof-events,
  .sof-remarks {
    --global-margin: 4.25rem;
  }
}
.sof-events > .p-header,
.sof-remarks > .p-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sof-events .p-body,
.sof-remarks .p-body {
  padding: 0;
}
.sof-events .p-body section:not(.sof-table-section),
.sof-remarks .p-body section:not(.sof-table-section) {
  padding: 0 1.5rem;
}
.sof-bottom-action-bar {
  --sidebar-width: 73.5px;
  position: fixed;
  bottom: 0;
  z-index: 1;
  background: #fff;
  min-height: 88px;
  width: calc(100vw - var(--sidebar-width));
  border-radius: 0.25rem;
  border: 1px solid var(--hl-border);
  background: #fafafa;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
}
.sof-bottom-action-bar button {
  transform: translateX(-74px);
  border-radius: 0.5rem;
}
.sidebar-expanded + .main-wrapper-container .sof-events,
.sidebar-expanded + .main-wrapper-container .sof-remarks,
.sidebar-expanded + .main-wrapper-container .sof-bottom-action-bar {
  --sidebar-width: 260px;
}
.laytime-events-section,
.sof-collaborators-section,
.suggested-remarks-section {
  flex-wrap: wrap;
  --laytime-events-title-width: 220px;
}
.laytime-events-section > .laytime-events-title,
.laytime-events-section > .sof-collaborators-title,
.laytime-events-section > .suggested-remarks-title,
.sof-collaborators-section > .laytime-events-title,
.sof-collaborators-section > .sof-collaborators-title,
.sof-collaborators-section > .suggested-remarks-title,
.suggested-remarks-section > .laytime-events-title,
.suggested-remarks-section > .sof-collaborators-title,
.suggested-remarks-section > .suggested-remarks-title {
  white-space: nowrap;
  min-width: calc(100vw - 3rem);
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .laytime-events-section > .laytime-events-title,
  .laytime-events-section > .sof-collaborators-title,
  .laytime-events-section > .suggested-remarks-title,
  .sof-collaborators-section > .laytime-events-title,
  .sof-collaborators-section > .sof-collaborators-title,
  .sof-collaborators-section > .suggested-remarks-title,
  .suggested-remarks-section > .laytime-events-title,
  .suggested-remarks-section > .sof-collaborators-title,
  .suggested-remarks-section > .suggested-remarks-title {
    padding-right: 0.5rem;
    min-width: unset;
    max-width: var(--laytime-events-title-width);
  }
}
.laytime-events-section > .laytime-events,
.laytime-events-section > .sof-collaborators,
.laytime-events-section > .suggested-remarks,
.sof-collaborators-section > .laytime-events,
.sof-collaborators-section > .sof-collaborators,
.sof-collaborators-section > .suggested-remarks,
.suggested-remarks-section > .laytime-events,
.suggested-remarks-section > .sof-collaborators,
.suggested-remarks-section > .suggested-remarks {
  flex-wrap: wrap;
  max-width: calc(100vw - 3rem);
}
@media screen and (min-width: 1024px) {
  .laytime-events-section > .laytime-events,
  .laytime-events-section > .sof-collaborators,
  .laytime-events-section > .suggested-remarks,
  .sof-collaborators-section > .laytime-events,
  .sof-collaborators-section > .sof-collaborators,
  .sof-collaborators-section > .suggested-remarks,
  .suggested-remarks-section > .laytime-events,
  .suggested-remarks-section > .sof-collaborators,
  .suggested-remarks-section > .suggested-remarks {
    max-width: calc(100vw - 4rem - var(--sidebar-expanded-width) - var(--laytime-events-title-width) - 3rem);
  }
}
@media screen and (min-width: 1408px) {
  .laytime-events-section > .laytime-events,
  .laytime-events-section > .sof-collaborators,
  .laytime-events-section > .suggested-remarks,
  .sof-collaborators-section > .laytime-events,
  .sof-collaborators-section > .sof-collaborators,
  .sof-collaborators-section > .suggested-remarks,
  .suggested-remarks-section > .laytime-events,
  .suggested-remarks-section > .sof-collaborators,
  .suggested-remarks-section > .suggested-remarks {
    max-width: calc(100vw - 8.5rem - var(--sidebar-expanded-width) - var(--laytime-events-title-width) - 3rem);
  }
}
.no-events-message {
  border: 0.5px solid #2196f3;
  border-left-width: 4px;
  border-radius: 4.5px;
  padding: 15px 18px;
}
.sof-table {
  --sof-table-timestamp-cell-width: calc(120px + 2 * 1.5rem);
  --sof-table-big-cell-width: calc(250px + 2 * 1.5rem);
  --sof-table-actor-cell-width: calc(140px + 2 * 1rem);
  --sof-table-actions-cell-width: 188px;
  margin-bottom: 0 !important;
}
.sof-table thead th {
  font-size: 14px;
}
.sof-table th,
.sof-table td {
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
  font-size: 14px;
}
.sof-table th:first-child,
.sof-table td:first-child {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.sof-table th:last-child,
.sof-table td:last-child {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
.sof-table th > span,
.sof-table td > span {
  display: block;
  padding: 0.5rem 0;
}
.sof-table th:first-child {
  width: var(--sof-table-timestamp-cell-width);
  min-width: var(--sof-table-timestamp-cell-width);
  max-width: var(--sof-table-timestamp-cell-width);
}
.sof-table td:first-child {
  font-weight: 600;
}
.sof-table-section {
  width: calc(100vw - 2 * var(--global-margin));
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .sof-table-section {
    max-width: calc(100vw - 2 * var(--global-margin) - var(--sidebar-width));
  }
}
.sof-table-section .sof-table td .complete-event-button {
  border-color: #2196f3;
}
.sof-table-section .sof-table th:nth-child(2),
.sof-table-section .sof-table th:nth-child(3) {
  min-width: var(--sof-table-big-cell-width);
}
.sof-table-section .sof-table th:nth-child(4) {
  width: var(--sof-table-actor-cell-width);
  min-width: var(--sof-table-actor-cell-width);
  max-width: var(--sof-table-actor-cell-width);
}
.sof-table-section .sof-table th:nth-child(5) {
  width: var(--sof-table-actions-cell-width);
  min-width: var(--sof-table-actions-cell-width);
  max-width: var(--sof-table-actions-cell-width);
}
.sof-table-section .react-datepicker__input-container .react-datepicker__aria-live {
  display: none;
}
.sof-table-section .react-datepicker__input-container input {
  height: 36px;
  border-radius: 3px;
  width: 151px !important;
  max-width: 151px !important;
}
.remarks-table-section .sof-table {
  --sof-table-big-cell-width: calc(2 * (250px + 2 * 1.5rem));
}
.remarks-table-section .sof-table th:nth-child(3) {
  width: var(--sof-table-actor-cell-width);
  min-width: var(--sof-table-actor-cell-width);
  max-width: var(--sof-table-actor-cell-width);
}
.remarks-table-section .sof-table th:nth-child(4) {
  width: var(--sof-table-actions-cell-width);
  min-width: var(--sof-table-actions-cell-width);
  max-width: var(--sof-table-actions-cell-width);
}
span.suggested-event,
span.sof-collaborator,
span.suggested-event {
  min-height: 34px;
  box-sizing: border-box;
  padding: 5px 12px;
  border-radius: 60px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(235.6461538462, 245.8461538462, 253.9538461538);
  white-space: nowrap;
}
span.suggested-event:last-child,
span.sof-collaborator:last-child,
span.suggested-event:last-child {
  margin-right: 0 !important;
}
span.suggested-event:hover {
  border: 1px solid rgb(10.2, 109.65, 188.7);
}
.sof-parameters {
  overflow: hidden;
}
.sof-parameters h4 {
  box-sizing: border-box;
  padding-bottom: 1rem !important;
}
.sof-parameters .p-body {
  padding: 1rem 1.5rem;
}
.sof-parameters label {
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  color: hsl(0, 0%, 21%);
}
.sof-parameters input {
  height: 2rem;
  font-size: 12px;
  color: hsl(0, 0%, 48%);
}
.sof-parameters .columns > .column {
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}
.sof-port-call-details {
  overflow: hidden;
}
.sof-port-call-details .p-body {
  padding: 1rem 1.5rem;
}
.sof-additional-info {
  overflow: hidden;
}
.sof-additional-info .p-body {
  padding: 1rem 1.5rem;
}
.sof-additional-info .upload-area {
  height: 128px;
}
.sof-additional-info label {
  margin-bottom: 0.5rem !important;
}
.sof-additional-info .sof-docs-dropzone .filepond--drop-label {
  padding: 17.5px 16px;
}
.sof-additional-info .sof-docs-dropzone .filepond--drop-label label {
  padding: 0;
  margin: 0 !important;
  font-size: 14px;
  font-weight: normal;
  color: hsl(0, 0%, 48%);
}
.sof-additional-info textarea {
  padding: 12px;
}
.sof-events-menu .dropdown-menu {
  min-width: min(100vw - 6rem, 500px);
}
.sof-events-menu .dropdown-menu .dropdown-content .dropdown-item {
  border-radius: 4px;
}
.sof-events-menu .dropdown-menu .dropdown-content .dropdown-item.is-active {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.sof-events-menu .dropdown-menu .dropdown-content .dropdown-item:hover {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
  color: rgb(10.2, 109.65, 188.7);
}
.sof-events-menu .dropdown-menu .dropdown-content .events-wrapper {
  overflow: hidden auto;
  max-height: min(650px, 100vh - 6rem);
  min-height: min(650px, 100vh - 6rem);
}
.sof-actions .svg-inline--fa.danger:hover {
  color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.rc-tooltip.sof-events-tooltip-delete .rc-tooltip-inner {
  background-color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.rc-tooltip.sof-events-tooltip-delete .rc-tooltip-arrow {
  border-top-color: rgb(207.9212264151, 24.8264150943, 11.3787735849) !important;
}
.rc-tooltip.sof-events-tooltip-info .rc-tooltip-inner {
  background-color: rgb(10.2, 109.65, 188.7) !important;
}
.rc-tooltip.sof-events-tooltip-info .rc-tooltip-arrow {
  border-top-color: rgb(10.2, 109.65, 188.7) !important;
}
.sof-comments-drawer .card {
  padding: 2rem 2.5rem 2.5rem 2.5rem;
}
.sof-comments-drawer .sof-event-comment {
  padding: 10px 0;
}
.sof-comments-drawer .sof-event-comment:first-child {
  padding: 1rem 0 5px;
}
.sof-comments-drawer .sof-event-comment:last-child {
  padding: 5px 0 1rem;
}
.sof-comments {
  border-top: 1px solid hsl(0, 0%, 86%);
  max-height: min(400px, 100vh);
  overflow-y: auto;
}
.sof-add-collaborators-modal .modal-card,
.sof-add-collaborators-modal .modal-card-body {
  overflow: unset;
}
.sof-add-collaborators-modal .modal-card-body {
  padding: 1.5rem 1rem;
}
.sof-activity-timeline-button,
.sof-download-menu-trigger {
  border-color: rgb(10.2, 109.65, 188.7);
}
.sof-log-icon {
  background-color: #f0f9f1;
}
.sof-log-icon.edit-action > svg > path {
  fill: #338536;
}
.sof-log-icon.add-action {
  background-color: #f5f5f5;
}
.sof-log-icon.add-action > svg > path {
  fill: #4a4a4a;
}
.sof-log-icon.delete-action {
  background-color: #feedec;
}
.sof-log-icon.delete-action > svg > path {
  fill: #d0190b;
}
.sof-log-icon.comment-action {
  background-color: #ecf6fe;
}
.sof-log-icon.comment-action > svg > path {
  fill: #0a6ebd;
}
input.sof-remark {
  padding: 0.38rem 0.56rem !important;
  height: 2.5rem;
  font-size: 0.75rem;
  border: 1px solid hsl(0, 0%, 86%);
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
}
input.sof-remark:not(.default).inactive {
  height: 3.185rem;
  padding: 0.38rem 0.56rem 1.5rem !important;
}
input.sof-remark.disabled {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  box-shadow: none;
}
.sof-remark-input-wrapper {
  position: relative;
}
.sof-remark-input-wrapper:not(.default).inactive:after {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 10px;
  text-transform: capitalize;
  content: attr(data-descr);
  font-size: 0.75rem;
  color: hsl(0, 0%, 48%);
}
.sof-remark:not(:last-child) {
  margin-bottom: 0.5rem;
}
.sof-docusign-modal .modal-content {
  width: 60vw;
  height: 100vh;
}
.port-calls-dashboard {
  --port-calls-dark: #0e1737;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--hl-primary-dark);
}
.port-calls-dashboard .title {
  color: var(--hl-primary-dark);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
}
.port-calls-dashboard .tag.is-medium {
  padding: 0.125rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}
.port-calls-dashboard .tag.is-subtle {
  background: var(--hl-subtle-lightest);
  color: var(--hl-subtle);
}
.port-calls-dashboard .tag.is-info {
  background: var(--hl-info-lightest);
  color: var(--hl-info);
}
.port-calls-page-scrollable-wrapper {
  --global-margin: 2rem;
  --sidebar-width: 73.5px;
  max-width: calc(100vw - 2 * var(--global-margin));
}
@media screen and (min-width: 1024px) {
  .port-calls-page-scrollable-wrapper {
    max-width: calc(100vw - 2 * var(--global-margin) - var(--sidebar-width));
  }
}
.sidebar-expanded + .main-wrapper-container .port-calls-page-scrollable-wrapper {
  --sidebar-width: 260px;
}
.port-calls-filters .field {
  margin-bottom: 0;
}
.port-calls-filters > .port-calls-page-scrollable-wrapper {
  --right-filters-width: 220px;
  max-width: calc(100vw - 2 * var(--global-margin) - var(--right-filters-width)) !important;
}
.port-calls-filters .my-pending-tasks .hl-select__control {
  min-width: 9.5rem;
}
.port-calls-filters button.clear-filters {
  height: 3rem !important;
  background: transparent;
}
.port-calls-filters button.more-filters {
  height: 3rem !important;
}
.port-calls-filters.drawer.slide-in-drawer > .card {
  display: flex;
  flex-direction: column;
}
.port-calls-filters.drawer.slide-in-drawer > .card > #content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.port-calls-filters.drawer.slide-in-drawer > .card > #content form {
  flex-grow: 1;
}
.port-calls-filters.drawer .field > .control {
  width: 100%;
}
.port-calls-filters.drawer .field > .control input {
  max-width: unset;
}
.port-calls-filters.drawer .actions {
  gap: 0.5rem;
  margin-top: auto;
  border-top: 1px solid var(--hl-subtle-lighter);
}
.port-calls-filters.drawer .actions button {
  height: 3rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  outline: none;
  border: none;
  cursor: pointer;
}
.port-calls-filters.drawer .actions button.is-bordered {
  border: 1px solid var(--hl-subtle-lighter);
}
.port-calls-card-wrapper {
  padding: 0;
  border-radius: 1rem;
  border: 1px solid var(--hl-subtle-lighter);
  background: var(--hl-contrast-white);
}
.port-calls-card-wrapper:not(:last-child) {
  margin-bottom: 1rem;
}
.port-calls-card-header {
  --port-calls-card-header-gap: 0.5rem;
  display: grid;
  align-items: center;
  gap: var(--port-calls-card-header-gap);
  grid-template-columns: calc(18.75rem - var(--port-calls-card-header-gap)) calc(15rem - var(--port-calls-card-header-gap)) calc(13.75rem - var(--port-calls-card-header-gap)) calc(10rem - var(--port-calls-card-header-gap)) calc(10rem - var(--port-calls-card-header-gap)) calc(10rem - var(--port-calls-card-header-gap)) calc(15rem - var(--port-calls-card-header-gap)) calc(10rem - var(--port-calls-card-header-gap)) auto;
  height: 3.5rem;
  padding: 0.25rem 2rem;
  font-size: 0.875rem;
}
.with-overflowing-children > div,
.with-overflowing-children > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.port-calls-card-inner {
  padding: 0rem 1rem 1rem 1rem;
}
.port-calls-card-inner .appointment:not(:last-child) {
  margin-bottom: 0.5rem;
}
.appointment {
  border-radius: 0.5rem;
  border: 1px solid var(--hl-subtle-lighter);
  background: var(--hl-background-0);
}
.appointment:not(:last-child) {
  margin-bottom: 1rem;
}
.port-calls-appointment-item {
  --port-calls-card-header-gap: 0.5rem;
  display: grid;
  align-items: center;
  grid-template-columns: calc(41.75rem - var(--port-calls-card-header-gap)) calc(30rem - var(--port-calls-card-header-gap)) auto;
  gap: var(--port-calls-card-header-gap);
}
.port-calls-appointment-item:not(:last-child) {
  border-bottom: 0.5rem;
  border-bottom: 1px solid var(--hl-border);
}
.port-calls-appointment-header {
  grid-template-columns: calc(18.75rem - var(--port-calls-card-header-gap)) calc(23rem - var(--port-calls-card-header-gap)) calc(40rem - var(--port-calls-card-header-gap)) auto;
}
.port-calls-appointment-header.with-reminders {
  grid-template-columns: calc(18.75rem - var(--port-calls-card-header-gap)) calc(23rem - var(--port-calls-card-header-gap)) calc(35rem - var(--port-calls-card-header-gap)) auto;
}
.port-calls-dashboard-columns {
  box-sizing: border-box;
  padding: 0 1rem;
  height: 3.5rem;
}
.port-calls-dashboard-columns:not(:last-child) {
  border-bottom: 1px solid var(--hl-subtle-lighter);
}
.assignation-btn {
  color: var(--hl-info);
  background: var(--hl-contrast-white);
  border: 1px solid var(--hl-info-lighter);
  cursor: pointer;
  border-radius: 0.5rem;
  height: 2rem;
  padding: 0.5rem;
  gap: 0.25rem;
}
.assignation-btn:disabled {
  color: var(--hl-contrast-white);
  background: var(--hl-subtle-lighter);
  border: 1px solid var(--hl-subtle-lighter);
}
.assignation-btn.is-active:not(:disabled) {
  color: var(--hl-contrast-white);
  background: var(--hl-info);
  border: 1px solid var(--hl-info);
}
.voyages-expandable-menu {
  gap: 0.5rem;
}
.no-results {
  padding: 2.25rem 0.75rem;
  gap: 1rem;
  flex: 1 0 0;
  border-radius: 1rem;
  border: 1px solid var(--hl-subtle-lighter);
  background: var(--hl-background-0);
}
.no-results p {
  color: #787878;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.request-wizard .request-wizard__header,
.add-more-agents .request-wizard__header,
.add-more-services .request-wizard__header {
  font-size: 24px;
  color: #363636;
  font-weight: 700;
  padding: 24px 0 12px 0;
  margin-bottom: 16px;
  border-bottom: #dbdbdb 1px solid;
}
.request-wizard .request-wizard__sections,
.request-wizard .add-more-services__section,
.add-more-agents .request-wizard__sections,
.add-more-agents .add-more-services__section,
.add-more-services .request-wizard__sections,
.add-more-services .add-more-services__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.request-wizard .request-wizard__sections .wizard-portlet,
.request-wizard .add-more-services__section .wizard-portlet,
.add-more-agents .request-wizard__sections .wizard-portlet,
.add-more-agents .add-more-services__section .wizard-portlet,
.add-more-services .request-wizard__sections .wizard-portlet,
.add-more-services .add-more-services__section .wizard-portlet {
  border: #dbdbdb 1px solid;
  border-radius: 16px;
  background-color: #ffffff;
}
.request-wizard .request-wizard__sections .wizard-portlet .p-header,
.request-wizard .add-more-services__section .wizard-portlet .p-header,
.add-more-agents .request-wizard__sections .wizard-portlet .p-header,
.add-more-agents .add-more-services__section .wizard-portlet .p-header,
.add-more-services .request-wizard__sections .wizard-portlet .p-header,
.add-more-services .add-more-services__section .wizard-portlet .p-header {
  padding: 16px;
}
.request-wizard .request-wizard__sections .wizard-portlet .p-header .title,
.request-wizard .add-more-services__section .wizard-portlet .p-header .title,
.add-more-agents .request-wizard__sections .wizard-portlet .p-header .title,
.add-more-agents .add-more-services__section .wizard-portlet .p-header .title,
.add-more-services .request-wizard__sections .wizard-portlet .p-header .title,
.add-more-services .add-more-services__section .wizard-portlet .p-header .title {
  font-size: 20px !important;
}
.request-wizard .request-wizard__sections .wizard-portlet .p-header.no-border,
.request-wizard .add-more-services__section .wizard-portlet .p-header.no-border,
.add-more-agents .request-wizard__sections .wizard-portlet .p-header.no-border,
.add-more-agents .add-more-services__section .wizard-portlet .p-header.no-border,
.add-more-services .request-wizard__sections .wizard-portlet .p-header.no-border,
.add-more-services .add-more-services__section .wizard-portlet .p-header.no-border {
  border-bottom: none;
}
.request-wizard .request-wizard__sections .wizard-portlet .p-body,
.request-wizard .add-more-services__section .wizard-portlet .p-body,
.add-more-agents .request-wizard__sections .wizard-portlet .p-body,
.add-more-agents .add-more-services__section .wizard-portlet .p-body,
.add-more-services .request-wizard__sections .wizard-portlet .p-body,
.add-more-services .add-more-services__section .wizard-portlet .p-body {
  padding: 20px;
  border-radius: 0 0 16px 16px;
}
.request-wizard .request-wizard__sections .wizard-portlet .p-body.no-padding,
.request-wizard .add-more-services__section .wizard-portlet .p-body.no-padding,
.add-more-agents .request-wizard__sections .wizard-portlet .p-body.no-padding,
.add-more-agents .add-more-services__section .wizard-portlet .p-body.no-padding,
.add-more-services .request-wizard__sections .wizard-portlet .p-body.no-padding,
.add-more-services .add-more-services__section .wizard-portlet .p-body.no-padding {
  padding: 0;
}
.request-wizard .request-wizard__sections .wizard-portlet .p-body .control textarea,
.request-wizard .add-more-services__section .wizard-portlet .p-body .control textarea,
.add-more-agents .request-wizard__sections .wizard-portlet .p-body .control textarea,
.add-more-agents .add-more-services__section .wizard-portlet .p-body .control textarea,
.add-more-services .request-wizard__sections .wizard-portlet .p-body .control textarea,
.add-more-services .add-more-services__section .wizard-portlet .p-body .control textarea {
  border-radius: 8px;
}
.request-wizard .request-wizard__sections .commercial-activities-menu button,
.request-wizard .request-wizard__sections .husbandry-activities-menu button,
.request-wizard .add-more-services__section .commercial-activities-menu button,
.request-wizard .add-more-services__section .husbandry-activities-menu button,
.add-more-agents .request-wizard__sections .commercial-activities-menu button,
.add-more-agents .request-wizard__sections .husbandry-activities-menu button,
.add-more-agents .add-more-services__section .commercial-activities-menu button,
.add-more-agents .add-more-services__section .husbandry-activities-menu button,
.add-more-services .request-wizard__sections .commercial-activities-menu button,
.add-more-services .request-wizard__sections .husbandry-activities-menu button,
.add-more-services .add-more-services__section .commercial-activities-menu button,
.add-more-services .add-more-services__section .husbandry-activities-menu button {
  border-width: 0;
  outline-width: 0;
}
.request-wizard .request-wizard__sections .commercial-activities-menu button:focus:not(:active),
.request-wizard .request-wizard__sections .husbandry-activities-menu button:focus:not(:active),
.request-wizard .add-more-services__section .commercial-activities-menu button:focus:not(:active),
.request-wizard .add-more-services__section .husbandry-activities-menu button:focus:not(:active),
.add-more-agents .request-wizard__sections .commercial-activities-menu button:focus:not(:active),
.add-more-agents .request-wizard__sections .husbandry-activities-menu button:focus:not(:active),
.add-more-agents .add-more-services__section .commercial-activities-menu button:focus:not(:active),
.add-more-agents .add-more-services__section .husbandry-activities-menu button:focus:not(:active),
.add-more-services .request-wizard__sections .commercial-activities-menu button:focus:not(:active),
.add-more-services .request-wizard__sections .husbandry-activities-menu button:focus:not(:active),
.add-more-services .add-more-services__section .commercial-activities-menu button:focus:not(:active),
.add-more-services .add-more-services__section .husbandry-activities-menu button:focus:not(:active) {
  box-shadow: none;
}
.request-wizard .request-wizard__sections .commercial-activities-menu .dropdown-item:hover,
.request-wizard .request-wizard__sections .husbandry-activities-menu .dropdown-item:hover,
.request-wizard .add-more-services__section .commercial-activities-menu .dropdown-item:hover,
.request-wizard .add-more-services__section .husbandry-activities-menu .dropdown-item:hover,
.add-more-agents .request-wizard__sections .commercial-activities-menu .dropdown-item:hover,
.add-more-agents .request-wizard__sections .husbandry-activities-menu .dropdown-item:hover,
.add-more-agents .add-more-services__section .commercial-activities-menu .dropdown-item:hover,
.add-more-agents .add-more-services__section .husbandry-activities-menu .dropdown-item:hover,
.add-more-services .request-wizard__sections .commercial-activities-menu .dropdown-item:hover,
.add-more-services .request-wizard__sections .husbandry-activities-menu .dropdown-item:hover,
.add-more-services .add-more-services__section .commercial-activities-menu .dropdown-item:hover,
.add-more-services .add-more-services__section .husbandry-activities-menu .dropdown-item:hover {
  background-color: rgb(235.6461538462, 245.8461538462, 253.9538461538);
}
.request-wizard .request-wizard__sections .commercial-activities-menu .dropdown-content,
.request-wizard .request-wizard__sections .husbandry-activities-menu .dropdown-content,
.request-wizard .add-more-services__section .commercial-activities-menu .dropdown-content,
.request-wizard .add-more-services__section .husbandry-activities-menu .dropdown-content,
.add-more-agents .request-wizard__sections .commercial-activities-menu .dropdown-content,
.add-more-agents .request-wizard__sections .husbandry-activities-menu .dropdown-content,
.add-more-agents .add-more-services__section .commercial-activities-menu .dropdown-content,
.add-more-agents .add-more-services__section .husbandry-activities-menu .dropdown-content,
.add-more-services .request-wizard__sections .commercial-activities-menu .dropdown-content,
.add-more-services .request-wizard__sections .husbandry-activities-menu .dropdown-content,
.add-more-services .add-more-services__section .commercial-activities-menu .dropdown-content,
.add-more-services .add-more-services__section .husbandry-activities-menu .dropdown-content {
  border-radius: 1rem;
  border: 1px solid #dbdbdb;
}
.request-wizard .request-wizard__sections .request-wizard__intro-section,
.request-wizard .add-more-services__section .request-wizard__intro-section,
.add-more-agents .request-wizard__sections .request-wizard__intro-section,
.add-more-agents .add-more-services__section .request-wizard__intro-section,
.add-more-services .request-wizard__sections .request-wizard__intro-section,
.add-more-services .add-more-services__section .request-wizard__intro-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0;
}
@media (max-width: 768px) {
  .request-wizard .request-wizard__sections .request-wizard__intro-section,
  .request-wizard .add-more-services__section .request-wizard__intro-section,
  .add-more-agents .request-wizard__sections .request-wizard__intro-section,
  .add-more-agents .add-more-services__section .request-wizard__intro-section,
  .add-more-services .request-wizard__sections .request-wizard__intro-section,
  .add-more-services .add-more-services__section .request-wizard__intro-section {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
  }
}
.request-wizard .request-wizard__sections .request-wizard__intro-section .details-grid,
.request-wizard .add-more-services__section .request-wizard__intro-section .details-grid,
.add-more-agents .request-wizard__sections .request-wizard__intro-section .details-grid,
.add-more-agents .add-more-services__section .request-wizard__intro-section .details-grid,
.add-more-services .request-wizard__sections .request-wizard__intro-section .details-grid,
.add-more-services .add-more-services__section .request-wizard__intro-section .details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.request-wizard .request-wizard__sections .request-wizard__intro-section .details-grid.vessel,
.request-wizard .add-more-services__section .request-wizard__intro-section .details-grid.vessel,
.add-more-agents .request-wizard__sections .request-wizard__intro-section .details-grid.vessel,
.add-more-agents .add-more-services__section .request-wizard__intro-section .details-grid.vessel,
.add-more-services .request-wizard__sections .request-wizard__intro-section .details-grid.vessel,
.add-more-services .add-more-services__section .request-wizard__intro-section .details-grid.vessel {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .request-wizard .request-wizard__sections .request-wizard__intro-section .details-grid,
  .request-wizard .add-more-services__section .request-wizard__intro-section .details-grid,
  .add-more-agents .request-wizard__sections .request-wizard__intro-section .details-grid,
  .add-more-agents .add-more-services__section .request-wizard__intro-section .details-grid,
  .add-more-services .request-wizard__sections .request-wizard__intro-section .details-grid,
  .add-more-services .add-more-services__section .request-wizard__intro-section .details-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.request-wizard .request-wizard__sections .request-wizard__agents tr:last-child td:first-of-type,
.request-wizard .add-more-services__section .request-wizard__agents tr:last-child td:first-of-type,
.add-more-agents .request-wizard__sections .request-wizard__agents tr:last-child td:first-of-type,
.add-more-agents .add-more-services__section .request-wizard__agents tr:last-child td:first-of-type,
.add-more-services .request-wizard__sections .request-wizard__agents tr:last-child td:first-of-type,
.add-more-services .add-more-services__section .request-wizard__agents tr:last-child td:first-of-type {
  border-radius: 0 0 0 16px;
}
.request-wizard .request-wizard__sections .request-wizard__agents tr:last-child td:last-of-type,
.request-wizard .add-more-services__section .request-wizard__agents tr:last-child td:last-of-type,
.add-more-agents .request-wizard__sections .request-wizard__agents tr:last-child td:last-of-type,
.add-more-agents .add-more-services__section .request-wizard__agents tr:last-child td:last-of-type,
.add-more-services .request-wizard__sections .request-wizard__agents tr:last-child td:last-of-type,
.add-more-services .add-more-services__section .request-wizard__agents tr:last-child td:last-of-type {
  border-radius: 0 0 16px 0;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper {
  display: flex;
  flex-direction: column;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses:not(:last-child),
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .expenses:not(:last-child),
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses:not(:last-child),
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .expenses:not(:last-child),
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses:not(:last-child),
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .expenses:not(:last-child) {
  border-bottom: 1px dashed #dbdbdb;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-header,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-header,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-header,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-header,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-header,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-header {
  padding: 16px 26px;
  display: flex;
  align-items: center;
  color: #dbdbdb;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-header .is-checkbox,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-header .is-checkbox,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-header .is-checkbox,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-header .is-checkbox,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-header .is-checkbox,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-header .is-checkbox {
  padding-bottom: 0;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-content,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-content,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-content,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-content,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-content,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-content {
  padding: 0 26px;
  color: #363636;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-content h3.type,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-content h3.type,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-content h3.type,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-content h3.type,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses .expense-content h3.type,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .expenses .expense-content h3.type {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses ul.items,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .expenses ul.items,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses ul.items,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .expenses ul.items,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses ul.items,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .expenses ul.items {
  justify-content: flex-start;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses ul.items li,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .expenses ul.items li,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses ul.items li,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .expenses ul.items li,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .expenses ul.items li,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .expenses ul.items li {
  min-width: unset;
  max-width: fit-content;
  margin-top: 0;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container {
  display: flex;
  flex-direction: column;
  color: var(--hl-contrast-black);
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container:last-of-type.collapsed .group-header,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container:last-of-type.collapsed .group-header,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container:last-of-type.collapsed .group-header,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container:last-of-type.collapsed .group-header,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container:last-of-type.collapsed .group-header,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container:last-of-type.collapsed .group-header {
  border-bottom: unset;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 1rem;
  border-bottom: 1px solid var(--hl-border);
  padding: 0 0.875rem;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header h1,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header h1,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header h1,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header h1,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header h1,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .group-header h1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table {
  border-collapse: unset;
  margin-bottom: 1rem;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr {
  height: 48px;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr th,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr th,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr th,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr th,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr th,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table thead tr th {
  padding: 0.5rem 0.875rem;
  vertical-align: middle;
  border-width: 0 0 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr {
  height: 56px;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td {
  padding: 0.5rem 0.875rem;
  vertical-align: middle;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type {
  width: 30rem;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type .parameters,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type .parameters,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type .parameters,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type .parameters,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type .parameters,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-type .parameters {
  margin-left: 21px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7a7a7a;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity {
  width: 8rem;
}
.request-wizard .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity input,
.request-wizard .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity input,
.add-more-agents .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity input,
.add-more-agents .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity input,
.add-more-services .request-wizard__sections .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity input,
.add-more-services .add-more-services__section .request-wizard__activities .activities-wrapper .husbandry-expense-groups .group-container .table-container table tbody tr td.expense-quantity input {
  height: 2rem;
  cursor: default;
  width: 6rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities,
.request-wizard .request-wizard__sections .add-more-services__portlet,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities,
.request-wizard .add-more-services__section .request-wizard__commercial-activities,
.request-wizard .add-more-services__section .add-more-services__portlet,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities,
.add-more-agents .request-wizard__sections .add-more-services__portlet,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities,
.add-more-agents .add-more-services__section .add-more-services__portlet,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities,
.add-more-services .request-wizard__sections .add-more-services__portlet,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities,
.add-more-services .add-more-services__section .request-wizard__commercial-activities,
.add-more-services .add-more-services__section .add-more-services__portlet {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .p-header,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .p-header,
.request-wizard .request-wizard__sections .add-more-services__portlet .p-header,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .p-header,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .p-header,
.request-wizard .add-more-services__section .add-more-services__portlet .p-header,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .p-header,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .p-header,
.add-more-agents .request-wizard__sections .add-more-services__portlet .p-header,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .p-header,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .p-header,
.add-more-agents .add-more-services__section .add-more-services__portlet .p-header,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .p-header,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .p-header,
.add-more-services .request-wizard__sections .add-more-services__portlet .p-header,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .p-header,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .p-header,
.add-more-services .add-more-services__section .add-more-services__portlet .p-header {
  padding: 22px 26px;
  border-bottom: none;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .p-body,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .p-body,
.request-wizard .request-wizard__sections .add-more-services__portlet .p-body,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .p-body,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .p-body,
.request-wizard .add-more-services__section .add-more-services__portlet .p-body,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .p-body,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .p-body,
.add-more-agents .request-wizard__sections .add-more-services__portlet .p-body,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .p-body,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .p-body,
.add-more-agents .add-more-services__section .add-more-services__portlet .p-body,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .p-body,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .p-body,
.add-more-services .request-wizard__sections .add-more-services__portlet .p-body,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .p-body,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .p-body,
.add-more-services .add-more-services__section .add-more-services__portlet .p-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .p-body:not(:empty),
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .p-body:not(:empty),
.request-wizard .request-wizard__sections .add-more-services__portlet .p-body:not(:empty),
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .p-body:not(:empty),
.request-wizard .add-more-services__section .request-wizard__commercial-activities .p-body:not(:empty),
.request-wizard .add-more-services__section .add-more-services__portlet .p-body:not(:empty),
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .p-body:not(:empty),
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .p-body:not(:empty),
.add-more-agents .request-wizard__sections .add-more-services__portlet .p-body:not(:empty),
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .p-body:not(:empty),
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .p-body:not(:empty),
.add-more-agents .add-more-services__section .add-more-services__portlet .p-body:not(:empty),
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .p-body:not(:empty),
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .p-body:not(:empty),
.add-more-services .request-wizard__sections .add-more-services__portlet .p-body:not(:empty),
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .p-body:not(:empty),
.add-more-services .add-more-services__section .request-wizard__commercial-activities .p-body:not(:empty),
.add-more-services .add-more-services__section .add-more-services__portlet .p-body:not(:empty) {
  border-top: 1px solid hsl(0, 0%, 86%);
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .expense-group-errors,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .expense-group-errors,
.request-wizard .request-wizard__sections .add-more-services__portlet .expense-group-errors,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .expense-group-errors,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .expense-group-errors,
.request-wizard .add-more-services__section .add-more-services__portlet .expense-group-errors,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .expense-group-errors,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .expense-group-errors,
.add-more-agents .request-wizard__sections .add-more-services__portlet .expense-group-errors,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .expense-group-errors,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .expense-group-errors,
.add-more-agents .add-more-services__section .add-more-services__portlet .expense-group-errors,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .expense-group-errors,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .expense-group-errors,
.add-more-services .request-wizard__sections .add-more-services__portlet .expense-group-errors,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .expense-group-errors,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .expense-group-errors,
.add-more-services .add-more-services__section .add-more-services__portlet .expense-group-errors {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--hl-destructive);
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 0 12px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .currency-tag,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .currency-tag,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .currency-tag,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .currency-tag,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .currency-tag,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .currency-tag,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .currency-tag,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .currency-tag,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .currency-tag,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .currency-tag,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .currency-tag,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .currency-tag,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .currency-tag,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .currency-tag,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .currency-tag,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .currency-tag,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .currency-tag,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .currency-tag {
  margin-left: 0.5rem;
  padding: 5px 12px;
  text-transform: none;
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  min-height: 30px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group nav .buttons,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group nav .buttons,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group nav .buttons,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group nav .buttons,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group nav .buttons,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group nav .buttons,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group nav .buttons,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group nav .buttons,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group nav .buttons,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group nav .buttons,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group nav .buttons,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group nav .buttons {
  display: flex;
  gap: 0.5rem;
  margin-right: 0.5rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons button,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group nav .buttons button,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group nav .buttons button,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons button,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group nav .buttons button,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group nav .buttons button,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons button,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group nav .buttons button,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group nav .buttons button,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons button,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group nav .buttons button,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group nav .buttons button,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons button,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group nav .buttons button,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group nav .buttons button,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group nav .buttons button,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group nav .buttons button,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group nav .buttons button {
  border-radius: 0.5rem;
  padding: 5px 12px;
  display: inline-flex;
  gap: 0.5rem;
  margin-right: 0;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container {
  margin-bottom: 0;
  overflow: unset;
  overflow-y: unset;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table {
  background-color: #fcfcfc;
  border-collapse: unset;
  border-radius: 20px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td {
  padding: 8px;
  vertical-align: middle;
  border-top: none;
  border-left: none;
  border-right: none;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:first-child,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:first-child,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:first-child,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:first-child,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th:first-child,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td:first-child,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:first-child,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:first-child,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:first-child,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:first-child,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th:first-child,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td:first-child,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th:first-child,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td:first-child,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th:first-child,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td:first-child,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th:first-child,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td:first-child,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:first-child,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:first-child,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th:first-child,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td:first-child {
  padding-left: 1.5rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:last-child,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:last-child,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:last-child,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:last-child,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th:last-child,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td:last-child,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:last-child,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:last-child,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:last-child,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:last-child,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th:last-child,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td:last-child,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th:last-child,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td:last-child,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th:last-child,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td:last-child,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th:last-child,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td:last-child,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th:last-child,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td:last-child,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th:last-child,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td:last-child {
  padding-right: 1.5rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-index,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-index,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-index,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-index,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-index,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-index,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-index,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-index,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-index,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-index,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-index,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-index,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-index,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-index,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-index,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-index,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-index,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-index,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-index,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-index,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-index,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-index {
  width: 3%;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-name,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-name,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-name,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-name,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-name,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-name,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-name,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-name,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-name,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-name,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-name,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-name,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-name,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-name,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-name,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-name,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-name,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-name,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-name,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-name,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-name,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-name {
  width: 23%;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity {
  width: 12%;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control {
  display: flex;
  vertical-align: middle;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control input,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control input,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control input,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .control input,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .control input,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .control input {
  height: 40px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-quantity .custom-select__placeholder,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-quantity .custom-select__placeholder {
  font-size: 16px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-unit,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-unit,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-unit,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-unit,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-unit,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-unit,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-unit,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-unit,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-unit,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-unit,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-unit,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-unit,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-unit,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-unit,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-unit,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-unit,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-unit,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-unit,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-unit,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-unit,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-unit,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-unit {
  width: 12%;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-right: 1px solid #eaeaea;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options {
  width: 42%;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper {
  display: flex;
  gap: 0.5rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-options .options-wrapper .expense-option-selector,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-options .options-wrapper .expense-option-selector {
  width: 100%;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-actions,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-actions,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-actions,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-actions,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-actions,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-actions,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-actions,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-actions,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-actions,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-actions,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-actions,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-actions,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-actions,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-actions,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-actions,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-actions,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-actions,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-actions,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th.column-actions,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td.column-actions,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th.column-actions,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td.column-actions {
  width: 8%;
  text-align: right;
  vertical-align: middle;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control {
  padding: 0;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__value-container,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__value-container {
  height: 40px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__indicator-separator,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__indicator-separator {
  display: none;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .custom-select__control .custom-select__input,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .custom-select__control .custom-select__input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th input.expense-quantity,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td input.expense-quantity,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th input.expense-quantity,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td input.expense-quantity,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th input.expense-quantity,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td input.expense-quantity {
  border-radius: 8px;
  padding: 6px 12px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  padding-bottom: 0.25rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .svg-inline--fa,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .svg-inline--fa {
  height: 1rem;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus.btn-comment,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited.btn-comment {
  color: #2196f3;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:active .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:focus .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th .buttons button:visited .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:active .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:focus .notification-dot,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table td .buttons button:visited .notification-dot {
  position: absolute;
  top: -3px;
  right: -9px;
  width: 8px;
  height: 8px;
  background-color: #0a6ebd;
  border-radius: 50%;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table th,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table th,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table th,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table th {
  border-bottom: 1px solid #eaeaea;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr {
  line-height: 2.5rem;
  border-bottom: 1px solid #eaeaea;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr.has-error,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr.has-error,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr.has-error,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr.has-error,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr.has-error,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr.has-error,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr.has-error,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr.has-error,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr.has-error,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr.has-error,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr.has-error {
  background-color: var(--hl-destructive-lightest);
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td {
  border-bottom: none;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:first-of-type,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:first-of-type {
  border-radius: 0 0 0 20px;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table tr:last-child td:last-of-type,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table tr:last-child td:last-of-type {
  border-radius: 0 0 20px 0;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table.is-hidden,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table.is-hidden,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table.is-hidden,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table.is-hidden,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table.is-hidden,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table.is-hidden,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table.is-hidden,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table.is-hidden,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .table-container .table.is-hidden,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .table-container .table.is-hidden,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .table-container .table.is-hidden {
  display: none;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .button.is-white, .request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .button.is-white,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .button.is-white,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .buttons.are-small > .is-white.sorting-label,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .button.is-white,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .buttons.are-small > .is-white.sorting-label {
  height: 1.5rem;
  padding: 0;
  background: transparent;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .button, .request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .sorting-label,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .button,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .sorting-label,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .button,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .sorting-label,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .button,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .sorting-label,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .button,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .sorting-label,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .button,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .button,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .button,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .button,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .button,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .button,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .button,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .button,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .button,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .button,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .button,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .button,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .sorting-label,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .button,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .sorting-label {
  border: 1px solid #dbdbdb;
  background-color: white;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .input,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .input,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .input,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .input,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .input,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .input,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .input,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .input,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .input,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .input,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .input,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .input,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .input,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .input,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .field.has-addons .input,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .field.has-addons .input,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .field.has-addons .input,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .field.has-addons .input {
  box-shadow: none;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.request-wizard .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.request-wizard .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox .checkbox-box,
.request-wizard .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox input[type=checkbox],
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.request-wizard .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.request-wizard .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox .checkbox-box,
.request-wizard .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-agents .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-agents .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-agents .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-agents .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-agents .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-agents .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-services .request-wizard__sections .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-services .request-wizard__sections .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-services .request-wizard__sections .add-more-services__portlet .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-services .add-more-services__section .request-wizard__husbandry-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-services .add-more-services__section .request-wizard__commercial-activities .husbandry-expense-group .is-checkbox input[type=checkbox],
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox .checkbox-box,
.add-more-services .add-more-services__section .add-more-services__portlet .husbandry-expense-group .is-checkbox input[type=checkbox] {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  left: -6px;
  transform: translateY(-50%);
}
.request-wizard .custom-select__menu,
.add-more-agents .custom-select__menu,
.add-more-services .custom-select__menu {
  width: 100%;
  font-size: 14px;
}
.request-wizard .custom-select__menu .custom-select__option,
.add-more-agents .custom-select__menu .custom-select__option,
.add-more-services .custom-select__menu .custom-select__option {
  line-height: 1.5rem;
}
.request-wizard .agent-details__section:not(:last-child),
.add-more-agents .agent-details__section:not(:last-child),
.add-more-services .agent-details__section:not(:last-child) {
  border-bottom: 1px dashed #dbdbdb;
}
.request-wizard .agent-details__section .details-grid,
.add-more-agents .agent-details__section .details-grid,
.add-more-services .agent-details__section .details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media (max-width: 768px) {
  .request-wizard .agent-details__section .details-grid,
  .add-more-agents .agent-details__section .details-grid,
  .add-more-services .agent-details__section .details-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.request-wizard .loading-overlay-container,
.add-more-agents .loading-overlay-container,
.add-more-services .loading-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.request-wizard .loading-overlay-container .loading-circle-container,
.add-more-agents .loading-overlay-container .loading-circle-container,
.add-more-services .loading-overlay-container .loading-circle-container {
  position: relative;
  width: 422px;
  height: 422px;
}
.request-wizard .loading-overlay-container .loading-circle-container .rotating-border,
.add-more-agents .loading-overlay-container .loading-circle-container .rotating-border,
.add-more-services .loading-overlay-container .loading-circle-container .rotating-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #2196f3, #90cbf9, #fff, #2196f3);
  animation: spin 2s linear infinite;
}
.request-wizard .loading-overlay-container .loading-circle-container .loading-overlay,
.add-more-agents .loading-overlay-container .loading-circle-container .loading-overlay,
.add-more-services .loading-overlay-container .loading-circle-container .loading-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request-wizard .loading-overlay-container .loading-circle-container .loading-overlay .loading-content,
.add-more-agents .loading-overlay-container .loading-circle-container .loading-overlay .loading-content,
.add-more-services .loading-overlay-container .loading-circle-container .loading-overlay .loading-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}
.request-wizard .loading-overlay-container .loading-circle-container .loading-overlay .loading-content .icon-container,
.add-more-agents .loading-overlay-container .loading-circle-container .loading-overlay .loading-content .icon-container,
.add-more-services .loading-overlay-container .loading-circle-container .loading-overlay .loading-content .icon-container {
  margin-bottom: 1rem;
}
.request-wizard .loading-overlay-container .loading-circle-container .loading-overlay .loading-content .icon-container svg,
.add-more-agents .loading-overlay-container .loading-circle-container .loading-overlay .loading-content .icon-container svg,
.add-more-services .loading-overlay-container .loading-circle-container .loading-overlay .loading-content .icon-container svg {
  height: 100px;
  color: #B5B5B5;
}
.request-wizard .requests-summary-tag,
.add-more-agents .requests-summary-tag,
.add-more-services .requests-summary-tag {
  margin-left: 8px;
  color: #0a6ebd;
  background-color: #ecf6fe;
  font-weight: normal;
}
.request-wizard .requests-summary-tag:not(body),
.add-more-agents .requests-summary-tag:not(body),
.add-more-services .requests-summary-tag:not(body) {
  text-transform: unset;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.quotations-outer-scrollable-table-wrapper {
  width: 100%;
  border-radius: 0 0 1.5rem 1.5rem;
  overflow: hidden;
}
.quotations-inner-scrollable-table-wrapper {
  max-width: 100%;
  overflow-x: scroll;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.quotations-scrollable-table {
  position: relative;
  border-collapse: initial;
}
.quotations-scrollable-table thead th {
  top: 0;
  background: #ffffff;
  min-width: 175px;
  border-right: 1px solid hsl(0, 0%, 86%);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  z-index: 1;
}
.quotations-scrollable-table thead th:not(:first-child) {
  text-align: center !important;
}
.quotations-scrollable-table thead th:first-child {
  min-width: 35rem;
}
@media screen and (min-width: 1024px) {
  .quotations-scrollable-table thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
  }
  .quotations-scrollable-table thead th:first-child {
    left: 0;
    z-index: 2;
    width: 37.5rem;
  }
}
.quotations-scrollable-table tbody th,
.quotations-scrollable-table tfoot th {
  padding: 4px;
  border-right: 1px solid hsl(0, 0%, 86%);
  background-color: hsl(0, 0%, 98%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .quotations-scrollable-table tbody th,
  .quotations-scrollable-table tfoot th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
  }
}
.quotations-scrollable-table tbody td,
.quotations-scrollable-table tfoot td {
  text-align: center;
  border-right: 1px solid hsl(0, 0%, 86%);
}
.quotations-scrollable-table tfoot tr.totals th {
  vertical-align: middle;
}
.quotations-scrollable-table tfoot tr.totals td {
  text-align: center;
}
.quotations-scrollable-table .item-values {
  display: inline-flex;
  margin: 0;
  list-style: none;
  justify-content: left;
  width: 100%;
  font-weight: normal;
  color: hsl(0, 0%, 29%);
}
.quotations-scrollable-table .item-values li {
  padding: 0 10px;
  min-width: 25px;
  word-wrap: break-word;
  white-space: normal;
}
.quotations-scrollable-table .item-values li.exp {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}
.quotations-scrollable-table .item-values li.uom {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.quotations-scrollable-table .item-values li.note {
  width: 30px;
}
@media screen and (max-width: 1023px) {
  .quotations-scrollable-table .cell-label {
    position: relative;
  }
}
.quotations-scrollable-table .cell-label[data-cell]:after {
  content: attr(data-cell);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5rem;
  font-weight: 600;
  background: #7e57c2;
  color: white;
  width: auto;
  height: auto;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 0.0625rem 0.5rem;
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 2px;
  margin-left: 14px;
  z-index: 1;
}
.quotations-scrollable-main-wrapper-container {
  overflow-x: hidden;
}
.quotations-expenses-table-portal {
  border: var(--hl-border) 1px solid;
}
.quote-expenses-table-portal {
  --global-margin: 2rem;
  --sidebar-width: 73.5px;
  max-width: calc(100vw - 2 * var(--global-margin));
  --quote-expense-width: 7.25rem;
  --quote-expense-amount-with-percentage: 5.25rem;
  border: var(--hl-border) 1px solid;
}
@media screen and (min-width: 1024px) {
  .quote-expenses-table-portal {
    max-width: calc(100vw - 2 * var(--global-margin) - var(--sidebar-width));
  }
}
.quote-expenses-table-portal .wrapper {
  position: relative;
  overflow-x: auto;
}
.quote-expenses-table-portal .table > * {
  box-sizing: border-box;
}
.quote-expenses-table-portal .table tbody tr:last-child td,
.quote-expenses-table-portal .table tbody tr:last-child th {
  border-bottom-width: 1px;
}
.quote-expenses-table-portal .table tfoot td,
.quote-expenses-table-portal .table tfoot th {
  border-width: 0 0 1px;
}
.quote-expenses-table-portal .table th,
.quote-expenses-table-portal .table td {
  height: 3.5rem;
  vertical-align: middle;
  padding: 0.5rem;
  color: var(--hl-font-primary);
}
.quote-expenses-table-portal .table td.quote-amounts-cell,
.quote-expenses-table-portal .table th.quote-amounts-cell {
  padding: 0.5rem 1.5rem;
}
.quote-expenses-table-portal .table td:not(.no-border-right),
.quote-expenses-table-portal .table th:not(.no-border-right) {
  border-right: 1px solid var(--hl-border);
}
.quote-expenses-table-portal .table th {
  font-size: 1rem;
  font-weight: 600;
}
.quote-expenses-table-portal .table th:first-child {
  padding: 0.5rem 0.8rem;
}
.quote-expenses-table-portal .table td {
  font-size: 0.875rem;
}
.quote-expenses-table-portal .table td:first-child {
  padding: 0.5rem 0.8rem;
}
.quote-expenses-table-portal .table .input {
  display: inline-block;
  border-radius: 0.25rem;
  height: 2rem;
  padding: 0.375rem 0.5625rem;
  color: #7a7a7a;
}
.quote-expenses-table-portal .table .input.input-quantity {
  min-width: 6.3125rem;
  max-width: 6.3125rem;
  max-height: 2rem;
}
.quote-expenses-table-portal .table .input.input-amount {
  text-align: right;
  min-width: calc(var(--quote-expense-width) + 2rem);
  max-width: calc(var(--quote-expense-width) + 2rem);
}
.quote-expenses-table-portal .table .input.input-amount__with-percentage {
  text-align: right;
  min-width: var(--quote-expense-amount-with-percentage);
  max-width: var(--quote-expense-amount-with-percentage);
}
.quote-expenses-table-portal .table .input.input-amount-percentage {
  text-align: right;
  min-width: 3.75rem;
  max-width: 3.75rem;
}
.quote-expenses-table-portal .table div.control {
  box-sizing: border-box;
  max-height: 2rem;
  display: inline-block;
}
.quote-expenses-table-portal .table span.quote-expense-amount {
  min-width: var(--quote-expense-width);
  vertical-align: middle;
  display: flex;
  border-radius: 0.25rem;
  padding: 0.375rem 0;
  height: 2rem;
  align-items: center;
  justify-content: flex-start;
}
.quote-expenses-table-portal .table span.quote-expense-amount.right {
  justify-content: flex-end;
}
.quote-expenses-table-portal .table span.quote-expense-amount-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: var(--quote-expense-width);
  border-radius: 0.25rem;
  height: 3.75rem;
}
.quote-expenses-table-portal .table span.quote-expense-amount-column.right {
  align-items: flex-end;
}
.quote-expenses-table-portal .table thead tr th:first-child,
.quote-expenses-table-portal .table thead tr td:first-child,
.quote-expenses-table-portal .table tbody tr th:first-child,
.quote-expenses-table-portal .table tbody tr td:first-child,
.quote-expenses-table-portal .table tfoot tr th:first-child,
.quote-expenses-table-portal .table tfoot tr td:first-child {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  width: 17.5rem;
  min-width: 17.5rem;
  max-width: 17.5rem;
  z-index: 1;
}
.quote-expenses-table-portal .table thead tr th:nth-child(2),
.quote-expenses-table-portal .table thead tr td:nth-child(2),
.quote-expenses-table-portal .table tbody tr th:nth-child(2),
.quote-expenses-table-portal .table tbody tr td:nth-child(2),
.quote-expenses-table-portal .table tfoot tr th:nth-child(2),
.quote-expenses-table-portal .table tfoot tr td:nth-child(2) {
  position: sticky;
  position: -webkit-sticky;
  left: 17.5rem;
  width: 7.5rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  z-index: 1;
}
.quote-expenses-table-portal .table thead tr th:nth-child(3),
.quote-expenses-table-portal .table thead tr td:nth-child(3),
.quote-expenses-table-portal .table tbody tr th:nth-child(3),
.quote-expenses-table-portal .table tbody tr td:nth-child(3),
.quote-expenses-table-portal .table tfoot tr th:nth-child(3),
.quote-expenses-table-portal .table tfoot tr td:nth-child(3) {
  position: sticky;
  position: -webkit-sticky;
  left: 25rem;
  width: 8.5rem;
  min-width: 8.5rem;
  max-width: 8.5rem;
  z-index: 1;
}
.quote-expenses-table-portal .table thead tr th:nth-child(4),
.quote-expenses-table-portal .table thead tr td:nth-child(4),
.quote-expenses-table-portal .table tbody tr th:nth-child(4),
.quote-expenses-table-portal .table tbody tr td:nth-child(4),
.quote-expenses-table-portal .table tfoot tr th:nth-child(4),
.quote-expenses-table-portal .table tfoot tr td:nth-child(4) {
  position: sticky;
  position: -webkit-sticky;
  left: 33.5rem;
  width: 6rem;
  min-width: 6rem;
  max-width: 6rem;
  z-index: 1;
}
.renegotiation-form .modal .modal-card {
  width: 900px;
}
@media (max-width: 900px) {
  .renegotiation-form .modal .modal-card {
    width: 100%;
  }
}
.renegotiation-form .modal .modal-card .modal-card-head {
  padding: 20px;
  border-radius: 16px 16px 0 0;
}
.renegotiation-form .modal .modal-card .modal-card-foot {
  padding: 20px;
  border-radius: 0 0 16px 16px;
  justify-content: flex-end;
}
.renegotiation-form .modal .modal-card .modal-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.renegotiation-form .modal .modal-card .modal-card-body .modal-intro {
  font-size: 16px;
  line-height: 24px;
  color: var(--hl-primary-dark-hover);
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper {
  padding: 0 16px;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper:not(:last-of-type) {
  margin-bottom: 16px;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper h2.group-name {
  font-weight: bold;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper th {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper td {
  align-content: center;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper th:nth-child(1),
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper td:nth-child(1) {
  width: 30%;
  max-width: 265px;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper th:nth-child(2),
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper td:nth-child(2) {
  width: 10%;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper th:nth-child(3),
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper td:nth-child(3) {
  width: 20%;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper th:nth-child(4),
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper td:nth-child(4) {
  width: 20%;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper th:nth-child(5),
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper td:nth-child(5) {
  width: 20%;
}
.renegotiation-form .modal .modal-card .modal-card-body .table-wrapper .expense-parameters {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7a7a7a;
}
.quoted-expense-cell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 8px;
}
.evaluate-quotations-portlet {
  border: 1px solid var(--hl-border);
  border-radius: 1rem;
}
.evaluate-quotations-portlet table {
  border-radius: 1rem;
  overflow-x: auto;
  position: relative;
}
.evaluate-quotations-portlet table th {
  position: unset;
}
.evaluate-quotations-portlet table th .columns {
  width: 38rem;
}
.evaluate-quotations-portlet table th.portlet-header {
  border-radius: 1rem 1rem 0 0;
  padding: 24px;
}
.evaluate-quotations-portlet table tr.appointment-row {
  border-radius: 0 0 1rem 1rem;
}
.evaluate-quotations-portlet table tr.appointment-row td:first-of-type {
  border-radius: 0 0 0 1rem;
}
.evaluate-quotations-portlet table tr.appointment-row td:last-of-type {
  border-radius: 0 0 1rem 0;
}
.evaluate-quotations-portlet table tr:last-child td,
.evaluate-quotations-portlet table tr:last-child th {
  border-bottom-width: unset;
}
.evaluate-quotations-portlet table .expense-name .parameters {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7a7a7a;
}
.evaluate-quotations-portlet table .expense-quantity,
.evaluate-quotations-portlet table .expense-unit {
  margin: auto 0;
  padding: 0 4px;
}
.evaluate-quotations-portlet table .expense-quantity input,
.evaluate-quotations-portlet table .expense-unit input {
  height: 2rem;
  cursor: default;
  width: 6rem;
  padding: 0.5rem;
}
.evaluate-quotations-portlet table .sticky-column {
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: inherit;
  box-shadow: 1px 0 2.5px rgba(0, 0, 0, 0.1);
}
.evaluate-quotations-portlet .disabled-link-wrapper {
  pointer-events: none;
  opacity: 0.6;
}
.evaluation-cell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.evaluation-cell.double-row {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.evaluation-cell.is-renegotiate {
  grid-template-columns: repeat(2, 1fr) 50px;
}
.renegotiate-evaluation-quotation-table td,
.renegotiate-evaluation-quotation-table th {
  vertical-align: middle;
}
.renegotiate-evaluation-quotation-table .fixed-cell {
  display: flex;
  width: 5.625rem;
  padding: 0.375rem 0.5625rem;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid var(--hl-background-3);
  background: var(--hl-background-3);
  color: var(--hl-text-light);
}
.renegotiate-evaluation-quotation-table .fixed-cell.fixed-cell-amount {
  width: 7.625rem;
  justify-content: flex-end;
}
.pricelist-menu-link span:nth-child(2) {
  margin-top: 2px !important;
}
h1.pricelist-heading {
  color: #282828;
  font-size: 21px;
  font-weight: 700;
  line-height: 2rem;
  margin: 0 0.5rem;
}
.hl-pricelist-filter {
  width: 15rem;
}
.hl-pricelist-filter .hl-select__control {
  border-radius: 0.75rem !important;
  padding: 0.25rem 0.5rem !important;
}
.pricelist-details-header {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 22px;
}
.pricelist-details-header .pricelist-state-tag {
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  border-radius: 0.5rem;
  height: 32px;
  font-weight: 600;
  font-size: 14px;
}
.pricelist-details-header .pricelist-state-tag.PUBLISHED, .pricelist-details-header .pricelist-state-tag.ACTIVE {
  background-color: var(--hl-success);
  color: #ffffff;
}
.pricelist-details-header .pricelist-state-tag.DRAFT {
  background-color: var(--hl-subtle-lighter);
  color: var(--hl-subtle);
}
.pricelist-details-header .pricelist-state-tag.INACTIVE {
  background-color: var(--hl-subtle-selected);
  color: var(--hl-subtle);
}
.pricelist-details-overview {
  padding: 1rem 1.5rem;
  border: 1px solid var(--hl-border);
  border-radius: 0.5rem;
  background-color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.pricelist-details-overview .custom-pricelist-disclaimer {
  margin: 0 -24px;
  padding: 24px 24px 8px 24px;
  border-top: 1px solid var(--hl-subtle-lighter);
}
.pricelist-details-overview .custom-pricelist-disclaimer .message-body {
  border-width: 1px 1px 1px 4px;
}
.pricelist-table th,
.pricelist-table td {
  padding: 0.88rem 0.5rem;
  height: 3.2rem;
  vertical-align: middle;
}
.pricelist-table th:nth-child(2),
.pricelist-table td:nth-child(2) {
  width: 300px;
}
.pricelist-table th:nth-child(3),
.pricelist-table td:nth-child(3) {
  width: 400px;
}
.pricelist-table tr.discount-row {
  background-color: var(--hl-background-2);
}
.pricelist-table tr.discount-row.header td {
  font-weight: 600;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.pricelist-table tr.discount-row td .tag {
  font-weight: 400;
  text-transform: initial;
}
.state-tag {
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.9375rem;
}
.pricelist-details-husbandry-table.table {
  border-radius: 0.5rem;
}
.pricelist-details-husbandry-table.table thead th {
  color: var(--hl-contrast-dark);
  padding: 1rem;
  height: 3.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.pricelist-details-husbandry-table.table th {
  font-size: 1rem;
  font-weight: 600;
  vertical-align: middle;
  padding: 0.5rem 1rem;
}
.pricelist-details-husbandry-table.table td {
  font-size: 0.875rem;
  height: 3.5rem;
  vertical-align: middle;
  padding: 0.5rem 1rem;
}
.pricelist-details-husbandry-table.table tbody tr td:first-child {
  width: 350px;
}
.pricelist-details-husbandry-table.table tbody tr td:nth-child(2) {
  width: 170px;
}
.pricelist-details-husbandry-table.table th.border-right,
.pricelist-details-husbandry-table.table td.border-right {
  border-right: 1px solid var(--hl-border);
}
.pricelist-details-husbandry-table.table tr.group-heading-row th,
.pricelist-details-husbandry-table.table tr.group-heading-row td {
  padding: 1rem;
  font-size: 1.25rem;
}
.pricelist-details-husbandry-table.table tr.heading-row {
  background: var(--hl-background-2);
}
.pricelist-details-husbandry-table.table tr.heading-row th,
.pricelist-details-husbandry-table.table tr.heading-row td {
  height: 2.5rem;
}
.pricelist-details-husbandry-table.table input.input {
  height: 2rem;
  font-size: 0.875rem;
  padding: 0.375rem 0.5625rem;
  border-radius: 0.25rem;
}
.pricelist-details-husbandry-table.table .column {
  padding: 0.5rem 1rem;
}
.pricelist-details-husbandry-table.table tbody tr:last-child td,
.pricelist-details-husbandry-table.table tbody tr:last-child th {
  border-bottom-width: 1px !important;
}
.create-pricelist-btn {
  padding: 0.5rem 1rem;
  color: #2196f3;
  border: 1px solid #2196f3;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
}
.create-pricelist-btn:hover {
  color: #0a6ebd;
  border-color: #0a6ebd;
}
.new-pricelist-modal .modal-card-body {
  min-height: 300px;
  overflow: visible;
  padding: 24px 20px;
}
.new-pricelist-modal .modal-card-body p.duplicate-pricelist-disclaimer {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}
.new-pricelist-modal .modal-card-body .pricelist-details-form {
  flex-direction: column;
}
.pricelist-details-form {
  display: flex;
  gap: 1rem;
  overflow: visible;
}
.pricelist-details-form .custom-select__control {
  border-radius: 12px;
}
.pricelist-details-form .control input {
  border: 1px solid var(--hl-subtle-lighter);
  border-radius: 12px;
}
.pricelist-details-form .control input.is-danger {
  border-color: #f44336 !important;
}
.pricelist-details-form .custom-select__menu .custom-select__menu-list {
  max-height: 192px;
}
.pricelist-details-form .custom-select__multi-value {
  background-color: var(--hl-subtle-lightest);
  border-radius: 0.5rem;
}
.pricelist-details-form .custom-select__placeholder {
  font-weight: 400;
  color: var(--hl-placeholder);
}
.pricelist-details-form input::placeholder {
  color: var(--hl-placeholder);
}
.pricelist-details-agency-table.table {
  border-radius: 0.5rem;
}
.pricelist-details-agency-table.table tbody tr th {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2rem;
  height: 3.5rem !important;
  padding: 0 1rem;
  vertical-align: middle;
  border-right: 1px solid var(--hl-border);
  width: 520px;
}
.pricelist-details-agency-table.table tbody tr td {
  padding: 0.5rem 1rem;
  height: 3.5rem !important;
  vertical-align: middle;
}
.pricelist-details-agency-table.table tbody tr input.input {
  height: 2rem;
  font-size: 0.875rem;
  padding: 0.375rem 0.5625rem;
  border-radius: 0.25rem;
}
.is-link {
  cursor: pointer;
}
.is-link:hover {
  text-decoration: underline;
}
.price-item-cell {
  display: inline-flex;
  align-items: center;
}
.price-item-cell .padded-input {
  padding-right: 28px !important;
}
.icon-wrapper {
  position: relative;
  width: 0;
  right: 22px;
}
.discount-disclaimer-icon {
  color: #0a6ebd;
}
.discount-disclaimer-tooltip .rc-tooltip-content .rc-tooltip-inner {
  background-color: #0a6ebd;
  color: #ffffff;
  text-align: center;
}
.discount-disclaimer-tooltip .rc-tooltip-content .rc-tooltip-arrow {
  border-top-color: #0a6ebd;
}
.publish-disclaimer-tooltip .rc-tooltip-content .rc-tooltip-inner {
  text-align: center;
}
.port-directory-header {
  top: 0;
  z-index: 1;
  position: sticky;
}
.port-directory-overview-section-columns {
  display: flex;
}
.port-directory-overview-section-columns > div.port-directory-overview-section-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 0px;
}
.port-directory-overview-section-columns > div.port-directory-overview-section-column:not(:last-child) {
  margin-right: 8px;
}
.port-directory-overview-section > div.section-card {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}
.port-directory-overview-section.wrap-cards {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  vertical-align: top;
}
.port-directory-overview-section.wrap-cards > div.section-card:not(.card-full-width) {
  box-sizing: border-box;
  flex-basis: calc(50% - 8px);
  margin-right: 4px;
  margin-left: 4px;
}
.port-directory-overview-section.wrap-cards > div.section-card.card-full-width {
  flex-basis: 100%;
}
.port-directory-overview-section.wrap-cards > h2 {
  flex-basis: 100%;
}
.port-directory-overview-section:not(.wrap-cards) {
  display: flex;
  flex-direction: column;
}
.port-directory-overview-section:not(.wrap-cards).cards-full-height {
  flex-grow: 1;
}
.port-directory-overview-section:not(.wrap-cards).cards-full-height > div.section-card.card-full-height {
  flex-grow: 1;
}
ul.port-directory-list {
  flex-grow: 1;
}
ul.port-directory-list.should-break-in-2-columns {
  column-count: 2;
}
.port-directory-section-card {
  position: sticky;
  width: 260px;
  overflow-y: auto;
  background-color: var(--hl-background-0);
}
.port-directory-section-card.top-offset-sm {
  top: 225px;
  max-height: calc(100vh - 225px);
}
.port-directory-section-card.top-offset-md {
  top: 292px;
  max-height: calc(100vh - 292px);
}
.port-directory-section-card li.section-item:hover {
  background: var(--hl-primary-highlight);
}
.port-directory-section-card .port-directory-section-card-header {
  position: sticky;
  top: 0px;
  background-color: var(--hl-background-0);
  box-shadow: none;
}
.port-directory-back-to-top-icon {
  position: fixed;
  right: 88px;
  width: 40px;
  height: 70px;
  transition: bottom 100ms ease;
}
.port-directory-back-to-top-icon.shown {
  bottom: 120px;
}
.port-directory-back-to-top-icon.hidden {
  bottom: -80px;
}
.port-directory-back-to-top-icon svg {
  color: var(--hl-primary);
  background-color: var(--hl-background-2);
  border: 1px;
  border-radius: 50%;
  border-style: solid;
  border-color: #dbdbdb;
  cursor: pointer;
}
.sidebar-expanded + .main-wrapper-container .husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout {
  --sidebar-width: 260px;
}
.main-wrapper-container .husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout {
  --sidebar-width: 73.5px;
}
.husbandry-cost-estimator .has-width-600 {
  width: 600px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card {
  display: flex;
  flex-direction: column;
  background: var(--hl-background-2);
  border-radius: 16px;
  padding-top: 32px;
  padding-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .mb-26 {
  margin-bottom: 26px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .my-32 {
  margin: 32px 0;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout {
  display: flex;
  width: calc(100vw - 64px);
}
@media screen and (min-width: 1024px) {
  .husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout {
    width: calc(100vw - 64px - var(--sidebar-width));
  }
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div {
  flex-basis: 0;
  flex-shrink: 1;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div:first-child {
  margin-right: 16px;
  flex-grow: 3;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div:last-child {
  flex-grow: 4;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div input.price-list-group-input-field,
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div input.price-list-group-expense-input-field {
  min-width: 70px;
  max-width: 150px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div .price-list-group-select-field:not(:last-child) {
  margin-right: 4px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div .price-list-group-select-field .custom-select__control {
  height: 32px;
  width: 75px;
  border-radius: 12px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div table tr,
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div table th,
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div table td {
  vertical-align: middle;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div table tr {
  height: 56px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-main-card .price-layout > div table.empty-results-table {
  position: sticky;
  top: 200px;
  margin-top: 100px;
}
.husbandry-cost-estimator .husbandry-cost-estimator-footer > div {
  height: 64px;
  margin: 8px 8px 0;
  background: var(--hl-background-2);
  border-radius: 16px;
}
.husbandry-cost-estimator .detailsButton {
  width: 232px;
  height: 48px;
  font-size: 1rem;
  color: #fff;
  border-radius: 1rem;
}
.husbandry-cost-estimator .icon-with-tooltip {
  color: var(--hl-info-hover);
  width: 16px;
  height: 16px;
}
.rc-tooltip.husbandry-cost-estimator-tooltip .rc-tooltip-inner {
  background-color: var(--hl-info-hover) !important;
  max-width: 400px;
}
.rc-tooltip.husbandry-cost-estimator-tooltip .rc-tooltip-arrow {
  border-top-color: var(--hl-info-hover) !important;
}
.husbandry-proforma-section-header .arrow {
  width: 36px;
}
.husbandry-proforma-section-header .husbandry-proforma-dropdown .expense-groups-list .dropdown-item:hover {
  border-radius: 0.5rem;
  background-color: #f2f2f2;
}
.husbandry-proforma-section-header .husbandry-proforma-dropdown .expense-groups-list .dropdown-item.is-selected {
  border-radius: 0.5rem;
  background-color: #ecf6fe;
  color: #0a6ebd;
}
.husbandry-proforma-section-header .husbandry-proforma-dropdown .expense-groups-list .dropdown-item.is-active {
  border: 1px solid #0a6ebd;
  border-radius: 0.5rem;
  color: #0a6ebd;
  margin: -1px;
}
.husbandry-proforma-section-header .husbandry-proforma-dropdown .expense-list .dropdown-item:hover {
  border-radius: 0.5rem;
  background-color: #f2f2f2;
}
.husbandry-proforma-section-header .husbandry-proforma-dropdown .expense-list .dropdown-item.is-selected {
  border-radius: 0.5rem;
  background-color: #ecf6fe;
  color: #0a6ebd;
}
.husbandry-proforma-section-body .expense-group-action-row {
  border-top: 1px solid #dbdbdb;
}
.husbandry-proforma-section-body .expense-group-action-row .expense-group-name {
  display: inline-flex;
  vertical-align: middle;
}
.husbandry-proforma-section-body .expense-group-action-row .roe-button-container {
  display: inline-flex;
}
.husbandry-proforma-section-body .expense-group-action-row .roe-button-container button {
  border-radius: 0.5rem;
  display: inline-flex;
  gap: 6px;
}
.husbandry-proforma-section-body .expense-group-action-row .expense-group-actions {
  display: inline-flex;
  float: right;
  gap: 10px;
}
.husbandry-proforma-section-body .expense-group-action-row .expense-group-actions button {
  border-radius: 0.5rem;
  display: inline-flex;
  gap: 6px;
}
.husbandry-proforma-section-body .expense-group-action-row .expense-group-actions .husbandry-expenses-dropdown .dropdown-item {
  font-weight: normal;
}
.husbandry-proforma-section-body .expense-group-header-row,
.husbandry-proforma-section-body .expense-row {
  width: 100%;
}
.husbandry-proforma-section-body .expense-group-header-row th,
.husbandry-proforma-section-body .expense-group-header-row td,
.husbandry-proforma-section-body .expense-row th,
.husbandry-proforma-section-body .expense-row td {
  vertical-align: middle;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-index,
.husbandry-proforma-section-body .expense-group-header-row td.column-index,
.husbandry-proforma-section-body .expense-row th.column-index,
.husbandry-proforma-section-body .expense-row td.column-index {
  width: 3%;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-name,
.husbandry-proforma-section-body .expense-group-header-row td.column-name,
.husbandry-proforma-section-body .expense-row th.column-name,
.husbandry-proforma-section-body .expense-row td.column-name {
  width: 21%;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-amount, .husbandry-proforma-section-body .expense-group-header-row th.column-quantity,
.husbandry-proforma-section-body .expense-group-header-row td.column-amount,
.husbandry-proforma-section-body .expense-group-header-row td.column-quantity,
.husbandry-proforma-section-body .expense-row th.column-amount,
.husbandry-proforma-section-body .expense-row th.column-quantity,
.husbandry-proforma-section-body .expense-row td.column-amount,
.husbandry-proforma-section-body .expense-row td.column-quantity {
  width: 12%;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-amount .control, .husbandry-proforma-section-body .expense-group-header-row th.column-quantity .control,
.husbandry-proforma-section-body .expense-group-header-row td.column-amount .control,
.husbandry-proforma-section-body .expense-group-header-row td.column-quantity .control,
.husbandry-proforma-section-body .expense-row th.column-amount .control,
.husbandry-proforma-section-body .expense-row th.column-quantity .control,
.husbandry-proforma-section-body .expense-row td.column-amount .control,
.husbandry-proforma-section-body .expense-row td.column-quantity .control {
  display: flex;
  vertical-align: middle;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-amount .control input, .husbandry-proforma-section-body .expense-group-header-row th.column-quantity .control input,
.husbandry-proforma-section-body .expense-group-header-row td.column-amount .control input,
.husbandry-proforma-section-body .expense-group-header-row td.column-quantity .control input,
.husbandry-proforma-section-body .expense-row th.column-amount .control input,
.husbandry-proforma-section-body .expense-row th.column-quantity .control input,
.husbandry-proforma-section-body .expense-row td.column-amount .control input,
.husbandry-proforma-section-body .expense-row td.column-quantity .control input {
  height: 40px;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-amount .custom-select__placeholder, .husbandry-proforma-section-body .expense-group-header-row th.column-quantity .custom-select__placeholder,
.husbandry-proforma-section-body .expense-group-header-row td.column-amount .custom-select__placeholder,
.husbandry-proforma-section-body .expense-group-header-row td.column-quantity .custom-select__placeholder,
.husbandry-proforma-section-body .expense-row th.column-amount .custom-select__placeholder,
.husbandry-proforma-section-body .expense-row th.column-quantity .custom-select__placeholder,
.husbandry-proforma-section-body .expense-row td.column-amount .custom-select__placeholder,
.husbandry-proforma-section-body .expense-row td.column-quantity .custom-select__placeholder {
  font-size: 16px;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-unit,
.husbandry-proforma-section-body .expense-group-header-row td.column-unit,
.husbandry-proforma-section-body .expense-row th.column-unit,
.husbandry-proforma-section-body .expense-row td.column-unit {
  width: 12%;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-right: 1px solid #eaeaea;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-options,
.husbandry-proforma-section-body .expense-group-header-row td.column-options,
.husbandry-proforma-section-body .expense-row th.column-options,
.husbandry-proforma-section-body .expense-row td.column-options {
  width: 32%;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-options .options-wrapper,
.husbandry-proforma-section-body .expense-group-header-row td.column-options .options-wrapper,
.husbandry-proforma-section-body .expense-row th.column-options .options-wrapper,
.husbandry-proforma-section-body .expense-row td.column-options .options-wrapper {
  display: flex;
  gap: 0.5rem;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-options .options-wrapper .expense-option-selector,
.husbandry-proforma-section-body .expense-group-header-row td.column-options .options-wrapper .expense-option-selector,
.husbandry-proforma-section-body .expense-row th.column-options .options-wrapper .expense-option-selector,
.husbandry-proforma-section-body .expense-row td.column-options .options-wrapper .expense-option-selector {
  width: 100%;
}
.husbandry-proforma-section-body .expense-group-header-row th.column-actions,
.husbandry-proforma-section-body .expense-group-header-row td.column-actions,
.husbandry-proforma-section-body .expense-row th.column-actions,
.husbandry-proforma-section-body .expense-row td.column-actions {
  width: 8%;
  text-align: right;
  vertical-align: middle;
}
.husbandry-proforma-section-body .expense-group-header-row th .custom-select__control,
.husbandry-proforma-section-body .expense-group-header-row td .custom-select__control,
.husbandry-proforma-section-body .expense-row th .custom-select__control,
.husbandry-proforma-section-body .expense-row td .custom-select__control {
  padding: 0;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
}
.husbandry-proforma-section-body .expense-group-header-row th .custom-select__control .custom-select__value-container,
.husbandry-proforma-section-body .expense-group-header-row td .custom-select__control .custom-select__value-container,
.husbandry-proforma-section-body .expense-row th .custom-select__control .custom-select__value-container,
.husbandry-proforma-section-body .expense-row td .custom-select__control .custom-select__value-container {
  height: 40px;
}
.husbandry-proforma-section-body .expense-group-header-row th .custom-select__control .custom-select__indicator-separator,
.husbandry-proforma-section-body .expense-group-header-row td .custom-select__control .custom-select__indicator-separator,
.husbandry-proforma-section-body .expense-row th .custom-select__control .custom-select__indicator-separator,
.husbandry-proforma-section-body .expense-row td .custom-select__control .custom-select__indicator-separator {
  display: none;
}
.husbandry-proforma-section-body .expense-group-header-row th .custom-select__control .custom-select__input,
.husbandry-proforma-section-body .expense-group-header-row td .custom-select__control .custom-select__input,
.husbandry-proforma-section-body .expense-row th .custom-select__control .custom-select__input,
.husbandry-proforma-section-body .expense-row td .custom-select__control .custom-select__input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.husbandry-proforma-section-body .expense-group-header-row th input.expense-quantity,
.husbandry-proforma-section-body .expense-group-header-row td input.expense-quantity,
.husbandry-proforma-section-body .expense-row th input.expense-quantity,
.husbandry-proforma-section-body .expense-row td input.expense-quantity {
  border-radius: 8px;
  padding: 6px 12px;
}
.husbandry-proforma-section-body .expense-group-header-row th .actions,
.husbandry-proforma-section-body .expense-group-header-row td .actions,
.husbandry-proforma-section-body .expense-row th .actions,
.husbandry-proforma-section-body .expense-row td .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}
.husbandry-proforma-section-body .expense-group-header-row th .actions button,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:active,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:focus,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:visited,
.husbandry-proforma-section-body .expense-group-header-row td .actions button,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:active,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:focus,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:visited,
.husbandry-proforma-section-body .expense-row th .actions button,
.husbandry-proforma-section-body .expense-row th .actions button:active,
.husbandry-proforma-section-body .expense-row th .actions button:focus,
.husbandry-proforma-section-body .expense-row th .actions button:visited,
.husbandry-proforma-section-body .expense-row td .actions button,
.husbandry-proforma-section-body .expense-row td .actions button:active,
.husbandry-proforma-section-body .expense-row td .actions button:focus,
.husbandry-proforma-section-body .expense-row td .actions button:visited {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.husbandry-proforma-section-body .expense-group-header-row th .actions button .svg-inline--fa,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:active .svg-inline--fa,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:focus .svg-inline--fa,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:visited .svg-inline--fa,
.husbandry-proforma-section-body .expense-group-header-row td .actions button .svg-inline--fa,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:active .svg-inline--fa,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:focus .svg-inline--fa,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:visited .svg-inline--fa,
.husbandry-proforma-section-body .expense-row th .actions button .svg-inline--fa,
.husbandry-proforma-section-body .expense-row th .actions button:active .svg-inline--fa,
.husbandry-proforma-section-body .expense-row th .actions button:focus .svg-inline--fa,
.husbandry-proforma-section-body .expense-row th .actions button:visited .svg-inline--fa,
.husbandry-proforma-section-body .expense-row td .actions button .svg-inline--fa,
.husbandry-proforma-section-body .expense-row td .actions button:active .svg-inline--fa,
.husbandry-proforma-section-body .expense-row td .actions button:focus .svg-inline--fa,
.husbandry-proforma-section-body .expense-row td .actions button:visited .svg-inline--fa {
  height: 1rem;
}
.husbandry-proforma-section-body .expense-group-header-row th .actions button .notification-dot,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:active .notification-dot,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:focus .notification-dot,
.husbandry-proforma-section-body .expense-group-header-row th .actions button:visited .notification-dot,
.husbandry-proforma-section-body .expense-group-header-row td .actions button .notification-dot,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:active .notification-dot,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:focus .notification-dot,
.husbandry-proforma-section-body .expense-group-header-row td .actions button:visited .notification-dot,
.husbandry-proforma-section-body .expense-row th .actions button .notification-dot,
.husbandry-proforma-section-body .expense-row th .actions button:active .notification-dot,
.husbandry-proforma-section-body .expense-row th .actions button:focus .notification-dot,
.husbandry-proforma-section-body .expense-row th .actions button:visited .notification-dot,
.husbandry-proforma-section-body .expense-row td .actions button .notification-dot,
.husbandry-proforma-section-body .expense-row td .actions button:active .notification-dot,
.husbandry-proforma-section-body .expense-row td .actions button:focus .notification-dot,
.husbandry-proforma-section-body .expense-row td .actions button:visited .notification-dot {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 12px;
  height: 12px;
  background-color: #0a6ebd;
  border-radius: 50%;
  border: 2px solid #fff;
}
:root {
  --hl-background-0: #ffffff;
  --hl-background-1: #fefefe;
  --hl-background-2: #fcfcfc;
  --hl-background-3: #f4f5f5;
  --hl-background-primary: #fafafa;
  --hl-contrast-white: #fff;
  --hl-contrast-black: #121315;
  --hl-primary-dark: #252528;
  --hl-primary-dark-hover: #1b1c1f;
  --hl-primary-dark-clicked: #121315;
  --hl-secondary-dark: #3f4146;
  --hl-secondary-dark-clicked: #34363a;
  --hl-primary-light: #ffffff;
  --hl-primary-lighter: #eaeafa;
  --hl-primary-highlight: #f6f6fd;
  --hl-primary: #1e29e1;
  --hl-primary-hover: #1821b4;
  --hl-primary-clicked: #141b96;
  --hl-info-lightest: #f4f8fc;
  --hl-info-lighter: #d2e2f3;
  --hl-info-light: #f4f8fc;
  --hl-info: #268fcc;
  --hl-info-hover: #217db3;
  --hl-info-clicked: #1c6b98;
  --hl-warning-lightest: #fdf6f4;
  --hl-warning-lighter: #f8dcd2;
  --hl-warning: #ea7825;
  --hl-warning-hover: #dd7223;
  --hl-warning-clicked: #c2641f;
  --hl-destructive-lightest: #fef4f4;
  --hl-destructive-lighter: #fcd4d4;
  --hl-destructive: #f73f3c;
  --hl-destructive-hover: #ea3c39;
  --hl-destructive-clicked: #cd3432;
  --hl-success-lightest: #f4fbf5;
  --hl-success-lighter: #d2eed6;
  --hl-success: #1ba446;
  --hl-success-hover: #178c3b;
  --hl-success-clicked: #137230;
  --text-anb-icons-disabled: #adadae;
  --hl-subtle-lightest: #f4f5f5;
  --hl-subtle-lighter: #e7e7e8;
  --hl-subtle-selected: #bababb;
  --hl-subtle: #3f4146;
  --hl-subtle-hover: #3c3e42;
  --hl-subtle-clicked: #34363a;
  --hl-border-primary: #b9bdf4;
  --semantics-primary-colored-text: #262d92;
  --semantics-primary-highlighted: #e4e5fa;
  --semantics-primary-selected: #d8daf9;
  --semantics-subtle-selected: #cccccc;
  --semantics-subtle-default: #5a5a5a;
  --semantics-subtle-hover: #363636;
  --semantics-subtle-clicked: #121212;
  --semantics-subtle-highlighted: #ebebeb;
  --semantics-subtle-colored-text: #4d4d4d;
  --semantics-negative-default: #d51543;
  --semantics-warning-colored-text: #903c1e;
  --semantic-primary-highlighted: #e4e5fa;
  --hl-brand-light: #fefefe;
  --hl-brand-dark: #101735;
  --hl-border: #e7e7e8;
  --hl-deactivated: #d4d5d5;
  --hl-placeholder: #979899;
  --hl-disabled: #979899;
  --hl-yellow: #fddd34;
  --hl-orange: #f8a139;
  --hl-green: #51ee8f;
  --hl-pink: #cd268e;
  --hl-coral: #fe7a61;
  --hl-purple: #832dcc;
  --hl-ciel: #46e5e3;
  --text-icons-link: #1b28dc;
  --borders-default: #e4e4e4;
  --color-link: #2196f3;
}
.hl-color-link {
  color: var(--color-link);
}
.hl-background-subtle {
  background: var(--hl-subtle);
}
.hl-background-subtle-lighter {
  background: var(--hl-subtle-lighter);
}
.hl-background-subtle-lightest {
  background: var(--hl-subtle-lightest);
}
.hl-background-subtle-selected {
  background: var(--hl-subtle-selected);
}
.hl-background-success {
  background: var(--hl-success);
}
.hl-background-0 {
  background: var(--hl-background-0);
}
.hl-background-1 {
  background: var(--hl-background-1);
}
.hl-background-2 {
  background: var(--hl-background-2);
}
.hl-background-3 {
  background: var(--hl-background-3);
}
.hl-background-success-lighter {
  background: var(--hl-success-lighter);
}
.hl-background-primary {
  background: var(--hl-background-primary);
}
.hl-background-success-lighttest {
  background: var(--hl-success-lightest);
}
.hl-background-primary-highlight {
  background: var(--hl-primary-highlight);
}
.hl-background-semantics-subtle-highlighted {
  background: var(--semantics-subtle-highlighted) !important;
}
.hl-link-primary {
  color: var(--hl-primary);
}
.hl-primary-dark-clicked {
  color: var(--hl-primary-dark-clicked);
}
.hl-primary-dark-hover {
  color: var(--hl-primary-dark-hover);
}
.hl-subtle-lighter {
  color: var(--hl-subtle-lighter);
}
.hl-semantics-subtle-default {
  color: var(--semantics-subtle-default);
}
.hl-semantics-subtle-hover {
  color: var(--semantics-subtle-hover);
}
.hl-semantics-subtle-colored-text {
  color: var(--semantics-subtle-colored-text) !important;
  text-transform: inherit;
}
.hl-border {
  color: var(--hl-border);
}
.hl-border-grey {
  border: 1px solid var(--hl-border);
}
.hl-border-success {
  border: 1px solid var(--hl-success-lightest);
}
.hl-info {
  color: var(--hl-info);
}
.hl-border-danger {
  border: 1px solid var(--hl-destructive-lightest);
}
.hl-has-text-subtle {
  color: var(--hl-subtle);
}
.h1-has-text-success {
  color: var(--hl-success);
}
.hl-has-text-destructive {
  color: var(--hl-destructive);
}
.hl-has-text-semantics-negative-default {
  color: var(--semantics-negative-default);
}
.hl-has-text-semantics-warning-colored-text {
  color: var(--semantics-warning-colored-text);
}
.hl-subtle-hover {
  color: var(--hl-subtle-hover);
}
.hl-destructive {
  color: var(--hl-destructive);
}
.hl-icons-link {
  color: var(--text-icons-link);
}
:root {
  --hl-text-light: #7a7a7a;
  --hl-text-primary: #1b1c1f;
  --hl-text-secondary: #3c3e42;
  --hl-text-disabled: #979899;
  --hl-text-placeholder: #3c3e42;
  --hl-text-link: #1e29e1;
  --hl-text-primary-light: #ffffff;
  --hl-text-secondary-light: #d4d4d5;
  --hl-text-disabled-light: #979899;
  --hl-text-placeholder-light: #d4d4d5;
  --hl-font-primary: #242528;
  --hl-font-secondary: #3f4146;
  --hl-font-placeholder: #979899;
  --hl-font-disabled: #979899;
}
.hl-header-1 {
  color: var(--hl-font-primary);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
}
.hl-text-contrast-white {
  color: var(--hl-contrast-white);
}
.hl-text-light {
  color: var(--hl-text-light) !important;
}
.hl-font-placeholder {
  color: var(--hl-font-placeholder);
}
.hl-font-disabled {
  color: var(--hl-font-disabled);
}
.hl-font-primary {
  color: var(--hl-font-primary);
}
.hl-font-secondary {
  color: var(--hl-font-secondary);
}
.hl-label-lg {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.hl-label-m {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.hl-text-primary {
  color: var(--hl-text-primary);
}
.hl-text-secondary {
  color: var(--hl-text-secondary);
}
.hl-text-disabled {
  color: var(--hl-text-disabled);
}
.hl-text-placeholder {
  color: var(--hl-text-placeholder);
}
.hl-text-link {
  color: var(--hl-text-link);
}
.hl-text-primary-light {
  color: var(--hl-text-primary-light);
}
.hl-text-secondary-light {
  color: var(--hl-text-secondary-light);
}
.hl-text-disabled-light {
  color: var(--hl-text-disabled-light);
}
.hl-text-placeholder-light {
  color: var(--hl-text-placeholder-light);
}
.estimators-card img {
  width: 368px;
  height: 200px;
}
.estimators-card .flex-gap-10 {
  gap: 0.625rem;
}
.estimators-card .mb-64 {
  margin-bottom: 4rem;
}
.create-proforma-modal .modal-card {
  min-width: 750px;
  min-height: 50%;
}
.create-proforma-modal .add-rfq-expenses-toggle {
  color: #4A4A4A;
}
.create-proforma-modal .add-rfq-expenses-toggle label, .create-proforma-modal .add-rfq-expenses-toggle a {
  font-weight: 600;
  font-size: 16px;
}
.create-proforma-modal .field-subtitle {
  font-size: 14px;
  color: #4A4A4A;
}
.select-request-expenses-modal .modal-card {
  min-width: 850px;
}
.select-request-expenses-modal .modal-expenses-table {
  border-radius: 16px;
  border-collapse: separate;
}
.select-request-expenses-modal .modal-expenses-table .is-checkbox {
  padding: 0;
}
.select-request-expenses-modal .modal-expenses-table thead:first-child tr th {
  border-top: none;
}
.select-request-expenses-modal .modal-expenses-table tbody:last-child tr td {
  border-bottom: none;
}
.select-request-expenses-modal .modal-expenses-table th, .select-request-expenses-modal .modal-expenses-table td {
  vertical-align: middle;
  border-width: 0.5px 0;
}
.select-request-expenses-modal .modal-expenses-table th .is-checkbox, .select-request-expenses-modal .modal-expenses-table td .is-checkbox {
  display: flex;
}
.select-request-expenses-modal .modal-expenses-table th:first-child, .select-request-expenses-modal .modal-expenses-table td:first-child {
  padding-right: 4px;
  max-width: 40px;
}
.select-request-expenses-modal .modal-expenses-table th:first-child .has-text-grey svg, .select-request-expenses-modal .modal-expenses-table td:first-child .has-text-grey svg {
  margin-left: 3px;
}
.select-request-expenses-modal .modal-expenses-table th .tag, .select-request-expenses-modal .modal-expenses-table td .tag {
  border: 1px solid var(--hl-border);
  background-color: var(--hl-background-0);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5rem;
}
.proforma-page .proforma-details-portlet .p-header {
  flex-wrap: nowrap;
  align-items: flex-start;
}