@charset "UTF-8";

/* node_modules/sweetalert2/dist/sweetalert2.min.css */
:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.1s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-icon-animations: true;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border: 1px solid #d9d9d9;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-focus-border: 1px solid #b4dbed;
  --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-footer-border-color: #eee;
  --swal2-footer-background: transparent;
  --swal2-footer-color: inherit;
  --swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-actions-justify-content: center;
  --swal2-actions-width: auto;
  --swal2-actions-margin: 1.25em auto 0;
  --swal2-actions-padding: 0;
  --swal2-actions-border-radius: 0;
  --swal2-actions-background: transparent;
  --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-action-button-hover: black 10%;
  --swal2-action-button-active: black 10%;
  --swal2-confirm-button-box-shadow: none;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-box-shadow: none;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-box-shadow: none;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow:
    0 0 1px hsl(0deg 0% 0% / 0.075),
    0 1px 2px hsl(0deg 0% 0% / 0.075),
    1px 2px 4px hsl(0deg 0% 0% / 0.075),
    1px 3px 8px hsl(0deg 0% 0% / 0.075),
    2px 4px 16px hsl(0deg 0% 0% / 0.075);
}
[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
  --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
}
@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
    --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup,
div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup,
div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup,
div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup,
div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup,
div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
  container-name: swal2-popup;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  overflow-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--swal2-actions-justify-content);
  width: var(--swal2-actions-width);
  margin: var(--swal2-actions-margin);
  padding: var(--swal2-actions-padding);
  border-radius: var(--swal2-actions-border-radius);
  background: var(--swal2-actions-background);
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: var(--swal2-action-button-transition);
  border: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  box-shadow: var(--swal2-deny-button-box-shadow);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  box-shadow: var(--swal2-cancel-button-box-shadow);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: .4;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  background: var(--swal2-footer-background);
  color: var(--swal2-footer-color);
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: var(--swal2-timer-progress-bar-background);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: rgba(0, 0, 0, 0);
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: var(--swal2-input-border);
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):hover,
div:where(.swal2-container) input:where(.swal2-file):hover,
div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
  box-shadow: var(--swal2-input-hover-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: var(--swal2-input-focus-border);
  outline: none;
  box-shadow: var(--swal2-input-focus-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  zoom: var(--swal2-icon-zoom);
  border: .25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s;
  }
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .5s;
  }
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .8s;
  }
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark .8s;
  }
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
}
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: var(--swal2-show-animation);
}
.swal2-hide {
  animation: var(--swal2-hide-animation);
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s;
  }
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s;
  }
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}
.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}
@keyframes swal2-show {
  0% {
    transform: translate3d(0, -50px, 0) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes swal2-hide {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -50px, 0) scale(0.9);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

/* src/assets/css/utilities.scss */
.text-brand-primary-100 {
  color: var(--p-xfarm-400) !important;
}
.text-brand-primary-110 {
  color: var(--p-xfarm-800) !important;
}
.text-brand-primary-50 {
  color: var(--p-xfarm-200) !important;
}
.text-brand-primary-25 {
  color: var(--p-xfarm-100) !important;
}
.text-brand-primary-15 {
  color: var(--p-xfarm-50) !important;
}
.text-white-100 {
  color: var(--p-surface-0) !important;
}
.text-black-100 {
  color: var(--p-surface-950) !important;
}
.text-grey-100 {
  color: var(--p-slate-400) !important;
}
.text-grey-101 {
  color: var(--p-slate-500) !important;
}
.text-grey-102 {
  color: var(--p-slate-600) !important;
}
.text-grey-110 {
  color: var(--p-slate-700) !important;
}
.text-grey-75 {
  color: var(--p-slate-300) !important;
}
.text-grey-50 {
  color: var(--p-slate-200) !important;
}
.text-grey-25 {
  color: var(--p-slate-100) !important;
}
.text-success-110 {
  color: var(--p-green-700) !important;
}
.text-success-102 {
  color: var(--p-green-600) !important;
}
.text-success-100 {
  color: var(--p-green-400) !important;
}
.text-success-75 {
  color: var(--p-green-300) !important;
}
.text-success-50 {
  color: var(--p-green-200) !important;
}
.text-success-25 {
  color: var(--p-green-100) !important;
}
.text-success-15 {
  color: var(--p-green-50) !important;
}
.text-error-110 {
  color: var(--p-red-700) !important;
}
.text-error-100 {
  color: var(--p-red-400) !important;
}
.text-error-50 {
  color: var(--p-red-200) !important;
}
.text-error-25 {
  color: var(--p-red-100) !important;
}
.text-error-15 {
  color: var(--p-red-50) !important;
}
.text-warning-110 {
  color: var(--p-orange-700) !important;
}
.text-warning-100 {
  color: var(--p-orange-400) !important;
}
.text-warning-50 {
  color: var(--p-orange-200) !important;
}
.text-warning-25 {
  color: var(--p-orange-100) !important;
}
.text-warning-15 {
  color: var(--p-orange-50) !important;
}
.text-info-110 {
  color: var(--p-sky-700) !important;
}
.text-info-101 {
  color: var(--p-sky-500) !important;
}
.text-info-100 {
  color: var(--p-sky-400) !important;
}
.text-info-75 {
  color: var(--p-sky-300) !important;
}
.text-info-50 {
  color: var(--p-sky-200) !important;
}
.text-info-25 {
  color: var(--p-sky-100) !important;
}
.text-info-15 {
  color: var(--p-sky-50) !important;
}
.text-help-111 {
  color: var(--p-purple-800) !important;
}
.text-help-101 {
  color: var(--p-purple-500) !important;
}
.text-help-50 {
  color: var(--p-purple-200) !important;
}
.text-help-25 {
  color: var(--p-purple-100) !important;
}
.text-help-15 {
  color: var(--p-purple-50) !important;
}
.text-coffee-50 {
  color: var(--p-coffee-200) !important;
}
.text-coffee-25 {
  color: var(--p-coffee-100) !important;
}
.text-wine-100 {
  color: var(--p-wine-400) !important;
}
.text-wine-110 {
  color: var(--p-wine-800) !important;
}
.text-ocean-110 {
  color: var(--p-ocean-800) !important;
}
.text-kiwi-110 {
  color: var(--p-kiwi-800) !important;
}
.text-sky-100 {
  color: var(--p-sky-400) !important;
}
.text-sky-110 {
  color: var(--p-sky-800) !important;
}
.text-sky-50 {
  color: var(--p-sky-200) !important;
}
.bg-brand-primary-100 {
  background-color: var(--p-xfarm-400) !important;
}
.bg-brand-primary-110 {
  background-color: var(--p-xfarm-800) !important;
}
.bg-brand-primary-50 {
  background-color: var(--p-xfarm-200) !important;
}
.bg-brand-primary-25 {
  background-color: var(--p-xfarm-100) !important;
}
.bg-brand-primary-15 {
  background-color: var(--p-xfarm-50) !important;
}
.bg-white-100 {
  background-color: var(--p-surface-0) !important;
}
.bg-black-100 {
  background-color: var(--p-surface-950) !important;
}
.bg-grey-100 {
  background-color: var(--p-slate-400) !important;
}
.bg-grey-101 {
  background-color: var(--p-slate-500) !important;
}
.bg-grey-102 {
  background-color: var(--p-slate-600) !important;
}
.bg-grey-110 {
  background-color: var(--p-slate-700) !important;
}
.bg-grey-75 {
  background-color: var(--p-slate-300) !important;
}
.bg-grey-50 {
  background-color: var(--p-slate-200) !important;
}
.bg-grey-25 {
  background-color: var(--p-slate-100) !important;
}
.bg-success-110 {
  background-color: var(--p-green-700) !important;
}
.bg-success-102 {
  background-color: var(--p-green-600) !important;
}
.bg-success-100 {
  background-color: var(--p-green-400) !important;
}
.bg-success-75 {
  background-color: var(--p-green-300) !important;
}
.bg-success-50 {
  background-color: var(--p-green-200) !important;
}
.bg-success-25 {
  background-color: var(--p-green-100) !important;
}
.bg-success-15 {
  background-color: var(--p-green-50) !important;
}
.bg-error-110 {
  background-color: var(--p-red-700) !important;
}
.bg-error-100 {
  background-color: var(--p-red-400) !important;
}
.bg-error-50 {
  background-color: var(--p-red-200) !important;
}
.bg-error-25 {
  background-color: var(--p-red-100) !important;
}
.bg-error-15 {
  background-color: var(--p-red-50) !important;
}
.bg-warning-110 {
  background-color: var(--p-orange-700) !important;
}
.bg-warning-100 {
  background-color: var(--p-orange-400) !important;
}
.bg-warning-25 {
  background-color: var(--p-orange-100) !important;
}
.bg-warning-15 {
  background-color: var(--p-orange-50) !important;
}
.bg-info-110 {
  background-color: var(--p-sky-700) !important;
}
.bg-info-100 {
  background-color: var(--p-sky-400) !important;
}
.bg-info-50 {
  background-color: var(--p-sky-200) !important;
}
.bg-info-25 {
  background-color: var(--p-sky-100) !important;
}
.bg-info-15 {
  background-color: var(--p-sky-50) !important;
}
.bg-help-50 {
  background-color: var(--p-purple-200) !important;
}
.bg-help-25 {
  background-color: var(--p-purple-100) !important;
}
.bg-help-15 {
  background-color: var(--p-purple-50) !important;
}
.bg-sea-25 {
  background-color: var(--p-sea-100) !important;
}
.bg-coffee-50 {
  background-color: var(--p-coffee-200) !important;
}
.bg-coffee-25 {
  background-color: var(--p-coffee-100) !important;
}
.bg-wine-25 {
  background-color: var(--p-wine-100) !important;
}
.bg-lime-110 {
  background-color: var(--p-lime-800) !important;
}
.bg-ocean-25 {
  background-color: var(--p-ocean-100) !important;
}
.bg-kiwi-25 {
  background-color: var(--p-kiwi-100) !important;
}
.bg-sky-25 {
  background-color: var(--p-sky-100) !important;
}
.border-brand-primary-100 {
  border-color: var(--p-xfarm-400) !important;
}
.border-brand-primary-50 {
  border-color: var(--p-xfarm-200) !important;
}
.border-brand-primary-25 {
  border-color: var(--p-xfarm-100) !important;
}
.border-white-100 {
  border-color: var(--p-surface-0) !important;
}
.border-black-100 {
  border-color: var(--p-surface-950) !important;
}
.border-grey-100 {
  border-color: var(--p-slate-400) !important;
}
.border-grey-110 {
  border-color: var(--p-slate-700) !important;
}
.border-grey-50 {
  border-color: var(--p-slate-200) !important;
}
.border-grey-25 {
  border-color: var(--p-slate-100) !important;
}
.border-success-110 {
  border-color: var(--p-green-700) !important;
}
.border-success-100 {
  border-color: var(--p-green-400) !important;
}
.border-success-50 {
  border-color: var(--p-green-200) !important;
}
.border-success-25 {
  border-color: var(--p-green-100) !important;
}
.border-success-15 {
  border-color: var(--p-green-50) !important;
}
.border-error-100 {
  border-color: var(--p-red-400) !important;
}
.border-error-50 {
  border-color: var(--p-red-200) !important;
}
.border-error-25 {
  border-color: var(--p-red-100) !important;
}
.border-error-15 {
  border-color: var(--p-red-50) !important;
}
.border-warning-100 {
  border-color: var(--p-orange-400) !important;
}
.border-warning-50 {
  border-color: var(--p-orange-200) !important;
}
.border-warning-25 {
  border-color: var(--p-orange-100) !important;
}
.border-warning-15 {
  border-color: var(--p-orange-50) !important;
}
.border-info-100 {
  border-color: var(--p-sky-400) !important;
}
.border-info-50 {
  border-color: var(--p-sky-200) !important;
}
.border-info-25 {
  border-color: var(--p-sky-100) !important;
}
.border-info-15 {
  border-color: var(--p-sky-50) !important;
}
.border-sky-100 {
  border-color: var(--p-sky-400) !important;
}
.border-sky-50 {
  border-color: var(--p-sky-200) !important;
}
.text-primary {
  color: var(--p-xfarm-400) !important;
}
.text-success {
  color: var(--p-green-400) !important;
}
.text-danger {
  color: var(--p-red-400) !important;
}
.text-info {
  color: var(--p-sky-400) !important;
}
.text-warning {
  color: var(--p-orange-400) !important;
}
.text-muted {
  color: var(--p-slate-400) !important;
}
.bg-info-muted-15 {
  background-color: rgba(var(--info-100-rgb), 0.15) !important;
}
.bg-info-muted-25 {
  background-color: rgba(var(--info-100-rgb), 0.25) !important;
}
.bg-info-muted-50 {
  background-color: rgba(var(--info-100-rgb), 0.5) !important;
}
.bg-info-muted-75 {
  background-color: rgba(var(--info-100-rgb), 0.75) !important;
}
.bg-info-muted-100 {
  background-color: rgba(var(--info-100-rgb), 1) !important;
}
.bg-help-muted-15 {
  background-color: rgba(var(--help-100-rgb), 0.15) !important;
}
.bg-help-muted-25 {
  background-color: rgba(var(--help-100-rgb), 0.25) !important;
}
.bg-help-muted-50 {
  background-color: rgba(var(--help-100-rgb), 0.5) !important;
}
.bg-help-muted-75 {
  background-color: rgba(var(--help-100-rgb), 0.75) !important;
}
.bg-help-muted-100 {
  background-color: rgba(var(--help-100-rgb), 1) !important;
}
.bg-warning-muted-15 {
  background-color: rgba(var(--warning-100-rgb), 0.15) !important;
}
.bg-warning-muted-25 {
  background-color: rgba(var(--warning-100-rgb), 0.25) !important;
}
.bg-warning-muted-50 {
  background-color: rgba(var(--warning-100-rgb), 0.5) !important;
}
.bg-warning-muted-75 {
  background-color: rgba(var(--warning-100-rgb), 0.75) !important;
}
.bg-warning-muted-100 {
  background-color: rgba(var(--warning-100-rgb), 1) !important;
}
.bg-error-muted-15 {
  background-color: rgba(var(--error-100-rgb), 0.15) !important;
}
.bg-error-muted-25 {
  background-color: rgba(var(--error-100-rgb), 0.25) !important;
}
.bg-error-muted-50 {
  background-color: rgba(var(--error-100-rgb), 0.5) !important;
}
.bg-error-muted-75 {
  background-color: rgba(var(--error-100-rgb), 0.75) !important;
}
.bg-error-muted-100 {
  background-color: rgba(var(--error-100-rgb), 1) !important;
}
.bg-success-muted-15 {
  background-color: rgba(var(--success-100-rgb), 0.15) !important;
}
.bg-success-muted-25 {
  background-color: rgba(var(--success-100-rgb), 0.25) !important;
}
.bg-success-muted-50 {
  background-color: rgba(var(--success-100-rgb), 0.5) !important;
}
.bg-success-muted-75 {
  background-color: rgba(var(--success-100-rgb), 0.75) !important;
}
.bg-success-muted-100 {
  background-color: rgba(var(--success-100-rgb), 1) !important;
}
.border {
  border: 1px solid #ccc !important;
}
.border-bottom {
  border-bottom: 1px solid var(--p-slate-300) !important;
}
.border-top {
  border-top: 1px solid var(--p-slate-300) !important;
}
.border-left {
  border-left: 1px solid var(--p-slate-300) !important;
}
.border-right {
  border-right: 1px solid var(--p-slate-300) !important;
}
.border {
  border: 1px solid var(--p-slate-300) !important;
}
.border-0 {
  border: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.label-info {
  background-color: #168feb !important;
  color: #fff !important;
}
.border-inset {
  border-style: inset;
}
.italic {
  font-style: italic !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.179rem !important;
}
.m-2 {
  margin: 0.357rem !important;
}
.m-3 {
  margin: 0.714rem !important;
}
.m-4 {
  margin: 1.071rem !important;
}
.m-5 {
  margin: 2.143rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.179rem !important;
  margin-left: 0.179rem !important;
}
.mx-2 {
  margin-right: 0.357rem !important;
  margin-left: 0.357rem !important;
}
.mx-3 {
  margin-right: 0.714rem !important;
  margin-left: 0.714rem !important;
}
.mx-4 {
  margin-right: 1.071rem !important;
  margin-left: 1.071rem !important;
}
.mx-5 {
  margin-right: 2.143rem !important;
  margin-left: 2.143rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.179rem !important;
  margin-bottom: 0.179rem !important;
}
.my-2 {
  margin-top: 0.357rem !important;
  margin-bottom: 0.357rem !important;
}
.my-3 {
  margin-top: 0.714rem !important;
  margin-bottom: 0.714rem !important;
}
.my-4 {
  margin-top: 1.071rem !important;
  margin-bottom: 1.071rem !important;
}
.my-5 {
  margin-top: 2.143rem !important;
  margin-bottom: 2.143rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.179rem !important;
}
.mt-2 {
  margin-top: 0.357rem !important;
}
.mt-3 {
  margin-top: 0.714rem !important;
}
.mt-4 {
  margin-top: 1.071rem !important;
}
.mt-5 {
  margin-top: 2.143rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.179rem !important;
}
.me-2 {
  margin-right: 0.357rem !important;
}
.me-3 {
  margin-right: 0.714rem !important;
}
.me-4 {
  margin-right: 1.071rem !important;
}
.me-5 {
  margin-right: 2.143rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.179rem !important;
}
.mb-2 {
  margin-bottom: 0.357rem !important;
}
.mb-3 {
  margin-bottom: 0.714rem !important;
}
.mb-4 {
  margin-bottom: 1.071rem !important;
}
.mb-5 {
  margin-bottom: 2.143rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.179rem !important;
}
.ms-2 {
  margin-left: 0.357rem !important;
}
.ms-3 {
  margin-left: 0.714rem !important;
}
.ms-4 {
  margin-left: 1.071rem !important;
}
.ms-5 {
  margin-left: 2.143rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.179rem !important;
}
.p-2 {
  padding: 0.357rem !important;
}
.p-3 {
  padding: 0.714rem !important;
}
.p-4 {
  padding: 1.071rem !important;
}
.p-5 {
  padding: 2.143rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.179rem !important;
  padding-left: 0.179rem !important;
}
.px-2 {
  padding-right: 0.357rem !important;
  padding-left: 0.357rem !important;
}
.px-3 {
  padding-right: 0.714rem !important;
  padding-left: 0.714rem !important;
}
.px-4 {
  padding-right: 1.071rem !important;
  padding-left: 1.071rem !important;
}
.px-5 {
  padding-right: 2.143rem !important;
  padding-left: 2.143rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.179rem !important;
  padding-bottom: 0.179rem !important;
}
.py-2 {
  padding-top: 0.357rem !important;
  padding-bottom: 0.357rem !important;
}
.py-3 {
  padding-top: 0.714rem !important;
  padding-bottom: 0.714rem !important;
}
.py-4 {
  padding-top: 1.071rem !important;
  padding-bottom: 1.071rem !important;
}
.py-5 {
  padding-top: 2.143rem !important;
  padding-bottom: 2.143rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.179rem !important;
}
.pt-2 {
  padding-top: 0.357rem !important;
}
.pt-3 {
  padding-top: 0.714rem !important;
}
.pt-4 {
  padding-top: 1.071rem !important;
}
.pt-5 {
  padding-top: 2.143rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.179rem !important;
}
.pe-2 {
  padding-right: 0.357rem !important;
}
.pe-3 {
  padding-right: 0.714rem !important;
}
.pe-4 {
  padding-right: 1.071rem !important;
}
.pe-5 {
  padding-right: 2.143rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.179rem !important;
}
.pb-2 {
  padding-bottom: 0.357rem !important;
}
.pb-3 {
  padding-bottom: 0.714rem !important;
}
.pb-4 {
  padding-bottom: 1.071rem !important;
}
.pb-5 {
  padding-bottom: 2.143rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.179rem !important;
}
.ps-2 {
  padding-left: 0.357rem !important;
}
.ps-3 {
  padding-left: 0.714rem !important;
}
.ps-4 {
  padding-left: 1.071rem !important;
}
.ps-5 {
  padding-left: 2.143rem !important;
}
.flex {
  display: flex !important;
}
.flex img {
  align-self: center;
}
.flex-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-content-horizontal {
  display: flex;
  align-items: center;
}
.flex-center-content-vertical {
  display: flex;
  justify-content: center;
}
.flex-justify-content-between {
  justify-content: space-between;
}
.flex-column {
  flex-direction: column !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.179rem !important;
  }
  .m-sm-2 {
    margin: 0.357rem !important;
  }
  .m-sm-3 {
    margin: 0.714rem !important;
  }
  .m-sm-4 {
    margin: 1.071rem !important;
  }
  .m-sm-5 {
    margin: 2.143rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.179rem !important;
    margin-left: 0.179rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.357rem !important;
    margin-left: 0.357rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.714rem !important;
    margin-left: 0.714rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.071rem !important;
    margin-left: 1.071rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.179rem !important;
    margin-bottom: 0.179rem !important;
  }
  .my-sm-2 {
    margin-top: 0.357rem !important;
    margin-bottom: 0.357rem !important;
  }
  .my-sm-3 {
    margin-top: 0.714rem !important;
    margin-bottom: 0.714rem !important;
  }
  .my-sm-4 {
    margin-top: 1.071rem !important;
    margin-bottom: 1.071rem !important;
  }
  .my-sm-5 {
    margin-top: 2.143rem !important;
    margin-bottom: 2.143rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.179rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.357rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.714rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.071rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.143rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.179rem !important;
  }
  .me-sm-2 {
    margin-right: 0.357rem !important;
  }
  .me-sm-3 {
    margin-right: 0.714rem !important;
  }
  .me-sm-4 {
    margin-right: 1.071rem !important;
  }
  .me-sm-5 {
    margin-right: 2.143rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.179rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.357rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.714rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.071rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.143rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.179rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.357rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.714rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.071rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.143rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.179rem !important;
  }
  .p-sm-2 {
    padding: 0.357rem !important;
  }
  .p-sm-3 {
    padding: 0.714rem !important;
  }
  .p-sm-4 {
    padding: 1.071rem !important;
  }
  .p-sm-5 {
    padding: 2.143rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.179rem !important;
    padding-left: 0.179rem !important;
  }
  .px-sm-2 {
    padding-right: 0.357rem !important;
    padding-left: 0.357rem !important;
  }
  .px-sm-3 {
    padding-right: 0.714rem !important;
    padding-left: 0.714rem !important;
  }
  .px-sm-4 {
    padding-right: 1.071rem !important;
    padding-left: 1.071rem !important;
  }
  .px-sm-5 {
    padding-right: 2.143rem !important;
    padding-left: 2.143rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.179rem !important;
    padding-bottom: 0.179rem !important;
  }
  .py-sm-2 {
    padding-top: 0.357rem !important;
    padding-bottom: 0.357rem !important;
  }
  .py-sm-3 {
    padding-top: 0.714rem !important;
    padding-bottom: 0.714rem !important;
  }
  .py-sm-4 {
    padding-top: 1.071rem !important;
    padding-bottom: 1.071rem !important;
  }
  .py-sm-5 {
    padding-top: 2.143rem !important;
    padding-bottom: 2.143rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.179rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.357rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.714rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.071rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.143rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.179rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.357rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.714rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.071rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.179rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.357rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.714rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.071rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.143rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.179rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.357rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.714rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.071rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.143rem !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
}
@media (min-width: 768px) {
  .mx-md-1 {
    margin-right: 0.179rem !important;
    margin-left: 0.179rem !important;
  }
  .mx-md-2 {
    margin-right: 0.357rem !important;
    margin-left: 0.357rem !important;
  }
  .mx-md-3 {
    margin-right: 0.714rem !important;
    margin-left: 0.714rem !important;
  }
  .mx-md-4 {
    margin-right: 1.071rem !important;
    margin-left: 1.071rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.179rem !important;
    margin-bottom: 0.179rem !important;
  }
  .my-md-2 {
    margin-top: 0.357rem !important;
    margin-bottom: 0.357rem !important;
  }
  .my-md-3 {
    margin-top: 0.714rem !important;
    margin-bottom: 0.714rem !important;
  }
  .my-md-4 {
    margin-top: 1.071rem !important;
    margin-bottom: 1.071rem !important;
  }
  .my-md-5 {
    margin-top: 2.143rem !important;
    margin-bottom: 2.143rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.179rem !important;
  }
  .mt-md-2 {
    margin-top: 0.357rem !important;
  }
  .mt-md-3 {
    margin-top: 0.714rem !important;
  }
  .mt-md-4 {
    margin-top: 1.071rem !important;
  }
  .mt-md-5 {
    margin-top: 2.143rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.179rem !important;
  }
  .me-md-2 {
    margin-right: 0.357rem !important;
  }
  .me-md-3 {
    margin-right: 0.714rem !important;
  }
  .me-md-4 {
    margin-right: 1.071rem !important;
  }
  .me-md-5 {
    margin-right: 2.143rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.179rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.357rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.714rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.071rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.143rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.179rem !important;
  }
  .ms-md-2 {
    margin-left: 0.357rem !important;
  }
  .ms-md-3 {
    margin-left: 0.714rem !important;
  }
  .ms-md-4 {
    margin-left: 1.071rem !important;
  }
  .ms-md-5 {
    margin-left: 2.143rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.179rem !important;
  }
  .p-md-2 {
    padding: 0.357rem !important;
  }
  .p-md-3 {
    padding: 0.714rem !important;
  }
  .p-md-4 {
    padding: 1.071rem !important;
  }
  .p-md-5 {
    padding: 2.143rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.179rem !important;
    padding-left: 0.179rem !important;
  }
  .px-md-2 {
    padding-right: 0.357rem !important;
    padding-left: 0.357rem !important;
  }
  .px-md-3 {
    padding-right: 0.714rem !important;
    padding-left: 0.714rem !important;
  }
  .px-md-4 {
    padding-right: 1.071rem !important;
    padding-left: 1.071rem !important;
  }
  .px-md-5 {
    padding-right: 2.143rem !important;
    padding-left: 2.143rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.179rem !important;
    padding-bottom: 0.179rem !important;
  }
  .py-md-2 {
    padding-top: 0.357rem !important;
    padding-bottom: 0.357rem !important;
  }
  .py-md-3 {
    padding-top: 0.714rem !important;
    padding-bottom: 0.714rem !important;
  }
  .py-md-4 {
    padding-top: 1.071rem !important;
    padding-bottom: 1.071rem !important;
  }
  .py-md-5 {
    padding-top: 2.143rem !important;
    padding-bottom: 2.143rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.179rem !important;
  }
  .pt-md-2 {
    padding-top: 0.357rem !important;
  }
  .pt-md-3 {
    padding-top: 0.714rem !important;
  }
  .pt-md-4 {
    padding-top: 1.071rem !important;
  }
  .pt-md-5 {
    padding-top: 2.143rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.179rem !important;
  }
  .pe-md-2 {
    padding-right: 0.357rem !important;
  }
  .pe-md-3 {
    padding-right: 0.714rem !important;
  }
  .pe-md-4 {
    padding-right: 1.071rem !important;
  }
  .pe-md-5 {
    padding-right: 2.143rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.179rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.357rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.714rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.071rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.143rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.179rem !important;
  }
  .ps-md-2 {
    padding-left: 0.357rem !important;
  }
  .ps-md-3 {
    padding-left: 0.714rem !important;
  }
  .ps-md-4 {
    padding-left: 1.071rem !important;
  }
  .ps-md-5 {
    padding-left: 2.143rem !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.179rem !important;
  }
  .m-lg-2 {
    margin: 0.357rem !important;
  }
  .m-lg-3 {
    margin: 0.714rem !important;
  }
  .m-lg-4 {
    margin: 1.071rem !important;
  }
  .m-lg-5 {
    margin: 2.143rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.179rem !important;
    margin-left: 0.179rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.357rem !important;
    margin-left: 0.357rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.714rem !important;
    margin-left: 0.714rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.071rem !important;
    margin-left: 1.071rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.179rem !important;
    margin-bottom: 0.179rem !important;
  }
  .my-lg-2 {
    margin-top: 0.357rem !important;
    margin-bottom: 0.357rem !important;
  }
  .my-lg-3 {
    margin-top: 0.714rem !important;
    margin-bottom: 0.714rem !important;
  }
  .my-lg-4 {
    margin-top: 1.071rem !important;
    margin-bottom: 1.071rem !important;
  }
  .my-lg-5 {
    margin-top: 2.143rem !important;
    margin-bottom: 2.143rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.179rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.357rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.714rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.071rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.143rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.179rem !important;
  }
  .me-lg-2 {
    margin-right: 0.357rem !important;
  }
  .me-lg-3 {
    margin-right: 0.714rem !important;
  }
  .me-lg-4 {
    margin-right: 1.071rem !important;
  }
  .me-lg-5 {
    margin-right: 2.143rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.179rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.357rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.714rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.071rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.143rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.179rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.357rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.714rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.071rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.143rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.179rem !important;
  }
  .p-lg-2 {
    padding: 0.357rem !important;
  }
  .p-lg-3 {
    padding: 0.714rem !important;
  }
  .p-lg-4 {
    padding: 1.071rem !important;
  }
  .p-lg-5 {
    padding: 2.143rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.179rem !important;
    padding-left: 0.179rem !important;
  }
  .px-lg-2 {
    padding-right: 0.357rem !important;
    padding-left: 0.357rem !important;
  }
  .px-lg-3 {
    padding-right: 0.714rem !important;
    padding-left: 0.714rem !important;
  }
  .px-lg-4 {
    padding-right: 1.071rem !important;
    padding-left: 1.071rem !important;
  }
  .px-lg-5 {
    padding-right: 2.143rem !important;
    padding-left: 2.143rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.179rem !important;
    padding-bottom: 0.179rem !important;
  }
  .py-lg-2 {
    padding-top: 0.357rem !important;
    padding-bottom: 0.357rem !important;
  }
  .py-lg-3 {
    padding-top: 0.714rem !important;
    padding-bottom: 0.714rem !important;
  }
  .py-lg-4 {
    padding-top: 1.071rem !important;
    padding-bottom: 1.071rem !important;
  }
  .py-lg-5 {
    padding-top: 2.143rem !important;
    padding-bottom: 2.143rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.179rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.357rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.714rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.071rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.143rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.179rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.357rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.714rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.071rem !important;
  }
  .pe-lg-5 {
    padding-right: 2.143rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.179rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.357rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.714rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.071rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.143rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.179rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.357rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.714rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.071rem !important;
  }
  .ps-lg-5 {
    padding-left: 2.143rem !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.179rem !important;
  }
  .m-xl-2 {
    margin: 0.357rem !important;
  }
  .m-xl-3 {
    margin: 0.714rem !important;
  }
  .m-xl-4 {
    margin: 1.071rem !important;
  }
  .m-xl-5 {
    margin: 2.143rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.357rem !important;
    margin-left: 0.357rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.714rem !important;
    margin-left: 0.714rem !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-2 {
    margin-top: 0.357rem !important;
    margin-bottom: 0.357rem !important;
  }
  .my-xl-3 {
    margin-top: 0.714rem !important;
    margin-bottom: 0.714rem !important;
  }
  .my-xl-4 {
    margin-top: 1.071rem !important;
    margin-bottom: 1.071rem !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.179rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.357rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.714rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.071rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.143rem !important;
  }
  .me-xl-2 {
    margin-right: 0.357rem !important;
  }
  .me-xl-3 {
    margin-right: 0.714rem !important;
  }
  .me-xl-4 {
    margin-right: 1.071rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.179rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.357rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.714rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.071rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.143rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.179rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.357rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.714rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.071rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.179rem !important;
  }
  .p-xl-2 {
    padding: 0.357rem !important;
  }
  .p-xl-3 {
    padding: 0.714rem !important;
  }
  .p-xl-4 {
    padding: 1.071rem !important;
  }
  .p-xl-5 {
    padding: 2.143rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.179rem !important;
    padding-left: 0.179rem !important;
  }
  .px-xl-2 {
    padding-right: 0.357rem !important;
    padding-left: 0.357rem !important;
  }
  .px-xl-3 {
    padding-right: 0.714rem !important;
    padding-left: 0.714rem !important;
  }
  .px-xl-4 {
    padding-right: 1.071rem !important;
    padding-left: 1.071rem !important;
  }
  .px-xl-5 {
    padding-right: 2.143rem !important;
    padding-left: 2.143rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-2 {
    padding-top: 0.357rem !important;
    padding-bottom: 0.357rem !important;
  }
  .py-xl-3 {
    padding-top: 0.714rem !important;
    padding-bottom: 0.714rem !important;
  }
  .py-xl-4 {
    padding-top: 1.071rem !important;
    padding-bottom: 1.071rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.179rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.357rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.714rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.071rem !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
}
@media (min-width: 1400px) {
  .pe-xxl-2 {
    padding-right: 0.357rem !important;
  }
}

/* src/assets/css/text-styles.css */
.text-extra-small-regular {
  font-size: 10px !important;
  font-weight: 400 !important;
}
.text-extra-small-semibold {
  font-size: 10px !important;
  font-weight: 500 !important;
}
.text-extra-small-bold {
  font-size: 10px !important;
  font-weight: 700 !important;
}
.text-small-regular {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.text-small-semibold {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.text-small-bold {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.text-body-regular {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.text-body-semibold {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.text-body-bold {
  font-size: 14px !important;
  font-weight: 700 !important;
}
.text-medium-regular {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.text-medium-semibold {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.text-medium-bold {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.text-large-regular {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.text-large-semibold {
  font-size: 24px !important;
  font-weight: 500 !important;
}
.text-large-bold {
  font-size: 24px !important;
  font-weight: 700 !important;
}
.text-extra-large-regular {
  font-size: 30px !important;
  font-weight: 400 !important;
}
.text-extra-large-semibold {
  font-size: 30px !important;
  font-weight: 500 !important;
}
.text-extra-large-bold {
  font-size: 30px !important;
  font-weight: 700 !important;
}
.text-extra-extra-large-regular {
  font-size: 36px !important;
  font-weight: 400 !important;
}
.text-extra-extra-large-semibold {
  font-size: 36px !important;
  font-weight: 500 !important;
}
.text-extra-extra-large-bold {
  font-size: 36px !important;
  font-weight: 700 !important;
}

/* src/assets/css/bootstrap-overrides.scss */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./media/glyphicons-halflings-regular-PIHUWCJO.eot");
  src:
    url("./media/glyphicons-halflings-regular-PIHUWCJO.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-halflings-regular-W4DYDFZM.woff2") format("woff2"),
    url("./media/glyphicons-halflings-regular-JOUF32XT.woff") format("woff"),
    url("./media/glyphicons-halflings-regular-ACNUA6UY.ttf") format("truetype"),
    url("./media/glyphicons-halflings-regular-QXYEM3FU.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-jpy:before {
  content: "\a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\a0\2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:768px) {
  .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .container {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\	;
  line-height: normal;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition:
    border-color ease-in-out .15s,
    box-shadow ease-in-out .15s,
    -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\	;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\	;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width:768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width:768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width:768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width:768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width:768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition:
    transform .3s ease-out,
    -webkit-transform .3s ease-out,
    -o-transform .3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition:
      transform .6s ease-in-out,
      -webkit-transform .6s ease-in-out,
      -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .5) 0,
      rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .0001) 0,
      rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\	;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width:767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width:767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* src/assets/css/tailwind-overrides.scss */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
:root,
:host {
  --tw-color-red-200: #fecaca;
  --tw-color-red-400: #f87171;
  --tw-color-red-500: #ef4444;
  --tw-color-red-600: #dc2626;
  --tw-color-orange-200: #fed7aa;
  --tw-color-orange-500: #f97316;
  --tw-color-yellow-100: #fef9c3;
  --tw-color-yellow-500: #eab308;
  --tw-color-yellow-600: #ca8a04;
  --tw-color-green-50: #f0fdf4;
  --tw-color-green-100: #dcfce7;
  --tw-color-green-200: #bbf7d0;
  --tw-color-green-500: #22c55e;
  --tw-color-green-600: #16a34a;
  --tw-color-green-700: #15803d;
  --tw-color-cyan-100: #cffafe;
  --tw-color-cyan-700: #0e7490;
  --tw-color-sky-500: #0ea5e9;
  --tw-color-blue-600: #2563eb;
  --tw-color-violet-100: #ede9fe;
  --tw-color-violet-400: #a78bfa;
  --tw-color-slate-50: #f8fafc;
  --tw-color-slate-100: #f1f5f9;
  --tw-color-slate-200: #e2e8f0;
  --tw-color-slate-300: #cbd5e1;
  --tw-color-slate-400: #94a3b8;
  --tw-color-slate-500: #64748b;
  --tw-color-slate-600: #475569;
  --tw-color-slate-700: #334155;
  --tw-color-slate-800: #1e293b;
  --tw-color-slate-900: #0f172a;
  --tw-color-gray-50: #f9fafb;
  --tw-color-gray-100: #f3f4f6;
  --tw-color-gray-200: #e5e7eb;
  --tw-color-gray-300: #d1d5db;
  --tw-color-gray-500: #6b7280;
  --tw-color-gray-600: #4b5563;
  --tw-color-gray-700: #374151;
  --tw-color-gray-800: #1f2937;
  --tw-color-gray-900: #111827;
  --tw-color-neutral-200: #e5e5e5;
  --tw-color-neutral-500: #737373;
  --tw-color-black: #000;
  --tw-color-white: #fff;
  --tw-spacing: 0.25rem;
  --tw-container-3xs: 16rem;
  --tw-container-sm: 24rem;
  --tw-container-md: 28rem;
  --tw-container-3xl: 48rem;
  --tw-text-xs: 0.75rem;
  --tw-text-xs--line-height: calc(1 / 0.75);
  --tw-text-sm: 0.875rem;
  --tw-text-sm--line-height: calc(1.25 / 0.875);
  --tw-text-base: 1rem;
  --tw-text-base--line-height: calc(1.5 / 1);
  --tw-text-lg: 1.125rem;
  --tw-text-lg--line-height: calc(1.75 / 1.125);
  --tw-text-xl: 1.25rem;
  --tw-text-xl--line-height: calc(1.75 / 1.25);
  --tw-text-2xl: 1.5rem;
  --tw-text-2xl--line-height: calc(2 / 1.5);
  --tw-text-3xl: 1.875rem;
  --tw-text-3xl--line-height: calc(2.25 / 1.875);
  --tw-text-5xl: 3rem;
  --tw-text-5xl--line-height: 1;
  --tw-text-6xl: 3.75rem;
  --tw-text-6xl--line-height: 1;
  --tw-font-weight-thin: 100;
  --tw-font-weight-extralight: 200;
  --tw-font-weight-medium: 500;
  --tw-radius-sm: 0.25rem;
  --tw-radius-md: 0.375rem;
  --tw-radius-lg: 0.5rem;
  --tw-radius-xl: 0.75rem;
  --tw-radius-2xl: 1rem;
  --tw-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --tw-font-normal: 400;
  --tw-font-semibold: 600;
  --tw-font-bold: 700;
  --tw-font-light: 300;
}
.tw\:\[container-type\:inline-size\] {
  container-type: inline-size;
}
.tw\:pointer-events-none {
  pointer-events: none;
}
.tw\:invisible {
  visibility: hidden;
}
.tw\:absolute {
  position: absolute;
}
.tw\:fixed {
  position: fixed;
}
.tw\:fixed\! {
  position: fixed !important;
}
.tw\:relative {
  position: relative;
}
.tw\:inset-y-0 {
  inset-block: calc(var(--tw-spacing) * 0);
}
.tw\:top-0 {
  top: calc(var(--tw-spacing) * 0);
}
.tw\:top-3 {
  top: calc(var(--tw-spacing) * 3);
}
.tw\:top-4 {
  top: calc(var(--tw-spacing) * 4);
}
.tw\:top-\[-25px\] {
  top: -25px;
}
.tw\:top-\[36px\]\! {
  top: 36px !important;
}
.tw\:top-\[45px\]\! {
  top: 45px !important;
}
.tw\:right-0 {
  right: calc(var(--tw-spacing) * 0);
}
.tw\:right-4 {
  right: calc(var(--tw-spacing) * 4);
}
.tw\:right-8 {
  right: calc(var(--tw-spacing) * 8);
}
.tw\:bottom-4 {
  bottom: calc(var(--tw-spacing) * 4);
}
.tw\:left-0 {
  left: calc(var(--tw-spacing) * 0);
}
.tw\:z-\(--x-zindex-menu\) {
  z-index: var(--x-zindex-menu);
}
.tw\:z-10 {
  z-index: 10;
}
.tw\:z-40 {
  z-index: 40;
}
.tw\:z-\[9999\] {
  z-index: 9999;
}
.tw\:z-\[1000000\]\! {
  z-index: 1000000 !important;
}
.tw\:z-\[999999999999999999\] {
  z-index: 999999999999999999;
}
.tw\:z-\[var\(--x-zindex-menu\)\] {
  z-index: var(--x-zindex-menu);
}
.tw\:col-span-2 {
  grid-column: span 2 / span 2;
}
.tw\:col-span-4 {
  grid-column: span 4 / span 4;
}
.tw\:col-span-8 {
  grid-column: span 8 / span 8;
}
.tw\:float-left {
  float: left;
}
.tw\:float-right {
  float: right;
}
.tw\:clear-both {
  clear: both;
}
.tw\:container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.tw\:m-0 {
  margin: calc(var(--tw-spacing) * 0);
}
.tw\:m-0\.5 {
  margin: calc(var(--tw-spacing) * 0.5);
}
.tw\:m-1 {
  margin: calc(var(--tw-spacing) * 1);
}
.tw\:m-2 {
  margin: calc(var(--tw-spacing) * 2);
}
.tw\:m-3 {
  margin: calc(var(--tw-spacing) * 3);
}
.tw\:m-4 {
  margin: calc(var(--tw-spacing) * 4);
}
.tw\:-mx-1 {
  margin-inline: calc(var(--tw-spacing) * -1);
}
.tw\:-mx-4\.5 {
  margin-inline: calc(var(--tw-spacing) * -4.5);
}
.tw\:mx-0 {
  margin-inline: calc(var(--tw-spacing) * 0);
}
.tw\:mx-1 {
  margin-inline: calc(var(--tw-spacing) * 1);
}
.tw\:mx-2 {
  margin-inline: calc(var(--tw-spacing) * 2);
}
.tw\:mx-3 {
  margin-inline: calc(var(--tw-spacing) * 3);
}
.tw\:mx-4 {
  margin-inline: calc(var(--tw-spacing) * 4);
}
.tw\:mx-5 {
  margin-inline: calc(var(--tw-spacing) * 5);
}
.tw\:mx-auto {
  margin-inline: auto;
}
.tw\:my-0 {
  margin-block: calc(var(--tw-spacing) * 0);
}
.tw\:my-1 {
  margin-block: calc(var(--tw-spacing) * 1);
}
.tw\:my-2 {
  margin-block: calc(var(--tw-spacing) * 2);
}
.tw\:my-3 {
  margin-block: calc(var(--tw-spacing) * 3);
}
.tw\:my-4 {
  margin-block: calc(var(--tw-spacing) * 4);
}
.tw\:my-5 {
  margin-block: calc(var(--tw-spacing) * 5);
}
.tw\:my-6 {
  margin-block: calc(var(--tw-spacing) * 6);
}
.tw\:my-10 {
  margin-block: calc(var(--tw-spacing) * 10);
}
.tw\:my-\[10px\] {
  margin-block: 10px;
}
.tw\:ms-0 {
  margin-inline-start: calc(var(--tw-spacing) * 0);
}
.tw\:ms-1 {
  margin-inline-start: calc(var(--tw-spacing) * 1);
}
.tw\:ms-2 {
  margin-inline-start: calc(var(--tw-spacing) * 2);
}
.tw\:ms-3 {
  margin-inline-start: calc(var(--tw-spacing) * 3);
}
.tw\:ms-4 {
  margin-inline-start: calc(var(--tw-spacing) * 4);
}
.tw\:ms-auto {
  margin-inline-start: auto;
}
.tw\:me-1 {
  margin-inline-end: calc(var(--tw-spacing) * 1);
}
.tw\:me-2 {
  margin-inline-end: calc(var(--tw-spacing) * 2);
}
.tw\:me-3 {
  margin-inline-end: calc(var(--tw-spacing) * 3);
}
.tw\:me-4 {
  margin-inline-end: calc(var(--tw-spacing) * 4);
}
.tw\:me-5 {
  margin-inline-end: calc(var(--tw-spacing) * 5);
}
.tw\:mt-0 {
  margin-top: calc(var(--tw-spacing) * 0);
}
.tw\:mt-1 {
  margin-top: calc(var(--tw-spacing) * 1);
}
.tw\:mt-2 {
  margin-top: calc(var(--tw-spacing) * 2);
}
.tw\:mt-3 {
  margin-top: calc(var(--tw-spacing) * 3);
}
.tw\:mt-4 {
  margin-top: calc(var(--tw-spacing) * 4);
}
.tw\:mt-5 {
  margin-top: calc(var(--tw-spacing) * 5);
}
.tw\:mt-6 {
  margin-top: calc(var(--tw-spacing) * 6);
}
.tw\:mt-8 {
  margin-top: calc(var(--tw-spacing) * 8);
}
.tw\:mt-10 {
  margin-top: calc(var(--tw-spacing) * 10);
}
.tw\:mt-12 {
  margin-top: calc(var(--tw-spacing) * 12);
}
.tw\:mt-\[-10px\] {
  margin-top: -10px;
}
.tw\:mt-\[5px\] {
  margin-top: 5px;
}
.tw\:mt-\[10px\] {
  margin-top: 10px;
}
.tw\:mt-\[20px\] {
  margin-top: 20px;
}
.tw\:mt-\[50px\] {
  margin-top: 50px;
}
.tw\:mr-1 {
  margin-right: calc(var(--tw-spacing) * 1);
}
.tw\:mr-2 {
  margin-right: calc(var(--tw-spacing) * 2);
}
.tw\:\!mb-0 {
  margin-bottom: calc(var(--tw-spacing) * 0) !important;
}
.tw\:mb-0 {
  margin-bottom: calc(var(--tw-spacing) * 0);
}
.tw\:mb-0\.5 {
  margin-bottom: calc(var(--tw-spacing) * 0.5);
}
.tw\:mb-1 {
  margin-bottom: calc(var(--tw-spacing) * 1);
}
.tw\:mb-1\.5 {
  margin-bottom: calc(var(--tw-spacing) * 1.5);
}
.tw\:mb-2 {
  margin-bottom: calc(var(--tw-spacing) * 2);
}
.tw\:mb-3 {
  margin-bottom: calc(var(--tw-spacing) * 3);
}
.tw\:mb-4 {
  margin-bottom: calc(var(--tw-spacing) * 4);
}
.tw\:mb-5 {
  margin-bottom: calc(var(--tw-spacing) * 5);
}
.tw\:mb-6 {
  margin-bottom: calc(var(--tw-spacing) * 6);
}
.tw\:mb-8 {
  margin-bottom: calc(var(--tw-spacing) * 8);
}
.tw\:mb-10 {
  margin-bottom: calc(var(--tw-spacing) * 10);
}
.tw\:mb-12 {
  margin-bottom: calc(var(--tw-spacing) * 12);
}
.tw\:mb-30 {
  margin-bottom: calc(var(--tw-spacing) * 30);
}
.tw\:mb-\[30px\] {
  margin-bottom: 30px;
}
.tw\:ml-0\.5 {
  margin-left: calc(var(--tw-spacing) * 0.5);
}
.tw\:ml-1 {
  margin-left: calc(var(--tw-spacing) * 1);
}
.tw\:ml-2 {
  margin-left: calc(var(--tw-spacing) * 2);
}
.tw\:ml-4 {
  margin-left: calc(var(--tw-spacing) * 4);
}
.tw\:ml-\[5px\] {
  margin-left: 5px;
}
.tw\:ml-\[30px\] {
  margin-left: 30px;
}
.tw\:ml-\[250px\] {
  margin-left: 250px;
}
.tw\:ml-auto {
  margin-left: auto;
}
.tw\:box-border {
  box-sizing: border-box;
}
.tw\:line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tw\:line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tw\:line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tw\:block {
  display: block;
}
.tw\:flex {
  display: flex;
}
.tw\:flex\! {
  display: flex !important;
}
.tw\:grid {
  display: grid;
}
.tw\:hidden {
  display: none;
}
.tw\:hidden\! {
  display: none !important;
}
.tw\:inline {
  display: inline;
}
.tw\:inline-block {
  display: inline-block;
}
.tw\:inline-flex {
  display: inline-flex;
}
.tw\:aspect-16\/8 {
  aspect-ratio: 16/8;
}
.tw\:aspect-square {
  aspect-ratio: 1 / 1;
}
.tw\:size-14 {
  width: calc(var(--tw-spacing) * 14);
  height: calc(var(--tw-spacing) * 14);
}
.tw\:size-full {
  width: 100%;
  height: 100%;
}
.tw\:h-5 {
  height: calc(var(--tw-spacing) * 5);
}
.tw\:h-8 {
  height: calc(var(--tw-spacing) * 8);
}
.tw\:h-9 {
  height: calc(var(--tw-spacing) * 9);
}
.tw\:h-12 {
  height: calc(var(--tw-spacing) * 12);
}
.tw\:h-18 {
  height: calc(var(--tw-spacing) * 18);
}
.tw\:h-20 {
  height: calc(var(--tw-spacing) * 20);
}
.tw\:h-100 {
  height: calc(var(--tw-spacing) * 100);
}
.tw\:h-\[15px\] {
  height: 15px;
}
.tw\:h-\[36px\] {
  height: 36px;
}
.tw\:h-\[50px\] {
  height: 50px;
}
.tw\:h-\[70px\] {
  height: 70px;
}
.tw\:h-\[100px\] {
  height: 100px;
}
.tw\:h-\[200px\] {
  height: 200px;
}
.tw\:h-\[250px\] {
  height: 250px;
}
.tw\:h-\[calc\(100vh-420px\)\] {
  height: calc(100vh - 420px);
}
.tw\:h-auto {
  height: auto;
}
.tw\:h-full {
  height: 100%;
}
.tw\:h-screen {
  height: 100vh;
}
.tw\:max-h-\[40vh\] {
  max-height: 40vh;
}
.tw\:max-h-\[75vh\] {
  max-height: 75vh;
}
.tw\:max-h-\[300px\] {
  max-height: 300px;
}
.tw\:max-h-full {
  max-height: 100%;
}
.tw\:min-h-0 {
  min-height: calc(var(--tw-spacing) * 0);
}
.tw\:min-h-\[50px\] {
  min-height: 50px;
}
.tw\:min-h-\[80px\] {
  min-height: 80px;
}
.tw\:min-h-\[200px\] {
  min-height: 200px;
}
.tw\:\!w-full {
  width: 100% !important;
}
.tw\:w-0 {
  width: calc(var(--tw-spacing) * 0);
}
.tw\:w-1\/2 {
  width: calc(1/2 * 100%);
}
.tw\:w-1\/3 {
  width: calc(1/3 * 100%);
}
.tw\:w-1\/4 {
  width: calc(1/4 * 100%);
}
.tw\:w-1\/6 {
  width: calc(1/6 * 100%);
}
.tw\:w-5\/6 {
  width: calc(5/6 * 100%);
}
.tw\:w-6 {
  width: calc(var(--tw-spacing) * 6);
}
.tw\:w-8 {
  width: calc(var(--tw-spacing) * 8);
}
.tw\:w-9 {
  width: calc(var(--tw-spacing) * 9);
}
.tw\:w-10 {
  width: calc(var(--tw-spacing) * 10);
}
.tw\:w-12 {
  width: calc(var(--tw-spacing) * 12);
}
.tw\:w-15 {
  width: calc(var(--tw-spacing) * 15);
}
.tw\:w-18 {
  width: calc(var(--tw-spacing) * 18);
}
.tw\:w-20 {
  width: calc(var(--tw-spacing) * 20);
}
.tw\:w-25 {
  width: calc(var(--tw-spacing) * 25);
}
.tw\:w-35 {
  width: calc(var(--tw-spacing) * 35);
}
.tw\:w-64 {
  width: calc(var(--tw-spacing) * 64);
}
.tw\:w-70 {
  width: calc(var(--tw-spacing) * 70);
}
.tw\:w-100 {
  width: calc(var(--tw-spacing) * 100);
}
.tw\:w-\[20px\] {
  width: 20px;
}
.tw\:w-\[30px\] {
  width: 30px;
}
.tw\:w-\[50px\] {
  width: 50px;
}
.tw\:w-\[75px\] {
  width: 75px;
}
.tw\:w-\[80px\] {
  width: 80px;
}
.tw\:w-\[100px\] {
  width: 100px;
}
.tw\:w-\[120px\] {
  width: 120px;
}
.tw\:w-\[132px\] {
  width: 132px;
}
.tw\:w-\[200px\] {
  width: 200px;
}
.tw\:w-\[213px\] {
  width: 213px;
}
.tw\:w-\[270px\] {
  width: 270px;
}
.tw\:w-\[315px\] {
  width: 315px;
}
.tw\:w-\[396px\] {
  width: 396px;
}
.tw\:w-\[400px\] {
  width: 400px;
}
.tw\:w-auto {
  width: auto;
}
.tw\:w-auto\! {
  width: auto !important;
}
.tw\:w-full {
  width: 100%;
}
.tw\:w-screen {
  width: 100vw;
}
.tw\:max-w-3xl {
  max-width: var(--tw-container-3xl);
}
.tw\:max-w-\[5rem\] {
  max-width: 5rem;
}
.tw\:max-w-\[150px\] {
  max-width: 150px;
}
.tw\:max-w-\[180px\] {
  max-width: 180px;
}
.tw\:max-w-\[220px\] {
  max-width: 220px;
}
.tw\:max-w-\[320px\] {
  max-width: 320px;
}
.tw\:max-w-\[350px\] {
  max-width: 350px;
}
.tw\:max-w-\[450px\]\! {
  max-width: 450px !important;
}
.tw\:max-w-full {
  max-width: 100%;
}
.tw\:max-w-md {
  max-width: var(--tw-container-md);
}
.tw\:max-w-none\! {
  max-width: none !important;
}
.tw\:max-w-sm {
  max-width: var(--tw-container-sm);
}
.tw\:\!min-w-\[144px\] {
  min-width: 144px !important;
}
.tw\:min-w-0 {
  min-width: calc(var(--tw-spacing) * 0);
}
.tw\:min-w-3xs {
  min-width: var(--tw-container-3xs);
}
.tw\:min-w-6 {
  min-width: calc(var(--tw-spacing) * 6);
}
.tw\:min-w-\[40ch\] {
  min-width: 40ch;
}
.tw\:min-w-\[65px\] {
  min-width: 65px;
}
.tw\:min-w-\[180px\] {
  min-width: 180px;
}
.tw\:min-w-\[200px\] {
  min-width: 200px;
}
.tw\:min-w-\[230px\] {
  min-width: 230px;
}
.tw\:min-w-auto\! {
  min-width: auto !important;
}
.tw\:min-w-fit {
  min-width: fit-content;
}
.tw\:min-w-full {
  min-width: 100%;
}
.tw\:min-w-max {
  min-width: max-content;
}
.tw\:flex-1 {
  flex: 1;
}
.tw\:flex-auto {
  flex: auto;
}
.tw\:flex-none {
  flex: none;
}
.tw\:flex-shrink {
  flex-shrink: 1;
}
.tw\:flex-shrink-0 {
  flex-shrink: 0;
}
.tw\:shrink-0 {
  flex-shrink: 0;
}
.tw\:flex-grow {
  flex-grow: 1;
}
.tw\:grow {
  flex-grow: 1;
}
.tw\:grow-1 {
  flex-grow: 1;
}
.tw\:basis-1\/3 {
  flex-basis: calc(1/3 * 100%);
}
.tw\:basis-2\/3 {
  flex-basis: calc(2/3 * 100%);
}
.tw\:basis-full {
  flex-basis: 100%;
}
.tw\:-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tw\:-translate-y-full {
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tw\:translate-y-0 {
  --tw-translate-y: calc(var(--tw-spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tw\:translate-y-10 {
  --tw-translate-y: calc(var(--tw-spacing) * 10);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tw\:-rotate-45 {
  rotate: calc(45deg * -1);
}
.tw\:animate-fade-in-up {
  animation: fadeInUp 0.75s ease-out;
}
.tw\:cursor-not-allowed {
  cursor: not-allowed;
}
.tw\:cursor-not-allowed\! {
  cursor: not-allowed !important;
}
.tw\:cursor-pointer {
  cursor: pointer;
}
.tw\:cursor-pointer\! {
  cursor: pointer !important;
}
.tw\:list-none {
  list-style-type: none;
}
.tw\:columns-1 {
  columns: 1;
}
.tw\:break-inside-avoid {
  break-inside: avoid;
}
.tw\:auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.tw\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw\:grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.tw\:grid-cols-\[repeat\(auto-fit\,minmax\(200px\,200px\)\)\] {
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
}
.tw\:grid-cols-\[repeat\(auto-fit\,minmax\(220px\,220px\)\)\] {
  grid-template-columns: repeat(auto-fit, minmax(220px, 220px));
}
.tw\:flex-col {
  flex-direction: column;
}
.tw\:flex-col-reverse {
  flex-direction: column-reverse;
}
.tw\:flex-row {
  flex-direction: row;
}
.tw\:flex-wrap {
  flex-wrap: wrap;
}
.tw\:content-center {
  align-content: center;
}
.tw\:items-baseline {
  align-items: baseline;
}
.tw\:items-center {
  align-items: center;
}
.tw\:items-end {
  align-items: flex-end;
}
.tw\:items-start {
  align-items: flex-start;
}
.tw\:justify-around {
  justify-content: space-around;
}
.tw\:justify-between {
  justify-content: space-between;
}
.tw\:justify-center {
  justify-content: center;
}
.tw\:justify-end {
  justify-content: flex-end;
}
.tw\:justify-start {
  justify-content: flex-start;
}
.tw\:gap-0\.5 {
  gap: calc(var(--tw-spacing) * 0.5);
}
.tw\:gap-1 {
  gap: calc(var(--tw-spacing) * 1);
}
.tw\:gap-1\! {
  gap: calc(var(--tw-spacing) * 1) !important;
}
.tw\:gap-1\.5 {
  gap: calc(var(--tw-spacing) * 1.5);
}
.tw\:gap-2 {
  gap: calc(var(--tw-spacing) * 2);
}
.tw\:gap-3 {
  gap: calc(var(--tw-spacing) * 3);
}
.tw\:gap-4 {
  gap: calc(var(--tw-spacing) * 4);
}
.tw\:gap-5 {
  gap: calc(var(--tw-spacing) * 5);
}
.tw\:gap-6 {
  gap: calc(var(--tw-spacing) * 6);
}
.tw\:gap-8 {
  gap: calc(var(--tw-spacing) * 8);
}
.tw\:gap-10 {
  gap: calc(var(--tw-spacing) * 10);
}
.tw\:gap-\[0\.357rem\] {
  gap: 0.357rem;
}
.tw\:space-y-1 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--tw-spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--tw-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.tw\:space-y-4 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--tw-spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--tw-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.tw\:space-y-6 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--tw-spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--tw-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.tw\:gap-x-1 {
  column-gap: calc(var(--tw-spacing) * 1);
}
.tw\:gap-x-2 {
  column-gap: calc(var(--tw-spacing) * 2);
}
.tw\:gap-x-3 {
  column-gap: calc(var(--tw-spacing) * 3);
}
.tw\:gap-x-6 {
  column-gap: calc(var(--tw-spacing) * 6);
}
.tw\:gap-x-8 {
  column-gap: calc(var(--tw-spacing) * 8);
}
.tw\:space-x-2 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.tw\:gap-y-2 {
  row-gap: calc(var(--tw-spacing) * 2);
}
.tw\:gap-y-3 {
  row-gap: calc(var(--tw-spacing) * 3);
}
.tw\:gap-y-4 {
  row-gap: calc(var(--tw-spacing) * 4);
}
.tw\:self-baseline {
  align-self: baseline;
}
.tw\:self-center {
  align-self: center;
}
.tw\:self-start {
  align-self: flex-start;
}
.tw\:truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw\:overflow-auto {
  overflow: auto;
}
.tw\:overflow-hidden {
  overflow: hidden;
}
.tw\:overflow-visible {
  overflow: visible;
}
.tw\:overflow-visible\! {
  overflow: visible !important;
}
.tw\:overflow-y-auto {
  overflow-y: auto;
}
.tw\:overflow-y-scroll {
  overflow-y: scroll;
}
.tw\:overflow-y-visible\! {
  overflow-y: visible !important;
}
.tw\:rounded {
  border-radius: 0.25rem;
}
.tw\:rounded-2xl {
  border-radius: var(--tw-radius-2xl);
}
.tw\:rounded-\[3px\] {
  border-radius: 3px;
}
.tw\:rounded-\[20px\] {
  border-radius: 20px;
}
.tw\:rounded-full {
  border-radius: calc(infinity * 1px);
}
.tw\:rounded-lg {
  border-radius: var(--tw-radius-lg);
}
.tw\:rounded-md {
  border-radius: var(--tw-radius-md);
}
.tw\:rounded-sm {
  border-radius: var(--tw-radius-sm);
}
.tw\:rounded-xl {
  border-radius: var(--tw-radius-xl);
}
.tw\:rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tw\:border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.tw\:border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.tw\:border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.tw\:border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.tw\:\!border-y-0 {
  border-block-style: var(--tw-border-style) !important;
  border-block-width: 0px !important;
}
.tw\:\!border-t-0 {
  border-top-style: var(--tw-border-style) !important;
  border-top-width: 0px !important;
}
.tw\:border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.tw\:\!border-b-0 {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 0px !important;
}
.tw\:border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.tw\:border-b-1 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.tw\:border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.tw\:border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}
.tw\:\!border-none {
  --tw-border-style: none !important;
  border-style: none !important;
}
.tw\:border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.tw\:border-none {
  --tw-border-style: none;
  border-style: none;
}
.tw\:border-\[var\(--p-primary-color\)\] {
  border-color: var(--p-primary-color);
}
.tw\:border-\[var\(--p-surface-300\)\] {
  border-color: var(--p-surface-300);
}
.tw\:border-gray-200 {
  border-color: var(--tw-color-gray-200);
}
.tw\:border-gray-300 {
  border-color: var(--tw-color-gray-300);
}
.tw\:border-neutral-200 {
  border-color: var(--tw-color-neutral-200);
}
.tw\:border-primary-400 {
  border-color: var(--p-xfarm-400);
}
.tw\:border-primary-600 {
  border-color: var(--p-xfarm-600);
}
.tw\:border-slate-200 {
  border-color: var(--tw-color-slate-200);
}
.tw\:border-slate-300 {
  border-color: var(--tw-color-slate-300);
}
.tw\:border-transparent {
  border-color: transparent;
}
.tw\:border-yellow-500 {
  border-color: var(--tw-color-yellow-500);
}
.tw\:\!bg-transparent {
  background-color: transparent !important;
}
.tw\:bg-\[var\(--background-splash-screen\)\] {
  background-color: var(--background-splash-screen);
}
.tw\:bg-\[var\(--navbar-color\)\] {
  background-color: var(--navbar-color);
}
.tw\:bg-\[var\(--p-datepicker-dropdown-background\)\] {
  background-color: var(--p-datepicker-dropdown-background);
}
.tw\:bg-\[var\(--p-slate-50\)\]\! {
  background-color: var(--p-slate-50) !important;
}
.tw\:bg-\[var\(--p-surface-100\)\] {
  background-color: var(--p-surface-100);
}
.tw\:bg-black {
  background-color: var(--tw-color-black);
}
.tw\:bg-black\/50 {
  background-color: var(--tw-color-black);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--tw-color-black) 50%, transparent);
  }
}
.tw\:bg-cyan-100 {
  background-color: var(--tw-color-cyan-100);
}
.tw\:bg-gray-50 {
  background-color: var(--tw-color-gray-50);
}
.tw\:bg-gray-100 {
  background-color: var(--tw-color-gray-100);
}
.tw\:bg-gray-200 {
  background-color: var(--tw-color-gray-200);
}
.tw\:bg-green-50 {
  background-color: var(--tw-color-green-50);
}
.tw\:bg-green-100 {
  background-color: var(--tw-color-green-100);
}
.tw\:bg-green-200 {
  background-color: var(--tw-color-green-200);
}
.tw\:bg-green-500 {
  background-color: var(--tw-color-green-500);
}
.tw\:bg-orange-200 {
  background-color: var(--tw-color-orange-200);
}
.tw\:bg-orange-500 {
  background-color: var(--tw-color-orange-500);
}
.tw\:bg-primary-50 {
  background-color: var(--p-xfarm-50);
}
.tw\:bg-primary-200 {
  background-color: var(--p-xfarm-200);
}
.tw\:bg-primary-400 {
  background-color: var(--p-xfarm-400);
}
.tw\:bg-primary-600 {
  background-color: var(--p-xfarm-600);
}
.tw\:bg-red-200 {
  background-color: var(--tw-color-red-200);
}
.tw\:bg-red-400 {
  background-color: var(--tw-color-red-400);
}
.tw\:bg-red-500 {
  background-color: var(--tw-color-red-500);
}
.tw\:bg-slate-50 {
  background-color: var(--tw-color-slate-50);
}
.tw\:bg-slate-100 {
  background-color: var(--tw-color-slate-100);
}
.tw\:bg-slate-200 {
  background-color: var(--tw-color-slate-200);
}
.tw\:bg-slate-400 {
  background-color: var(--tw-color-slate-400);
}
.tw\:bg-slate-500 {
  background-color: var(--tw-color-slate-500);
}
.tw\:bg-transparent {
  background-color: transparent;
}
.tw\:bg-transparent\! {
  background-color: transparent !important;
}
.tw\:bg-violet-100 {
  background-color: var(--tw-color-violet-100);
}
.tw\:bg-violet-400 {
  background-color: var(--tw-color-violet-400);
}
.tw\:bg-white {
  background-color: var(--tw-color-white);
}
.tw\:bg-yellow-100 {
  background-color: var(--tw-color-yellow-100);
}
.tw\:bg-cover {
  background-size: cover;
}
.tw\:bg-center {
  background-position: center;
}
.tw\:object-contain {
  object-fit: contain;
}
.tw\:object-cover {
  object-fit: cover;
}
.tw\:p-0 {
  padding: calc(var(--tw-spacing) * 0);
}
.tw\:p-0\! {
  padding: calc(var(--tw-spacing) * 0) !important;
}
.tw\:p-0\.5 {
  padding: calc(var(--tw-spacing) * 0.5);
}
.tw\:p-1 {
  padding: calc(var(--tw-spacing) * 1);
}
.tw\:p-1\.5 {
  padding: calc(var(--tw-spacing) * 1.5);
}
.tw\:p-2 {
  padding: calc(var(--tw-spacing) * 2);
}
.tw\:p-3 {
  padding: calc(var(--tw-spacing) * 3);
}
.tw\:p-4 {
  padding: calc(var(--tw-spacing) * 4);
}
.tw\:p-4\.5 {
  padding: calc(var(--tw-spacing) * 4.5);
}
.tw\:p-5 {
  padding: calc(var(--tw-spacing) * 5);
}
.tw\:p-6 {
  padding: calc(var(--tw-spacing) * 6);
}
.tw\:p-\[0_10px_10px_0\] {
  padding: 0 10px 10px 0;
}
.tw\:p-\[15px\] {
  padding: 15px;
}
.tw\:\!px-\[10px\] {
  padding-inline: 10px !important;
}
.tw\:px-0 {
  padding-inline: calc(var(--tw-spacing) * 0);
}
.tw\:px-1 {
  padding-inline: calc(var(--tw-spacing) * 1);
}
.tw\:px-2 {
  padding-inline: calc(var(--tw-spacing) * 2);
}
.tw\:px-3 {
  padding-inline: calc(var(--tw-spacing) * 3);
}
.tw\:px-4 {
  padding-inline: calc(var(--tw-spacing) * 4);
}
.tw\:px-5 {
  padding-inline: calc(var(--tw-spacing) * 5);
}
.tw\:px-6 {
  padding-inline: calc(var(--tw-spacing) * 6);
}
.tw\:px-7 {
  padding-inline: calc(var(--tw-spacing) * 7);
}
.tw\:px-10 {
  padding-inline: calc(var(--tw-spacing) * 10);
}
.tw\:px-\[2px\] {
  padding-inline: 2px;
}
.tw\:px-\[15px\] {
  padding-inline: 15px;
}
.tw\:\!py-\[5px\] {
  padding-block: 5px !important;
}
.tw\:py-0\.5 {
  padding-block: calc(var(--tw-spacing) * 0.5);
}
.tw\:py-1 {
  padding-block: calc(var(--tw-spacing) * 1);
}
.tw\:py-2 {
  padding-block: calc(var(--tw-spacing) * 2);
}
.tw\:py-3 {
  padding-block: calc(var(--tw-spacing) * 3);
}
.tw\:py-3\.5 {
  padding-block: calc(var(--tw-spacing) * 3.5);
}
.tw\:py-4 {
  padding-block: calc(var(--tw-spacing) * 4);
}
.tw\:py-5 {
  padding-block: calc(var(--tw-spacing) * 5);
}
.tw\:py-6 {
  padding-block: calc(var(--tw-spacing) * 6);
}
.tw\:py-8 {
  padding-block: calc(var(--tw-spacing) * 8);
}
.tw\:py-10 {
  padding-block: calc(var(--tw-spacing) * 10);
}
.tw\:py-12 {
  padding-block: calc(var(--tw-spacing) * 12);
}
.tw\:py-24 {
  padding-block: calc(var(--tw-spacing) * 24);
}
.tw\:ps-1 {
  padding-inline-start: calc(var(--tw-spacing) * 1);
}
.tw\:ps-2 {
  padding-inline-start: calc(var(--tw-spacing) * 2);
}
.tw\:ps-28 {
  padding-inline-start: calc(var(--tw-spacing) * 28);
}
.tw\:pe-1 {
  padding-inline-end: calc(var(--tw-spacing) * 1);
}
.tw\:pe-2 {
  padding-inline-end: calc(var(--tw-spacing) * 2);
}
.tw\:pe-3 {
  padding-inline-end: calc(var(--tw-spacing) * 3);
}
.tw\:pe-6 {
  padding-inline-end: calc(var(--tw-spacing) * 6);
}
.tw\:pe-28 {
  padding-inline-end: calc(var(--tw-spacing) * 28);
}
.tw\:\!pt-\[10px\] {
  padding-top: 10px !important;
}
.tw\:pt-0 {
  padding-top: calc(var(--tw-spacing) * 0);
}
.tw\:pt-0\.75 {
  padding-top: calc(var(--tw-spacing) * 0.75);
}
.tw\:pt-2 {
  padding-top: calc(var(--tw-spacing) * 2);
}
.tw\:pt-3 {
  padding-top: calc(var(--tw-spacing) * 3);
}
.tw\:pt-4 {
  padding-top: calc(var(--tw-spacing) * 4);
}
.tw\:pt-5 {
  padding-top: calc(var(--tw-spacing) * 5);
}
.tw\:pt-6 {
  padding-top: calc(var(--tw-spacing) * 6);
}
.tw\:pt-24 {
  padding-top: calc(var(--tw-spacing) * 24);
}
.tw\:pr-3 {
  padding-right: calc(var(--tw-spacing) * 3);
}
.tw\:pr-4 {
  padding-right: calc(var(--tw-spacing) * 4);
}
.tw\:pr-10 {
  padding-right: calc(var(--tw-spacing) * 10);
}
.tw\:pr-12 {
  padding-right: calc(var(--tw-spacing) * 12);
}
.tw\:\!pb-0 {
  padding-bottom: calc(var(--tw-spacing) * 0) !important;
}
.tw\:pb-0 {
  padding-bottom: calc(var(--tw-spacing) * 0);
}
.tw\:pb-2 {
  padding-bottom: calc(var(--tw-spacing) * 2);
}
.tw\:pb-4\.5 {
  padding-bottom: calc(var(--tw-spacing) * 4.5);
}
.tw\:pb-6 {
  padding-bottom: calc(var(--tw-spacing) * 6);
}
.tw\:pb-10 {
  padding-bottom: calc(var(--tw-spacing) * 10);
}
.tw\:pb-60 {
  padding-bottom: calc(var(--tw-spacing) * 60);
}
.tw\:\!pl-0 {
  padding-left: calc(var(--tw-spacing) * 0) !important;
}
.tw\:pl-0 {
  padding-left: calc(var(--tw-spacing) * 0);
}
.tw\:pl-1 {
  padding-left: calc(var(--tw-spacing) * 1);
}
.tw\:pl-3 {
  padding-left: calc(var(--tw-spacing) * 3);
}
.tw\:pl-4 {
  padding-left: calc(var(--tw-spacing) * 4);
}
.tw\:pl-5 {
  padding-left: calc(var(--tw-spacing) * 5);
}
.tw\:pl-6 {
  padding-left: calc(var(--tw-spacing) * 6);
}
.tw\:pl-\[87px\]\! {
  padding-left: 87px !important;
}
.tw\:text-center {
  text-align: center;
}
.tw\:text-center\! {
  text-align: center !important;
}
.tw\:text-left {
  text-align: left;
}
.tw\:text-right {
  text-align: right;
}
.tw\:align-bottom {
  vertical-align: bottom;
}
.tw\:align-middle {
  vertical-align: middle;
}
.tw\:font-bold {
  font-family: var(--tw-font-bold);
}
.tw\:font-bold\! {
  font-family: var(--tw-font-bold) !important;
}
.tw\:font-light {
  font-family: var(--tw-font-light);
}
.tw\:font-normal {
  font-family: var(--tw-font-normal);
}
.tw\:font-normal\! {
  font-family: var(--tw-font-normal) !important;
}
.tw\:font-semibold {
  font-family: var(--tw-font-semibold);
}
.tw\:text-2xl {
  font-size: var(--tw-text-2xl);
  line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
}
.tw\:text-3xl {
  font-size: var(--tw-text-3xl);
  line-height: var(--tw-leading, var(--tw-text-3xl--line-height));
}
.tw\:text-5xl {
  font-size: var(--tw-text-5xl);
  line-height: var(--tw-leading, var(--tw-text-5xl--line-height));
}
.tw\:text-6xl {
  font-size: var(--tw-text-6xl);
  line-height: var(--tw-leading, var(--tw-text-6xl--line-height));
}
.tw\:text-base {
  font-size: var(--tw-text-base);
  line-height: var(--tw-leading, var(--tw-text-base--line-height));
}
.tw\:text-base\! {
  font-size: var(--tw-text-base) !important;
  line-height: var(--tw-leading, var(--tw-text-base--line-height)) !important;
}
.tw\:text-base\/4 {
  font-size: var(--tw-text-base);
  line-height: calc(var(--tw-spacing) * 4);
}
.tw\:text-lg {
  font-size: var(--tw-text-lg);
  line-height: var(--tw-leading, var(--tw-text-lg--line-height));
}
.tw\:text-lg\! {
  font-size: var(--tw-text-lg) !important;
  line-height: var(--tw-leading, var(--tw-text-lg--line-height)) !important;
}
.tw\:text-sm {
  font-size: var(--tw-text-sm);
  line-height: var(--tw-leading, var(--tw-text-sm--line-height));
}
.tw\:text-sm\! {
  font-size: var(--tw-text-sm) !important;
  line-height: var(--tw-leading, var(--tw-text-sm--line-height)) !important;
}
.tw\:text-xl {
  font-size: var(--tw-text-xl);
  line-height: var(--tw-leading, var(--tw-text-xl--line-height));
}
.tw\:text-xs {
  font-size: var(--tw-text-xs);
  line-height: var(--tw-leading, var(--tw-text-xs--line-height));
}
.tw\:text-xs\! {
  font-size: var(--tw-text-xs) !important;
  line-height: var(--tw-leading, var(--tw-text-xs--line-height)) !important;
}
.tw\:text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.tw\:text-\[10px\] {
  font-size: 10px;
}
.tw\:text-\[13px\] {
  font-size: 13px;
}
.tw\:text-\[17px\] {
  font-size: 17px;
}
.tw\:text-\[22px\] {
  font-size: 22px;
}
.tw\:font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.tw\:font-extralight {
  --tw-font-weight: var(--tw-font-weight-extralight);
  font-weight: var(--tw-font-weight-extralight);
}
.tw\:font-medium {
  --tw-font-weight: var(--tw-font-weight-medium);
  font-weight: var(--tw-font-weight-medium);
}
.tw\:font-thin {
  --tw-font-weight: var(--tw-font-weight-thin);
  font-weight: var(--tw-font-weight-thin);
}
.tw\:text-nowrap {
  text-wrap: nowrap;
}
.tw\:break-words {
  overflow-wrap: break-word;
}
.tw\:break-all {
  word-break: break-all;
}
.tw\:text-ellipsis {
  text-overflow: ellipsis;
}
.tw\:whitespace-normal {
  white-space: normal;
}
.tw\:whitespace-nowrap {
  white-space: nowrap;
}
.tw\:text-\[\#8E8E8E\] {
  color: #8E8E8E;
}
.tw\:text-\[\#333\] {
  color: #333;
}
.tw\:text-\[\#474747\] {
  color: #474747;
}
.tw\:text-\[var\(--color-nav\)\] {
  color: var(--color-nav);
}
.tw\:text-\[var\(--p-message-info-color\)\] {
  color: var(--p-message-info-color);
}
.tw\:text-\[var\(--p-primary-color\)\] {
  color: var(--p-primary-color);
}
.tw\:text-\[var\(--p-xFarm-xColor-400\)\] {
  color: var(--p-xFarm-xColor-400);
}
.tw\:text-\[var\(--spinner-splash-screen\)\] {
  color: var(--spinner-splash-screen);
}
.tw\:text-\[var\(--text-color-nav\)\] {
  color: var(--text-color-nav);
}
.tw\:text-\[var\(--text-color-sidebar\)\] {
  color: var(--text-color-sidebar);
}
.tw\:text-blue-600 {
  color: var(--tw-color-blue-600);
}
.tw\:text-cyan-700\! {
  color: var(--tw-color-cyan-700) !important;
}
.tw\:text-gray-300 {
  color: var(--tw-color-gray-300);
}
.tw\:text-gray-500 {
  color: var(--tw-color-gray-500);
}
.tw\:text-gray-600 {
  color: var(--tw-color-gray-600);
}
.tw\:text-gray-700 {
  color: var(--tw-color-gray-700);
}
.tw\:text-gray-800 {
  color: var(--tw-color-gray-800);
}
.tw\:text-gray-900 {
  color: var(--tw-color-gray-900);
}
.tw\:text-green-500 {
  color: var(--tw-color-green-500);
}
.tw\:text-green-600 {
  color: var(--tw-color-green-600);
}
.tw\:text-green-700 {
  color: var(--tw-color-green-700);
}
.tw\:text-neutral-500 {
  color: var(--tw-color-neutral-500);
}
.tw\:text-orange-500 {
  color: var(--tw-color-orange-500);
}
.tw\:text-primary-400 {
  color: var(--p-xfarm-400);
}
.tw\:text-primary-600 {
  color: var(--p-xfarm-600);
}
.tw\:text-primary-800 {
  color: var(--p-xfarm-800);
}
.tw\:text-red-400 {
  color: var(--tw-color-red-400);
}
.tw\:text-red-500 {
  color: var(--tw-color-red-500);
}
.tw\:text-red-600 {
  color: var(--tw-color-red-600);
}
.tw\:text-sky-500 {
  color: var(--tw-color-sky-500);
}
.tw\:text-slate-50 {
  color: var(--tw-color-slate-50);
}
.tw\:text-slate-400 {
  color: var(--tw-color-slate-400);
}
.tw\:text-slate-400\! {
  color: var(--tw-color-slate-400) !important;
}
.tw\:text-slate-500 {
  color: var(--tw-color-slate-500);
}
.tw\:text-slate-600 {
  color: var(--tw-color-slate-600);
}
.tw\:text-slate-700 {
  color: var(--tw-color-slate-700);
}
.tw\:text-slate-800 {
  color: var(--tw-color-slate-800);
}
.tw\:text-slate-900 {
  color: var(--tw-color-slate-900);
}
.tw\:text-violet-400 {
  color: var(--tw-color-violet-400);
}
.tw\:text-white {
  color: var(--tw-color-white);
}
.tw\:text-white\! {
  color: var(--tw-color-white) !important;
}
.tw\:text-yellow-500 {
  color: var(--tw-color-yellow-500);
}
.tw\:text-yellow-500\! {
  color: var(--tw-color-yellow-500) !important;
}
.tw\:text-yellow-600 {
  color: var(--tw-color-yellow-600);
}
.tw\:capitalize {
  text-transform: capitalize;
}
.tw\:uppercase {
  text-transform: uppercase;
}
.tw\:italic {
  font-style: italic;
}
.tw\:no-underline {
  text-decoration-line: none;
}
.tw\:underline {
  text-decoration-line: underline;
}
.tw\:opacity-0 {
  opacity: 0%;
}
.tw\:opacity-50 {
  opacity: 50%;
}
.tw\:opacity-60 {
  opacity: 60%;
}
.tw\:opacity-70 {
  opacity: 70%;
}
.tw\:opacity-100 {
  opacity: 100%;
}
.tw\:shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.09\)\,0_4px_50px_rgba\(0\,0\,0\,0\.24\)\] {
  --tw-shadow: 0 2px 8px var(--tw-shadow-color, rgba(0,0,0,0.09)), 0 4px 50px var(--tw-shadow-color, rgba(0,0,0,0.24));
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
.tw\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
.tw\:shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
.tw\:shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
.tw\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow:
    var(--tw-inset-shadow),
    var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
.tw\:drop-shadow-\[0_0_1px_rgba\(0\,0\,0\,0\.3\)\] {
  --tw-drop-shadow-size: drop-shadow(0 0 1px var(--tw-drop-shadow-color, rgba(0,0,0,0.3)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.tw\:transition {
  transition-property:
    color,
    background-color,
    border-color,
    outline-color,
    text-decoration-color,
    fill,
    stroke,
    --tw-gradient-from,
    --tw-gradient-via,
    --tw-gradient-to,
    opacity,
    box-shadow,
    transform,
    translate,
    scale,
    rotate,
    filter,
    -webkit-backdrop-filter,
    backdrop-filter,
    display,
    content-visibility,
    overlay,
    pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.tw\:transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.tw\:transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    outline-color,
    text-decoration-color,
    fill,
    stroke,
    --tw-gradient-from,
    --tw-gradient-via,
    --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.tw\:duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.tw\:duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.tw\:ease-out {
  --tw-ease: var(--tw-ease-out);
  transition-timing-function: var(--tw-ease-out);
}
.tw\:outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.tw\:\[text-shadow\:-2px_0_4px_black\] {
  text-shadow: -2px 0 4px black;
}
.tw\:first-letter\:uppercase {
  &::first-letter {
    text-transform: uppercase;
  }
}
.tw\:hover\:bg-gray-50 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--tw-color-gray-50);
    }
  }
}
.tw\:hover\:bg-gray-100 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--tw-color-gray-100);
    }
  }
}
.tw\:hover\:bg-primary-600 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--p-xfarm-600);
    }
  }
}
.tw\:hover\:bg-slate-100 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--tw-color-slate-100);
    }
  }
}
.tw\:hover\:text-black {
  &:hover {
    @media (hover: hover) {
      color: var(--tw-color-black);
    }
  }
}
.tw\:hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--tw-color-white);
    }
  }
}
.tw\:hover\:no-underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }
}
.tw\:hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.tw\:focus\:text-white {
  &:focus {
    color: var(--tw-color-white);
  }
}
.tw\:focus\:no-underline {
  &:focus {
    text-decoration-line: none;
  }
}
.tw\:active\:bg-slate-200 {
  &:active {
    background-color: var(--tw-color-slate-200);
  }
}
.tw\:active\:bg-slate-300 {
  &:active {
    background-color: var(--tw-color-slate-300);
  }
}
.tw\:max-sm\:mb-3 {
  @media (width < 40rem) {
    margin-bottom: calc(var(--tw-spacing) * 3);
  }
}
.tw\:max-sm\:flex-col {
  @media (width < 40rem) {
    flex-direction: column;
  }
}
.tw\:sm\:mt-8 {
  @media (width >= 40rem) {
    margin-top: calc(var(--tw-spacing) * 8);
  }
}
.tw\:sm\:mt-auto {
  @media (width >= 40rem) {
    margin-top: auto;
  }
}
.tw\:min-sm\:mr-3 {
  @media (width >= 40rem) {
    margin-right: calc(var(--tw-spacing) * 3);
  }
}
.tw\:sm\:inline {
  @media (width >= 40rem) {
    display: inline;
  }
}
.tw\:sm\:w-1\/2 {
  @media (width >= 40rem) {
    width: calc(1/2 * 100%);
  }
}
.tw\:sm\:w-56 {
  @media (width >= 40rem) {
    width: calc(var(--tw-spacing) * 56);
  }
}
.tw\:sm\:grid-cols-2 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tw\:sm\:grid-cols-4 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tw\:sm\:grid-cols-\[repeat\(2\,minmax\(150px\,1fr\)\)\] {
  @media (width >= 40rem) {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
.tw\:sm\:flex-row {
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.tw\:md\:order-first {
  @media (width >= 48rem) {
    order: -9999;
  }
}
.tw\:md\:order-last {
  @media (width >= 48rem) {
    order: 9999;
  }
}
.tw\:md\:col-span-1 {
  @media (width >= 48rem) {
    grid-column: span 1 / span 1;
  }
}
.tw\:md\:col-span-2 {
  @media (width >= 48rem) {
    grid-column: span 2 / span 2;
  }
}
.tw\:md\:\!w-4\/5 {
  @media (width >= 48rem) {
    width: calc(4/5 * 100%) !important;
  }
}
.tw\:md\:w-1\/2 {
  @media (width >= 48rem) {
    width: calc(1/2 * 100%);
  }
}
.tw\:md\:w-1\/3 {
  @media (width >= 48rem) {
    width: calc(1/3 * 100%);
  }
}
.tw\:md\:w-2\/3 {
  @media (width >= 48rem) {
    width: calc(2/3 * 100%);
  }
}
.tw\:md\:w-2\/5 {
  @media (width >= 48rem) {
    width: calc(2/5 * 100%);
  }
}
.tw\:md\:w-56 {
  @media (width >= 48rem) {
    width: calc(var(--tw-spacing) * 56);
  }
}
.tw\:md\:w-76 {
  @media (width >= 48rem) {
    width: calc(var(--tw-spacing) * 76);
  }
}
.tw\:md\:w-auto {
  @media (width >= 48rem) {
    width: auto;
  }
}
.tw\:md\:columns-2 {
  @media (width >= 48rem) {
    columns: 2;
  }
}
.tw\:md\:columns-3 {
  @media (width >= 48rem) {
    columns: 3;
  }
}
.tw\:md\:grid-cols-2 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tw\:md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tw\:md\:grid-cols-4 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tw\:md\:grid-cols-5 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.tw\:md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.tw\:md\:flex-nowrap {
  @media (width >= 48rem) {
    flex-wrap: nowrap;
  }
}
.tw\:md\:justify-between {
  @media (width >= 48rem) {
    justify-content: space-between;
  }
}
.tw\:md\:gap-5 {
  @media (width >= 48rem) {
    gap: calc(var(--tw-spacing) * 5);
  }
}
.tw\:lg\:mt-0 {
  @media (width >= 64rem) {
    margin-top: calc(var(--tw-spacing) * 0);
  }
}
.tw\:lg\:hidden {
  @media (width >= 64rem) {
    display: none;
  }
}
.tw\:lg\:max-h-none {
  @media (width >= 64rem) {
    max-height: none;
  }
}
.tw\:lg\:\!w-3\/5 {
  @media (width >= 64rem) {
    width: calc(3/5 * 100%) !important;
  }
}
.tw\:lg\:\!w-\[40rem\] {
  @media (width >= 64rem) {
    width: 40rem !important;
  }
}
.tw\:lg\:w-1\/2 {
  @media (width >= 64rem) {
    width: calc(1/2 * 100%);
  }
}
.tw\:lg\:w-1\/3 {
  @media (width >= 64rem) {
    width: calc(1/3 * 100%);
  }
}
.tw\:lg\:w-1\/4 {
  @media (width >= 64rem) {
    width: calc(1/4 * 100%);
  }
}
.tw\:lg\:w-2\/3 {
  @media (width >= 64rem) {
    width: calc(2/3 * 100%);
  }
}
.tw\:lg\:w-3\/4 {
  @media (width >= 64rem) {
    width: calc(3/4 * 100%);
  }
}
.tw\:lg\:min-w-\[45\%\] {
  @media (width >= 64rem) {
    min-width: 45%;
  }
}
.tw\:lg\:columns-3 {
  @media (width >= 64rem) {
    columns: 3;
  }
}
.tw\:lg\:grid-cols-2 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tw\:lg\:grid-cols-3 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tw\:lg\:grid-cols-4 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tw\:lg\:grid-cols-6 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.tw\:lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.tw\:lg\:flex-wrap {
  @media (width >= 64rem) {
    flex-wrap: wrap;
  }
}
.tw\:lg\:justify-around {
  @media (width >= 64rem) {
    justify-content: space-around;
  }
}
.tw\:xl\:hidden {
  @media (width >= 80rem) {
    display: none;
  }
}
.tw\:xl\:\!w-2\/5 {
  @media (width >= 80rem) {
    width: calc(2/5 * 100%) !important;
  }
}
.tw\:xl\:w-1\/2 {
  @media (width >= 80rem) {
    width: calc(1/2 * 100%);
  }
}
.tw\:xl\:w-1\/3 {
  @media (width >= 80rem) {
    width: calc(1/3 * 100%);
  }
}
.tw\:xl\:w-1\/4 {
  @media (width >= 80rem) {
    width: calc(1/4 * 100%);
  }
}
.tw\:xl\:w-1\/6 {
  @media (width >= 80rem) {
    width: calc(1/6 * 100%);
  }
}
.tw\:xl\:w-2\/3 {
  @media (width >= 80rem) {
    width: calc(2/3 * 100%);
  }
}
.tw\:xl\:min-w-\[30\%\] {
  @media (width >= 80rem) {
    min-width: 30%;
  }
}
.tw\:xl\:flex-row {
  @media (width >= 80rem) {
    flex-direction: row;
  }
}
.tw\:2xl\:grid-cols-4 {
  @media (width >= 96rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tw\:\@min-\[120px\]\:text-\[11px\] {
  @container (width >= 120px) {
    font-size: 11px;
  }
}
.tw\:\@min-\[140px\]\:text-\[12px\] {
  @container (width >= 140px) {
    font-size: 12px;
  }
}
.tw\:\@min-\[160px\]\:text-\[13px\] {
  @container (width >= 160px) {
    font-size: 13px;
  }
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* src/assets/css/styles.scss */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
body {
  --x-zindex-modal: 1100;
  --x-zindex-overlay: 1000;
  --x-zindex-menu: 1000;
  --x-zindex-tooltip: 1100;
  --p-dialog-content-padding-x: 1.25rem;
  --p-dialog-content-padding-y: 1.25rem;
  --p-tabs-tab-border-width: 0 0 var(--p-tw-border-1) 0;
  --p-tabs-tablist-border-width: 0 0 var(--p-tw-border-1) 0;
}
.p-button:disabled {
  background-color: var(--p-tw-gray-400);
  color: var(--p-button-primary-color);
  border-color: var(--p-tw-gray-400);
}
.p-button.p-button-outlined:disabled {
  background-color: transparent;
  color: var(--p-tw-gray-400);
  border-color: var(--p-tw-gray-400);
}
.p-button.p-button-text:disabled {
  background-color: transparent;
  color: var(--p-tw-gray-400);
  border-color: transparent;
}
.p-datepicker .p-datepicker-header {
  padding: var(--p-tw-p-2) var(--p-tw-p-1);
}
.p-datepicker .p-datepicker-buttonbar {
  padding: var(--p-tw-p-2) 0;
}
.p-datepicker .p-datepicker-panel:not(.p-datepicker-panel-inline) {
  min-width: auto !important;
}
.p-multiselect-display-chip .p-multiselect-label {
  gap: calc(var(--p-multiselect-padding-y) / 2);
}
.p-panel-header {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
}
.p-accordionheader {
  gap: var(--p-tw-gap--x-4);
}
@layer components {
  .sticky-footer {
    position: sticky;
    bottom: calc(-1 * var(--p-dialog-content-padding-y));
    margin-bottom: calc(-1 * var(--p-dialog-content-padding-y));
    margin-left: calc(-1 * var(--p-dialog-content-padding-x));
    margin-right: calc(-1 * var(--p-dialog-content-padding-x));
    padding: var(--p-dialog-content-padding-y) var(--p-dialog-content-padding-x);
    background: var(--p-dialog-background);
    border-top: 1px solid var(--p-surface-200);
    border-radius: 0 0 var(--p-dialog-border-radius) var(--p-dialog-border-radius);
  }
}
html,
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  color: var(--p-text-color);
}
* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
*:not(.analytics-scroll):not(.table-scroll)::-webkit-scrollbar {
  display: none !important;
}
* {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.small,
small {
  font-size: 75% !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  font-size: 1.143rem !important;
}
.x-ng-sidebar-container {
  display: block;
  --nav-default-width: 40px;
}
.x-ng-sidebar-container.is-viti-platform {
  --nav-default-width: 60px;
}
.x-ng-sidebar {
  transition: transform 0.3s ease, width 0.3s ease;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: calc(var(--x-zindex-menu) + 1);
}
.x-ng-sidebar-closed {
  transform: translateX(-100%);
}
.x-ng-sidebar-docked {
  width: 40px;
}
.x-ng-sidebar-open {
  transform: translateX(0);
}
.x-ng-content-container {
  flex-grow: 1;
  margin-left: 250px;
  transition: margin-left 0.3s ease;
}
.x-ng-content-container.isMobile {
  margin-left: 0 !important;
}
.x-ng-sidebar-docked + .x-ng-content-container {
  margin-left: var(--nav-default-width, 40px);
}
.x-ng-sidebar-is-close .x-ng-content-container {
  margin-left: 0;
}
.child-sidebar-container {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100%;
}
.child-sidebar {
  width: 35%;
  height: 100vh;
  padding: 15px;
  background: #ffffff;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  position: relative;
  z-index: 1002 !important;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  pointer-events: auto;
  touch-action: auto;
  will-change: initial;
}
.child-sidebar.open {
  transform: translateX(0);
  display: block;
}
.child-sidebar-content {
  width: 66%;
  transition: margin-left 0.3s ease;
  position: relative;
}
.child-sidebar-container .child-sidebar-content .button-sidebar {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.179rem 1.071rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #333333;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--btn-success);
}
.text-success {
  color: var(--btn-success);
}
.text-color-nav {
  color: var(--text-color-nav);
}
.text-login-version {
  color: var(--text-login-version);
}
.btn:not(.input-group-btn .btn) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.daterangepicker.dropdown-menu {
  z-index: 9999999999 !important;
}
.bg-light {
  background-color: #eeeeee !important;
}
.bg-N {
  background-color: #608cc9 !important;
}
.bg-P {
  background-color: #cedb8c !important;
}
.bg-K {
  background-color: #e27063 !important;
}
.label.label-xs {
  font-size: 12px !important;
  padding: 1px 3px;
}
.reduced-letter-spacing {
  letter-spacing: -2px !important;
}
.bg-brand-gradient {
  background:
    linear-gradient(
      45deg,
      var(--btn-success) 0%,
      #4b6d4d 100%);
}
.label {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.label-success {
  background-color: var(--p-green-100) !important;
  color: var(--p-green-700) !important;
}
.label-warning {
  background-color: var(--p-orange-100) !important;
  color: var(--p-orange-700) !important;
}
.label-muted {
  background-color: var(--p-slate-300) !important;
  color: var(--p-slate-600) !important;
}
.label-danger {
  background-color: var(--p-red-100) !important;
  color: var(--p-red-700) !important;
}
.label-info {
  background-color: var(--p-sky-100) !important;
  color: var(--p-sky-700) !important;
}
.text-no-wrap {
  text-wrap: nowrap !important;
}
.lead {
  letter-spacing: inherit !important;
  font-weight: inherit;
  font-size: 18px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  #EShowDataFrom .form-group.input-group.date,
  #EShowDataTo .form-group.input-group.date {
    margin-bottom: 5px !important;
  }
}
#main-sidebar .ng-sidebar {
  z-index: 99999 !important;
}
.vh-100 {
  height: 100vh !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-white.clickable:hover {
  cursor: pointer;
  background-color: #eee !important;
}
.bg-blue {
  background-color: #1f8ceb !important;
}
.bg-blue {
  background-color: #1f8ceb !important;
}
.bg-blue.clickable:hover {
  background-color: #80b0e0 !important;
}
.bg-blue.clickable:active {
  background-color: #0c487c !important;
}
.text-blue {
  color: #1f8ceb;
}
.bg-black {
  background-color: #000 !important;
}
.bg-dark {
  background-color: var(--color-sidebar-header) !important;
}
.bg-black.clickable:hover {
  background-color: #444444 !important;
}
.bg-black.clickable:active {
  background-color: #a1a1a1 !important;
}
.text-decoration-none {
  text-decoration: none !important;
  outline: none !important;
}
.text-decoration-none:hover {
  text-decoration: none !important;
  outline: none !important;
}
.text-decoration-none:active {
  text-decoration: none !important;
  outline: none !important;
}
.text-decoration-none:focus {
  outline: none !important;
}
.fa-1x {
  font-size: 20px !important;
}
.h-100 {
  height: 100% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-100 {
  height: 100% !important;
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}
.display-block {
  display: block !important;
}
.modal-body {
  max-height: calc(90vh - 65px);
  overflow-y: scroll;
}
.modal-body.full-height {
  max-height: 100vh;
  overflow-y: scroll;
}
.modal-dialog-news-popup {
  margin: auto;
  padding-inline: 15px;
  width: 450px;
  align-self: center;
  top: 23%;
}
.modal-xxl.full {
  width: 100% !important;
  max-width: 100% !important;
}
.modal-dialog.modal-xxl.full {
  margin: 0 !important;
}
.modal-xxl.full .modal-content {
  max-height: 100vh !important;
}
.modal-xxl.full .modal-body {
  padding: 0 15px 15px 0;
}
app-title-button-box td {
  border-top: 0 solid #fff !important;
  border-bottom: 1px solid #ddd !important;
}
agm-map.fullScreenSidebar > div > google-map > div {
  overflow: unset !important;
  height: 95vh !important;
}
.customTitleBlack {
  font-size: 14px !important;
  text-align: left !important;
  color: #333 !important;
}
.highcharts-container {
  margin: 0 auto !important;
}
.swal2-container {
  z-index: 1000000000000000000 !important;
}
.control-label.required:after {
  color: #a84342;
  content: "*";
  margin-left: 5px;
}
.field-required:after {
  color: #a84342;
  content: "*";
  position: absolute;
}
.scrollable-self {
  height: calc(100vh - 50px) !important;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .split-page-container {
    overflow: hidden;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 767px) {
  .split-page-container {
    margin-bottom: 70px;
  }
}
app-reedem-coupon-page qrcode > canvas {
  width: 100% !important;
}
input:checked + .slider {
  background-color: var(--btn-success) !important;
}
.sidebarToggleButton {
  cursor: pointer;
  margin: 0 50px 0 10px;
}
a.dropdown-toggle {
  text-decoration: none !important;
}
.text-muted.lighter {
  font-weight: lighter;
}
.text-shadow {
  text-shadow: 1px 2px 2px #1b1b1b;
}
.container-full-width {
  width: 100% !important;
  margin: 0 auto;
  background: #ffffff;
  padding: 100px 40px;
}
.btn-group.x-custom-tab {
  border-radius: 5px;
  background: var(--p-slate-300);
  padding: 2px;
}
.x-custom-tab > .btn,
.x-custom-tab > .btn-default:active:hover {
  color: var(--p-surface-950);
  width: 200px;
  border-radius: 5px;
  background-color: var(--p-slate-300);
  border-color: var(--p-slate-300);
  background-image: none;
  outline: 0;
  padding: 6px 40px;
  box-shadow: inset 0 0 0 #f3f3f3;
}
.x-custom-tab > .btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  border-radius: 5px;
  background-color: #fff;
  border-color: #fff;
}
.x-custom-tab > .btn.active {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 0 var(--p-xfarm-400) solid !important;
}
.btn:active {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.btn-group.x-custom-tab > .btn:last-child:not(:first-child),
.btn-group.x-custom-tab > .dropdown-toggle:not(:first-child),
.btn-group.x-custom-tab > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px;
}
.btn-yellow {
  color: #fff;
  background-color: #ffbb3a;
  border-color: #ffbb3a;
}
.btn.btn-location {
  color: #fff;
  background-color: #facf2f;
  border-color: #facf2f;
}
.btn.btn-outline-location {
  color: #facf2f;
  background-color: transparent;
  border-color: #facf2f;
}
.btn.btn-location:hover {
  color: #fff;
  background-color: #ffcc0f;
  border-color: #ffcc0f;
}
.btn.btn-outline-location:hover {
  color: #ffcc0f;
  background-color: transparent;
  border-color: #ffcc0f;
}
.btn.btn-outline-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-primary {
  color: var(--white);
  background-color: transparent;
  border-color: var(--primary) !important;
}
.btn.btn-outline-none {
  color: var(--btn-success);
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn.btn-danger > .far.fa-trash-alt {
  color: #fff;
  padding-left: 0;
}
.no-pointer {
  cursor: auto;
}
.label.label-location {
  color: #fff;
  background-color: #facf2f;
}
.left-xcircle {
  padding-top: 20px;
}
.right-xcircle p {
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.right-xcircle .xcircle p {
  font-size: 12px;
}
.xcircle {
  background: #ffffff;
  border: 2px #7fb05b solid;
  height: 50px;
  width: 50px;
}
.xcircle p {
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 16px;
  margin: 0;
}
.tooltip {
  opacity: 1 !important;
}
#noMargin .tooltip {
  opacity: 1 !important;
  width: 200px !important;
}
.farms-class-no-checkbox .dropdown-list {
  width: 450px !important;
}
.farms-class-no-checkbox .selected-list .c-btn {
  display: inline-block !important;
  background: #ffffff !important;
  border: 0 solid #cccccc !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  color: #208152 !important;
  padding-right: 30px !important;
  padding-top: 10px !important;
}
.farms-class-no-checkbox .selected-list {
  margin-top: 0 !important;
  margin-left: 15px !important;
  margin-right: 30px !important;
}
.farms-class-no-checkbox .selected-list .fa-angle-up,
.farms-class-no-checkbox .selected-list .fa-angle-down {
  width: 13px !important;
  height: 13px !important;
  right: -13px !important;
}
.farms-class-no-checkbox .cuppa-dropdown {
  display: inline-block !important;
  background: #ffffff !important;
  border: 0 solid #cccccc !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  color: #208152 !important;
  margin-top: 10px;
  margin-right: 30px;
}
.state-class-no-checkbox .pure-checkbox input[type=checkbox] + label:before {
  display: none;
}
.state-class-no-checkbox .pure-checkbox input[type=checkbox]:checked + label:after {
  display: none;
}
.state-class-no-checkbox .dropdown-list ul li {
  padding: 10px 0 !important;
  cursor: pointer;
  text-align: left;
}
.state-class-no-checkbox .dropdown-list ul {
  padding: 0;
  list-style: none;
  overflow: auto;
  margin: 0 0 0 -20px;
}
.filter.custom-class-filter-other .arrow-up,
.filter.custom-class-filter-other .arrow-down {
  margin-left: 70px !important;
}
.filter.custom-class-filter-other .dropdown-list {
  width: auto !important;
  margin-left: -23px !important;
}
.filter.custom-class-filter .dropdown-list {
  width: auto !important;
  margin-left: -100px !important;
}
.align-center.filter.custom-class-filter .dropdown-list {
  margin-left: 0 !important;
  width: max-content !important;
  max-width: 250px !important;
}
.dropdown-custom-filter .dropdown-list {
  width: 150px !important;
}
#dropdownListOther > angular2-multiselect .selected-list .c-btn {
  padding: 8px 14px 8px 8px !important;
}
@media (max-width: 767px) {
  .filter.custom-class-filter .dropdown-list {
    width: auto !important;
    margin-left: 0 !important;
  }
}
angular2-multiselect .selected-list .c-angle-down {
  width: 9px !important;
  height: 15px !important;
  position: absolute;
  right: 4px !important;
  top: 54% !important;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 4px;
}
.has-error > angular2-multiselect .selected-list .c-btn {
  width: 100%;
  box-shadow: 0 0 0 0 #959595 !important;
  padding: 6px 10px !important;
  cursor: pointer;
  border: 1px solid #a84342 !important;
  background: #fff;
  color: #333;
  min-height: 37px;
}
.activity-filter > angular2-multiselect .selected-list .c-btn {
  width: 100%;
  box-shadow: 0 0 0 0 #959595 !important;
  padding: 8px 10px !important;
  cursor: pointer;
  border: 1px solid var(--p-slate-400) !important;
  background: #fff;
  color: #333;
}
.activity-filter > app-user-list-select .selected-list .c-btn {
  width: 100%;
  box-shadow: 0 0 0 0 #959595 !important;
  padding: 8px 10px !important;
  cursor: pointer;
  border: 1px solid #8c8c8c !important;
  background: #fff;
  color: #333;
}
.filter.custom-class-filter .selected-list {
  padding: 0 0 !important;
}
.filter.custom-class-filter .selected-list .c-angle-down,
.filter.custom-class-filter .selected-list .c-angle-up {
  display: none !important;
}
.filter.custom-class-filter .arrow-up,
.filter.custom-class-filter .arrow-down {
  margin-left: 130px !important;
}
.align-center.filter.custom-class-filter .arrow-up,
.align-center.filter.custom-class-filter .arrow-down {
  margin-left: 0 !important;
}
.filter.custom-class-filter-other .selected-list {
  padding: 0 0 !important;
}
.filter.custom-class-filter-other .selected-list .c-angle-down,
.filter.custom-class-filter-other .selected-list .c-angle-up {
  display: none !important;
}
.filter.custom-class-filter-other .arrow-up,
.filter.custom-class-filter-other .arrow-down {
  margin-left: 75px !important;
}
.align-center.filter.custom-class-filter-other .arrow-up,
.align-center.filter.custom-class-filter-other .arrow-down {
  margin-left: 0 !important;
}
.circle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  z-index: 100;
}
.circle-btn.rejected {
  color: #d26851;
}
.circle-btn.verified {
  color: var(--p-xfarm-400);
}
.circle-btn.pending {
  color: #f0ac4e;
}
.gm-ui-hover-effect {
  opacity: 1 !important;
  z-index: 200;
}
.dropdown-macchinari .dropdown-list {
  max-width: 350px;
  width: auto;
}
.dropdown-mac .selected-list .c-btn {
  padding-right: 30px !important;
}
.dropdown-mac .selected-list .c-btn > span span {
  position: relative;
  top: 3px;
}
.dropdown-macchinari ul {
  margin-left: 0 !important;
}
.state-class-no-checkbox.dropdown-macchinari .dropdown-list ul li {
  padding: 10px 10px !important;
}
.dropdown-macchinari ul label,
.dropdown-macchinari ul input {
  display: none;
}
.form-group.data {
  margin-bottom: 15px;
  background: whitesmoke;
  padding: 10px 0 2px 10px;
}
.form-group-sm > .form-control {
  min-height: 35px;
}
.form-group.data.text-right {
  margin-bottom: 15px;
  background: whitesmoke;
  padding: 10px 10px 2px 10px;
}
.form-group.data.total {
  margin-bottom: 15px;
  background: #d4d4d4;
}
.form-group.mb-15px {
  margin-bottom: 15px;
}
a {
  color: #555555;
  text-decoration: none;
}
a.info {
  color: var(--info-100) !important;
}
a.info:hover,
a.info:active {
  color: var(--info-110) !important;
}
.isOn {
  background: #20a5e5;
  color: #ffffff;
}
.isOff {
  background: #8a8a8a;
  color: #ffffff;
}
.hyper-link {
  cursor: pointer;
}
.hyper-link small {
  color: #2099e8;
  text-decoration: underline;
}
.ngx-pagination .current {
  padding: 0.134rem 0.446rem;
  background: var(--p-xfarm-400) !important;
  color: #fefefe;
  cursor: default;
  border-radius: 5px;
}
.pagination-no-padding ul.ngx-pagination {
  padding: 0;
}
.pagination-no-margin ul.ngx-pagination {
  margin: 0 !important;
}
.chartWrapper {
  position: relative;
}
.bs-glyphicons {
  margin-right: 0;
  margin-left: 0;
}
.bs-glyphicons {
  margin: 0;
  overflow: hidden;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons-list .defending {
  border-color: #ececec;
  background-color: rgba(236, 236, 236, 0.2);
}
.bs-glyphicons-list .feeding {
  border-color: #bdeeb4;
  background-color: rgba(189, 238, 180, 0.2);
}
.bs-glyphicons-list .irrigating {
  border-color: #cff0ff;
  background-color: rgba(207, 240, 255, 0.2);
}
.bs-glyphicons-list .seeding {
  border-color: #ffeecf;
  background-color: rgba(255, 238, 207, 0.2);
}
.bs-glyphicons-list .other {
  border-color: #eec7d4;
  background-color: rgba(238, 199, 212, 0.17);
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.bs-glyphicons li {
  float: left;
  width: 80px;
  height: 80px;
  padding: 5px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50px;
  margin: 2px;
}
.bs-glyphicons .counter {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.modal-header.green {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: var(--p-xfarm-400);
  color: #ffffff;
}
.modal-header.green .close {
  opacity: 1;
  color: #ffffff;
  text-shadow: 0 0 0 #fff;
  position: absolute;
  top: 10px;
  right: 15px;
}
#style2-activity p #style2-warehouse p {
  margin: 0;
  font-size: 14px;
}
#style2-activity img #style2-warehouse img {
  width: 50px;
}
#style2-activity .xf-color-click #style2-warehouse .xf-color-click {
  width: 50px;
}
#style2-activity h4,
#style2-warehouse h4 {
  font-size: 14px;
  margin: 0;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  color: var(--text-btnsuccess);
  background-color: var(--btn-success) !important;
  border-color: var(--btn-success) !important;
  opacity: 1;
}
.btn-default-primary.disabled,
.btn-default-primary[disabled],
fieldset[disabled] .btn-default-primary {
  color: var(--btn-success);
  background-color: var(--p-surface-0) !important;
  border-color: var(--btn-success) !important;
  opacity: 1;
}
.btn-default-primary.active,
.btn-default-primary:active,
.open > .dropdown-toggle.btn-default-primary {
  color: var(--btn-success);
  background-color: var(--p-surface-0);
  border-color: var(--btn-success);
}
.color-spin {
  color: var(--spinner-splash-screen);
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: var(--text-btnsuccess);
  background-color: var(--btn-success);
  border-color: var(--btn-success);
}
.checkbox.checkbox-field label {
  font-weight: 400 !important;
}
.action-fixed-bottom a {
  float: right;
}
.action-fixed-bottom .form-group {
  z-index: 1000;
  top: 62px;
  right: 10px;
}
.mini-body {
  height: 268px;
}
.label-blue {
  text-transform: uppercase;
  background: #168feb;
  cursor: pointer;
}
.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.chartAreaWrapper {
  width: 600px;
  overflow-x: scroll;
}
.x-ul {
  padding-left: 20px;
}
.backbutton {
  padding-bottom: 0;
}
a:hover,
a:focus,
a:hover {
  color: #555555;
}
.no-padding {
  padding: 0 !important;
}
.allerte td > h6 {
  color: #4796e7;
  margin: 0 0 5px 0;
}
.allerte td > h6 span,
.allerte table .bell > span,
#style2-activity .text-right p,
#style2-warehouse .text-right p {
  color: #878787;
  font-weight: 400;
  float: right;
  font-size: 12px;
}
.allerte .title {
  color: #333333;
  margin: 0;
  font-size: 13px;
}
.allerte .message {
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
}
.date-notification {
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
  height: 13px;
}
.x-sidebar {
  display: block;
}
.x-sidebar-border {
  border-left: 1px #dddddd solid;
}
.x-button-add {
  display: none;
}
.btn-info {
  color: #fff;
  background-color: #178feb;
  border-color: #178feb;
}
.x-notread {
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
  border-bottom: 2px #eaeaea solid;
  background: #ecf7ff;
}
.x-read {
  font-weight: normal !important;
  font-size: 14px;
  text-align: justify;
  border-bottom: 2px #eaeaea solid;
}
.x-dot {
  color: #00aef2;
  font-size: 25px;
  line-height: 14px;
}
.x-tx-read {
  padding: 0 10px !important;
  text-align: right;
  line-height: 45px !important;
  cursor: pointer;
}
.switch.switch-medium.checked {
  background-color: rgb(100, 189, 99) !important;
}
.switch-medium {
  width: 50px !important;
  height: 25px !important;
  border-radius: 30px !important;
  float: right !important;
}
.switch-medium.checked small {
  left: 26px !important;
}
.switch-medium small {
  width: 24px !important;
  height: 24px !important;
}
.badge {
  border-radius: 3px;
}
.danger {
  background-color: var(--error-25);
  color: var(--error-110);
}
.badge-info {
  background-color: var(--info-25);
  color: var(--info-110);
}
.badge-success {
  background-color: var(--success-25);
  color: var(--success-110);
}
.badge-warning {
  background-color: var(--warning-25);
  color: var(--warning-110);
}
.popover-satellite-map .popover {
  left: 0 !important;
}
.x-noty p {
  margin: 0 !important;
  color: #24aef2;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
.x-noty hr {
  margin: 10px 0 !important;
}
body {
  background: #ffffff;
}
.x-table-center {
  width: 50%;
  margin-left: 25%;
}
.pac-container {
  z-index: 1000000000000000000;
}
.thumbnail.crop {
  position: relative;
  width: 90%;
}
.button-export > img {
  width: 100px;
  cursor: pointer;
}
.button-export.xf-grayscale-click > img {
  width: 100px;
  cursor: default !important;
  opacity: 0.3 !important;
}
.modal-body .form-check {
  margin-top: -10px;
  margin-bottom: 15px;
}
caption {
  padding-top: 10px;
  padding-bottom: 8px;
  color: #000;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
}
.wpic-header {
  padding: 0 0 15px 0 !important;
}
.wpic-team-name {
  padding-top: 10px !important;
}
.wpic-team-message {
  font-size: 13px;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto 0 !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px !important;
}
.wpic-launcher {
  z-index: 1000000000000000000 !important;
}
.wpic-launcher-open img {
  padding: 8px;
}
label > small {
  color: red;
  font-size: 14px;
}
.wpic-team-members {
  margin-bottom: -20px !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
.wpic-member-avatar,
.wpic-member-avatar img {
  border-radius: 50% !important;
  height: 40px !important;
  width: 40px !important;
}
.wpic-member-presence {
  border-radius: 30em !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -5px !important;
  height: 10px !important;
  width: 10px !important;
}
.wpic-member-profile {
  display: none !important;
  padding-right: 10px !important;
  padding-bottom: 0 !important;
  padding-left: 10px !important;
  text-align: center !important;
}
.wpic-conversation {
  overflow-y: scroll;
  height: 35vh !important;
}
.wpic-conversation-item.is-status {
  display: none !important;
}
.conversation-started .wpic-team-members {
  padding-left: 0 !important;
  text-align: center !important;
}
.conversation-started .wpic-member-name {
  font-size: 12px !important;
  display: block !important;
  width: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}
.conversation-started .wpic-member-presence-text {
  display: none !important;
}
.center-xcropped-show-profile.has-error {
  border: 1px rgb(169, 68, 66) solid !important;
}
.has-error .completer-input {
  border: 1px solid #b24442 !important;
}
.wpic-start-form .form-control {
  background: #eeeeee !important;
  color: #000000 !important;
}
.wpic-composer-buttons {
  width: 100% !important;
  position: unset !important;
  height: 35px !important;
  text-align: left !important;
  margin-top: 5px !important;
}
.wpic-composer textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  overflow: hidden;
  width: 100%;
  resize: none;
  -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  color: #565867;
  border: 1px #b4b4b4 solid;
  border-radius: 0;
  background-color: #f1f1f1;
  margin: 0 0 5px 10px !important;
  padding: 10px 90px 18px 13px !important;
}
.wpic-composer .wpic-composer-button-end {
  font-size: 11px;
  font-weight: 400;
  float: unset !important;
  clear: both;
  padding: 3px 6px !important;
  color: #fff;
  border-radius: 3px;
  background: #d13b2e !important;
  margin-left: 14px;
}
.dragging-circle,
.cover-circle {
  fill: white;
  stroke: #fa6383 !important;
  stroke-width: 2.5px;
}
.base-line {
  fill: none;
  stroke: #fa6383 !important;
  stroke-width: 2.5px;
}
.segment-measure-text {
  stroke: #fa6383 !important;
  fill: #fa6383 !important;
  pointer-events: none;
  font-size: 16px;
  font-weight: bold;
  display: none;
}
.node-text {
  font-size: 14px;
  font-weight: bold;
}
.center-xcropped-show-profile {
  width: 250px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px rgb(212, 212, 212) solid;
}
.showMe {
  display: block;
}
.hideMe {
  display: none;
}
#map-canvas {
  margin: 0;
  padding: 0;
  height: 400px;
  max-width: none;
}
#map-canvas img {
  max-width: none !important;
}
.gm-style-iw {
  width: 360px !important;
  top: 15px !important;
  left: 0 !important;
}
#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 5px 0 0 5px;
}
.iw-content img {
  float: right;
}
.content-scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.item-scroll {
  display: inline-block;
  vertical-align: middle;
}
.hubfarm-modal .modal-backdrop.fade.in {
  z-index: 99999999;
}
.wpic-launcher {
  right: 15px !important;
}
.page-header .left-alg {
  position: absolute;
  top: 0;
  left: 0;
}
timepicker table {
  border: 0 solid #fff !important;
  margin: 0 auto !important;
}
.x-fixed-bar {
  position: fixed;
  bottom: 0;
  background: var(--p-surface-0);
  margin: 0;
  padding: 20px;
  z-index: 999;
  border-top: 3px var(--p-xfarm-400) solid;
  width: calc(100% - 250px);
  left: 250px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.x-fixed-bar.disabled {
  border-color: var(--p-slate-400);
}
.x-ng-sidebar-is-close .x-fixed-bar {
  width: calc(100% - 40px);
  left: 40px;
}
.completer-no-results {
  color: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .x-fixed-bar,
  .x-ng-sidebar-is-close .x-fixed-bar {
    width: 100%;
    left: 0;
  }
}
.x-fixed-bar-dark {
  background-color: rgba(22, 22, 22, 0.75) !important;
  border-color: rgba(22, 22, 22, 0.75) !important;
  padding: 30px;
}
.center-cropped-product {
  width: 100%;
  height: 190px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px rgb(212, 212, 212) solid;
  cursor: pointer;
}
.font-name {
  font-size: 16px;
  width: 165px;
  margin: 0;
  font-weight: bold;
}
.nav.nav-tabs > li {
  cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: var(--p-xfarm-400);
  cursor: default;
  background-color: #fff;
  border: 0 solid #ddd;
  border-bottom: 2px solid var(--p-xfarm-400);
  font-weight: bold;
}
.x-title h1,
h1.x-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 25px;
}
.x-title h1 small {
  font-size: 20px;
}
.pull-left.x-title {
  margin-left: 15px;
}
.x-title .p-backbutton {
  margin-left: 45px !important;
}
.right-alg {
  text-align: right;
}
.x-display {
  display: block !important;
}
.item.load > h4 {
  font-size: 16px;
}
.item.load h4 small {
  font-size: 90%;
}
.left-alg {
  text-align: left;
}
.thumbnail {
  border: 0 solid #ddd !important;
}
.white,
.white a {
  color: #fff;
}
.btn.no {
  border: 0 solid transparent !important;
}
.panel-default {
  border-color: #fff !important;
}
.panel-default > .panel-heading {
  background-color: #fff !important;
}
.btn-success,
.btn-primary {
  color: var(--text-btnsuccess);
  background-color: var(--btn-success);
  border-color: var(--btn-success);
}
.btn-success:focus,
.btn-success.active:focus,
.btn-success:hover,
.btn-success.active,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.clickable:active,
.btn-success.active:hover.btn-success.active:active,
.btn-success.active:hover.btn-success.active:active {
  color: var(--text-btnhover) !important;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  color: var(--text-btnsuccess);
  background-color: var(--btn-success);
  border-color: var(--btn-success);
  opacity: 0.5;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  color: var(--text-btnsuccess);
  background-color: var(--btn-success);
  border-color: var(--btn-success);
  opacity: 0.5;
}
.x-load {
  color: rgba(41, 41, 41, 0.42);
  text-align: center;
  padding-top: 20%;
}
.x-load p {
  margin-top: 20px;
}
.x-img > img {
  border-radius: 50%;
}
.footer-left {
  text-align: left;
}
.footer-right {
  text-align: right;
}
.footer > .container {
  padding-bottom: 40px;
  background: transparent;
  padding-top: 50px;
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 0 solid #fff;
}
.table-responsive-farms {
  width: 100%;
  height: 440px;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 0 solid #fff;
  padding: 0;
}
.farm-group.no-margin {
  margin: -15px -15px 15px -15px !important;
}
.no-margin {
  margin: 0 !important;
}
.table-responsive.product-list {
  padding-bottom: 100px;
}
.tabs-mobile-scroll {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 0 solid #fff;
}
.tabs-mobile-scroll {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 1920px) {
  .tabs-mobile-scroll {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 solid #ddd;
  }
  .tabs-mobile-scroll .nav.nav-tabs {
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .tabs-mobile-scroll .nav.nav-tabs > li {
    display: inline-block;
    float: none;
  }
}
.cursor-pointer > td {
  cursor: pointer;
}
.table > thead {
  background: var(--p-xfarm-400-opacity);
  color: var(--text-color-header-table);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  font-size: 12px;
  cursor: pointer;
}
.table td {
  cursor: pointer;
}
.custab {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5% 0 100px !important;
  transition: 0.5s;
}
.bs-callout-success {
  border-left-color: var(--secondary) !important;
}
.bs-callout-default {
  border-left-color: #e3e3e3 !important;
}
.bs-callout-warning {
  border-left-color: #e89f11 !important;
}
.bs-callout {
  padding: 3px 3px 10px 20px;
  margin: 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #696969;
  background-color: #d8d8d8;
  border-radius: 3px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.25) !important;
}
.bs-callout.product {
  padding: 20px 0;
  margin: 0 0 20px 0;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout.product h4 {
  margin-top: 0;
}
.bs-callout.product label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.bs-callout.product .checkbox label,
.bs-callout.product .radio label {
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.bs-callout.product .checkbox.search {
  margin-top: 25px;
}
.dropdown-menu > li {
  cursor: pointer;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--p-xfarm-400);
  outline: 0;
}
.xf-grayscale {
  cursor: pointer;
  padding: 0 !important;
}
.xf-color {
  cursor: pointer;
  padding: 0 !important;
}
.btn .caret {
  margin: 8px 0 8px 20px;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #dcdcdc !important;
  margin-left: 15px;
  position: absolute;
  top: 0;
}
.xf-grayscale > img,
.xf-grayscale .grid-item_image {
  filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.8;
  pointer-events: none;
}
.xf-grayscale-click > img,
.xf-grayscale-click .grid-item_image {
  filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.8;
}
:focus {
  outline: -webkit-focus-ring-color auto 0 !important;
}
.xf-color > img {
  filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  opacity: 1 !important;
  pointer-events: none;
}
.xf-color-click > img,
.xf-color-click .grid-item_image > img {
  filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  opacity: 1 !important;
}
.sync-container {
  background-color: #c32326;
  width: 100%;
  font-size: 11px;
  color: white;
  font-weight: bold;
  position: absolute;
  opacity: 0.85;
  z-index: 10;
  left: 0;
}
.table-detail th {
  width: 150px;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-top {
  width: 100% !important;
  height: 80px !important;
  background: var(--p-xfarm-400) !important;
  display: inline-block !important;
  position: relative !important;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-container {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #ffffff !important;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-month-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #000 !important;
  text-transform: uppercase;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day.selected,
.datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day:hover:not(.disabled) {
  background: var(--p-xfarm-400) !important;
  border: 0 solid #366aab !important;
  border-radius: 4px;
  color: #ffffff !important;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day.today {
  color: #ffffff !important;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-buttons button.u-is-secondary {
  background: #ffffff !important;
  color: #000000 !important;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-buttons button {
  width: 100%;
  outline: none;
  display: inline-block;
  background: var(--p-xfarm-400);
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #000000 !important;
  border-radius: 4px;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-top .close svg g path,
.datepicker-container .datepicker-calendar .datepicker-calendar-top button svg g,
.datepicker-container .datepicker-calendar .datepicker-calendar-top button svg g path,
.datepicker-container svg g,
.datepicker-container svg g g {
  fill: #000000 !important;
}
.datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-buttons button.u-is-primary {
  background: var(--p-xfarm-400) !important;
}
.selected-list .c-list .c-token {
  list-style: none;
  padding: 0 5px;
  background: var(--btn-success) !important;
  color: #fff;
  border-radius: 2px;
  margin-right: 4px;
  float: left;
}
.pure-checkbox input[type=checkbox] + label:before {
  box-sizing: content-box;
  content: "";
  color: var(--btn-success) !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid var(--btn-success) !important;
  text-align: center;
  transition: all 0.4s ease;
}
.pure-checkbox input[type=checkbox]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: var(--btn-success) !important;
}
.farms-class-no-checkbox .pure-checkbox input[type=checkbox] + label:after {
  background-color: transparent !important;
  border-color: #333333 !important;
}
.farms-class-no-checkbox .pure-checkbox input[type=checkbox]:checked + label:before {
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.farms-class-no-checkbox .pure-checkbox input[type=checkbox] + label:before {
  border: 2px solid #ffffff !important;
}
.farms-class-no-checkbox .pure-checkbox input[type=checkbox]:checked + label:before .farms-class-no-checkbox .pure-checkbox input[type=checkbox]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #ffffff !important;
}
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.2em;
  height: 1.2em;
  float: left;
  margin-right: 5px;
}
.radio .cr {
  border-radius: 50%;
  float: right !important;
  margin-left: 5px;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}
.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(1) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.completer-input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
html input[disabled] {
  cursor: default;
  background: #e3e3e3;
  color: #a5a2a2;
}
.completer-dropdown-holder {
  background-color: var(--p-xfarm-400) !important;
  color: #ffffff;
}
.x-sidebar .page-header {
  color: #cccccc;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.page-header .right-alg {
  position: absolute;
  top: 0;
  right: 0;
}
.page-header h1 {
  position: relative;
}
.page-header .backbutton span {
  font-size: 25px;
  color: var(--p-xfarm-400);
  cursor: pointer;
  border: 2px var(--p-xfarm-400) solid;
  border-radius: 10px;
}
.back-button {
  height: 27px;
  width: 27px;
  border: 2px solid var(--p-xfarm-400);
  line-height: 23px;
  font-size: 22px;
  border-radius: 5px;
  margin-right: 15px;
  display: block;
  text-align: center;
  color: var(--p-xfarm-400);
}
.x-sidebar h4 {
  margin: 0;
}
.x-sidebar .item {
  padding-bottom: 10px;
}
.x-sidebar .item.load > p {
  margin: 0;
}
.x-sidebar span {
  font-size: 12px;
}
.dropdown-menu.flags {
  min-width: 50px !important;
}
.dropdown-menu.flags img {
  cursor: pointer;
}
.completer-dropdown {
  overflow-y: auto;
  max-height: 200px;
}
.x-year-button {
  width: 70px;
  float: right;
}
.gm-style .gm-style-iw {
  top: 2px !important;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: max-content !important;
  max-height: max-content !important;
  min-width: 340px !important;
}
.button-add-fixed {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
}
.gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}
.gm-style-iw-d .agm-info-window-content {
  padding-bottom: 12px;
  padding-right: 12px;
}
.gm-style-iw-ch {
  padding-top: 0;
}
.gm-style-iw-chr {
  text-align: -webkit-right;
  height: 28px !important;
}
.gm-style p {
  font-size: 12px;
  margin: 3px 0;
}
.gm-style div div div div div div div div a {
  color: #000000;
  font-weight: bold;
}
.gm-style-iw .btn-group {
  margin-top: 10px;
}
.gm-style-iw > div {
  display: block !important;
}
.azofospot {
  width: 100%;
  display: table;
}
.center-cropped-product.minify {
  width: 70px !important;
  height: 70px !important;
  border-radius: 5px;
}
.no-border-c {
  border: 0 #ffffff solid !important;
}
.azofospot input {
  width: 70px;
  display: block;
  float: left;
  height: 35px;
  text-align: center;
}
#manage-map-agri .ng-sidebar {
  width: 35%;
  margin-top: 0;
  z-index: 1020 !important;
}
#manage-map-agri .ng-sidebar--left {
  width: 40%;
}
#manage-map .ng-sidebar--left.half {
  width: 50% !important;
}
#manage-map-agri .ng-sidebar--left.half {
  width: 50% !important;
}
.prescription .ng-sidebar--left {
  background: #ffffff !important;
}
.dashboard .ng-sidebar--left {
  background: #ffffff !important;
  width: 50% !important;
}
#animals .ng-sidebar {
  width: 35%;
  margin-top: 52px;
  z-index: 1020 !important;
}
#animals .ng-sidebar--left {
  padding: 15px;
  background: rgb(110, 156, 113);
  width: 60%;
}
#animals .ng-sidebar--left.half {
  width: 40% !important;
}
@media (max-width: 767px) {
  .dashboard .ng-sidebar--left {
    background: #ffffff !important;
    width: 100% !important;
  }
}
#machineactivitymap .ng-sidebar {
  width: 35%;
  margin-top: 0;
  z-index: 1020 !important;
}
#machineactivitymap .ng-sidebar--left {
  padding: 0;
  background: rgb(110, 156, 113);
  width: 40%;
}
#machineactivitymap .ng-sidebar--left.half {
  width: 50% !important;
}
.prescription .ng-sidebar--left {
  background: #ffffff !important;
}
.button-sidebar {
  width: 25px;
  height: 100px;
  position: fixed;
  background: rgb(254, 254, 254);
  border: 1px rgb(253, 253, 253) solid;
  z-index: 1020;
  font-size: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.button-alert {
  background: #ffffff;
  border: 1px solid;
  right: 51px !important;
  z-index: 2;
  position: relative;
  left: 600px;
  top: 75px;
}
.button-sidebar i {
  margin-left: -6px;
  color: #656565;
}
.button-sidebar.click-open {
  top: 50%;
  left: 35%;
}
.button-sidebar.click-close {
  top: 50%;
  left: 0;
}
#manage-map #sidebar .panel-group .panel {
  margin-bottom: 0 !important;
  border-radius: 4px;
}
#animals #sidebar .panel-group .panel {
  margin-bottom: 0 !important;
  border-radius: 4px;
}
#manage-map-agri #sidebar .panel-group .panel {
  margin-bottom: 0 !important;
  border-radius: 4px;
}
#manage-map #sidebar .input-group .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0 solid #fff;
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#animals #sidebar .input-group .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0 solid #fff;
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#manage-map-agri #sidebar .input-group .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0 solid #fff;
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media (max-width: 767px) {
  .btn-group.x-custom-tab {
    border-radius: 5px;
    background: #f3f3f3;
    padding: 2px;
  }
  .container {
    padding-top: 110px;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
  .x-custom-tab > .btn,
  .x-custom-tab > .btn-default:active:hover {
    width: 50%;
    padding: 6px 5px;
    text-align: center;
  }
  .container-full-width {
    width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
    padding: 110px 10px;
  }
  .wpic-frame {
    bottom: 70px !important;
    z-index: 1000000000000000000 !important;
  }
  #style2-activity .xf-color-click {
    width: 40px;
  }
  #style2-warehouse .xf-color-click {
    width: 40px;
  }
  .x-table-center {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .bs-callout.product {
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
  }
  .bs-callout.product h4 {
    margin-top: 15px;
  }
  .bs-callout.product .checkbox.search {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 560px) and (max-device-width: 1136px) {
  .btn-group.x-custom-tab {
    border-radius: 5px;
    background: #f3f3f3;
    padding: 2px;
  }
}
@media (max-width: 767px) {
  .thumbnail.crop {
    position: relative;
    width: 100%;
  }
  .wpic-launcher {
    right: 5px !important;
    bottom: 5px !important;
  }
  .x-year-button {
    width: 90px;
    float: right;
  }
  .button-add-fixed {
    margin: 0 -8px;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  .button-add-fixed button {
    width: 100%;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
    text-align: center;
    font-size: 18px;
  }
  .panel-body {
    padding: 15px 0;
  }
  .no-mobile-padding {
    padding: 0;
  }
  .x-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 25px;
  }
  .container {
    padding-top: 80px;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 solid #ddd;
  }
  .table-responsive-farms {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 solid #fff;
    padding: 0;
  }
  .footer-left,
  .footer-right {
    text-align: center;
  }
  .footer > .container {
    padding-bottom: 40px;
    background: transparent;
    padding-top: 50px;
  }
  .center-cropped-product.minify {
    width: 40px !important;
    height: 40px !important;
  }
  #style2-activity .xf-color-click > img {
    width: 40px !important;
    height: 40px !important;
  }
  .action-fixed-bottom {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: white;
    z-index: 10;
    text-align: center;
    border-top: 2px var(--p-xfarm-400) solid;
  }
  .action-fixed-bottom .form-group {
    position: unset !important;
  }
  .action-fixed-bottom hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
  }
  .action-fixed-bottom button,
  .action-fixed-bottom a,
  .action-fixed-bottom .btn-group {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  .action-fixed-bottom .right-alg {
    text-align: center !important;
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  .action-fixed-bottom .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    left: unset !important;
    right: 0;
  }
  .action-fixed-bottom .margin-bottom-30,
  .action-fixed-bottom .form-group {
    margin-bottom: 0 !important;
  }
  #manage-map-agri .ng-sidebar {
    background: #ffffff;
    width: 100%;
    margin-top: 0;
  }
  #manage-map .ng-sidebar--left {
    background: #ffffff;
    width: 100%;
  }
  #manage-map-agri .ng-sidebar--left {
    background: #ffffff;
    width: 100%;
  }
  .button-sidebar.click-open {
    display: none;
  }
  .button-sidebar.click-close {
    top: 50%;
    left: 0;
  }
  .container {
    padding-top: 110px;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav.nav-tabs {
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .nav.nav-tabs > li {
    display: inline-block;
    float: none;
  }
  #machineactivitymap .ng-sidebar {
    width: 35%;
    margin-top: 0;
    z-index: 1020 !important;
  }
  #machineactivitymap .ng-sidebar--left {
    padding: 0;
    background: rgb(110, 156, 113);
    width: 100%;
  }
  #machineactivitymap .ng-sidebar--left.half {
    width: 50% !important;
  }
  .tooltip-inner {
    display: none !important;
  }
}
.center-cropped-xsense-photo {
  width: 330px;
  height: 248px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px rgb(212, 212, 212) solid;
}
@media (min-width: 768px) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 14px 10px;
  }
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
  }
  .x-table-center {
    width: 100%;
    margin-left: 0;
  }
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
  .modal-xxl {
    width: 95%;
    max-width: 100%;
  }
  .modal-full {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal-full .modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
  }
}
.sidebar-area-present .container {
  padding-top: 20px;
  background: #fff;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin-left: 0;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
  .table-responsive-farms {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 solid #fff;
    padding: 0;
  }
  .table-responsive-farms .bs-callout,
  .farms .bs-callout {
    padding: 0 0 5px 5px;
    margin: 0 0 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
  }
  .bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
  }
  .bs-glyphicons {
    margin: 0;
    overflow: hidden;
  }
  .bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
  }
  .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
  }
  .bs-glyphicons li {
    float: left;
    width: 94px;
    height: 70px;
    padding: 10px 0 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50px;
    margin: 2px;
  }
  .bs-glyphicons .counter {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
img.rotateimg180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.x-normal {
  filter: invert(0%);
}
.x-inverted {
  filter: invert(100%);
}
.x-inverted-img {
  filter: invert(0%);
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.switch.switch-small {
  height: 25px;
  width: 47px;
  min-width: 47px;
}
label.switch {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  margin-left: 5px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: var(--p-surface-0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.slider-small:before {
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 3px;
}
input:checked + .slider {
  background-color: var(--btn-success) !important;
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--btn-success);
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:checked + .slider.slider-small {
  background-color: var(--p-xfarm-100) !important;
}
input:checked + .slider.slider-small:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background-color: var(--p-xfarm-400) !important;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.rotateimg180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-group .panel {
  margin-bottom: 30px !important;
  border-radius: 4px;
}
.hc-label-tmp {
  color: #faab33;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.title-charts {
  margin-bottom: 15px;
}
.title-def {
  color: #262525;
  font-weight: bold;
  font-size: 19px;
  line-height: 21px;
  margin: 0;
}
.scrolling-way {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.container-irrorazione {
  display: inline-block;
  width: 100%;
}
.date-tab-colture {
  margin-bottom: 5px;
  color: #f4bf20;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  margin-left: 10px;
}
.highcharts-tick {
  display: none;
}
[id^=highcharts-] svg g.highcharts-series-group g.highcharts-markers.highcharts-series-1.highcharts-line-series.highcharts-tracker image.highcharts-point,
[id^=highcharts-] svg g.highcharts-series-group g.highcharts-markers.highcharts-series-1.highcharts-line-series.highcharts-tracker image,
[id^=highcharts-] svg g.highcharts-series-group g.highcharts-markers.highcharts-series-1.highcharts-spline-series.highcharts-color-0.highcharts-tracker image {
  width: 25px !important;
  height: 25px !important;
  transform: translate(-12.5px, -12.5px);
}
[id^=highcharts-] svg g.highcharts-series-group g.highcharts-markers.highcharts-series-1.highcharts-line-series.highcharts-tracker image:hover,
[id^=highcharts-] svg g.highcharts-series-group g.highcharts-markers.highcharts-series-1.highcharts-spline-series.highcharts-color-0.highcharts-tracker image:hover {
  stroke: #ffffff;
  stroke-width: 1;
  visibility: visible;
}
#largeView .highcharts-text-outline {
  display: none;
}
#largeView .highcharts-tracker > g > text > tspan {
  font-size: 19px;
  color: white;
  fill: white;
  font-weight: normal;
}
#largeView .highcharts-xaxis path {
  display: none !important;
}
#smallView .highcharts-tracker > g > text > tspan {
  font-size: 11px;
  color: white;
  fill: white;
  font-weight: normal;
}
#smallView .highcharts-xaxis path {
  display: none !important;
}
#smallView .highcharts-text-outline {
  display: none;
}
.upper-axis path {
  stroke-width: 1px !important;
}
.onoffswitch {
  position: relative;
  width: 65px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 22px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: " m";
  padding-left: 12px;
  background-color: var(--btn-success);
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "cm";
  padding-right: 10px;
  background-color: var(--btn-success);
  color: #ffffff;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 22px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border: 0 solid #ffffff;
  border-radius: 22px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.onoffswitchSquare {
  position: relative;
  width: 105px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitchSquare-checkbox {
  display: none;
}
.onoffswitchSquare-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
.onoffswitchSquare-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitchSquare-inner:before,
.onoffswitchSquare-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitchSquare-inner:before {
  content: "";
  padding-left: 10px;
  background-color: var(--btn-success);
  color: #ffffff;
}
.onoffswitchSquare-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #f0ad4e;
  color: #ffffff;
  text-align: right;
}
.onoffswitchSquare-switch {
  display: block;
  width: 22px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 71px;
  border: 0px solid #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitchSquare-checkbox:checked + .onoffswitchSquare-label .onoffswitchSquare-inner {
  margin-left: 0;
}
.onoffswitchSquare-checkbox:checked + .onoffswitchSquare-label .onoffswitchSquare-switch {
  right: 0px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.btn-select {
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn-select:hover {
  text-decoration: none;
  color: #555;
  background-color: #fff;
}
.btn-circle {
  width: 32px;
  height: 32px;
  padding: 6px 0px;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.font-weight-bolder {
  font-weight: 700 !important;
}
.text-truncate {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.text-truncate > * {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-white {
  color: #ffffff;
}
.text-body {
  color: #212121 !important;
}
.text-primary {
  color: var(--p-xfarm-400) !important;
}
.bg-primary {
  color: var(--text-color-nav) !important;
  background-color: var(--p-xfarm-400) !important;
  transition: background-color 0.3s ease;
}
.bg-primary.clickable:hover {
  color: var(--text-color-nav) !important;
  background-color: var(--secondary) !important;
}
.bg-primary.clickable:active {
  color: var(--text-color-nav) !important;
  background-color: var(--secondary) !important;
}
.line-height-compact {
  line-height: 1em !important;
}
.flex {
  display: flex;
}
.flex img {
  align-self: center;
}
.flex-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-content-horizontal {
  display: flex;
  align-items: center;
}
.flex-center-content-vertical {
  display: flex;
  justify-content: center;
}
.flex-justify-content-between {
  justify-content: space-between;
}
.flex-column {
  flex-direction: column !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
@media (max-width: 767px) {
  .justify-content-between-xs {
    justify-content: space-between !important;
  }
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.wh-100 {
  width: 100vw;
}
google-map img[src*="storage."]:not([src*=satellite_image]):not([src*="webapp/"]):not([src*="assets/"]):not(.pngLayer img),
google-map img[src*="cdn."]:not([src*=satellite_image]):not([src*="webapp/"]):not([src*="assets/"]):not(.pngLayer img),
agm-map img[src*="storage."]:not([src*=satellite_image]):not([src*="webapp/"]):not([src*="assets/"]):not(.pngLayer img),
agm-map img[src*="cdn."]:not([src*=satellite_image]):not([src*="webapp/"]):not([src*="assets/"]):not(.pngLayer img) {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #ffffff !important;
  object-fit: cover !important;
}
.ngx-pagination .current {
  background-color: var(--p-xfarm-400) !important;
}
.pulse {
  animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(96, 142, 99, 0.4);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(96, 142, 99, 0);
  }
}
.text-bold {
  font-weight: bold;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.color-white {
  color: #ffffff;
}
#restrictedUsers .selected-list .c-btn {
  padding: 6px !important;
  border-radius: 4px !important;
}
.form-control:focus {
  border: 2px solid var(--btn-success) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(95, 141, 99, 0.6) !important;
}
.panel-success {
  border-color: #dddddd;
}
.has-error .form-control {
  border: 1px solid var(--p-red-400) !important;
}
.has-error label {
  color: var(--p-red-400) !important;
}
.form-control {
  border: 1px solid var(--p-slate-400) !important;
  min-height: 37px;
}
.form-group-sm > .form-control {
  min-height: 30px;
}
.post-list .carousel {
  margin: 0px !important;
}
.table-responsive-no-scroll .ngx-pagination {
  position: inherit;
  width: 100% !important;
  bottom: 5px !important;
  padding: 0 !important;
  margin-bottom: 0;
}
.media:first-child {
  margin: 5px !important;
}
.datepicker-days table {
  border-collapse: inherit;
}
.datepicker-days td.day.green:not(.disabled) {
  border-radius: 30px;
  border: 2px solid var(--p-xfarm-400);
}
.welcome-multiselect .selected-list .c-btn {
  width: auto;
  height: 34px !important;
  box-shadow: 0px 0px 0px 0px #959595 !important;
  padding: 7px 10px !important;
  cursor: pointer;
  border: 1px solid var(--btn-success) !important;
  background: #fff;
  color: #333;
}
.welcome-multiselect .selected-list .c-list {
  float: left;
  padding: 0px;
  margin: -6px;
  width: calc(100% - 20px);
}
.custom-multiselect > angular2-multiselect .selected-list .c-btn {
  width: auto;
  box-shadow: 0px 0px 0px 0px #959595 !important;
  padding: 2px 10px !important;
  cursor: pointer;
  border: 1px solid var(--p-slate-400) !important;
  background: #fff;
  color: #333;
}
.custom-multiselect > angular2-multiselect .selected-list .c-angle-up {
  width: 8px !important;
  height: 13px !important;
}
.custom-multiselect > angular2-multiselect .selected-list .c-list .c-token {
  list-style: none;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 4px;
  margin-top: 2px;
  float: left;
  position: relative;
  padding-right: 25px;
}
.custom-multiselect > angular2-multiselect.cuppa-dropdown.selected-list .c-list .c-token {
  list-style: none;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 17px !important;
  margin-top: 2px;
  float: left;
  position: relative;
  padding-right: 25px;
}
angular2-multiselect .selected-list .c-btn {
  width: 100%;
  box-shadow: 0px 0px 0px 0px #959595 !important;
  padding: 6px 10px !important;
  cursor: pointer;
  border: 1px solid var(--p-slate-400) !important;
  background: #fff;
  color: #333;
  min-height: 37px;
  font-size: 14px !important;
}
#truncate angular2-multiselect .selected-list .c-btn {
  width: 100%;
  box-shadow: 0px 0px 0px 0px #959595 !important;
  padding: 6px 10px !important;
  cursor: pointer;
  border: 1px solid var(--p-slate-400) !important;
  background: #fff;
  color: #333;
  min-height: 37px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
angular2-multiselect .selected-list .c-btn.disabled {
  background: #eeeeee;
  cursor: not-allowed;
}
angular2-multiselect .selected-list .c-list .c-token {
  background: var(--btn-success);
}
angular2-multiselect .selected-list .c-list .c-token .c-label {
  color: var(--text-color-header-table);
}
angular2-multiselect .selected-list .c-list .c-token .c-remove svg {
  fill: var(--text-color-header-table);
}
angular2-multiselect .selected-list .c-angle-down svg,
angular2-multiselect .selected-list .c-angle-up svg {
  fill: #333;
}
#truncate .selected-list .c-angle-down,
.selected-list .c-angle-up {
  width: 9px;
  height: 15px;
  position: absolute;
  right: 3px;
  transform: translateY(-50%);
  pointer-events: none;
}
angular2-multiselect .dropdown-list {
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
angular2-multiselect .dropdown-list ul li:hover {
  background: rgba(95, 143, 99, 0.2117647059);
}
angular2-multiselect .arrow-up,
angular2-multiselect .arrow-down {
  border-bottom: 15px solid #fff;
}
angular2-multiselect .arrow-2 {
  border-bottom: 15px solid #ccc;
}
angular2-multiselect .list-area {
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 1px 5px #959595;
}
angular2-multiselect .select-all {
  border-bottom: 1px solid #ccc;
}
angular2-multiselect .list-filter {
  border-bottom: 1px solid #ccc;
}
angular2-multiselect .list-filter .c-search {
  top: 10px !important;
}
angular2-multiselect .list-filter .c-search svg {
  fill: #888;
}
angular2-multiselect .list-filter .c-clear svg {
  fill: #888;
}
angular2-multiselect .pure-checkbox input[type=checkbox]:focus + label:before,
angular2-multiselect .pure-checkbox input[type=checkbox]:hover + label:before {
  border-color: var(--p-xfarm-400);
  background-color: #f2f2f2;
}
angular2-multiselect .pure-checkbox input[type=checkbox] + label {
  color: #000;
}
angular2-multiselect .pure-checkbox input[type=checkbox] + label:before {
  color: var(--btn-success);
  border: 2px solid var(--btn-success);
}
angular2-multiselect .pure-checkbox input[type=checkbox] + label:after {
  background-color: var(--btn-success);
}
angular2-multiselect .pure-checkbox input[type=checkbox]:disabled + label:before {
  border-color: #cccccc;
}
angular2-multiselect .pure-checkbox input[type=checkbox]:disabled:checked + label:before {
  background-color: #cccccc;
}
angular2-multiselect .pure-checkbox input[type=checkbox] + label:after {
  border-color: #ffffff;
}
angular2-multiselect .pure-checkbox input[type=radio]:checked + label:before {
  background-color: white;
}
angular2-multiselect .pure-checkbox input[type=checkbox]:checked + label:before {
  background: var(--p-xfarm-400);
}
angular2-multiselect .selected-item {
  background: rgba(95, 143, 99, 0.2117647059);
}
@media (max-width: 767px) {
  .daterangepicker .ranges {
    display: none;
  }
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: var(--p-xfarm-400) !important;
  border: 1px solid var(--p-xfarm-400) !important;
  color: #ffffff !important;
}
.daterangepicker .ranges li {
  color: var(--p-xfarm-400) !important;
}
.daterangepicker td.active {
  background: var(--p-xfarm-400) !important;
  color: #ffffff !important;
}
.fa-trash-alt {
  color: #d44f4f;
  padding-left: 25px;
  cursor: pointer;
}
.transparent-style {
  background: transparent;
  background-color: transparent;
  border: 0px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 20px;
}
.harvesting.input-group-addon::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-size: 10px;
  position: absolute;
  top: 13px;
  right: 3px;
  color: #a7a7a7;
  pointer-events: none;
  font-weight: 900;
}
.input-group-addon {
  border: 1px solid #8e8e8e;
}
.location-point-map .x-map {
  height: 240px;
}
.btn-black,
.black-select {
  color: #fff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-opaque {
  color: #fff !important;
  background-color: rgba(22, 22, 22, 0.75) !important;
  border-color: rgba(22, 22, 22, 0.75) !important;
}
.btn-white {
  color: var(--p-slate-700) !important;
  background-color: var(--p-surface-0) !important;
  border-color: var(--p-surface-0) !important;
}
.btn-white:hover {
  color: var(--p-surface-0) !important;
  background-color: var(--p-xfarm-800) !important;
  border-color: var(--p-xfarm-800) !important;
}
.green {
  color: var(--p-xfarm-400);
}
.red {
  color: #d9534f;
}
.fa-check.green {
  color: #ffffff;
  background: var(--p-xfarm-400);
  border-radius: 50%;
  padding: 3px;
  font-size: 11px;
}
.fa-times.red {
  color: #ffffff;
  background: #d9534f;
  border-radius: 50%;
  padding: 3px 5px;
  font-size: 11px;
}
a.text-white:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .text-center-md {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-center-lg {
    text-align: center;
  }
}
.sensor-marker-label {
  font-size: 12px !important;
  color: white !important;
  font-weight: normal !important;
  text-shadow:
    2px 0 0 #000,
    -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    1px 1px #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000 !important;
}
.equipment-marker-label-red {
  width: 50px;
  height: 50px;
  border: 4px solid #d64242;
  border-radius: 100%;
}
.equipment-marker-label-green {
  width: 50px;
  height: 50px;
  border: 4px solid var(--p-xfarm-400);
  border-radius: 100%;
}
.equipment-marker-label-white {
  width: 50px;
  height: 50px;
  border: 4px solid white;
  border-radius: 100%;
}
.sensors-agm-marker,
.notes-agm-marker {
  border: none;
}
.start-stop-marker {
  width: 28px;
  height: 28px;
  border: 4px solid white;
  border-radius: 100%;
  font-size: 10px !important;
  color: white !important;
  font-weight: normal !important;
  text-shadow:
    2px 0 0 #000,
    -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    1px 1px #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000 !important;
  padding-top: 15px;
  padding-left: 0px;
}
.node-measure-text {
  color: black !important;
  stroke: black !important;
  fill: white !important;
  text-shadow: none !important;
}
.label {
  padding: 2.5px 5px !important;
}
.label-danger-light {
  background-color: var(--p-red-400) !important;
  color: #fff !important;
}
#smallSwitch .switch {
  position: relative;
  display: inline-block;
  width: 42px !important;
  height: 19px !important;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-top: 8px;
}
#smallSwitch .slider:before {
  position: absolute;
  content: "" !important;
  height: 12px !important;
  width: 12px !important;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.slider.disabled {
  opacity: 0.6;
}
.text-warning-custom {
  color: #faab33;
}
.wrapper-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.wrapper-cover.img-cover {
  width: 100%;
  height: 100px;
  border: 1px #616161 solid;
  cursor: pointer;
}
.table-image-link-td {
  position: relative;
  min-width: 100px;
}
.table-image-link {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #fff;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
  .hidden-xxl {
    display: none !important;
  }
}
.form-row {
  margin-right: 0;
  margin-left: 0;
}
.form-row [class*=col-] {
  padding-left: 3px;
  padding-right: 3px;
}
.form-row [class*=col-]:first-child {
  padding-left: 0 !important;
}
.form-row [class*=col-]:last-child {
  padding-right: 0 !important;
}
.year-overlay-positioning {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 12px;
  width: 90px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.square {
  position: relative !important;
  width: 100% !important;
}
.square:after {
  content: "" !important;
  display: block !important;
  padding-bottom: 100% !important;
}
.square-content {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rounded-sm {
  border-radius: 3px !important;
  overflow: hidden;
}
.rounded {
  border-radius: 5px !important;
  overflow: hidden;
}
.rounder {
  border-radius: 8px !important;
  overflow: hidden;
}
.round-pill {
  border-radius: 50px !important;
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.ellipsis-second-line {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.ellipsis-flex {
  flex: 1 0 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  min-width: 0;
}
.panel-collapse-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.clickable {
  cursor: pointer !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.unclickable {
  cursor: not-allowed !important;
}
.hoverable:hover {
  background-color: var(--p-slate-100);
}
.hoverable:active {
  background-color: var(--p-slate-200);
}
.shadow-on-hover:hover {
  transition: all 0.2s;
  box-shadow: 0 5px 30px 0 var(--p-slate-100) !important;
}
.shadow-on-hover:active {
  transition: all 0.1s;
  box-shadow: 0 2px 5px 0 var(--p-slate-200) !important;
  background-color: var(--p-slate-100) !important;
}
a.clickable {
  text-decoration: underline;
}
a.clickable:hover {
  text-decoration: none;
}
.clickable.bg-light:hover {
  background-color: #eee !important;
}
span.clickable:hover,
p.clickable:hover,
span.clickable:active,
p.clickable:active {
  text-decoration: underline;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.box-map-overlay {
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6509803922);
  color: white;
  width: 100%;
  height: 65px;
  overflow-x: auto;
}
.box-map-overlay_item {
  display: table-cell;
  padding-right: 15px;
  color: white;
  width: auto;
  white-space: nowrap;
}
.agrirouter-filters .form-inline.ng2-datetime {
  display: flex;
}
.agrirouter-filters .form-inline.ng2-datetime .form-group.input-group.date {
  width: 55% !important;
  margin-bottom: 5px;
  padding-right: 3px;
}
.agrirouter-filters .form-inline.ng2-datetime .form-group.input-group.timepicker {
  width: 45% !important;
  margin-bottom: 5px;
}
.agrirouter-filters .ng2-datetime .date input {
  padding: 3px !important;
}
.equipment-show-filters .form-inline.ng2-datetime {
  display: flex;
}
.equipment-show-filters .form-inline.ng2-datetime .form-group.input-group.date {
  width: 55% !important;
  margin-bottom: 5px;
  padding-right: 3px;
}
.equipment-show-filters .form-inline.ng2-datetime .form-group.input-group.timepicker {
  width: 45% !important;
  margin-bottom: 5px;
}
.equipment-show-filters .ng2-datetime .date input,
.equipment-show-filters .ng2-datetime .timepicker input {
  padding: 3px !important;
}
.depreciation_date .form-group.input-group.date {
  width: 100% !important;
}
.box-map-overlay_item_value {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}
.box-map-overlay_item_label {
  font-weight: 200;
  text-wrap: none;
}
.wpic-popup-message {
  display: none !important;
}
.modal {
  z-index: 999999;
}
.in.tooltip {
  z-index: 9999999;
}
.modal.fade .modal-dialog {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}
bs-modal-backdrop + .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: translateY(-30px);
  opacity: 0;
}
bs-modal-backdrop + .modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.fade.in {
  opacity: 1 !important;
}
.modal.show {
  display: block !important;
  opacity: 1 !important;
}
.modal-backdrop {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.modal-backdrop.show {
  opacity: 0.5 !important;
}
.grid-item {
  padding: 5px !important;
}
.grid-item_image {
  background-size: cover;
  background-position: center;
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}
.hide-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .overflow-x-hidden-sm {
    overflow-x: hidden;
  }
}
@media (max-width: 1199px) {
  .overflow-x-hidden-md {
    overflow-x: hidden;
  }
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.filter-select {
  width: 175px;
  margin-right: 5px;
}
.modal-body .row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#container.modal-body .row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 0px solid #eee !important;
}
.modal-body .row:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.swal2-container {
  z-index: 100000000000000000 !important;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus:active,
.nav.nav-tabs > li,
.nav.nav-tabs > li:focus,
.nav.nav-tabs > li:active,
.nav.nav-tabs > li:focus:active,
.nav.nav-tabs > li,
li:focus,
li:active,
li:focus:active,
a:focus,
a:focus a:active,
a:focus:active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+A8AAQABAvGv7QAAAABJRU5ErkJggg==) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 0 0 !important;
}
.form-sub-header {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #000;
  background-color: #eeeeee;
  padding: 6px 10px;
  border-radius: 6px;
  border-left: 13px solid #ccc;
}
.form-sub-header small {
  color: #999;
}
#isccFormContainer .form-control {
  border: 1px solid #bfbfbf !important;
}
#isccFormContainer .panel.collapsed .hidden-panel {
  display: none !important;
}
#isccFormContainer .panel.collapsed .form-header {
  border-bottom: none !important;
  margin-bottom: 0;
}
#isccFormContainer .simple-panel {
  border-left: 4px solid #ccc;
  padding-left: 20px;
  padding-bottom: 2px;
  padding-top: 19px;
}
.loading-logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.full-screen {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99999999;
}
.simple-panel {
  padding: 15px !important;
  border: 1px solid #cccccc !important;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.13) 1px 3px 5px 0px;
}
.treefilter-dropdown .c-list {
  width: calc(100% - 40px) !important;
  display: flex !important;
  height: 16px !important;
  overflow: hidden !important;
}
.ration-multiselect .c-btn {
  align-items: center;
}
.ration-multiselect .c-label label {
  margin-bottom: 0;
}
.stable-filters-multiselect .c-btn {
  align-items: center;
}
.stable-filters-multiselect .c-label label {
  margin-bottom: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible !important;
}
.hide {
  visibility: hidden;
}
.invisible {
  opacity: 0;
}
.light-stats-container {
  background-color: var(--p-slate-300);
  border-radius: 5px;
}
light-stats-container .col-style-value {
  font-size: 18px !important;
  color: #608d63;
}
light-stats-container .col-style-label {
  font-size: 18px !important;
  margin-top: -15px;
  margin-bottom: 15px;
}
.border {
  border: 1px solid var(--p-slate-200) !important;
}
.border-rounded {
  border-radius: 5px;
}
.shadow {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.scroll-shadow-container {
  position: relative;
  overflow-y: auto;
  height: 300px;
}
.scroll-shadow-top,
.scroll-shadow-bottom {
  position: sticky;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 10;
  pointer-events: none;
}
.scroll-shadow-top {
  top: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.15),
      transparent);
}
.scroll-shadow-bottom {
  bottom: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.15),
      transparent);
}
.btn-link {
  color: var(--p-xfarm-400);
}
.btn-link:hover {
  color: var(--p-xfarm-400);
}
.angular2-multiselect-dark > angular2-multiselect .selected-list .c-btn {
  width: 100%;
  box-shadow: 0px 0px 0px 0px #959595 !important;
  padding: 8px 10px !important;
  cursor: pointer;
  border: 1px solid #000000 !important;
  background: #333;
  color: #fff;
}
.angular2-multiselect-dark > angular2-multiselect .selected-list .c-angle-down svg,
angular2-multiselect .selected-list .c-angle-up svg {
  fill: #fff;
}
.x-multiselect-dark > x-multiselect .x-multiselect-selected-list .x-multiselect-btn {
  width: 100%;
  box-shadow: 0px 0px 0px 0px #959595 !important;
  padding: 8px 10px !important;
  cursor: pointer;
  border: 1px solid #000000 !important;
  background: #333 !important;
  color: #fff !important;
}
.x-multiselect-dark > x-multiselect .x-multiselect-selected-list .x-multiselect-btn .x-multiselect-angle-down svg,
x-multiselect .x-multiselect-selected-list .x-multiselect-btn .x-multiselect-angle-up svg {
  fill: #fff !important;
}
.highcharts-tooltip text {
  font-size: 12px !important;
}
.highcharts-tooltip-container {
  z-index: 100 !important;
}
.form-field-activity-element .form-group.input-group.date {
  margin-bottom: 5px !important;
}
.form-field-activity-element .form-group.input-group.date .input-group-addon {
  min-width: 41px !important;
}
angular2-multiselect.span-vertical-centered .c-btn {
  padding: 8px 10px !important;
}
angular2-multiselect.arrow-spaced .c-btn {
  padding: 8px 20px 8px 10px !important;
}
angular2-multiselect.arrow-spaced .c-btn .c-angle-up,
angular2-multiselect.arrow-spaced .c-btn .c-angle-down {
  margin-left: 3px !important;
}
angular2-multiselect.arrow-spaced .c-btn .c-angle-up {
  right: 3px !important;
}
angular2-multiselect.dropdown-list-w-200 .dropdown-list {
  width: max-content !important;
  max-width: 200px !important;
}
.text-shadow-white {
  text-shadow:
    0.5px 0 0 var(--p-surface-0),
    -0.5px 0 0 var(--p-surface-0),
    0 0.5px 0 var(--p-surface-0),
    0 -0.5px 0 var(--p-surface-0),
    0.5px 0.5px var(--p-surface-0),
    -0.5px -0.5px 0 var(--p-surface-0),
    0.5px -0.5px 0 var(--p-surface-0),
    -0.5px 0.5px 0 var(--p-surface-0) !important;
}
.new-multiselect angular2-multiselect .selected-list .c-btn {
  width: 100%;
  box-shadow: none !important;
  padding: 6px 10px !important;
  border: 2px solid var(--p-slate-300) !important;
  background: var(--p-surface-0);
  color: var(--p-slate-700);
  min-height: 35px;
}
.new-multiselect angular2-multiselect .selected-list .c-angle-down,
.new-multiselect angular2-multiselect .selected-list .c-angle-up {
  width: 9px !important;
  height: 15px !important;
  position: absolute;
  right: 9px !important;
  top: 52% !important;
  pointer-events: none;
  border-radius: 4px;
}
.new-multiselect angular2-multiselect .selected-list .c-list .c-token {
  list-style: none;
  padding: 0px 8px;
  border-radius: 2px;
  margin-right: 4px;
  margin-top: 2px;
  float: left;
  position: relative;
  padding-right: 25px;
}
.btn-transparent {
  background: none !important;
}
.btn-inverse {
  color: var(--btn-success);
  background-color: #ffffff;
  border-color: var(--btn-success);
}
.btn-inverse:focus,
.btn-inverse.active:focus,
.btn-inverse:hover,
.btn-inverse.active,
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.btn-inverse.clickable:active,
.btn-inverse.active:hover.btn-inverse.active:active,
.btn-inverse.active:hover.btn-inverse.active:active {
  color: var(--btn-success);
  background-color: #ffffff;
  border-color: var(--btn-success);
}
.left-align {
  display: block;
  float: left;
}
.square-20 {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.size-12 {
  font-size: 12px !important;
}
.x-style .modal-header {
  padding: 15px 15px 5px 15px;
}
.x-style .modal-body {
  padding: 5px 15px 0px 15px;
}
.x-style .modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 0px solid #fff !important;
}
.x-style .close {
  font-weight: 300;
  color: #333333;
  opacity: 1;
}
.table.table-head-white {
  border: 0px solid #ddd !important;
}
.table.table-head-white > thead {
  background: var(--p-surface-0) !important;
  color: var(--p-xfarm-400) !important;
}
.table.table-head-white > thead > tr > th,
.table.table-head-white > tbody > tr > td {
  height: 60px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  cursor: pointer;
}
.not-found-fixed {
  position: fixed;
  bottom: 75px;
  width: calc(100% - 250px);
}
.sidebar-is-close .not-found-fixed {
  width: calc(100% - 40px);
  left: 40px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.badge:empty {
  display: inline-block !important;
}
.season-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.spring-icon {
  background-color: rgba(238, 174, 78, 0.3);
}
.winter-icon {
  background-color: rgba(96, 142, 99, 0.3);
}
.fa-sun {
  color: #eeae4e;
  background-color: rgba(238, 174, 78, 0.3);
  padding: 5px;
}
.fa-snowflake {
  color: #608e63;
  background-color: rgba(96, 142, 99, 0.3);
  padding: 5px;
}
.season-icon-white-bg {
  background-color: #ffffff !important;
}
.truncated-title {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
  display: inline-block !important;
  font-family:
    "Lucida Grande",
    "Lucida Sans Unicode",
    Arial,
    Helvetica,
    sans-serif;
}
.spring-icon {
  background-color: rgba(238, 174, 78, 0.3);
}
.winter-icon {
  background-color: rgba(96, 142, 99, 0.3);
}
.filter-box-container {
  height: 60px;
  border-radius: 8px;
  padding: 15px;
  gap: 15px;
}
.filter-box-gap {
  gap: 15px;
}
.filter-box-multiselect-width {
  width: 200px;
}
@media (max-width: 992px) {
  .filter-box-container {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
}
td > small.label {
  display: inline-block;
}
.dropdown-list.tagToBody {
  position: absolute !important;
}
.dropdown-menu {
  z-index: 999999 !important;
}
.clear-all {
  display: none !important;
}
.d-grid {
  display: grid;
}
.grid-gap-0 {
  gap: 0;
}
.grid-gap-1 {
  gap: 0.179rem;
}
.grid-gap-2 {
  gap: 0.357rem;
}
.grid-gap-3 {
  gap: 0.714rem;
}
.grid-gap-4 {
  gap: 1.071rem;
}
.grid-gap-5 {
  gap: 2.143rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-cols-auto {
  grid-template-columns: auto;
}
.grid-cols-fit {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.grid-cols-fill {
  grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr);
}
.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
.grid-rows-auto {
  grid-template-rows: auto;
}
.place-items-start {
  place-items: start;
}
.place-items-center {
  place-items: center;
}
.place-items-end {
  place-items: end;
}
.place-items-stretch {
  place-items: stretch;
}
.col-span-1 {
  grid-column: span 1/span 1;
}
.col-span-2 {
  grid-column: span 2/span 2;
}
.col-span-3 {
  grid-column: span 3/span 3;
}
.col-span-4 {
  grid-column: span 4/span 4;
}
.col-span-full {
  grid-column: 1/-1;
}
.row-span-1 {
  grid-row: span 1/span 1;
}
.row-span-2 {
  grid-row: span 2/span 2;
}
.row-span-3 {
  grid-row: span 3/span 3;
}
.row-span-full {
  grid-row: 1/-1;
}
.loading-placeholder {
  font-size: 2rem;
  color: #aaa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.image-lazy-load.loaded {
  opacity: 1;
}
.loading-placeholder {
  font-size: 2rem;
  color: #aaa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-icon {
  font-size: 2rem;
  color: #dc3545;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover {
  background-size: cover;
  background-position: center;
}
app-map-generic-colors agm-map.cnh-viti > div.agm-map-container-inner.sebm-google-map-container-inner > google-map > div.map-container > div > div.gm-style > div > div > div > div > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-LUWZJ4ST.css.map */
